@charset "UTF-8";

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

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

.l-wrapper {
  position: relative;
}

.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-section__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1;
  font-weight: 300;
}

.c-section__title-ja {
  margin-top: 11px;
  padding-left: clamp(21px, 3.41796875vw, 35px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  font-weight: 700;
  position: relative;
}
.c-section__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: clamp(12px, 1.953125vw, 20px);
  height: 1px;
  background: currentColor;
  opacity: 0.2;
}

.c-btn {
  padding-right: 48px;
  padding-block: 8px;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.36px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-box.png) no-repeat center center/contain;
}
.c-btn .text {
  padding-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-btn .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.c-head {
  padding-bottom: 72px;
  max-width: 1366px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-head {
    padding-bottom: 0;
  }
}

.c-head__container {
  margin-top: clamp(60px, 10vw, 120px);
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}

.c-title {
  padding-left: clamp(20px, 4.1666666667vw, 50px);
}

.c-head__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}
.c-head__title-en:nth-of-type(2) {
  padding-left: clamp(20px, 9.663250366vw, 132px);
}
.c-head__title-ja {
  margin-top: 11px;
  padding-left: clamp(21px, 3.41796875vw, 35px);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  font-weight: 700;
}

.c-head__bottom {
  margin-top: 24px;
  margin-left: auto;
  aspect-ratio: 900/580;
  max-height: 580px;
  max-width: clamp(200px, 65.8857979502vw, 900px);
  position: relative;
}
@media screen and (min-width:1200px) {
  .c-head__bottom {
    margin: 0;
  }
}

.c-head__bottom-img {
    aspect-ratio: 900/580;
  max-width: clamp(200px, 65.8857979502vw, 900px);
  border-radius: 5px;
  position: relative;
}
.c-head__bottom-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f1f2ed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.17;
  border-radius: 5px;
}
.c-head__bottom-img img {
  border-radius: 5px;
}

.c-head__bottom-text {
  position: absolute;
  left: clamp(-236px, -17.2767203514vw, -80px);
  bottom: clamp(10px, 4.7584187408vw, 65px);
  width: clamp(120px, 33.8213762811vw, 462px);
  aspect-ratio: 462/360;
  z-index: 1;
}

.c-head__menu-btn {
  display: none;
  position: absolute;
  left: clamp(20px, 3.2552083333vw, 25px);
  bottom: clamp(20px, 7.467057101vw, 102px);
  width: 100%;
  max-width: 164px;
  padding-block: clamp(20px, 3.125vw, 24px);
  padding-left: clamp(12px, 3.2552083333vw, 25px);
  color: #ffffff;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1;
  background: #303332;
  border-radius: 3px;
  z-index: 1;
  cursor: pointer;
}
.c-head__menu-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 8px;
  width: clamp(40px, 6.25vw, 48px);
  aspect-ratio: 1/1;
  background: url(../images/top-menu-box.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .c-head__menu-btn {
    display: block;
  }
}

.c-service {
  padding-top: clamp(80px, 10.5vw, 126px);
  padding-bottom: clamp(92px, 12.1666666667vw, 146px);
}

.p-service__head {
  padding-inline: clamp(20px, 4.1666666667vw, 50px);
}
@media screen and (min-width:768px) {
  .p-service__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-service__btn {
  margin-top: 24px;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .p-service__btn {
    margin: 0;
  }
}
.p-service__items {
  margin-top: clamp(24px, 3.3333333333vw, 40px);
  border-block: 1px solid rgba(48, 51, 50, 0.2);
  max-width: 500px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-service__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    margin-inline: 0;
  }
  .p-service__items::before, .p-service__items::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(48, 51, 50, 0.2);
    pointer-events: none;
  }
  .p-service__items::before {
    left: 33.3333333333%;
  }
  .p-service__items::after {
    right: 33.3333333333%;
  }
}

.p-service__link {
  padding-top: clamp(40px, 7.5vw, 90px);
  padding-bottom: clamp(32px, 5.8333333333vw, 70px);
  padding-inline: 20px;
}
.p-service__link + .p-service__link {
  border-top: 1px solid rgba(48, 51, 50, 0.2);
}
@media screen and (min-width:768px) {
  .p-service__link + .p-service__link {
    border-top: none;
  }
}

.p-service__item {
  max-width: 260px;
  margin-inline: auto;
  position: relative;
}

.p-service__item-en {
  position: absolute;
  top: -16px;
  left: 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width:1024px) {
  .p-service__item-en {
    top: 0;
    left: clamp(-27px, -1.9765739385vw, -10px);
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
}

.p-service__item-img {
  max-width: 260px;
  aspect-ratio: 26/29;
  border-radius: 3px;
}
.p-service__item-img img {
  border-radius: 3px;
}

.p-service__item-title {
  margin-top: clamp(12px, 2.6041666667vw, 20px);
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.48px;
  font-weight: 700;
}

.p-service__item-text {
  margin-top: clamp(12px, 2.6041666667vw, 20px);
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.7692307692;
}

.p-service__item-icon {
  margin-top: clamp(12px, 3.2552083333vw, 25px);
  margin-left: auto;
  width: clamp(24px, 4.9479166667vw, 38px);
  aspect-ratio: 1/1;
  border-radius: 3px;
}

.c-breadcrumb__wrap {
  margin-top: 67px;
  margin-left: auto;
  margin-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #5F5F5F;
  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: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}


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

.fax-number a {
  pointer-events: none; /* クリック無効 */
  text-decoration: none; /* 下線を消す */
  color: inherit; /* 文字色を親要素に合わせる */
}

.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;
  -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: #303332;
  -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: #F1F2ED;
  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;
  padding-block: 12px;
  margin-inline: auto;
  position: relative;
  top: 0;
  left: 0;
}

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

.drawer__menu-list {
  
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .p-header__menu-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}

.drawer__menu-list .header__sublist {
  row-gap: 0;
  padding-bottom: 0;
}
.drawer__menu-list .header__sublist .p-header__menu-text {
  margin-top: 0;
}
.drawer__menu-list .header__sublist .c-link:nth-of-type(n + 2) {
  margin-top: 12px;
}
.drawer__menu-list .header__sublist .c-under {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drawer__menu-list .header__sublist .c-under {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


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

.animated__fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease, -webkit-transform 1s ease;
}
.animated__fadeIn.is-ready {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.animated__fadeIn.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}