/*
Theme Name: Hijiri Gyoseishoshi Office
Theme URI: https://example.com/hijiri/
Author: Hijiri Gyoseishoshi Office
Description: 行政書士 聖法務事務所(整体院・美容サロン向け補助金申請サポート)用WordPressテーマ。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hijiri
Tags: business, blog, custom-menu, custom-logo, featured-image, threaded-comments, translation-ready
*/

/* ============================================
   行政書士 聖法務事務所 — ファーストビュー
============================================ */
:root {
  --navy: #1a2a52;
  --navy-dark: #0f1a36;
  --navy-light: #2a3a64;
  --gold: #c9a96a;
  --gold-light: #e2c890;
  --gold-pale: #f5ecd6;
  --leaf: #7a9b6a;
  --bg: #faf6ee;
  --bg-soft: #f5efe2;
  --text: #5b2121;
  --text-sub: #6a6a6a;
  --border: #e6dcc4;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: clip; -webkit-text-size-adjust: 100%; }
html, body { height: 100%; }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  width: 100%;
}
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ============================================
   Header
============================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee5d3;
}
.header__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}
.header__logo-tag {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: .15em;
}
.header__logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo-mark {
  display: block;
  flex-shrink: 0;
  height: 56px;
  width: auto;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.header__logo-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .25em;
}
.header__logo-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: .04em;
  margin-top: 4px;
}

.header__nav { margin-left: auto; }
.header__nav-list {
  display: flex;
  align-items: center;
}
.header__nav-top { display: none; }
.header__nav-list li {
  position: relative;
}
.header__nav-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #d8c8a4;
}
.header__nav-list a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: .04em;
  transition: color .2s;
}
.header__nav-list a:hover { color: var(--gold); }

.header__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  padding: 14px 56px 18px;
  border-radius: 50px;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 6px 18px rgba(26,42,82,.3);
  transition: background .2s, transform .2s;
  min-width: 280px;
}
.header__cta:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
}
.header__cta-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .14em;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  padding: 4px 20px;
  border-radius: 999px;
  margin-bottom: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.header__cta-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__cta-text {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
}
.header__cta-arrow {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  margin-left: 4px;
  line-height: 1;
}

.header__burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  z-index: 200;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header__burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--navy);
  transition: transform .25s ease, opacity .25s ease;
}
.header__burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.header__burger.is-open span:nth-child(2) { opacity: 0; }
.header__burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
body.is-menu-open { overflow: hidden; }

/* ============================================
   Hero
============================================ */
.hero {
  position: relative;
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  overflow: hidden;
  min-height: 720px;
}
/* スライドコンテナ */
.hero__slides {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 1100px;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}
.hero__slide[data-slide="0"] { background-image: url('images/fv-main-person1.png'); }
.hero__slide[data-slide="1"] { background-image: url('images/fv-main-person2.png'); }
.hero__slide[data-slide="2"] { background-image: url('images/fv-main-person3.png'); }
.hero__slide.is-active { opacity: 1; }

/* ドットナビ(.hero直下、最前面に配置) */
.hero__dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  display: flex;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255,255,255,.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.hero__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(26,42,82,.3);
  border: 1.5px solid var(--navy);
  cursor: pointer;
  padding: 0;
  transition: background .25s, transform .25s;
}
.hero__dot:hover {
  background: rgba(26,42,82,.5);
  transform: scale(1.15);
}
.hero__dot.is-active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.2);
  box-shadow: 0 2px 6px rgba(201,169,106,.4);
}
/* 左側に白いグラデを重ねてテキストを読みやすく */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,.95) 22%,
    rgba(255,255,255,.65) 38%,
    rgba(255,255,255,0) 55%);
  z-index: 1;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding: 140px 32px 0;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 左:コピー */
.hero__copy {
  position: relative;
  padding-top: 20px;
  max-width: 60%;
}
.hero__tag {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 30px;
}

.hero__headline {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.55;
  letter-spacing: .04em;
  color: var(--navy);
  margin-bottom: 18px;
}
.hero__line {
  display: block;
  position: relative;
  z-index: 2;
}
.hero__em {
  color: var(--gold);
  font-style: normal;
  font-size: 1.18em;
  font-weight: 700;
}

.hero__script {
  position: absolute;
  right: -10px;
  bottom: 30px;
  width: clamp(220px, 26vw, 360px);
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: .9;
  transform: rotate(-6deg);
  transform-origin: right bottom;
}

/* 認定バッジ画像 */
.hero__badge-img {
  position: absolute;
  right: 30px;
  top: 35%;
  transform: translateY(-55%);
  width: 260px;
  height: auto;
  z-index: 3;
  filter: drop-shadow(0 12px 28px rgba(26,42,82,.2));
  pointer-events: none;
}

/* 5つの特徴(全コンテンツを円の中に収める) */
.hero__features {
  margin-top: 40px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  max-width: 1100px;
}
.feature {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #fefaef 0%, #f5ecd6 100%);
  border: 1px solid var(--gold-light);
  box-shadow: 0 6px 22px rgba(201,169,106,.25), inset 0 0 30px rgba(201,169,106,.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12% 10%;
  gap: 4px;
  transition: transform .25s, box-shadow .25s;
}
.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(201,169,106,.4), inset 0 0 30px rgba(201,169,106,.08);
}
.feature__icon {
  width: 44%;
  max-width: 70px;
  height: auto;
  display: block;
  margin-bottom: 4px;
}
.feature__lead {
  font-size: clamp(10px, .82vw, 12px);
  color: var(--text);
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 500;
}
.feature__main {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: .06em;
  line-height: 1.3;
}

/* お悩みセクション */
.worries {
  background: linear-gradient(180deg, #fff 0%, #faf6ee 100%);
  padding: 80px 0 80px;
}
.worries__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.worries__header {
  text-align: center;
  margin-bottom: 50px;
}
.worries__label-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
}
.worries__label-dots {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 4px;
  line-height: 1;
}
.worries__label-row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.worries__label-line {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: var(--navy);
}
.worries__label-text {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: .14em;
}
.worries__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .04em;
  margin: 0;
}
.worries__title-line { display: block; }
.worries__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.worries__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.worry {
  background: #fff;
  border-radius: 4px;
  padding: 32px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(26,42,82,.06);
  border: 1px solid rgba(201,169,106,.18);
}
.worry__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.worry__icon {
  display: block;
  height: 72px;
  width: auto;
}
.worry__lead {
  font-size: 13px;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0;
}
.worry__main {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1100px) {
  .worries { padding: 64px 0 64px; }
  .worries__list { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .worries__title { font-size: 24px; }
}
@media (max-width: 720px) {
  .worries { padding: 48px 0 56px; }
  .worries__inner { padding: 0 20px; }
  .worries__header { margin-bottom: 32px; }
  .worries__label-line { width: 40px; }
  .worries__label-text { font-size: 13px; letter-spacing: .08em; }
  .worries__title { font-size: 18px; line-height: 1.6; }
  .worries__list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .worry { padding: 22px 12px 18px; gap: 12px; }
  .worry__icon { height: 56px; }
  .worry__lead { font-size: 11px; }
  .worry__main { font-size: 14px; }
}

/* 補助金活用メリット セクション */
.appeal {
  background: #fff;
  padding: 0px 0 90px;
}

/* ヒーロー部分 */
.appeal__hero {
  position: relative;
  margin: 0 0 -160px;
  padding-top: 60px;
  padding-bottom: 200px;
  padding-right: 0;
  padding-left: max(60px, calc((100vw - 1680px) / 2 + 60px));
  min-height: 680px;
  background-image: url('images/fv-main-person6.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.appeal__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, #fff 0%, rgba(255,255,255,.6) 8%, rgba(255,255,255,0) 18%),
    linear-gradient(90deg, #fff 0%, #fff 25%, rgba(255,255,255,.9) 50%, rgba(255,255,255,0) 60%);
  z-index: 0;
  pointer-events: none;
}
.appeal__hero-text {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding-left: 40px;
}
.appeal__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: .14em;
  color: var(--navy);
  margin-bottom: 28px;
  padding-left: 4px;
}
.appeal__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  transform: translateY(-2px);
}
.appeal__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 3.6vw, 54px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
  letter-spacing: .03em;
  margin: 0 0 34px;
  white-space: nowrap;
}
.appeal__title-line { display: block; }
.appeal__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.1em;
  letter-spacing: .02em;
}
.appeal__desc {
  font-size: 15px;
  line-height: 2.1;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

/* タイトル行(見出し+円形バッジ) */
.appeal__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
}
.appeal__title-row .appeal__title { margin-bottom: 0; }

/* 円形バッジ */
.appeal__hero-photo { display: contents; }
.appeal__bubble {
  position: absolute;
  top: 80px;
  right: 30%;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201,169,106,.55);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.appeal__bubble p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.7;
  letter-spacing: .04em;
  margin: 0;
}
.appeal__bubble strong {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.5;
  font-size: 22px;
}

/* メリット5枚 */
.appeal__benefits {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 3;
}
.appeal__benefits-label {
  display: inline-block;
  background: var(--navy);
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 9px 22px;
  border-radius: 30px;
  margin-bottom: 0;
  position: relative;
  top: 22px;
  z-index: 2;
  margin-left: 12px;
}
.appeal__benefits-list {
  list-style: none;
  margin: 0; padding: 24px 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid rgba(201,169,106,.5);
  background: #fff;
  position: relative;
}
.appeal__benefit {
  background: #fff;
  border: none;
  border-right: 1px solid rgba(201,169,106,.3);
  border-radius: 0;
  padding: 22px 14px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.appeal__benefit:last-child { border-right: none; }
.appeal__benefit-icon {
  display: block;
  width: auto;
  height: 60px;
}
.appeal__benefit-lead {
  font-size: 13px;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
  line-height: 1.5;
}
.appeal__benefit-main {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
  line-height: 1.5;
}

/* レスポンシブ: 補助金活用メリット */
@media (max-width: 1280px) {
  .appeal__hero { padding-top: 48px; padding-bottom: 180px; padding-left: 40px; padding-right: 0; min-height: 600px; margin-bottom: -140px; }
  .appeal__hero-text { padding-left: 20px; }
  .appeal__bubble { width: 180px; height: 180px; right: 40px; top: 60px; padding: 18px; }
  .appeal__bubble p { font-size: 12px; line-height: 1.7; }
  .appeal__bubble strong { font-size: 13px; }
  .appeal__benefits { padding: 0 40px; }
}
@media (max-width: 1100px) {
  .appeal__hero { background-size: auto 90%; padding-top: 40px; padding-bottom: 140px; padding-left: 32px; padding-right: 0; min-height: 540px; margin-bottom: -110px; }
  .appeal__bubble { width: 160px; height: 160px; right: 24px; }
  .appeal__benefits-list { grid-template-columns: repeat(3, 1fr); }
  .appeal__benefit {
    border-right: 1px solid rgba(201,169,106,.3);
    border-bottom: 1px solid rgba(201,169,106,.3);
  }
  .appeal__benefit:last-child { border-right: 1px solid rgba(201,169,106,.3); }
}
@media (max-width: 720px) {
  .appeal { padding: 56px 0 60px; }
  .appeal__hero {
    min-height: auto;
    background: none;
    margin: 0 0 40px;
    padding: 24px 20px 0;
  }
  .appeal__hero::before { background: none; }
  .appeal__hero-text { padding-left: 0; max-width: 100%; text-align: center; }
  .appeal__hero-photo {
    display: block;
    position: relative;
    margin-top: 28px;
    width: 100%;
    height: 260px;
    background-image: url('images/fv-main-person6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .appeal__label { font-size: 14px; gap: 8px; margin-bottom: 18px; justify-content: center; }
  .appeal__title { font-size: 24px; line-height: 1.5; margin-bottom: 22px; text-align: center; white-space: normal; }
  .appeal__desc { font-size: 14px; line-height: 1.95; }
  .appeal__title-row { flex-direction: column; gap: 18px; }
  .appeal__bubble {
    position: absolute;
    left: 12px;
    top: 10px;
    right: auto;
    width: 140px;
    height: 140px;
    padding: 14px;
    z-index: 5;
  }
  .appeal__bubble p { font-size: 11px; line-height: 1.6; }
  .appeal__bubble strong { font-size: 12px; }
  .appeal__benefits { padding: 0 20px; text-align: center; }
  .appeal__benefits-label { font-size: 12px; padding: 8px 18px; margin-left: 0; top: 18px; }
  .appeal__benefits-list { grid-template-columns: repeat(2, 1fr); padding: 14px 10px; text-align: left; }
  .appeal__benefit {
    padding: 18px 10px;
    gap: 10px;
    border: none;
  }
  .appeal__benefit:nth-child(odd):not(:last-child) {
    border-right: 1px solid rgba(201,169,106,.3);
  }
  .appeal__benefit:not(:last-child) {
    border-bottom: 1px solid rgba(201,169,106,.3);
  }
  .appeal__benefit-main { font-size: 14px; }
  .appeal__benefit-lead { font-size: 11px; }
  .appeal__benefit-icon { width: auto; height: 48px; }
}

/* 下部:CTAバー(フルワイド) */
.cta-bar {
  background: var(--navy);
  color: #fff;
  padding: 30px 0;
}
.cta-bar__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}
.cta-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.cta-bar__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-bar__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta-bar__lead {
  font-size: 14px;
  color: rgba(255,255,255,.85);
  letter-spacing: .04em;
}
.cta-bar__main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
}

.cta-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--navy);
  padding: 22px 44px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(201,169,106,.4);
  transition: background .2s, transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.cta-bar__btn:hover {
  background: linear-gradient(135deg, var(--gold) 0%, #b08e4d 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(201,169,106,.5);
}
.cta-bar__btn-arrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  margin-left: auto;
}

/* ============================================
   Responsive
============================================ */
@media (max-width: 1280px) {
  .header__inner { gap: 16px; }
  .header__nav-list a { padding: 8px 14px; font-size: 13px; }
  .header__cta { padding: 6px 16px 10px; }
  .header__cta-text { font-size: 13px; }
  .hero__features { grid-template-columns: repeat(5, 1fr); gap: 16px; }
  .feature__circle { width: 96px; height: 96px; }
  .feature__main { font-size: 18px; }
}

/* タブレット */
@media (max-width: 1100px) {
  .header__nav { display: none; }
  .header__burger { display: flex; margin-left: auto; }
  .header__cta { padding: 10px 28px 12px; min-width: 0; }
  .header__cta-text { font-size: 14px; }

  .hero { min-height: 0; padding-bottom: 30px; }
  .hero__slides { width: 55%; height: 100%; top: 0; }
  .hero::before {
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.7) 30%, rgba(255,255,255,0) 50%);
  }
  .hero__inner { padding: 130px 24px 30px; min-height: 0; }
  .hero__copy { max-width: 60%; padding-top: 10px; }
  .hero__headline { font-size: clamp(28px, 4.6vw, 44px); line-height: 1.5; }
  .hero__script { width: 200px; top: 60px; right: 0; }
  .hero__badge-img { width: 200px; right: 16px; top: 35%; }
  .hero__features { grid-template-columns: repeat(5, 1fr); margin: 40px auto 20px; max-width: 100%; gap: 12px; }
  .feature { padding: 8% 6%; }
  .feature__icon { width: 40%; max-width: 56px; }
  .feature__main { font-size: 14px; }
  .feature__lead { font-size: 10px; }

  .cta-bar__inner { padding: 0 24px; gap: 18px; }
  .cta-bar__icon { width: 64px; height: 64px; }
  .cta-bar__main { font-size: 18px; }
  .cta-bar__btn { padding: 18px 28px; font-size: 15px; }
}

/* スマホ:写真を上部に独立配置、テキストとカードを縦並び */
@media (max-width: 720px) {
  .header__inner { padding: 10px 16px; gap: 12px; }
  .header__logo-tag { font-size: 10px; letter-spacing: .1em; }
  .header__logo-jp { font-size: 17px; letter-spacing: .12em; }
  .header__logo-en { font-size: 10px; }
  .header__logo-mark { height: 44px; }

  /* スマホはCTAを非表示にしてドロワーで表示 */
  .header__cta {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 160;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    padding: 12px 36px 14px;
    border-radius: 14px;
    min-width: 0;
    flex-direction: row;
    gap: 10px;
  }
  .header.is-menu-open .header__cta {
    opacity: 1;
    visibility: visible;
  }
  .header__cta-tag { display: none; }
  .header__cta-text { font-size: 14px; letter-spacing: .06em; }
  .header__cta-arrow { font-size: 18px; }
  .header__cta-row { gap: 10px; }
  .header__cta-icon svg { width: 18px; height: 18px; }

  /* スマホナビ:フルスクリーンドロワー */
  .header__nav {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.97);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .header.is-menu-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .header__nav-list li:not(:last-child)::after { display: none; }
  .header__nav-list a {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    padding: 14px 32px;
    letter-spacing: .08em;
  }
  .header__nav-top { display: block; }

  .hero { padding: 0; }
  /* 写真をヒーロー全体に展開し、テキストを上に重ねる */
  .hero__slides {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .hero__slide { background-position: center 30%; }
  .hero__slide[data-slide="0"] { background-image: url('images/fv-main-person1-sp.jpg'); }
  .hero__slide[data-slide="1"] { background-image: url('images/fv-main-person2-sp.jpg'); }
  .hero__slide[data-slide="2"] { background-image: url('images/fv-main-person3-sp.jpg'); }
  .hero__dots {
    top: 820px;
    bottom: auto;
    right: 16px;
    padding: 8px 14px;
    gap: 10px;
  }
  .hero__dot { width: 10px; height: 10px; }
  /* 写真全体を覆う白フェード(テキスト読みやすさ) */
  .hero::before {
    display: block;
    inset: 0;
    height: auto;
    background: linear-gradient(180deg,
      rgba(255,255,255,.92) 0%,
      rgba(255,255,255,.6) 25%,
      rgba(255,255,255,.15) 50%,
      rgba(255,255,255,0) 70%);
  }
  .hero__badge-img {
    width: 200px;
    left: 14px;
    right: auto;
    top: 540px;
    transform: none;
  }
  /* inner はテキストを写真上部に重ねる */
  .hero__inner {
    padding: 110px 20px 0;
    min-height: 0;
    height: 860px;
    display: flex;
    flex-direction: column;
  }
  .hero__copy { max-width: 100%; padding-top: 0; text-align: left; }
  .hero__tag {
    font-size: 11px;
    padding: 8px 16px;
    letter-spacing: .04em;
    margin-bottom: 18px;
  }
  .hero__headline {
    font-size: clamp(22px, 6.4vw, 32px);
    line-height: 1.55;
    margin-bottom: 14px;
    text-align: left;
  }
  .hero__em { font-size: 1.15em; }
  .hero__script {
    width: 160px;
    right: 4px;
    bottom: -70px;
  }

  /* 5つの特徴:スマホでは非表示 */
  .hero__features { display: none; }
  .feature {
    padding: 8% 8%;
    gap: 2px;
    overflow: hidden;
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
  }
  .feature__icon { width: 30%; max-width: 50px; margin-bottom: 2px; }
  .feature__main { font-size: clamp(13px, 4vw, 17px); letter-spacing: .03em; }
  .feature__lead { font-size: clamp(9px, 2.6vw, 11px); line-height: 1.35; }
  .feature:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 7px);
  }

  /* CTAバー */
  .cta-bar { padding: 22px 0; }
  .cta-bar__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 20px;
    text-align: center;
  }
  .cta-bar__icon {
    display: flex;
    width: 56px;
    height: 56px;
    margin: 0 auto;
  }
  .cta-bar__lead { font-size: 12px; }
  .cta-bar__main { font-size: 16px; line-height: 1.5; }
  .cta-bar__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 15px;
    gap: 10px;
  }
  .cta-bar__btn-text { flex: 0 0 auto; }
  .cta-bar__btn-arrow { margin-left: 0; font-size: 20px; }
}

/* 小型スマホ */
@media (max-width: 480px) {
  .header__cta-tag { display: none; }
  .header__cta { padding: 10px 14px; }
  .hero__dots { top: 720px; }
  .hero__inner { min-height: 0; height: 690px; }
  .hero__badge-img { width: 200px; left: 10px; right: auto; top: 550px; }
  .hero__headline { font-size: clamp(20px, 6vw, 26px); }
}

/* ============================================
   選ばれる3つの理由
============================================ */
.reasons {
  position: relative;
  background: #fff;
  padding: 80px 0 90px;
  background-image: url('images/fv-main-person10.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255,255,255,.92) 55%, rgba(255,255,255,0) 65%);
  z-index: 0;
  pointer-events: none;
}
.reasons__hero {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto 56px;
  padding: 0 60px;
}
.reasons__hero-text { max-width: 880px; }
.reasons__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 26px;
}
.reasons__label strong { font-weight: 700; }
.reasons__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  transform: translateY(-2px);
}
.reasons__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .03em;
  margin: 0 0 28px;
}
.reasons__title-line { display: block; }
.reasons__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.reasons__desc {
  font-size: 14px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

.reasons__bubble {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201,169,106,.55);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.reasons__bubble p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.85;
  letter-spacing: .04em;
  margin: 0;
}
.reasons__bubble strong { font-weight: 700; font-size: 22px; }
.reasons__cards {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.reason {
  position: relative;
  background: #fff;
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  padding: 36px 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: 0 4px 14px rgba(26,42,82,.06);
}
.reason__num {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
}
.reason__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-top: 10px;
}
.reason__icon {
  display: block;
  height: 64px;
  width: auto;
}
.reason__title {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .04em;
  margin: 0;
}
.reason__desc {
  font-size: 13px;
  line-height: 1.85;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
  text-align: left;
  flex-grow: 1;
}
.reason__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-pale);
  color: var(--navy);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 10px 18px;
  width: 100%;
  justify-content: center;
}
.reason__tag-icon {
  display: block;
  height: 22px;
  width: auto;
}

@media (max-width: 1280px) {
  .reasons { background-size: auto 80%; padding: 60px 0 72px; }
  .reasons__bubble { width: 180px; height: 180px; right: 2%; padding: 18px; }
  .reasons__bubble p { font-size: 12px; line-height: 1.7; }
  .reasons__hero, .reasons__cards { padding: 0 32px; }
}
@media (max-width: 1100px) {
  .reasons__cards { grid-template-columns: 1fr; gap: 18px; }
  .reasons__title { font-size: 24px; }
  .reasons__hero-text { max-width: 100%; }
  .reasons__bubble { display: none; }
  .reasons { background-position: right -120px center; background-size: auto 70%; }
}
@media (max-width: 720px) {
  .reasons { padding: 48px 0 56px; background: none; }
  .reasons::before { display: none; }
  .reasons__hero { padding: 0 20px; margin-bottom: 32px; text-align: center; }
  .reasons__hero-text { max-width: 100%; }
  .reasons__label { justify-content: center; }
  .reasons__hero-text::after {
    content: "";
    display: block;
    margin-top: 28px;
    width: 100%;
    height: 240px;
    background-image: url('images/fv-main-person3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
  }
  .reasons__cards { padding: 0 20px; gap: 14px; }
  .reasons__label { font-size: 13px; gap: 8px; margin-bottom: 18px; }
  .reasons__label-bar { font-size: 16px; }
  .reasons__title { font-size: 19px; line-height: 1.6; margin-bottom: 22px; }
  .reasons__desc { font-size: 13px; line-height: 1.9; }
  .reason { padding: 32px 22px 22px; }
  .reason__num { width: 46px; height: 46px; font-size: 18px; }
  .reason__title { font-size: 17px; }
  .reason__desc { font-size: 12px; line-height: 1.8; }
  .reason__icon { height: 54px; }
  .reason__tag { font-size: 13px; padding: 9px 14px; }
}

/* ============================================
   活用シーン
============================================ */
.scenes {
  position: relative;
  background: #fff;
  padding: 80px 0 100px;
  background-image: url('images/fv-main-person7.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 50%;
}
.scenes::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255,255,255,.92) 55%, rgba(255,255,255,0) 78%);
  z-index: 0;
  pointer-events: none;
}
.scenes__hero {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto 56px;
  padding: 0 60px;
  min-height: 280px;
}
.scenes__hero-text { max-width: 880px; }
.scenes__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 22px;
}
.scenes__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  transform: translateY(-2px);
}
.scenes__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .03em;
  margin: 0 0 26px;
}
.scenes__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.05em;
}
.scenes__desc {
  font-size: 14px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
.scenes__bubble {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201,169,106,.55);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.scenes__bubble p {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.85;
  letter-spacing: .04em;
  margin: 0;
}
.scenes__bubble strong { font-weight: 700; font-size: 22px; }

.scenes__cards {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.scene {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201,169,106,.25);
  box-shadow: 0 4px 14px rgba(26,42,82,.05);
}
.scene__head {
  background: var(--navy);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.scene__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.scene__head-icon img {
  display: block;
  height: 24px;
  width: auto;
}
.scene__head-name {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}
.scene__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #efe7d3 0%, #d8caa4 100%);
  overflow: hidden;
}
.scene__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene__body {
  padding: 22px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}
.scene__title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
  letter-spacing: .04em;
  text-align: center;
  margin: 0;
}
.scene__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scene__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.55;
}
.scene__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.scene__example {
  margin-top: auto;
  background: var(--gold-pale);
  padding: 14px 14px 14px 64px;
  position: relative;
  border-radius: 2px;
}
.scene__example-tag {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scene__example-text {
  font-size: 12px;
  color: var(--navy);
  line-height: 1.7;
  letter-spacing: .02em;
  margin: 0;
}
.scene__example-text strong {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .02em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

@media (max-width: 1280px) {
  .scenes { padding: 64px 0 80px; }
  .scenes__hero, .scenes__cards { padding: 0 32px; }
  .scenes__bubble { width: 180px; height: 180px; padding: 18px; right: 2%; }
  .scenes__bubble p { font-size: 12px; line-height: 1.7; }
}
@media (max-width: 1100px) {
  .scenes__cards { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .scenes__bubble { display: none; }
  .scenes { background-position: right -100px top; background-size: auto 40%; }
  .scenes__title { font-size: 28px; }
}
@media (max-width: 720px) {
  .scenes { padding: 48px 0 60px; background: none; }
  .scenes::before { display: none; }
  .scenes__hero { padding: 0 20px; margin-bottom: 32px; min-height: 0; text-align: center; }
  .scenes__hero-text { max-width: 100%; }
  .scenes__cards { padding: 0 20px; grid-template-columns: 1fr; gap: 14px; }
  .scenes__label { font-size: 13px; gap: 8px; margin-bottom: 16px; justify-content: center; }
  .scenes__label-bar { font-size: 16px; }
  .scenes__title { font-size: 22px; line-height: 1.5; margin-bottom: 18px; }
  .scenes__desc { font-size: 13px; line-height: 1.9; }
  .scene__head-name { font-size: 14px; }
  .scene__title { font-size: 15px; }
  .scene__list li { font-size: 12px; }
  .scene__example { padding: 12px 12px 12px 58px; }
  .scene__example-tag { width: 40px; height: 40px; font-size: 10px; left: 10px; }
  .scene__example-text { font-size: 11px; }
  .scene__example-text strong { font-size: 19px; }
}

/* ============================================
   数字で見る選ばれる理由
============================================ */
.stats {
  background: linear-gradient(180deg, #faf6ee 0%, #fff 100%);
  padding: 80px 0 90px;
}
.stats__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.stats__header {
  text-align: center;
  margin-bottom: 50px;
}
.stats__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 18px;
}
.stats__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  transform: translateY(-2px);
}
.stats__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
}
.stats__title-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: .2em;
}
.stats__title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .04em;
}
.stats__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

.stats__list {
  list-style: none;
  margin: 0 0 56px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stat {
  background: #fff;
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  padding: 30px 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  box-shadow: 0 4px 14px rgba(26,42,82,.06);
}
.stat__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stat__icon { display: block; height: 56px; width: auto; }
.stat__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.stat__label {
  font-size: 13px;
  color: var(--navy);
  letter-spacing: .08em;
  font-weight: 700;
}
.stat__value {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--navy);
}
.stat__value strong {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat__value small {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
}
.stat__note {
  font-size: 12px;
  color: #4a5878;
  letter-spacing: .04em;
  line-height: 1.55;
  margin-top: 2px;
}

.stats__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.stats-feature {
  position: relative;
  background: #fff;
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  padding: 36px 26px 26px;
  box-shadow: 0 4px 14px rgba(26,42,82,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.stats-feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-light) 0%, var(--gold) 50%, #a47e3a 100%);
}
.stats-feature__num {
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  color: var(--gold-pale);
  letter-spacing: -.04em;
  z-index: 0;
  pointer-events: none;
}
.stats-feature__icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--gold-pale);
  border-radius: 50%;
  margin-bottom: 18px;
}
.stats-feature__icon { display: block; height: 36px; width: auto; }
.stats-feature__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .04em;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(201,169,106,.5);
  width: 100%;
}
.stats-feature__desc {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.85;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

@media (max-width: 1100px) {
  .stats__list { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stats__features { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .stats { padding: 56px 0 64px; }
  .stats__inner { padding: 0 20px; }
  .stats__header { margin-bottom: 36px; }
  .stats__label { font-size: 12px; gap: 8px; }
  .stats__label-bar { font-size: 16px; }
  .stats__title-en { font-size: 12px; letter-spacing: .15em; }
  .stats__title-jp { font-size: 22px; }
  .stats__desc { font-size: 13px; line-height: 1.85; }
  .stats__list { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 32px; }
  .stat { padding: 22px 12px 18px; gap: 10px; }
  .stat__icon { height: 44px; }
  .stat__label { font-size: 11px; }
  .stat__value strong { font-size: 38px; }
  .stat__value small { font-size: 13px; }
  .stat__note { font-size: 11px; }
  .stats-feature { padding: 28px 20px 22px; }
  .stats-feature__num { font-size: 64px; top: 6px; right: 14px; }
  .stats-feature__icon-wrap { width: 52px; height: 52px; margin-bottom: 14px; }
  .stats-feature__icon { height: 30px; }
  .stats-feature__title { font-size: 16px; }
  .stats-feature__desc { font-size: 12px; }
}

/* ============================================
   相談の流れ
============================================ */
.flow {
  position: relative;
  background: #fff;
  padding: 80px 0 90px;
  background-image: url('images/fv-main-person8.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255,255,255,.92) 55%, rgba(255,255,255,0) 78%);
  z-index: 0;
  pointer-events: none;
}
.flow__hero {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto 56px;
  padding: 0 60px;
}
.flow__hero-text { max-width: 880px; }
.flow__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 22px;
}
.flow__label strong { font-weight: 700; }
.flow__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  transform: translateY(-2px);
}
.flow__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: .04em;
  margin: 0 0 26px;
}
.flow__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flow__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
.flow__bubble {
  position: absolute;
  top: 0;
  right: 30%;
  z-index: 2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201,169,106,.55);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.flow__bubble p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.8;
  letter-spacing: .04em;
  margin: 0;
}
.flow__bubble strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
}

.flow__steps {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}
.flow-step {
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(201,169,106,.25);
  padding: 30px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(26,42,82,.06);
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid var(--gold);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}
.flow-step__num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
  z-index: 2;
}
.flow-step__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.flow-step__icon {
  display: block;
  height: 56px;
  width: auto;
}
.flow-step__title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
  margin: 0;
}
.flow-step__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.flow-step__list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11.5px;
  color: var(--navy);
  letter-spacing: .03em;
  line-height: 1.55;
}
.flow-step__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 1280px) {
  .flow__hero { padding: 0 32px; }
  .flow__steps { padding: 0 32px; gap: 14px; }
  .flow-step { padding: 26px 12px 16px; }
  .flow-step__icon { height: 48px; }
  .flow-step__title { font-size: 14px; }
  .flow-step__list li { font-size: 11px; }
  .flow__bubble { width: 180px; height: 180px; right: 2%; padding: 18px; }
  .flow__bubble p { font-size: 12px; line-height: 1.7; }
  .flow__bubble strong { font-size: 13px; }
}
@media (max-width: 1100px) {
  .flow__steps { grid-template-columns: repeat(3, 1fr); gap: 18px 18px; }
  .flow-step:not(:last-child)::after { display: none; }
  .flow__bubble { display: none; }
  .flow { background-position: right -120px center; background-size: auto 70%; }
}
@media (max-width: 720px) {
  .flow { padding: 56px 0 60px; background: none; }
  .flow::before { display: none; }
  .flow__hero { padding: 0 20px; margin-bottom: 32px; text-align: center; }
  .flow__hero-text { max-width: 100%; }
  .flow__label { font-size: 12px; gap: 6px; justify-content: center; flex-wrap: wrap; }
  .flow__label-bar { font-size: 16px; }
  .flow__title { font-size: 32px; margin-bottom: 18px; }
  .flow__desc { font-size: 13px; line-height: 1.85; }
  .flow__steps { padding: 0 20px; grid-template-columns: repeat(2, 1fr); gap: 26px 14px; }
  .flow-step { padding: 22px 10px 14px; }
  .flow-step__num { width: 32px; height: 32px; font-size: 14px; top: -14px; }
  .flow-step__icon { height: 44px; }
  .flow-step__title { font-size: 13px; }
  .flow-step__list li { font-size: 11px; gap: 5px; }
  .flow-step__check { width: 14px; height: 14px; font-size: 9px; }
}

/* ============================================
   よくある質問
============================================ */
.faq {
  background: linear-gradient(180deg, #faf6ee 0%, #fff 100%);
  padding: 80px 0 90px;
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.faq__header {
  text-align: center;
  margin-bottom: 50px;
}
.faq__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 18px;
}
.faq__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  transform: translateY(-2px);
}
.faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
}
.faq__title-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: .2em;
}
.faq__title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .04em;
}
.faq__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.faq__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(26,42,82,.04);
}
.faq-item__q {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 22px 26px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background .2s;
}
.faq-item__q:hover { background: #fdfaf3; }
.faq-item__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  flex-shrink: 0;
}
.faq-item__mark--q { background: var(--navy); color: #fff; }
.faq-item__mark--a { background: var(--gold); color: #fff; }
.faq-item__q-text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
  letter-spacing: .04em;
}
.faq-item__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
  color: var(--gold);
}
.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform .25s ease;
}
.faq-item__toggle::before { width: 16px; height: 2px; }
.faq-item__toggle::after { width: 2px; height: 16px; }
.faq-item.is-open .faq-item__toggle::after { transform: scaleY(0); }
.faq-item__a {
  display: none;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 26px 24px 26px;
  border-top: 1px dashed rgba(26,42,82,.15);
}
.faq-item.is-open .faq-item__a { display: flex; }
.faq-item__a-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
@media (max-width: 720px) {
  .faq { padding: 56px 0 64px; }
  .faq__inner { padding: 0 20px; }
  .faq__header { margin-bottom: 32px; }
  .faq__label { font-size: 13px; gap: 8px; }
  .faq__label-bar { font-size: 16px; }
  .faq__title-en { font-size: 14px; }
  .faq__title-jp { font-size: 22px; }
  .faq__desc { font-size: 13px; line-height: 1.85; }
  .faq-item__q { padding: 16px 18px; gap: 12px; }
  .faq-item__mark { width: 32px; height: 32px; font-size: 18px; }
  .faq-item__q-text { font-size: 14px; }
  .faq-item__toggle { width: 22px; height: 22px; }
  .faq-item__toggle::before { width: 14px; }
  .faq-item__toggle::after { height: 14px; }
  .faq-item__a { padding: 18px 18px 20px 18px; gap: 12px; }
  .faq-item__a-text { font-size: 13px; line-height: 1.85; }
}

/* ============================================
   お申込みCTAセクション
============================================ */
.inquiry {
  position: relative;
  background: var(--bg);
  padding: 80px 0 80px;
  background-image: url('images/fv-main-person9.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.inquiry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 38%, rgba(250,246,238,.92) 55%, rgba(250,246,238,0) 65%);
  z-index: 0;
  pointer-events: none;
}
.inquiry__hero {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto 36px;
  padding: 0 60px;
  min-height: 200px;
}
.inquiry__hero-text { max-width: 880px; }
.inquiry__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: .12em;
  color: var(--navy);
  margin-bottom: 22px;
}
.inquiry__label-bar {
  color: var(--gold);
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  transform: translateY(-2px);
}
.inquiry__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.6vw, 50px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .03em;
  margin: 0 0 24px;
}
.inquiry__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.inquiry__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
.inquiry__bubble {
  position: absolute;
  top: 0;
  right: 30%;
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(201,169,106,.55);
  box-shadow: 0 0 0 6px rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
}
.inquiry__bubble p {
  font-family: "Noto Serif JP", serif;
  color: var(--navy);
  margin: 0;
  line-height: 1.4;
  letter-spacing: .04em;
}
.inquiry__bubble strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.inquiry__bubble-sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: .04em;
}

.inquiry__panel {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.inquiry__panel-head {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 14px 60px 14px 60px;
  margin-left: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: -2px;
  border-radius: 4px 4px 0 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
}
.inquiry__panel-body {
  background: #fff;
  border-radius: 4px;
  padding: 36px 36px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  box-shadow: 0 4px 16px rgba(26,42,82,.06);
}
.inquiry__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.inquiry__col-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.inquiry__col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--gold-pale);
  color: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.inquiry__col-icon img {
  display: block;
  height: 32px;
  width: auto;
}
.inquiry__col-title {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}
.inquiry__col-title small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sub);
  letter-spacing: .04em;
  margin-left: 4px;
}
.inquiry__col-desc {
  font-size: 13px;
  line-height: 1.85;
  color: var(--navy);
  margin: 0 0 4px;
  letter-spacing: .04em;
}
.inquiry__col-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  padding: 16px 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: .06em;
  transition: background .2s, transform .2s;
  margin-top: auto;
}
.inquiry__col-btn:hover {
  background: #b8924d;
  transform: translateY(-1px);
}
.inquiry__col-btn-icon { display: inline-flex; align-items: center; }
.inquiry__col-btn-text { flex: 1; font-size: 16px; }
.inquiry__col-btn-arrow { font-size: 22px; line-height: 1; }

.inquiry__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 8px;
}
.inquiry__divider-line {
  display: block;
  flex: 1;
  width: 1px;
  border-left: 1px dashed rgba(26,42,82,.3);
  min-height: 32px;
}
.inquiry__divider-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold-pale);
  color: var(--navy);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  flex-shrink: 0;
}

.inquiry__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  margin-top: auto;
}
.inquiry__tel-icon {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
}
.inquiry__tel-num {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}
.inquiry__tel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  border-radius: 60px;
  padding: 8px 22px;
  font-size: 13px;
  letter-spacing: .04em;
  align-self: flex-start;
  transition: background .2s, color .2s;
}
.inquiry__tel-btn:hover { background: var(--navy); color: #fff; }

@media (max-width: 1280px) {
  .inquiry { padding: 64px 0 64px; }
  .inquiry__hero, .inquiry__panel { padding: 0 32px; }
  .inquiry__bubble { right: 3%; width: 170px; height: 170px; padding: 16px; }
  .inquiry__bubble strong { font-size: 15px; }
  .inquiry__bubble-sub { font-size: 10px; }
}
@media (max-width: 1100px) {
  .inquiry__bubble { display: none; }
  .inquiry { background-position: right -100px top; background-size: auto 50%; }
  .inquiry__title { font-size: 28px; }
}
@media (max-width: 720px) {
  .inquiry { padding: 48px 0 56px; background: none; }
  .inquiry::before { 
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 38%, rgba(250,246,238,.92) 55%, rgba(250,246,238,0) 65%);}
  .inquiry__hero { padding: 0 20px; margin-bottom: 24px; min-height: 0; text-align: center; }
  .inquiry__hero-text { max-width: 100%; }
  .inquiry__panel { padding: 0 12px; }
  .inquiry__label { font-size: 13px; gap: 8px; margin-bottom: 14px; justify-content: center; }
  .inquiry__label-bar { font-size: 16px; }
  .inquiry__title { font-size: 22px; line-height: 1.5; margin-bottom: 14px; }
  .inquiry__desc { font-size: 13px; line-height: 1.85; }
  .inquiry__panel { text-align: center; }
  .inquiry__panel-head { font-size: 14px; padding: 11px 24px; margin-left: 0;
  clip-path: none;
  display: inline-block;
  text-align: center; }
  .inquiry__panel-body { grid-template-columns: 1fr; gap: 24px; padding: 24px 18px 28px; text-align: left; }
  .inquiry__col { align-items: center; text-align: center; }
  .inquiry__col-head { gap: 12px; justify-content: center; }
  .inquiry__col-icon { width: 44px; height: 44px; }
  .inquiry__col-title { font-size: 15px; }
  .inquiry__col-title small { display: block; margin-left: 0; margin-top: 2px; font-size: 11px; }
  .inquiry__col-desc { font-size: 12px; }
  .inquiry__col-btn { padding: 13px 22px; }
  .inquiry__col-btn-text { font-size: 14px; }
  .inquiry__divider { flex-direction: row; padding: 0; gap: 14px; }
  .inquiry__divider-line { writing-mode: horizontal-tb; min-height: 0; height: 1px; width: auto; flex: 1; border-left: none; border-top: 1px dashed rgba(26,42,82,.3); }
  .inquiry__divider-text { width: 48px; height: 48px; font-size: 13px; }
  .inquiry__tel-num { font-size: 26px; }
  .inquiry__tel-btn { font-size: 12px; padding: 7px 18px; align-self: center; }
}

/* ============================================
   予約フォーム
============================================ */
.form {
  background: linear-gradient(180deg, #fff 0%, #faf6ee 100%);
  padding: 80px 0 90px;
}
.form__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}
.form__header {
  text-align: center;
  margin-bottom: 48px;
}
.form__label-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
}
.form__label-row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.form__label-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: var(--gold);
}
.form__label-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: .25em;
}
.form__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .04em;
  margin: 0 0 22px;
}
.form__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

.form__form {
  background: #fff;
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  padding: 40px 44px 36px;
  box-shadow: 0 4px 16px rgba(26,42,82,.06);
}
.form__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(201,169,106,.4);
}
.form__row:first-child { padding-top: 0; }
.form__row:last-of-type { border-bottom: none; }
.form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
}
.form__label-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
}
.form__label-required,
.form__label-optional {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 3px 8px;
  border-radius: 2px;
}
.form__label-required {
  background: #c75050;
  color: #fff;
}
.form__label-optional {
  background: rgba(26,42,82,.1);
  color: var(--navy);
}

.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__input,
.form__select,
.form__textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--navy);
  background: #faf8f3;
  border: 1px solid rgba(201,169,106,.4);
  border-radius: 3px;
  transition: border-color .2s, background .2s;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: rgba(91,33,33,.35);
}
.form__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23c9a96a' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form__textarea { resize: vertical; min-height: 120px; }

.form__field--checks {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 12px;
}
.form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: var(--navy);
  letter-spacing: .04em;
}
.form__check input { display: none; }
.form__check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(201,169,106,.6);
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.form__check input:checked + .form__check-mark {
  border-color: var(--gold);
  background: var(--gold);
}
.form__check input:checked + .form__check-mark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.form__check--privacy .form__check-mark {
  border-radius: 3px;
}
.form__check--privacy input:checked + .form__check-mark::after {
  width: 12px;
  height: 12px;
  background: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-2px, -3px);
  border-radius: 0;
}

.form__privacy {
  margin-top: 20px;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid rgba(201,169,106,.3);
}
.form__check--privacy { justify-content: center; }
.form__check--privacy a { color: var(--gold); text-decoration: underline; }

.form__submit {
  text-align: center;
  margin-top: 24px;
}
.form__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 60px;
  padding: 18px 48px 18px 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  min-width: 360px;
  justify-content: center;
}
.form__btn:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(26,42,82,.3);
}
.form__btn-icon {
  display: inline-flex;
  align-items: center;
  color: var(--gold-light);
}
.form__btn-arrow {
  font-size: 22px;
  line-height: 1;
}
.form__note {
  margin: 16px 0 0;
  font-size: 12px;
  color: #6b7796;
  letter-spacing: .04em;
}

@media (max-width: 720px) {
  .form { padding: 56px 0 64px; }
  .form__inner { padding: 0 20px; }
  .form__header { margin-bottom: 36px; }
  .form__label-line { width: 30px; }
  .form__label-text { font-size: 12px; letter-spacing: .15em; }
  .form__title { font-size: 22px; margin-bottom: 16px; }
  .form__desc { font-size: 13px; line-height: 1.85; }
  .form__form { padding: 24px 18px 24px; }
  .form__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }
  .form__label { padding-top: 0; }
  .form__label-jp { font-size: 14px; }
  .form__field--checks { padding-top: 0; gap: 12px; }
  .form__input,
  .form__select,
  .form__textarea { font-size: 14px; padding: 10px 14px; }
  .form__btn { min-width: 0; width: 100%; padding: 14px 28px; font-size: 15px; }
}

/* ============================================
   下層ページ共通(Privacy / Tokutei / Sitemap)
============================================ */
.page-hero {
  background: linear-gradient(180deg, var(--bg) 0%, #fff 100%);
  padding: 140px 0 56px;
  border-bottom: 1px solid rgba(201,169,106,.3);
  text-align: center;
}
.page-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.page-hero__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: .25em;
  margin-bottom: 12px;
}
.page-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .06em;
  margin: 0 0 18px;
}
.page-hero__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-sub);
  letter-spacing: .04em;
}
.page-hero__crumbs a {
  color: var(--navy);
  text-decoration: none;
  transition: color .2s;
}
.page-hero__crumbs a:hover { color: var(--gold); }
.page-hero__crumbs span[aria-hidden] { color: var(--gold); }

.page-body {
  background: #fff;
  padding: 70px 0 90px;
}
.page-body__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
.page-body__lead {
  font-size: 15px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0 0 40px;
  padding: 24px 28px;
  background: var(--bg);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
}
.page-body__section {
  margin-bottom: 36px;
}
.page-body__section h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .06em;
  padding-bottom: 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(201,169,106,.4);
  position: relative;
}
.page-body__section h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.page-body__section p {
  font-size: 14px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0 0 12px;
}
.page-body__section ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.page-body__section ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
}
.page-body__section ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-pale);
  border: 1px solid var(--gold);
}
.page-body__list {
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 18px;
  font-size: 14px;
  letter-spacing: .04em;
}
.page-body__list dt { color: var(--gold); font-weight: 700; }
.page-body__list dd { margin: 0; color: var(--navy); }
.page-body__date {
  margin-top: 56px;
  text-align: right;
  font-size: 13px;
  color: var(--text-sub);
  letter-spacing: .04em;
}

/* テーブル(特定商取引法) */
.page-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(201,169,106,.4);
  margin: 16px 0 0;
}
.page-table th,
.page-table td {
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(201,169,106,.3);
  text-align: left;
  vertical-align: top;
  color: var(--navy);
}
.page-table th {
  width: 220px;
  font-weight: 700;
  background: var(--bg);
  color: var(--navy);
  font-family: "Noto Serif JP", serif;
}
.page-table td a { color: var(--gold); text-decoration: underline; }

/* サイトマップ */
.sitemap__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.sitemap__col {
  background: var(--bg);
  border: 1px solid rgba(201,169,106,.3);
  border-radius: 4px;
  padding: 28px 26px;
}
.sitemap__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,169,106,.4);
}
.sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sitemap__list li a {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 14px;
  color: var(--navy);
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .2s, transform .2s;
}
.sitemap__list li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.sitemap__list li a:hover {
  color: var(--gold);
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  .sitemap__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .page-hero { padding: 110px 0 40px; }
  .page-hero__en { font-size: 13px; }
  .page-hero__title { font-size: 24px; }
  .page-hero__crumbs { font-size: 12px; }
  .page-body { padding: 48px 0 64px; }
  .page-body__inner { padding: 0 20px; }
  .page-body__lead { padding: 18px 20px; font-size: 14px; line-height: 1.85; margin-bottom: 32px; }
  .page-body__section { margin-bottom: 28px; }
  .page-body__section h2 { font-size: 17px; }
  .page-body__section p { font-size: 13px; line-height: 1.85; }
  .page-body__section ul li { font-size: 13px; line-height: 1.85; }
  .page-body__list { grid-template-columns: 100px 1fr; font-size: 13px; }
  .page-table th,
  .page-table td { padding: 14px 16px; font-size: 13px; display: block; }
  .page-table th { width: 100%; border-bottom: none; padding-bottom: 4px; }
  .sitemap__grid { grid-template-columns: 1fr; gap: 18px; }
  .sitemap__col { padding: 22px 20px; }
  .sitemap__heading { font-size: 16px; }
  .sitemap__list li a { font-size: 13px; }
}

/* ============================================
   新着ブログ
============================================ */
.blog {
  background: linear-gradient(180deg, #faf6ee 0%, #fff 100%);
  padding: 80px 0 90px;
}
.blog__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.blog__header {
  text-align: center;
  margin-bottom: 50px;
}
.blog__label-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}
.blog__label-row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.blog__label-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: var(--gold);
}
.blog__label-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: .3em;
}
.blog__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: .04em;
  margin: 0 0 18px;
}
.blog__title-gold {
  background: linear-gradient(180deg, #e2c890 0%, #c9a96a 50%, #a47e3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blog__desc {
  font-size: 14px;
  line-height: 1.95;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
}

.blog__list {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: #fff;
  border: 1px solid rgba(201,169,106,.25);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 4px 14px rgba(26,42,82,.05);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(26,42,82,.12);
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #efe7d3 0%, #d8caa4 100%);
}
.blog-card__thumb.is-empty img { display: none; }
.blog-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.blog-card:hover .blog-card__thumb img { transform: scale(1.05); }
.blog-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-card__cat {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 2px;
}
.blog-card__date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: .08em;
}
.blog-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
  letter-spacing: .03em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__excerpt {
  font-size: 13px;
  line-height: 1.8;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__more {
  text-align: center;
}
.blog__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: var(--navy);
  text-decoration: none;
  border: 1px solid var(--navy);
  border-radius: 60px;
  padding: 14px 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .2s, color .2s, transform .2s;
}
.blog__more-btn:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}
.blog__more-arrow {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .blog__list { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}
@media (max-width: 720px) {
  .blog { padding: 56px 0 64px; }
  .blog__inner { padding: 0 20px; }
  .blog__header { margin-bottom: 32px; }
  .blog__label-line { width: 30px; }
  .blog__label-text { font-size: 13px; letter-spacing: .2em; }
  .blog__title { font-size: 22px; line-height: 1.5; margin-bottom: 14px; }
  .blog__desc { font-size: 13px; line-height: 1.85; }
  .blog__list { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .blog-card__body { padding: 18px 18px 20px; gap: 10px; }
  .blog-card__title { font-size: 15px; }
  .blog-card__excerpt { font-size: 12px; }
  .blog-card__cat { font-size: 10px; padding: 3px 10px; }
  .blog-card__date { font-size: 13px; }
  .blog__more-btn { padding: 12px 32px; font-size: 14px; width: 100%; justify-content: center; }
}

/* ============================================
   ブログ一覧(/blog/)
============================================ */
.archive {
  background: #fff;
  padding: 56px 0 100px;
}
.archive__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.archive__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
.archive__cat {
  display: inline-block;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(201,169,106,.5);
  border-radius: 60px;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.archive__cat:hover {
  background: var(--gold-pale);
  border-color: var(--gold);
}
.archive__cat.is-active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.archive__list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.archive__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.archive__pager-num,
.archive__pager-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  color: var(--navy);
  text-decoration: none;
  border: 1px solid rgba(201,169,106,.4);
  border-radius: 4px;
  background: #fff;
  transition: background .2s, color .2s, border-color .2s;
}
.archive__pager-num:hover,
.archive__pager-arrow:hover {
  background: var(--gold-pale);
  border-color: var(--gold);
}
.archive__pager-num.is-current {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.archive__pager-arrow.is-disabled {
  opacity: .4;
  pointer-events: none;
}

/* ============================================
   ブログ詳細(/blog/post.html)
============================================ */
.post-hero {
  background: linear-gradient(180deg, var(--bg) 0%, #fff 100%);
  padding: 130px 0 50px;
  border-bottom: 1px solid rgba(201,169,106,.3);
}
.post-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: left;
}
.post-hero__crumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: .04em;
  margin: 0 0 28px;
}
.post-hero__crumbs a {
  color: var(--navy);
  text-decoration: none;
  transition: color .2s;
}
.post-hero__crumbs a:hover { color: var(--gold); }
.post-hero__crumbs span[aria-hidden] { color: var(--gold); }
.post-hero__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}
.post-hero__cat {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 5px 14px;
  border-radius: 2px;
}
.post-hero__date {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: .08em;
}
.post-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
  letter-spacing: .04em;
  margin: 0;
}

.post {
  background: #fff;
  padding: 56px 0 90px;
}
.post__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}
.post__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 48px;
  background: linear-gradient(135deg, #efe7d3 0%, #d8caa4 100%);
}
.post__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__body {
  font-size: 15px;
  line-height: 2;
  color: var(--navy);
  letter-spacing: .04em;
}
.post__lead {
  font-size: 16px;
  line-height: 2.05;
  padding: 24px 28px;
  background: var(--bg);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
  margin: 0 0 40px;
}
.post__h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.5;
  padding: 12px 0 14px 22px;
  border-left: 5px solid var(--gold);
  background: linear-gradient(90deg, rgba(201,169,106,.08) 0%, transparent 100%);
  margin: 56px 0 24px;
}
.post__h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(201,169,106,.5);
  margin: 36px 0 18px;
}
.post__body p { margin: 0 0 18px; }
.post__ol,
.post__ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.post__ol { counter-reset: post-ol; }
.post__ol li,
.post__ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  line-height: 1.85;
}
.post__ol li {
  counter-increment: post-ol;
}
.post__ol li::before {
  content: counter(post-ol);
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post__ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-pale);
  border: 1px solid var(--gold);
}
.post__body strong {
  font-weight: 700;
  background: linear-gradient(transparent 65%, rgba(201,169,106,.35) 65%);
  padding: 0 2px;
}
.post__box {
  background: var(--bg);
  border: 1px solid rgba(201,169,106,.4);
  border-radius: 4px;
  padding: 24px 28px;
  margin: 28px 0;
}
.post__box-title {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201,169,106,.5);
  letter-spacing: .04em;
}
.post__box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post__box-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 6px;
}
.post__box-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.post__alert {
  padding: 18px 22px;
  background: rgba(199,80,80,.06);
  border-left: 3px solid #c75050;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--navy);
  margin: 24px 0;
}
.post__alert strong { background: none; padding: 0; color: #c75050; }

.post__cta {
  background: var(--navy);
  color: #fff;
  border-radius: 4px;
  padding: 36px 28px 32px;
  text-align: center;
  margin: 56px 0 0;
}
.post__cta-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: .04em;
}
.post__cta-lead strong {
  color: var(--gold);
  background: none;
  padding: 0;
}
.post__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  padding: 14px 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: background .2s, transform .2s;
}
.post__cta-btn:hover {
  background: #b8924d;
  transform: translateY(-2px);
}
.post__cta-btn-icon { display: inline-flex; align-items: center; }
.post__cta-btn-arrow { font-size: 22px; line-height: 1; }

.post__nav {
  margin-top: 40px;
  text-align: center;
}
.post__back {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 60px;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.post__back:hover { background: var(--navy); color: #fff; }

/* 関連記事 */
.related {
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid rgba(201,169,106,.4);
}
.related__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  margin: 0 0 32px;
}
.related__en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: .25em;
}
.related__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .06em;
}
.related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 1100px) {
  .archive__list { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .related__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .archive { padding: 40px 0 64px; }
  .archive__inner { padding: 0 20px; }
  .archive__cats { gap: 6px; margin-bottom: 32px; }
  .archive__cat { font-size: 12px; padding: 6px 16px; }
  .archive__list { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
  .archive__pager-num,
  .archive__pager-arrow { min-width: 36px; height: 36px; font-size: 14px; }

  .post-hero { padding: 100px 0 36px; }
  .post-hero__inner { padding: 0 20px; }
  .post-hero__crumbs { font-size: 11px; gap: 6px; margin-bottom: 18px; }
  .post-hero__title { font-size: 20px; line-height: 1.6; }
  .post-hero__meta { gap: 10px; margin-bottom: 16px; }
  .post-hero__date { font-size: 13px; }

  .post { padding: 36px 0 64px; }
  .post__inner { padding: 0 20px; }
  .post__thumb { margin-bottom: 32px; }
  .post__body { font-size: 14px; line-height: 1.95; }
  .post__lead { padding: 18px 20px; font-size: 14px; line-height: 1.95; margin-bottom: 32px; }
  .post__h2 { font-size: 20px; padding: 8px 0 10px 16px; margin: 40px 0 18px; border-left-width: 4px; }
  .post__h3 { font-size: 17px; margin: 28px 0 14px; }
  .post__ol li,
  .post__ul li { padding-left: 26px; }
  .post__box { padding: 18px 20px; }
  .post__box-list li { font-size: 13px; }
  .post__alert { padding: 14px 18px; font-size: 13px; }
  .post__cta { padding: 28px 20px 24px; margin-top: 40px; }
  .post__cta-lead { font-size: 16px; margin-bottom: 16px; }
  .post__cta-btn { padding: 12px 24px; font-size: 14px; }

  .related { margin-top: 56px; padding-top: 40px; }
  .related__en { font-size: 12px; }
  .related__jp { font-size: 19px; }
  .related__list { grid-template-columns: 1fr; }
}

/* ============================================
   Contact Bar (フッター上部の連絡帯)
============================================ */
.contact-bar {
  background: var(--bg-soft);
  padding: 32px 0;
  border-top: 3px solid var(--gold);
}
.contact-bar__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.contact-bar__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.contact-bar__brand-icon {
  display: block;
  flex-shrink: 0;
  height: 56px;
  width: auto;
}
.contact-bar__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.contact-bar__brand-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .15em;
}
.contact-bar__brand-sub {
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: .1em;
  margin-top: 4px;
}
.contact-bar__lead {
  font-size: 13px;
  color: var(--navy);
  line-height: 1.7;
  letter-spacing: .04em;
  border-left: 1px solid #d8c8a4;
  padding-left: 24px;
}
.contact-bar__tel {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  margin-left: auto;
}
.contact-bar__tel-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201,169,106,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.contact-bar__tel-body { display: flex; flex-direction: column; line-height: 1.2; }
.contact-bar__tel-label {
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: .04em;
}
.contact-bar__tel-label small { font-size: 11px; }
.contact-bar__tel-num {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin-top: 2px;
}
.contact-bar__btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--navy);
  padding: 18px 32px;
  border-radius: 6px;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(201,169,106,.35);
  transition: transform .2s, box-shadow .2s;
}
.contact-bar__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(201,169,106,.45);
}
.contact-bar__btn-icon { display: inline-flex; align-items: center; }
.contact-bar__btn-body { display: flex; flex-direction: column; line-height: 1.3; }
.contact-bar__btn-main {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
}
.contact-bar__btn-sub {
  font-size: 11px;
  letter-spacing: .04em;
  margin-top: 2px;
  color: rgba(26,42,82,.8);
}

/* ============================================
   Footer
============================================ */
.footer {
  background: var(--navy);
  color: #fff;
}
.footer__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 32px 50px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer__col { padding-right: 8px; }
.footer__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.footer__brand-icon { display: block; flex-shrink: 0; height: 56px; width: auto; }
.footer__brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.footer__brand-jp { font-family: "Noto Serif JP", serif; font-size: 19px; font-weight: 700; color: #fff; letter-spacing: .04em; }
.footer__brand-sub { font-size: 12px; color: var(--gold-light); letter-spacing: .08em; margin-top: 4px; }
.footer__info p { color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.8; margin: 0 0 8px; }
.footer__info-tel { color: #fff; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.footer__info-tel:hover { color: var(--gold-light); }
.footer__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .12em;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,169,106,.5);
}
.footer__links { display: flex; flex-direction: column; gap: 12px; }
.footer__links a {
  font-size: 13px;
  color: rgba(255,255,255,.92);
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
  letter-spacing: .04em;
  transition: color .2s, transform .2s;
}
.footer__links a::before {
  content: "›";
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}
.footer__links a:hover {
  color: var(--gold-light);
  transform: translateX(3px);
}

/* 無料相談受付中ボックス */
.footer__cta {
  background: var(--navy-dark);
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 28px 28px 24px;
}
.footer__cta-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(201,169,106,.4);
}
.footer__cta-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201,169,106,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.footer__cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .08em;
}
.footer__cta-desc {
  font-size: 12px;
  color: rgba(255,255,255,.85);
  line-height: 1.7;
  letter-spacing: .04em;
  margin-bottom: 18px;
}
.footer__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 8px;
}
.ft-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.ft-feature__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.ft-feature span:not(.ft-feature__icon) {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
}

/* フッター下部 */
.footer__bottom {
  border-top: 1px solid rgba(201,169,106,.3);
}
.footer__bottom-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__bottom-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__bottom-icon { display: block; flex-shrink: 0; height: 48px; width: auto; filter: brightness(0) invert(1); }
.footer__bottom-text { display: flex; flex-direction: column; line-height: 1.3; }
.footer__bottom-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .12em;
}
.footer__bottom-sub {
  font-size: 11px;
  color: rgba(255,255,255,.7);
  letter-spacing: .08em;
  margin-top: 2px;
}
.footer__bottom-info p {
  font-size: 12px;
  color: rgba(255,255,255,.85);
  line-height: 1.7;
  letter-spacing: .04em;
  margin: 0;
}
.footer__bottom-info p + p { margin-top: 4px; }
.footer__bottom-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.footer__legal {
  display: flex;
  gap: 24px;
}
.footer__legal li { position: relative; }
.footer__legal li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -14px;
  color: rgba(201,169,106,.5);
}
.footer__legal a {
  font-size: 12px;
  color: rgba(255,255,255,.85);
  transition: color .2s;
}
.footer__legal a:hover { color: var(--gold-light); }
.footer__copy {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  color: rgba(255,255,255,.6);
  letter-spacing: .06em;
}

/* レスポンシブ */
@media (max-width: 1280px) {
  .contact-bar__inner { gap: 18px; padding: 0 24px; }
  .contact-bar__lead { font-size: 12px; padding-left: 18px; }
  .contact-bar__tel-num { font-size: 28px; }
  .contact-bar__btn { padding: 14px 22px; }
  .contact-bar__btn-main { font-size: 15px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px; }
}

@media (max-width: 1100px) {
  .contact-bar { padding: 24px 0; }
  .contact-bar__inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contact-bar__brand { grid-column: 1 / -1; justify-content: center; }
  .contact-bar__lead { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
  .footer__cta { grid-column: 1 / -1; }
  .footer__features { grid-template-columns: repeat(4, 1fr); }
  .footer__bottom-inner { justify-content: flex-end; }
}

@media (max-width: 720px) {
  .contact-bar__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .contact-bar__brand { justify-content: center; }
  .contact-bar__brand-jp { font-size: 19px; }
  .contact-bar__tel { justify-content: center; margin-left: 0; }
  .contact-bar__tel-icon { width: 48px; height: 48px; }
  .contact-bar__tel-icon svg { width: 28px; height: 28px; }
  .contact-bar__tel-num { font-size: 26px; }
  .contact-bar__btn { width: 100%; justify-content: center; padding: 16px 20px; }

  .footer__inner { padding: 40px 20px 32px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer__col--brand { grid-column: 1 / -1; }
  .footer__cta { grid-column: 1 / -1; padding: 22px 20px 20px; }
  .footer__features { grid-template-columns: repeat(2, 1fr); }
  .footer__heading { font-size: 15px; margin-bottom: 14px; padding-bottom: 10px; }
  .footer__links a { font-size: 12px; }

  .footer__bottom-inner { padding: 20px; gap: 14px; }
  .footer__legal { flex-wrap: wrap; gap: 18px; }
  .footer__legal li:not(:last-child)::after { right: -10px; }
}

/* ============================================
   WordPress 管理バー対応
   ログイン中の表示で .header(position:fixed)が
   管理バーと干渉しないように top をずらす
============================================ */
body.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}
@media screen and (max-width: 600px) {
  body.admin-bar .header { top: 0; }
}
