.no-webp .pagetitleBox {
  background: url("../images/service/pagetitle_bg_sp.jpg") no-repeat center top;
  background-size: cover; }
.webp .pagetitleBox {
  background: url("../images/service/pagetitle_bg_sp.webp") no-repeat center top;
  background-size: cover; }
@media (min-width: 669px) {
  .no-webp .pagetitleBox {
    background: url("../images/service/pagetitle_bg.jpg") no-repeat center top;
    background-size: cover; }
  .webp .pagetitleBox {
    background: url("../images/service/pagetitle_bg.webp") no-repeat center top;
    background-size: cover; } }

.service + .topicPath {
  background-color: #d9e5ec; }

.indexPage {
  padding: 0; }
  .indexPage + .topicPath {
    background-color: #1496bf; }
  .indexPage__nav02 {
    background: #055482;
    background: -moz-linear-gradient(top, #055482 0%, #1496bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #055482), color-stop(100%, #1496bf));
    background: -webkit-linear-gradient(top, #055482 0%, #1496bf 100%);
    background: -o-linear-gradient(top, #055482 0%, #1496bf 100%);
    background: linear-gradient(to bottom, #055482 0%, #1496bf 100%);
    padding: 40px 25px; }
    @media (min-width: 669px) {
      .indexPage__nav02 {
        padding: 200px 0 100px; } }

.introduction {
  padding: 40px 25px 0;
  margin-bottom: 0; }
  .introduction div:first-child::before {
    background: url("../images/common/introduction_coatation01_gray.png") no-repeat center center;
    background-size: cover; }
  .introduction div:first-child::after {
    background: url("../images/common/introduction_coatation02_gray.png") no-repeat center center;
    background-size: cover; }
  .introduction div:last-child {
    margin-top: -30px; }
  @media (min-width: 669px) {
    .introduction {
      padding: 100px 40px 0;
      margin-bottom: 20px; } }
  .introduction__subTxt {
    text-align: center;
    padding: 0 25px 40px;
    font-size: 108%; }
    @media (min-width: 669px) {
      .introduction__subTxt {
        padding: 0 40px 100px; } }
    .introduction__subTxt span {
      display: inline-block; }
      @media (min-width: 669px) {
        .introduction__subTxt span {
          display: inline; } }

.service__main {
  background: #055482;
  background: -moz-linear-gradient(left, #055482 0%, #022d55 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #055482), color-stop(100%, #022d55));
  background: -webkit-linear-gradient(left, #055482 0%, #022d55 100%);
  background: -o-linear-gradient(left, #055482 0%, #022d55 100%);
  background: linear-gradient(to right, #055482 0%, #022d55 100%); }
  .service__main .txt {
    padding: 50px 25px 30px;
    position: relative; }
    .service__main .txt::before {
      content: '';
      background: url("../images/service/main_deco.png") no-repeat center center;
      background-size: 100px auto;
      position: absolute;
      z-index: 0;
      width: 100px;
      height: 107px;
      top: 10%;
      left: 5%; }
      @media (min-width: 669px) {
        .service__main .txt::before {
          background-size: 245px auto;
          width: 245px;
          height: 263px;
          top: -60px;
          left: 30px; } }
      @media (min-width: 1199px) {
        .service__main .txt::before {
          top: -40px;
          left: 90px; } }
    .service__main .txt > * {
      position: relative;
      z-index: 1; }
    .service__main .txt h1 {
      color: #fff;
      margin: 0;
      font-weight: 500;
      padding: 0 0 10px;
      font-size: 28px;
      font-size: clamp(20px, 9vw, 28px); }
      @media (min-width: 669px) {
        .service__main .txt h1 {
          font-size: 40px;
          font-size: clamp(32px, 5vw, 40px);
          font-weight: normal;
          letter-spacing: 0.1em;
          padding-left: 70px;
          line-height: 1.5;
          margin-bottom: 35px;
          padding-top: 30px;
          padding-bottom: 0; } }
      @media (min-width: 1199px) {
        .service__main .txt h1 {
          padding-left: 145px;
          padding-top: 50px; } }
    .service__main .txt div {
      background: rgba(255, 255, 255, 0.9);
      padding: 30px 20px; }
      .service__main .txt div p {
        margin: 0; }
        @media (min-width: 669px) {
          .service__main .txt div p {
            padding-left: 70px;
            padding-right: 30px;
            position: relative;
            z-index: 1; } }
        @media (min-width: 1199px) {
          .service__main .txt div p {
            padding-left: 145px;
            padding-right: 50px; } }
      @media (min-width: 669px) {
        .service__main .txt div {
          position: relative;
          padding: 60px 0 80px;
          background-color: transparent; }
          .service__main .txt div::before {
            content: '';
            width: calc(100% + 50px);
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            position: absolute;
            left: 0;
            top: 0; } }
      @media (min-width: 1199px) {
        .service__main .txt div {
          padding: 70px 0 90px; }
          .service__main .txt div::before {
            width: calc(100% + 100px); } }
    @media (min-width: 669px) {
      .service__main .txt {
        padding: 0;
        width: calc(100% - 53.125%); } }
  .service__main .img {
    text-align: center; }
    .service__main .img img {
      width: 100%; }
    @media (min-width: 669px) {
      .service__main .img {
        width: 53.125%; } }
  @media (min-width: 669px) {
    .service__main {
      padding: 100px 0; } }
.service__detail {
  background-color: #d9e5ec;
  padding: 40px 25px; }
  @media (min-width: 669px) {
    .service__detail {
      padding: 140px 40px 100px; } }
  .service__detail-item {
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    position: relative; }
    @media (min-width: 669px) {
      .service__detail-item {
        padding: 70px;
        max-width: 1200px;
        margin: 0 auto 50px; } }
    .service__detail-item::before {
      content: '';
      top: 0;
      left: 0;
      height: 5px;
      width: 31.81818%;
      background-color: #055482;
      position: absolute; }
      @media (min-width: 669px) {
        .service__detail-item::before {
          width: 350px; } }
    .service__detail-item:last-child {
      margin-bottom: 0; }
    .service__detail-item-header {
      margin: 0 0 10px;
      font-weight: 500;
      font-size: 20px;
      font-size: clamp(18px, 5vw, 20px); }
      @media (min-width: 669px) {
        .service__detail-item-header {
          font-size: 28px;
          font-size: clamp(20px, 4vw, 28px);
          font-weight: normal;
          margin: 0 0 15px; } }
      .service__detail-item-header + p {
        margin: 0; }
        .service__detail-item-header + p + .galleryBox {
          margin-top: 30px; }
          @media (min-width: 669px) {
            .service__detail-item-header + p + .galleryBox {
              margin-top: 50px; } }
      .service__detail-item-header + .galleryBox {
        margin-top: 20px; }
        @media (min-width: 669px) {
          .service__detail-item-header + .galleryBox {
            margin-top: 35px; } }
    .service__detail-item .txt + .galleryBox {
      margin-top: 20px; }
      @media (min-width: 669px) {
        .service__detail-item .txt + .galleryBox {
          margin-top: 35px; } }
    .service__detail-item .galleryBox section {
      margin-bottom: 50px; }
      @media (min-width: 669px) {
        .service__detail-item .galleryBox section {
          margin-bottom: 0;
          width: calc((100% - 50px) / 2); } }
      .service__detail-item .galleryBox section:last-child {
        margin-bottom: 0; }
      .service__detail-item .galleryBox section h4 {
        line-height: 1.5;
        background-color: #d6d6d6;
        text-align: center;
        margin: 0;
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        font-weight: 500;
        font-size: 116%; }
        .service__detail-item .galleryBox section h4 span {
          display: inline-block; }
          @media (min-width: 669px) {
            .service__detail-item .galleryBox section h4 span {
              display: inline; } }
    .service__detail-item .galleryBox .slick-dots {
      bottom: -30px; }
      .service__detail-item .galleryBox .slick-dots li {
        width: 8px;
        height: 8px; }
        .service__detail-item .galleryBox .slick-dots li button {
          width: 8px;
          height: 8px; }
          .service__detail-item .galleryBox .slick-dots li button::before {
            width: 8px;
            height: 8px;
            content: '';
            border-radius: 100px;
            background-color: #b2b2b2;
            opacity: 1; }
        .service__detail-item .galleryBox .slick-dots li.slick-active button::before {
          background-color: #055482;
          opacity: 1; }
      @media (min-width: 669px) {
        .service__detail-item .galleryBox .slick-dots {
          bottom: -40px; }
          .service__detail-item .galleryBox .slick-dots li {
            width: 14px;
            height: 14px; }
            .service__detail-item .galleryBox .slick-dots li button {
              width: 14px;
              height: 14px; }
              .service__detail-item .galleryBox .slick-dots li button::before {
                width: 14px;
                height: 14px; } }
    .service__detail-item .galleryBox .slick-prev {
      z-index: 1;
      left: 10px;
      width: 32px;
      height: 51px; }
      .service__detail-item .galleryBox .slick-prev::before {
        background: url("../images/common/slider_prev.png") no-repeat left top;
        background-size: cover; }
    .service__detail-item .galleryBox .slick-next {
      z-index: 1;
      right: 10px;
      width: 32px;
      height: 51px; }
      .service__detail-item .galleryBox .slick-next::before {
        background: url("../images/common/slider_next.png") no-repeat left top;
        background-size: cover; }
    .service__detail-item .galleryBox .slick-prev::before, .service__detail-item .galleryBox .slick-next::before {
      width: 32px;
      height: 51px;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1; }
    @media (min-width: 669px) {
      .service__detail-item.flex-box-pc .galleryBox {
        width: calc((100% - 50px) / 2);
        margin-top: 0; }
      .service__detail-item.flex-box-pc .txt {
        width: calc((100% - 50px) / 2); } }
