/* ================================================================
   転職市場 共通スタイルシート
   対象テンプレート: page-tenjo.php / page-tenjo-top.php
   ================================================================ */

/* ─── 個別ページ サイトナビゲーション ─── */
.tenjo-wrapper .tenjo-sitenav {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
}
.tenjo-wrapper .tenjo-sitenav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.tenjo-wrapper .tenjo-sitenav-inner::-webkit-scrollbar { display: none; }
.tenjo-wrapper .tenjo-sitenav-logo {
  font-weight: 900;
  font-size: 0.9rem;
  color: #1e3a5f !important;
  white-space: nowrap;
  padding: 14px 20px 14px 0;
  border-right: 1px solid #e2e8f0;
  margin-right: 16px;
  text-decoration: none;
}
.tenjo-wrapper .tenjo-sitenav-inner a {
  font-size: 0.82rem;
  color: #64748b !important;
  padding: 14px 14px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  text-decoration: none;
}
.tenjo-wrapper .tenjo-sitenav-inner a:hover {
  color: #2563eb !important;
  border-bottom-color: #2563eb;
  text-decoration: none;
}
.tenjo-wrapper .tenjo-sitenav-logo:hover {
  color: #2563eb !important;
  border-bottom-color: transparent;
}
@media (max-width: 640px) {
  .tenjo-wrapper .tenjo-sitenav-inner { padding: 0 16px; }
  .tenjo-wrapper .tenjo-sitenav-logo { padding: 12px 14px 12px 0; }
  .tenjo-wrapper .tenjo-sitenav-inner a { padding: 12px 10px; }
}

/* ─── リセット＆ベース ─── */
.tenjo-wrapper *,
.tenjo-wrapper *::before,
.tenjo-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tenjo-wrapper {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #1a1a2e;
  background: #f8f9fc;
  line-height: 1.85;
  font-size: 16px;
}

/* Dollahの干渉スタイルを上書き */
.tenjo-page .hoot-wrap,
.tenjo-page #wrapper,
.tenjo-page #main,
.tenjo-page #primary,
.tenjo-page #content,
.tenjo-page .hoot-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.tenjo-page #header-wrap,
.tenjo-page #footer-wrap,
.tenjo-page #header,
.tenjo-page #footer,
.tenjo-page .hoot-header,
.tenjo-page .hoot-footer,
.tenjo-page .site-header,
.tenjo-page .site-footer {
  display: none !important;
}

.tenjo-page body {
  background: #f8f9fc !important;
}

.tenjo-wrapper a { color: #2563eb; text-decoration: none; }
.tenjo-wrapper a:hover { text-decoration: underline; }
.tenjo-wrapper img { max-width: 100%; }
.tenjo-wrapper p { margin-bottom: 14px; font-size: 0.95rem; }
.tenjo-wrapper ul,
.tenjo-wrapper ol { padding-left: 22px; margin-bottom: 16px; }
.tenjo-wrapper li { font-size: 0.95rem; margin-bottom: 6px; }
.tenjo-wrapper strong { color: #1e3a5f; }

/* ─── ヘッダー ─── */
.tenjo-wrapper header {
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
  color: #fff;
  padding: 0;
}
.tenjo-wrapper .header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 40px;
}
.tenjo-wrapper .header-category {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.tenjo-wrapper header h1 {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
}
.tenjo-wrapper header h1 span { color: #fff !important; }
.tenjo-wrapper .header-subtitle {
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 20px;
}
.tenjo-wrapper .header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  opacity: 0.75;
}
.tenjo-wrapper .header-meta span::before { content: "📌 "; }

/* ─── ポイントボックス ─── */
.tenjo-wrapper .point-box {
  background: #eff6ff;
  border-left: 5px solid #2563eb;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 32px 0;
}
.tenjo-wrapper .point-box strong { color: #1e3a5f; }
.tenjo-wrapper .point-box p { font-size: 0.95rem; }

/* ─── メインレイアウト ─── */
.tenjo-wrapper .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* ─── 目次 ─── */
.tenjo-wrapper .toc {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 48px;
}
.tenjo-wrapper .toc h2 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.tenjo-wrapper .toc ol { padding-left: 20px; }
.tenjo-wrapper .toc li { font-size: 0.9rem; margin-bottom: 6px; }
.tenjo-wrapper .toc a { color: #2563eb; }

/* ─── セクション ─── */
.tenjo-wrapper .section {
  background: #fff;
  border-radius: 16px;
  padding: 40px 40px;
  margin-bottom: 32px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.tenjo-wrapper .section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2563eb;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.tenjo-wrapper .section-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e2e8f0;
}
.tenjo-wrapper h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 18px;
}
.tenjo-wrapper h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 28px 0 12px;
  padding-left: 10px;
  border-left: 3px solid #2563eb;
}

/* ─── テーブル ─── */
.tenjo-wrapper .table-wrap {
  overflow-x: auto;
  margin: 18px 0 24px;
  border-radius: 8px;
}
.tenjo-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  min-width: 420px;
}
.tenjo-wrapper thead tr { background: #1e3a5f; color: #fff; }
.tenjo-wrapper thead th {
  padding: 11px 14px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.tenjo-wrapper tbody tr:nth-child(even) { background: #f0f4ff; }
.tenjo-wrapper tbody tr:hover { background: #dbeafe; }
.tenjo-wrapper tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

/* ─── タイミング表の色分け ─── */
.tenjo-wrapper .risk-best  { background: #dcfce7 !important; }
.tenjo-wrapper .risk-ok    { background: #fef9c3 !important; }
.tenjo-wrapper .risk-bad   { background: #fee2e2 !important; }
.tenjo-wrapper .risk-worst { background: #fca5a5 !important; }
.tenjo-wrapper .badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.tenjo-wrapper .badge-best  { background: #16a34a; color: #fff; }
.tenjo-wrapper .badge-ok    { background: #ca8a04; color: #fff; }
.tenjo-wrapper .badge-bad   { background: #dc2626; color: #fff; }
.tenjo-wrapper .badge-worst { background: #7f1d1d; color: #fff; }

/* ─── 都市カード ─── */
.tenjo-wrapper .city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 20px 0;
}
.tenjo-wrapper .city-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.tenjo-wrapper .city-card-header {
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 1rem;
}
.tenjo-wrapper .city-card table { min-width: 0; }
.tenjo-wrapper .city-card thead tr { background: #334155; }
.tenjo-wrapper .city-card tbody tr:nth-child(even) { background: #f8fafc; }

/* ─── オンライン塾テーブル ─── */
.tenjo-wrapper .highlight-row td:first-child { font-weight: 700; color: #2563eb; }

/* ─── 比較テーブル（高専 vs 高校） ─── */
.tenjo-wrapper .compare-table thead tr { background: #0f172a; }
.tenjo-wrapper .compare-table .col-kosen { background: #eff6ff; }

/* ─── 教育費テーブル ─── */
.tenjo-wrapper .edu-table td:nth-child(2) { text-align: right; font-weight: 700; }
.tenjo-wrapper .edu-table tr:last-child td { color: #dc2626; font-weight: 800; }

/* ─── 三位一体テーブル ─── */
.tenjo-wrapper .trinity-table tbody td:nth-child(3) { color: #2563eb; font-weight: 600; }

/* ─── インフォボックス ─── */
.tenjo-wrapper .info-box {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0;
  font-size: 0.9rem;
}
.tenjo-wrapper .info-box .icon { font-size: 1.2rem; margin-right: 6px; }
.tenjo-wrapper .warning-box {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0;
  font-size: 0.9rem;
}
.tenjo-wrapper .success-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0;
  font-size: 0.9rem;
}

/* ─── 企業タイプカード ─── */
.tenjo-wrapper .type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.tenjo-wrapper .type-card {
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 0.9rem;
}
.tenjo-wrapper .type-card h4 { font-size: 0.95rem; font-weight: 800; margin-bottom: 10px; }
.tenjo-wrapper .type-card ul { margin: 0; }
.tenjo-wrapper .type-card-blue  { background: #eff6ff; border: 1px solid #bfdbfe; }
.tenjo-wrapper .type-card-green { background: #f0fdf4; border: 1px solid #bbf7d0; }
.tenjo-wrapper .type-card-amber { background: #fffbeb; border: 1px solid #fde68a; }

/* ─── 2段階戦略ステップ ─── */
.tenjo-wrapper .step-box {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.tenjo-wrapper .step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  font-size: 0.9rem;
}
.tenjo-wrapper .step-content { flex: 1; padding-top: 4px; font-size: 0.93rem; }

/* ─── まとめボックス ─── */
.tenjo-wrapper .summary-box {
  background: #eff6ff;
  border: 2px solid #bfdbfe;
  color: #1a1a2e;
  border-radius: 16px;
  padding: 36px 40px;
  margin-bottom: 32px;
}
.tenjo-wrapper .summary-box h2 { font-size: 1.2rem; margin-bottom: 16px; color: #1e3a5f; }
.tenjo-wrapper .summary-box p { font-size: 0.95rem; margin-bottom: 12px; color: #1a1a2e; }
.tenjo-wrapper .summary-box ul li { font-size: 0.93rem; color: #1a1a2e; }
.tenjo-wrapper .summary-box strong { color: #1e3a5f; }

/* ─── 出典 ─── */
.tenjo-wrapper .citation {
  background: #f8f9fc;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
.tenjo-wrapper .citation h2 { font-size: 0.9rem; font-weight: 700; color: #64748b; margin-bottom: 10px; }
.tenjo-wrapper .citation ul { padding-left: 18px; }
.tenjo-wrapper .citation li { font-size: 0.82rem; color: #64748b; margin-bottom: 4px; }

/* ─── ハブリンク ─── */
.tenjo-wrapper .hub-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2563eb;
}
.tenjo-wrapper .hub-link::before { content: "🔗"; font-size: 1.2rem; }

/* ─── フッター ─── */
.tenjo-wrapper footer {
  background: #1e3a5f;
  color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 24px;
  font-size: 0.8rem;
}
.tenjo-wrapper footer a { color: rgba(255,255,255,0.8); }

/* ─── TOPページ専用スタイル ─── */
/* ナビゲーションバー */
.tenjo-wrapper .sticky-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1e3a5f;
  border-bottom: 2px solid #2563eb;
  overflow-x: auto;
}
.tenjo-wrapper .sticky-nav ul {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: max-content;
}
.tenjo-wrapper .sticky-nav li a {
  display: block;
  padding: 12px 18px;
  color: rgba(255,255,255,0.8);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.tenjo-wrapper .sticky-nav li a:hover { background: #2563eb; color: #fff; text-decoration: none; }

/* ヒーローセクション */
.tenjo-wrapper .hero {
  background: linear-gradient(160deg, #0f2346 0%, #1e3a5f 45%, #2563eb 100%);
  color: #fff;
  padding: 72px 24px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tenjo-wrapper .hero-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}
.tenjo-wrapper .hero-title span { color: #fbbf24; }
.tenjo-wrapper .hero-subtitle {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.tenjo-wrapper .hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.tenjo-wrapper .stat-item {
  background: rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 16px 28px;
  text-align: center;
}
.tenjo-wrapper .stat-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fbbf24;
  display: block;
}
.tenjo-wrapper .stat-label { font-size: 0.78rem; opacity: 0.85; }

/* カードグリッド */
.tenjo-wrapper .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.tenjo-wrapper .card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.tenjo-wrapper .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37,99,235,0.15);
  text-decoration: none;
}
.tenjo-wrapper .card-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 12px;
  width: fit-content;
}
.tenjo-wrapper .tag-20  { background: #dbeafe; color: #1d4ed8; }
.tenjo-wrapper .tag-30  { background: #dcfce7; color: #15803d; }
.tenjo-wrapper .tag-40  { background: #fef9c3; color: #854d0e; }
.tenjo-wrapper .tag-50  { background: #fce7f3; color: #9d174d; }
.tenjo-wrapper .tag-60  { background: #ede9fe; color: #5b21b6; }
.tenjo-wrapper .tag-hub { background: #1e3a5f; color: #fff; }

.tenjo-wrapper .card-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 8px;
  line-height: 1.4;
}
.tenjo-wrapper .card-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}
.tenjo-wrapper .card-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.tenjo-wrapper .kw {
  background: #f0f4ff;
  color: #2563eb;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 999px;
}
.tenjo-wrapper .card-arrow {
  text-align: right;
  color: #2563eb;
  font-weight: 700;
  font-size: 0.85rem;
}

/* セクションヘッダー */
.tenjo-wrapper .top-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}
.tenjo-wrapper .section-header {
  text-align: center;
  margin-bottom: 32px;
}
.tenjo-wrapper .section-header h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1e3a5f;
  margin-bottom: 8px;
}
.tenjo-wrapper .section-header p { font-size: 0.9rem; color: #64748b; }

/* ハブカード */
.tenjo-wrapper .hub-card {
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
  color: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.tenjo-wrapper .hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(37,99,235,0.35);
  text-decoration: none;
  color: #fff;
}
.tenjo-wrapper .hub-card-label {
  font-size: 0.75rem;
  background: rgba(255,255,255,0.2);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}
.tenjo-wrapper .hub-card-title {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}
.tenjo-wrapper .hub-card-desc {
  font-size: 0.88rem;
  opacity: 0.85;
  line-height: 1.6;
}
.tenjo-wrapper .hub-card-arrow {
  font-size: 2rem;
  opacity: 0.8;
  flex-shrink: 0;
}

/* 使い方ガイド */
.tenjo-wrapper .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 28px 0;
}
.tenjo-wrapper .guide-step {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.tenjo-wrapper .step-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}
.tenjo-wrapper .step-title {
  font-weight: 800;
  color: #1e3a5f;
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.tenjo-wrapper .step-body { font-size: 0.83rem; color: #64748b; line-height: 1.6; }

/* 地域タグ */
.tenjo-wrapper .region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}
.tenjo-wrapper .region-tag {
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.83rem;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
}

/* グループラベル */
.tenjo-wrapper .age-group-label {
  font-size: 1rem;
  font-weight: 800;
  color: #1e3a5f;
  border-left: 4px solid #2563eb;
  padding-left: 12px;
  margin: 40px 0 20px;
}

/* ─── ヘッダーバッジ・サブ（特集ページ共通） ─── */
.tenjo-wrapper .header-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; padding: 4px 16px;
  border-radius: 999px; margin-bottom: 16px;
}
.tenjo-wrapper .header-sub {
  font-size: 0.92rem; opacity: 0.85;
  max-width: 600px; margin: 0 auto; position: relative;
}

/* ─── ターゲットカード（フリーランス・大学院ページ） ─── */
.tenjo-wrapper .target-section {
  background: #fff; border: 2px solid #c7d7fd;
  border-radius: 16px; padding: 28px 30px; margin-bottom: 24px;
}
.tenjo-wrapper .target-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px; padding-bottom: 14px;
  border-bottom: 2px solid #e2e8f0;
}
.tenjo-wrapper .target-badge {
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff; font-size: 0.75rem; font-weight: 800;
  padding: 4px 14px; border-radius: 999px; white-space: nowrap;
}
.tenjo-wrapper .target-title {
  font-size: 1.05rem; font-weight: 900; color: #1e3a5f; margin: 0;
}
.tenjo-wrapper .target-sub { font-size: 0.8rem; color: #64748b; margin-top: 2px; }
.tenjo-wrapper .target-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px;
}
.tenjo-wrapper .target-item { background: #f8faff; border-radius: 8px; padding: 12px 14px; }
.tenjo-wrapper .target-item-label {
  font-size: 0.72rem; font-weight: 700; color: #2563eb;
  letter-spacing: 0.06em; margin-bottom: 4px;
}
.tenjo-wrapper .target-item-val { font-size: 0.86rem; color: #1a1a2e; line-height: 1.6; }

/* ─── チェックリスト ─── */
.tenjo-wrapper .checklist { list-style: none; padding: 0; margin: 16px 0; }
.tenjo-wrapper .checklist li {
  padding: 8px 0 8px 28px; position: relative;
  font-size: 0.9rem; border-bottom: 1px solid #f1f5f9;
}
.tenjo-wrapper .checklist li:last-child { border-bottom: none; }
.tenjo-wrapper .checklist li::before {
  content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: 900;
}

/* ─── 経営者コメント ─── */
.tenjo-wrapper .owner-comment {
  background: #f0fdf4; border: 2px solid #86efac;
  border-radius: 12px; padding: 20px 24px; margin: 24px 0;
}
.tenjo-wrapper .owner-comment .owner-label {
  font-size: 0.78rem; font-weight: 700; color: #15803d; margin-bottom: 8px;
}
.tenjo-wrapper .owner-comment p {
  font-size: 0.92rem; color: #1a2e1a; line-height: 1.9; margin-bottom: 6px;
}
.tenjo-wrapper .owner-comment .owner-link {
  font-size: 0.78rem; color: #64748b; margin-top: 8px;
}

/* ─── インタビューページ ─── */
.tenjo-wrapper .header-profile {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px; padding: 8px 20px 8px 8px;
  margin-top: 20px; font-size: 0.82rem; position: relative;
}
.tenjo-wrapper .header-profile .avatar {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, #34d399, #059669);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.tenjo-wrapper .lead-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid #86efac; border-radius: 12px;
  padding: 24px 28px; margin-bottom: 40px;
  font-size: 0.95rem; line-height: 1.9;
}
.tenjo-wrapper .interview-block { margin-bottom: 48px; }
.tenjo-wrapper .interview-q {
  display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px;
}
.tenjo-wrapper .interview-q .q-badge {
  background: #1e3a5f; color: #fbbf24; font-weight: 900; font-size: 0.95rem;
  min-width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.tenjo-wrapper .interview-q .q-text {
  background: #f0f4ff; border: 1px solid #c7d7fd;
  border-radius: 0 12px 12px 12px; padding: 14px 18px;
  font-size: 0.93rem; font-weight: 700; color: #1e3a5f;
  line-height: 1.7; flex: 1;
}
.tenjo-wrapper .interview-a {
  display: flex; gap: 14px; align-items: flex-start;
}
.tenjo-wrapper .interview-a .a-badge {
  background: linear-gradient(135deg, #059669, #34d399);
  color: #fff; font-weight: 900; font-size: 0.95rem;
  min-width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.tenjo-wrapper .interview-a .a-text {
  background: #fff; border: 2px solid #86efac;
  border-radius: 0 12px 12px 12px; padding: 18px 22px;
  font-size: 0.93rem; color: #1a2e1a; line-height: 1.9; flex: 1;
}
.tenjo-wrapper .interview-a .a-text strong { color: #065f46; }
.tenjo-wrapper .interview-a .a-text p { margin-bottom: 0.6em !important; }
.tenjo-wrapper .interview-a .a-text p:last-child { margin-bottom: 0 !important; }
.tenjo-wrapper .editor-note {
  background: #fefce8; border-left: 4px solid #fbbf24;
  border-radius: 0 8px 8px 0; padding: 12px 16px;
  margin: 16px 0 0 52px; font-size: 0.82rem; color: #78350f; line-height: 1.7;
}
.tenjo-wrapper .section-divider {
  display: flex; align-items: center; gap: 12px; margin: 40px 0 28px;
}
.tenjo-wrapper .section-divider .div-label {
  background: linear-gradient(135deg, #1e3a5f, #059669);
  color: #fff; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.1em; padding: 4px 14px;
  border-radius: 999px; white-space: nowrap;
}
.tenjo-wrapper .section-divider .div-line {
  flex: 1; height: 1px; background: linear-gradient(90deg, #c7d7fd, transparent);
}
.tenjo-wrapper .point-box .pb-title {
  font-size: 0.8rem; font-weight: 800; color: #065f46;
  margin-bottom: 8px; letter-spacing: 0.06em;
}
.tenjo-wrapper .related-links {
  margin-top: 40px; padding: 24px; background: #f8faff;
  border: 1px solid #c7d7fd; border-radius: 12px;
}
.tenjo-wrapper .related-links .rl-title {
  font-size: 0.78rem; font-weight: 800; color: #2563eb;
  letter-spacing: 0.1em; margin-bottom: 12px;
}
.tenjo-wrapper .related-links a {
  display: block; padding: 8px 0; font-size: 0.88rem;
  border-bottom: 1px solid #e2e8f0; color: #2563eb;
}
.tenjo-wrapper .related-links a:last-child { border-bottom: none; }

/* ─── レスポンシブ ─── */
@media (max-width: 640px) {
  .tenjo-wrapper .section { padding: 24px 20px; }
  .tenjo-wrapper .header-inner { padding: 32px 20px 28px; }
  .tenjo-wrapper .summary-box { padding: 24px 20px; }
  .tenjo-wrapper .city-grid { grid-template-columns: 1fr; }
  .tenjo-wrapper .type-grid { grid-template-columns: 1fr; }
  .tenjo-wrapper .target-grid { grid-template-columns: 1fr; }
  .tenjo-wrapper .hub-card { flex-direction: column; }
  .tenjo-wrapper .hero { padding: 48px 20px 40px; }
  .tenjo-wrapper .top-container { padding: 32px 16px 48px; }
  .tenjo-wrapper .hub-card { padding: 28px 24px; }
}

