/* ============================================================
   FPオフィス クモト — 共通スタイル
   カラーテーマ v9：フルリテーマ
   ベース     #EFE8E4  ウォームグレージュ
   アクセント  #CD8858  テラコッタキャメル
   テキスト   #412E27  ディープブラウン
   ============================================================ */

/* ============================================================
   CSS Custom Properties
   ============================================================ */
:root {
  /* ===== アクセントカラー系 ===== */
  --accent:        #CD8858;   /* メインアクセント（テラコッタキャメル）*/
  --accent-dark:   #B06A38;   /* ホバー・強調 */
  --accent-deeper: #8A4F26;   /* 最強調・アイコン */
  --accent-light:  #DC9F74;   /* 薄いアクセント */
  --accent-pale:   #ECC8A8;   /* 極薄アクセント */
  --accent-muted:  #F2DEC8;   /* 背景アクセント */
  --accent-darker: #6E3C18;   /* 最暗アクセント */

  /* ===== ベースカラー系 ===== */
  --base:          #EFE8E4;   /* ベース（ウォームグレージュ）*/
  --base-warm:     #E8DFDA;   /* やや濃いベース */
  --base-mid:      #DDD2CB;   /* 中間ベース */
  --base-deep:     #CFBFB6;   /* 濃いベース */
  --base-muted:    #BFADA4;   /* セクション区切り */

  /* ===== ページ背景 ===== */
  --bg:            #EFE8E4;
  --bg-section:    #E8DFDA;
  --bg-card:       #FFFFFF;
  --white:         #FFFFFF;

  /* ===== 後方互換エイリアス ===== */
  --base-light:    #E8DFDA;
  --base-dark:     #CFBFB6;

  /* ===== テキストカラー系 ===== */
  --text:          #412E27;   /* メインテキスト */
  --text-dark:     #2A1B15;   /* 見出し・強調 */
  --text-mid:      #6B4D42;   /* サブテキスト */
  --text-light:    #9A7366;   /* 補足テキスト */
  --text-muted:    #C0988E;   /* 非アクティブ */

  /* ===== ボーダー ===== */
  --border:        #D4C4BC;
  --border-light:  #E0D2CA;
  --border-accent: #C88A60;

  /* ===== CTA専用（今すぐ予約ボタン）===== */
  --cta-bg:        #CD8858;
  --cta-hover:     #8A4F26;

  /* ===== 後方互換エイリアス（変数名保持・値のみ新テーマ）===== */
  --cream:         #EFE8E4;
  --beige:         #E8DFDA;
  --beige-dark:    #CFBFB6;
  --beige-mid:     #EFE8E4;
  --beige-deep:    #BFADA4;
  --seashell:      #EFE8E4;
  --bg-gray:       #E8DFDA;
  --warm-white:    #FFFFFF;

  --brown:         #CD8858;
  --brown-dark:    #B06A38;
  --brown-mid:     #C07848;
  --brown-light:   #DC9F74;
  --brown-pale:    #ECC8A8;

  --gold:          #B06A38;
  --gold-light:    #DC9F74;
  --gold-pale:     #ECC8A8;

  --terra:         #8A4F26;
  --terra-light:   #DC9F74;
  --terra-pale:    #ECC8A8;

  --sage:          #CD8858;
  --sage-light:    #DC9F74;
  --sage-pale:     #F2DEC8;

  --accent2:       #B06A38;
  --accent2-dark:  #8A4F26;
  --accent2-light: #DC9F74;
  --accent2-pale:  #ECC8A8;

  --accent3:       #8A4F26;
  --accent3-dark:  #8A4F26;
  --accent3-light: #CD8858;
  --accent3-pale:  #ECC8A8;

  --accent4:       #C07848;
  --accent4-dark:  #B06A38;
  --accent4-light: #DC9F74;
  --accent4-pale:  #ECC8A8;

  --accent5:       #CD8858;
  --accent5-dark:  #B06A38;
  --accent5-light: #DC9F74;
  --accent5-pale:  #F2DEC8;

  --accent6:       #8A4F26;
  --accent6-dark:  #8A4F26;
  --accent6-light: #CD8858;
  --accent6-pale:  #ECC8A8;

  --pink:          #F2DEC8;
  --lightpink:     #ECC8A8;
  --peachpuff:     #E8DFDA;
  --mistyrose:     #CFBFB6;
  --lavenderblush: #EFE8E4;
  --lavender:      #F2DEC8;
  --honeydew:      #EFE8E4;
  --powderblue:    #DC9F74;
  --paleturquoise: #DC9F74;
  --palegreen:     #DC9F74;
  --lightgreen:    #DC9F74;
  --lemonchiffon:  #E8DFDA;
  --papayawhip:    #E8DFDA;
  --moccasin:      #CFBFB6;
  --lightgoldenrod:#EFE8E4;

  --pale-pink:     #E8DFDA;
  --pale-peach:    #E8DFDA;
  --pale-yellow:   #EFE8E4;
  --pale-green:    #F2DEC8;
  --pale-lavender: #F2DEC8;
  --pale-blue:     #DC9F74;
  --pale-mint:     #ECC8A8;

  /* ===== タイポグラフィ ===== */
  --font-sans:  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-serif: 'Noto Serif JP', 'Hiragino Mincho ProN', serif;

  /* ===== レイアウト ===== */
  --container:  1100px;
  --radius:     10px;
  --radius-lg:  18px;
  --shadow-sm:  0 2px 16px rgba(65,46,39,.07);
  --shadow-md:  0 6px 28px rgba(65,46,39,.12);
  --shadow-lg:  0 14px 48px rgba(65,46,39,.18);
  --transition: .25s ease;
  --section-py: 80px;
}

/* ============================================================
   Reset & Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.85;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: opacity var(--transition); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
table { border-collapse: collapse; width: 100%; }

/* ============================================================
   Container
   ============================================================ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-dark);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--accent);
  margin-bottom: 16px;
  opacity: .9;
}
.section-eyebrow.center { display: block; text-align: center; }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.55;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.section-title.center { text-align: center; }
.section-title .accent   { color: var(--accent); }
.section-title .accent-g { color: var(--accent); }
.section-title .accent-t { color: var(--accent-deeper); }
.section-title .accent-s { color: var(--accent); }
.section-title .accent-y { color: var(--accent); }

.section-lead {
  font-size: .95rem;
  color: var(--text-mid);
  line-height: 1.95;
  margin-bottom: 48px;
}
.section-lead.center { text-align: center; }

/* ============================================================
   BUTTONS — 全サイト統一管理（ページ別管理禁止）
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: .97rem;
  font-weight: 700;
  transition: all var(--transition);
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .03em;
  border: 2px solid transparent;
}

/* ===== プライマリCTA（今すぐ予約・最目立ち）===== */
.btn-primary {
  background: var(--cta-bg);
  color: #fff;
  border-color: var(--cta-bg);
  box-shadow: 0 4px 22px rgba(205,136,88,.42);
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.16) 0%, transparent 60%);
  pointer-events: none;
}
.btn-primary:hover {
  background: var(--cta-hover);
  border-color: var(--cta-hover);
  box-shadow: 0 6px 32px rgba(205,136,88,.55);
  transform: translateY(-2px);
}

/* ===== アクセントソリッド（btn-brown/gold/sage/green を統一）===== */
.btn-brown,
.btn-gold,
.btn-sage,
.btn-green {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 3px 14px rgba(205,136,88,.30);
}
.btn-brown:hover,
.btn-gold:hover,
.btn-sage:hover,
.btn-green:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 5px 20px rgba(205,136,88,.42);
}

/* ===== アウトライン ===== */
.btn-outline {
  border: 2px solid var(--accent);
  color: var(--accent-dark);
  background: transparent;
}
.btn-outline:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-white {
  border: 2px solid var(--border-accent);
  color: var(--accent-deeper);
  background: rgba(255,255,255,.82);
}
.btn-outline-white:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-1px);
}

/* ===== サイズ修飾子 ===== */
.btn-lg { padding: 18px 48px; font-size: 1.08rem; }
.btn-full { width: 100%; justify-content: center; }
.btn i { font-size: .9em; }

/* ============================================================
   HEADER
   ============================================================ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  background: rgba(239,232,228,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 2px 16px rgba(65,46,39,.08);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-mark {
  width: 53px; height: 53px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  overflow: hidden;
}
.logo-mark img {
  width: 53px; height: 53px;
  object-fit: contain;
  display: block;
}
.logo-text-wrap { line-height: 1.25; }
.logo-name {
  font-family: var(--font-serif);
  font-size: 1.16rem;
  font-weight: 700;
  color: var(--text-dark);
  display: block;
}
.logo-sub {
  font-size: .75rem;
  color: var(--text-light);
  letter-spacing: .04em;
  display: block;
}

/* Global Nav */
#global-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
}
#global-nav a {
  display: block;
  padding: 8px 13px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-mid);
  border-radius: 5px;
  transition: all var(--transition);
  white-space: nowrap;
}
#global-nav a:hover,
#global-nav a.active {
  background: var(--base-deep);
  color: var(--text-dark);
}

/* ===== CTAナビボタン（今すぐ予約）===== */
.nav-cta-btn {
  background: var(--cta-bg) !important;
  color: #fff !important;
  padding: 9px 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 12px rgba(205,136,88,.34);
  font-weight: 700 !important;
}
.nav-cta-btn:hover {
  background: var(--cta-hover) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(205,136,88,.48);
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  padding: 4px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--accent-deeper);
  border-radius: 2px;
  transition: all var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
#mobile-nav {
  position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--white);
  z-index: 899;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  box-shadow: var(--shadow-md);
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  border-top: 2px solid var(--border);
}
#mobile-nav.open { transform: translateY(0); opacity: 1; }
#mobile-nav ul { padding: 8px 0 14px; }
#mobile-nav a {
  display: block;
  padding: 13px 24px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border-light);
}
.mobile-cta {
  margin: 12px 20px 4px;
}

/* ============================================================
   PAGE WRAPPER
   ============================================================ */
.page-wrapper { padding-top: 68px; }

/* ============================================================
   SECTION UTILITY
   ============================================================ */
.section { padding: var(--section-py) 0; }
.section-white   { background: var(--white); }
.section-beige   { background: var(--base-warm); }
.section-cream   { background: var(--base); }
.section-brown   { background: linear-gradient(135deg, var(--base) 0%, var(--base-deep) 100%); }
.section-gold    { background: var(--base-warm); }
.section-terra   { background: var(--base-mid); }

/* ============================================================
   DIVIDER LINE
   ============================================================ */
.section-divider {
  width: 52px; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  border-radius: 2px;
  margin: 0 auto 32px;
  opacity: .9;
}
.section-divider.left { margin: 0 0 24px; }

/* ============================================================
   CTA BANNER（共通）
   ============================================================ */
.cta-banner {
  background: linear-gradient(160deg, var(--base-muted) 0%, var(--base-deep) 50%, var(--accent-muted) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(205,136,88,.12);
  top: -100px; right: -80px;
  pointer-events: none;
}
.cta-banner::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(138,79,38,.08);
  bottom: -80px; left: -60px;
  pointer-events: none;
}
.cta-banner h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--text-dark);
  margin-bottom: 12px;
  position: relative;
}
.cta-banner p {
  font-size: .92rem;
  color: var(--text-mid);
  margin-bottom: 28px;
  line-height: 1.85;
  position: relative;
}
.cta-banner .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  position: relative;
}

/* ===== CTAフリーバッジ ===== */
.cta-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cta-bg);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 100px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(205,136,88,.36);
  letter-spacing: .04em;
}

/* ============================================================
   CARDS
   ============================================================ */
.card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  transition: box-shadow var(--transition), transform var(--transition);
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

/* ============================================================
   ICON BOX
   ============================================================ */
.icon-box {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.icon-box-brown  { background: var(--accent-muted);  color: var(--accent-deeper); }
.icon-box-gold   { background: var(--base-deep);     color: var(--accent-deeper); }
.icon-box-terra  { background: var(--accent-muted);  color: var(--accent-deeper); }
.icon-box-sage   { background: var(--base-deep);     color: var(--accent-deeper); }
.icon-box-beige  { background: var(--base-muted);    color: var(--accent-deeper); }
.icon-box-green  { background: var(--accent-muted);  color: var(--cta-bg); }

/* ============================================================
   PAGE HERO（内部ページ共通）
   ============================================================ */
.page-hero {
  background: linear-gradient(160deg, var(--base) 0%, var(--base-warm) 55%, var(--base-deep) 100%);
  border-bottom: 1px solid var(--border);
  padding: 52px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(205,136,88,.10);
  top: -100px; right: -60px;
}
.page-hero::after {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(138,79,38,.07);
  bottom: -60px; left: 10%;
}
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  color: var(--text-dark);
  margin-bottom: 10px;
  position: relative;
}
.page-hero p {
  font-size: .9rem;
  color: var(--text-mid);
  position: relative;
}
.breadcrumb {
  display: none; /* 画面表示なし：SEO用JSON-LDのみ使用 */
}

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: linear-gradient(180deg, var(--base-muted) 0%, var(--base-deep) 100%);
  border-top: 1px solid var(--border);
}
.footer-main {
  max-width: var(--container);
  margin: 0 auto;
  padding: 52px 20px 40px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 52px;
  border-bottom: 1px solid var(--border);
}
.footer-brand .logo-text-wrap { margin-bottom: 12px; }
.footer-brand .logo-name { color: var(--text-dark); font-size: 1.35rem; }
.footer-brand .logo-sub  { color: var(--text-light); font-size: .82rem; }
.footer-brand p {
  font-size: .82rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-top: 14px;
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.footer-nav-col h4 {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}
.footer-nav-col ul { display: flex; flex-direction: column; gap: 7px; }
.footer-nav-col a {
  font-size: .82rem;
  color: var(--text-mid);
  transition: color var(--transition);
}
.footer-nav-col a:hover { color: var(--accent-dark); }
.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
}
.footer-bottom p { font-size: .73rem; color: var(--text-light); }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: .73rem; color: var(--text-light); }
.footer-bottom-links a:hover { color: var(--accent-dark); }

/* ============================================================
   SCROLL TOP
   ============================================================ */
#scroll-top {
  position: fixed;
  bottom: 24px; right: 20px;
  width: 44px; height: 44px;
  background: var(--cta-bg);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .92rem;
  box-shadow: var(--shadow-md);
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition);
}
#scroll-top.visible { opacity: 1; pointer-events: all; }
#scroll-top:hover { background: var(--cta-hover); transform: translateY(-2px); }

/* ============================================================
   FLOATING CTA（SP）
   ============================================================ */
.floating-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 850;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 10px 16px;
  gap: 10px;
}
.floating-cta a {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  border-radius: 6px;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
}
.floating-cta-tel     { background: var(--accent-dark); }
.floating-cta-contact { background: var(--cta-bg); }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--bg-card);
}
.faq-item.open { border-color: var(--accent); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  text-align: left;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: background var(--transition);
}
.faq-q:hover { background: var(--base-warm); }
.faq-q-inner { display: flex; align-items: flex-start; gap: 10px; flex: 1; }
.faq-q-badge {
  background: var(--cta-bg);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-arrow { font-size: .78rem; color: var(--accent-dark); transition: transform .3s ease; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner {
  padding: 14px 22px 20px 56px;
  font-size: .9rem;
  color: var(--text-mid);
  line-height: 1.9;
  border-top: 1px solid var(--border-light);
}

/* ============================================================
   VOICE CARDS
   ============================================================ */
.voice-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.voice-card::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 18px; right: 22px;
  font-size: 1.8rem;
  color: var(--accent-muted);
}
.voice-stars {
  color: var(--accent);
  font-size: .85rem;
  margin-bottom: 10px;
  display: flex;
  gap: 2px;
}
.voice-text {
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.88;
  margin-bottom: 16px;
}
.voice-meta { display: flex; align-items: center; gap: 12px; }
.voice-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  border: 2px solid var(--border-accent);
}
.voice-meta strong { display: block; font-size: .88rem; color: var(--text-dark); }
.voice-meta small  { font-size: .75rem; color: var(--text-light); }

/* ============================================================
   STEP FLOW
   ============================================================ */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  position: relative;
}
.flow-grid::before {
  content: '';
  position: absolute;
  top: 36px; left: 10%;
  width: 80%; height: 2px;
  background: linear-gradient(90deg, var(--accent-light), var(--accent));
  z-index: 0;
}
.flow-item {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
.flow-num-wrap {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  position: relative;
  box-shadow: 0 4px 14px rgba(205,136,88,.22);
}
.flow-num-wrap .num {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-deeper);
  font-family: var(--font-serif);
}
.flow-icon-badge {
  position: absolute;
  top: -8px; right: -8px;
  width: 26px; height: 26px;
  background: var(--cta-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  color: #fff;
}
.flow-item h3 { font-size: .95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.flow-item p  { font-size: .8rem; color: var(--text-mid); line-height: 1.7; }

/* ============================================================
   STATS ROW
   ============================================================ */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat-item {
  background: var(--bg-card);
  padding: 28px 20px;
  text-align: center;
}
.stat-num {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent-deeper);
  line-height: 1;
  font-family: var(--font-serif);
  margin-bottom: 4px;
}
.stat-num span { font-size: 1.1rem; }
.stat-label { font-size: .78rem; color: var(--text-mid); }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--border-accent);
}
.service-card .icon-box { margin-bottom: 16px; }
.service-card h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.service-card > p { font-size: .85rem; color: var(--text-mid); line-height: 1.85; }
.service-card ul { margin-top: 12px; }
.service-card ul li {
  font-size: .82rem;
  color: var(--text-mid);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-card ul li::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--accent-dark);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   REASON CARDS
   ============================================================ */
.reason-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow var(--transition), transform var(--transition);
}
.reason-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.reason-num {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  flex-shrink: 0;
  color: var(--accent);
}
.reason-card h3 { font-size: .97rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.reason-card p  { font-size: .84rem; color: var(--text-mid); line-height: 1.85; }

/* ============================================================
   PROFILE CARD
   ============================================================ */
.profile-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.profile-card-header {
  background: linear-gradient(135deg, var(--base) 0%, var(--base-warm) 55%, var(--base-deep) 100%);
  border-bottom: 1px solid var(--border);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.profile-photo-wrap {
  width: 100px; height: 100px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  flex-shrink: 0;
  overflow: hidden;
  background: var(--base-warm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.profile-photo-wrap .fallback-icon {
  font-size: 2.5rem;
  color: var(--accent-light);
}
.profile-card-header h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-bottom: 2px;
}
.profile-card-header h3 .kana {
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 400;
  color: var(--text-light);
  margin-left: 10px;
  letter-spacing: .05em;
}
.profile-card-header .role {
  font-size: .78rem;
  color: var(--text-mid);
  line-height: 1.5;
  margin-bottom: 8px;
}
.cert-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cert-tag {
  background: var(--accent-muted);
  color: var(--accent-deeper);
  font-size: .68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid var(--border-accent);
}
.profile-card-body { padding: 28px 32px; }

.profile-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.profile-section-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent-deeper);
  border-left: 3px solid var(--accent);
  padding-left: 8px;
  margin-bottom: 8px;
}
.profile-card-body p {
  font-size: .87rem;
  color: var(--text-mid);
  line-height: 1.9;
}
.profile-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.skill-tag {
  background: var(--base-deep);
  color: var(--text-dark);
  font-size: .73rem;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 100px;
  border: 1px solid var(--border);
}
.hobby-list { display: flex; flex-direction: column; gap: 5px; margin-top: 8px; }
.hobby-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .83rem;
  color: var(--text-mid);
}
.hobby-item::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent-dark);
  flex-shrink: 0;
}

/* ============================================================
   COMPANY TABLE
   ============================================================ */
.company-table { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.company-table tr { border-bottom: 1px solid var(--border-light); }
.company-table tr:last-child { border-bottom: none; }
.company-table th, .company-table td { padding: 14px 20px; font-size: .9rem; text-align: left; }
.company-table th { background: var(--base-warm); color: var(--text-dark); font-weight: 700; width: 30%; min-width: 120px; }
.company-table td { color: var(--text-mid); background: var(--bg-card); }

/* ============================================================
   GRID HELPERS
   ============================================================ */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  #global-nav { display: none; }
  .hamburger { display: flex; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .flow-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .flow-grid::before { display: none; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav-grid { grid-template-columns: repeat(2,1fr); }
  .floating-cta { display: flex; }
  body { padding-bottom: 68px; }
  .profile-detail { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --section-py: 56px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .footer-nav-grid { grid-template-columns: 1fr; }
  .profile-card-header { flex-direction: column; text-align: center; align-items: center; }
  .section-title { font-size: 1.45rem; }
  .btn-lg { padding: 14px 28px; font-size: .95rem; }
  .profile-card-body { padding: 22px 20px; }
}

@media (max-width: 400px) {
  .header-inner { padding: 0 14px; }
  .container { padding: 0 14px; }
}

/* ============================================================
   PC WIDE LAYOUT（1024px以上専用）
   コンテンツ最大幅を 1100px → 1400px に拡大
   SP・タブレット（〜1023px）の挙動は変更しない
   ============================================================ */
@media (min-width: 1024px) {
  .container {
    max-width: 1400px;
    padding: 0 48px;
  }
  .header-inner {
    max-width: 1400px;
    padding: 0 48px;
  }
  .footer-main {
    max-width: 1400px;
    padding: 60px 48px 48px;
  }
  .footer-bottom {
    max-width: 1400px;
    padding: 20px 48px;
  }
}
