@charset "UTF-8";
/*
Theme Name: Livecast 2026
Description: 株式会社ライブキャスト コーポレートサイト。研修事業を主軸に据えたリニューアル版。
Author: Livecast, Inc.
Version: 1.0.0
Requires at least: 6.1
Requires PHP: 7.4
*/

/* ============================================================
   デザイントークン
   ロゴの黒×イエローを基準に、白地では黒、黒地では黄を効かせる。
   ============================================================ */
:root {
  --black: #141414;
  --black-soft: #1e1d1a;
  --yellow: #ffeb3b;
  --white: #ffffff;

  --ink: #141414;
  --ink-2: #55534c;
  --ink-3: #8a877c;
  --ink-inv: #ffffff;
  --ink-inv-2: #b9b7b0;

  --ground: #ffffff;
  --ground-2: #f7f6f1;
  --rule: #e4e1d6;
  --rule-strong: #c9c5b4;
  --rule-dark: #33322d;

  --measure: 1120px;
  --measure-prose: 720px;

  --step-0: 14px;
  --step-1: 16px;
  --step-2: 20px;
  --step-3: 24px;
  --step-4: 36px;
  --step-5: 56px;

  --gap: 32px;
  --pad-section: 96px;
}

/* ============================================================
   ベース
   ============================================================ */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-size: var(--step-1);
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--ink); text-decoration: none; }
a:hover { color: #857a00; }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }

h1, h2, h3, h4 { margin: 0; line-height: 1.5; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; }

/* Anton は英字と数字の見出し専用 */
.en {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: var(--measure);
  margin-inline: auto;
  padding-inline: 32px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--yellow);
  color: var(--black);
  padding: 12px 20px;
  font-weight: 700;
  z-index: 100;
}
.skip-link:focus { left: 0; }

/* ============================================================
   ヘッダー / ナビ
   ============================================================ */
.site-header {
  background: var(--black);
  border-bottom: 1px solid #2a2925;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 18px;
}
.site-logo {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0;
  white-space: nowrap;
}
.site-logo a { color: var(--ink-inv); }
.site-logo a:hover { color: var(--ink-inv); }
.site-logo .c { color: var(--yellow); }

.nav-toggle { display: none; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
}
.site-nav a {
  font-size: var(--step-0);
  font-weight: 700;
  color: var(--ink-inv);
  white-space: nowrap;
}
.site-nav a:hover { color: var(--yellow); }
.site-nav .nav-sep {
  width: 1px;
  height: 18px;
  background: #3a3934;
  flex-shrink: 0;
}
.site-nav .nav-cta a {
  background: var(--white);
  color: var(--black);
  padding: 10px 22px;
  border-radius: 2px;
}
.site-nav .nav-cta a:hover { background: var(--yellow); color: var(--black); }

/* ============================================================
   セクション見出し
   ============================================================ */
.section { padding-block: var(--pad-section); }
.section--dark { background: var(--black); color: var(--ink-inv); }
.section--tint { background: var(--ground-2); }

.section-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
}
.section-label::before {
  content: "";
  width: 28px;
  height: 10px;
  background: var(--yellow);
  flex-shrink: 0;
}
.section-title {
  font-size: var(--step-4);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.section-lede {
  max-width: 68ch;
  font-size: var(--step-0);
  line-height: 2;
  color: var(--ink-2);
}
.section--dark .section-lede { color: var(--ink-inv-2); }

/* ============================================================
   ヒーロー
   ============================================================ */
.hero {
  background: var(--black);
  color: var(--ink-inv);
  padding-block: 88px 64px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-eyebrow {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 19px;
  letter-spacing: 0.08em;
  color: var(--yellow);
}
.hero-title {
  font-size: var(--step-5);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
/* 白文字に薄い黄色の下線だと両方明るくぼやけるため、黄ベタ＋黒文字にする */
.hero-title .mark {
  background: var(--yellow);
  color: var(--black);
  padding: 4px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hero-body {
  max-width: 620px;
  font-size: var(--step-1);
  line-height: 2;
  color: var(--ink-inv-2);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.btn {
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  padding: 16px 36px;
  border-radius: 2px;
  background: var(--yellow);
  color: var(--black);
}
.btn:hover { background: var(--white); color: var(--black); }
.btn--ghost {
  background: transparent;
  color: var(--ink-inv);
  border: 1px solid #55534c;
  padding: 15px 32px;
  font-weight: 700;
}
.btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--dark { background: var(--black); color: var(--ink-inv); }
.btn--dark:hover { background: var(--black-soft); color: var(--yellow); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  border-top: 1px solid var(--rule-dark);
  padding-top: 36px;
}
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat-v {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 44px;
  line-height: 1;
  color: var(--yellow);
  font-variant-numeric: tabular-nums;
}
.stat-v small { font-size: 22px; }
.stat-k { font-size: 13px; color: var(--ink-inv-2); }

/* ============================================================
   カード
   ============================================================ */
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid var(--rule);
  padding: 32px;
  background: var(--ground);
}
.card-label {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.card-title { font-size: 22px; font-weight: 900; }
.card-body { font-size: var(--step-0); line-height: 2; color: var(--ink-2); }

.card-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
  margin-top: auto;
  list-style: none;
  padding-inline: 0;
}
.card-points li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
/* 白地に黄色の四角は明度が近く沈むため、白地では黒を使う */
.card-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--black);
  flex-shrink: 0;
  transform: translateY(1px);
}

.card--dark {
  background: var(--black-soft);
  border: none;
  padding: 40px;
}
.card--dark .card-title { color: var(--yellow); }
.card--dark .card-body { color: var(--ink-inv-2); }

/* ============================================================
   講師紹介
   ============================================================ */
.instructor {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  background: var(--ground-2);
  padding: 48px;
  margin-top: 48px;
}
.instructor img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}
.instructor-body { display: flex; flex-direction: column; gap: 14px; }
.instructor-name {
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
}
.instructor-name strong { font-size: 26px; font-weight: 900; }
.instructor-name span { font-size: 13px; color: var(--ink-2); }
.instructor-body p { font-size: var(--step-0); line-height: 2; color: var(--ink-2); }

/* ============================================================
   会社概要テーブル
   ============================================================ */
.company-table {
  display: flex;
  flex-direction: column;
  max-width: var(--measure-prose);
  margin: 0;
}
.company-table > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  border-top: 1px solid var(--rule);
  padding-block: 18px;
}
.company-table > div:last-child { border-bottom: 1px solid var(--rule); }
.company-table dt { font-size: var(--step-0); font-weight: 900; }
.company-table dd { margin: 0; font-size: var(--step-0); line-height: 1.9; color: var(--ink-2); }

/* ============================================================
   お問い合わせ帯
   ============================================================ */
.cta-band { background: var(--yellow); }
.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 72px;
}
.cta-band h2 { font-size: 34px; font-weight: 900; color: var(--black); }
.cta-band p { font-size: var(--step-0); font-weight: 700; color: #3d3a2e; margin-top: 10px; }

/* ============================================================
   記事一覧 / 記事詳細
   ============================================================ */
.page-head {
  background: var(--black);
  color: var(--ink-inv);
  padding-block: 64px 56px;
}
.page-head .section-label { color: var(--ink-inv); }
.page-head h1 { font-size: var(--step-4); font-weight: 900; margin-top: 16px; }
.page-head .page-desc { margin-top: 12px; font-size: var(--step-0); color: var(--ink-inv-2); max-width: 64ch; }

.post-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.post-item { border-bottom: 1px solid var(--rule); }
.post-item:first-child { border-top: 1px solid var(--rule); }
.post-item > a {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  padding-block: 28px;
  align-items: start;
}
.post-item > a:hover { color: var(--ink); background: var(--ground-2); }
.post-thumb {
  width: 200px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--ground-2);
  display: block;
}
.post-thumb--none {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: baseline;
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.post-date {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.post-cat {
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  padding: 2px 10px;
}
.post-item h2 { font-size: var(--step-2); font-weight: 900; line-height: 1.7; }
.post-excerpt {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--ink-2);
}

/* 本文 */
.entry { max-width: var(--measure-prose); }
.entry-title { font-size: 32px; font-weight: 900; line-height: 1.6; }
.entry-meta { margin-top: 16px; margin-bottom: 40px; }
.entry-content { font-size: var(--step-1); line-height: 2.1; }
.entry-content > * + * { margin-top: 1.6em; }
.entry-content h2 {
  font-size: var(--step-3);
  font-weight: 900;
  margin-top: 2.4em;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--yellow);
}
.entry-content h3 { font-size: var(--step-2); font-weight: 900; margin-top: 2em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content li + li { margin-top: 0.5em; }
.entry-content blockquote {
  border-left: 5px solid var(--yellow);
  background: var(--ground-2);
  padding: 20px 24px;
  margin-inline: 0;
}
.entry-content img { display: block; }
.entry-content pre {
  background: var(--black);
  color: #ededdc;
  padding: 20px;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.85;
  border-radius: 2px;
}
.entry-content code {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.9em;
  background: var(--ground-2);
  padding: 2px 6px;
}
.entry-content pre code { background: none; padding: 0; }
.entry-content table { border-collapse: collapse; width: 100%; }
.entry-content th, .entry-content td {
  border: 1px solid var(--rule);
  padding: 10px 14px;
  font-size: 14px;
  text-align: left;
}
.table-scroll { overflow-x: auto; }

/* ============================================================
   過去記事の本文が依存しているクラス
   旧テーマ(livecast2020)と WordPress 標準のもの。
   579記事が .aligncenter、44記事が .console を使っているため必須。
   ============================================================ */
.entry-content .alignleft {
  float: left;
  margin: 0 24px 16px 0;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 16px 24px;
}
.entry-content .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.entry-content .alignnone { margin-bottom: 16px; }
.entry-content .wp-caption { max-width: 100%; }
.entry-content .wp-caption-text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-3);
  text-align: center;
  margin-top: 8px;
}
/* 回り込みが次の見出しに食い込まないようにする */
.entry-content h2,
.entry-content h3 { clear: both; }

/* コンソール出力の引用。旧テーマは白背景だったが、
   新テーマは pre と同じ扱いにして本文中で見分けやすくする。 */
.entry-content .console {
  display: block;
  background: var(--ground-2);
  border-left: 5px solid var(--rule-strong);
  padding: 16px 20px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 13px;
  line-height: 1.9;
  overflow-wrap: break-word;
  overflow-x: auto;
  max-width: 100%;
}

/* 過去記事には style="width: 480px" のような固定幅がそのまま書かれている。
   インラインのwidthはCSSで上書きできないが、max-width は効くので
   これでスマホ幅のはみ出しを止める。img/iframe の width 属性も同様。 */
.entry-content img,
.entry-content iframe,
.entry-content video,
.entry-content table,
.entry-content pre,
.entry-content div,
.entry-content embed,
.entry-content object {
  max-width: 100%;
}
.entry-content iframe,
.entry-content video { height: auto; }

/* SyntaxHighlighter が未適用のときでも読めるようにしておく。
   本番ではプラグインのJSがこの pre を置き換える。 */
.entry-content pre[class*="brush:"] {
  background: var(--black);
  color: #ededdc;
  padding: 20px;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.85;
  border-radius: 2px;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ページネーション */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 56px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding-inline: 12px;
  border: 1px solid var(--rule);
  font-family: 'Anton', sans-serif;
  font-size: 15px;
}
.pagination .page-numbers:hover { background: var(--ground-2); color: var(--ink); }
.pagination .page-numbers.current { background: var(--black); color: var(--ink-inv); border-color: var(--black); }

/* 前後の記事 */
.post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.post-nav a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--rule);
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.post-nav a:hover { background: var(--ground-2); color: var(--ink); }
.post-nav .dir {
  font-family: 'Anton', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}
.post-nav .next { text-align: right; }

/* ブログ内検索（Algolia） */
.blog-search { position: relative; margin-bottom: 40px; }
.blog-search label {
  display: block;
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin-bottom: 10px;
}
.blog-search-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.blog-search input[type="search"] {
  flex: 1 1 280px;
  min-width: 0;
  font-family: inherit;
  font-size: var(--step-1);
  line-height: 1.7;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--ground);
  color: var(--ink);
}
.blog-search input[type="search"]:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 1px;
  border-color: var(--ink);
}
.blog-search button[type="submit"] { border: none; cursor: pointer; font-family: inherit; min-height: 48px; }

/* 入力中の候補 */
.suggest {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: var(--ground);
  border: 1px solid var(--ink);
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.16);
}
.suggest[hidden] { display: none; }
.suggest ul { list-style: none; margin: 0; padding: 0; }
.suggest li + li { border-top: 1px solid var(--rule); }
.suggest a {
  display: block;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.suggest a:hover,
.suggest li[aria-selected="true"] a {
  background: var(--ground-2);
  color: var(--ink);
}
/* Algolia のハイライトタグ */
.suggest mark, .suggest em {
  background: var(--yellow);
  color: var(--ink);
  font-style: normal;
  padding: 0 2px;
}
.suggest-empty { padding: 16px 18px; font-size: 13.5px; color: var(--ink-2); }
.suggest-all {
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 18px;
  border: none;
  border-top: 1px solid var(--ink);
  background: var(--black);
  color: var(--ink-inv);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
}
.suggest-all:hover { color: var(--yellow); }

/* 検索ページ（InstantSearch のウィジェット）
   ブログ一覧の検索フォームと同じ見た目に揃える */
.ais-SearchBox-form {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.ais-SearchBox-input {
  flex: 1 1 280px;
  min-width: 0;
  font-family: inherit;
  font-size: var(--step-1);
  line-height: 1.7;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--ground);
  color: var(--ink);
}
.ais-SearchBox-input:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 1px;
  border-color: var(--ink);
}
.ais-SearchBox-submit { display: none; }
.ais-SearchBox-reset {
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  color: var(--ink-3);
  min-width: 44px;
  min-height: 44px;
}
.ais-SearchBox-reset:hover { color: var(--ink); }
.ais-SearchBox-reset[hidden] { display: none; }
.ais-SearchBox-loadingIndicator { display: none; }

/* 一致箇所のハイライト。一覧の体裁を崩さないよう控えめに */
.post-item mark,
.post-item .ais-Highlight-highlighted,
.post-item .ais-Snippet-highlighted {
  background: var(--yellow);
  color: var(--ink);
  font-style: normal;
  padding: 0 2px;
}

/* 空状態 */
.empty {
  padding: 64px 0;
  text-align: center;
  color: var(--ink-2);
  font-size: var(--step-0);
}

/* ============================================================
   フォーム / お問い合わせ
   ============================================================ */
.form-wrap { max-width: var(--measure-prose); }
.form-wrap label { display: block; font-size: var(--step-0); font-weight: 700; margin-bottom: 8px; }
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea,
.form-wrap select {
  width: 100%;
  font-family: inherit;
  font-size: var(--step-1);
  line-height: 1.7;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--ground);
  color: var(--ink);
}
.form-wrap input:focus,
.form-wrap textarea:focus,
.form-wrap select:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 1px;
  border-color: var(--ink);
}
.form-wrap p { margin-bottom: 24px; }
.form-wrap .wpcf7-submit {
  font-family: inherit;
  font-weight: 900;
  font-size: 15px;
  padding: 16px 44px;
  background: var(--black);
  color: var(--ink-inv);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  min-height: 44px;
}
.form-wrap .wpcf7-submit:hover { background: var(--black-soft); color: var(--yellow); }

.thanks { display: flex; flex-direction: column; gap: 12px; font-size: var(--step-0); line-height: 2; }
.thanks .icon { width: 72px; height: auto; }
.thanks-bottom { margin-top: 28px; }

/* ============================================================
   フッター
   ============================================================ */
.site-footer { background: var(--black); color: var(--ink-3); }
.site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  padding-block: 56px;
  border-bottom: 1px solid var(--rule-dark);
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--ink-inv);
}
.footer-logo .c { color: var(--yellow); }
.footer-addr { font-size: 13px; line-height: 1.95; color: var(--ink-inv-2); font-style: normal; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 48px;
  list-style: none;
  padding: 0;
}
.footer-links a { font-size: 13px; font-weight: 700; color: var(--ink-inv-2); white-space: nowrap; }
.footer-links a:hover { color: var(--yellow); }

.site-footer .footer-base {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  padding-block: 32px;
}
.footer-copy-mark { font-size: 15px; color: var(--ink-inv); }
.footer-copy-name {
  font-family: 'Anton', 'Arial Narrow', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink-inv);
}
.footer-copy-name .c { color: var(--yellow); }

/* ============================================================
   レスポンシブ
   ============================================================ */
/* ナビ7項目で 708px あり、ロゴと余白を足すと約960px。
   それ以下ではロゴが折り返すため、1000px でハンバーガーに切り替える。 */
@media (max-width: 1000px) {
  :root { --pad-section: 64px; --step-4: 28px; --step-5: 36px; }

  .container { padding-inline: 20px; }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid #3a3934;
    color: var(--ink-inv);
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--black);
    border-bottom: 1px solid #2a2925;
    padding: 16px 20px 24px;
    z-index: 50;
  }
  .site-header { position: relative; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { border-bottom: 1px solid #2a2925; }
  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 15px;
  }
  .site-nav .nav-sep { display: none; }
  .site-nav .nav-cta { border-bottom: none; margin-top: 16px; }
  .site-nav .nav-cta a { justify-content: center; padding: 14px 22px; }

  .stats { grid-template-columns: 1fr; gap: 24px; }
  .cards, .cards--2 { grid-template-columns: 1fr; }
  .instructor { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .instructor img { width: 100%; height: 260px; }
  .company-table > div { grid-template-columns: 1fr; gap: 4px; }
  .cta-band .container { flex-direction: column; align-items: flex-start; padding-block: 48px; }
  .post-item > a { grid-template-columns: 1fr; gap: 16px; }
  .post-thumb { width: 100%; }
  .site-footer .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav .next { text-align: left; }
  .entry-title { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
