/* ============================================================
   JBG Redesign v1 — 全ルール .jbgr 配下に厳密スコープ
   生成元: JBG-Blog/drafts/hp_top_redesign/top_preview.css
   ============================================================ */
.jbgr {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--body);
  background: #fff;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
/* WP標準ページネーション対応 */
.jbgr .nav-links { display: flex; justify-content: center; gap: 10px; margin-top: 64px; }
.jbgr .nav-links .page-numbers {
  min-width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius);
  font-family: "Jost", sans-serif; font-size: 15px; color: var(--ink);
  padding: 0 8px;
}
.jbgr .nav-links .page-numbers.current { background: var(--pink-deep); border-color: var(--pink-deep); color: #fff; }
.jbgr .nav-links a.page-numbers:hover { border-color: var(--pink-deep); color: var(--pink-deep); }

/* ============================================================
   JBG音楽院 TOPページ リデザイン案 v1（ファーストビュー以下）
   トンマナ維持: 白ベース × ピンクアクセント × 黒
   方針: 影・グラデ排除 / 細罫線 / 余白 / 英字キッカー / 左揃え基調
   ============================================================ */
.jbgr {
  --ink: #1b1b20;
  --body: #3a3a42;
  --muted: #8a8894;
  --pink: #cb4d97;
  --pink-deep: #b83280;
  --line: #e7e4ea;
  --mist: #f7f6f9;
  --dark: #17171c;
  --maxw: 1120px;
  --radius: 4px;
}

.jbgr, .jbgr * { margin: 0; padding: 0; box-sizing: border-box; }



.jbgr img { max-width: 100%; display: block; }
.jbgr a { color: inherit; text-decoration: none; }
.jbgr ul { list-style: none; }

.jbgr .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---- セクション共通 ---- */
.jbgr section { padding: 104px 0; }
.jbgr section.alt { background: var(--mist); }

.jbgr .sec-head { margin-bottom: 56px; }
.jbgr .kicker {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.34em;
  color: var(--pink);
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.jbgr .sec-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.jbgr .sec-lead { margin-top: 20px; max-width: 720px; color: var(--body); }
.jbgr .sec-head.center { text-align: center; }
.jbgr .sec-head.center .sec-lead { margin-left: auto; margin-right: auto; }

/* ---- ボタン ---- */
.jbgr .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  border-radius: var(--radius);
  padding: 16px 40px;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
}
.jbgr .btn .arw { font-family: "Jost", sans-serif; font-weight: 500; }
.jbgr .btn-solid { background: var(--pink-deep); color: #fff; }
.jbgr .btn-solid:hover { opacity: 0.85; }
.jbgr .btn-ghost { border: 1px solid var(--pink-deep); color: var(--pink-deep); }
.jbgr .btn-ghost:hover { background: var(--pink-deep); color: #fff; }
.jbgr .btn-dark-ghost { border: 1px solid rgba(255,255,255,0.4); color: #fff; }
.jbgr .btn-dark-ghost:hover { border-color: #fff; }
.jbgr .center-btn { text-align: center; margin-top: 56px; }

/* テキストリンク */
.jbgr .tlink {
  color: var(--pink-deep);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.jbgr .tlink:hover { opacity: 0.7; }

/* ============ NEWS ============ */
.jbgr .news { padding: 88px 0; }
.jbgr .news-grid { display: grid; grid-template-columns: 300px 1fr; gap: 64px; align-items: start; }
.jbgr .news-list { border-top: 1px solid var(--line); }
.jbgr .news-item {
  display: grid;
  grid-template-columns: 110px 92px 1fr 24px;
  gap: 24px;
  align-items: center;
  padding: 26px 8px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.jbgr .news-item:hover { background: var(--mist); }
.jbgr .news-date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.jbgr .news-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 2px;
  text-align: center;
  padding: 3px 0;
  letter-spacing: 0.08em;
}
.jbgr .news-title { font-size: 15.5px; font-weight: 500; color: var(--ink); line-height: 1.7; }
.jbgr .news-arw { color: var(--pink); font-family: "Jost", sans-serif; }

/* サムネイル付きバリアント（案B） */
.jbgr .news-item.has-thumb { grid-template-columns: 148px 110px 92px 1fr 24px; padding: 20px 8px; }
.jbgr .news-thumb {
  width: 148px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--mist);
}
.jbgr .news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.jbgr .news-item.has-thumb:hover .news-thumb img { transform: scale(1.05); }

/* プレビュー比較用ラベル */
.jbgr .variant-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  background: var(--ink);
  border-radius: 2px;
  padding: 4px 14px;
  margin-bottom: 18px;
}
.jbgr .variant-label.b { background: var(--pink-deep); }

/* ============ DTAM（ダーク帯） ============ */
.jbgr .dtam { background: var(--dark); color: #fff; padding: 128px 0; }
.jbgr .dtam .kicker { color: var(--pink); }
.jbgr .dtam-state {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  max-width: 880px;
}
.jbgr .dtam-word {
  font-family: "Jost", sans-serif;
  font-size: clamp(64px, 9vw, 112px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 40px 0 8px;
  color: #fff;
}
.jbgr .dtam-word .a { color: var(--pink); }
.jbgr .dtam-word-sub {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 48px;
}
.jbgr .dtam-word-sub .a { color: var(--pink); }
.jbgr .dtam-body { max-width: 760px; color: rgba(255,255,255,0.78); font-size: 15.5px; }

/* ============ SYSTEM ============ */
.jbgr .sys-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.jbgr .sys-card { border-top: 2px solid var(--ink); padding-top: 32px; position: relative; }
.jbgr .sys-num {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--pink);
  display: block;
  margin-bottom: 18px;
}
.jbgr .sys-card figure {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 26px;
  background: var(--mist);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.jbgr .sys-card figure img {
  width: auto;
  height: auto;
  max-width: 62%;
  max-height: 100%;
  object-fit: contain;
}
.jbgr .sys-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.jbgr .sys-card p { font-size: 14.5px; line-height: 2; }

/* ============ PROGRAM（学ぶ内容） ============ */
.jbgr .prog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 8px; }
.jbgr .prog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 44px 120px;
  position: relative;
  overflow: hidden;
}
.jbgr .prog-watermark {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: 46%;
  max-width: 260px;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
}
.jbgr .prog-card > *:not(.prog-watermark) { position: relative; z-index: 1; }
.jbgr .prog-en {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--pink);
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.jbgr .prog-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 6px;
}
.jbgr .prog-sub { font-size: 14px; font-weight: 700; color: var(--pink-deep); margin-bottom: 16px; }
.jbgr .prog-desc { font-size: 14.5px; margin-bottom: 28px; }
.jbgr .chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.jbgr .chip {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid #d5d2da;
  border-radius: 999px;
  padding: 7px 18px;
  background: #fff;
}
.jbgr .chip::before { content: ""; display: inline-block; width: 6px; height: 6px; background: var(--pink); border-radius: 1px; margin-right: 9px; vertical-align: 2px; }

/* ============ COURSE ============ */
.jbgr .course-list { border-top: 1px solid var(--line); }
.jbgr .course-row {
  display: grid;
  grid-template-columns: 72px 1fr 150px 32px;
  gap: 40px;
  align-items: center;
  padding: 44px 8px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.jbgr .course-row:hover { background: var(--mist); }
.jbgr .course-num {
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--pink);
  line-height: 1;
}
.jbgr .course-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.jbgr .course-copy { font-size: 14px; line-height: 1.9; color: var(--body); }
.jbgr .course-term {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-align: right;
}
.jbgr .course-term b { display: block; font-size: 22px; font-weight: 500; color: var(--ink); letter-spacing: 0.04em; }
.jbgr .course-arw { color: var(--pink); font-family: "Jost", sans-serif; font-size: 20px; }

/* ============ DOCS CTA（ダーク帯） ============ */
.jbgr .docs { background: var(--dark); color: #fff; padding: 96px 0; }
.jbgr .docs-flex { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.jbgr .docs .kicker { color: var(--pink); }
.jbgr .docs-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.jbgr .docs-note { color: rgba(255,255,255,0.65); font-size: 14.5px; }
.jbgr .docs-actions { display: flex; gap: 16px; flex-shrink: 0; }

/* ============ VOICE ============ */
.jbgr .voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.jbgr .voice-grid .voice-card:nth-child(4), .jbgr .voice-grid .voice-card:nth-child(5) { transform: none; }
.jbgr .voice-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 32px 32px;
  position: relative;
}
.jbgr .voice-q {
  font-family: "Jost", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--pink);
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.jbgr .voice-meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jbgr .voice-meta::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.jbgr .voice-card p { font-size: 13.8px; line-height: 2; color: var(--body); }

/* ============ MOVIE（カルーセル） ============ */
.jbgr .movie-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.jbgr .movie-nav { display: flex; gap: 12px; }
.jbgr .movie-nav button {
  width: 48px; height: 48px;
  border: 1px solid var(--ink);
  background: #fff;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: var(--ink);
  cursor: pointer;
  transition: 0.2s;
}
.jbgr .movie-nav button:hover { background: var(--ink); color: #fff; }
.jbgr .movie-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.jbgr .movie-track::-webkit-scrollbar { display: none; }
.jbgr .movie-card { flex: 0 0 360px; scroll-snap-align: start; }
.jbgr .movie-card figure {
  aspect-ratio: 16 / 9;
  background: var(--dark);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.jbgr .movie-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.jbgr .movie-card:hover figure img { transform: scale(1.04); }
.jbgr .movie-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background: rgba(23,23,28,0.72);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jbgr .movie-play::after {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.jbgr .movie-title { font-size: 14.5px; font-weight: 700; color: var(--ink); line-height: 1.7; }

/* ============ 受講形式 ============ */
.jbgr .style-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.jbgr .style-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.jbgr .style-row figure { aspect-ratio: 16/10; overflow: hidden; border-radius: var(--radius); }
.jbgr .style-row figure img { width: 100%; height: 100%; object-fit: cover; }
.jbgr .style-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 2px;
  padding: 3px 14px;
  margin-bottom: 14px;
}
.jbgr .style-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.jbgr .style-row p { font-size: 14.5px; }

/* ============ CAMPUS ============ */
.jbgr .campus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.jbgr .campus-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.jbgr .campus-card figure { aspect-ratio: 4/3; overflow: hidden; background: var(--mist); }
.jbgr .campus-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.jbgr .campus-card:hover figure img { transform: scale(1.04); }
.jbgr .campus-body { padding: 28px 28px 30px; }
.jbgr .campus-en {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--pink);
  display: block;
  margin-bottom: 6px;
}
.jbgr .campus-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.jbgr .campus-body p { font-size: 13.5px; line-height: 1.9; margin-bottom: 18px; color: var(--body); }
.jbgr .campus-access { margin-top: 40px; padding: 28px 32px; background: var(--mist); border-radius: var(--radius); display: flex; gap: 40px; align-items: center; flex-wrap: wrap; font-size: 14px; }
.jbgr .campus-access b { color: var(--ink); }

/* ============ FAQ ============ */
.jbgr .faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.jbgr .faq-item { border-bottom: 1px solid var(--line); }
.jbgr .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 40px 1fr 24px;
  gap: 20px;
  align-items: baseline;
  padding: 28px 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.jbgr .faq-item summary::-webkit-details-marker { display: none; }
.jbgr .faq-q { font-family: "Jost", sans-serif; font-size: 22px; font-weight: 600; color: var(--pink); }
.jbgr .faq-toggle { color: var(--muted); font-family: "Jost", sans-serif; font-size: 20px; text-align: center; }
.jbgr .faq-item[open] .faq-toggle { display: none; }
.jbgr .faq-a {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  padding: 0 8px 30px;
  font-size: 14.5px;
}
.jbgr .faq-a::before { content: "A."; font-family: "Jost", sans-serif; font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.4; }

/* ============ GREETING ============ */
.jbgr .greet-grid { display: grid; grid-template-columns: 1fr 340px; gap: 72px; align-items: center; }
.jbgr .greet-text { grid-column: 1; grid-row: 1; }
.jbgr .greet-grid .greet-photo { grid-column: 2; grid-row: 1; }
.jbgr .greet-text p { margin-bottom: 20px; font-size: 15px; }
.jbgr .greet-name { margin-top: 32px; display: flex; align-items: baseline; gap: 16px; }
.jbgr .greet-name b { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 22px; color: var(--ink); }
.jbgr .greet-name span { font-family: "Jost", sans-serif; font-size: 12px; letter-spacing: 0.22em; color: var(--muted); text-transform: uppercase; }
.jbgr .greet-photo { border-radius: var(--radius); overflow: hidden; }

/* ============ AWARD ============ */
.jbgr .award { padding: 72px 0; }
.jbgr .award-band {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: center;
}
.jbgr .award-title { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 21px; font-weight: 700; color: var(--ink); line-height: 1.7; margin-bottom: 12px; }
.jbgr .award-title .p { color: var(--pink-deep); }
.jbgr .award-band p { font-size: 14px; }
.jbgr .award-note { font-size: 11.5px; color: var(--muted); margin-top: 14px; line-height: 1.8; }

/* ============ PARTNERS ============ */
.jbgr .partners { padding: 72px 0; }
.jbgr .partner-row { display: flex; justify-content: center; align-items: center; gap: 64px; flex-wrap: wrap; margin-top: 40px; }
.jbgr .partner-row img { height: 44px; width: auto; filter: grayscale(1); opacity: 0.55; transition: 0.2s; }
.jbgr .partner-row img:hover { filter: none; opacity: 1; }

/* ============ LINE ============ */
.jbgr .line-band { background: var(--mist); padding: 88px 0; }
.jbgr .line-flex { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.jbgr .line-title { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 28px; font-weight: 900; color: var(--ink); margin-bottom: 12px; }
.jbgr .line-title .g { color: #06c755; }
.jbgr .line-band p { font-size: 14.5px; max-width: 560px; }
.jbgr .btn-line { background: #06c755; color: #fff; }
.jbgr .btn-line:hover { opacity: 0.85; }

/* ============================================================
   FEATURE ページ（JBGの特徴）
   ============================================================ */
.jbgr .page-hero { padding: 88px 0 72px; border-bottom: 1px solid var(--line); }
.jbgr .page-hero .sec-title { font-size: 42px; }
.jbgr .page-hero .sec-lead { font-size: 17px; }

/* DTAMチェックリスト帯 */
.jbgr .dtam-check { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 56px; }
.jbgr .dtam-check h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.jbgr .check-list li {
  position: relative;
  padding: 13px 0 13px 38px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  font-size: 14.5px;
}
.jbgr .check-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: var(--pink);
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

/* 8つの特徴（テキスト・エディトリアル型） */
.jbgr .feat-row {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.jbgr .feat-num {
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--pink);
  line-height: 1;
  display: block;
  margin-bottom: 22px;
}
.jbgr .feat-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.jbgr .feat-body { padding-top: 10px; }
.jbgr .feat-body p { font-size: 14.5px; margin-bottom: 14px; }
.jbgr .feat-body p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .jbgr .feat-row { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
}

/* プロ向けパネル */
.jbgr .pro-panel {
  background: var(--dark);
  border-radius: var(--radius);
  padding: 64px;
  color: #fff;
}
.jbgr .pro-panel .kicker { color: var(--pink); }
.jbgr .pro-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 40px;
}
.jbgr .pro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.jbgr .pro-item { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 22px; }
.jbgr .pro-item b {
  display: block;
  font-size: 16px;
  color: var(--pink);
  margin-bottom: 10px;
  font-weight: 700;
}
.jbgr .pro-item p { font-size: 13.5px; color: rgba(255,255,255,0.75); line-height: 1.95; }

/* 関連リンクグリッド */
.jbgr .rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jbgr .rel-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: var(--ink);
  font-size: 15px;
  transition: 0.2s;
}
.jbgr .rel-item:hover { border-color: var(--pink); color: var(--pink-deep); }
.jbgr .rel-item span:last-child { color: var(--pink); font-family: "Jost", sans-serif; }

/* 列数バリエーション (インラインstyle禁止・モバイルで1列化するため必ずクラスで指定) */
.jbgr .dtam-check.cols-3 { grid-template-columns: repeat(3, 1fr); }
.jbgr .concept-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.jbgr .voice-grid.cols-2 { grid-template-columns: 1fr 1fr; }

@media (max-width: 900px) {
  .jbgr .dtam-check, .jbgr .pro-grid, .jbgr .rel-grid, .jbgr .dtam-check.cols-3, .jbgr .concept-grid.cols-3, .jbgr .voice-grid.cols-2 { grid-template-columns: 1fr; }
  .jbgr .feat-row, .jbgr .feat-row:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
  .jbgr .feat-row:nth-child(even) .feat-text { order: 1; }
  .jbgr .feat-row:nth-child(even) figure { order: 2; }
  .jbgr .pro-panel { padding: 40px 28px; }
}

/* ============================================================
   CURRICULUM ページ（コア/メインプログラム）
   ============================================================ */
/* 発想力/具現化力 コンセプト */
.jbgr .concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.jbgr .concept-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px 44px;
  background: #fff;
  position: relative;
}
.jbgr .concept-card .kicker { margin-bottom: 10px; }
.jbgr .concept-word {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.jbgr .concept-card p { font-size: 14.5px; margin-bottom: 20px; }
.jbgr .concept-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--pink-deep);
  border: 1px solid var(--pink-deep);
  border-radius: 999px;
  padding: 6px 20px;
}

/* コンセプトカードの透かし */
.jbgr .concept-card { padding-bottom: 96px; overflow: hidden; }
.jbgr .concept-watermark {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 44%;
  max-width: 230px;
  opacity: 0.08;
  pointer-events: none;
}

/* プログラム紹介ヘッダー（テキスト＋写真2カラム） */
.jbgr .intro-grid { display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.jbgr .intro-grid figure { border-radius: var(--radius); overflow: hidden; }
.jbgr .intro-grid figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }

/* メインプログラム ブロック見出し（テキスト＋写真） */
.jbgr .main-head-grid { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center; margin-bottom: 8px; }
.jbgr .main-head-grid figure { border-radius: var(--radius); overflow: hidden; }
.jbgr .main-head-grid figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
@media (max-width: 900px) {
  .jbgr .intro-grid, .jbgr .main-head-grid { grid-template-columns: 1fr; gap: 24px; }
}

.jbgr .prog-intro { max-width: 780px; }
.jbgr .prog-intro .note {
  font-size: 13px;
  color: var(--muted);
  background: var(--mist);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-top: 20px;
  line-height: 1.9;
}

/* 科目カード */
.jbgr .subj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.jbgr .subj-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 36px 32px;
}
.jbgr .subj-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.jbgr .subj-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}
.jbgr .time-badge {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--pink-deep);
  border: 1px solid var(--pink-deep);
  border-radius: 2px;
  padding: 4px 12px;
  white-space: nowrap;
}
.jbgr .subj-card p { font-size: 13.8px; line-height: 2; margin-bottom: 10px; }
.jbgr .subj-card p:last-child { margin-bottom: 0; }

/* メインプログラム ブロック */
.jbgr .main-block { border-top: 2px solid var(--ink); padding-top: 40px; margin-top: 72px; }
.jbgr .main-block:first-of-type { margin-top: 0; }
.jbgr .main-en {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--pink);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.jbgr .main-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
.jbgr .main-block > p { font-size: 14.5px; max-width: 780px; margin-bottom: 12px; }
.jbgr .chapter-list { margin-top: 36px; display: grid; gap: 20px; }
.jbgr .chapter { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.jbgr .chapter-head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px 14px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
}
.jbgr .chapter-body { padding: 0 28px 8px; }

/* 閉状態＝冒頭だけ見せて白フェード */
.jbgr .chapter:not(.open) .chapter-body {
  max-height: 88px;
  overflow: hidden;
  position: relative;
}
.jbgr .chapter:not(.open) .chapter-body::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 64px;
  background: linear-gradient(rgba(255,255,255,0), #fff 85%);
}
.jbgr .chapter-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--pink-deep);
  padding: 12px 0 18px;
  letter-spacing: 0.05em;
}
.jbgr .chapter-more::after {
  content: "＋";
  font-family: "Jost", sans-serif;
  font-size: 15px;
  border: 1px solid var(--pink-deep);
  border-radius: 50%;
  width: 22px; height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.jbgr .chapter.open .chapter-more::after { content: "−"; }
.jbgr .chapter.open .chapter-more .t-open { display: none; }
.jbgr .chapter:not(.open) .chapter-more .t-close { display: none; }
.jbgr .chapter-body p { font-size: 13.8px; line-height: 2; margin-bottom: 10px; }
.jbgr .chapter-body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin-top: 8px; }
.jbgr .chapter-body ul li {
  font-size: 13.5px;
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
.jbgr .chapter-body ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: var(--pink);
  border-radius: 1px;
}

@media (max-width: 900px) {
  .jbgr .concept-grid, .jbgr .subj-grid { grid-template-columns: 1fr; }
  .jbgr .chapter-body ul { grid-template-columns: 1fr; }
}

/* ============================================================
   COURSE / OPTION ページ（コースと受講料・単科受講）
   ============================================================ */
/* コース比較表 */
.jbgr .price-table-wrap { overflow-x: auto; }
.jbgr .price-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.jbgr .price-table th, .jbgr .price-table td {
  border: 1px solid var(--line);
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.jbgr .price-table thead th { background: var(--dark); color: #fff; border-color: #333; padding: 22px 20px; }
.jbgr .price-table thead th .en {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  color: var(--pink);
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.jbgr .price-table thead th .nm { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 18px; font-weight: 700; }
.jbgr .price-table tbody th {
  background: var(--mist);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-align: left;
  white-space: nowrap;
}
.jbgr .price-table .catch { font-size: 13px; line-height: 1.8; text-align: left; }
.jbgr .price-table .term b { font-family: "Jost", sans-serif; font-size: 22px; font-weight: 500; color: var(--ink); display: block; }
.jbgr .price-table .price b {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--pink-deep);
}
.jbgr .price-table .price small { display: block; font-size: 11.5px; color: var(--muted); margin-top: 4px; line-height: 1.6; }
.jbgr .price-table .lump b { font-family: "Jost", sans-serif; font-size: 19px; font-weight: 600; color: var(--ink); }
.jbgr .price-note { font-size: 12px; color: var(--muted); margin-top: 14px; }

/* ---- スマホ用: コース別縦積みカード (PCでは非表示) ---- */
.jbgr .price-cards-sp { display: none; }
@media (max-width: 700px) {
  .jbgr .price-table-wrap { display: none; }
  .jbgr .price-cards-sp { display: grid; gap: 24px; }
  .jbgr .pcard { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
  .jbgr .pcard-head { background: var(--dark); color: #fff; text-align: center; padding: 18px 16px; }
  .jbgr .pcard-head .en { font-family: "Jost", sans-serif; font-size: 10px; letter-spacing: 0.26em; color: var(--pink); display: block; text-transform: uppercase; margin-bottom: 4px; }
  .jbgr .pcard-head .nm { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 18px; font-weight: 700; }
  .jbgr .pcard-body { padding: 20px; }
  .jbgr .pcard-row { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .jbgr .pcard-row:last-child { border-bottom: none; }
  .jbgr .pcard-row .lbl { font-size: 11.5px; font-weight: 700; color: var(--muted); display: block; margin-bottom: 6px; letter-spacing: 0.06em; }
  .jbgr .pcard-row .val { font-size: 13.5px; line-height: 1.8; }
  .jbgr .pcard-row .price-v { font-family: "Jost", sans-serif; font-size: 22px; font-weight: 600; color: var(--pink-deep); }
  .jbgr .pcard-row .price-v small, .jbgr .pcard-row .sub { font-size: 11.5px; color: var(--muted); font-family: "Noto Sans JP", sans-serif; display: block; margin-top: 2px; }
  .jbgr .pcard .cov-bar { margin: 4px 0 6px; }
}

/* ---- スマホ用: 科目マトリクスの圧縮表示 ---- */
@media (max-width: 700px) {
  .jbgr .matrix th, .jbgr .matrix td { padding: 9px 8px; }
  /* trを挟んで特異度を上げる(ファイル後方のPC用top:81pxに勝つため) */
  .jbgr .matrix thead tr th { width: 46px; padding: 12px 4px; vertical-align: middle; top: 60px; }
  .jbgr .matrix thead tr th:first-child { top: 60px; }
  .jbgr .matrix thead th .en { display: none; }
  .jbgr .matrix thead th .v { writing-mode: vertical-rl; letter-spacing: 0.2em; font-size: 12px; display: inline-block; }
  .jbgr .matrix .subj { font-size: 12px; line-height: 1.6; }
  .jbgr .matrix .ok, .jbgr .matrix .no { font-size: 14px; }
  .jbgr .matrix .grp th { font-size: 11px; padding: 8px 10px; }
  .jbgr .matrix .grp .en { margin-right: 8px; font-size: 10px; }
  .jbgr .matrix tfoot td { font-size: 10.5px; padding: 10px 4px; }
}

/* 学べる範囲 段積みバー（比較表内） */
.jbgr .cov-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; margin: 4px 8px 6px; }
.jbgr .cov-seg {
  height: 30px;
  border-radius: 2px;
  background: #efedf2;
  color: #b6b2be;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jbgr .cov-seg.on { background: var(--pink-deep); color: #fff; }
.jbgr .cov-cap { font-size: 11.5px; color: var(--muted); }

/* 科目×コース マトリクス */
/* テーマラッパーのoverflow:hiddenがstickyを殺すため、マトリクスを含むページのみclipに変更
   (clipはhidden同様に見た目を切るがスクロールコンテナを作らない=stickyが生きる) */
#main-wrap:has(.jbgr .matrix), #contents-wrap:has(.jbgr .matrix), #main-contents:has(.jbgr .matrix) { overflow: clip !important; }
/* ⚠️ overflow-x:auto にするとヘッダーのposition:stickyが効かなくなるためvisible固定 */
.jbgr .matrix-wrap { overflow-x: visible; margin-top: 8px; }
.jbgr .matrix { width: 100%; border-collapse: collapse; font-size: 14px; }
.jbgr .matrix th, .jbgr .matrix td { border: 1px solid var(--line); background: #fff; padding: 12px 18px; }
.jbgr .matrix thead th {
  background: var(--dark); color: #fff; border-color: #333; text-align: center; width: 150px;
  /* コース名列をスクロール追尾 (81px = PCのfixedヘッダーclone高さ) */
  position: sticky;
  top: 81px;
  z-index: 5;
}
.jbgr .matrix thead th:first-child { position: sticky; top: 81px; z-index: 5; }
.jbgr .matrix thead th:first-child { background: #fff; border-color: var(--line); width: auto; }
.jbgr .matrix thead th .en { font-family: "Jost", sans-serif; font-size: 10px; letter-spacing: 0.22em; color: var(--pink); display: block; text-transform: uppercase; }
.jbgr .matrix .grp th {
  background: var(--mist);
  text-align: left;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  padding: 10px 18px;
}
.jbgr .matrix .grp .en { font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: 0.2em; color: var(--pink-deep); margin-right: 12px; text-transform: uppercase; }
.jbgr .matrix .subj { text-align: left; font-weight: 500; color: var(--ink); }
.jbgr .matrix .ok, .jbgr .matrix .no { text-align: center; font-family: "Jost", sans-serif; font-size: 17px; }
.jbgr .matrix .ok { color: var(--pink-deep); font-weight: 600; }
.jbgr .matrix .no { color: #d8d5de; }
.jbgr .matrix tfoot td { background: var(--mist); text-align: center; font-weight: 700; color: var(--ink); font-size: 13.5px; }
.jbgr .matrix tfoot td:first-child { text-align: left; font-size: 12.5px; }

/* 価格の理由 ステートメント */
.jbgr .reason-band { background: var(--mist); border-radius: var(--radius); padding: 56px 64px; display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center; }
.jbgr .reason-copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.8;
}
.jbgr .reason-copy .p { color: var(--pink-deep); }
.jbgr .reason-band p { font-size: 14px; }

/* シミュレーション/クーポン バンド */
.jbgr .tool-band {
  border: 1px solid var(--pink-deep);
  border-radius: var(--radius);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.jbgr .tool-band + .tool-band { margin-top: 20px; }
.jbgr .tool-title { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
.jbgr .tool-band p { font-size: 13.5px; }

/* 単科: プランカード */
.jbgr .plan-set { margin-top: 48px; }
.jbgr .plan-set + .plan-set { margin-top: 64px; }
.jbgr .plan-set-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.jbgr .plan-set-title .en { font-family: "Jost", sans-serif; font-size: 12px; letter-spacing: 0.24em; color: var(--pink); text-transform: uppercase; }
.jbgr .plan-set-note { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.jbgr .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jbgr .plan-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 28px; }
.jbgr .plan-card.hl { border-color: var(--pink-deep); }
.jbgr .plan-label { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.jbgr .plan-label .tag { font-size: 11px; color: var(--pink-deep); border: 1px solid var(--pink-deep); border-radius: 2px; padding: 2px 8px; }
.jbgr .plan-price { font-family: "Jost", sans-serif; font-size: 27px; font-weight: 600; color: var(--pink-deep); line-height: 1.2; }
.jbgr .plan-price small { font-size: 13px; color: var(--body); font-family: "Noto Sans JP", sans-serif; font-weight: 500; }
.jbgr .plan-detail { font-size: 12.5px; color: var(--muted); line-height: 1.9; margin-top: 10px; }

@media (max-width: 900px) {
  .jbgr .reason-band { grid-template-columns: 1fr; padding: 32px 24px; }
  .jbgr .plan-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CAMPUS ページ（東京・大阪・オンライン）
   ============================================================ */
/* 教室写真ギャラリー（横スクロール） */
.jbgr .photo-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  margin-top: 40px;
}
.jbgr .photo-track::-webkit-scrollbar { height: 6px; }
.jbgr .photo-track::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.jbgr .photo-track img {
  width: 360px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  flex-shrink: 0;
  scroll-snap-align: start;
}

/* 講師カード */
.jbgr .inst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.jbgr .inst-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
.jbgr .inst-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.jbgr .inst-card figure { aspect-ratio: 1 / 1; overflow: hidden; background: var(--mist); }
.jbgr .inst-card figure img { width: 100%; height: 100%; object-fit: cover; }
.jbgr .inst-body { padding: 26px 28px 28px; }
.jbgr .inst-name { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 19px; font-weight: 700; color: var(--ink); }
.jbgr .inst-name .en { font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: 0.2em; color: var(--pink); display: block; margin-bottom: 4px; text-transform: uppercase; }
.jbgr .inst-charge { font-size: 12px; color: var(--pink-deep); font-weight: 700; margin: 8px 0 12px; line-height: 1.7; }
.jbgr .inst-body p { font-size: 13px; line-height: 1.95; color: var(--body); margin-bottom: 14px; }

/* 実写つき生徒の声 */
.jbgr .voice-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.jbgr .voice-photo-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 220px 1fr; }
.jbgr .voice-photo-card figure { height: 100%; }
.jbgr .voice-photo-card figure img { width: 100%; height: 100%; object-fit: cover; }
.jbgr .voice-photo-body { padding: 28px 28px 24px; }
.jbgr .voice-photo-body .meta { font-size: 12.5px; font-weight: 700; color: var(--pink-deep); margin-bottom: 6px; }
.jbgr .voice-photo-body .vtitle { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 16.5px; font-weight: 700; color: var(--ink); line-height: 1.7; margin-bottom: 12px; }
.jbgr .voice-photo-body p { font-size: 13px; line-height: 1.95; color: var(--body); }

/* オンライン: 数字ストリップ */
.jbgr .stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jbgr .stat-item { border-top: 2px solid var(--ink); padding-top: 20px; }
.jbgr .stat-item b { font-family: "Jost", sans-serif; font-size: 44px; font-weight: 500; color: var(--pink-deep); line-height: 1; }
.jbgr .stat-item b small { font-size: 20px; }
.jbgr .stat-item span { display: block; font-size: 13.5px; color: var(--body); margin-top: 8px; }

/* オンライン: ステップ/準備物グリッド */
.jbgr .step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.jbgr .step-grid.six { grid-template-columns: repeat(3, 1fr); }
.jbgr .step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; text-align: center; }
.jbgr .step-card figure { height: 84px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.jbgr .step-card figure img { max-height: 100%; max-width: 120px; object-fit: contain; }
.jbgr .step-card b { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 15.5px; font-weight: 700; color: var(--ink); display: block; margin-bottom: 10px; line-height: 1.6; }
.jbgr .step-card p { font-size: 12.8px; line-height: 1.9; color: var(--body); }

@media (max-width: 900px) {
  .jbgr .inst-grid, .jbgr .inst-grid.two, .jbgr .voice-photo-grid, .jbgr .stat-strip, .jbgr .step-grid, .jbgr .step-grid.six { grid-template-columns: 1fr; }
  .jbgr .voice-photo-card { grid-template-columns: 1fr; }
  .jbgr .voice-photo-card figure { aspect-ratio: 16 / 9; }
}

/* ============================================================
   VOICE / INSTRUCTOR / DATA / FAQ / NEWS / BLOG ページ
   ============================================================ */
/* 生徒の声: インタビュー動画カルーセル */
.jbgr .video-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: thin;
}
.jbgr .video-track::-webkit-scrollbar { height: 6px; }
.jbgr .video-track::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.jbgr .video-cell {
  flex: 0 0 auto;
  width: min(640px, 84vw);
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--dark);
  scroll-snap-align: start;
}
.jbgr .video-cell iframe { width: 100%; height: 100%; border: 0; display: block; }
.jbgr .video-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.jbgr .video-nav { display: flex; gap: 10px; }
.jbgr .video-nav button {
  width: 44px; height: 44px;
  border: 1px solid var(--pink-deep);
  background: #fff;
  color: var(--pink-deep);
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.jbgr .video-nav button:hover { background: var(--pink-deep); color: #fff; }

/* 生徒の声: インタビューカード */
.jbgr .itv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 52px; margin-bottom: 32px; }
.jbgr .itv-head { display: flex; align-items: center; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 28px; flex-wrap: wrap; }
.jbgr .itv-head img { width: 76px; height: 76px; }
.jbgr .itv-who { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 20px; font-weight: 700; color: var(--ink); }
.jbgr .itv-profile { display: flex; gap: 20px; flex-wrap: wrap; margin-left: auto; }
.jbgr .itv-profile span { font-size: 12.5px; color: var(--body); background: var(--mist); border-radius: 2px; padding: 6px 14px; }
.jbgr .itv-profile b { color: var(--pink-deep); margin-right: 6px; font-weight: 700; }
.jbgr .itv-q { display: grid; grid-template-columns: 44px 1fr; gap: 16px; margin-bottom: 22px; }
.jbgr .itv-q:last-child { margin-bottom: 0; }
.jbgr .itv-q .q { font-family: "Jost", sans-serif; font-size: 24px; font-weight: 600; color: var(--pink); line-height: 1.3; }
.jbgr .itv-q h4 { font-size: 15.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.jbgr .itv-q p { font-size: 13.8px; line-height: 2; }

/* 講師詳細 */
.jbgr .inst-hero { display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: center; }
.jbgr .inst-hero figure { border-radius: var(--radius); overflow: hidden; }
.jbgr .inst-hero figure img { width: 100%; display: block; }
.jbgr .inst-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.75;
  margin: 14px 0 18px;
}
.jbgr .inst-hero .charge { font-size: 13px; color: var(--pink-deep); font-weight: 700; line-height: 1.9; }
.jbgr .bio-block { max-width: 820px; }
.jbgr .bio-block p { font-size: 14.5px; margin-bottom: 14px; }
.jbgr .credit-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.jbgr .credit-list span { font-size: 12.5px; border: 1px solid #d5d2da; border-radius: 999px; padding: 6px 16px; color: var(--ink); background: #fff; }
.jbgr .msg-panel { background: var(--mist); border-left: 3px solid var(--pink-deep); border-radius: var(--radius); padding: 44px 48px; max-width: 860px; }
.jbgr .msg-panel p { font-size: 14.5px; margin-bottom: 14px; }
.jbgr .msg-panel p:last-child { margin-bottom: 0; }

/* データページ: チャートグリッド */
.jbgr .data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.jbgr .data-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 36px 32px; }
.jbgr .data-card figure { max-width: 420px; margin: 0 auto 20px; }
.jbgr .data-card figure img { width: 100%; }
.jbgr .data-title { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 10px; display: flex; align-items: baseline; gap: 12px; }
.jbgr .data-title .no { font-family: "Jost", sans-serif; font-size: 13px; color: var(--pink); font-weight: 600; letter-spacing: 0.1em; }
.jbgr .data-card p { font-size: 13.5px; line-height: 2; }

/* FAQ カテゴリ見出し */
.jbgr .faq-cat {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  margin: 56px 0 8px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.jbgr .faq-cat:first-of-type { margin-top: 0; }
.jbgr .faq-cat .en { font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: 0.26em; color: var(--pink); text-transform: uppercase; }

/* NEWS/BLOG サムネイルカード */
.jbgr .thumb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.jbgr .thumb-card { display: block; }
.jbgr .thumb-card figure {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
  border: 1px solid var(--line);
  margin-bottom: 16px;
}
.jbgr .thumb-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.jbgr .thumb-card:hover figure img { transform: scale(1.04); }
.jbgr .thumb-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; }
.jbgr .thumb-date { font-family: "Jost", sans-serif; font-size: 13px; letter-spacing: 0.08em; color: var(--muted); }
.jbgr .thumb-tag { font-size: 10.5px; font-weight: 700; color: var(--pink); border: 1px solid var(--pink); border-radius: 2px; padding: 2px 10px; }
.jbgr .thumb-title { font-size: 14.5px; font-weight: 700; color: var(--ink); line-height: 1.75; }
.jbgr .thumb-card:hover .thumb-title { color: var(--pink-deep); }
.jbgr .pager { display: flex; justify-content: center; gap: 10px; margin-top: 64px; }
.jbgr .pager a, .jbgr .pager span {
  min-width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius);
  font-family: "Jost", sans-serif; font-size: 15px; color: var(--ink);
}
.jbgr .pager .cur { background: var(--pink-deep); border-color: var(--pink-deep); color: #fff; }
.jbgr .pager a:hover { border-color: var(--pink-deep); color: var(--pink-deep); }

@media (max-width: 900px) {
  .jbgr .itv-card { padding: 28px 22px; }
  .jbgr .itv-profile { margin-left: 0; }
  .jbgr .inst-hero { grid-template-columns: 1fr; gap: 28px; }
  .jbgr .data-grid, .jbgr .thumb-grid { grid-template-columns: 1fr; }
}

/* ---- レスポンシブ（簡易） ---- */
@media (max-width: 900px) {
  .jbgr section { padding: 64px 0; }
  .jbgr .news-grid { grid-template-columns: 1fr; gap: 24px; }

  /* ニュース行のモバイル再構成 (通常/サムネ付き共通) */
  .jbgr .news-item, .jbgr .news-item.has-thumb {
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    padding: 18px 4px;
    align-items: center;
  }
  .jbgr .news-date { grid-column: 1; grid-row: 1; font-size: 13px; }
  .jbgr .news-tag { grid-column: 2; grid-row: 1; padding: 2px 10px; }
  .jbgr .news-title { grid-column: 1 / -1; grid-row: 2; font-size: 14px; line-height: 1.7; }
  .jbgr .news-arw { display: none; }

  .jbgr .news-item.has-thumb {
    grid-template-columns: 104px auto auto 1fr;
  }
  .jbgr .news-item.has-thumb .news-thumb {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 104px;
    align-self: start;
  }
  .jbgr .news-item.has-thumb .news-date { grid-column: 2; grid-row: 1; }
  .jbgr .news-item.has-thumb .news-tag { grid-column: 3; grid-row: 1; }
  .jbgr .news-item.has-thumb .news-title { grid-column: 2 / -1; grid-row: 2; }
  .jbgr .sys-grid, .jbgr .prog-grid, .jbgr .voice-grid, .jbgr .movie-grid, .jbgr .campus-grid { grid-template-columns: 1fr; }

  /* SYSTEMカード: スマホは大アイコン箱をやめて小アイコン+見出しの横並びリスト形式 */
  .jbgr .sys-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
  .jbgr .sys-card .sys-head figure {
    aspect-ratio: auto;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    margin-bottom: 0;
    padding: 12px;
  }
  .jbgr .sys-card .sys-head figure img { max-width: 100%; }
  .jbgr .sys-head .sys-title { margin-bottom: 0; }
  .jbgr .style-row, .jbgr .greet-grid, .jbgr .award-band { grid-template-columns: 1fr; }
  .jbgr .docs-flex, .jbgr .line-flex { flex-direction: column; text-align: center; }
  .jbgr .course-row { grid-template-columns: 48px 1fr; }
  .jbgr .course-term, .jbgr .course-arw { display: none; }
  .jbgr .sec-title { font-size: 27px; }

  /* DOCS CTA: ボタンは縦積み全幅・強調(ピンク)は説明会・無料体験側で先頭に */
  .jbgr .docs-actions { flex-direction: column; width: 100%; gap: 12px; }
  .jbgr .docs-actions .btn { width: 100%; padding: 16px 20px; }
  .jbgr .docs-actions .btn-solid { background: transparent; border: 1px solid rgba(255,255,255,0.4); }
  .jbgr .docs-actions .btn-dark-ghost { background: var(--pink-deep); border-color: var(--pink-deep); order: -1; }

  /* CAMPUS: 東京校の教室案内バンドはスマホでは非表示 */
  .jbgr .campus-access { display: none; }

  /* GREETING: 写真を小さくして文章の左に回り込み */
  .jbgr .greet-grid { display: block; }
  .jbgr .greet-grid::after { content: ""; display: block; clear: both; }
  .jbgr .greet-grid .greet-photo { float: left; width: 128px; margin: 6px 18px 10px 0; }
}
