p,
a,
li {
  font-size: 16px;
}
:root {
  --max-width: 900px;
  --sub-width: 600px;
  --fw-regular: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}
.inner {
  width: min(90%, var(--max-width));
  margin: 0 auto;
}
/* =========================
  FV
========================= */

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: #fcf5e6;
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  position: relative;
  z-index: 2;
  width: min(90%, 760px);
  margin: 0 auto;
  padding-top: 160px;
  text-align: center;
}

.fv__lead {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

.fv__logo {
  width: min(100%, 520px);
  margin: 0 auto 28px;
}

.fv__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fv__text {
  margin: 0;
  font-size: 16px;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  min-height: 50px;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #3e392d;
  color: #fff;
  font-size: 20px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.fv__btn:hover {
  opacity: 0.75;
}

.fv__shop-link {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  display: block;
  width: 108px;
  transition: opacity 0.3s ease;
}

.fv__shop-link:hover {
  opacity: 0.75;
}

.fv__shop-link img {
  display: block;
  width: 100%;
  height: auto;
}

.show-sp {
  display: none;
}

.hide-sp {
  display: inline;
}

@media (max-width: 768px) {
  .fv {
    height: 100svh;
    min-height: 620px;
  }

  .fv__inner {
    width: calc(100% - 40px);
    padding-top: 108px;
  }

  .fv__lead {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 2;
  }

  .fv__logo {
    width: min(100%, 295px);
    margin-bottom: 20px;
  }

  .fv__text {
    font-size: 14px;
    line-height: 2.15;
  }

  .fv__text span {
    text-align: center;
  }

  .fv__btn {
    width: 250px;
    min-height: 50px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: var(--fw-semibold);
  }

  .fv__shop-link {
    right: 22px;
    bottom: 22px;
    width: 78px;
  }

  .show-sp {
    display: inline;
  }

  .hide-sp {
    display: none;
  }
}

/* =========================
  Intro
========================= */

.intro {
  position: relative;
  overflow: hidden;
  background: #fcf5e6;
  color: #3e392d;
}

.intro__inner {
  position: relative;
  padding: 120px 0;
}

.intro__body {
  position: relative;
  z-index: 2;
  width: min(90%, var(--max-width));
  margin: 0 auto;
}

.intro__title {
  margin: 0 0 22px;
  font-size: clamp(1.125rem, 0.75rem + 1.43vw, 2rem);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.intro__title span {
  color: var(--color03);
}

.intro__text {
  margin: 0;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.1em;
}

.intro__deco {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
}

.intro__deco--tree {
  right: 0px;
  top: 0;
  width: 15%;
}

.intro__deco--house {
  right: -15%;
  bottom: -32%;
  width: 45%;
  z-index: -1;
}
@media (max-width: 830px) {
  .intro__deco--tree {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .intro__inner {
    min-height: 545px;
    padding: 45px 0 40px;
  }
  .intro__deco--house {
    right: inherit;
    bottom: inherit;
    width: 80%;
    position: relative;
  }
  .intro__deco--tree {
    right: -24px;
    top: 0;
    width: 35%;
  }
  .intro__body {
    width: min(90%, var(--max-width));
    margin: 0 auto;
  }

  .intro__title {
    margin-bottom: 18px;
    line-height: 1.75;
  }

  .intro__text {
    font-size: 14px;
    line-height: 2;
  }
}

/* =========================
  Features
========================= */

.features {
  background: #fcf5e6;
  color: #3e392d;
  padding: 78px 20px 110px;
}

.features__inner {
  width: min(100%, 900px);
  margin: 0 auto;
}

.features__heading {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.features__sub {
  font-size: clamp(1.125rem, 0.964rem + 0.61vw, 1.5rem);
  line-height: 1.6;
  font-weight: var(--fw-medium);
}

.features__title {
  margin: 0;
  font-size: clamp(1.5rem, 1.286rem + 0.82vw, 2rem);
  line-height: 1.4;
  font-weight: 900;
}

.features__title span {
  padding: 0 3px;
  color: var(--color03);
  font-size: clamp(3rem, 2.679rem + 1.22vw, 3.75rem);
  line-height: clamp(3rem, 2.679rem + 1.22vw, 3.75rem);
}
.features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px 32px;
}

.features__item {
  position: relative;
}

.features__item--center {
  grid-column: 1 / -1;
  width: calc((100% - 32px) / 2);
  margin: 0 auto;
}

.features__img {
  border: 1px solid #3e392d;
  background: #e6d8b7;
}

.features__img img {
  display: block;
  width: 100%;
  aspect-ratio: 300 / 152;
  object-fit: cover;
}

.features__item-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 55px;
  width: 90%;
  margin: -25px 0 12px 18px;
  padding: 3px 12px 3px 60px;
  border: 1px solid #3e392d;
  border-radius: 999px;
  background: #fff;
  color: #3e392d;
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.features__item-title span {
  position: absolute;
  left: 5px;
  top: 51%;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #009176;
  color: #fff;
  font-size: clamp(1.5rem, 1.393rem + 0.41vw, 1.75rem);
  line-height: 1;
  transform: translateY(-50%);
  font-weight: var(--fw-medium);
}

.features__text {
  margin: 0;
  padding: 0 16px;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 2px;
}

.features__text strong {
  color: var(--color03);
  font-weight: var(--fw-bold);
}
@media (max-width: 830px) {
  .features {
    padding: 35px 20px 110px;
  }
}
@media (max-width: 768px) {
  .features {
    padding: 65px 0 50px;
  }

  .features__inner {
    width: min(90%, var(--max-width));
  }

  .features__heading {
    margin-bottom: 16px;
  }

  .features__sub {
    margin-bottom: 4px;
  }

  .features__list {
    display: block;
  }

  .features__item,
  .features__item--center {
    width: 100%;
    margin: 0 0 22px;
  }

  .features__item:last-child {
    margin-bottom: 0;
  }

  .features__img img {
    aspect-ratio: 300 / 152;
  }

  .features__item-title {
    min-height: 50px;
    width: 98%;
    margin: -20px 0 12px 3px;
    padding: 2px 10px 2px 56px;
  }

  .features__item-title span {
    top: 24px;
    left: 3px;
    width: 42px;
    height: 42px;
  }

  .features__text {
    padding: 0 2px;
    line-height: 1.8;
    font-size: 14px;
  }
}

/* =========================
  Quality
========================= */

.quality {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 2/1;
}

.quality__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* 各画像 */
.quality__img {
  position: relative;
}

.quality__body {
  position: relative;
  z-index: 3;
  color: #fff;
}

.quality__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quality__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgb(0 0 0 / 65%);
}

.quality__body {
  position: relative;
  z-index: 3;
  height: 100%;
  width: min(90%, 760px);
  margin: 0 auto;
  padding: 84px 0 78px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quality__title {
  margin: 0 0 18px;
  font-size: clamp(1.125rem, 0.75rem + 1.43vw, 2rem);
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.quality__text {
  margin: 0;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .quality {
    min-height: 330px;
    aspect-ratio: auto;
  }

  .quality__body {
    width: 100%;
    padding: 18px 15px 28px;
    text-align: left;
  }

  .quality__title {
    margin-bottom: 12px;
    line-height: 2;
  }

  .quality__text {
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }

  .quality__overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* =========================
  Use Nav
========================= */

.use-nav {
  position: relative;
  overflow: hidden;
  background: #fcf5e6;
  padding: 130px 0px 80px;
}

.use-nav__inner {
  position: relative;
  z-index: 2;
  width: min(90%, var(--max-width));
  margin: 0 auto;
}

.use-nav__title {
  margin: 0 0 45px;
  font-size: clamp(1.5rem, 1.286rem + 0.82vw, 2rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.use-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.use-nav__item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  color: #fff;
  text-decoration: none;
  background: #3e392d;
}

.use-nav__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.3s ease;
}

.use-nav__item:hover::after {
  background: rgba(0, 0, 0, 0.25);
}

.use-nav__item img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.use-nav__item:hover img {
  transform: scale(1.06);
}

.use-nav__item span {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--txt_white);
}

.use-nav__item strong {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2px;
}

.use-nav__item small {
  margin-top: 4px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.use-nav__deco {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
}

.use-nav__deco--left {
  left: 0;
  top: 0;
  width: 16%;
}

.use-nav__deco--right {
  right: 0;
  top: 0;
  width: 16%;
}

@media (max-width: 768px) {
  .use-nav__inner {
    width: 100%;
  }
  .use-nav {
    padding: 44px 0 0;
  }

  .use-nav__title {
    margin: 0 auto;
    line-height: 1.8;
    padding: 0 0 45px 0px;
    text-align: center;
    letter-spacing: 1px;
  }

  .use-nav__list {
    display: block;
  }

  .use-nav__item {
    width: 100%;
    aspect-ratio: 15/4;
  }

  .use-nav__item strong {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .use-nav__item small {
    margin-top: 0;
    font-size: 14px;
  }

  .use-nav__deco--left {
    left: -20px;
    top: 0;
    width: 35%;
  }

  .use-nav__deco--right {
    right: -28px;
    top: 0;
    width: 35%;
  }
}

/* =========================
  Use Detail
========================= */

.use-detail {
  background: #fcf5e6;
  color: #3e392d;
  padding: 65px 0;
  border-bottom: 0.5px solid #3e392d;
}
.use-detail__inner {
  width: min(90%, var(--max-width));
  margin: 0 auto;
}
#use-private.use-detail {
  border-bottom: none;
}
/* =========================
  heading
========================= */

.use-detail__heading {
  margin-bottom: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.use-detail__icon {
  width: clamp(6.25rem, 5.607rem + 2.45vw, 7.75rem);
  margin: 0 auto 10px;
}

.use-detail__heading h2 {
  font-size: 48px;
  font-weight: var(--fw-medium);
  letter-spacing: 1px;
  line-height: 1;
}
.use-detail__heading p {
  font-size: clamp(1rem, 0.893rem + 0.41vw, 1.25rem);
  line-height: 1.6;
}

/* =========================
  intro
========================= */

.use-detail__intro {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 16px;
  align-items: center;
  margin-bottom: 52px;
}

.use-detail__text h3 {
  margin-bottom: 18px;
  font-size: clamp(1.125rem, 0.964rem + 0.61vw, 1.5rem);
  font-weight: 900;
  padding-bottom: 3px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--color01);
  font-weight: var(--fw-medium);
  line-height: 1.9;
}

.use-detail__text p {
  line-height: 2;
  width: 91%;
}

/* =========================
  photos
========================= */

.use-detail__photos {
  position: relative;
  min-height: 100%;
}

.use-detail__photos img {
  object-fit: cover;
}

.use-detail__photos img:first-child {
  width: 245px;
  top: 0;
  left: 0;
}

.use-detail__photos img:last-child {
  width: 100%;
  right: 0;
  bottom: 0;
}

/* =========================
  merit
========================= */

.use-detail__merit {
  margin-bottom: 48px;
}

.use-detail__merit-head {
  text-align: center;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.use-detail__merit-head span {
  width: 40px;
  height: 32px;
}
.use-detail__merit-head p {
  font-weight: 700;
  font-size: 32px;
}

.use-detail__merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.use-detail__merit-list li {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 8px;
  font-size: clamp(1.125rem, 1.071rem + 0.2vw, 1.25rem);
  line-height: 1.7;
  font-weight: var(--fw-medium);
  box-shadow: 1px 1px 1px #e7e7e738;
}
/* =========================
  slider
========================= */
.use-detail__works {
}
.use-detail__works-title {
  text-align: center;
  font-weight: var(--fw-medium);
  font-size: 24px;
  margin-bottom: 20px;
}
.use-detail__slider-wrap {
  position: relative;
  width: min(100%, 600px);
  margin: 0 auto;
}
.use-detail__caption {
  margin-top: 16px;
}
.use-detail__caption p {
  font-size: clamp(0.75rem, 0.696rem + 0.2vw, 0.875rem);
}
.use-detail__slider {
  width: 100%;
  overflow: hidden; /* ←これが重要 */
}

.use-detail__slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.use-detail__slider .swiper-slide p {
  margin-top: 22px;
  font-size: 14px;
}

/* ナビ（外に出す） */
.use-detail__prev,
.use-detail__next {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3e392d;
  color: #fff;
  transform: translateY(-50%);
}

/* 矢印アイコン */
.use-detail__prev::after,
.use-detail__next::after {
  font-size: 10px; /* ←ここでサイズ調整 */
  font-weight: 700;
}

/* 位置微調整 */
.use-detail__prev {
  left: -25px !important;
  top: 42% !important;
}
.use-detail__next {
  right: -25px !important;
  top: 42% !important;
}
.swiper-pagination-bullet-active {
  background: var(--color03);
}
.use-detail__prev::after,
.use-detail__next::after {
}

/* pagination */
.use-detail__slider .swiper-pagination {
  margin-top: 16px;
  position: static;
}

/* =========================
  SP
========================= */
@media (max-width: 830px) {
  .use-detail__intro {
    grid-template-columns: 1fr 345px;
    gap: 5px;
  }
}
/* @media (max-width: 768px) {
  .use-detail__intro {
    grid-template-columns: 1fr 345px;
    gap: 5px;
  }
} */

@media (max-width: 768px) {
  .use-detail__heading {
    margin-bottom: 22px;
  }
  .use-detail__intro {
    display: flex;
    flex-direction: column-reverse;
  }
  .use-detail__text {
  }
  .use-detail__text p {
    font-size: 14px;
    width: 100%;
  }
  .use-detail__photos {
    width: 100%;
    margin-bottom: 5px;
  }

  .use-detail__photos img:last-child {
    width: 100%;
    aspect-ratio: auto;
  }

  .use-detail__merit-list {
    display: block;
  }

  .use-detail__slider-wrap {
    width: 100%;
  }

  .use-detail__prev,
  .use-detail__next {
    width: 30px;
    height: 30px;
  }
  .use-detail__next {
    right: -15px !important;
    top: 45% !important;
  }
  .use-detail__prev {
    left: -15px !important;
    top: 45% !important;
  }
  .use-detail__merit-head {
    margin-bottom: 5px;
  }
  .use-detail__merit-list li {
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .use-detail__caption {
    margin-top: 8px;
  }
  .use-detail__slider .swiper-pagination {
    margin-top: 5px;
  }
  .use-detail__icon {
    height: auto;
    width: 124px;
  }
  .use-detail__merit-head p {
    line-height: 1;
    margin-top: 15px;
  }
}

/* =========================
  Flow
========================= */
:root {
  --green01: #266b5e;
  --green02: #6eaa8c;
  --green03: #009176;
}
.flow {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 60px;
}

.flow__bg {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.flow__bg picture,
.flow__bg img {
  display: block;
  width: 100%;
}

.flow__bg--top {
  top: 0;
}

.flow__bg--bottom {
  bottom: 0;
  background: var(--green02);
}

.flow__inner {
  position: relative;
  z-index: 2;
  background: var(--green03);
  margin-top: -1px;
  width: 100%;
}

.flow__title {
  position: relative;
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 1.232rem + 1.02vw, 2.125rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--fw-medium);
}

.flow__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: #266b5e;
  clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow__item {
  padding: 50px 0;
}

.flow__item:nth-child(1) {
  background: var(--green01);
}
.flow__item:nth-child(2) {
  background: var(--green02);
}
.flow__item:nth-child(3) {
  background: var(--green03);
}
.flow__item:nth-child(4) {
  background: var(--green01);
}

.flow__item:nth-child(5) {
  background: var(--green02);
}
.flow__content {
  width: min(90%, var(--sub-width));
  margin: 0 auto;
  text-align: center;
}
.flow__content h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 14px;
  font-size: clamp(1.125rem, 0.964rem + 0.61vw, 1.5rem) s;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: var(--fw-medium);
}

.flow__content h3 img {
  width: 35px;
  height: auto;
  object-fit: contain;
}

.flow__content p {
  margin: 0;
  padding: 30px 28px;
  border-radius: 10px;
  background: #fff;
  color: #3e392d;
  font-weight: var(--fw-regular);
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  box-shadow: 0px 5px 0 rgb(20 20 20 / 45%);
  font-size: clamp(0.875rem, 0.821rem + 0.2vw, 1rem);
}
@media (max-width: 830px) {
  .flow__title {
    height: 105px;
  }
}

@media (max-width: 768px) {
  .flow {
    padding: 0 0 50px 0;
  }
  .flow__item {
    padding: 28px 5%;
  }

  .flow__content {
    width: 100%;
  }

  .flow__content h3 {
    gap: 8px;
  }

  .flow__content h3 img {
    width: 36px;
    height: 29px;
  }
  .flow__content p {
    padding: 25px 18px;
    border-radius: 15px;
  }
  .flow__title {
    margin-bottom: 8px;
    height: 140px;
  }
}
/* =========================
  Company
========================= */

.company {
  background: #fcf5e6;
  padding-top: clamp(4.688rem, 2.679rem + 7.65vw, 9.375rem);
}

.company__inner {
  width: min(90%, var(--sub-width));
  margin: 0 auto;
}

.company__title {
  margin: 0 0 30px;
  font-size: clamp(1.5rem, 1.286rem + 0.82vw, 2rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.company__list {
  margin: 0;
  border-top: 0.5px solid #3e392d;
}

.company__row {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 0.5px solid #3e392d;
}

.company__row dt,
.company__row dd {
  margin: 0;
  padding: 20px 0;
  font-size: clamp(0.75rem, 0.696rem + 0.2vw, 0.875rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.company__row dt {
  padding-left: 86px;
}

.company__row dd {
}

.company__row dd a {
  color: inherit;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.696rem + 0.2vw, 0.875rem);
}

.company__kana {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(0.5rem, 0.446rem + 0.2vw, 0.625rem);
  line-height: 1;
}

@media (max-width: 768px) {
  .company {
    padding: 0 0px 65px;
  }
  .company__kana {
    margin-bottom: 0px;
  }
  .company__inner {
    width: min(90%, var(--max-width));
  }

  .company__title {
    margin-bottom: 30px;
  }

  .company__row {
    grid-template-columns: 118px 1fr;
  }

  .company__row dt,
  .company__row dd {
    padding: 12px 0;
    line-height: 1.8;
  }

  .company__row dt {
    padding-left: 21px;
  }

  .company__kana {
  }
}

/* =========================
  FAQ
========================= */

.faq {
  background: #fcf5e6;
  color: #3e392d;
  padding-top: clamp(4.688rem, 2.679rem + 7.65vw, 9.375rem);
}

.faq__inner {
  width: min(90%, var(--sub-width));
  margin: 0 auto;
}

.faq__title {
  margin: 0 0 28px;
  font-size: clamp(1.5rem, 1.286rem + 0.82vw, 2rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.faq__item {
  background: transparent;
}

.faq__item + .faq__item {
  margin-top: 34px;
}

.faq__trigger {
  width: 100%;
  min-height: 42px;
  border: none;
  border-bottom: 0.5px solid #3e392d;
  background: transparent;
  color: #3e392d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 22px;
  font-family: inherit;
  cursor: pointer;
}
.faq__trigger span:first-child {
  display: flex;
  align-items: baseline;
  gap: 18px;
  width: 100%;
  color: #3e392d;
  font-weight: var(--fw-regular);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: clamp(0.875rem, 0.821rem + 0.2vw, 1rem);
}
.faq__trigger em,
.faq__body em {
  flex-shrink: 0;
  color: #3e392d;
  font-style: normal;
  font-size: clamp(1.125rem, 0.964rem + 0.61vw, 1.5rem);
  font-weight: var(--fw-regular);
  line-height: 1.8;
}

.faq__body em {
  color: var(--color03);
}

.faq .accordion-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.faq .accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #3e392d;
  border-bottom: 1.5px solid #3e392d;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.faq .accordion-item.is-open .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.faq .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq .accordion-item.is-open .accordion-content {
  grid-template-rows: 1fr;
}

.faq .accordion-body {
  overflow: hidden;
  padding: 0 22px;
}

.faq .accordion-item.is-open .accordion-body {
  padding: 14px 22px 8px;
}

.faq__body p {
  display: flex;
  gap: 18px;
  margin: 0;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.1em;
  align-items: baseline;
  font-size: clamp(0.875rem, 0.821rem + 0.2vw, 1rem);
}

@media (max-width: 768px) {
  .faq {
    padding: 34px 10px 58px;
  }

  .faq__title {
    margin-bottom: 20px;
  }

  .faq__item + .faq__item {
    margin-top: 28px;
  }

  .faq__trigger {
    min-height: 44px;
    padding: 6px 2px;
  }

  .faq__trigger span:first-child {
    gap: 8px;
  }

  .faq__trigger em,
  .faq__body em {
    font-weight: var(--fw-semibold);
  }

  .faq .accordion-body {
    padding: 0 2px;
  }

  .faq .accordion-item.is-open .accordion-body {
    padding: 12px 2px 4px;
  }

  .faq__body p {
    gap: 8px;
    line-height: 2;
  }
}

/* =========================
  Contact
========================= */
.contact-wrap {
  position: relative;
  overflow: hidden;
  background: #fcf5e6;
  padding-top: clamp(4.688rem, 2.679rem + 7.65vw, 9.375rem);
}

.contact {
  position: relative;
  background: #70ad8f;
  color: #fff;
  padding: 120px 20px 72px;
  margin-top: 70px;
  overflow: visible;
  isolation: isolate;
}

.contact::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -70px;
  width: 100%;
  height: 140px;
  background: #70ad8f;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: translateX(-50%) scaleX(1.4);
  transform-origin: center top;
  z-index: -1;
}

.contact__inner {
  position: relative;
  z-index: 2;
  width: min(90%, var(--sub-width));
  margin: 0 auto;
}

.contact__title {
  margin: 0 0 24px;
  font-size: clamp(1.5rem, 1.286rem + 0.82vw, 2rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact__form p {
  margin: 0 0 20px;
}
.contact__form label {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.821rem + 0.2vw, 1rem);
}

.contact__form .required,
.contact__form .must {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 14px;
  margin-left: 7px;
  padding: 5px 10px;
  letter-spacing: 1px;
  border-radius: 999px;
  background: #3e392d;
  color: #fff;
  font-size: 10px;
  font-weight: var(--fw-regular);
  line-height: 1;
  margin-bottom: 11px;
}

.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="tel"],
.contact__form textarea,
.contact__form select {
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #3e392d;
  border-radius: 5px;
  background: #fff;
  color: #3e392d;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.contact__form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact__form input[type="submit"],
.contact__form button[type="submit"],
.contact__form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  min-height: 36px;
  margin: 26px auto 0;
  border: none;
  border-radius: 0;
  background: #3e392d;
  color: #fff;
  font-size: 13px;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  letter-spacing: 0.3em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact__form input[type="submit"]:hover,
.contact__form button[type="submit"]:hover,
.contact__form .wpcf7-submit:hover {
  opacity: 0.75;
}

.contact form input[type="submit"],
.contact form button {
  font-size: clamp(1rem, 0.946rem + 0.2vw, 1.125rem) !important;
}
.contact form input[type="submit"],
.contact form button {
  width: 150px !important;
}
.contact form label {
  color: var(--txt_white) !important;
  font-weight: var(--fw-regular) !important;
}
.contact__form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.contact__form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: var(--fw-regular);
}

.contact__form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px;
  border-color: #fff;
  color: #fff;
  line-height: 1.8;
}
.wpcf7-turnstile {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .contact {
    padding: 65px 20px 65px;
  }
}
@media (max-width: 830px) {
  .contact {
    padding: 84px 15px 44px;
    margin-top: 45px;
  }
  .contact__title {
    margin: 0 0 35px;
  }
  .contact::before {
    top: -45px;
    height: 90px;
    transform: translateX(-50%) scaleX(1.6);
  }

  .contact {
    padding: 18px 15px 45px;
    margin-top: 45px;
  }

  .contact__form p {
    margin-bottom: 18px;
  }

  .contact__form input[type="text"],
  .contact__form input[type="email"],
  .contact__form input[type="tel"],
  .contact__form textarea,
  .contact__form select {
    min-height: 27px;
  }

  .contact__form input[type="submit"],
  .contact__form button[type="submit"],
  .contact__form .wpcf7-submit {
    width: 96px;
    min-height: 32px;
    margin-top: 26px;
  }
}
