@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 );
  }
}
*/
.sectionTitle_main, .sectionTitle_sub {
  display: block; }

.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) {
    .sectionTitle_sub {
      font-size: 0.87848vw; } }
  @media screen and (max-width: 828px) {
    .sectionTitle_sub {
      font-size: 3.38164vw;
      letter-spacing: 0.08em;
      line-height: 1.3; } }

.sectionTitle_main {
  margin-top: 8px;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.16em; }
  @media screen and (max-width: 1366px) {
    .sectionTitle_main {
      margin-top: 0.58565vw;
      font-size: 2.48902vw; } }
  @media screen and (max-width: 828px) {
    .sectionTitle_main {
      margin-top: 1.93237vw;
      font-size: 8.21256vw; } }

.main::before {
  content: "";
  width: 1306px;
  height: 1248px;
  margin: auto;
  background: url(../img/common/bg_shape_repeat.svg) repeat-y 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 600px;
  right: 0px;
  left: 0;
  z-index: 0; }
  @media screen and (max-width: 1366px) {
    .main::before {
      width: 95.60761vw;
      height: 91.36164vw;
      top: 43.92387vw; } }
  @media screen and (max-width: 828px) {
    .main::before {
      background: url(../img/common/bg_shape_repeat_sp.svg) repeat-y 0 0;
      width: 100%;
      height: 564.00966vw;
      height: 288.4058vw;
      top: 82.1256vw; } }

.mv {
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1366px) {
    .mv {
      min-height: 33.67496vw; } }
  @media screen and (max-width: 828px) {
    .mv {
      min-height: auto;
      padding-top: 96.61836vw; } }
  .mv_block {
    z-index: 2;
    text-shadow: white 2px 0px 16px, white -2px 0px 16px, white 0px -2px 16px, white -2px 0px 16px; }
    @media screen and (max-width: 1366px) {
      .mv_block {
        text-shadow: white 0.14641vw 0px 1.1713vw, white -0.14641vw 0px 1.1713vw, white 0px -0.14641vw 1.1713vw, white -0.14641vw 0px 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .mv_block {
        text-shadow: white 0.48309vw 0px 3.86473vw, white -0.48309vw 0px 3.86473vw, white 0px -0.48309vw 3.86473vw, white -0.48309vw 0px 3.86473vw; } }
  .mv_title {
    font-weight: 900;
    font-size: 5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
    font-weight: 900; }
    @media screen and (max-width: 1366px) {
      .mv_title {
        font-size: 3.66032vw; } }
    @media screen and (max-width: 828px) {
      .mv_title {
        font-size: 9.66184vw;
        letter-spacing: 0.02em;
        line-height: 1.6; } }
    .mv_title span {
      color: #18549F; }
  .mv_text {
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
    margin-top: 16px; }
    @media screen and (max-width: 1366px) {
      .mv_text {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .mv_text {
        font-size: 4.34783vw;
        letter-spacing: 0.1em;
        line-height: 1.6; } }
    @media screen and (max-width: 1366px) {
      .mv_text {
        margin-top: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .mv_text {
        margin-top: 3.86473vw; } }
  .mv_image {
    position: absolute;
    top: -100px;
    right: 0;
    width: 940px; }
    @media screen and (max-width: 1366px) {
      .mv_image {
        top: -7.32064vw;
        width: 68.81406vw; } }
    @media screen and (max-width: 828px) {
      .mv_image {
        top: -18.35749vw;
        width: 92.27053vw; } }

.service {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .service {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .service {
      margin-top: 9.66184vw; } }
  .service .serviceList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; }
    @media screen and (max-width: 1366px) {
      .service .serviceList {
        gap: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .service .serviceList {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 5.7971vw; } }
    .service .serviceList_item {
      width: 100%; }
      .service .serviceList_item a {
        overflow: hidden; }
        .service .serviceList_item a .hoverImage {
          overflow: hidden; }
          .service .serviceList_item a .hoverImage img {
            -webkit-transition: 1.6s;
            -o-transition: 1.6s;
            transition: 1.6s;
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            min-height: 100%;
            min-width: 100%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center; }
        @media screen and (min-width: 829px) {
          .service .serviceList_item a:hover .hoverImage img {
            -webkit-transform: translate(-50%, -50%) scale(1.07, 1.07);
            -ms-transform: translate(-50%, -50%) scale(1.07, 1.07);
            transform: translate(-50%, -50%) scale(1.07, 1.07); } }
        @media screen and (min-width: 829px) {
          .service .serviceList_item a:hover .serviceList_title {
            color: #18549F; }
            .service .serviceList_item a:hover .serviceList_title::before {
              -webkit-transform: translateX(16px);
              -ms-transform: translateX(16px);
              transform: translateX(16px); } }
    @media screen and (min-width: 829px) and (max-width: 1366px) {
      .service .serviceList_item a:hover .serviceList_title::before {
        -webkit-transform: translateX(1.1713vw);
        -ms-transform: translateX(1.1713vw);
        transform: translateX(1.1713vw); } }
    .service .serviceList_image {
      width: 580px;
      height: 326px;
      border-radius: 8px; }
      @media screen and (max-width: 1366px) {
        .service .serviceList_image {
          width: 42.45974vw;
          height: 23.8653vw; } }
      @media screen and (max-width: 828px) {
        .service .serviceList_image {
          width: 100%;
          height: 50.96618vw; } }
      @media screen and (max-width: 1366px) {
        .service .serviceList_image {
          border-radius: 0.58565vw; } }
      @media screen and (max-width: 828px) {
        .service .serviceList_image {
          border-radius: 1.93237vw; } }
    .service .serviceList_title {
      padding-right: 60px;
      font-weight: 900;
      font-size: 2rem;
      letter-spacing: 0.04em;
      line-height: 1.6;
      color: #333;
      font-weight: 900;
      margin-top: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 50px;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      @media screen and (max-width: 1366px) {
        .service .serviceList_title {
          font-size: 1.46413vw; } }
      @media screen and (max-width: 828px) {
        .service .serviceList_title {
          font-size: 4.34783vw;
          letter-spacing: 0.04em;
          line-height: 1.6; } }
      @media screen and (max-width: 1366px) {
        .service .serviceList_title {
          margin-top: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .service .serviceList_title {
          margin-top: 3.86473vw; } }
      .service .serviceList_title::before {
        content: "";
        background: url(../img/common/button_circle_white.svg) no-repeat center center/contain;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 16px;
        bottom: 0px;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .service .serviceList_title::before {
            width: 3.66032vw;
            height: 3.66032vw;
            right: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .service .serviceList_title::before {
            width: 9.66184vw;
            height: 9.66184vw;
            right: 0vw; } }
      @media screen and (max-width: 1366px) {
        .service .serviceList_title {
          min-height: 3.66032vw;
          padding-right: 4.39239vw; } }
      @media screen and (max-width: 828px) {
        .service .serviceList_title {
          min-height: 9.66184vw;
          padding-right: 12.07729vw; } }

.news {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .news {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .news {
      margin-top: 9.66184vw; } }
  @media screen and (min-width: 829px) {
    .news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .news .newsList {
    width: 920px; }
    @media screen and (max-width: 1366px) {
      .news .newsList {
        width: 67.34993vw; } }
    @media screen and (max-width: 828px) {
      .news .newsList {
        width: 100%; } }
    .news .newsList_item {
      padding: 24px 0;
      border-bottom: 1px solid #333; }
      @media screen and (max-width: 1366px) {
        .news .newsList_item {
          padding: 1.75695vw 0; } }
      @media screen and (max-width: 828px) {
        .news .newsList_item {
          padding: 4.83092vw 0; } }
      @media screen and (min-width: 829px) {
        .news .newsList_item a {
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .news .newsList_item a:hover {
            opacity: 0.5; } }
    .news .newsList_title {
      margin-top: 16px;
      font-size: 1.8rem; }
      @media screen and (max-width: 1366px) {
        .news .newsList_title {
          margin-top: 1.1713vw;
          font-size: 1.31772vw; } }
      @media screen and (max-width: 828px) {
        .news .newsList_title {
          margin-top: 3.86473vw;
          font-size: 4.34783vw;
          line-height: 1.4; } }
  .news .newsMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news .newsMeta_category {
      margin-left: 16px; }
      @media screen and (max-width: 1366px) {
        .news .newsMeta_category {
          margin-left: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .news .newsMeta_category {
          margin-left: 1.93237vw; } }
      .news .newsMeta_category_item {
        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: 120px;
        height: 30px;
        padding: 0 0px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .news .newsMeta_category_item {
            cursor: pointer;
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .news .newsMeta_category_item:hover {
              background: #18549F;
              color: #fff; } }
        @media screen and (max-width: 1366px) {
          .news .newsMeta_category_item {
            width: 8.78477vw;
            height: 2.19619vw;
            padding: 0 0vw;
            border-radius: 2.19619vw;
            font-size: 0.87848vw; } }
        @media screen and (max-width: 828px) {
          .news .newsMeta_category_item {
            width: 28.98551vw;
            height: 7.24638vw;
            padding: 0 0vw;
            border-radius: 7.24638vw;
            font-size: 2.89855vw; } }
        @media screen and (min-width: 829px) {
          .news .newsMeta_category_item:hover {
            background: inherit;
            color: inherit; } }
    .news .newsMeta .categoryList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 16px; }
      @media screen and (max-width: 1366px) {
        .news .newsMeta .categoryList {
          margin-left: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .news .newsMeta .categoryList {
          margin-left: 1.93237vw; } }
      .news .newsMeta .categoryList_item {
        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;
        padding: 0 8px;
        height: 26px;
        border-radius: 26px;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.08em;
        color: #fff; }
        @media screen and (max-width: 1366px) {
          .news .newsMeta .categoryList_item {
            padding: 0 0.58565vw;
            height: 1.90337vw;
            font-size: 0.87848vw; } }
        @media screen and (max-width: 828px) {
          .news .newsMeta .categoryList_item {
            padding: 0 1.93237vw;
            height: 6.28019vw;
            font-size: 2.41546vw; } }
        .news .newsMeta .categoryList_item:not(:first-child) {
          margin-left: 8px; }
          @media screen and (max-width: 1366px) {
            .news .newsMeta .categoryList_item:not(:first-child) {
              margin-left: 0.58565vw; } }
          @media screen and (max-width: 828px) {
            .news .newsMeta .categoryList_item:not(:first-child) {
              margin-left: 0.96618vw; } }
        .news .newsMeta .categoryList_item a {
          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: 120px;
          height: 30px;
          padding: 0 0px;
          border-radius: 30px;
          font-size: 1.2rem;
          font-weight: 700;
          letter-spacing: 0.1em;
          color: #18549F; }
          @media screen and (min-width: 829px) {
            .news .newsMeta .categoryList_item a {
              cursor: pointer;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              transition: 0.8s; }
              .news .newsMeta .categoryList_item a:hover {
                background: #18549F;
                color: #fff; } }
          @media screen and (max-width: 1366px) {
            .news .newsMeta .categoryList_item a {
              width: 8.78477vw;
              height: 2.19619vw;
              padding: 0 0vw;
              border-radius: 2.19619vw;
              font-size: 0.87848vw; } }
          @media screen and (max-width: 828px) {
            .news .newsMeta .categoryList_item a {
              width: 28.98551vw;
              height: 7.24638vw;
              padding: 0 0vw;
              border-radius: 7.24638vw;
              font-size: 2.89855vw; } }
  .news_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 64px; }
    @media screen and (max-width: 1366px) {
      .news_button {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .news_button {
        margin-top: 9.66184vw; } }
    .news_button a {
      width: auto;
      display: table;
      padding-right: 64px;
      font-weight: 900;
      font-size: 1.8rem;
      letter-spacing: 0.08em;
      line-height: 1.6;
      color: #333;
      color: #18549F; }
      @media screen and (max-width: 1366px) {
        .news_button a {
          font-size: 1.31772vw; } }
      @media screen and (max-width: 828px) {
        .news_button a {
          font-size: 4.34783vw;
          letter-spacing: 0.08em;
          line-height: 1.6; } }
      @media screen and (max-width: 828px) {
        .news_button a {
          padding-right: 15.45894vw; } }
      .news_button a::before, .news_button a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .news_button a::before, .news_button a::after {
            width: 3.66032vw;
            height: 3.66032vw;
            padding-right: 4.68521vw; } }
        @media screen and (max-width: 828px) {
          .news_button a::before, .news_button a::after {
            width: 9.66184vw;
            height: 9.66184vw;
            padding-right: 12.07729vw; } }
      .news_button a::before {
        background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
      .news_button a::after {
        background: url(/assets/img/common/button_circle_blue.svg) no-repeat center center/contain;
        opacity: 0; }
      @media screen and (min-width: 829px) {
        .news_button a:hover::before {
          opacity: 0; }
        .news_button a:hover::after {
          opacity: 1; } }

.about {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .about {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .about {
      margin-top: 19.32367vw; } }
  .about > .title {
    font-weight: 900;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .about > .title {
        font-size: 3.22108vw; } }
    @media screen and (max-width: 828px) {
      .about > .title {
        font-size: 8.45411vw;
        letter-spacing: 0.02em;
        line-height: 1.6; } }
  .about > .wrapper > .section:not(:first-child) {
    margin-top: 120px; }
    @media screen and (max-width: 1366px) {
      .about > .wrapper > .section:not(:first-child) {
        margin-top: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .about > .wrapper > .section:not(:first-child) {
        margin-top: 15.45894vw; } }
  .about > .wrapper > .section.--reverse .insertSection > .insert {
    left: auto;
    right: 0; }
    @media screen and (max-width: 828px) {
      .about > .wrapper > .section.--reverse .insertSection > .insert {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (max-width: 828px) {
      .about > .wrapper > .section.--reverse .insertSection > .insert > .wrapper {
        width: 84.54106vw; } }
  @media screen and (min-width: 829px) {
    .about > .wrapper > .section.--reverse .insertSection > .container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .about .insertSection {
    margin-top: 80px; }
    @media screen and (max-width: 1366px) {
      .about .insertSection {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .about .insertSection {
        margin-top: 19.32367vw; } }
    @media screen and (min-width: 829px) {
      .about .insertSection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 453px; } }
  @media screen and (min-width: 829px) and (max-width: 1366px) {
    .about .insertSection {
      min-height: 33.16252vw; } }
    .about .insertSection > .insert {
      position: absolute;
      left: 0;
      top: 0;
      width: 680px; }
      @media screen and (max-width: 1366px) {
        .about .insertSection > .insert {
          width: 49.78038vw; } }
      @media screen and (max-width: 828px) {
        .about .insertSection > .insert {
          position: relative;
          width: 84.54106vw; } }
    @media screen and (min-width: 829px) {
      .about .insertSection > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (max-width: 828px) {
      .about .insertSection > .container {
        margin-top: 9.66184vw; } }
    .about .insertSection > .container > .wrapper {
      max-width: 640px; }
      @media screen and (max-width: 1800px) {
        .about .insertSection > .container > .wrapper {
          max-width: 32.21083vw; } }
      @media screen and (max-width: 1366px) {
        .about .insertSection > .container > .wrapper {
          max-width: 29.5022vw; } }
      @media screen and (max-width: 828px) {
        .about .insertSection > .container > .wrapper {
          max-width: 100%;
          width: 100%; } }
      .about .insertSection > .container > .wrapper > .title {
        font-weight: 900;
        font-size: 4rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
        color: #333; }
        @media screen and (max-width: 1366px) {
          .about .insertSection > .container > .wrapper > .title {
            font-size: 2.92826vw; } }
        @media screen and (max-width: 828px) {
          .about .insertSection > .container > .wrapper > .title {
            font-size: 8.21256vw;
            letter-spacing: 0.02em;
            line-height: 1.5; } }
      .about .insertSection > .container > .wrapper > .text {
        margin-top: 24px;
        font-size: 1.8rem;
        line-height: 2.0; }
        @media screen and (max-width: 1366px) {
          .about .insertSection > .container > .wrapper > .text {
            margin-top: 1.75695vw; } }
        @media screen and (max-width: 828px) {
          .about .insertSection > .container > .wrapper > .text {
            margin-top: 5.7971vw; } }
        @media screen and (max-width: 1366px) {
          .about .insertSection > .container > .wrapper > .text {
            font-size: 1.31772vw; } }
        @media screen and (max-width: 828px) {
          .about .insertSection > .container > .wrapper > .text {
            font-size: 3.86473vw; } }
      .about .insertSection > .container > .wrapper > .button {
        margin-top: 40px; }
        @media screen and (max-width: 1366px) {
          .about .insertSection > .container > .wrapper > .button {
            margin-top: 2.92826vw; } }
        @media screen and (max-width: 828px) {
          .about .insertSection > .container > .wrapper > .button {
            margin-top: 7.72947vw; } }
        .about .insertSection > .container > .wrapper > .button a {
          width: auto;
          display: table;
          padding-right: 64px;
          font-weight: 900;
          font-size: 1.8rem;
          letter-spacing: 0.08em;
          line-height: 1.6;
          color: #333;
          color: #18549F;
          color: #333; }
          @media screen and (max-width: 1366px) {
            .about .insertSection > .container > .wrapper > .button a {
              font-size: 1.31772vw; } }
          @media screen and (max-width: 828px) {
            .about .insertSection > .container > .wrapper > .button a {
              font-size: 4.34783vw;
              letter-spacing: 0.08em;
              line-height: 1.6; } }
          @media screen and (max-width: 828px) {
            .about .insertSection > .container > .wrapper > .button a {
              padding-right: 15.45894vw; } }
          .about .insertSection > .container > .wrapper > .button a::before, .about .insertSection > .container > .wrapper > .button a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 50px;
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            @media screen and (max-width: 1366px) {
              .about .insertSection > .container > .wrapper > .button a::before, .about .insertSection > .container > .wrapper > .button a::after {
                width: 3.66032vw;
                height: 3.66032vw;
                padding-right: 4.68521vw; } }
            @media screen and (max-width: 828px) {
              .about .insertSection > .container > .wrapper > .button a::before, .about .insertSection > .container > .wrapper > .button a::after {
                width: 9.66184vw;
                height: 9.66184vw;
                padding-right: 12.07729vw; } }
          .about .insertSection > .container > .wrapper > .button a::before {
            background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
          .about .insertSection > .container > .wrapper > .button a::after {
            background: url(/assets/img/common/button_circle_blue.svg) no-repeat center center/contain;
            opacity: 0; }
          @media screen and (min-width: 829px) {
            .about .insertSection > .container > .wrapper > .button a:hover::before {
              opacity: 0; }
            .about .insertSection > .container > .wrapper > .button a:hover::after {
              opacity: 1; } }
          @media screen and (min-width: 829px) {
            .about .insertSection > .container > .wrapper > .button a:hover {
              color: #18549F; } }
    .about .insertSection .mapButton {
      margin-top: 50px; }
      @media screen and (max-width: 1366px) {
        .about .insertSection .mapButton {
          margin-top: 3.66032vw; } }
      @media screen and (max-width: 828px) {
        .about .insertSection .mapButton {
          margin-top: 3.86473vw; } }
      .about .insertSection .mapButton a {
        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: 403px;
        height: 80px;
        padding: 0 24px;
        border-radius: 80px;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .about .insertSection .mapButton a {
            cursor: pointer;
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .about .insertSection .mapButton a:hover {
              background: #18549F;
              color: #fff; } }
        @media screen and (max-width: 1366px) {
          .about .insertSection .mapButton a {
            width: 29.5022vw;
            height: 5.85652vw;
            padding: 0 1.75695vw;
            border-radius: 5.85652vw;
            font-size: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .about .insertSection .mapButton a {
            width: 62.80193vw;
            height: 16.90821vw;
            padding: 0 5.7971vw;
            border-radius: 16.90821vw;
            font-size: 3.86473vw; } }
        .about .insertSection .mapButton a::before, .about .insertSection .mapButton a::after {
          content: "";
          width: 19px;
          height: 19px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 24px;
          margin: auto;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
        .about .insertSection .mapButton a::before {
          background: url(/assets/img/common/icon_square_arrow_blue.svg) no-repeat center center/contain; }
        .about .insertSection .mapButton a::after {
          background: url(/assets/img/common/icon_square_arrow_white.svg) no-repeat center center/contain;
          opacity: 0; }
        @media screen and (min-width: 829px) {
          .about .insertSection .mapButton a:hover::before {
            opacity: 0; }
          .about .insertSection .mapButton a:hover::after {
            opacity: 1; } }
        @media screen and (max-width: 828px) {
          .about .insertSection .mapButton a {
            width: 100%; } }
  .about .youtube {
    width: 800px;
    height: 450px;
    margin: 120px auto 0; }
    @media screen and (max-width: 1366px) {
      .about .youtube {
        width: 58.56515vw;
        height: 32.9429vw;
        margin: 8.78477vw auto 0; } }
    @media screen and (max-width: 828px) {
      .about .youtube {
        width: 84.54106vw;
        height: 57.97101vw;
        margin: 9.66184vw auto 0; } }
    .about .youtube iframe {
      width: 100%;
      height: 100%; }

.prMovie {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .prMovie {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .prMovie {
      margin-top: 19.32367vw; } }
  .prMovie > .title {
    font-weight: 900;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .prMovie > .title {
        font-size: 3.22108vw; } }
    @media screen and (max-width: 828px) {
      .prMovie > .title {
        font-size: 8.45411vw;
        letter-spacing: 0.02em;
        line-height: 1.6; } }
  .prMovie .movieList {
    margin-top: 80px; }
    @media screen and (max-width: 1366px) {
      .prMovie .movieList {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .prMovie .movieList {
        margin-top: 9.66184vw; } }
    @media screen and (min-width: 829px) {
      .prMovie .movieList_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .prMovie .movieList_item:not(:first-child) {
      margin-top: 64px; }
      @media screen and (max-width: 1366px) {
        .prMovie .movieList_item:not(:first-child) {
          margin-top: 4.68521vw; } }
      @media screen and (max-width: 828px) {
        .prMovie .movieList_item:not(:first-child) {
          margin-top: 9.66184vw; } }
    .prMovie .movieList_item .movie {
      width: 600px;
      min-width: 600px;
      height: 337px; }
      @media screen and (max-width: 1366px) {
        .prMovie .movieList_item .movie {
          width: 43.92387vw;
          min-width: 43.92387vw;
          height: 24.67057vw; } }
      @media screen and (max-width: 828px) {
        .prMovie .movieList_item .movie {
          width: 100%;
          min-width: auto;
          height: 50.72464vw; } }
      .prMovie .movieList_item .movie iframe {
        width: 100%;
        height: 100%; }
    .prMovie .movieList_item > .container {
      margin-left: 56px; }
      @media screen and (max-width: 1366px) {
        .prMovie .movieList_item > .container {
          margin-left: 4.09956vw; } }
      @media screen and (max-width: 828px) {
        .prMovie .movieList_item > .container {
          margin: 5.7971vw 0 0 0; } }
      .prMovie .movieList_item > .container > .title .sub,
      .prMovie .movieList_item > .container > .title .main {
        display: block; }
      .prMovie .movieList_item > .container > .title .sub {
        font-family: "futura-pt-bold", sans-serif;
        font-weight: 700;
        color: #18549F;
        font-size: 1.4rem;
        letter-spacing: 0.04em; }
        @media screen and (max-width: 1366px) {
          .prMovie .movieList_item > .container > .title .sub {
            font-size: 1.02489vw; } }
        @media screen and (max-width: 828px) {
          .prMovie .movieList_item > .container > .title .sub {
            font-size: 3.38164vw; } }
      .prMovie .movieList_item > .container > .title .main {
        font-weight: 900;
        font-size: 3.2rem;
        letter-spacing: 0.04em;
        line-height: 1.6;
        color: #333;
        margin-top: 16px; }
        @media screen and (max-width: 1366px) {
          .prMovie .movieList_item > .container > .title .main {
            font-size: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .prMovie .movieList_item > .container > .title .main {
            font-size: 6.76329vw;
            letter-spacing: 0.02em;
            line-height: 1.6; } }
        @media screen and (max-width: 1366px) {
          .prMovie .movieList_item > .container > .title .main {
            margin-top: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .prMovie .movieList_item > .container > .title .main {
            margin-top: 3.86473vw; } }
      .prMovie .movieList_item > .container > .text {
        margin-top: 16px;
        line-height: 2.0; }
        @media screen and (max-width: 1366px) {
          .prMovie .movieList_item > .container > .text {
            margin-top: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .prMovie .movieList_item > .container > .text {
            margin-top: 3.86473vw; } }

.exLink {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .exLink {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .exLink {
      margin-top: 15.45894vw; } }
  .exLink > .title {
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #333;
    text-align: center; }
    @media screen and (max-width: 1366px) {
      .exLink > .title {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .exLink > .title {
        font-size: 5.7971vw;
        letter-spacing: 0.02em;
        line-height: 1.6; } }
  .exLink .exLinkList {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media screen and (max-width: 1366px) {
      .exLink .exLinkList {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .exLink .exLinkList {
        margin-top: 3.86473vw; } }
    @media screen and (max-width: 1366px) {
      .exLink .exLinkList {
        gap: 2.19619vw; } }
    @media screen and (max-width: 828px) {
      .exLink .exLinkList {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 3.86473vw; } }
    .exLink .exLinkList_item a {
      background: #fff;
      padding: 16px; }
      @media screen and (max-width: 1366px) {
        .exLink .exLinkList_item a {
          padding: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .exLink .exLinkList_item a {
          padding: 2.41546vw; } }

.businessPage .mv_icon {
  width: 299px;
  height: 339px;
  position: absolute;
  bottom: -80px;
  right: 80px; }
  @media screen and (max-width: 1366px) {
    .businessPage .mv_icon {
      width: 21.88873vw;
      height: 24.81698vw;
      bottom: -5.85652vw;
      right: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .businessPage .mv_icon {
      width: 59.66184vw;
      height: 67.63285vw;
      bottom: auto;
      top: 28.98551vw;
      right: 1.93237vw; } }

.businessPage .service {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .businessPage .service {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .businessPage .service {
      margin-top: 19.32367vw; } }

.sightseeingPage .mv_icon {
  width: 320px;
  height: 386px;
  position: absolute;
  bottom: -80px;
  right: 80px; }
  @media screen and (max-width: 1366px) {
    .sightseeingPage .mv_icon {
      width: 23.42606vw;
      height: 28.25769vw;
      bottom: -5.85652vw;
      right: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .sightseeingPage .mv_icon {
      width: 59.66184vw;
      height: 71.73913vw;
      bottom: auto;
      top: 28.98551vw;
      right: 1.93237vw; } }

.sightseeingPage .service {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .sightseeingPage .service {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .sightseeingPage .service {
      margin-top: 19.32367vw; } }
