@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 );
  }
}
*/
.transportation {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .transportation .sectionTitle_main, .transportation .sectionTitle_sub {
    display: block; }
  .transportation .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) {
      .transportation .sectionTitle_sub {
        font-size: 0.87848vw; } }
    @media screen and (max-width: 828px) {
      .transportation .sectionTitle_sub {
        font-size: 3.38164vw;
        letter-spacing: 0.08em;
        line-height: 1.3; } }
  .transportation .sectionTitle_main {
    margin-top: 8px;
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: 0.16em; }
    @media screen and (max-width: 1366px) {
      .transportation .sectionTitle_main {
        margin-top: 0.58565vw;
        font-size: 2.48902vw; } }
    @media screen and (max-width: 828px) {
      .transportation .sectionTitle_main {
        margin-top: 1.93237vw;
        font-size: 8.21256vw; } }
  .transportation .mainHeader {
    padding-top: 96px; }
    @media screen and (max-width: 1366px) {
      .transportation .mainHeader {
        padding-top: 7.02782vw; } }
    @media screen and (max-width: 828px) {
      .transportation .mainHeader {
        padding-top: 15.45894vw; } }
    .transportation .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) {
        .transportation .mainHeader_title {
          font-size: 3.22108vw; } }
      @media screen and (max-width: 828px) {
        .transportation .mainHeader_title {
          font-size: 8.45411vw;
          letter-spacing: 0.1em;
          line-height: 1.6; } }
      @media screen and (max-width: 1366px) {
        .transportation .mainHeader_title {
          padding-bottom: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .transportation .mainHeader_title {
          padding-bottom: 3.86473vw; } }
    .transportation .mainHeader_text {
      margin-top: 40px;
      line-height: 2.0; }
      @media screen and (max-width: 1366px) {
        .transportation .mainHeader_text {
          margin-top: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .transportation .mainHeader_text {
          margin-top: 7.72947vw; } }
    .transportation .mainHeader_image {
      margin-top: 48px; }
      @media screen and (max-width: 1366px) {
        .transportation .mainHeader_image {
          margin-top: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .transportation .mainHeader_image {
          margin-top: 7.72947vw; } }
      .transportation .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) {
          .transportation .mainHeader_image_text {
            font-size: 4.97804vw;
            bottom: -0.43924vw; } }
        @media screen and (max-width: 828px) {
          .transportation .mainHeader_image_text {
            font-size: 6.76329vw;
            bottom: -0.96618vw; } }
  .transportation .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) {
      .transportation .archivePagination {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .transportation .archivePagination {
        margin-top: 19.32367vw; } }
    .transportation .archivePagination span, .transportation .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) {
        .transportation .archivePagination span, .transportation .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) {
        .transportation .archivePagination span, .transportation .archivePagination a {
          width: 11.35266vw;
          height: 11.35266vw;
          border-radius: 11.35266vw;
          margin-left: 1.93237vw;
          font-size: 3.38164vw; } }
    .transportation .archivePagination *:first-child {
      margin-left: 0px; }
    .transportation .archivePagination span.current {
      opacity: 1;
      background: #18549F;
      color: #fff; }
    .transportation .archivePagination a.prev, .transportation .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 );
          }
        }
        */ }
      .transportation .archivePagination a.prev::before, .transportation .archivePagination a.prev::after, .transportation .archivePagination a.next::before, .transportation .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) {
          .transportation .archivePagination a.prev::before, .transportation .archivePagination a.prev::after, .transportation .archivePagination a.next::before, .transportation .archivePagination a.next::after {
            width: 3.66032vw;
            height: 3.66032vw; } }
        @media screen and (max-width: 828px) {
          .transportation .archivePagination a.prev::before, .transportation .archivePagination a.prev::after, .transportation .archivePagination a.next::before, .transportation .archivePagination a.next::after {
            width: 12.07729vw;
            height: 12.07729vw; } }
      .transportation .archivePagination a.prev::before, .transportation .archivePagination a.next::before {
        background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
      .transportation .archivePagination a.prev::after, .transportation .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) {
        .transportation .archivePagination a.prev:hover::before, .transportation .archivePagination a.next:hover::before {
          opacity: 0; }
        .transportation .archivePagination a.prev:hover::after, .transportation .archivePagination a.next:hover::after {
          opacity: 1; } }
    .transportation .archivePagination a.prev::before, .transportation .archivePagination a.prev::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .transportation .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) {
      .transportation .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) {
      .transportation .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) {
      .transportation .noData {
        margin-top: 2.34261vw;
        padding: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .transportation .noData {
        margin-top: 5.7971vw;
        padding: 5.7971vw; } }
  .transportation .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) {
      .transportation .pageNavi {
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .transportation .pageNavi {
        margin-top: 1.93237vw; } }
    .transportation .pageNavi .pageNaviList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem; }
      @media screen and (max-width: 1366px) {
        .transportation .pageNavi .pageNaviList {
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .transportation .pageNavi .pageNaviList {
          font-size: 2.17391vw; } }
      .transportation .pageNavi .pageNaviList_item:not(:first-child) {
        margin-left: 32px; }
        @media screen and (max-width: 1366px) {
          .transportation .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .transportation .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 4.83092vw; } }
        .transportation .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) {
            .transportation .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 0.51245vw;
              height: 0.51245vw;
              left: -1.53734vw; } }
          @media screen and (max-width: 828px) {
            .transportation .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 1.44928vw;
              height: 1.44928vw;
              left: -3.38164vw; } }
      .transportation .pageNavi .pageNaviList_item a {
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .transportation .pageNavi .pageNaviList_item a {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .transportation .pageNavi .pageNaviList_item a:hover {
              text-decoration: underline; } }
  .transportationSlider {
    margin-top: 64px;
    margin-bottom: 120px; }
    @media screen and (max-width: 1366px) {
      .transportationSlider {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .transportationSlider {
        margin-top: 11.5942vw; } }
    @media screen and (max-width: 1366px) {
      .transportationSlider {
        margin-bottom: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .transportationSlider {
        margin-bottom: 15.45894vw; } }
    .transportationSlider_wrapper {
      width: 720px;
      margin: 0 auto 40px; }
      .transportationSlider_wrapper .imageSlider {
        width: 100%; }
        .transportationSlider_wrapper .imageSlider_slide {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 40px;
          overflow: hidden;
          /*
      @keyframes beforeFadeOut {
        0% {
          opacity: 1;
        }
        99% {
          opacity: 0;
        }
        100% {
          content: none;
          opacity: 0;
          visibility: hidden;
        }
      }
      */ }
          @media screen and (max-width: 1366px) {
            .transportationSlider_wrapper .imageSlider_slide {
              border-radius: 2.92826vw; } }
          @media screen and (min-width: 829px) {
            .transportationSlider_wrapper .imageSlider_slide {
              border-radius: 4.83092vw; }
              .transportationSlider_wrapper .imageSlider_slide::before {
                content: "";
                background: rgba(255, 255, 255, 0.8);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: 0.8s;
                -o-transition: 0.8s;
                transition: 0.8s;
                z-index: 1;
                -webkit-animation: beforeFadeIn forwards 1.5s 0s;
                animation: beforeFadeIn forwards 1.5s 0s; } }
          @media screen and (min-width: 829px) {
            .transportationSlider_wrapper .imageSlider_slide.swiper-slide-active::before {
              content: none; } }

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

@keyframes beforeFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .transportationSlider_wrapper .imageSlider_button {
          width: 960px;
          position: absolute;
          top: calc( 50% - 25px);
          left: calc( 50% + 25px);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 2; }
          @media screen and (max-width: 1366px) {
            .transportationSlider_wrapper .imageSlider_button {
              width: 70.27818vw;
              top: calc( 50% - vw_pc( 25 )); } }
          @media screen and (max-width: 828px) {
            .transportationSlider_wrapper .imageSlider_button {
              width: 100%;
              top: 100%;
              left: calc( 50%);
              margin-top: 1.93237vw;
              z-index: 11; } }
          .transportationSlider_wrapper .imageSlider_button .swiper-button-prev,
          .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
            position: absolute;
            background-image: none;
            width: 50px;
            height: 50px;
            top: 0;
            margin: 0; }
            @media screen and (max-width: 1366px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-prev,
              .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
                width: 3.66032vw;
                height: 3.66032vw; } }
            @media screen and (max-width: 828px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-prev,
              .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
                width: 9.66184vw;
                height: 9.66184vw; } }
          .transportationSlider_wrapper .imageSlider_button .swiper-button-prev {
            background: url(../img/common/icon_slider_arrow.svg) no-repeat center top/contain;
            left: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
            background: url(../img/common/icon_slider_arrow.svg) no-repeat center top/contain;
            right: 0; }
          .transportationSlider_wrapper .imageSlider_button .swiper-button-prev {
            left: -25px; }
            @media screen and (max-width: 1366px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-prev {
                left: -1.83016vw; } }
            @media screen and (max-width: 828px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-prev {
                left: 0; } }
          .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
            right: 25px; }
            @media screen and (max-width: 1366px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
                right: 1.83016vw; } }
            @media screen and (max-width: 828px) {
              .transportationSlider_wrapper .imageSlider_button .swiper-button-next {
                right: 0; } }
        .transportationSlider_wrapper .imageSlider_pagination {
          margin-top: 32px;
          height: 12px; }
          @media screen and (max-width: 1366px) {
            .transportationSlider_wrapper .imageSlider_pagination {
              margin-top: 2.34261vw;
              height: 0.87848vw; } }
          @media screen and (max-width: 828px) {
            .transportationSlider_wrapper .imageSlider_pagination {
              margin-top: 5.7971vw;
              height: 2.89855vw;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; } }
          .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination {
            line-height: 0;
            width: 100%;
            height: 14px;
            margin: auto; }
            @media screen and (max-width: 1366px) {
              .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination {
                height: 1.02489vw; } }
            @media screen and (max-width: 828px) {
              .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination {
                height: 3.38164vw; } }
            .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
              width: 10px;
              height: 10px;
              background: #18549F; }
              @media screen and (max-width: 1366px) {
                .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
                  width: 0.73206vw;
                  height: 0.73206vw; } }
              @media screen and (max-width: 828px) {
                .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet {
                  width: 2.41546vw;
                  height: 2.41546vw; } }
              .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                margin-left: 16px; }
                @media screen and (max-width: 1366px) {
                  .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                    margin-left: 1.1713vw; } }
                @media screen and (max-width: 828px) {
                  .transportationSlider_wrapper .imageSlider_pagination .swiper-pagination-bullet:not(:first-child) {
                    margin-left: 2.89855vw; } }
      @media screen and (max-width: 1366px) {
        .transportationSlider_wrapper {
          width: 52.70864vw;
          margin-bottom: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .transportationSlider_wrapper {
          width: 100%;
          margin-bottom: 9.66184vw; } }
    .transportationSlider_text {
      text-align: center;
      line-height: 2; }
  .transportationContents {
    margin-bottom: 120px; }
    @media screen and (max-width: 1366px) {
      .transportationContents {
        margin-bottom: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .transportationContents {
        margin-bottom: 15.45894vw; } }
    .transportationContents_title {
      font-size: 4rem;
      font-weight: 900;
      margin-bottom: 48px;
      text-align: center; }
      @media screen and (max-width: 1366px) {
        .transportationContents_title {
          font-size: 2.92826vw;
          margin-bottom: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .transportationContents_title {
          font-size: 7.72947vw;
          margin-bottom: 7.72947vw; } }
    .transportationContents_list {
      border-bottom: 1px #333 solid;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1366px) {
        .transportationContents_list {
          padding-bottom: 2.92826vw;
          margin-bottom: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .transportationContents_list {
          padding-bottom: 9.66184vw;
          margin-bottom: 9.66184vw; } }
      .transportationContents_listTitle {
        font-size: 2.8rem;
        font-weight: 900;
        margin-bottom: 24px;
        padding-left: 48px; }
        @media screen and (max-width: 1366px) {
          .transportationContents_listTitle {
            padding-left: 3.51391vw;
            margin-bottom: 1.75695vw;
            font-size: 2.04978vw; } }
        @media screen and (max-width: 828px) {
          .transportationContents_listTitle {
            padding-left: 11.5942vw;
            margin-bottom: 5.7971vw;
            font-size: 6.76329vw; } }
        .transportationContents_listTitle:before {
          content: "";
          background: url(../img/sightseeing/transportation/transportation_icon_bas.svg) no-repeat center center/contain;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 0;
          top: 0; }
          @media screen and (max-width: 1366px) {
            .transportationContents_listTitle:before {
              width: 2.92826vw;
              height: 2.92826vw; } }
          @media screen and (max-width: 828px) {
            .transportationContents_listTitle:before {
              width: 9.66184vw;
              height: 9.66184vw; } }
      .transportationContents_listItem {
        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; }
        .transportationContents_listItem 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: 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: calc( 960px - (460px * 2)); }
          @media screen and (min-width: 829px) {
            .transportationContents_listItem a {
              cursor: pointer;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              transition: 0.8s; }
              .transportationContents_listItem a:hover {
                background: #18549F;
                color: #fff; } }
          @media screen and (max-width: 1366px) {
            .transportationContents_listItem 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) {
            .transportationContents_listItem a {
              width: 62.80193vw;
              height: 16.90821vw;
              padding: 0 5.7971vw;
              border-radius: 16.90821vw;
              font-size: 3.86473vw; } }
          .transportationContents_listItem 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) {
              .transportationContents_listItem a::before {
                width: 1.46413vw;
                height: 1.46413vw; } }
            @media screen and (max-width: 828px) {
              .transportationContents_listItem a::before {
                width: 4.34783vw;
                height: 4.34783vw; } }
          @media screen and (min-width: 829px) {
            .transportationContents_listItem a:hover:before {
              background: url(../img/common/icon_link.svg) no-repeat center center/contain; } }
          @media screen and (max-width: 1366px) {
            .transportationContents_listItem a {
              width: 48% !important;
              margin-right: 4%; } }
          @media screen and (max-width: 828px) {
            .transportationContents_listItem a {
              width: 100% !important;
              margin-bottom: 5.7971vw;
              margin-right: 0; } }
          .transportationContents_listItem a:last-child {
            margin-right: 0; }
            @media screen and (max-width: 828px) {
              .transportationContents_listItem a:last-child {
                margin-bottom: 0; } }
    .transportationContents_text {
      text-align: center;
      margin-bottom: 48px; }
      @media screen and (max-width: 1366px) {
        .transportationContents_text {
          margin-bottom: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .transportationContents_text {
          margin-bottom: 9.66184vw; } }
    .transportationContents_buttonList {
      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; }
      .transportationContents_buttonList_item-col2 a, .transportationContents_buttonList_item-col3 a {
        width: 100% !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; }
        @media screen and (min-width: 829px) {
          .transportationContents_buttonList_item-col2 a, .transportationContents_buttonList_item-col3 a {
            cursor: pointer;
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .transportationContents_buttonList_item-col2 a:hover, .transportationContents_buttonList_item-col3 a:hover {
              background: #18549F;
              color: #fff; } }
        @media screen and (max-width: 1366px) {
          .transportationContents_buttonList_item-col2 a, .transportationContents_buttonList_item-col3 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) {
          .transportationContents_buttonList_item-col2 a, .transportationContents_buttonList_item-col3 a {
            width: 62.80193vw;
            height: 16.90821vw;
            padding: 0 5.7971vw;
            border-radius: 16.90821vw;
            font-size: 3.86473vw; } }
        .transportationContents_buttonList_item-col2 a::before, .transportationContents_buttonList_item-col3 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) {
            .transportationContents_buttonList_item-col2 a::before, .transportationContents_buttonList_item-col3 a::before {
              width: 1.46413vw;
              height: 1.46413vw; } }
          @media screen and (max-width: 828px) {
            .transportationContents_buttonList_item-col2 a::before, .transportationContents_buttonList_item-col3 a::before {
              width: 4.34783vw;
              height: 4.34783vw; } }
        @media screen and (min-width: 829px) {
          .transportationContents_buttonList_item-col2 a:hover:before, .transportationContents_buttonList_item-col3 a:hover:before {
            background: url(../img/common/icon_link.svg) no-repeat center center/contain; } }
      @media screen and (max-width: 828px) {
        .transportationContents_buttonList_item-col2:last-child, .transportationContents_buttonList_item-col3:last-child {
          margin-bottom: 0 !important; } }
      .transportationContents_buttonList_item-col2 {
        width: 48%; }
        @media screen and (max-width: 828px) {
          .transportationContents_buttonList_item-col2 {
            width: 100%;
            margin-bottom: 5.7971vw; } }
      .transportationContents_buttonList_item-col3 {
        width: 32%; }
        @media screen and (max-width: 828px) {
          .transportationContents_buttonList_item-col3 {
            width: 100%;
            margin-bottom: 5.7971vw; } }
  .transportation .button-large {
    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: 460px;
    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) {
      .transportation .button-large {
        cursor: pointer;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        .transportation .button-large:hover {
          background: #18549F;
          color: #fff; } }
    @media screen and (max-width: 1366px) {
      .transportation .button-large {
        width: 33.67496vw;
        height: 5.85652vw;
        padding: 0 1.75695vw;
        border-radius: 5.85652vw;
        font-size: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .transportation .button-large {
        width: 62.80193vw;
        height: 21.73913vw;
        padding: 0 5.7971vw;
        border-radius: 21.73913vw;
        font-size: 3.86473vw; } }
