@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #232323;
  background: #ffffff;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: clamp(60px, 9.5168374817vw, 130px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1106px) / 2);
  }
}

.c-link {
  display: block;
  color: inherit;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-btn {
  padding: 11px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #414141 0% 0% no-repeat padding-box;
  border: 1px solid #414141;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 1;
    color: #414141;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn-text {
  padding-right: 18px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 500;
  position: relative;
}
.c-btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 8px;
  background: url(../images/icon-arow-r.svg) no-repeat center center/contain;
}

.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3D4448;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.c-section__title-en {
  font-family: "Hind Madurai", sans-serif;
  font-size: clamp(48px, 7.8125vw, 80px);
  line-height: 1.2375;
  letter-spacing: 4px;
  font-weight: 500;
}

.c-section__title-ja {
  margin-top: -3px;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
}

.c-page {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F1F5F9), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F1F5F9 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.c-head {
  padding-top: clamp(120px, 18.1640625vw, 186px);
  position: relative;
}

.c-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  padding-left: clamp(20px, 6.5104166667vw, 50px);
  padding-right: clamp(20px, 3.90625vw, 30px);
  position: relative;
}
@media screen and (min-width:768px) {
  .c-head__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:1024px) {
  .c-head__container {
    padding-left: clamp(20px, 12.6953125vw, 130px);
  }
}

.c-head__title-ja {
  color: #000000;
  font-size: clamp(32px, 5.2083333333vw, 40px);
  line-height: 1.475;
  letter-spacing: 2.4px;
  font-weight: 500;
}

.c-head__title-en {
  margin-top: 5px;
  font-family: "Hind Madurai", sans-serif;
  color: #3B5382;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.1875;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.c-head__img {
  margin-top: clamp(60px, 9.66796875vw, 99px);
  aspect-ratio: 1134/450;
  margin-left: clamp(50px, 16.9838945827vw, 232px);
  border-radius: 10px 0px 0px 10px;
}
.c-head__img img {
  border-radius: 10px 0px 0px 10px;
}

.c-breadcrumb__wrap {
  margin-top: auto;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #6f6f6f;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 21.82px;
  margin-right: 15.6px;
  width: 10.28px;
  height: 12.26px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 100px;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: transparent linear-gradient(99deg, #EDF2F7 0%, #F9FAFC 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: transparent linear-gradient(99deg, #EDF2F7 0%, #F9FAFC 100%) 0% 0% no-repeat padding-box;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}
.drawer .p-header__btn {
  display: block;
  width: 280px;
  margin-inline: auto;
  position: relative;
  top: 0;
  left: 0;
}
.drawer .p-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}
.drawer__menu-list .p-header__menu-text {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}


.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:100%;
}


.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}
