@charset "UTF-8";
/*-----------------------

         変数          

-----------------------*/ :root {
  --baseColor: #373d54;
  --mainColor: #4e6da6;
  --subColor: #022f80;
  --colorW: #fff;
  --bgMain: #4e6da6;
  --bgSub: #022f80;
}
body {
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
  background-image: none;
  background-color: var(--mainColor);
  border-radius: 50%;
  /*width: 5.208333vw;
  height: 5.208333vw;
*/
  width: 10rem;
  height: 10rem;
  padding: 0;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer--left.drawer-open .drawer-hamburger-icon {
  border-radius: 0;
  height: 0.3rem;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 82%;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  top: 0.2rem;
}
.drawer-hamburger-icon:after {
  top: 2rem;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 1rem;
}
.drawer--right.drawer-open .drawer-hamburger .text {
  margin-top: 1.5vw;
}
.drawer-hamburger .text {
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  margin-top: 1.5vw;
}
.link-btn a {
  border-radius: 0.5rem;
}
.sec-ttl, .sec-ttl2 {
  text-align: center;
}
.sec-ttl {
  font-weight: 700;
}
.sec-ttl span {
  font-weight: 700;
}
.sec-ttl span::after {
  display: none;
}
.sec-ttl2 {
  font-weight: 500;
}
.sec-ttl2 span {
  font-weight: 500;
}
.page-detail-zen-top header h1 {
  display: none;
}
.page-detail-zen-top .col-lg-12 {
  float: none;
}
.top-mv {
  position: relative;
  margin-bottom: 0;
}
.top-mv__textG {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-top: 8%;
  padding-bottom: 10%;
  padding-left: 11%;
  padding-right: 6%;
}
.top-mv__hdr {
  text-shadow: 1px 1px 4px rgba(55, 61, 88, 1);
  font-size: clamp(2.7rem, 2.384rem + 0.841vw, 4rem);
  line-height: 2em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.top-mv__textwrap {
  color: #333399;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-image: none;
  font-size: clamp(1.7rem, 1.603rem + 0.259vw, 2.1rem);
  line-height: 1.7;
  padding-top: 4%;
  padding-left: 3%;
}
.top-mv__textwrap p {
  font-weight: 700;
  letter-spacing: 2.5px;
}
.top-mv__textwrap p.entext {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.top-mv__textwrap p:not(:last-child) {
  margin-bottom: 3rem;
}
/*
.sec01 {
  max-width: 100rem;
  margin-inline: auto;
}
.sec01 .menuWrap {
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.sec01 .menuWrap li a span {
  border-radius: 0.5rem;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-size: clamp(1.1rem, 1.027rem + 0.194vw, 1.4rem);
  padding: 0.2rem 3rem;
  margin-top: 0;
}
*/
.sec02 dt {
  width: 12%;
}
.sec02 dd {
  width: 88%;
}
.sec03::before {
  background: #dce2ed;
  border-radius: 1rem;
}
/*下層ページMV*/
header h1, header p.logo {
  width: 6.979166vw;
  left: 3.541666vw;
}
.content-header {
  background: url(../img/zen-under-mv.webp) no-repeat center center / cover;
  height: 20.83333vw;
}
.content-header .page-header {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  font-size: clamp(3rem, 2.515rem + 1.294vw, 5rem);
  bottom: 5.729166vw;
  padding: 0;
  width: fit-content;
  left: calc((100% - 124rem) / 2);
}
@media screen and (max-width: 1536px) {
  .content-header .page-header {
    bottom: 3.729166vw;
  }
}
@media screen and (max-width: 1440px) {
  .drawer-hamburger-icon:before {
    top: -0.5rem;
  }
  .drawer-hamburger-icon:after {
    top: 1rem;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0;
  }
}
@media screen and (max-width: 1368px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    width: 9rem;
    height: 9rem;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 75%;
  }
  .top-mv__textG {
    padding-left: 9%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1280px) {
  .top-mv__textG {
    padding-left: 6%;
    padding-right: 2%;
  }
/*
  .sec01 {
    max-width: 90%;
  }
*/
}
@media screen and (max-width: 1024px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    width: 8rem;
    height: 8rem;
  }
  .drawer-hamburger-icon:before {
    top: -0.5rem;
  }
  .drawer-hamburger-icon:after {
    top: 1rem;
  }
  .drawer-hamburger .text {
    margin-top: 2rem;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0.5rem;
  }
  .drawer--right.drawer-open .drawer-hamburger .text {
    margin-top: 2rem;
  }
  .top-mv {
    margin-bottom: 18rem;
  }
  .top-mv__textG {
    padding-top: 14%;
  }
  .top-mv__textwrap {
    padding-top: 1%;
  }
  .sec02 dt {
    width: 14%;
  }
  .sec02 dd {
    width: 86%;
  }
  .content-header .page-header {
    bottom: 1rem;
    left: 6%;
  }
}
@media screen and (max-width: 840px) {
  .top-mv {
    margin-bottom: 16rem;
  }
  .top-mv__textG {
    width: 95%;
    padding-top: 12%;
  }
  .top-mv__hdr {
    line-height: 1.8em;
  }
  .top-mv__textwrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    width: 6rem;
    height: 3.5rem;
    padding: 1.5rem 0.75rem 2.5rem;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 84%;
  }
  .drawer-hamburger-icon:before {
    top: 0.5rem;
  }
  .drawer-hamburger-icon:after {
    top: 1.6rem;
  }
  .drawer-hamburger .text {
    margin-top: 2.5rem;
  }
  .drawer--right.drawer-open .drawer-hamburger-icon, .drawer--right.drawer-open .drawer-hamburger-icon:after, .drawer--right.drawer-open .drawer-hamburger-icon:before {
    width: 75%;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0.8rem;
  }
  .drawer--right.drawer-open .drawer-hamburger .text {
    margin-top: 2.5rem;
  }
  .top-mv__hdr {
    line-height: 1.8em;
  }
  .top-mv {
    margin-bottom: 4rem;
  }
  .top-mv__textG {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40%;
  }
  .top-mv__textwrap {
    padding: 100% 4% 0;
    text-shadow: none;
  }
  .top-mv__textwrap p {
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 1.7rem;
    /*color: rgba(55, 61, 88, 1);*/
  }
  .sec02 dt {
    width: 100%;
  }
  .sec02 dd {
    width: 100%;
  }
/*
  .sec01 .menuWrap {
    gap: 1rem;
  }
  .sec01 .menuWrap li {
    width: auto;
    width: calc((100% - 2rem) / 2);
  }
  .sec01 .menuWrap li a span {
    padding: 0.5rem 1.5rem;
  }
*/
  .content-header {
    background: url(../img/zen-under-mv_sp.webp) no-repeat center center / cover;
    height: 17.3rem;
  }
  header h1, header p.logo {
    width: 9rem;
    left: 2rem;
  }
  .content-header .page-header {
    position: absolute;
    color: var(--mainColor);
    left: 6%;
    bottom: -1.5rem;
    transform: translateX(0);
  }
}
@media screen and (max-width: 375px) {
  .top-mv {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 361px) {
  .top-mv__textG {
    padding-top: 50%;
  }
  .top-mv__textwrap {
    padding: 88% 6% 0;
  }
}
/*1010 add 入り口ページNEW*/
.body-page-detail-entrance::-webkit-scrollbar {
  display: none;
}
.entrance-contents {
  /*background: url("../img/enter_bg.webp") no-repeat center center/cover;*/
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 10000;
}
.entrance-contents__icon01 {
  position: absolute;
  top: 13%;
  left: 1%;
  width: 27.395833vw;
}
.entrance-contents__icon02 {
  position: absolute;
  bottom: 8%;
  right: 1%;
  width: 30.520833vw;
}
.entrance-contents__icon01 a, .entrance-contents__icon02 a {
  position: relative;
  transition: 0.4s;
  top: 0;
}
.entrance-contents__icon01 a:hover, .entrance-contents__icon02 a:hover {
  opacity: 1;
  transition: 0.4s;
  top: 5px;
}
@media screen and (min-width: 2560px) {
  .entrance-contents__icon01 {
    left: 7%;
  }
  .entrance-contents__icon02 {
    right: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .entrance-contents__icon01 {
    width: 52.6rem;
    height: 74.3rem;
  }
  .entrance-contents__icon02 {
    width: 58.6rem;
    height: 45.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .entrance-contents__icon01 {
    left: 0;
  }
  .entrance-contents__icon02 {
    right: 0;
  }
}
@media screen and (max-width: 841px) {
  .entrance-contents {
    background: url("../img/enter_bg_sp.webp") no-repeat center center/cover;
  }
  .entrance-contents__icon01 {
    left: 4%;
    width: 41.866666vw;
    height: 58.9333333vw;
    top: 57%;
  }
  .entrance-contents__icon02 {
    right: inherit;
    left: 4%;
    bottom: inherit;
    top: 13%;
    width: 53.86666vw;
    height: 42.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .entrance-contents__icon01 {
    top: 54%;
  }
  .entrance-contents__icon02 {
    top: 10%;
  }
}
@media screen and (max-width: 559px) {
  .entrance-contents__icon02 {
    top: 23%;
  }
}
@media screen and (max-width: 375px) {
  .entrance-contents__icon01 {
    left: 4%;
    width: 41.866666vw;
    height: 58.9333333vw;
    top: 60%;
  }
  .entrance-contents__icon02 {
    right: inherit;
    left: 4%;
    bottom: inherit;
    top: 21%;
    width: 53.86666vw;
    height: 42.13333vw;
  }
}
/*1011 add*/
.modal__bg {
  background: var(--subColor);
}
.modal__contentInner .flex figure img {
  border-radius: 50%;
}
.modal__contentInner .modal-ttl ruby {
  color: var(--subColor);
}
.modal__content .top-close img {
  width: 4.2rem;
}
.sec-ttl2 {
  margin-block: 3.5rem;
}
/*
.sec01 {
  margin-top: 12rem;
}
*/
.navigator {
  max-width: 100%;
}
.navigator .menuWrap {
  gap: 2rem;
}
.navigator .menuWrap li {
  width: calc((100% - 6rem) / 4);
}
.navigator .menuWrap li a img {
  height: 100% !important;
}
.navigator .menuWrap li a span {
  background: var(--subColor);
  position: relative;
  top: -1rem;
  padding: 0.5rem 2.5rem;
  /* font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem) !important; */
  font-size: clamp(1.1rem, 1.027rem + 0.194vw, 1.4rem);
  display: block;
  width: fit-content;
}
.navigator .menuWrap li a .name {
  /* font-size: clamp(2rem, 1.806rem + 0.518vw, 2.8rem); */
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
}
@media screen and (max-width: 559px) {
  .modal__content .top-close {
    top: 2rem;
  }
  .modal__content .top-close img {
    width: 3.6rem;
  }
/*
  .sec01 {
    max-width: 100%;
  }
  .sec01 .menuWrap {
    gap: 2rem 2.5rem;
  }
  .sec01 .menuWrap li {
    width: calc((100% - 2.5rem) / 2);
  }
  .sec01 .menuWrap li a img {
    height: auto;
  }
*/
  .sec-ttl2 span {
    font-weight: 500;
    display: block;
    top: 1rem;
  }
/*
  .sec02 {
    margin-top: 11rem;
  }
  .sec04 {
    margin-top: 5rem;
  }
*/
  /*マイページログイ画面*/
  .body-login .login-page .panel, .body-passreminder-auth .login-page .panel, .body-passreminder .login-page .panel {
    margin-top: 14rem;
  }
}
/*1126 add 入り口ページNEW 背景動画追加*/
.entrance-contents {
  background: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entrance-contents .bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entrance-contents .bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
}
.entrance-contents .bg_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
}
/*アイコン変更*/
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entrance-contents__icon01 {
  width: 42.604166vw;
  opacity: 0;
  animation: fadeIn2 2s ease-in-out 1s forwards;
}
.entrance-contents__icon02 {
  width: 42.29166vw;
  bottom: 7%;
  opacity: 0;
  animation: fadeIn2 2s ease-in-out 1s forwards;
}
@media screen and (min-width: 2560px) {
  .entrance-contents__icon01 {
    left: 12%;
  }
  .entrance-contents__icon02 {
    bottom: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .entrance-contents__icon01 {
    width: 70.60416vw;
    left: 3rem;
  }
  .entrance-contents__icon02 {
    width: 75.29166vw;
    right: 3rem;
  }
}
@media screen and (max-width: 840px) {
  .entrance-contents__icon01 {
    width: 82%;
    left: 4%;
  }
  .entrance-contents__icon02 {
    width: 87%;
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .entrance-contents__icon02 {
    top: 6%;
  }
}
@media screen and (max-width: 559px) {
  .entrance-contents__icon01 {
    width: 88%;
  }
  .entrance-contents__icon02 {
    top: 20%;
    width: 92%;
  }
}
@media screen and (max-width: 375px) {
  .entrance-contents__icon01 {
    top: 52%;
  }
  .entrance-contents__icon02 {
    top: 12%;
  }
}
/*ロゴアニメ*/
.top-mv {
  position: relative;
}
.top-mv__logo {
  position: absolute;
  top: 40%;
  right: 7%;
  z-index: 10;
  animation-name: fadeInDown;
  margin-top: -5%;
  opacity: 0;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
/*
.sec01 {
  margin-top: -3%;
}
*/
.navigator {
  margin-top: 12rem;
}
@media screen and (max-width: 1368px) {
  .top-mv__logo {
    top: 36%;
    right: 0;
  }
  .top-mv__logo img {
    max-width: 85% !important;
  }
  .top-mv__textG {
    padding-top: 11%;
  }
}
@media screen and (max-width: 840px) {
  .top-mv__textG {
    padding-top: 14%;
  }
  .top-mv__logo {
    top: 33%;
    right: -5%;
  }
  .top-mv__textwrap p:not(:last-child) {
    margin-bottom: 2rem;
  }
/*
  .sec01 .menuWrap {
    gap: 1.5rem 2rem;
  }
  .sec01 .menuWrap li {
    width: 20%;
  }
  .sec01 .menuWrap li a img {
    height: auto;
  }
*/
  .navigator .menuWrap li {
    width: calc((100% - 6rem) / 4);
  }
  .navigator .menuWrap li a span {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 559px) {
  .top-mv {
    height: 110rem;
  }
  .top-mv .bg {
    height: 60rem;
  }
  .top-mv .bg img {
    height: 198%;
    object-fit: cover;
  }
  .top-mv__textwrap {
    /* padding: 72% 4% 0; */
    padding: 87% 4% 0;
  }
  .top-mv__textG {
    padding-top: 37%;
    padding-left: 5%;
    padding-right: 0;
  }
  .top-mv__logo {
    /* top: 20%; */
    top: 13%;
    right: 0;
    mix-blend-mode: darken;
  }
  .navigator .menuWrap li {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 375px) {
  .top-mv {
    height: 95rem;
  }
  .top-mv__textG {
    padding-top: 40%;
  }
  .top-mv__textwrap {
    /* padding: 83% 4% 0; */
    padding: 89% 4% 0;
  }
  .top-mv__logo {
    /* top: 25%; */
    top: 15%;
  }
  .navigator {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 361px) {
  .top-mv__logo {
    right: -2rem;
  }
}

.navigator .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--mainColor);
}
