/* =========================================================
   下層ページ共通システム（K-Drive）
   hero.css の変数・ヘッダー・フッターを継承して上書き
   ========================================================= */

/* ---------- ページヒーロー ---------- */

.lhero {
  background: var(--ink);
  color: #fff;
  padding: 66px 40px 78px;
}

.lhero__in { max-width: 1100px; margin: 0 auto; }

.crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 34px;
}
.crumb a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.crumb a:hover { color: #fff; }

.lhero__label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-en);
  margin-bottom: 16px;
}
.lhero__label b { font-size: 14px; font-weight: 700; }
.lhero__label span { font-size: 11px; font-weight: 700; letter-spacing: .26em; color: rgba(255, 255, 255, .55); }

.lhero__title {
  margin: 0 0 22px;
  font-size: clamp(30px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .03em;
}

.lhero__catch {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  letter-spacing: .08em;
}
.lhero__catch .bar { width: 28px; height: 3px; background: #fff; flex: none; }

.lhero__lead {
  margin: 0;
  max-width: 720px;
  font-size: 14.5px;
  line-height: 2.1;
  color: rgba(255, 255, 255, .78);
}

/* ---------- セクション共通 ---------- */

.lsec { background: #fff; padding: 96px 40px; }
.lsec--gray { background: #F5F7FA; }
.lsec--navy { background: var(--ink); color: #fff; }

.lsec__in { max-width: 1100px; margin: 0 auto; }
.lsec__in--narrow { max-width: 800px; }

.lsec__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .26em;
  margin-bottom: 18px;
}
.lsec__label .rule { width: 28px; height: 3px; background: currentColor; }

.lsec__title {
  margin: 0 0 22px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}

.lsec__lead {
  margin: 0 0 42px;
  max-width: 720px;
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--ink-sub);
}
.lsec--navy .lsec__lead { color: rgba(255, 255, 255, .78); }

.lsec__note {
  margin: 40px 0 0;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
}

/* ---------- ニーズリスト ---------- */

.needs { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.needs li {
  position: relative;
  background: #F5F7FA;
  border-radius: 12px;
  padding: 24px 26px 24px 58px;
  font-size: 14.5px;
  line-height: 1.9;
}

.needs li::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 28px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(16, 20, 24, .3);
  border-radius: 50%;
}
.needs li::after {
  content: '';
  position: absolute;
  left: 29px;
  top: 33px;
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.needs b { font-weight: 700; }

/* ---------- メリット（ネイビー面） ---------- */

.benefits { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.benefits li {
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding: 24px 0 0;
}

.benefits b {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .5);
}

.benefits h3 { margin: 10px 0 10px; font-size: 19px; font-weight: 700; letter-spacing: .03em; }
.benefits p { margin: 0; font-size: 13.5px; line-height: 2; color: rgba(255, 255, 255, .72); }
.benefits em { font-style: normal; font-weight: 700; color: #fff; }

/* ---------- アプローチ ---------- */

.approach { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: start; }

.approach__list { margin: 0; padding: 0; list-style: none; }

.approach__list li {
  border-bottom: 1px solid rgba(16, 20, 24, .1);
  padding: 22px 0;
}
.approach__list li:first-child { border-top: 1px solid rgba(16, 20, 24, .1); }
.approach__list b { display: block; font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.approach__list span { display: block; font-size: 13.5px; line-height: 2; color: var(--ink-sub); }

.approach__stat {
  margin: 30px 0 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.approach__stat b { font-family: var(--font-en); font-size: 52px; font-weight: 800; line-height: 1; }
.approach__stat i { font-style: normal; font-size: 20px; font-weight: 700; }
.approach__stat span { margin-left: 12px; font-size: 13px; color: var(--ink-sub); }

.approach__visual {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(16, 20, 24, .12);
  border-radius: 16px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.approach__visual img { width: 100%; height: auto; }

/* ---------- 実画面フレーム ---------- */

.shotframe {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(16, 20, 24, .12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(16, 20, 24, .10);
}
.shotframe img { width: 100%; height: auto; display: block; }
.shotframe figcaption {
  padding: 12px 18px;
  font-size: 11.5px;
  color: rgba(16, 20, 24, .5);
  border-top: 1px solid rgba(16, 20, 24, .08);
}

/* ---------- 導入の流れ ---------- */

.flow { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: none; }

.flow li {
  position: relative;
  background: #F5F7FA;
  border-radius: 14px;
  padding: 26px 24px 24px;
}

.flow b { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .14em; color: rgba(16, 20, 24, .4); }
.flow h3 { margin: 8px 0 8px; font-size: 17px; font-weight: 700; }
.flow p { margin: 0; font-size: 13px; line-height: 1.9; color: var(--ink-sub); }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid rgba(16, 20, 24, .12); }

.faq details { border-bottom: 1px solid rgba(16, 20, 24, .12); }

.faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 46px 22px 0;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.7;
}
.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }

.faq summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.faq p {
  margin: 0;
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 2.1;
  color: var(--ink-sub);
}

/* ---------- 下層CTA ---------- */

.lcta { background: var(--ink); color: #fff; padding: 96px 40px 104px; text-align: center; }
.lcta__in { max-width: 720px; margin: 0 auto; }
.lcta__title { margin: 0 0 16px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: 1.4; letter-spacing: .04em; }
.lcta__lead { margin: 0 0 32px; font-size: 14.5px; line-height: 2; color: rgba(255, 255, 255, .78); }
.lcta__btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  padding: 16px 48px;
  border-radius: 8px;
  text-decoration: none;
}
.lcta__btn:hover { opacity: .86; color: var(--ink); }

/* ---------- 入場（下層共通） ---------- */

.js .lsec [data-rv],
.js .lhero [data-rv] { opacity: 0; transform: translateY(20px); }

.sp-br { display: none; }

/* ---------- SP ---------- */

@media (max-width: 767px) {
  .sp-br { display: inline; }

  .lhero { padding: 40px 20px 52px; }
  .crumb { margin-bottom: 24px; font-size: 11px; }
  .lhero__lead { font-size: 13.5px; line-height: 2; }

  .lsec { padding: 60px 20px; }
  .lsec__lead { margin-bottom: 30px; font-size: 13.5px; }

  .needs { grid-template-columns: 1fr; gap: 10px; }
  .needs li { padding: 18px 20px 18px 50px; font-size: 13.5px; }
  .needs li::before { top: 22px; left: 20px; }
  .needs li::after { top: 27px; left: 25px; }

  .benefits { grid-template-columns: 1fr; gap: 4px; }
  .benefits li { padding: 20px 0 4px; }

  .approach { grid-template-columns: 1fr; gap: 28px; }
  .approach__visual { order: -1; padding: 24px; }
  .approach__stat b { font-size: 42px; }

  .flow { grid-template-columns: 1fr; gap: 12px; }
  .flow li { padding: 20px 20px 18px; }

  .faq summary { font-size: 14.5px; padding: 18px 40px 18px 0; }

  .lcta { padding: 60px 20px 66px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .lsec [data-rv],
  .js .lhero [data-rv] { opacity: 1 !important; transform: none !important; }
}

/* ニーズ → 認定へのブリッジ */
.needs__bridge {
  margin: 34px 0 0;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 700;
  letter-spacing: .05em;
}
.needs__bridge b { border-bottom: 3px solid var(--ink); padding-bottom: 2px; }
@media (max-width: 767px) { .needs__bridge { margin-top: 24px; font-size: 15px; line-height: 1.9; } }

/* 全幅で締めるメリット項目 */
.benefits__wide { grid-column: 1 / -1; }
.benefits__wide p { max-width: 780px; }

/* 下層で専門家カードを使うときの調整 */
.experts__grid--lower { grid-template-columns: repeat(2, 1fr); max-width: 620px; margin: 0; }
@media (max-width: 767px) { .experts__grid--lower { grid-template-columns: 1fr 1fr; max-width: none; } }

/* 下層CTAの副リンク */
.lcta__sub { margin: 18px 0 0; }
.lcta__sub a { color: rgba(255,255,255,.8); font-size: 13.5px; text-decoration: underline; text-underline-offset: 4px; }
.lcta__sub a:hover { color: #fff; }

/* 注記（制度の上限例示など） */
.lsec .lsec__note + .lsec__note { margin-top: 10px; }
.approach + .lsec__note, .lsec__note.is-small { font-size: 11.5px; font-weight: 400; letter-spacing: 0; line-height: 1.9; color: rgba(16,20,24,.55); text-align: left; max-width: 780px; }

/* =========================================================
   UIモック（コード描画）
   低解像度の実画面キャプチャの代替。どの解像度でも鮮明。
   ========================================================= */

.approach__visual--mock { background: #F5F7FA; padding: 34px 24px; }

.uimock { width: 100%; display: flex; justify-content: center; }

.uimock__frame {
  width: 214px;
  aspect-ratio: 9 / 19.5;      /* 実機どおりの縦長比率 */
  background: #14181D;
  border-radius: 26px;
  padding: 7px;
  box-shadow: 0 18px 44px rgba(16, 20, 24, .22);
  box-sizing: border-box;
}

.uimock__screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.uimock__head {
  background: #14181D;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 9px 10px;
  text-align: center;
}

.uimock__list {
  margin: 0;
  padding: 8px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.uimock__list li {
  position: relative;
  border: 1px solid rgba(16, 20, 24, .14);
  border-radius: 7px;
  padding: 8px 9px;
}

.uimock__list li.is-active { border-color: #14181D; border-width: 1.5px; }

.uimock__ttl {
  display: block;
  height: 6px;
  width: 78%;
  background: rgba(16, 20, 24, .78);
  border-radius: 3px;
  margin-bottom: 7px;
}
.uimock__list li:nth-child(2) .uimock__ttl { width: 64%; }
.uimock__list li:nth-child(3) .uimock__ttl { width: 71%; }

.uimock__row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}
.uimock__row i {
  font-style: normal;
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
  background: rgba(16, 20, 24, .55);
  border-radius: 2px;
  padding: 1.5px 4px;
  flex: none;
}
.uimock__row b {
  display: block;
  height: 5px;
  width: 46%;
  background: rgba(16, 20, 24, .2);
  border-radius: 3px;
}
.uimock__row:last-of-type b { width: 38%; }

.uimock__tag {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: .04em;
  border: 1px solid rgba(16, 20, 24, .45);
  border-radius: 999px;
  padding: 1.5px 6px;
}

.uimock__cta {
  margin: 0 8px 10px;
  background: #14181D;
  color: #fff;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .approach__visual--mock { padding: 26px 16px; }
  .uimock__frame { width: 190px; }
}

/* モックのカード群を上寄せにし、下の余白をCTA前で締める */
.uimock__list { flex: none; }
.uimock__cta { margin-top: auto; }

/* ---------- 会社概要 ---------- */

.ctable { width: 100%; border-collapse: collapse; }
.ctable th, .ctable td {
  text-align: left;
  vertical-align: top;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .12);
  font-size: 14.5px;
  line-height: 2;
}
.ctable th { width: 200px; font-weight: 700; }
.ctable td { color: var(--ink-sub); }
.ctable tr:first-child th, .ctable tr:first-child td { border-top: 1px solid rgba(16, 20, 24, .12); }

.cstats { margin: 0; padding: 0; list-style: none; display: flex; gap: 0; }
.cstats li {
  flex: 1;
  padding: 6px 30px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  display: flex; flex-direction: column;
}
.cstats li:first-child { border-left: none; padding-left: 0; }
.cstats b { font-family: var(--font-en); font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; line-height: 1.1; }
.cstats i { font-style: normal; font-size: 13px; font-weight: 700; margin-top: 3px; }
.cstats span { margin-top: 8px; font-size: 12.5px; color: rgba(255, 255, 255, .65); }

.offices { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offices li { background: #F5F7FA; border-radius: 14px; padding: 28px 30px; }
.offices h3 { margin: 0 0 12px; font-size: 18px; font-weight: 700; }
.offices p { margin: 0; font-size: 14px; line-height: 2; color: var(--ink-sub); }
.offices__tel { margin-top: 8px !important; font-family: var(--font-en); font-weight: 700; color: var(--ink) !important; }

/* ---------- プライバシーポリシー ---------- */

.pplead { margin: 0 0 46px; font-size: 14.5px; line-height: 2.15; color: var(--ink-sub); }

.ppsec { margin-bottom: 40px; }
.ppsec h2 { margin: 0 0 14px; font-size: 18px; font-weight: 700; letter-spacing: .02em; padding-bottom: 12px; border-bottom: 1px solid rgba(16, 20, 24, .14); }
.ppsec p { margin: 0 0 12px; font-size: 14px; line-height: 2.15; color: var(--ink-sub); }
.ppsec p:last-child { margin-bottom: 0; }
.ppsec a { color: var(--ink); }
.ppsec ul { margin: 0 0 12px; padding-left: 1.3em; }
.ppsec li { font-size: 14px; line-height: 2.1; color: var(--ink-sub); }

.ppdl { margin: 0; }
.ppdl dt { font-size: 14px; font-weight: 700; margin-top: 16px; }
.ppdl dd { margin: 4px 0 0; font-size: 14px; line-height: 2.1; color: var(--ink-sub); }

.ppdate { margin: 56px 0 0; padding-top: 24px; border-top: 1px solid rgba(16, 20, 24, .14); font-size: 13px; line-height: 2; color: var(--ink-sub); }

@media (max-width: 767px) {
  .ctable th, .ctable td { display: block; padding: 0; border: none; font-size: 14px; }
  .ctable th { padding-top: 20px; }
  .ctable td { padding: 4px 0 20px; border-bottom: 1px solid rgba(16, 20, 24, .12); }
  .ctable tr:first-child th { border-top: none; padding-top: 0; }
  .ctable tr:first-child td { border-top: none; }
  .cstats { flex-direction: column; gap: 22px; }
  .cstats li { border-left: none; padding: 0; }
  .offices { grid-template-columns: 1fr; }
  .ppsec h2 { font-size: 16.5px; }
}

/* 実績数値の定義注記（下層） */
.cstats__note { margin: 26px 0 0; font-size: 11.5px; color: rgba(255, 255, 255, .55); }
.approach__stat span em { display: block; font-style: normal; font-size: 11px; color: rgba(16, 20, 24, .45); margin-top: 3px; }

/* ---------- 研修：カリキュラム ---------- */
.curr { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.curr li { border-top: 1px solid rgba(255,255,255,.22); padding: 22px 0 0; }
.curr b { font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .2em; color: rgba(255,255,255,.5); }
.curr h3 { margin: 10px 0 8px; font-size: 16.5px; font-weight: 700; line-height: 1.6; }
.curr p { margin: 0; font-size: 13px; color: rgba(255,255,255,.65); }

/* ---------- 研修：料金プラン ---------- */
.plans { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plans li { background: #F5F7FA; border-radius: 16px; padding: 34px 32px; }
.plans h3 { margin: 0 0 16px; font-size: 19px; font-weight: 700; }
.plans__price { margin: 0; display: flex; align-items: baseline; gap: 6px; }
.plans__price b { font-family: var(--font-en); font-size: clamp(34px,3.6vw,48px); font-weight: 800; line-height: 1; }
.plans__price i { font-style: normal; font-size: 15px; font-weight: 700; }
.plans__tax { margin: 6px 0 18px; font-size: 11.5px; color: rgba(16,20,24,.5); }
.plans__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(16,20,24,.12); }
.plans__list li { background: none; border-radius: 0; padding: 14px 0; border-bottom: 1px solid rgba(16,20,24,.1); font-size: 13.5px; line-height: 1.9; color: var(--ink-sub); }
.plans__list li:last-child { border-bottom: none; }

/* ---------- 4ステップの流れ ---------- */
.flow--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- 採用：職種 ---------- */
.job { border: 1px solid rgba(16,20,24,.14); border-radius: 16px; padding: 34px 36px; margin-bottom: 24px; }
.job__head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.job__num { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .16em; color: rgba(16,20,24,.4); }
.job__head h3 { margin: 0; font-size: 22px; font-weight: 700; }
.job__tag { font-size: 11.5px; font-weight: 700; color: #fff; background: var(--ink); border-radius: 999px; padding: 5px 12px; }
.job__meta { margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(16,20,24,.12); }
.job__meta > div { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(16,20,24,.1); }
.job__meta dt { flex: none; width: 96px; font-size: 12.5px; font-weight: 700; }
.job__meta dd { margin: 0; font-size: 13.5px; color: var(--ink-sub); }
.job__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.job__cols h4 { margin: 0 0 12px; font-size: 14px; font-weight: 700; padding-bottom: 8px; border-bottom: 2px solid var(--ink); display: inline-block; }
.job__cols ul { margin: 0; padding-left: 1.2em; }
.job__cols li { font-size: 13.5px; line-height: 2; color: var(--ink-sub); }

/* ---------- 導入事例 ---------- */
.case { border: 1px solid rgba(16,20,24,.14); border-radius: 16px; padding: 34px 36px; margin-bottom: 28px; }
.case__head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.case__num { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .16em; color: rgba(16,20,24,.4); }
.case__head h3 { margin: 0; font-size: 21px; font-weight: 700; }
.case__head h3 span { margin-left: 12px; font-size: 13px; font-weight: 500; color: var(--ink-sub); }
.case__issue { margin: 0 0 16px; font-size: 14px; line-height: 1.9; color: var(--ink-sub); }
.case__issue b { display: block; font-size: 12px; color: var(--ink); margin-bottom: 4px; }
.case__svc { margin: 0 0 22px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.case__svc li { font-size: 12px; font-weight: 700; border: 1px solid rgba(16,20,24,.25); border-radius: 999px; padding: 5px 13px; }
.case__tablewrap { overflow-x: auto; }
.case__table { width: 100%; border-collapse: collapse; min-width: 460px; }
.case__table th, .case__table td { text-align: left; padding: 13px 10px; border-bottom: 1px solid rgba(16,20,24,.1); font-size: 13.5px; }
.case__table thead th { font-size: 11px; letter-spacing: .1em; color: rgba(16,20,24,.45); border-bottom: 1px solid rgba(16,20,24,.2); }
.case__table tbody th { font-weight: 700; }
.case__before { color: rgba(16,20,24,.5); }
.case__arrow { color: rgba(16,20,24,.35); width: 24px; }
.case__after { font-weight: 700; }
.case__delta { font-family: var(--font-en); font-weight: 800; }
.case__voice { margin: 24px 0 0; padding: 22px 24px; background: #F5F7FA; border-radius: 12px; font-size: 14px; line-height: 2; }
.case__voice cite { display: block; margin-top: 10px; font-style: normal; font-size: 12.5px; color: var(--ink-sub); }
.cases__note { margin: 8px 0 0; font-size: 11.5px; line-height: 1.9; color: rgba(16,20,24,.5); }

/* ---------- お知らせ ---------- */
.news { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(16,20,24,.14); }
.news li { padding: 28px 0; border-bottom: 1px solid rgba(16,20,24,.12); }
.news__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.news__meta time { font-family: var(--font-en); font-size: 12.5px; font-weight: 700; color: rgba(16,20,24,.5); }
.news__cat { font-size: 11px; font-weight: 700; color: #fff; background: var(--ink); border-radius: 999px; padding: 4px 11px; }
.news li h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; line-height: 1.6; }
.news li p { margin: 0; font-size: 13.5px; line-height: 2; color: var(--ink-sub); }

@media (max-width: 767px) {
  .curr { grid-template-columns: 1fr; gap: 4px; }
  .curr li { padding: 18px 0 6px; }
  .plans { grid-template-columns: 1fr; }
  .plans li { padding: 26px 22px; }
  .flow--4 { grid-template-columns: 1fr; }
  .job, .case { padding: 24px 20px; }
  .job__head h3 { font-size: 19px; }
  .job__meta { grid-template-columns: 1fr; }
  .job__meta dt { width: 80px; font-size: 12px; }
  .job__cols { grid-template-columns: 1fr; gap: 22px; }
  .case__head { flex-direction: column; gap: 4px; }
  .case__head h3 { font-size: 18px; }
  .case__head h3 span { display: block; margin: 4px 0 0; }
  .news li h3 { font-size: 16px; }
}
