@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 );
  }
}
*/
.modelCourse {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .modelCourse .sectionTitle_main, .modelCourse .sectionTitle_sub {
    display: block; }
  .modelCourse .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) {
      .modelCourse .sectionTitle_sub {
        font-size: 0.87848vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .sectionTitle_sub {
        font-size: 3.38164vw;
        letter-spacing: 0.08em;
        line-height: 1.3; } }
  .modelCourse .sectionTitle_main {
    margin-top: 8px;
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: 0.16em; }
    @media screen and (max-width: 1366px) {
      .modelCourse .sectionTitle_main {
        margin-top: 0.58565vw;
        font-size: 2.48902vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .sectionTitle_main {
        margin-top: 1.93237vw;
        font-size: 8.21256vw; } }
  .modelCourse .mainHeader {
    padding-top: 96px; }
    @media screen and (max-width: 1366px) {
      .modelCourse .mainHeader {
        padding-top: 7.02782vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .mainHeader {
        padding-top: 15.45894vw; } }
    .modelCourse .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) {
        .modelCourse .mainHeader_title {
          font-size: 3.22108vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse .mainHeader_title {
          font-size: 8.45411vw;
          letter-spacing: 0.1em;
          line-height: 1.6; } }
      @media screen and (max-width: 1366px) {
        .modelCourse .mainHeader_title {
          padding-bottom: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse .mainHeader_title {
          padding-bottom: 3.86473vw; } }
    .modelCourse .mainHeader_text {
      margin-top: 40px;
      line-height: 2.0; }
      @media screen and (max-width: 1366px) {
        .modelCourse .mainHeader_text {
          margin-top: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse .mainHeader_text {
          margin-top: 7.72947vw; } }
    .modelCourse .mainHeader_image {
      margin-top: 48px; }
      @media screen and (max-width: 1366px) {
        .modelCourse .mainHeader_image {
          margin-top: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse .mainHeader_image {
          margin-top: 7.72947vw; } }
      .modelCourse .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) {
          .modelCourse .mainHeader_image_text {
            font-size: 4.97804vw;
            bottom: -0.43924vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse .mainHeader_image_text {
            font-size: 6.76329vw;
            bottom: -0.96618vw; } }
  .modelCourse .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) {
      .modelCourse .archivePagination {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .archivePagination {
        margin-top: 19.32367vw; } }
    .modelCourse .archivePagination span, .modelCourse .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) {
        .modelCourse .archivePagination span, .modelCourse .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) {
        .modelCourse .archivePagination span, .modelCourse .archivePagination a {
          width: 11.35266vw;
          height: 11.35266vw;
          border-radius: 11.35266vw;
          margin-left: 1.93237vw;
          font-size: 3.38164vw; } }
    .modelCourse .archivePagination *:first-child {
      margin-left: 0px; }
    .modelCourse .archivePagination span.current {
      opacity: 1;
      background: #18549F;
      color: #fff; }
    .modelCourse .archivePagination a.prev, .modelCourse .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 );
          }
        }
        */ }
      .modelCourse .archivePagination a.prev::before, .modelCourse .archivePagination a.prev::after, .modelCourse .archivePagination a.next::before, .modelCourse .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) {
          .modelCourse .archivePagination a.prev::before, .modelCourse .archivePagination a.prev::after, .modelCourse .archivePagination a.next::before, .modelCourse .archivePagination a.next::after {
            width: 3.66032vw;
            height: 3.66032vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse .archivePagination a.prev::before, .modelCourse .archivePagination a.prev::after, .modelCourse .archivePagination a.next::before, .modelCourse .archivePagination a.next::after {
            width: 12.07729vw;
            height: 12.07729vw; } }
      .modelCourse .archivePagination a.prev::before, .modelCourse .archivePagination a.next::before {
        background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
      .modelCourse .archivePagination a.prev::after, .modelCourse .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) {
        .modelCourse .archivePagination a.prev:hover::before, .modelCourse .archivePagination a.next:hover::before {
          opacity: 0; }
        .modelCourse .archivePagination a.prev:hover::after, .modelCourse .archivePagination a.next:hover::after {
          opacity: 1; } }
    .modelCourse .archivePagination a.prev::before, .modelCourse .archivePagination a.prev::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .modelCourse .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) {
      .modelCourse .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) {
      .modelCourse .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) {
      .modelCourse .noData {
        margin-top: 2.34261vw;
        padding: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .noData {
        margin-top: 5.7971vw;
        padding: 5.7971vw; } }
  .modelCourse .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) {
      .modelCourse .pageNavi {
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .pageNavi {
        margin-top: 1.93237vw; } }
    .modelCourse .pageNavi .pageNaviList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem; }
      @media screen and (max-width: 1366px) {
        .modelCourse .pageNavi .pageNaviList {
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse .pageNavi .pageNaviList {
          font-size: 2.17391vw; } }
      .modelCourse .pageNavi .pageNaviList_item:not(:first-child) {
        margin-left: 32px; }
        @media screen and (max-width: 1366px) {
          .modelCourse .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 4.83092vw; } }
        .modelCourse .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) {
            .modelCourse .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 0.51245vw;
              height: 0.51245vw;
              left: -1.53734vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 1.44928vw;
              height: 1.44928vw;
              left: -3.38164vw; } }
      .modelCourse .pageNavi .pageNaviList_item a {
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .modelCourse .pageNavi .pageNaviList_item a {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .modelCourse .pageNavi .pageNaviList_item a:hover {
              text-decoration: underline; } }
  .modelCourse .inner-regular {
    margin-top: 64px; }
    @media screen and (max-width: 1366px) {
      .modelCourse .inner-regular {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse .inner-regular {
        margin-top: 11.5942vw; } }
  .modelCourse_mainTitle {
    text-align: center;
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: .4rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 1366px) {
      .modelCourse_mainTitle {
        font-size: 3.66032vw;
        margin-bottom: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_mainTitle {
        font-size: 7.72947vw;
        margin-bottom: 5.7971vw; } }
    .modelCourse_mainTitle span {
      display: block;
      color: #18549F;
      font-size: 1.4rem;
      padding-bottom: 80px;
      position: relative;
      font-family: "futura-pt-bold", sans-serif;
      font-weight: 700;
      letter-spacing: .2rem; }
      @media screen and (max-width: 1366px) {
        .modelCourse_mainTitle span {
          font-size: 1.02489vw;
          padding-bottom: 5.85652vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_mainTitle span {
          font-size: 3.38164vw;
          padding-bottom: 19.32367vw; } }
      .modelCourse_mainTitle span:before {
        content: "";
        width: 70px;
        height: 70px;
        position: absolute;
        left: calc( ( 100% - 70px ) / 2);
        bottom: 10px; }
        @media screen and (max-width: 1366px) {
          .modelCourse_mainTitle span:before {
            width: 5.12445vw;
            height: 5.12445vw;
            left: calc( ( 100% - 5.12445vw ) / 2);
            bottom: 0.73206vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_mainTitle span:before {
            width: 16.90821vw;
            height: 16.90821vw;
            left: calc( ( 100% - 16.90821vw ) / 2);
            bottom: 2.41546vw; } }
    .modelCourse_mainTitle_01:before {
      background: url(../img/sightseeing/model_course/course_icon_flag_01.svg) no-repeat center center/contain; }
    .modelCourse_mainTitle_02:before {
      background: url(../img/sightseeing/model_course/course_icon_flag_02.svg) no-repeat center center/contain; }
    .modelCourse_mainTitle_03:before {
      background: url(../img/sightseeing/model_course/course_icon_flag_03.svg) no-repeat center center/contain; }
    .modelCourse_mainTitle_04:before {
      background: url(../img/sightseeing/model_course/course_icon_flag_04.svg) no-repeat center center/contain; }
  .modelCourse_slider {
    width: 720px;
    margin: 0 auto; }
    .modelCourse_slider .imageSlider {
      width: 100%; }
      .modelCourse_slider .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) {
          .modelCourse_slider .imageSlider_slide {
            border-radius: 2.92826vw; } }
        @media screen and (min-width: 829px) {
          .modelCourse_slider .imageSlider_slide {
            border-radius: 4.83092vw; }
            .modelCourse_slider .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) {
          .modelCourse_slider .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; } }
      .modelCourse_slider .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) {
          .modelCourse_slider .imageSlider_button {
            width: 70.27818vw;
            top: calc( 50% - vw_pc( 25 )); } }
        @media screen and (max-width: 828px) {
          .modelCourse_slider .imageSlider_button {
            width: 100%;
            top: 100%;
            left: calc( 50%);
            margin-top: 1.93237vw;
            z-index: 11; } }
        .modelCourse_slider .imageSlider_button .swiper-button-prev,
        .modelCourse_slider .imageSlider_button .swiper-button-next {
          position: absolute;
          background-image: none;
          width: 50px;
          height: 50px;
          top: 0;
          margin: 0; }
          @media screen and (max-width: 1366px) {
            .modelCourse_slider .imageSlider_button .swiper-button-prev,
            .modelCourse_slider .imageSlider_button .swiper-button-next {
              width: 3.66032vw;
              height: 3.66032vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_slider .imageSlider_button .swiper-button-prev,
            .modelCourse_slider .imageSlider_button .swiper-button-next {
              width: 9.66184vw;
              height: 9.66184vw; } }
        .modelCourse_slider .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); }
        .modelCourse_slider .imageSlider_button .swiper-button-next {
          background: url(../img/common/icon_slider_arrow.svg) no-repeat center top/contain;
          right: 0; }
        .modelCourse_slider .imageSlider_button .swiper-button-prev {
          left: -25px; }
          @media screen and (max-width: 1366px) {
            .modelCourse_slider .imageSlider_button .swiper-button-prev {
              left: -1.83016vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_slider .imageSlider_button .swiper-button-prev {
              left: 0; } }
        .modelCourse_slider .imageSlider_button .swiper-button-next {
          right: 25px; }
          @media screen and (max-width: 1366px) {
            .modelCourse_slider .imageSlider_button .swiper-button-next {
              right: 1.83016vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_slider .imageSlider_button .swiper-button-next {
              right: 0; } }
      .modelCourse_slider .imageSlider_pagination {
        margin-top: 32px;
        height: 12px; }
        @media screen and (max-width: 1366px) {
          .modelCourse_slider .imageSlider_pagination {
            margin-top: 2.34261vw;
            height: 0.87848vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_slider .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; } }
        .modelCourse_slider .imageSlider_pagination .swiper-pagination {
          line-height: 0;
          width: 100%;
          height: 14px;
          margin: auto; }
          @media screen and (max-width: 1366px) {
            .modelCourse_slider .imageSlider_pagination .swiper-pagination {
              height: 1.02489vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_slider .imageSlider_pagination .swiper-pagination {
              height: 3.38164vw; } }
          .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #18549F; }
            @media screen and (max-width: 1366px) {
              .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet {
                width: 0.73206vw;
                height: 0.73206vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet {
                width: 2.41546vw;
                height: 2.41546vw; } }
            .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
              margin-left: 16px; }
              @media screen and (max-width: 1366px) {
                .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                  margin-left: 1.1713vw; } }
              @media screen and (max-width: 828px) {
                .modelCourse_slider .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                  margin-left: 2.89855vw; } }
    @media screen and (max-width: 1366px) {
      .modelCourse_slider {
        width: 52.70864vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_slider {
        width: 100%; } }
  .modelCourse_schedule {
    width: 100%;
    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;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 56px; }
    @media screen and (max-width: 1366px) {
      .modelCourse_schedule {
        border-radius: 1.46413vw;
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_schedule {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        border-radius: 4.83092vw;
        margin-top: 9.66184vw; } }
    .modelCourse_schedule_title {
      background: #18549F;
      width: 160px;
      font-weight: 700;
      color: #fff;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .modelCourse_schedule_title {
          width: 11.71303vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_schedule_title {
          padding: 5.7971vw 0;
          width: 100%; } }
      .modelCourse_schedule_title h4 {
        padding-top: 50px; }
        @media screen and (max-width: 1366px) {
          .modelCourse_schedule_title h4 {
            padding-top: 3.66032vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_schedule_title h4 {
            padding-top: 0;
            padding-left: 10.14493vw; } }
      .modelCourse_schedule_title h4:before {
        content: "";
        background: url(../img/sightseeing/model_course/course_icon_time.svg) no-repeat center center/contain;
        width: 40px;
        height: 40px;
        position: absolute;
        left: calc( (100% - 40px) / 2);
        top: 0;
        -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(180%) contrast(104%);
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(180%) contrast(104%); }
        @media screen and (max-width: 1366px) {
          .modelCourse_schedule_title h4:before {
            width: 2.92826vw;
            height: 2.92826vw;
            left: calc( (100% - 2.92826vw) / 2); } }
        @media screen and (max-width: 828px) {
          .modelCourse_schedule_title h4:before {
            width: 7.24638vw;
            height: 7.24638vw;
            left: 0;
            top: -0.48309vw; } }
    .modelCourse_schedule_course {
      background: #fff;
      padding: 40px;
      width: calc( 100% - 160px);
      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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1366px) {
        .modelCourse_schedule_course {
          width: calc( 100% - 11.71303vw);
          padding: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_schedule_course {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          padding: 5.7971vw; } }
    .modelCourse_schedule_date {
      width: 340px; }
      @media screen and (max-width: 1366px) {
        .modelCourse_schedule_date {
          width: 24.89019vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_schedule_date {
          width: 100%;
          margin-bottom: 32px; } }
      @media screen and (max-width: 828px) {
        .modelCourse_schedule_date:last-child {
          margin-bottom: 0; } }
      .modelCourse_schedule_date_title {
        color: #18549F;
        border-bottom: 3px solid #18549F;
        padding-bottom: 10px;
        margin-bottom: 16px;
        font-size: 1.8rem;
        font-weight: 700; }
        @media screen and (max-width: 1366px) {
          .modelCourse_schedule_date_title {
            font-size: 1.31772vw;
            margin-bottom: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_schedule_date_title {
            font-size: 4.34783vw;
            margin-bottom: 3.86473vw; } }
      .modelCourse_schedule_date_time {
        padding-left: 20px;
        position: relative; }
        @media screen and (max-width: 1366px) {
          .modelCourse_schedule_date_time {
            padding-left: 1.46413vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_schedule_date_time {
            padding-left: 4.83092vw; } }
        .modelCourse_schedule_date_time_item {
          margin-bottom: 12px;
          font-size: 1.4rem;
          font-weight: 700; }
          @media screen and (max-width: 1366px) {
            .modelCourse_schedule_date_time_item {
              font-size: 1.02489vw;
              margin-bottom: 0.87848vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_schedule_date_time_item {
              font-size: 3.38164vw;
              margin-bottom: 2.89855vw; } }
          .modelCourse_schedule_date_time_item:before {
            content: "";
            width: 7px;
            height: 7px;
            background-color: #18549F;
            border-radius: 3px;
            overflow: hidden;
            position: absolute;
            left: -20px;
            top: 30%; }
            @media screen and (max-width: 1366px) {
              .modelCourse_schedule_date_time_item:before {
                width: 0.51245vw;
                height: 0.51245vw;
                border-radius: 0.21962vw;
                top: 35%;
                left: -1.46413vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_schedule_date_time_item:before {
                width: 1.69082vw;
                height: 1.69082vw;
                border-radius: 0.72464vw;
                top: 35%;
                left: -4.83092vw; } }
          .modelCourse_schedule_date_time_item:after {
            content: "";
            background: url(../img/sightseeing/model_course/dotted_line.svg) no-repeat center center/contain;
            width: 3px;
            height: 18px;
            position: absolute;
            left: -5.5%;
            bottom: -50%; }
            @media screen and (max-width: 1366px) {
              .modelCourse_schedule_date_time_item:after {
                left: -1.31772vw;
                height: 0.87848vw;
                width: 0.29283vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_schedule_date_time_item:after {
                left: -4.22705vw;
                height: 3.1401vw;
                width: 0.48309vw; } }
          .modelCourse_schedule_date_time_item:last-child {
            margin-bottom: 0; }
            .modelCourse_schedule_date_time_item:last-child:after {
              display: none; }
      @media screen and (min-width: 829px) {
        .modelCourse_schedule_date:nth-of-type(-n+2) {
          margin-bottom: 32px; } }
      .modelCourse_schedule_date:last-child {
        margin-bottom: 0; }
  .modelCourse_contents {
    margin-top: 56px; }
    @media screen and (max-width: 1366px) {
      .modelCourse_contents {
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_contents {
        margin-top: 11.5942vw; } }
    .modelCourse_contents_mainTitle {
      font-size: 4rem;
      font-weight: 900;
      padding-top: 50px;
      text-align: center; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_mainTitle {
          font-size: 2.92826vw;
          padding-top: 3.66032vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_mainTitle {
          font-size: 7.24638vw;
          padding-top: 12.07729vw; } }
      .modelCourse_contents_mainTitle:before {
        content: "";
        background: url(../img/sightseeing/model_course/course_icon_flag.svg) no-repeat center center/contain;
        width: 50px;
        height: 50px;
        position: absolute;
        left: calc( (100% - 50px) / 2);
        top: 0; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_mainTitle:before {
            width: 3.66032vw;
            height: 3.66032vw;
            left: calc( ( 100% - 3.66032vw ) / 2); } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_mainTitle:before {
            width: 12.07729vw;
            height: 12.07729vw;
            left: calc( ( 100% - 12.07729vw ) / 2); } }
    .modelCourse_contents_wrapper {
      background: #E8F6FF;
      border-radius: 40px;
      position: relative;
      margin-top: 120px;
      padding: 64px 40px; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_wrapper {
          margin-top: 8.78477vw;
          padding: 4.68521vw 2.92826vw;
          border-radius: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_wrapper {
          margin-top: 19.32367vw;
          padding: 11.5942vw 5.7971vw;
          border-radius: 9.66184vw; } }
      .modelCourse_contents_wrapper:after {
        content: "";
        width: 16px;
        position: absolute;
        height: 150px;
        left: calc( (100% - 16px ) / 2);
        top: 100%;
        background: #E8F6FF; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_wrapper:after {
            width: 1.1713vw;
            left: calc( (100% - 1.1713vw ) / 2); } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_wrapper:after {
            width: 3.86473vw;
            height: 33.81643vw;
            left: calc( (100% - 3.86473vw ) / 2); } }
      .modelCourse_contents_wrapper:nth-last-child(1) {
        margin-top: 140px; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_wrapper:nth-last-child(1) {
            margin-top: 10.2489vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_wrapper:nth-last-child(1) {
            margin-top: 28.98551vw; } }
        .modelCourse_contents_wrapper:nth-last-child(1):after {
          height: 140px; }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_wrapper:nth-last-child(1):after {
              height: 28.98551vw; } }
      .modelCourse_contents_wrapper:last-child:after {
        display: none; }
      .modelCourse_contents_wrapper-start:before, .modelCourse_contents_wrapper-goal:before {
        content: "";
        width: 180px;
        height: 34px;
        position: absolute;
        top: -80px;
        left: calc( (100% - 180px ) / 2); }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_wrapper-start:before, .modelCourse_contents_wrapper-goal:before {
            width: 13.17716vw;
            height: 2.48902vw;
            top: -5.85652vw;
            left: calc( (100% - 13.17716vw ) / 2); } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_wrapper-start:before, .modelCourse_contents_wrapper-goal:before {
            width: 43.47826vw;
            height: 6.76329vw;
            top: -16.90821vw;
            left: calc( (100% - 43.47826vw ) / 2); } }
      .modelCourse_contents_wrapper-start:before {
        background: url(../img/sightseeing/model_course/course_text_start.svg) no-repeat center center/contain; }
      .modelCourse_contents_wrapper-goal:before {
        background: url(../img/sightseeing/model_course/course_text_goal.svg) no-repeat center center/contain; }
    .modelCourse_contents_time {
      width: 180px;
      background: #fff;
      border: solid 3px #18549F;
      border-radius: 34px;
      padding: 12px;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #18549F;
      font-size: 2.6rem;
      position: absolute;
      left: calc( ( 100% - 180px ) / 2);
      top: -36px; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_time {
          font-size: 1.90337vw;
          padding: 0.87848vw;
          width: 13.17716vw;
          border-radius: 2.48902vw;
          left: calc( ( 100% - 13.17716vw) / 2);
          top: -2.63543vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_time {
          font-size: 4.83092vw;
          padding: 2.89855vw;
          width: 36.23188vw;
          border-radius: 8.21256vw;
          left: calc( ( 100% - 36.23188vw) / 2);
          top: -8.69565vw; } }
      .modelCourse_contents_time span {
        padding-left: 40px;
        font-family: "futura-pt-bold", sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_time span {
            padding-left: 2.92826vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_time span {
            padding-left: 8.69565vw; } }
        .modelCourse_contents_time span:before {
          content: "";
          background: url(../img/sightseeing/model_course/course_icon_time.svg) no-repeat center center/contain;
          width: 30px;
          height: 30px;
          position: absolute;
          left: 0;
          top: 5px; }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_time span:before {
              width: 2.19619vw;
              height: 2.19619vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_time span:before {
              width: 6.03865vw;
              height: 6.03865vw; } }
    .modelCourse_contents_title {
      width: 100%;
      padding-left: 52px;
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: .4rem; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_title {
          font-size: 2.34261vw;
          padding-left: 3.80673vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_title {
          font-size: 6.76329vw;
          padding-left: 9.66184vw;
          letter-spacing: 0; } }
      .modelCourse_contents_title:before {
        content: "";
        background: url(../img/sightseeing/model_course/course_icon_place.svg) no-repeat center center/contain;
        width: 28px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_title:before {
            width: 2.04978vw;
            height: 2.92826vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_title:before {
            width: 5.7971vw;
            height: 8.45411vw; } }
    .modelCourse_contents_detail {
      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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 32px; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_detail {
          margin-top: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_detail {
          width: 100%;
          margin-top: 7.72947vw; } }
      .modelCourse_contents_detail_slider, .modelCourse_contents_detail_text {
        width: 48%; }
      .modelCourse_contents_detail_slider .thumbSlider {
        width: 100%; }
        .modelCourse_contents_detail_slider .thumbSlider_main {
          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: 10px;
          /*
      @keyframes beforeFadeOut {
        0% {
          opacity: 1;
        }
        99% {
          opacity: 0;
        }
        100% {
          content: none;
          opacity: 0;
          visibility: hidden;
        }
      }
      */ }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_detail_slider .thumbSlider_main {
              border-radius: 0.73206vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_detail_slider .thumbSlider_main {
              border-radius: 2.41546vw; } }
          .modelCourse_contents_detail_slider .thumbSlider_main_image {
            width: 100%;
            border-radius: 10px;
            overflow: hidden; }
            @media screen and (max-width: 1366px) {
              .modelCourse_contents_detail_slider .thumbSlider_main_image {
                border-radius: 0.73206vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_contents_detail_slider .thumbSlider_main_image {
                width: 100%;
                border-radius: 2.41546vw; } }

@keyframes beforeFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-top: 16px; }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper {
              margin-top: 1.1713vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper {
              margin-top: 3.86473vw; } }
          .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper > .swiper-slide-thumb-active:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            border: 3px solid #18549F;
            z-index: 1; }
            @media screen and (max-width: 1366px) {
              .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper > .swiper-slide-thumb-active:before {
                border-radius: 0.58565vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_contents_detail_slider .thumbSlider_thumbnail_wrapper > .swiper-slide-thumb-active:before {
                border-radius: 1.93237vw; } }
        .modelCourse_contents_detail_slider .thumbSlider_thumbnail_image {
          width: 30% !important;
          margin-right: 5%;
          border-radius: 8px;
          overflow: hidden; }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_detail_slider .thumbSlider_thumbnail_image {
              border-radius: 0.58565vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_detail_slider .thumbSlider_thumbnail_image {
              border-radius: 1.93237vw; } }
          .modelCourse_contents_detail_slider .thumbSlider_thumbnail_image:last-child {
            margin-right: 0 !important; }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_detail_slider {
          width: 100%;
          margin-bottom: 7.72947vw; } }
      .modelCourse_contents_detail_text {
        font-size: 1.8rem;
        line-height: 1.8; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_detail_text {
            font-size: 1.31772vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_detail_text {
            width: 100%;
            font-size: 4.34783vw; } }
        .modelCourse_contents_detail_text-wide {
          width: 100%; }
      .modelCourse_contents_detail_note {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.8;
        border: 2px solid #A80404;
        color: #A80404;
        padding: 20px;
        margin-top: 32px; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_detail_note {
            font-size: 1.1713vw;
            padding: 1.46413vw;
            margin-top: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_detail_note {
            font-size: 3.86473vw;
            margin-top: 7.72947vw;
            padding: 4.83092vw; } }
    .modelCourse_contents_linkTitle {
      width: 100%;
      font-size: 1.8rem;
      font-family: "futura-pt-bold", sans-serif;
      font-weight: 700;
      font-weight: 00;
      margin: 56px auto 32px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_linkTitle {
          margin: 4.09956vw auto 2.34261vw;
          font-size: 1.31772vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_linkTitle {
          margin: 7.72947vw auto 5.7971vw;
          font-size: 4.34783vw; } }
      .modelCourse_contents_linkTitle span {
        display: block; }
        .modelCourse_contents_linkTitle span:before {
          content: "";
          width: 370px;
          height: 2px;
          background: #333;
          position: absolute;
          left: 0;
          top: 50%; }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_linkTitle span:before {
              width: 27.08638vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_linkTitle span:before {
              width: 23.6715vw; } }
        .modelCourse_contents_linkTitle span:after {
          content: "";
          width: 370px;
          height: 2px;
          background: #333;
          position: absolute;
          right: 0;
          top: 50%; }
          @media screen and (max-width: 1366px) {
            .modelCourse_contents_linkTitle span:after {
              width: 27.08638vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_contents_linkTitle span:after {
              width: 23.6715vw; } }
    .modelCourse_contents_linkButton {
      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; }
    .modelCourse_contents_link 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: 310px;
      height: 100px;
      padding: 0 24px;
      border-radius: 100px;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #18549F;
      width: 48% !important;
      text-align: center;
      margin-right: 2%; }
      @media screen and (min-width: 829px) {
        .modelCourse_contents_link a {
          cursor: pointer;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .modelCourse_contents_link a:hover {
            background: #18549F;
            color: #fff; } }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_link a {
          width: 22.694vw;
          height: 7.32064vw;
          padding: 0 1.75695vw;
          border-radius: 7.32064vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_link a {
          width: 62.80193vw;
          height: 24.15459vw;
          padding: 0 5.7971vw;
          border-radius: 24.15459vw;
          font-size: 3.86473vw; } }
      .modelCourse_contents_link a::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) {
          .modelCourse_contents_link a::before {
            width: 1.46413vw;
            height: 1.46413vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_link a::before {
            width: 4.34783vw;
            height: 4.34783vw; } }
      @media screen and (min-width: 829px) {
        .modelCourse_contents_link a:hover:before {
          background: url(../img/common/icon_link.svg) no-repeat center center/contain; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_link a {
          width: 100% !important;
          margin-right: 0;
          margin-bottom: 3.86473vw; } }
      .modelCourse_contents_link a:nth-child(2n) {
        margin-right: 0; }
      .modelCourse_contents_link a:last-child {
        margin-right: 0; }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_link a:last-child {
            margin-bottom: 0; } }
    .modelCourse_contents_link-pdf a {
      width: 48% !important;
      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;
      text-align: center;
      margin-right: 2%; }
      @media screen and (min-width: 829px) {
        .modelCourse_contents_link-pdf a {
          cursor: pointer;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .modelCourse_contents_link-pdf a:hover {
            background: #18549F;
            color: #fff; } }
      @media screen and (max-width: 1366px) {
        .modelCourse_contents_link-pdf a {
          width: 22.694vw;
          height: 5.85652vw;
          padding: 0 1.75695vw;
          border-radius: 5.85652vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_link-pdf a {
          width: 62.80193vw;
          height: 16.90821vw;
          padding: 0 5.7971vw;
          border-radius: 16.90821vw;
          font-size: 3.86473vw; } }
      .modelCourse_contents_link-pdf a::before {
        content: "";
        background: url(../img/common/icon_file_blue.svg) no-repeat center center/contain;
        width: 28px;
        height: 32px;
        position: absolute;
        left: 28px;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .modelCourse_contents_link-pdf a::before {
            width: 2.04978vw;
            height: 2.34261vw;
            left: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_link-pdf a::before {
            width: 4.83092vw;
            height: 6.28019vw;
            left: 6.28019vw; } }
      @media screen and (min-width: 829px) {
        .modelCourse_contents_link-pdf a:hover:before {
          background: url(../img/common/icon_file.svg) no-repeat center center/contain; } }
      @media screen and (max-width: 828px) {
        .modelCourse_contents_link-pdf a {
          width: 100% !important;
          margin-right: 0;
          margin-bottom: 3.86473vw;
          height: 24.15459vw; } }
      .modelCourse_contents_link-pdf a:nth-child(2n) {
        margin-right: 0; }
      .modelCourse_contents_link-pdf a:last-child {
        margin-right: 0; }
        @media screen and (max-width: 828px) {
          .modelCourse_contents_link-pdf a:last-child {
            margin-bottom: 0; } }
  .modelCourse_recommend_mainTitle, .modelCourse_other_mainTitle {
    font-size: 4rem; }
    @media screen and (max-width: 1366px) {
      .modelCourse_recommend_mainTitle, .modelCourse_other_mainTitle {
        font-size: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_recommend_mainTitle, .modelCourse_other_mainTitle {
        font-size: 7.24638vw; } }
  .modelCourse_recommend {
    margin-top: 80px; }
    @media screen and (max-width: 1366px) {
      .modelCourse_recommend {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_recommend {
        margin-top: 15.45894vw; } }
    .modelCourse_recommend_contentsTitle {
      text-align: center;
      margin-bottom: 40px;
      padding-bottom: 28px;
      font-size: 3rem;
      font-weight: 900;
      position: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1366px) {
        .modelCourse_recommend_contentsTitle {
          margin-bottom: 2.92826vw;
          padding-bottom: 2.04978vw;
          font-size: 2.19619vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_recommend_contentsTitle {
          margin-bottom: 7.72947vw;
          padding-bottom: 6.76329vw;
          font-size: 7.24638vw; } }
      .modelCourse_recommend_contentsTitle:before {
        content: "";
        width: 40px;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: calc( ( 100% - 40px ) / 2);
        background-color: #18549F; }
        @media screen and (max-width: 1366px) {
          .modelCourse_recommend_contentsTitle:before {
            width: 2.92826vw;
            height: 0.29283vw;
            left: calc( ( 100% - 2.92826vw ) / 2); } }
        @media screen and (max-width: 828px) {
          .modelCourse_recommend_contentsTitle:before {
            width: 9.66184vw;
            height: 0.96618vw;
            left: calc( ( 100% - 9.66184vw ) / 2); } }
    .modelCourse_recommend_contentsWrapper {
      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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .modelCourse_recommend_contentsWrapper img {
        width: 48%;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 1366px) {
          .modelCourse_recommend_contentsWrapper img {
            border-radius: 0.73206vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_recommend_contentsWrapper img {
            width: 100%;
            border-radius: 2.41546vw;
            margin-bottom: 5.7971vw; } }
        .modelCourse_recommend_contentsWrapper img:last-child {
          margin-bottom: 0; }
  .modelCourse_other {
    margin-top: 120px; }
    @media screen and (max-width: 1366px) {
      .modelCourse_other {
        margin-top: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .modelCourse_other {
        margin-top: 15.45894vw; } }
    .modelCourse_other_wrapper {
      width: 100%;
      background: #18549F;
      padding: 32px;
      border-radius: 10px;
      overflow: hidden;
      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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1366px) {
        .modelCourse_other_wrapper {
          border-radius: 0.73206vw;
          padding: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_other_wrapper {
          border-radius: 2.41546vw;
          padding: 7.72947vw; } }
    .modelCourse_other_item {
      width: 284px; }
      @media screen and (max-width: 1366px) {
        .modelCourse_other_item {
          width: 20.79063vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_other_item {
          width: 100%;
          margin-bottom: 5.7971vw; } }
      @media screen and (max-width: 828px) {
        .modelCourse_other_item:last-child {
          margin-bottom: 0; } }
      .modelCourse_other_itemImage {
        border-radius: 6px;
        overflow: hidden;
        width: 284px;
        aspect-ratio: 3 / 2; }
        @media screen and (max-width: 1366px) {
          .modelCourse_other_itemImage {
            width: 20.79063vw;
            border-radius: 0.43924vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_other_itemImage {
            width: 100%;
            border-radius: 1.44928vw; } }
      .modelCourse_other_itemTitle {
        color: #fff;
        margin-top: 16px;
        position: relative;
        font-weight: 700;
        font-size: 1.6rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 1366px) {
          .modelCourse_other_itemTitle {
            font-size: 1.1713vw;
            margin-top: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .modelCourse_other_itemTitle {
            font-size: 3.86473vw;
            margin-top: 3.86473vw; } }
        .modelCourse_other_itemTitle:before {
          content: "MODEL COURSE";
          font-family: "futura-pt-bold", sans-serif;
          font-size: 1rem;
          display: block;
          top: 0;
          padding-bottom: 4px; }
          @media screen and (max-width: 1366px) {
            .modelCourse_other_itemTitle:before {
              font-size: 0.73206vw;
              padding-bottom: 0.29283vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_other_itemTitle:before {
              font-size: 2.41546vw;
              padding-bottom: 0.96618vw; } }
        .modelCourse_other_itemTitle-01, .modelCourse_other_itemTitle-02, .modelCourse_other_itemTitle-03, .modelCourse_other_itemTitle-04 {
          padding-left: 32px;
          display: block; }
          @media screen and (max-width: 1366px) {
            .modelCourse_other_itemTitle-01, .modelCourse_other_itemTitle-02, .modelCourse_other_itemTitle-03, .modelCourse_other_itemTitle-04 {
              padding-left: 2.34261vw; } }
          @media screen and (max-width: 828px) {
            .modelCourse_other_itemTitle-01, .modelCourse_other_itemTitle-02, .modelCourse_other_itemTitle-03, .modelCourse_other_itemTitle-04 {
              padding-left: 7.72947vw; } }
          .modelCourse_other_itemTitle-01:before, .modelCourse_other_itemTitle-02:before, .modelCourse_other_itemTitle-03:before, .modelCourse_other_itemTitle-04:before {
            content: "";
            width: 30px;
            height: 32px;
            position: absolute;
            left: -2%;
            top: -2px;
            -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(180%) contrast(104%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(180%) contrast(104%); }
            @media screen and (max-width: 1366px) {
              .modelCourse_other_itemTitle-01:before, .modelCourse_other_itemTitle-02:before, .modelCourse_other_itemTitle-03:before, .modelCourse_other_itemTitle-04:before {
                width: 2.19619vw;
                height: 2.34261vw;
                top: -0.36603vw; } }
            @media screen and (max-width: 828px) {
              .modelCourse_other_itemTitle-01:before, .modelCourse_other_itemTitle-02:before, .modelCourse_other_itemTitle-03:before, .modelCourse_other_itemTitle-04:before {
                width: 7.24638vw;
                height: 7.72947vw;
                top: -1.20773vw; } }
        .modelCourse_other_itemTitle-01:before {
          background: url(../img/sightseeing/model_course/course_icon_flag_01.svg) no-repeat center center/contain; }
        .modelCourse_other_itemTitle-02:before {
          background: url(../img/sightseeing/model_course/course_icon_flag_02.svg) no-repeat center center/contain; }
        .modelCourse_other_itemTitle-03:before {
          background: url(../img/sightseeing/model_course/course_icon_flag_03.svg) no-repeat center center/contain; }
        .modelCourse_other_itemTitle-04:before {
          background: url(../img/sightseeing/model_course/course_icon_flag_04.svg) no-repeat center center/contain; }
      .modelCourse_other_item a .hoverImage {
        overflow: hidden; }
        .modelCourse_other_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) {
        .modelCourse_other_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); } }
      .modelCourse_other_item a:hover p {
        opacity: .6; }
