/* インバウンド獲得ページ用の追加スタイル（ブログ記事・セルフ診断・資料請求）
   site.css の変数・イディオムの上に載せるだけ。site.css 本体は変更しない */

/* ---- ブログ記事 ---- */
.post-hero h1 { max-width: 800px; }
.post-meta { color: var(--ink-soft); font-size: 14px; }

.post-container { max-width: 720px; }
.post-body { font-size: 16px; line-height: 2; color: var(--ink); }
.post-body h2 {
  font-size: 24px; font-weight: 500; line-height: 1.5;
  margin: 56px 0 16px; letter-spacing: 0.01em;
}
.post-body h3 { font-size: 18px; font-weight: 500; margin: 36px 0 10px; }
.post-body p { margin: 0 0 24px; }
.post-body ul, .post-body ol { margin: 0 0 24px; padding-left: 24px; }
.post-body li { margin-bottom: 10px; }
.post-body blockquote {
  margin: 0 0 24px; padding: 16px 20px; border-left: 3px solid var(--accent);
  background: var(--bg-alt); border-radius: 0 10px 10px 0; color: var(--ink-soft);
}
.post-body blockquote p { margin: 0; }
.post-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.post-body strong { font-weight: 600; }
.post-body hr { border: 0; border-top: 1px solid var(--hairline); margin: 40px 0; }

/* ---- 記事カード ---- */
.post-card .card-icon { letter-spacing: 0.08em; }
.post-card-pillar {
  display: block; margin-bottom: 28px; border: 1px solid var(--accent);
}
.post-card-pillar .post-card-more { color: var(--accent); font-size: 14px; font-weight: 500; }
.post-grid { margin-top: 0; }

/* ---- セルフ診断 ---- */
.quiz { max-width: 720px; margin: 0 auto; }
.quiz-q {
  background: var(--bg); border: 1px solid var(--hairline);
  border-radius: 16px; padding: 24px 24px 18px; margin-bottom: 16px;
}
.quiz-q-title { font-size: 16px; font-weight: 600; margin: 0 0 4px; }
.quiz-q-note { font-size: 13px; color: var(--ink-soft); margin: 0 0 14px; }
.quiz-opts { display: grid; gap: 8px; }
.quiz-opts label {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--hairline); border-radius: 10px;
  padding: 12px 14px; font-size: 14px; cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.quiz-opts label:hover { border-color: var(--accent); }
.quiz-opts input { accent-color: var(--accent); }
.quiz-opts input:checked + span { font-weight: 600; }
.quiz-opts label:has(input:checked) { border-color: var(--accent); background: rgba(0, 102, 230, 0.04); }

.quiz-result {
  display: none; margin-top: 32px; background: var(--bg-alt);
  border-radius: 20px; padding: 32px 28px;
}
.quiz-result.is-visible { display: block; }
.quiz-score { font-family: var(--font-en); font-size: 56px; font-weight: 300; line-height: 1; }
.quiz-score small { font-size: 20px; color: var(--ink-soft); }
.quiz-tier { font-size: 17px; font-weight: 600; margin: 10px 0 18px; }
.quiz-axes { display: grid; gap: 10px; margin: 0 0 20px; padding: 0; list-style: none; }
.quiz-axes li {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 14px; line-height: 1.7;
}
.quiz-axes b {
  flex: 0 0 auto; font-family: var(--font-en); font-weight: 500;
  color: var(--accent); min-width: 34px;
}
.quiz-honest {
  font-size: 12.5px; color: var(--ink-soft); line-height: 1.8;
  border-top: 1px solid var(--hairline); padding-top: 14px; margin-top: 4px;
}

/* ---- リードフォーム（診断詳細・資料請求 共通） ---- */
.lead-form {
  max-width: 560px; margin: 28px auto 0; background: var(--bg);
  border: 1px solid var(--hairline); border-radius: 20px; padding: 32px 28px;
}
.lead-form h3 { font-size: 18px; margin: 0 0 6px; }
.lead-form .lead-sub { font-size: 13px; color: var(--ink-soft); margin: 0 0 20px; line-height: 1.8; }
.lead-form .field { margin-bottom: 14px; }
.lead-form label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 6px; }
.lead-form input[type="text"], .lead-form input[type="email"] {
  width: 100%; box-sizing: border-box; font: inherit; font-size: 15px;
  border: 1px solid var(--hairline); border-radius: 10px;
  padding: 11px 12px; background: var(--bg);
}
.lead-form input:focus { outline: 2px solid var(--accent); outline-offset: -1px; }
.lead-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { display: none; font-size: 13px; margin-top: 12px; color: var(--amber); }
.form-note.is-visible { display: block; }
.form-note.is-success { color: var(--accent); }

/* ---- 資料請求 ---- */
.wp-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: start; max-width: 980px; margin: 0 auto;
}
.wp-cover {
  background: #1d1d1f; color: #fff; border-radius: 20px;
  padding: 44px 36px; min-height: 320px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.wp-cover .en { font-family: var(--font-en); letter-spacing: 0.14em; font-size: 12px; opacity: 0.7; }
.wp-cover h3 { font-size: 24px; font-weight: 500; line-height: 1.6; margin: 14px 0 0; }
.wp-cover .wp-cover-meta { font-size: 12.5px; opacity: 0.65; margin-top: 28px; line-height: 1.8; }
.wp-toc { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.wp-toc li {
  display: flex; gap: 12px; font-size: 14.5px; line-height: 1.7;
  border-bottom: 1px solid var(--hairline); padding-bottom: 10px;
}
.wp-toc b { font-family: var(--font-en); font-weight: 500; color: var(--accent); }
.wp-dl { display: none; margin-top: 20px; }
.wp-dl.is-visible { display: block; }

@media (max-width: 760px) {
  .wp-layout { grid-template-columns: 1fr; }
  .post-body { font-size: 15.5px; }
  .quiz-score { font-size: 44px; }
}
