@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 );
  }
}
*/
.main .pageNavi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1366px) {
  .main .pageNavi {
    gap: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .main .pageNavi {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8647342995vw;
  }
}
.main .pageNavi_item a {
  border-bottom: 1px solid #bbb;
  padding-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .main .pageNavi_item a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .main .pageNavi_item a {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .main .pageNavi_item a {
    padding-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .main .pageNavi_item a {
    padding-bottom: 2.8985507246vw;
    display: flex;
    align-items: center;
  }
}
.main .pageNavi_item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0.1em solid #666;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .main .pageNavi_item a::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .main .pageNavi_item a::before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    bottom: 2.4154589372vw;
  }
}
.main .mainTitle {
  padding: 80px 0 64px;
}
@media screen and (max-width: 1366px) {
  .main .mainTitle {
    padding: 5.8565153734vw 0 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .main .mainTitle {
    padding: 7.729468599vw 0 11.5942028986vw;
  }
}
.main .mainTitle_main, .main .mainTitle_sub {
  display: block;
  color: #1D4294;
}
.main .mainTitle_main {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 1366px) {
  .main .mainTitle_main {
    font-size: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .main .mainTitle_main {
    font-size: 11.5942028986vw;
  }
}
.main .mainTitle_sub {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .main .mainTitle_sub {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .main .mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .main .mainTitle_sub {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .main .mainTitle_sub {
    margin-top: 3.3816425121vw;
  }
}
.main .pageNavi {
  margin-bottom: 64px;
}
@media screen and (max-width: 1366px) {
  .main .pageNavi {
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .main .pageNavi {
    margin-bottom: 13.5265700483vw;
  }
}
.main .button {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  padding: 0 20px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .main .button {
    cursor: pointer;
    transition: 0.8s;
  }
  .main .button:hover {
    background: #009FE6;
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .main .button {
    width: 21.9619326501vw;
    height: 5.8565153734vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .main .button {
    width: 57.9710144928vw;
    height: 13.5265700483vw;
    padding: 0 4.8309178744vw;
    border-radius: 13.5265700483vw;
    font-size: 3.8647342995vw;
  }
}

.contentTitle {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .contentTitle {
    margin-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .contentTitle {
    margin-bottom: 13.5265700483vw;
  }
}
.contentTitle_main {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .contentTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contentTitle_main {
    font-size: 9.6618357488vw;
  }
}
.contentTitle_sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .contentTitle_sub {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contentTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .contentTitle_sub {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contentTitle_sub {
    margin-top: 3.8647342995vw;
  }
}
.contentButton {
  display: block;
  width: max-content;
  margin-left: auto;
}
.contentButton a {
  font-size: 1.5rem;
  position: relative;
  line-height: 2;
  padding-right: 40px;
  padding-bottom: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition: 0.3s;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 1366px) {
  .contentButton a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .contentButton a {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .contentButton a {
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contentButton a {
    padding-right: 11.1111111111vw;
  }
}
@media screen and (max-width: 1366px) {
  .contentButton a {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .contentButton a {
    padding-bottom: 3.8647342995vw;
  }
}
.contentButton a:before {
  content: "";
  background: url(../img/common/arrow_circle_black.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1366px) {
  .contentButton a:before {
    width: 1.756954612vw;
    height: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .contentButton a:before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
@media screen and (min-width: 829px) {
  .contentButton a:hover:before {
    right: -0.7320644217vw;
  }
}
.contentButton a.link:before {
  content: "";
  background: url(../img/common/icon_link.svg) no-repeat top center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1366px) {
  .contentButton a.link:before {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .contentButton a.link:before {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
  }
}
@media screen and (min-width: 829px) {
  .contentButton a.link:hover:before {
    right: -0.7320644217vw;
  }
}
.contentBlock-right, .contentBlock-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 828px) {
  .contentBlock-right, .contentBlock-left {
    flex-flow: column wrap;
  }
}
.contentBlock-right_text, .contentBlock-left_text {
  width: 100%;
  max-width: 48.3162518302%;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_text, .contentBlock-left_text {
    max-width: 29.2093704246vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text, .contentBlock-left_text {
    max-width: initial;
  }
}
.contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
  font-size: 3.4rem;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
    font-size: 8.2125603865vw;
  }
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
    margin-bottom: 9.6618357488vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text .contentTitle, .contentBlock-left_text .contentTitle {
    width: 84.5410628019vw;
    margin: 0 auto;
    margin-bottom: 11.5942028986vw;
  }
}
.contentBlock-right_text .contentTitle_sub, .contentBlock-left_text .contentTitle_sub {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-left: 0;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_text .contentTitle_sub, .contentBlock-left_text .contentTitle_sub {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text .contentTitle_sub, .contentBlock-left_text .contentTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text .contentText, .contentBlock-left_text .contentText {
    margin-top: 7.729468599vw;
  }
}
.contentBlock-right_image, .contentBlock-left_image {
  width: 100%;
  max-width: 50.0732064422%;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_image, .contentBlock-left_image {
    padding-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_image, .contentBlock-left_image {
    padding-top: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_image, .contentBlock-left_image {
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_image, .contentBlock-left_image {
    padding-bottom: 9.6618357488vw;
  }
}
@media screen and (max-width: 1920px) {
  .contentBlock-right_image, .contentBlock-left_image {
    max-width: 684px;
  }
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_image, .contentBlock-left_image {
    max-width: 50.0732064422vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_image, .contentBlock-left_image {
    max-width: 91.7874396135vw;
  }
}
.contentBlock-right {
  padding-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1920px) {
  .contentBlock-right {
    padding-left: calc((100% - 960px) / 2);
  }
}
@media screen and (max-width: 1366px) {
  .contentBlock-right {
    padding-left: calc((100% - 70.2781844802vw) / 2);
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right {
    padding-left: 0;
  }
}
.contentBlock-right_text {
  margin-right: 80px;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_text {
    margin-right: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_text {
    margin-right: 0vw;
  }
}
.contentBlock-right_image {
  padding-right: 40px;
  background: url(../img/common/contents_bg-right.webp) no-repeat top right/cover;
  background-size: 90%, auto;
}
@media screen and (max-width: 1366px) {
  .contentBlock-right_image {
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_image {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-right_image {
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 0;
  }
}
.contentBlock-left {
  flex-flow: row-reverse nowrap;
  padding-right: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1920px) {
  .contentBlock-left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media screen and (max-width: 1366px) {
  .contentBlock-left {
    padding-right: calc((100% - 70.2781844802vw) / 2);
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-left {
    padding-right: 0;
  }
}
.contentBlock-left_text {
  margin-left: 80px;
}
@media screen and (max-width: 1366px) {
  .contentBlock-left_text {
    margin-left: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-left_text {
    margin-left: 0vw;
  }
}
.contentBlock-left_image {
  padding-left: 40px;
  background: url(../img/common/contents_bg-left.webp) no-repeat bottom left/cover;
  background-size: 90%, auto;
}
@media screen and (max-width: 1366px) {
  .contentBlock-left_image {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-left_image {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 828px) {
  .contentBlock-left_image {
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
  }
}
.contentText {
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .contentText {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .contentText {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 828px) {
  .contentText {
    width: 84.5410628019vw;
    margin: 0 auto;
  }
}
.contentText > .contentButton {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .contentText > .contentButton {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .contentText > .contentButton {
    margin-top: 11.5942028986vw;
  }
}

.topMessage {
  margin-bottom: 180px;
}
@media screen and (max-width: 1366px) {
  .topMessage {
    margin-bottom: 13.17715959vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage {
    margin-bottom: 19.3236714976vw;
  }
}
.topMessage_mainTitle {
  margin-bottom: 56px;
}
@media screen and (max-width: 1366px) {
  .topMessage_mainTitle {
    margin-bottom: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_mainTitle {
    margin-bottom: 11.5942028986vw;
  }
}
.topMessage_mainTitle_main {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .topMessage_mainTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_mainTitle_main {
    font-size: 8.2125603865vw;
  }
}
.topMessage_mainTitle_sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1366px) {
  .topMessage_mainTitle_sub {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
.topMessage_item:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 1366px) {
  .topMessage_item:not(:last-child) {
    margin-bottom: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item:not(:last-child) {
    margin-bottom: 9.6618357488vw;
  }
}
.topMessage_item_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_title {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .topMessage_item_title {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_title {
    margin-bottom: 7.729468599vw;
  }
}
.topMessage_item_title_sub {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  color: #AAAAAA;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_title_sub {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_title_sub {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1366px) {
  .topMessage_item_title_sub {
    margin-bottom: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_title_sub {
    margin-bottom: 1.9323671498vw;
  }
}
.topMessage_item_banner:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.topMessage_item_banner a {
  border: 1px solid #ddd;
}
@media screen and (min-width: 829px) {
  .topMessage_item_banner a {
    display: flex;
    flex-direction: row-reverse;
  }
  .topMessage_item_banner a .hoverImage {
    overflow: hidden;
  }
  .topMessage_item_banner a .hoverImage img {
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .topMessage_item_banner a:hover .hoverImage img {
    transform: translate(-50%, -50%) scale(1.07, 1.07);
  }
}
@media screen and (min-width: 829px) {
  .topMessage_item_banner a .image {
    overflow: hidden;
    width: 560px;
    min-width: 560px;
    height: 280px;
  }
  .topMessage_item_banner a .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .topMessage_item_banner a .image {
    width: 40.9956076135vw;
    min-width: 40.9956076135vw;
    height: 20.4978038067vw;
  }
}
.topMessage_item_banner a .container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px 0 48px;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container {
    padding: 0 1.756954612vw 0 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container {
    padding: 4.8309178744vw;
  }
}
.topMessage_item_banner a .container::before {
  content: "";
  width: 6px;
  height: 100%;
  background: url("../img/about/line_polygon.webp") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container::before {
    width: 0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container::before {
    background: url("../img/about/line_polygon_sp.webp") no-repeat center center/cover;
    width: 1.4492753623vw;
  }
}
.topMessage_item_banner a .container::after {
  content: "";
  background: url("../img/common/arrow_circle_black.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container::after {
    width: 1.756954612vw;
    height: 1.756954612vw;
    bottom: 1.756954612vw;
    right: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container::after {
    width: 5.7971014493vw;
    height: 5.7971014493vw;
    bottom: 3.8647342995vw;
    right: 3.8647342995vw;
  }
}
.topMessage_item_banner a .container .sub .title {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container .sub .title {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container .sub .title {
    font-size: 2.8985507246vw;
  }
}
.topMessage_item_banner a .container .sub .num {
  font-size: 3.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 1px #666;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container .sub .num {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container .sub .num {
    font-size: 7.729468599vw;
  }
}
.topMessage_item_banner a .container .main {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .topMessage_item_banner a .container .main {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .topMessage_item_banner a .container .main {
    font-size: 4.8309178744vw;
  }
}

.philosophy, .history {
  margin-bottom: 100px;
}
@media screen and (max-width: 1366px) {
  .philosophy, .history {
    margin-bottom: 7.3206442167vw;
  }
}
@media screen and (max-width: 828px) {
  .philosophy, .history {
    margin-bottom: 19.3236714976vw;
  }
}

.sdgs {
  margin-top: 180px;
}
@media screen and (max-width: 1366px) {
  .sdgs {
    margin-top: 13.17715959vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs {
    margin-top: 24.154589372vw;
  }
}
.sdgs_wrapper {
  min-height: 250px;
  margin-bottom: 180px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .sdgs_wrapper {
    margin-bottom: 13.17715959vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_wrapper {
    margin-bottom: 19.3236714976vw;
  }
}
@media screen and (max-width: 1366px) {
  .sdgs_wrapper {
    padding-top: 2.5622254758vw;
    padding-bottom: 2.5622254758vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_wrapper {
    padding-top: 7.2463768116vw;
    padding-bottom: 7.2463768116vw;
  }
}
.sdgs_mainTitle {
  margin-bottom: 56px;
}
@media screen and (max-width: 1366px) {
  .sdgs_mainTitle {
    margin-bottom: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_mainTitle {
    margin-bottom: 11.5942028986vw;
  }
}
.sdgs_mainTitle_main {
  font-size: 4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .sdgs_mainTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_mainTitle_main {
    font-size: 8.2125603865vw;
  }
}
.sdgs_mainTitle_sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1366px) {
  .sdgs_mainTitle_sub {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
.sdgs_title {
  width: 223px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 1366px) {
  .sdgs_title {
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_title {
    margin-bottom: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .sdgs_title {
    width: 16.3250366032vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_title {
    width: 48.309178744vw;
  }
}
.sdgs_button a {
  margin: 0 auto;
  background: #1D4294;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 80px;
  padding: 0 20px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  position: relative;
}
@media screen and (min-width: 829px) {
  .sdgs_button a {
    cursor: pointer;
    transition: 0.8s;
  }
  .sdgs_button a:hover {
    background: #009FE6;
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .sdgs_button a {
    width: 22.4011713031vw;
    height: 5.8565153734vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_button a {
    width: 73.9130434783vw;
    height: 16.9082125604vw;
    padding: 0 4.8309178744vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .sdgs_button a {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .sdgs_button a {
    font-size: 3.3816425121vw;
  }
}
.sdgs_button a:before {
  content: "";
  background: url(../img/common/icon_link_white.svg) no-repeat top center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 20px;
}
@media screen and (max-width: 1366px) {
  .sdgs_button a:before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    right: 1.4641288433vw;
    top: calc((100% - 0.7320644217vw) / 2);
  }
}
@media screen and (max-width: 828px) {
  .sdgs_button a:before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    right: 4.8309178744vw;
    top: calc((100% - 2.4154589372vw) / 2);
  }
}

.sdgs_wrapper {
  background: url(../img/about/banner_sdgs_bg.webp) no-repeat center center/cover;
}

.human-capital_wrapper {
  background: url(../img/about/banner_human-capital_bg.webp) no-repeat center center/cover;
}