@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::after {
  content: "";
  background: #fff;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 735px;
  border-radius: 0 0 0 420px;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .newsPage::after {
    top: -7.3206442167vw;
    height: 53.8067349927vw;
    max-width: 75.4026354319vw;
    border-radius: 0 0 0 30.7467057101vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage::after {
    width: 84.7826086957vw;
    max-width: 100%;
    top: -15.9420289855vw;
    height: 60.6280193237vw;
    border-radius: 0 0 0 33.8164251208vw;
  }
}
.newsPage .sectionTitle {
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .newsPage .sectionTitle {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .sectionTitle {
    padding-bottom: 2.8985507246vw;
  }
}
.newsPage .sectionTitle::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .newsPage .sectionTitle::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .sectionTitle::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.newsPage .sectionTitle_main, .newsPage .sectionTitle_sub {
  display: block;
}
.newsPage .sectionTitle_main {
  font-family: "Jost-Bold";
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .newsPage .sectionTitle_main {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .sectionTitle_main {
    font-size: 8.2125603865vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.newsPage .sectionTitle_sub {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .newsPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.newsPage .mainHeader {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader {
    padding-top: 9.6618357488vw;
  }
}
.newsPage .mainHeader_title {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader_title {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader_title {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_title {
    padding-bottom: 3.8647342995vw;
  }
}
.newsPage .mainHeader_title::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_title::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.newsPage .mainHeader_text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_text {
    margin-top: 7.729468599vw;
  }
}
.newsPage .mainHeader_image {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .newsPage .mainHeader_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_image {
    margin-top: 7.729468599vw;
  }
}
.newsPage .mainHeader_image_text {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: "Jost-Bold";
  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.9780380673vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .mainHeader_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.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.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination {
    margin-top: 19.3236714976vw;
  }
}
.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.4407027818vw;
    height: 3.4407027818vw;
    border-radius: 3.4407027818vw;
    margin-left: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination span, .newsPage .archivePagination a {
    width: 11.3526570048vw;
    height: 11.3526570048vw;
    border-radius: 11.3526570048vw;
    margin-left: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.newsPage .archivePagination *:first-child {
  margin-left: 0px;
}
.newsPage .archivePagination span.current {
  opacity: 1;
  background: #ED7D7D;
  color: #fff;
}
.newsPage .archivePagination a.prev, .newsPage .archivePagination a.next {
  border: none;
}
.newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::before, .newsPage .archivePagination a.next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.next::before {
  background: #333;
  width: 30px;
  height: 30px;
  left: 0;
  border-radius: 100%;
}
@media screen and (max-width: 1366px) {
  .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.next::before {
    width: 2.196193265vw;
    height: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination a.prev::before, .newsPage .archivePagination a.next::before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
.newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::after {
  pointer-events: none;
  width: 8px;
  height: 8px;
  right: 0;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 1366px) {
  .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::after {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    border-top-width: 0.1464128843vw;
    border-right-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination a.prev::after, .newsPage .archivePagination a.next::after {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
    border-top-width: 0.4830917874vw;
    border-right-width: 0.4830917874vw;
  }
}
.newsPage .archivePagination a.prev::after {
  left: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 1366px) {
  .newsPage .archivePagination a.prev::after {
    left: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination a.prev::after {
    left: 0.9661835749vw;
  }
}
.newsPage .archivePagination a.next::after {
  right: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  .newsPage .archivePagination a.next::after {
    right: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .archivePagination a.next::after {
    right: 0.9661835749vw;
  }
}
.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.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .newsPage .noData {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .newsPage .noData {
    margin-top: 2.3426061493vw;
    padding: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage .noData {
    margin-top: 5.7971014493vw;
    padding: 5.7971014493vw;
  }
}
.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 .newsList {
  margin-top: 40px;
  background: #fff;
  -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);
  padding: 32px 64px 64px 64px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList {
    margin-top: 2.9282576867vw;
    padding: 2.9282576867vw 4.6852122987vw 2.3426061493vw 4.6852122987vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList {
    margin-top: 5.7971014493vw;
    padding: 1.9323671498vw 5.7971014493vw 6.7632850242vw 5.7971014493vw;
    border-radius: 1.9323671498vw;
  }
}
.newsPage.newsArchivePage .newsList_item {
  padding: 24px 0;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList_item {
    padding: 1.756954612vw 0;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList_item {
    padding: 4.8309178744vw 0;
  }
}
@media screen and (min-width: 829px) {
  .newsPage.newsArchivePage .newsList_item a {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .newsPage.newsArchivePage .newsList_item a:hover {
    opacity: 0.5;
  }
}
.newsPage.newsArchivePage .newsList_title {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList_title {
    margin-top: 0.7320644217vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList_title {
    margin-top: 2.8985507246vw;
    font-size: 3.3816425121vw;
    line-height: 1.4;
  }
}
.newsPage.newsArchivePage .newsList .newsMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsPage.newsArchivePage .newsList .newsMeta_date {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #959595;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList .newsMeta_date {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList .newsMeta_date {
    font-size: 2.6570048309vw;
    letter-spacing: 0;
  }
}
.newsPage.newsArchivePage .newsList .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 .newsList .newsMeta .categoryList {
    margin-left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList .newsMeta .categoryList {
    margin-left: 1.9323671498vw;
  }
}
.newsPage.newsArchivePage .newsList .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 .newsList .newsMeta .categoryList_item {
    padding: 0 0.5856515373vw;
    height: 1.9033674963vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList .newsMeta .categoryList_item {
    padding: 0 1.9323671498vw;
    height: 6.2801932367vw;
    font-size: 2.4154589372vw;
  }
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item-info {
  background: #5DB7B5;
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item-working-women {
  background: #ED7D7D;
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item-labor-consultation {
  background: #F0924D;
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item-event {
  background: #51A2F4;
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item-other {
  background: #9E92E2;
}
.newsPage.newsArchivePage .newsList .newsMeta .categoryList_item:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsArchivePage .newsList .newsMeta .categoryList_item:not(:first-child) {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsArchivePage .newsList .newsMeta .categoryList_item:not(:first-child) {
    margin-left: 0.9661835749vw;
  }
}
.newsPage.newsSinglePage .singleContainer {
  -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);
  background: #fff;
  padding: 64px;
  border-radius: 8px;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer {
    padding: 4.6852122987vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer {
    padding: 5.7971014493vw 5.7971014493vw 11.5942028986vw;
    border-radius: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer {
    margin-top: 9.6618357488vw;
  }
}
.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: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_title {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_title {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_title {
    padding-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_title {
    padding-bottom: 5.7971014493vw;
  }
}
.newsPage.newsSinglePage .singleContainer_image {
  margin-top: 48px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_image {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_image {
    max-width: 43.9238653001vw;
  }
}
@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: 64px;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer .editorContent {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer .editorContent {
    margin-top: 11.5942028986vw;
  }
}
.newsPage.newsSinglePage .singleContainer .editorContent img {
  width: auto;
  height: auto;
  max-width: auto;
  display: block;
  margin: auto;
}
.newsPage.newsSinglePage .singleContainer .editorContent h3 {
  font-weight: 700;
  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.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer .editorContent h3 {
    font-size: 4.8309178744vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer .editorContent h3 {
    margin: 4.6852122987vw 0 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer .editorContent h3 {
    margin: 13.5265700483vw 0 7.729468599vw;
  }
}
.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;
    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.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_button {
    margin-top: 9.6618357488vw;
  }
}
.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;
    transition: 0.8s;
  }
  .newsPage.newsSinglePage .singleContainer_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.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;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .newsPage.newsSinglePage .singleContainer_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .newsPage.newsSinglePage .singleContainer_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.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;
}