@charset "UTF-8";

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

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

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding: 0 60px;
  }
}
@media screen and (min-width:1024px) {
  .l-inner {
    padding: 0 83px;
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1200px) / 2);
  }
}

.c-section__head {
  position: relative;
  padding-top: 28px;
  z-index: 1;
}
.c-section__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -64px;
  width: 124px;
  height: 124px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.c-section__title-en {
  font-family: "Lato", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .c-section__title-en {
    font-size: 40px;
  }
}

.c-section__title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 700;
}

.c-head {
  position: relative;
}

.c-head__title-wrap {
  margin-top: 49px;
  margin-left: clamp(20px, 6.0029282577vw, 82px);
    position: relative;
  z-index: 2;
}

.c-head__title-en {
  font-family: "Lato", serif;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1.2;
  font-weight: 500;
}

.c-head__title-ja {
  margin-top: -2px;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.5;
  letter-spacing: 1.28px;
  font-weight: 700;
}

.c-head__img {
  margin-top: clamp(48px, 5vw, 60px);
  width: 100%;
  aspect-ratio: 1366/400;
  max-height: 500px;
  border: 1px solid #E1E6E2;
    position: relative;
  z-index: 2;
}

.c-logo__bg-l {
  position: absolute;
  top: -54.1727672035vw;
  left: -17.3499267936vw;
  width: clamp(20px, 74.5241581259vw, 1018px);
  aspect-ratio: 2037/2669;
  background: url(../images/logo-top-l.png) center/cover no-repeat;
  pointer-events: none;
}

.c-logo__bg-r {
  position: absolute;
  top: -25.7686676428vw;
  left: 32.0644216691vw;
  width: clamp(20px, 70.4245973646vw, 962px);
  aspect-ratio: 679/662;
  background: url(../images/logo-top-r.png) center/cover no-repeat;
  pointer-events: none;
}

.c-head__swiper {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.c-head__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.c-head__swiper-slide {
  width: clamp(200px, 29.2825768668vw, 400px);
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}

.c-link {
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.c-btn {
  padding-left: 32px;
  display: inline-block;
  position: relative;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 26px;
  height: 17px;
  background: url(../images/btn-arrow-blue.png) center/cover no-repeat;
}

.c-btn__text {
  display: inline-block;
  color: #454545;
  font-size: 13px;
  line-height: 1.4615384615;
  font-weight: 600;
  border-bottom: 1px solid #454545;
}


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

.c-breadcrumb__wrap {
  padding-top: 88px;
  margin-left: 33px;
  position: relative;
  z-index: 4;
}

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

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 12px;
  right: 20px;
  width: 52px;
  padding: 10px 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: 5px;
  -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;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  -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 -7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #454545;
  -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: #F9F8F7;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-header__btn {
  margin-inline: auto;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

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

.drawer__menu-list {
  margin-top: 100px;
  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;
  color: #454545;
}


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


.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl 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;
  }
}

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


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

@media screen and (min-width:768px) {
  .pc-hidden-company br:nth-of-type(2), .pc-hidden-company br:nth-of-type(5), .pc-hidden-company br:nth-of-type(8), .pc-hidden-company br:nth-of-type(10) {
    display: none;
  }
}
@media screen and (min-width:1024px) {
  .pc-hidden-company br:nth-of-type(6){
    display: none;
  }
}
