/* ==========================================================================
   DH VALISE — PC (design canvas 1366px)
   1rem = 10 design px
   ========================================================================== */

/* ==========================================================================
   共通パーツ
   ========================================================================== */

/* --- CTA ---------------------------------------------------------------- */
.cta { position: relative; }

.cta__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 6rem;
  margin-inline: auto;
  border: .3rem solid var(--cta-from);
  border-radius: 10rem;
  background: var(--white);
  font-family: var(--gothic);
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.3rem;
  text-align: center;
  color: var(--ink);
}

.cta__above {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4.02rem;
  text-align: center;
  color: var(--ink);
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 55rem;
  height: 10rem;
  margin-inline: auto;
  border-radius: .7rem;
  background: linear-gradient(82deg, var(--cta-from) 5.5%, var(--cta-to) 94.5%);
  color: var(--white);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.cta__btn:hover,
.cta__btn:focus-visible {
  transform: translateY(-.2rem);
  filter: saturate(1.06) brightness(1.03);
  box-shadow: 0 .8rem 2rem rgba(206, 92, 121, .28);
}

.cta__btn-text {
  font-family: var(--mincho);
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3rem;
  letter-spacing: .13rem;
  white-space: nowrap;
}

.cta__arrow {
  flex: none;
  width: 2.6rem;
  height: 1rem;
  background: currentColor;
  -webkit-mask: var(--arrow) no-repeat center / 100% 100%;
          mask: var(--arrow) no-repeat center / 100% 100%;
  transition: transform .25s ease;
}
.cta__btn:hover .cta__arrow { transform: translateX(.4rem); }

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 10rem;
}

.header__bar { position: absolute; inset: 0; background: var(--tan); }

.header__inner {
  position: relative;
  width: 136.6rem;
  height: 100%;
  margin-inline: auto;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
}
.header__logo img { width: 100%; height: 100%; object-fit: cover; }

.header__nav {
  position: absolute;
  right: .4rem;
  top: 3rem;
  display: flex;
  gap: 1.9rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.87rem;
  color: var(--white);
}
.header__nav a { display: block; text-align: center; transition: opacity .2s ease; }
.header__nav a:nth-child(1) { width: 31.7rem; }
.header__nav a:nth-child(2) { width: 26.4rem; }
.header__nav a:hover { opacity: .72; }

.header__burger { display: none; }

/* --- グローバルナビ（SP 専用） ------------------------------------------- */
.gnav { display: none; }

/* ==========================================================================
   FV
   ========================================================================== */
.fv {
  position: relative;
  height: 76.8rem;
  overflow: hidden;
}

.fv__bg { position: absolute; inset: 0; z-index: 0; }
.fv__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.fv__inner {
  position: relative;
  z-index: 1;
  width: 136.6rem;
  height: 100%;
  margin-inline: auto;
}

/* --- バッジ -------------------------------------------------------------- */
.fv__badge {
  position: absolute;
  left: 18.6rem;
  top: 13.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56rem;
  height: 4.8rem;
  border: .05rem solid var(--white);
  border-radius: 2.5rem;
  background: rgba(179, 148, 99, .8);
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3rem;
  color: var(--white);
  text-shadow: .2rem .2rem .5rem rgba(0, 0, 0, .25);
}

/* --- キャッチコピー ------------------------------------------------------ */
.fv__copy {
  position: absolute;
  left: 18.6rem;
  top: 19.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  font-family: var(--mincho);
  font-weight: 700;
}

/* 変更（2026-09-24）: 白帯の左右に均等な余白を入れた。
   元は width 固定＋ justify-content:flex-start で、文字が白帯の左端に
   ぴったり付いていた（左 0px / 右 12.5px）。
   width:fit-content にして padding-inline を持たせることで、
   文字量が変わっても常に左右同じ余白になる。
   1.3rem は .learn__h2 の白帯が元から持っている余白（12.3px）に合わせた値。 */
.fv__copy-l1,
.fv__copy-l2 {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  padding-inline: 1.3rem;
  background: var(--white);
  box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, .25);
}

.fv__copy-l1 {
  height: 8rem;
  align-items: center;
}
.fv__copy-l1 span,
.fv__copy-l2 span { white-space: nowrap; }

.fv__copy-l1 span {
  font-size: 6.4rem;
  line-height: 7.7rem;
  letter-spacing: .32rem;
  color: var(--ink);
}

.fv__copy-l2 { height: 8.6rem; align-items: flex-start; }
.fv__copy-l2 span {
  font-size: 7rem;
  line-height: 7.5rem;
  letter-spacing: .21rem;
  color: var(--gold);
}
.fv__copy-l2 i { font-style: normal; letter-spacing: -1.61rem; }

/* --- リード文 ------------------------------------------------------------ */
.fv__lead {
  position: absolute;
  left: 30.5rem;
  top: 40.7rem;
  width: 45.7rem;
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
  color: var(--ink);
  text-shadow: .2rem .2rem 1rem var(--white), .2rem .2rem 1rem var(--white);
}
.fv__lead p + p { margin-top: 3rem; }

.fv__deco {
  position: absolute;
  left: -19.4rem;
  top: -7.8rem;
  z-index: -1;
  width: 20.63rem;
  height: 20.63rem;
}
.fv__deco-sp,
.fv__deco-sp2 { display: none; }

/* --- メインビジュアル ---------------------------------------------------- */
.fv__visual {
  position: absolute;
  left: 82.4rem;
  top: 14.8rem;
  width: 37.9rem;
  height: 62rem;
}
.fv__visual img { width: 100%; height: 100%; object-fit: cover; }

.fv__name {
  position: absolute;
  left: 23.6rem;
  top: 49.3rem;
  display: flex;
  align-items: center;
  width: 22rem;
  height: 8rem;
  padding: 1rem 3.8rem 1rem 2.5rem;
  background: rgba(251, 247, 239, .6);
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--ink);
}

/* --- CTA ---------------------------------------------------------------- */
.fv__cta { position: absolute; left: 22.6rem; top: 58.1rem; width: 55rem; }
.fv__cta .cta__label { position: relative; z-index: 2; margin-bottom: -1.6rem; }


/* ==========================================================================
   セクション2 — お悩み
   ========================================================================== */
.worry {
  position: relative;
  height: 76.8rem;
  background: linear-gradient(126.6deg, #C5B491 10.5%, #FBF7EF 89.2%);
}

.worry__h2bg { display: none; }

.worry__h2 {
  position: absolute;
  left: var(--gut);
  top: 2.9rem;
  width: 136.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5.8rem;
  letter-spacing: .168rem;
  text-align: center;
  color: var(--ink);
  text-shadow: .4rem .4rem 1rem var(--white), .4rem .4rem 1rem var(--white);
}
.worry__h2 em {
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: .192rem;
  color: var(--gold);
}
.worry__h2 i { font-style: normal; letter-spacing: -1.344rem; }

/* --- 白カード（右上・左下を斜めにカット） -------------------------------- */
.worry__card {
  position: absolute;
  left: calc(var(--gut) + 5rem);
  top: 17.3rem;
  width: 126.6rem;
  height: 42rem;
  background: var(--white);
  clip-path: polygon(
    0 0,
    calc(100% - 6.9rem) 0,
    100% 6.35rem,
    100% 100%,
    6.9rem 100%,
    0 calc(100% - 6.35rem)
  );
}

.worry__list {
  position: absolute;
  left: 7.6rem;
  top: 5.8rem;
  width: 76.9rem;
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.3rem;
  color: var(--ink);
}

.worry__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 4rem;
}
.worry__list li + li { margin-top: 4.8rem; }

/* 項目間の点線 */
.worry__list li + li::before {
  content: "";
  position: absolute;
  left: 3.7rem;
  top: -2.4rem;
  width: 69.5rem;
  height: .1rem;
  background: repeating-linear-gradient(to right,
              var(--tan) 0 .35rem, transparent .35rem .7rem);
}

.worry__list img { flex: none; width: 4.3rem; height: 4rem; object-fit: contain; }

.worry__photo {
  position: absolute;
  left: 89.8rem;
  top: 5.8rem;
  display: block;
  width: 33rem;
  height: 36.3rem;
  -webkit-mask-image: linear-gradient(180deg, #000 93%, transparent 102%);
          mask-image: linear-gradient(180deg, #000 93%, transparent 102%);
}
.worry__photo img { width: 100%; height: 100%; object-fit: cover; }

.worry__msg {
  position: absolute;
  left: calc(var(--gut) + 20.8rem);
  top: 62.4rem;
  width: 95rem;
  height: 12.8rem;
  padding: 1.7rem 0 1.7rem 12rem;
  border-top: .1rem solid var(--gold);
  border-bottom: .1rem solid var(--gold);
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 4.6rem;
  letter-spacing: .17rem;
  text-align: left;
  color: var(--ink);
  text-shadow: .2rem .2rem 1rem var(--white), .2rem .2rem 1rem var(--white);
}

/* ==========================================================================
   セクション3 — 未来のための学び
   ========================================================================== */
.learn {
  position: relative;
  height: 77rem;
  margin-top: -.2rem;
  background: linear-gradient(63deg, #C5B491 1.6%, #FBF7EF 84%);
}

.learn__h2 {
  position: absolute;
  left: calc(var(--gut) + 9.4rem);
  top: 10.1rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  align-items: flex-start;
  width: 42rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5rem;
  color: var(--gold);
}
.learn__h2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  background: var(--white);
}
.learn__h2 > span:nth-child(1) { width: 38.6rem; }
.learn__h2 > span:nth-child(2) { width: 42rem; }
.learn__h2 i { font-style: normal; text-shadow: .1rem .1rem .4rem rgba(0, 0, 0, .25); }

.learn__photo {
  position: absolute;
  z-index: 2;
  left: calc(var(--gut) + 72.6rem);
  top: 7.2rem;
  width: 61rem;
  height: 41rem;
  padding: .5rem;
  background: var(--white);
}
.learn__photo img { width: 100%; height: 100%; object-fit: cover; }

.learn__body {
  position: absolute;
  left: calc(var(--gut) + 3rem);
  top: 26.2rem;
  display: flex;
  align-items: flex-start;
  width: 85rem;
  height: 48rem;
  padding: 5.6rem 0 0 2.4rem;
  background: var(--white);
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 5.4rem;
  color: var(--ink);
}

/* ==========================================================================
   セクション4 — 4日間の流れ
   ========================================================================== */
.flow {
  position: relative;
  height: 76.8rem;
  background: var(--white);
}

.flow__h2 {
  position: absolute;
  left: var(--gut);
  top: 3.8rem;
  width: 136.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ink);
}

.flow__list {
  position: absolute;
  left: calc(var(--gut) + 2.8rem);
  top: 12.4rem;
  width: 130.9rem;
  height: 45rem;
}

.flow__item { position: absolute; top: 0; width: 28rem; height: 45rem; }
.flow__item--1 { left: 0; }
.flow__item--2 { left: 34.4rem; }
.flow__item--3 { left: 68.6rem; }
.flow__item--4 { left: 103rem; }

/* カード枠 */
.flow__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.9rem;
  width: 100%;
  height: 40rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 0 0 .5rem var(--day);
}
.flow__item--1 { --day: var(--day-1); }
.flow__item--2 { --day: var(--day-2); --arrow-color: var(--day-1); }
.flow__item--3 { --day: var(--day-3); --arrow-color: var(--day-2); }
.flow__item--4 { --day: var(--day-4); --arrow-color: var(--day-3); }

/* Day バッジ */
.flow__day {
  position: absolute;
  left: 9rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--day);
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--white);
}
.flow__day em { font-style: normal; }
.flow__item--2 .flow__day { font-size: 2.4rem; }

/* アイコン */
.flow__icon { position: absolute; left: 50%; z-index: 1; object-fit: contain; }
.flow__item--1 .flow__icon { top: 14rem;   width: 6.6rem;  height: 10.5rem; margin-left: -3.3rem; }
.flow__item--2 .flow__icon { top: 15.5rem; width: 10.8rem; height: 8.3rem;  margin-left: -5.4rem; }
.flow__item--3 .flow__icon { top: 14.1rem; width: 9.3rem;  height: 9.3rem;  margin-left: -4.65rem; }
.flow__item--4 .flow__icon { top: 14rem;   width: 9rem;    height: 9.3rem;  margin-left: -4.5rem; }

.flow__text {
  position: absolute;
  left: 0;
  top: 27.4rem;
  z-index: 1;
  width: 100%;
  font-family: var(--gothic);
}
.flow__text h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: center;
  color: var(--ink);
}
.flow__text p {
  width: 18rem;
  margin: 2.7rem auto 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.3rem;
  color: var(--ink);
}

/* カード間の三角 */
.flow__item + .flow__item::after {
  content: "";
  position: absolute;
  left: -5rem;
  top: 21.7rem;
  width: 3.5rem;
  height: 3.3rem;
  background: var(--arrow-color);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.flow__cta { position: absolute; left: var(--gut); top: 63rem; width: 136.6rem; }

/* ==========================================================================
   セクション5 — 自分の暮らしに置き換えて考える学び
   ========================================================================== */
.work {
  position: relative;
  height: 76.8rem;
  background: var(--cream);
}

.work__material {
  position: absolute;
  left: calc(var(--gut) + 58.7rem);
  top: 0;
  width: 78rem;
  height: 52rem;
}
.work__material img { width: 100%; height: 100%; object-fit: cover; }
.work__material figcaption {
  position: absolute;
  left: 57.6rem;
  top: 51.9rem;
  width: 19.8rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ink);
}

.work__h2 {
  position: absolute;
  left: var(--gut);
  top: 9.4rem;
  width: 53.8rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5rem;
  text-align: right;
  color: var(--ink);
}

.work__sub {
  position: absolute;
  left: var(--gut);
  top: 27rem;
  width: 53.8rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: right;
  color: var(--gold);
  text-shadow: .1rem .1rem .4rem rgba(0, 0, 0, .25);
}

.work__list {
  position: absolute;
  left: calc(var(--gut) + 2.4rem);
  top: 34.3rem;
  display: flex;
  gap: 2rem;
  width: 79rem;
}
.work__item { width: 25rem; }

.work__item-photo {
  position: relative;
  display: block;
  width: 25rem;
  height: 28.8rem;
  border-radius: 12rem 12rem 0 0;
  overflow: hidden;
}
.work__item-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: .2rem solid var(--white);
  border-radius: inherit;
}
.work__item-photo img { width: 100%; height: 100%; object-fit: cover; }

.work__item-text { margin-top: 1.6rem; }
.work__item-text h3 {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.5rem;
  text-align: center;
  color: var(--ink);
}
.work__item-text p { display: none; }

.work__note {
  position: absolute;
  left: calc(var(--gut) + 87.9rem);
  top: 57.9rem;
  width: 41.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: var(--gold);
}

/* ==========================================================================
   セクション6 — 代表の想い
   ========================================================================== */
.profile {
  position: relative;
  height: 76.8rem;
}

.profile__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.profile__bg img { width: 100%; height: 100%; object-fit: cover; }

.profile__h2 {
  position: absolute;
  z-index: 2;
  left: var(--gut);
  top: 5rem;
  width: 136.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ink);
}
.profile__h2 span {
  display: block;
  margin-top: .6rem;
  font-size: 1.9rem;
  line-height: 3rem;
}

.profile__card {
  position: absolute;
  z-index: 1;
  left: calc(var(--gut) + 3rem);
  top: 13.4rem;
  width: 130.6rem;
  height: 63.4rem;
}
/* 白い下地（コンテンツより 76px 下から 520px ぶん） */
.profile__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.6rem;
  width: 100%;
  height: 52rem;
  background: var(--white);
}

.profile__photo {
  position: absolute;
  left: 84.1rem;
  top: 0;
  width: 44.4rem;
  height: 66.6rem;
  -webkit-mask-image: linear-gradient(180deg, #000 69%, transparent 84%);
          mask-image: linear-gradient(180deg, #000 69%, transparent 84%);
}
.profile__photo img { width: 100%; height: 100%; object-fit: cover; }

.profile__lead {
  position: absolute;
  left: 3.5rem;
  top: 12.4rem;
  display: flex;
  align-items: center;
  width: 87rem;
  height: 5rem;
  padding: 0 1rem;
  background: var(--gold);
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 2.6rem;
  color: var(--white);
}

.profile__body {
  position: absolute;
  left: 7.8rem;
  top: 21.8rem;
  width: 70.4rem;
  font-family: var(--gothic);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 4rem;
  color: var(--ink);
}
.profile__body p + p { margin-top: 1rem; }

.profile__name {
  position: absolute;
  left: 78.1rem;
  top: 51.9rem;
  z-index: 2;
  width: 34rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 4.4rem;
  color: var(--gold-deep);
}

/* ==========================================================================
   セクション7 — 受講方法
   ========================================================================== */
.howto {
  position: relative;
  height: 71.5rem;
  margin-top: 5rem;
  background: var(--white);
}

.howto__h2 {
  position: absolute;
  left: var(--gut);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136.6rem;
  height: 5.1rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 2rem;
  color: var(--ink);
}

.howto__deco {
  position: absolute;
  left: calc(var(--gut) + 89.3rem);
  top: 2.6rem;
  width: 40rem;
  height: 17.7rem;
  object-fit: contain;
}
.howto__deco-sp { display: none; }

.howto__sub {
  position: absolute;
  left: calc(var(--gut) + 13.3rem);
  top: 13.1rem;
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 3rem;
  line-height: 4.4rem;
  letter-spacing: .15rem;
  color: var(--ink);
}
.howto__sub em {
  font-family: var(--mincho);
  font-style: normal;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: .24rem;
  color: var(--cta-from);
}

.howto__list {
  position: absolute;
  left: calc(var(--gut) + 7.3rem);
  top: 22.7rem;
  display: flex;
  gap: 2.5rem;
  width: 122rem;
}

.howto__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 39rem;
  height: 23rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 0 0 .3rem var(--tan-line);
}

.howto__item h3 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: var(--ink);
}

.howto__icon {
  display: grid;
  place-items: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(220, 203, 170, .8);
}
.howto__icon img { object-fit: contain; }

.howto__val { text-align: center; }
.howto__cap {
  font-family: var(--gothic);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  color: var(--ink);
}
.howto__num {
  margin-top: 1rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 3rem;
  white-space: nowrap;
  color: var(--gold);
}
.howto__item:last-child .howto__num { font-size: 3.4rem; }

.howto__cta { position: absolute; left: var(--gut); top: 51.4rem; width: 136.6rem; }
.howto__cta .cta__above { margin-bottom: 1.5rem; }

/* ==========================================================================
   セクション8 — 個別相談
   ========================================================================== */
.consult {
  position: relative;
  height: 76.8rem;
  margin-top: .3rem;
  background: var(--cream-2);
}

.consult__photo {
  position: absolute;
  left: var(--gut);
  top: 0;
  width: 64rem;
  height: 42.7rem;
}
.consult__photo img { width: 100%; height: 100%; object-fit: cover; }
.consult__photo figcaption {
  position: absolute;
  left: 1.3rem;
  top: 34.9rem;
  width: 19.8rem;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ink);
}

.consult__h2 {
  position: absolute;
  left: calc(var(--gut) + 64rem);
  top: 6.8rem;
  width: 69.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.8rem;
  letter-spacing: .072rem;
  text-align: right;
  color: var(--ink);
}

.consult__lead {
  position: absolute;
  left: calc(var(--gut) + 64rem);
  top: 27rem;
  width: 69.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 4.5rem;
  text-align: right;
  color: var(--gold);
}

.consult__steps {
  position: absolute;
  left: calc(var(--gut) + 12rem);
  top: 40.2rem;
  display: flex;
  gap: 2.3rem;
  width: 109.6rem;
}

.consult__step {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "icon no"
    "icon text";
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  row-gap: 1.5rem;
  width: 35rem;
  height: 20rem;
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: 0 0 0 .3rem var(--tan-line);
}

.consult__step-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(220, 203, 170, .8);
}
.consult__step-icon img { object-fit: contain; }

.consult__step-no,
.consult__step-text { font-family: var(--mincho); font-weight: 600; white-space: nowrap; }

.consult__step-no {
  grid-area: no;
  align-self: end;
  font-size: 2rem;
  line-height: 3.2rem;
  color: var(--gold);
}
.consult__step-no em { font-style: normal; font-size: 2.6rem; }

.consult__step-text {
  grid-area: text;
  align-self: start;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: var(--ink);
}

.consult__cta { position: absolute; left: calc(var(--gut) + 38.4rem); top: 63.5rem; width: 55rem; }

/* ==========================================================================
   セクション9 — よくあるご質問
   ========================================================================== */
.faq { position: relative; height: 76.8rem; }

.faq__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.faq__bg img { width: 100%; height: 100%; object-fit: cover; }

.faq__h2 {
  position: absolute;
  z-index: 1;
  left: var(--gut);
  top: 5rem;
  width: 136.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ink);
}
.faq__h2 span {
  display: block;
  margin-top: 1.3rem;
  font-size: 2.1rem;
  line-height: 3rem;
}

.faq__list {
  position: absolute;
  z-index: 1;
  left: calc(var(--gut) + 7.2rem);
  top: 15rem;
  width: 122.2rem;
  height: 58rem;
  padding: 5.1rem 0 0 11.4rem;
  border-radius: 1.5rem;
  background: var(--white);
  font-family: var(--gothic);
  color: var(--ink);
}

.faq__item { padding-bottom: 2.1rem; }
.faq__item + .faq__item { margin-top: 2.5rem; }
.faq__item:not(:last-child) {
  background-image: repeating-linear-gradient(to right,
                    var(--tan) 0 .3rem, transparent .3rem .7rem);
  background-repeat: no-repeat;
  background-position: .1rem 100%;
  background-size: 99rem .1rem;
}

.faq__item dt { font-weight: 500; font-size: 2rem; line-height: 2rem; }
.faq__item dd {
  margin-top: 1.5rem;
  padding-left: 2.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}
.faq__item:last-child dd { line-height: 2.2rem; }

/* ==========================================================================
   フッター
   ========================================================================== */
.footer__top { position: relative; height: 63.8rem; }

.footer__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.footer__bg img { width: 100%; height: 100%; object-fit: cover; }

.footer__content {
  position: absolute;
  z-index: 1;
  left: calc(var(--gut) + 32.3rem);
  top: 5.9rem;
  width: 72rem;
}

.footer__h2 {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.75rem;
  text-align: center;
  color: var(--gold);
}

.footer__lead {
  margin-top: 4rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.6rem;
  text-align: center;
  color: var(--ink);
}

.footer__cta { margin-top: 10rem; }

.footer__bottom { height: 13rem; background: var(--cream); }

.footer__bottom-inner {
  position: relative;
  width: 136.6rem;
  height: 100%;
  margin-inline: auto;
}

.footer__logo {
  position: absolute;
  left: 103.6rem;
  top: 0;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
}

.footer__meta {
  position: absolute;
  left: 21.2rem;
  top: 2.4rem;
  display: grid;
  grid-template-columns: 25.5rem 31.1rem auto;
  grid-template-rows: 2.3rem 2.3rem;
  row-gap: 1.3rem;
  width: 72.6rem;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: var(--ink);
}
.footer__meta > :nth-child(1) { grid-area: 1 / 1; }
.footer__meta > :nth-child(3) { grid-area: 1 / 2; }
.footer__meta > :nth-child(4) { grid-area: 1 / 3; }
.footer__meta > .footer__owner { grid-area: 2 / 1; }
.footer__meta a { transition: opacity .2s ease; }
.footer__meta a:hover { opacity: .6; }

.footer__copy {
  position: absolute;
  left: 0;
  top: 10.7rem;
  width: 100%;
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: center;
  color: var(--ink);
}
