@charset "UTF-8";

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

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-left: clamp(60px, 8.78477306vw, 120px);
    padding-right: clamp(60px, 7.7598828697vw, 106px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-left: calc(120px + (100vw - 1366px) / 2);
    padding-right: calc(106px + (100vw - 1366px) / 2);
  }
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

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

.c-section__title {
  padding-left: 23px;
  position: relative;
}
.c-section__title::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #53C372;
  border-radius: 50%;
}

.c-section__title-en {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1.4333333333;
  letter-spacing: 4.8px;
  font-weight: 500;
}

.c-section__title-ja {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.4px;
  font-weight: 600;
}


.c-head {
  padding-top: clamp(120px, 18.4895833333vw, 142px);
  padding-bottom: clamp(116px, 17.8385416667vw, 137px);
  position: relative;
}

.c-head__title-wrap {
  position: relative;
  padding-inline: 20px;
  color: #ffffff;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .c-head__title-wrap {
    padding-left: clamp(50px, 8.78477306vw, 120px);
  }
}

.c-head__title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 121px;
  border-bottom: 1px solid #ffffff;
}
.c-head__title-en.con {
  max-width: 563px;
}
.c-head__title-en img {
  max-height: 121px;
}

.c-head__title-ja {
  margin-top: 17px;
  padding-left: 20px;
  font-size: clamp(18px, 2.8645833333vw, 22px);
  line-height: 1.5;
  letter-spacing: 2.2px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .c-head__title-ja {
    padding-left: clamp(20px, 3.5871156662vw, 49px);
  }
}

.c-head__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-head__bg::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: calc(100% + 9px);
  max-height: calc(100% + 9px);
  background: url(../images/page-bg-filter.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}

.c-content {
  padding-top: clamp(60px, 8.3333333333vw, 100px);
  border-top: 1px solid #e7e6e6;
  position: relative;
}
.c-content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #43C263;
}


.c-menu-wrap {
  padding-block: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}
.c-menu-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/dash-line.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .c-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}

.c-menu {
  padding-inline: clamp(12px, 2.196193265vw, 30px);
  border-inline: 1px solid #E7E6E6;
  max-width: 200px;
  width: 100%;
  margin-inline: auto;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width:768px) {
  .c-menu {
    border-left: 0;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 0;
  }
}

.c-menu-text {
  padding-right: 16px;
  color: #3e4347;
  font-size: clamp(13px, 1.953125vw, 15px);
  line-height: 1.4666666667;
  letter-spacing: 0.9px;
  font-weight: 500;
  position: relative;
}
.c-menu-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 8px;
  height: 10px;
  background: url(../images/menu-arrow.svg) no-repeat center center/contain;
}


.c-breadcrumb__wrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  padding-top: 42px;
  padding-left: 20px;
  width: min(306px, 100%);
  aspect-ratio: 613/173;
  background: url(../images/breadcrumb-bg.png) no-repeat bottom left/cover;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #6E6E6E;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
}
.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: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.c-btn {
  padding-block: 15px;
  width: 220px;
  background: #53C372;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 34px;
  height: 33px;
  background: url(../images/btn-arrow.png) no-repeat center center/contain;
}

.c-btn-text {
  padding-left: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
}



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

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 52px;
  padding: 21px 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: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.drawer__icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 38px;
  background: url(../images/header-line.svg) no-repeat center center/contain;
}



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

.drawer__icon-bar {
  width: 21px;
  height: 2px;
  background: #ffffff;
  -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: #414141;
  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__menu-text {
  font-size: 16px;
  color: #ffffff;
}

.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;
}

.p-drawer__btn {
  margin-top: 24px;
  padding-block: 34px 37px;
    width: 260px;
  margin-inline: auto;
  border-radius: 5px;
  position: relative;
}
.p-drawer__btn.btn-contact {
  background: #53c372;
}
.p-drawer__btn.btn-contact::before {
  content: "";
  position: absolute;
  top: 38.4px;
  left: 26px;
  width: 14px;
  height: 11px;
  background: url(../images/icon-mail.svg) no-repeat center center/contain;
}
.p-drawer__btn.btn-entry {
  background: #4da27e;
}
.p-drawer__btn.btn-entry::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 26px;
  width: 13px;
  height: 20px;
  background: url(../images/icon-human.svg) no-repeat center center/contain;
}

.p-drawer__btn-text {
  padding-left: 51px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
}


.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;
  }
}