/* ==========================================================================
   RINDO 林業キャリア無料相談 LP — style.css
   RINDO Design System トークン抜粋 + LP用ユーティリティ
   ========================================================================== */

/* ---- Google Fonts（必要ウェイトのみ・display=swapで表示ブロッキング回避） ---- */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700;800&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@700;900&display=swap');

/* ---- デザインシステム・トークン（このLPで使う変数のみ抜粋） ---- */
:root {
  --ink-900: #1a1a18;
  --ink-700: #3a3a32;
  --ink-500: #6b6b60;
  --ink-400: #8d8d80;
  --paper-0: #ffffff;
  --paper-50: #f8f7f4;
  --paper-200: #e2dccd;
  --forest-900: #122a1a;
  --forest-800: #173420;
  --forest-700: #1f3d28;
  --forest-600: #2a5135;
  --forest-500: #366b43;
  --forest-300: #8aab84;
  --forest-200: #c2d4b6;
  --forest-100: #dde6d2;
  --forest-50: #eef3e7;
  --bark-500: #8a6f4e;
  --line-green: #06c755;
  --font-display: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
  --font-body: "Noto Sans JP", "Zen Kaku Gothic New", system-ui, sans-serif;
  --font-latin: "Archivo", "Zen Kaku Gothic New", system-ui, sans-serif;
}

/* ---- リセット / ベース ---- */
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper-0);
  font-family: var(--font-body);
  color: var(--ink-700);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }

/* ---- レイアウト ---- */
.wrap { max-width: 1100px; margin: 0 auto; padding: clamp(48px, 7vw, 96px) clamp(16px, 4vw, 32px); }
.wrap-narrow { max-width: 800px; }
.wrap-mid { max-width: 900px; }
.sec-alt { background: var(--paper-50); }
.sec-brand { background: var(--forest-700); }

/* ---- ヘッダー ---- */
.header { position: sticky; top: 0; z-index: 50; background: var(--paper-0); border-bottom: 1px solid var(--paper-200); }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(16px, 4vw, 32px); }
.header .logo { width: auto; height: clamp(24px, 3vw, 30px); }

/* ---- 見出し・エディトリアル ---- */
.eyebrow { font-family: var(--font-latin); font-weight: 700; font-size: clamp(11px, 1.2vw, 13px); letter-spacing: 0.16em; margin-bottom: 10px; color: var(--forest-600); }
.eyebrow.on-brand { color: var(--forest-200); letter-spacing: 0.18em; }
.h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.8vw, 32px); line-height: 1.5; color: var(--ink-900); margin-bottom: 28px; padding-left: 16px; border-left: 4px solid var(--forest-700); }
.h2.on-brand { color: #fff; border: 0; padding-left: 0; }
.h2.center { text-align: center; border: 0; padding-left: 0; font-weight: 900; }

/* ---- ボタン ---- */
.btn { display: flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 6px; text-decoration: none; font-family: var(--font-display); font-weight: 700; transition: background 200ms ease, transform 120ms ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--forest-500); color: #fff; border: 1.5px solid var(--forest-500); font-size: clamp(15px, 1.6vw, 17px); }
.btn-primary:hover { background: var(--forest-600); border-color: var(--forest-600); }
.btn-line { background: var(--line-green); color: #fff; font-size: clamp(13px, 1.5vw, 15px); min-height: 50px; }
.btn-header { font-family: var(--font-display); font-weight: 700; font-size: clamp(12px, 1.4vw, 14px); color: #fff; background: var(--forest-700); padding: 10px 18px; border-radius: 6px; text-decoration: none; }

/* ---- チップ / タグ ---- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: clamp(11px, 1.2vw, 13px); font-weight: 700; color: #fff; border: 1px solid rgba(255,255,255,0.55); border-radius: 4px; padding: 5px 10px; }
.chip-solid { color: var(--forest-900); background: var(--forest-200); border-color: var(--forest-200); }

/* ---- ヒーロー ---- */
.hero { position: relative; overflow: hidden; background: var(--forest-900); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,42,26,0.92) 25%, rgba(18,42,26,0.55) 60%, rgba(18,42,26,0.25) 100%); }
.hero-inner { position: relative; max-width: 1100px; margin: 0 auto; padding: clamp(56px, 9vw, 120px) clamp(16px, 4vw, 32px); }
.hero-col { max-width: 620px; display: flex; flex-direction: column; gap: clamp(14px, 2vw, 20px); }
.hero-eyebrow { font-family: var(--font-latin); font-weight: 700; font-size: clamp(11px, 1.2vw, 13px); letter-spacing: 0.18em; color: var(--forest-200); }
.hero-h1 { font-family: var(--font-display); font-weight: 900; font-size: clamp(29px, 4.4vw, 52px); line-height: 1.4; color: #fff; text-wrap: pretty; }
.hero-lead { font-size: clamp(14px, 1.6vw, 17px); line-height: 1.9; color: rgba(248,247,244,0.92); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.hero-cta .btn { flex: 1 1 240px; max-width: 400px; }

/* ---- グリッド ---- */
.grid { display: grid; gap: 14px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-flow { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* ---- チェックカード ---- */
.check { display: flex; gap: 10px; align-items: flex-start; background: var(--paper-50); border: 1px solid var(--paper-200); border-radius: 6px; padding: 14px 16px; }
.check span:first-child { color: var(--forest-600); font-weight: 700; line-height: 1.7; }
.check span:last-child { font-size: clamp(14px, 1.5vw, 15px); line-height: 1.7; }
.lead-note { margin-top: 28px; font-size: clamp(15px, 1.6vw, 17px); line-height: 1.9; font-weight: 500; color: var(--ink-900); max-width: 720px; }

/* ---- 約束カード（ブランド背景上） ---- */
.promise-lead { font-size: clamp(13px, 1.5vw, 15px); line-height: 1.9; color: var(--forest-100); max-width: 640px; margin-bottom: 28px; margin-top: 10px; }
.promise { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; padding: clamp(18px, 2.4vw, 28px) clamp(16px, 2vw, 24px); }
.promise-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.promise-num { font-family: var(--font-latin); font-weight: 800; font-size: clamp(20px, 2.2vw, 26px); color: var(--forest-300); }
.promise h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(16px, 1.7vw, 18px); color: #fff; }
.promise p { font-size: clamp(13px, 1.4vw, 14px); line-height: 1.9; color: var(--forest-100); }

/* ---- アドバイザー ---- */
.advisor { background: var(--paper-0); border: 1px solid var(--paper-200); border-radius: 8px; overflow: hidden; display: flex; flex-wrap: wrap; }
.advisor-img { flex: none; width: 260px; height: 260px; object-fit: cover; align-self: flex-start; }
.advisor-body { flex: 1 1 340px; min-width: 280px; padding: clamp(20px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.advisor-role { font-size: clamp(12px, 1.3vw, 14px); color: var(--ink-500); margin-bottom: 4px; }
.advisor-name { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); color: var(--ink-900); margin-bottom: 16px; }
.advisor-body p { font-size: clamp(14px, 1.5vw, 15px); line-height: 1.95; margin-bottom: 12px; }
.advisor-body p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .advisor { flex-direction: column; align-items: center; }
  .advisor-img { flex: none; width: 160px; height: 160px; min-width: 0; max-width: 160px; margin: 24px 0 0; align-self: center; }
  .advisor-body { flex: none; width: 100%; }
}

/* ---- トピックカード ---- */
.topic { border: 1px solid var(--paper-200); border-radius: 6px; padding: clamp(18px, 2.4vw, 28px) clamp(16px, 2vw, 24px); }
.topic h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(15px, 1.7vw, 18px); color: var(--forest-700); margin-bottom: 8px; }
.topic p { font-size: clamp(13px, 1.4vw, 14px); line-height: 1.9; }

/* ---- 流れ（ステップ） ---- */
.step { background: var(--paper-0); border: 1px solid var(--paper-200); border-radius: 6px; padding: clamp(20px, 2.4vw, 28px); }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--forest-700); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-latin); font-weight: 800; font-size: 16px; margin-bottom: 14px; }
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(16px, 1.7vw, 18px); color: var(--ink-900); margin-bottom: 8px; }
.step p { font-size: clamp(13px, 1.4vw, 14px); line-height: 1.9; }

/* ---- 利用者の声 ---- */
.voice { background: var(--paper-50); border: 1px solid var(--paper-200); border-radius: 6px; padding: clamp(18px, 2.4vw, 28px) clamp(16px, 2vw, 24px); }
.voice p { font-size: clamp(13px, 1.4vw, 14px); line-height: 1.95; margin-bottom: 12px; }
.voice .who { font-size: 12px; color: var(--ink-500); }
.disclaimer { margin-top: 16px; font-size: 11px; color: var(--ink-400); }

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq { background: var(--paper-0); border: 1px solid var(--paper-200); border-radius: 6px; padding: clamp(16px, 2vw, 22px); }
.faq-q { display: flex; gap: 12px; margin-bottom: 8px; }
.faq-q b { font-family: var(--font-latin); font-weight: 800; color: var(--forest-600); }
.faq-q span { font-weight: 700; font-size: clamp(14px, 1.5vw, 16px); color: var(--ink-900); line-height: 1.6; }
.faq-a { display: flex; gap: 12px; }
.faq-a b { font-family: var(--font-latin); font-weight: 800; color: var(--bark-500); }
.faq-a span { font-size: clamp(13px, 1.4vw, 14px); line-height: 1.9; }

/* ---- 予約 ---- */
.reserve-head { text-align: center; margin-bottom: 28px; }
.reserve-head h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(24px, 3vw, 34px); line-height: 1.5; color: #fff; margin: 12px 0; }
.reserve-head p { font-size: clamp(13px, 1.5vw, 15px); line-height: 1.9; color: var(--forest-100); }
.spir-card { background: var(--paper-0); border-radius: 8px; padding: 8px; margin-bottom: 20px; }
.spir-widget { min-width: 320px; height: 650px; }
.reserve-foot { text-align: center; }
.reserve-foot p { margin-bottom: 12px; font-size: clamp(13px, 1.5vw, 14px); color: var(--forest-100); }
.reserve-foot .btn-line { max-width: 420px; margin: 0 auto; }

/* ---- フッター ---- */
.footer { background: var(--ink-900); }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: clamp(28px, 4vw, 44px) clamp(16px, 4vw, 32px); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.footer .logo { width: auto; height: 26px; margin-bottom: 10px; }
.footer p { font-size: clamp(12px, 1.3vw, 13px); line-height: 1.8; color: rgba(244,241,234,0.75); }
.footer .copy { font-size: 11px; color: rgba(244,241,234,0.45); }
