@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.service {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .service .sectionTitle_main, .service .sectionTitle_sub {
    display: block; }
  .service .sectionTitle_sub {
    font-family: "futura-pt-bold", sans-serif;
    color: #18549F;
    font-size: 1.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1366px) {
      .service .sectionTitle_sub {
        font-size: 0.87848vw; } }
    @media screen and (max-width: 828px) {
      .service .sectionTitle_sub {
        font-size: 3.38164vw;
        letter-spacing: 0.08em;
        line-height: 1.3; } }
  .service .sectionTitle_main {
    margin-top: 8px;
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: 0.16em; }
    @media screen and (max-width: 1366px) {
      .service .sectionTitle_main {
        margin-top: 0.58565vw;
        font-size: 2.48902vw; } }
    @media screen and (max-width: 828px) {
      .service .sectionTitle_main {
        margin-top: 1.93237vw;
        font-size: 8.21256vw; } }
  .service .mainHeader {
    padding-top: 96px; }
    @media screen and (max-width: 1366px) {
      .service .mainHeader {
        padding-top: 7.02782vw; } }
    @media screen and (max-width: 828px) {
      .service .mainHeader {
        padding-top: 15.45894vw; } }
    .service .mainHeader_title {
      font-weight: 900;
      font-size: 4.4rem;
      letter-spacing: 0.1em;
      line-height: 1.6;
      color: #333;
      padding-bottom: 16px;
      font-weight: 800;
      /*
      &::before {
        content: "";
        //background: $orange;
        background: $headerColor;
        width: 30px; 
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        @include bp( max, 1366px ) {
          width: vw_pc( 30 );
          height: vw_pc( 3 );
        }
        @include bp( max, 828px ) {
          width: vw_sp( 30 );
          height: vw_sp( 3 );
        }
      }
      */ }
      @media screen and (max-width: 1366px) {
        .service .mainHeader_title {
          font-size: 3.22108vw; } }
      @media screen and (max-width: 828px) {
        .service .mainHeader_title {
          font-size: 8.45411vw;
          letter-spacing: 0.1em;
          line-height: 1.6; } }
      @media screen and (max-width: 1366px) {
        .service .mainHeader_title {
          padding-bottom: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .service .mainHeader_title {
          padding-bottom: 3.86473vw; } }
    .service .mainHeader_text {
      margin-top: 40px;
      line-height: 2.0; }
      @media screen and (max-width: 1366px) {
        .service .mainHeader_text {
          margin-top: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .service .mainHeader_text {
          margin-top: 7.72947vw; } }
    .service .mainHeader_image {
      margin-top: 48px; }
      @media screen and (max-width: 1366px) {
        .service .mainHeader_image {
          margin-top: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .service .mainHeader_image {
          margin-top: 7.72947vw; } }
      .service .mainHeader_image_text {
        position: absolute;
        bottom: -6px;
        right: 0;
        font-family: "futura-pt-bold", sans-serif;
        color: #333;
        font-size: 6.8rem;
        letter-spacing: 0.04em;
        line-height: 1; }
        @media screen and (max-width: 1366px) {
          .service .mainHeader_image_text {
            font-size: 4.97804vw;
            bottom: -0.43924vw; } }
        @media screen and (max-width: 828px) {
          .service .mainHeader_image_text {
            font-size: 6.76329vw;
            bottom: -0.96618vw; } }
  .service .archivePagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px; }
    @media screen and (max-width: 1366px) {
      .service .archivePagination {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .service .archivePagination {
        margin-top: 19.32367vw; } }
    .service .archivePagination span, .service .archivePagination a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 47px;
      height: 47px;
      border-radius: 47px;
      margin-left: 10px;
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .service .archivePagination span, .service .archivePagination a {
          width: 3.4407vw;
          height: 3.4407vw;
          border-radius: 3.4407vw;
          margin-left: 0.73206vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .service .archivePagination span, .service .archivePagination a {
          width: 11.35266vw;
          height: 11.35266vw;
          border-radius: 11.35266vw;
          margin-left: 1.93237vw;
          font-size: 3.38164vw; } }
    .service .archivePagination *:first-child {
      margin-left: 0px; }
    .service .archivePagination span.current {
      opacity: 1;
      background: #18549F;
      color: #fff; }
    .service .archivePagination a.prev, .service .archivePagination a.next {
      border: none;
      /*
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: .3s;
        }
        &::before {
          //background: $green;
          //border: 1px solid $black;
          background: $black;
          width: 30px;
          height: 30px;
          left: 0;
          border-radius: 100%;
          @include bp( max, 1366px ) {
            width: vw_pc( 30 );
            height: vw_pc( 30 );
          }
          @include bp( max, 828px ) {
            width: vw_sp( 30 );
            height: vw_sp( 30 );
          }
        }
        &::after {
          pointer-events: none;
          width: 8px;
          height: 8px;
          right: 0;
          margin: auto;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          @include bp( max, 1366px ) {
            width: vw_pc( 8 );
            height: vw_pc( 8 );
            border-top-width: vw_pc( 2 );
            border-right-width: vw_pc( 2 );
          }
          @include bp( max, 828px ) {
            width: vw_sp( 8 );
            height: vw_sp( 8 );
            border-top-width: vw_sp( 2 );
            border-right-width: vw_sp( 2 );
          }
        }
        */ }
      .service .archivePagination a.prev::before, .service .archivePagination a.prev::after, .service .archivePagination a.next::before, .service .archivePagination a.next::after {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .service .archivePagination a.prev::before, .service .archivePagination a.prev::after, .service .archivePagination a.next::before, .service .archivePagination a.next::after {
            width: 3.66032vw;
            height: 3.66032vw; } }
        @media screen and (max-width: 828px) {
          .service .archivePagination a.prev::before, .service .archivePagination a.prev::after, .service .archivePagination a.next::before, .service .archivePagination a.next::after {
            width: 12.07729vw;
            height: 12.07729vw; } }
      .service .archivePagination a.prev::before, .service .archivePagination a.next::before {
        background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
      .service .archivePagination a.prev::after, .service .archivePagination a.next::after {
        background: url(/assets/img/common/button_circle_blue.svg) no-repeat center center/contain;
        opacity: 0; }
      @media screen and (min-width: 829px) {
        .service .archivePagination a.prev:hover::before, .service .archivePagination a.next:hover::before {
          opacity: 0; }
        .service .archivePagination a.prev:hover::after, .service .archivePagination a.next:hover::after {
          opacity: 1; } }
    .service .archivePagination a.prev::before, .service .archivePagination a.prev::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .service .noData {
    background: #fff;
    margin-top: 32px;
    padding: 40px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    color: #333; }
    @media screen and (max-width: 1366px) {
      .service .noData {
        -webkit-box-shadow: 0vw 0.29283vw 0.58565vw 0vw rgba(0, 0, 0, 0.1);
        box-shadow: 0vw 0.29283vw 0.58565vw 0vw rgba(0, 0, 0, 0.1); } }
    @media screen and (max-width: 828px) {
      .service .noData {
        -webkit-box-shadow: 0vw 0.96618vw 1.93237vw 0vw rgba(0, 0, 0, 0.1);
        box-shadow: 0vw 0.96618vw 1.93237vw 0vw rgba(0, 0, 0, 0.1); } }
    @media screen and (max-width: 1366px) {
      .service .noData {
        margin-top: 2.34261vw;
        padding: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .service .noData {
        margin-top: 5.7971vw;
        padding: 5.7971vw; } }
  .service .pageNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px; }
    @media screen and (max-width: 1366px) {
      .service .pageNavi {
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .service .pageNavi {
        margin-top: 1.93237vw; } }
    .service .pageNavi .pageNaviList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem; }
      @media screen and (max-width: 1366px) {
        .service .pageNavi .pageNaviList {
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .service .pageNavi .pageNaviList {
          font-size: 2.17391vw; } }
      .service .pageNavi .pageNaviList_item:not(:first-child) {
        margin-left: 32px; }
        @media screen and (max-width: 1366px) {
          .service .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .service .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 4.83092vw; } }
        .service .pageNavi .pageNaviList_item:not(:first-child):before {
          content: '';
          width: 7px;
          height: 7px;
          position: absolute;
          top: 1px;
          bottom: 0;
          left: -21px;
          margin: auto;
          border-right: 1px solid #858585;
          border-bottom: 1px solid #858585;
          -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          transform: rotate(315deg); }
          @media screen and (max-width: 1366px) {
            .service .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 0.51245vw;
              height: 0.51245vw;
              left: -1.53734vw; } }
          @media screen and (max-width: 828px) {
            .service .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 1.44928vw;
              height: 1.44928vw;
              left: -3.38164vw; } }
      .service .pageNavi .pageNaviList_item a {
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .service .pageNavi .pageNaviList_item a {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .service .pageNavi .pageNaviList_item a:hover {
              text-decoration: underline; } }
  .serviceSlider {
    margin-top: 64px;
    margin-bottom: 120px; }
    @media screen and (max-width: 1366px) {
      .serviceSlider {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .serviceSlider {
        margin-top: 11.5942vw; } }
    @media screen and (max-width: 1366px) {
      .serviceSlider {
        margin-bottom: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .serviceSlider {
        margin-bottom: 15.45894vw; } }
    .serviceSlider_wrapper {
      width: 720px;
      margin: 0 auto 40px; }
      .serviceSlider_wrapper .imageSlider {
        width: 100%; }
        .serviceSlider_wrapper .imageSlider_slide {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 40px;
          overflow: hidden;
          /*
      @keyframes beforeFadeOut {
        0% {
          opacity: 1;
        }
        99% {
          opacity: 0;
        }
        100% {
          content: none;
          opacity: 0;
          visibility: hidden;
        }
      }
      */ }
          @media screen and (max-width: 1366px) {
            .serviceSlider_wrapper .imageSlider_slide {
              border-radius: 2.92826vw; } }
          @media screen and (min-width: 829px) {
            .serviceSlider_wrapper .imageSlider_slide {
              border-radius: 4.83092vw; }
              .serviceSlider_wrapper .imageSlider_slide::before {
                content: "";
                background: rgba(255, 255, 255, 0.8);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: 0.8s;
                -o-transition: 0.8s;
                transition: 0.8s;
                z-index: 1;
                -webkit-animation: beforeFadeIn forwards 1.5s 0s;
                animation: beforeFadeIn forwards 1.5s 0s; } }
          @media screen and (min-width: 829px) {
            .serviceSlider_wrapper .imageSlider_slide.swiper-slide-active::before {
              content: none; } }

@-webkit-keyframes beforeFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes beforeFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .serviceSlider_wrapper .imageSlider_button {
          width: 960px;
          position: absolute;
          top: calc( 50% - 25px);
          left: calc( 50% + 25px);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 2; }
          @media screen and (max-width: 1366px) {
            .serviceSlider_wrapper .imageSlider_button {
              width: 70.27818vw;
              top: calc( 50% - vw_pc( 25 )); } }
          @media screen and (max-width: 828px) {
            .serviceSlider_wrapper .imageSlider_button {
              width: 100%;
              top: 100%;
              left: calc( 50%);
              margin-top: 1.93237vw;
              z-index: 11; } }
          .serviceSlider_wrapper .imageSlider_button .swiper-button-prev,
          .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
            position: absolute;
            background-image: none;
            width: 50px;
            height: 50px;
            top: 0;
            margin: 0; }
            @media screen and (max-width: 1366px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-prev,
              .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
                width: 3.66032vw;
                height: 3.66032vw; } }
            @media screen and (max-width: 828px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-prev,
              .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
                width: 9.66184vw;
                height: 9.66184vw; } }
          .serviceSlider_wrapper .imageSlider_button .swiper-button-prev {
            background: url(../img/common/icon_slider_arrow.svg) no-repeat center top/contain;
            left: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
            background: url(../img/common/icon_slider_arrow.svg) no-repeat center top/contain;
            right: 0; }
          .serviceSlider_wrapper .imageSlider_button .swiper-button-prev {
            left: -25px; }
            @media screen and (max-width: 1366px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-prev {
                left: -1.83016vw; } }
            @media screen and (max-width: 828px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-prev {
                left: 0; } }
          .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
            right: 25px; }
            @media screen and (max-width: 1366px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
                right: 1.83016vw; } }
            @media screen and (max-width: 828px) {
              .serviceSlider_wrapper .imageSlider_button .swiper-button-next {
                right: 0; } }
        .serviceSlider_wrapper .imageSlider_pagination {
          margin-top: 32px;
          height: 12px; }
          @media screen and (max-width: 1366px) {
            .serviceSlider_wrapper .imageSlider_pagination {
              margin-top: 2.34261vw;
              height: 0.87848vw; } }
          @media screen and (max-width: 828px) {
            .serviceSlider_wrapper .imageSlider_pagination {
              margin-top: 5.7971vw;
              height: 2.89855vw;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; } }
          .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination {
            line-height: 0;
            width: 100%;
            height: 14px;
            margin: auto; }
            @media screen and (max-width: 1366px) {
              .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination {
                height: 1.02489vw; } }
            @media screen and (max-width: 828px) {
              .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination {
                height: 3.38164vw; } }
            .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
              width: 10px;
              height: 10px;
              background: #18549F; }
              @media screen and (max-width: 1366px) {
                .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
                  width: 0.73206vw;
                  height: 0.73206vw; } }
              @media screen and (max-width: 828px) {
                .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
                  width: 2.41546vw;
                  height: 2.41546vw; } }
              .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                margin-left: 16px; }
                @media screen and (max-width: 1366px) {
                  .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                    margin-left: 1.1713vw; } }
                @media screen and (max-width: 828px) {
                  .serviceSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                    margin-left: 2.89855vw; } }
      @media screen and (max-width: 1366px) {
        .serviceSlider_wrapper {
          width: 52.70864vw;
          margin-bottom: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .serviceSlider_wrapper {
          width: 100%;
          margin-bottom: 9.66184vw; } }
    .serviceSlider_text {
      text-align: center;
      line-height: 2; }
  .serviceSupport {
    display: block; }
    .serviceSupport_mainTitle {
      font-size: 4.4rem;
      font-weight: 700;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 80px; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_mainTitle {
          font-size: 3.22108vw;
          margin-bottom: 5.85652vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_mainTitle {
          font-size: 7.24638vw;
          margin-bottom: 11.5942vw; } }
    .serviceSupport_wrapper {
      position: relative;
      margin-bottom: 120px; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_wrapper {
          margin-bottom: 8.78477vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_wrapper {
          margin-bottom: 15.45894vw; } }
    .serviceSupport_image {
      width: 640px;
      position: absolute;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      overflow: hidden; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_image {
          width: 46.85212vw;
          border-top-right-radius: 7.32064vw;
          border-bottom-right-radius: 7.32064vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_image {
          width: 84.54106vw;
          position: relative;
          border-top-right-radius: 12.07729vw;
          border-bottom-right-radius: 12.07729vw; } }
    .serviceSupport_textWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .serviceSupport_textInner {
      width: 459px;
      margin-left: auto;
      min-height: 453px; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_textInner {
          width: 33.60176vw;
          min-height: 33.16252vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_textInner {
          width: 100%;
          margin-top: 7.72947vw;
          min-height: initial; } }
    .serviceSupport_title {
      font-size: 4rem;
      font-weight: 700;
      margin-bottom: 32px; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_title {
          font-size: 2.92826vw;
          margin-bottom: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_title {
          font-size: 7.24638vw;
          margin-bottom: 5.7971vw; } }
    .serviceSupport_text {
      margin-bottom: 48px;
      font-size: 1.8rem; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_text {
          margin-bottom: 3.51391vw;
          font-size: 1.31772vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_text {
          margin-bottom: 5.7971vw;
          font-size: 4.34783vw; } }
    .serviceSupport_button {
      background: #fff;
      border: 2px solid #18549F;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 310px;
      height: 80px;
      padding: 0 24px;
      border-radius: 80px;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #18549F;
      width: 100% !important;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      @media screen and (min-width: 829px) {
        .serviceSupport_button {
          cursor: pointer;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .serviceSupport_button:hover {
            background: #18549F;
            color: #fff; } }
      @media screen and (max-width: 1366px) {
        .serviceSupport_button {
          width: 22.694vw;
          height: 5.85652vw;
          padding: 0 1.75695vw;
          border-radius: 5.85652vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_button {
          width: 62.80193vw;
          height: 16.90821vw;
          padding: 0 5.7971vw;
          border-radius: 16.90821vw;
          font-size: 3.86473vw; } }
      .serviceSupport_button::before {
        content: "";
        background: url(../img/common/icon_link_blue.svg) no-repeat center center/contain;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 24px;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .serviceSupport_button::before {
            width: 1.46413vw;
            height: 1.46413vw; } }
        @media screen and (max-width: 828px) {
          .serviceSupport_button::before {
            width: 4.34783vw;
            height: 4.34783vw; } }
      @media screen and (min-width: 829px) {
        .serviceSupport_button:hover:before {
          background: url(../img/common/icon_link.svg) no-repeat center center/contain; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_button {
          width: 100%; } }
      .serviceSupport_button span {
        display: block;
        font-size: 1.3rem;
        width: 100%; }
        @media screen and (max-width: 1366px) {
          .serviceSupport_button span {
            font-size: 0.95168vw; } }
        @media screen and (max-width: 828px) {
          .serviceSupport_button span {
            font-size: 3.1401vw; } }
    .serviceSupport_note {
      background: #E8F6FF;
      margin-top: 48px;
      padding: 24px;
      border-radius: 10px; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_note {
          margin-top: 3.66032vw;
          padding: 1.75695vw;
          border-radius: 0.73206vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_note {
          margin-top: 9.66184vw;
          padding: 5.7971vw;
          border-radius: 2.41546vw; } }
      .serviceSupport_note_title {
        font-size: 1.8rem;
        color: #18549F;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 16px;
        border-bottom: 3px #18549F solid; }
        @media screen and (max-width: 1366px) {
          .serviceSupport_note_title {
            margin-bottom: 0.73206vw;
            padding-bottom: 1.1713vw;
            font-size: 1.31772vw; } }
        @media screen and (max-width: 828px) {
          .serviceSupport_note_title {
            margin-bottom: 2.41546vw;
            padding-bottom: 3.86473vw;
            font-size: 4.34783vw; } }
      .serviceSupport_note_text {
        font-size: 1.6rem;
        line-height: 1.8; }
        @media screen and (max-width: 1366px) {
          .serviceSupport_note_text {
            font-size: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .serviceSupport_note_text {
            font-size: 3.86473vw; } }
    .serviceSupport_wrapper:nth-of-type(2n) .serviceSupport_image {
      width: 640px;
      position: absolute;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      overflow: hidden;
      top: 0;
      right: 0; }
      @media screen and (max-width: 1366px) {
        .serviceSupport_wrapper:nth-of-type(2n) .serviceSupport_image {
          width: 46.85212vw;
          border-top-left-radius: 7.32064vw;
          border-bottom-left-radius: 7.32064vw; } }
      @media screen and (max-width: 828px) {
        .serviceSupport_wrapper:nth-of-type(2n) .serviceSupport_image {
          width: 84.54106vw;
          position: relative;
          margin-left: auto;
          border-top-left-radius: 12.07729vw;
          border-bottom-left-radius: 12.07729vw; } }
    .serviceSupport_wrapper:nth-of-type(2n) .serviceSupport_textWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .serviceSupport_wrapper:nth-of-type(2n) .serviceSupport_textInner {
      margin-right: auto;
      margin-left: 0; }
