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

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

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

.newsPage .mainHeader {
  padding-top: 96px; }
  @media screen and (max-width: 1366px) {
    .newsPage .mainHeader {
      padding-top: 7.02782vw; } }
  @media screen and (max-width: 828px) {
    .newsPage .mainHeader {
      padding-top: 15.45894vw; } }
  .newsPage .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) {
      .newsPage .mainHeader_title {
        font-size: 3.22108vw; } }
    @media screen and (max-width: 828px) {
      .newsPage .mainHeader_title {
        font-size: 8.45411vw;
        letter-spacing: 0.1em;
        line-height: 1.6; } }
    @media screen and (max-width: 1366px) {
      .newsPage .mainHeader_title {
        padding-bottom: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .newsPage .mainHeader_title {
        padding-bottom: 3.86473vw; } }
  .newsPage .mainHeader_text {
    margin-top: 40px;
    line-height: 2.0; }
    @media screen and (max-width: 1366px) {
      .newsPage .mainHeader_text {
        margin-top: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .newsPage .mainHeader_text {
        margin-top: 7.72947vw; } }
  .newsPage .mainHeader_image {
    margin-top: 48px; }
    @media screen and (max-width: 1366px) {
      .newsPage .mainHeader_image {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .newsPage .mainHeader_image {
        margin-top: 7.72947vw; } }
    .newsPage .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) {
        .newsPage .mainHeader_image_text {
          font-size: 4.97804vw;
          bottom: -0.43924vw; } }
      @media screen and (max-width: 828px) {
        .newsPage .mainHeader_image_text {
          font-size: 6.76329vw;
          bottom: -0.96618vw; } }

.newsPage .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) {
    .newsPage .archivePagination {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .newsPage .archivePagination {
      margin-top: 19.32367vw; } }
  .newsPage .archivePagination span, .newsPage .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) {
      .newsPage .archivePagination span, .newsPage .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) {
      .newsPage .archivePagination span, .newsPage .archivePagination a {
        width: 11.35266vw;
        height: 11.35266vw;
        border-radius: 11.35266vw;
        margin-left: 1.93237vw;
        font-size: 3.38164vw; } }
  .newsPage .archivePagination *:first-child {
    margin-left: 0px; }
  .newsPage .archivePagination span.current {
    opacity: 1;
    background: #18549F;
    color: #fff; }
  .newsPage .archivePagination a.prev, .newsPage .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 );
          }
        }
        */ }
    .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::before, .newsPage .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) {
        .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::before, .newsPage .archivePagination a.next::after {
          width: 3.66032vw;
          height: 3.66032vw; } }
      @media screen and (max-width: 828px) {
        .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::before, .newsPage .archivePagination a.next::after {
          width: 12.07729vw;
          height: 12.07729vw; } }
    .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.next::before {
      background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
    .newsPage .archivePagination a.prev::after, .newsPage .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) {
      .newsPage .archivePagination a.prev:hover::before, .newsPage .archivePagination a.next:hover::before {
        opacity: 0; }
      .newsPage .archivePagination a.prev:hover::after, .newsPage .archivePagination a.next:hover::after {
        opacity: 1; } }
  .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.newsPage .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) {
    .newsPage .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) {
    .newsPage .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) {
    .newsPage .noData {
      margin-top: 2.34261vw;
      padding: 2.92826vw; } }
  @media screen and (max-width: 828px) {
    .newsPage .noData {
      margin-top: 5.7971vw;
      padding: 5.7971vw; } }

.newsPage .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) {
    .newsPage .pageNavi {
      margin-top: 4.09956vw; } }
  @media screen and (max-width: 828px) {
    .newsPage .pageNavi {
      margin-top: 1.93237vw; } }
  .newsPage .pageNavi .pageNaviList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem; }
    @media screen and (max-width: 1366px) {
      .newsPage .pageNavi .pageNaviList {
        font-size: 0.87848vw; } }
    @media screen and (max-width: 828px) {
      .newsPage .pageNavi .pageNaviList {
        font-size: 2.17391vw; } }
    .newsPage .pageNavi .pageNaviList_item:not(:first-child) {
      margin-left: 32px; }
      @media screen and (max-width: 1366px) {
        .newsPage .pageNavi .pageNaviList_item:not(:first-child) {
          margin-left: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .newsPage .pageNavi .pageNaviList_item:not(:first-child) {
          margin-left: 4.83092vw; } }
      .newsPage .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) {
          .newsPage .pageNavi .pageNaviList_item:not(:first-child):before {
            width: 0.51245vw;
            height: 0.51245vw;
            left: -1.53734vw; } }
        @media screen and (max-width: 828px) {
          .newsPage .pageNavi .pageNaviList_item:not(:first-child):before {
            width: 1.44928vw;
            height: 1.44928vw;
            left: -3.38164vw; } }
    .newsPage .pageNavi .pageNaviList_item a {
      color: #18549F; }
      @media screen and (min-width: 829px) {
        .newsPage .pageNavi .pageNaviList_item a {
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .newsPage .pageNavi .pageNaviList_item a:hover {
            text-decoration: underline; } }

.newsPage.newsArchivePage::after, .newsPage.newsSinglePage::after {
  background: #FDEDDF; }

.newsPage.newsArchivePage .mainHeader_title::before, .newsPage.newsSinglePage .mainHeader_title::before {
  background: #F0924D; }

.newsPage.newsArchivePage .mainHeader_image_text, .newsPage.newsSinglePage .mainHeader_image_text {
  color: #F0924D; }

.newsPage.newsArchivePage .newsMeta, .newsPage.newsSinglePage .newsMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*
      &_date {
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: ls( 0 );
        color: #959595;
        @include bp( max, 1366px ) {
          font-size: vw_pc( 14 );
        }
        @include bp( max, 828px ) {
          font-size: vw_sp( 11 );
          letter-spacing: 0;
        }
      }
      */ }
  .newsPage.newsArchivePage .newsMeta_category, .newsPage.newsSinglePage .newsMeta_category {
    margin-left: 16px; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsArchivePage .newsMeta_category, .newsPage.newsSinglePage .newsMeta_category {
        margin-left: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsArchivePage .newsMeta_category, .newsPage.newsSinglePage .newsMeta_category {
        margin-left: 1.93237vw; } }
    .newsPage.newsArchivePage .newsMeta_category_item, .newsPage.newsSinglePage .newsMeta_category_item {
      background: #fff;
      border: 2px solid #18549F;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 120px;
      height: 30px;
      padding: 0 0px;
      border-radius: 30px;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #18549F; }
      @media screen and (min-width: 829px) {
        .newsPage.newsArchivePage .newsMeta_category_item, .newsPage.newsSinglePage .newsMeta_category_item {
          cursor: pointer;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .newsPage.newsArchivePage .newsMeta_category_item:hover, .newsPage.newsSinglePage .newsMeta_category_item:hover {
            background: #18549F;
            color: #fff; } }
      @media screen and (max-width: 1366px) {
        .newsPage.newsArchivePage .newsMeta_category_item, .newsPage.newsSinglePage .newsMeta_category_item {
          width: 8.78477vw;
          height: 2.19619vw;
          padding: 0 0vw;
          border-radius: 2.19619vw;
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsArchivePage .newsMeta_category_item, .newsPage.newsSinglePage .newsMeta_category_item {
          width: 28.98551vw;
          height: 7.24638vw;
          padding: 0 0vw;
          border-radius: 7.24638vw;
          font-size: 2.89855vw; } }
      @media screen and (min-width: 829px) {
        .newsPage.newsArchivePage .newsMeta_category_item:hover, .newsPage.newsSinglePage .newsMeta_category_item:hover {
          background: inherit;
          color: inherit; } }
  .newsPage.newsArchivePage .newsMeta .categoryList, .newsPage.newsSinglePage .newsMeta .categoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsArchivePage .newsMeta .categoryList, .newsPage.newsSinglePage .newsMeta .categoryList {
        margin-left: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsArchivePage .newsMeta .categoryList, .newsPage.newsSinglePage .newsMeta .categoryList {
        margin-left: 1.93237vw; } }
    .newsPage.newsArchivePage .newsMeta .categoryList_item, .newsPage.newsSinglePage .newsMeta .categoryList_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 8px;
      height: 26px;
      border-radius: 26px;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.08em;
      color: #fff; }
      @media screen and (max-width: 1366px) {
        .newsPage.newsArchivePage .newsMeta .categoryList_item, .newsPage.newsSinglePage .newsMeta .categoryList_item {
          padding: 0 0.58565vw;
          height: 1.90337vw;
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsArchivePage .newsMeta .categoryList_item, .newsPage.newsSinglePage .newsMeta .categoryList_item {
          padding: 0 1.93237vw;
          height: 6.28019vw;
          font-size: 2.41546vw; } }
      .newsPage.newsArchivePage .newsMeta .categoryList_item:not(:first-child), .newsPage.newsSinglePage .newsMeta .categoryList_item:not(:first-child) {
        margin-left: 8px; }
        @media screen and (max-width: 1366px) {
          .newsPage.newsArchivePage .newsMeta .categoryList_item:not(:first-child), .newsPage.newsSinglePage .newsMeta .categoryList_item:not(:first-child) {
            margin-left: 0.58565vw; } }
        @media screen and (max-width: 828px) {
          .newsPage.newsArchivePage .newsMeta .categoryList_item:not(:first-child), .newsPage.newsSinglePage .newsMeta .categoryList_item:not(:first-child) {
            margin-left: 0.96618vw; } }
      .newsPage.newsArchivePage .newsMeta .categoryList_item a, .newsPage.newsSinglePage .newsMeta .categoryList_item a {
        background: #fff;
        border: 2px solid #18549F;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 120px;
        height: 30px;
        padding: 0 0px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .newsPage.newsArchivePage .newsMeta .categoryList_item a, .newsPage.newsSinglePage .newsMeta .categoryList_item a {
            cursor: pointer;
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .newsPage.newsArchivePage .newsMeta .categoryList_item a:hover, .newsPage.newsSinglePage .newsMeta .categoryList_item a:hover {
              background: #18549F;
              color: #fff; } }
        @media screen and (max-width: 1366px) {
          .newsPage.newsArchivePage .newsMeta .categoryList_item a, .newsPage.newsSinglePage .newsMeta .categoryList_item a {
            width: 8.78477vw;
            height: 2.19619vw;
            padding: 0 0vw;
            border-radius: 2.19619vw;
            font-size: 0.87848vw; } }
        @media screen and (max-width: 828px) {
          .newsPage.newsArchivePage .newsMeta .categoryList_item a, .newsPage.newsSinglePage .newsMeta .categoryList_item a {
            width: 28.98551vw;
            height: 7.24638vw;
            padding: 0 0vw;
            border-radius: 7.24638vw;
            font-size: 2.89855vw; } }

.newsPage.newsArchivePage .newsList {
  margin-top: 40px; }
  @media screen and (max-width: 1366px) {
    .newsPage.newsArchivePage .newsList {
      margin-top: 2.92826vw; } }
  @media screen and (max-width: 828px) {
    .newsPage.newsArchivePage .newsList {
      margin-top: 5.7971vw; } }
  .newsPage.newsArchivePage .newsList_item {
    padding: 24px 0;
    border-bottom: 1px solid #333; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsArchivePage .newsList_item {
        padding: 1.75695vw 0; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsArchivePage .newsList_item {
        padding: 4.83092vw 0; } }
    @media screen and (min-width: 829px) {
      .newsPage.newsArchivePage .newsList_item a {
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        .newsPage.newsArchivePage .newsList_item a:hover {
          opacity: 0.5; } }
  .newsPage.newsArchivePage .newsList_title {
    margin-top: 16px;
    font-size: 1.8rem; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsArchivePage .newsList_title {
        margin-top: 1.1713vw;
        font-size: 1.31772vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsArchivePage .newsList_title {
        margin-top: 3.86473vw;
        font-size: 4.34783vw;
        line-height: 1.4; } }

.newsPage.newsArchivePage .categoryNavi {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 1366px) {
    .newsPage.newsArchivePage .categoryNavi {
      gap: 1.1713vw; } }
  @media screen and (max-width: 828px) {
    .newsPage.newsArchivePage .categoryNavi {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 1.93237vw; } }
  .newsPage.newsArchivePage .categoryNavi_button 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; }
    @media screen and (min-width: 829px) {
      .newsPage.newsArchivePage .categoryNavi_button a {
        cursor: pointer;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        .newsPage.newsArchivePage .categoryNavi_button a:hover {
          background: #18549F;
          color: #fff; } }
    @media screen and (max-width: 1366px) {
      .newsPage.newsArchivePage .categoryNavi_button 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) {
      .newsPage.newsArchivePage .categoryNavi_button a {
        width: 62.80193vw;
        height: 14.49275vw;
        padding: 0 5.7971vw;
        border-radius: 14.49275vw;
        font-size: 2.89855vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsArchivePage .categoryNavi_button a {
        width: auto;
        padding: 0; } }
  .newsPage.newsArchivePage .categoryNavi_button.is-active a {
    background: #18549F;
    color: #fff; }

.newsPage.newsArchivePage .categoryNavi {
  margin-top: 64px; }
  @media screen and (max-width: 1366px) {
    .newsPage.newsArchivePage .categoryNavi {
      margin-top: 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .newsPage.newsArchivePage .categoryNavi {
      margin-top: 9.66184vw; } }

.newsPage.newsSinglePage .singleContainer {
  margin-top: 64px; }
  @media screen and (max-width: 1366px) {
    .newsPage.newsSinglePage .singleContainer {
      margin-top: 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .newsPage.newsSinglePage .singleContainer {
      margin-top: 9.66184vw; } }
  .newsPage.newsSinglePage .singleContainer_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .newsPage.newsSinglePage .singleContainer_title {
    margin-top: 32px;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #333;
    padding-bottom: 32px;
    border-bottom: 3px solid #18549F; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer_title {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_title {
        margin-top: 5.7971vw; } }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer_title {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_title {
        font-size: 4.34783vw;
        letter-spacing: 0.08em;
        line-height: 1.6; } }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer_title {
        padding-bottom: 2.34261vw;
        border-bottom-width: 0.21962vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_title {
        padding-bottom: 5.7971vw;
        border-bottom-width: 0.72464vw; } }
  .newsPage.newsSinglePage .singleContainer_image {
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer_image {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_image {
        margin-top: 9.66184vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_image {
        max-width: 100%; } }
    .newsPage.newsSinglePage .singleContainer_image img {
      display: block;
      width: auto;
      margin: auto; }
  .newsPage.newsSinglePage .singleContainer .editorContent {
    margin-top: 48px; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer .editorContent {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer .editorContent {
        margin-top: 7.72947vw; } }
    .newsPage.newsSinglePage .singleContainer .editorContent img {
      width: auto;
      height: auto;
      max-width: auto;
      display: block;
      margin: auto; }
    .newsPage.newsSinglePage .singleContainer .editorContent h3 {
      font-weight: 900;
      font-size: 2.8rem;
      letter-spacing: 0.16em;
      line-height: 1.8;
      color: #333;
      margin: 64px 0 48px; }
      @media screen and (max-width: 1366px) {
        .newsPage.newsSinglePage .singleContainer .editorContent h3 {
          font-size: 2.04978vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsSinglePage .singleContainer .editorContent h3 {
          font-size: 4.83092vw;
          letter-spacing: 0.1em;
          line-height: 1.8; } }
      @media screen and (max-width: 1366px) {
        .newsPage.newsSinglePage .singleContainer .editorContent h3 {
          margin: 4.68521vw 0 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsSinglePage .singleContainer .editorContent h3 {
          margin: 13.52657vw 0 7.72947vw; } }
    .newsPage.newsSinglePage .singleContainer .editorContent p {
      line-height: 2.2; }
    .newsPage.newsSinglePage .singleContainer .editorContent a {
      display: inline;
      text-decoration: underline;
      color: #51A2F4; }
      @media screen and (min-width: 829px) {
        .newsPage.newsSinglePage .singleContainer .editorContent a {
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .newsPage.newsSinglePage .singleContainer .editorContent a:hover {
            opacity: 0.5; } }
  .newsPage.newsSinglePage .singleContainer_button {
    margin-top: 48px; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singleContainer_button {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singleContainer_button {
        margin-top: 9.66184vw; } }
    .newsPage.newsSinglePage .singleContainer_button a {
      background: #333;
      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: 297px;
      height: 80px;
      padding: 0 24px;
      border-radius: 80px;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #fff;
      margin: auto; }
      @media screen and (min-width: 829px) {
        .newsPage.newsSinglePage .singleContainer_button a {
          cursor: pointer;
          -webkit-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .newsPage.newsSinglePage .singleContainer_button a:hover {
            background: #18549F; } }
      @media screen and (max-width: 1366px) {
        .newsPage.newsSinglePage .singleContainer_button a {
          width: 21.74231vw;
          height: 5.85652vw;
          padding: 0 1.75695vw;
          border-radius: 5.85652vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsSinglePage .singleContainer_button a {
          width: 62.80193vw;
          height: 16.90821vw;
          padding: 0 5.7971vw;
          border-radius: 16.90821vw;
          font-size: 3.86473vw; } }
      .newsPage.newsSinglePage .singleContainer_button a::before {
        content: "";
        background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .newsPage.newsSinglePage .singleContainer_button a::before {
            width: 1.31772vw;
            height: 1.31772vw;
            right: 2.19619vw; } }
        @media screen and (max-width: 828px) {
          .newsPage.newsSinglePage .singleContainer_button a::before {
            width: 3.86473vw;
            height: 3.86473vw;
            right: 5.7971vw; } }
      .newsPage.newsSinglePage .singleContainer_button a-white {
        background: #fff;
        color: #333; }
        .newsPage.newsSinglePage .singleContainer_button a-white::before {
          border-top-color: #333;
          border-right-color: #333; }

.newsPage.newsSinglePage .singlePageNavi {
  border-top: 1px solid #333;
  padding-top: 40px;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1366px) {
    .newsPage.newsSinglePage .singlePageNavi {
      padding-top: 2.92826vw;
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .newsPage.newsSinglePage .singlePageNavi {
      padding-top: 0vw;
      margin-top: 19.32367vw; } }
  .newsPage.newsSinglePage .singlePageNavi_item {
    width: 33%;
    min-height: 24px; }
    @media screen and (max-width: 1366px) {
      .newsPage.newsSinglePage .singlePageNavi_item {
        min-height: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .newsPage.newsSinglePage .singlePageNavi_item {
        min-height: 5.7971vw; } }
    .newsPage.newsSinglePage .singlePageNavi_item a {
      font-size: 1.8rem;
      white-space: nowrap;
      font-weight: 700;
      letter-spacing: 0.04em; }
      @media screen and (max-width: 1366px) {
        .newsPage.newsSinglePage .singlePageNavi_item a {
          font-size: 1.31772vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsSinglePage .singlePageNavi_item a {
          font-size: 4.34783vw; } }
      @media screen and (min-width: 829px) {
        .newsPage.newsSinglePage .singlePageNavi_item a:hover {
          color: #18549F; } }
    .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after, .newsPage.newsSinglePage .singlePageNavi_item.--next a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 50px;
      height: 50px;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      @media screen and (max-width: 1366px) {
        .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after, .newsPage.newsSinglePage .singlePageNavi_item.--next a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
          width: 3.66032vw;
          height: 3.66032vw; } }
      @media screen and (max-width: 828px) {
        .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after, .newsPage.newsSinglePage .singlePageNavi_item.--next a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
          width: 12.07729vw;
          height: 12.07729vw; } }
    .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::before {
      background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
    .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
      background: url(/assets/img/common/button_circle_blue.svg) no-repeat center center/contain;
      opacity: 0; }
    @media screen and (min-width: 829px) {
      .newsPage.newsSinglePage .singlePageNavi_item.--prev a:hover::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a:hover::before {
        opacity: 0; }
      .newsPage.newsSinglePage .singlePageNavi_item.--prev a:hover::after, .newsPage.newsSinglePage .singlePageNavi_item.--next a:hover::after {
        opacity: 1; } }
    .newsPage.newsSinglePage .singlePageNavi_item.--prev {
      text-align: left; }
      .newsPage.newsSinglePage .singlePageNavi_item.--prev a {
        padding-left: 64px; }
        @media screen and (max-width: 1366px) {
          .newsPage.newsSinglePage .singlePageNavi_item.--prev a {
            padding-left: 4.68521vw; } }
        @media screen and (max-width: 828px) {
          .newsPage.newsSinglePage .singlePageNavi_item.--prev a {
            padding: 19.32367vw 0 0 0;
            font-size: 2.89855vw; } }
        .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after {
          left: 0;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          @media screen and (max-width: 828px) {
            .newsPage.newsSinglePage .singlePageNavi_item.--prev a::before, .newsPage.newsSinglePage .singlePageNavi_item.--prev a::after {
              left: 2.89855vw; } }
    .newsPage.newsSinglePage .singlePageNavi_item.--next {
      text-align: right; }
      .newsPage.newsSinglePage .singlePageNavi_item.--next a {
        padding-right: 64px; }
        @media screen and (max-width: 1366px) {
          .newsPage.newsSinglePage .singlePageNavi_item.--next a {
            padding-right: 4.68521vw; } }
        @media screen and (max-width: 828px) {
          .newsPage.newsSinglePage .singlePageNavi_item.--next a {
            padding: 19.32367vw 0 0 0;
            font-size: 2.89855vw; } }
        .newsPage.newsSinglePage .singlePageNavi_item.--next a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
          right: 0; }
          @media screen and (max-width: 828px) {
            .newsPage.newsSinglePage .singlePageNavi_item.--next a::before, .newsPage.newsSinglePage .singlePageNavi_item.--next a::after {
              right: 2.89855vw; } }
    .newsPage.newsSinglePage .singlePageNavi_item.--back {
      text-align: center; }
