@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

/* FONT
***************************************************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.yuGothic {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana,
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
  outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width: 680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
    transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
    transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
}


/* ヘッダー
***************************************************************/
.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5555;
  background-color: #fff;
}
.head_inner {
  height: 148px;
  /* 20240430修正 */
  /* width: 1200px; */
  width: auto;
  /* margin: 0 auto; */
  margin: 0px 2%;
  /* 20240430修正ここまで */
  display: flex;
  justify-content: space-between;
}
.siteID {
  width: 248px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteID a {
  width: 100%;
  display: block;
}
.gNav_pc {
  padding-top: 80px;
  height: 100%;
  display: flex;
}
.gNav_pc .li1 + .li1 {
  margin-left: 30px;
}
.gNav_pc .link1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #1f2e43;
  position: relative;
}
.head_navBox1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 80px;
}
.head_nav1_block {
  width: 434px;
  height: 100%;
  background-color: #1f2e43;
  color: #fff;
  padding: 12px 40px 0;
}
.head_nav1_tit {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
}
.head_nav1 {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.head_nav1 .link1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.head_nav1 .link1::before {
  content: "▶︎";
  font-size: 10px;
  padding-right: 6px;
}
.head_nav2 {
  width: 486px;
  height: 100%;
  display: flex;
}
.head_nav2 .li1 {
  width: calc(100% / 3);
  height: 100%;
}
.head_nav2 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 40px 0 8px;
  background-color: #206290;
}
/* 20240426 */
.head_nav2 .link1.mostleft {
  padding: 0;
}
.head_nav2 .link1::before {
  content: "";
  /* background-image: url(../img/common/ico1.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 27px;
  height: 30px;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.head_nav2 .li1:nth-of-type(2) .link1 {
  background-color: #7cb481;
}
.head_nav2 .li1:nth-of-type(3) .link1 {
  background-color: #2a5bb6;
}
.head_nav2 .li1:nth-of-type(4) .link1 {
  background-color: #ea4655;
}
.head_nav2 .li1:nth-of-type(2) .link1::before {
  background-image: url(../img/common/ico1.svg);
  width: 27px;
  height: 30px;
  top: 10px;
}
.head_nav2 .li1:nth-of-type(3) .link1::before {
  background-image: url(../img/common/ico8.svg);
  width: 57px;
  height: 39px;
  top: 8px;
}
.head_nav2 .li1:nth-of-type(4) .link1::before {
  background-image: url(../img/common/ico3.svg);
  width: 24px;
  height: 17px;
  top: 18px;
}
/* 20240426ここまで */
@media all and (min-width: 681px) {
  body,
  .head {
    min-width: 1200px;
  }
  .siteID a:hover {
    opacity: .6;
  }
  /* .gNav_pc a.link1:hover {
    background-color: #586270	;
    color: #fff;
  } */
  .gNav_pc a.link1::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #1f2e43;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    margin: auto;
    transition: width 0.3s ease;
  }
  .gNav_pc a.link1:hover::after {
    width: 100%;
  }
  .head_nav1 a.link1:hover {
    opacity: .6;
  }
  .head_nav2 .li1 a.link1:hover {
    background-color: #586270	;
  }
}
@media all and (max-width:680px) {
  body.open {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .head_inner {
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
  .siteID {
    width: 100px;
  }
  .head_nav2 {
    width: 100%;
    height: 80px;
  }
  .head_nav2 .link1 {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .head_nav2 .li1:nth-of-type(1) .link1 {
    background-color: #7cb481;
  }
  .head_nav2 .li1:nth-of-type(2) .link1 {
    background-color: #2a5bb6;
  }
  .head_nav2 .li1:nth-of-type(3) .link1 {
    background-color: #ea4655;
  }
  .head_nav2 .li1:nth-of-type(1) .link1::before {
    background-image: url(../img/common/ico1.svg);
    width: 27px;
    height: 30px;
    top: 10px;
  }
  .head_nav2 .li1:nth-of-type(2) .link1::before {
    background-image: url(../img/common/ico2.svg);
    width: 47px;
    height: 19px;
    top: 18px;
  }
  .head_nav2 .li1:nth-of-type(3) .link1::before {
    background-image: url(../img/common/ico3.svg);
    width: 24px;
    height: 17px;
    top: 18px;
  }
}
@media all and (max-width:370px) {
  .head_nav2 .link1 {
    font-size: 11px;
    letter-spacing: 0;
  }
}


/* メガメニュー
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  /* toggleBtn */
  .toggleBtn {
    width: 50px;
    height: 50px;
    padding: 0 12px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #1f2e43;
  }
  .toggleBtn p {
    position: relative;
    height: 100%;
  }
  .toggleBtn p span,
  .toggleBtn p::before,
  .toggleBtn p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
  }
  .toggleBtn p span {
    transform: translateY(-50%);
  }
  .toggleBtn p::before {
    transform: translateY(-8px) rotate(0deg);
  }
  .toggleBtn p::after {
    transform: translateY(6px) rotate(0deg);
  }
  .open .toggleBtn p span {
    opacity: 0;
  }
  .open .toggleBtn p::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .open .toggleBtn p::after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .megaMenu {
    width: 100%;
    height: 100vh;
    background-color: #1f2e43;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    padding: 0 0 80px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .open .megaMenu {
    opacity: 1;
    pointer-events: auto;
  }
  .megaMenu_id {
    width: 100px;
    height: 50px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .megaMenu_inner {
    width: 100%;
    height: calc(100vh - 130px);
    overflow: auto;
  }
  .head_nav2.sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .sp_gNav {
    padding: 10px 28px 138px;
  }
  .sp_gNav .li1 + .li1 {
    margin-top: 8px;
  }
  .sp_gNav .li1 .link1 {
    display: block;
    padding: 6px 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
  }
  .sp_gNav .li1 a.link1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .sp_gNav .li2 {
    margin-top: 6px;
  }
  .sp_gNav .li2 .link2 {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
}
@media all and (max-width:370px) {
}


/* フッター
***************************************************************/
.foot {
  background-color: #f5f6f6;
  padding: 54px 0 42px;
}
.foot_inner {
  width: 1152px;
  margin: 0 auto;
}
.f_box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_logo {
  width: 300px;
  display: block;
}
.f_box1_list1 {
  display: flex;
}
.f_box1_list1 .li1 + .li1 {
  margin-left: 40px;
}
.f_box1_list1 .link1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.f_box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}
.f_box2_list1 {
  width: 622px;
  height: 135px;
  padding: 20px 0;
  border-top: 1px solid #636669;
  border-bottom: 1px solid #636669;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.f_box2_list1 .li1:not(:nth-of-type(1)):not(:nth-of-type(5)) {
  margin-left: 30px;
}
.f_box2_list1 .link1 {
  font-size: 15px;
  letter-spacing: 0;
}
.f_matching {
  width: 472px;
  display: block;
}
.f_snsList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
}
.f_snsList .li1 + .li1 {
  margin-left: 30px;
}
.f_snsList .link1 {
  width: 36px;
  display: block;
}
.cRight {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media all and (min-width: 681px) {
  .f_logo:hover {
    opacity: .6;
  }
  .f_box1_list1 .link1:hover {
    color: #999;
  }
  .f_box2_list1 .link1:hover {
    color: #999;
  }
  .f_matching:hover {
    opacity: .6;
  }
  .f_snsList .link1:hover {
    opacity: .6;
  }
}
@media all and (max-width:680px) {
  .foot {
  }
  .foot {
    padding: 35px 0 100px;
  }
  .foot_inner {
    width: 100%;
  }
  .f_box1 {
    display: block;
  }
  .f_logo {
    width: 200px;
    margin: 0 auto;
  }
  .f_box2 {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
  }
  .f_matching {
    width: 100%;
  }
  .f_snsList {
    justify-content: center;
    padding-top: 20px;
  }
  .f_snsList .li1 + .li1 {
    margin-left: 20px;
  }
  .f_snsList .link1 {
    width: 30px;
  }
  .cRight {
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
  }
}
@media all and (max-width:370px) {
}


/* main
***************************************************************/
.main {
  padding-top: 148px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .main {
    padding-top: 50px;
  }
}
@media all and (max-width:370px) {
}


/* top_title1
***************************************************************/
.top_title1 {
  color: #2d5f86;
}
.top_title1 .s1 {
  display: block;
  width: 382px;
  margin: 0 auto;
}
.top_title1 .s2 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 15px;
}
.top_title1.white {
  color: #fff;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .top_title1 .s1 {
    width: 250px;
  }
  .top_title1 .s2 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
}
@media all and (max-width:370px) {
}


/* top_link1
***************************************************************/
.top_link1 {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.top_link1 .arrow {
  width: 32px;
  height: 32px;
  background-color: #1f2e43;
  position: relative;
  margin-left: 8px;
  transition: background-color 0.3s ease ,right 0.3s ease;
  right: 0;
}
.top_link1 .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  a.top_link1:hover,
  a:hover .top_link1 {
    color: #666;
  }
  a.top_link1:hover .arrow,
  a:hover .top_link1 .arrow {
    background-color: #2d5f86;
    right: -6px;
  }
}
@media all and (max-width:680px) {
  .top_link1 {
    font-size: 14px;
  }
  .top_link1 .arrow {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
  .top_link1 .arrow::after {
    right: 4px;
    width: 8px;
    height: 8px;
  }
}
@media all and (max-width:370px) {
}


/* f_contactWrap
***************************************************************/
.f_contactWrap {
  background-color: #1f2e43;
  padding: 55px 0 70px;
}
.f_contact_list {
  width: 1152px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.f_contact_list .li1 {
  width: 254px;
}
.f_contact_list .link1 {
  width: 100%;
  height: 254px;
  background-color: #fff;
  display: block;
  position: relative;
}
.f_contact_list_h3 {
  width: 100%;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  padding-top: 64px;
}
.f_contact_list .li1 .f_contact_list_h3::before {
  content: "";
  width: 30px;
  height: 20px;
  top: 32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/ico4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.f_contact_list .li1.type2 .f_contact_list_h3::before {
  width: 34px;
  height: 36px;
  top: 21px;
  background-image: url(../img/common/ico5.svg);
}
.f_contact_list .li1.type3 .f_contact_list_h3::before {
  width: 29px;
  height: 29px;
  top: 32px;
  background-image: url(../img/common/ico6.svg);
}
.f_contact_list .li1.type4 .f_contact_list_h3::before {
  width: 25px;
  height: 29px;
  top: 32px;
  background-image: url(../img/common/ico7.svg);
}
.f_contact_list_p1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 15px 40px 0;
}
.f_contact_list .arrow {
  width: 40px;
  height: 40px;
  background-color: #1f2e43;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: background-color 0.3s ease , right 0.3s ease;
}
.f_contact_list .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .f_contact_list .link1:hover {
    background-color: #dae1eb;
  }
  .f_contact_list a:hover .arrow {
    right: -6px;
  }
}
@media all and (max-width:680px) {
  .f_contactWrap {
    padding: 40px 0 45px;
  }
  .f_contact_list {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
    flex-flow: wrap;
  }
  .f_contact_list .li1 {
    width: calc((100% - 20px) / 2);
  }
  .f_contact_list .li1:nth-of-type(1n + 3) {
    margin-top: 20px;
  }
  .f_contact_list .link1 {
    height: auto;
    padding-bottom: 26px;
  }
  .f_contact_list_h3 {
    height: 90px;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 50px;
  }
  .f_contact_list .li1.type1 .f_contact_list_h3::before {
    width: 37px;
    height: 25px;
    top: 20px;
  }
  .f_contact_list .li1.type2 .f_contact_list_h3::before {
    width: 33px;
    height: 36px;
    top: 12px;
  }
  .f_contact_list .li1.type3 .f_contact_list_h3::before {
    width: 31px;
    height: 31px;
    top: 24px;
  }
  .f_contact_list .li1.type4 .f_contact_list_h3::before {
    width: 28px;
    height: 33px;
    top: 20px;
  }
  .f_contact_list_p1 {
    font-size: 12px;
    padding: 4px 10px 0;
    line-height: 1.3;
  }
  .f_contact_list .arrow {
    width: 24px;
    height: 24px;
  }
  .f_contact_list .arrow::after {
    right: 4px;
    width: 8px;
    height: 8px;
  }
}
@media all and (max-width:370px) {
  .f_contact_list_h3 {
    font-size: 13px;
    letter-spacing: 0;
  }
  .f_contact_list_p1 {
    font-size: 11px;
  }
}

/* 下層MV
***************************************************************/
.pageMv {
  height: 238px;
  position: relative;
  z-index: 0;
}
.pageMv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 0;
}
.pageMv .pageMvOverBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.pageMv .pageMvEnTitle {
  width: 442px;
  margin: auto;
}
.pageMv .pageMvJpTitle {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}
@media all and (min-width: 681px) {
  .pageMv.concept {
    background: url(../img/concept/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    height: 30.463vw;
  }
  .pageMv.concept {
    background: url(../img/concept/mv_sp.jpg)no-repeat center / cover;
  }
  .pageMv .pageMvEnTitle {
    width: 215px;
  }
  .pageMv .pageMvJpTitle {
    font-size: 16px;
    margin-top: 10px;
  }
}


/* その他の関連ページ
***************************************************************/
.otherConnectionBox {
  background: #2d5f86;
  padding: 47px 0 73px;
}
.otherConnectionBox .inner {
  width: 100%;
  margin: auto;
}
.otherConnectionBox .otherConnectionTitle {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 47px;
}
.otherConnectionBox .otherConnectionList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.otherConnectionBox .otherConnectionList li {
  width: calc((100% - 68px) / 4);
  overflow: hidden;
}
.otherConnectionBox .otherConnectionList li a {
  display: block;
}
.otherConnectionBox .otherConnectionList li .listImg {
  position: relative;
  z-index: 0;
}
.otherConnectionBox .otherConnectionList li .listImg .arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1f2e43;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: background-color 0.3s ease , right 0.3s ease;
}
.otherConnectionBox .otherConnectionList li .listImg .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
.otherConnectionBox .otherConnectionList li .listTitle {
  width: 200px;
  margin: 16px auto 0;
}
.otherConnectionBox .otherConnectionList li .listTitle.type2 {
  width: 260px;
}
.otherConnectionBox .otherConnectionList li a:hover {
  opacity: 0.8;
}
.otherConnectionBox .otherConnectionList li a:hover .listImg .arrow {
  right: -6px;
}
@media all and (min-width: 681px) {
  .otherConnectionBox .inner {
    max-width: 1440px;
  }
}
@media all and (max-width:680px) {
  .otherConnectionBox {
    padding: 30px 0 40px;
  }
  .otherConnectionBox .inner {
    width: 89.233%;
  }
  .otherConnectionBox .otherConnectionTitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .otherConnectionBox .otherConnectionList {
    flex-wrap: wrap;
  }
  .otherConnectionBox .otherConnectionList li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 25px;
  }
  .otherConnectionBox .otherConnectionList li:last-child,
  .otherConnectionBox .otherConnectionList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .otherConnectionBox .otherConnectionList li .listImg .arrow {
    width: 24px;
    height: 24px;
  }
  .otherConnectionBox .otherConnectionList li .listImg .arrow::after {
    right: 4px;
    width: 8px;
    height: 8px;
  }
  .otherConnectionBox .otherConnectionList li .listTitle {
    width: 100%;
    margin: 10px auto 0;
  }
  .otherConnectionBox .otherConnectionList li .listTitle.type2 {
    width: 100%;
  }
}
@media all and (max-width:370px) {
}


/* pagination
***************************************************************/
.pagination{
   padding-top: 100px;
   margin: 0!important;
}
.nav-links{
   display:flex;
   justify-content: center;
   align-items: center;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right: 12px;
   padding: 5px 12px;
   color:#333;
   background:#fff;
   border: 2px solid #1f2e43;
}
.pagination .current{
   background:#1f2e43;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#1f2e43;
   border: none;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
@media all and (min-width: 681px) {
  .pagination .page-numbers:hover {
    background:#1f2e43;
    color:#fff;
  }
}
@media all and (max-width: 680px) {
  .pagination{
    padding-top: 50px;
  }
  .pagination .page-numbers{
     margin-right: 10px;
     padding: 3px 10px;
  }
  .pagination .prev,
  .pagination .next{
    font-size: 14px;
  }
}
@media all and (max-width: 370px) {
}


/* w_linkBtn1
***************************************************************/
.w_linkBtn1 {
  width: 330px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #1f2e43;
  color: #1f2e43;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
}
@media all and (min-width: 681px) {
  .w_linkBtn1:hover {
    color: #fff;
    background-color: #1f2e43;
  }
}
@media all and (max-width:680px) {
  .w_linkBtn1 {
    width: 300px;
    height: 46px;
    font-size: 15px;
  }
}
@media all and (max-width:370px) {
}


/* pageNav1
***************************************************************/
.pageNav1_list {
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pageNav1_li1 {
  width: 242px;
}
.pageNav1_link1 {
  display: block;
  width: 100%;
  padding-bottom: 36px;
  position: relative;
}
.pageNav1_link1::after {
  content: "";
  width: 22px;
  height: 22px;
  border-left: 3px solid #1f2e43;
  border-bottom: 3px solid #1f2e43;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  margin: auto;
  transition: bottom 0.3s ease;
}
.pageNav1_link1 .t1 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #1f2e43;
  border-bottom: 2px solid #1f2e43;
  padding-bottom: 10px;
}
@media all and (min-width: 681px) {
  .pageNav1_link1:hover::after {
    bottom: 0;
  }
}
@media all and (max-width:680px) {
  .pageNav1_list {
    width: 100%;
    padding: 30px 20px 0;
    display: flex;
    flex-flow: wrap;
  }
  .pageNav1_li1 {
    width: calc((100% - 20px) / 2);
  }
  .pageNav1_li1:nth-of-type(1n + 3) {
    margin-top: 30px;
  }
  .pageNav1_link1 {
    padding-bottom: 22px;
  }
  .pageNav1_link1::after {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 2px solid #1f2e43;
    border-bottom: 2px solid #1f2e43;
    bottom: 4px;
  }
  .pageNav1_link1 .t1 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.53;
    border-bottom: 1px solid #1f2e43;
    padding-bottom: 6px;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}

/* 20240501 */
.top-attention{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.17;
  width: 930px;
  margin: 35px auto;
}
@media (max-width: 680px) {
  .top-attention{
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.86;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
}
}

/* 20250519 */
.top-attention{
  color: red;
  padding: 1rem;
  border: 1px solid red;
}

/* 20250520 */
@media (max-width: 680px) {
  .top-attention{
    font-size: 12px;
  }
}