@charset "UTF-8";
/* ==========================================================================
   jollygood.co.jp コーポレートトップ SMART v2.3.0
   正典: ../../DESIGN.md ／ jollygood-co-jp-2026/DESIGN.md
   軸: 課題軸（第一階層）→ 業種軸（第二階層）→ 二本柱＋協業
   ========================================================================== */

:root {
  /* ---- surface ---- */
  --bg:        #ffffff;
  --bg-soft:   #eff5f8;
  --bg-soft-2: #e4eef3;
  --surface:   #ffffff;

  /* ---- ink（白地でのコントラスト比） ---- */
  --ink:   #16202a;  /* 15.3:1 */
  --ink-2: #41566a;  /*  7.9:1 */
  --ink-3: #5b7085;  /*  5.1:1 */

  /* ---- line ---- */
  --line:   #d5e2e9;
  --line-2: #e7eff3;

  /* ---- brand（現行サイトのトークンを継承し、文字用に濃度を上げたもの） ---- */
  --jg-deep: #004f68;  /*  9.1:1  見出し・主ボタン */
  --jg-mid:  #0a6f92;  /*  5.7:1  リンク・ラベル */
  --jg-sky:  #5db4d9;  /*  装飾専用。文字色に使わない */
  --jg-pale: #eaf7fb;

  /* ---- accent ---- */
  --cta:       #b8530f;  /*  5.2:1  CTA塗り（白文字可） */
  --cta-2:     #97430c;
  --cta-pale:  #fbeee2;
  --green:     #147050;  /*  5.9:1  現場・安全 */
  --green-pale:#e6f2ed;
  --pink:      #c2185b;  /*  5.9:1  医療・ヘルスケア */
  --pink-pale: #fdeaf1;
  --navy:      #0b1b26;  /*  協業・R&D セクション地色 */
  --navy-2:    #12303f;
  --hazard:    #f4b400;  /*  装飾専用。文字色に使わない */

  --shadow:    0 10px 30px rgba(15,31,43,.08);
  --shadow-lg: 0 24px 56px rgba(15,31,43,.16);
  --radius:    14px;
  --maxw:      1180px;

  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
               "Yu Gothic", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--jg-mid); }
button { font-family: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.sec { padding: 72px 0; }
.sec--soft { background: var(--bg-soft); }
.sec--pale { background: var(--jg-pale); }
.sec--navy { background: var(--navy); color: #f6fbff; }
.sec--navy .lead, .sec--navy .secHead p { color: #c6d7e2; }

/* ---------- 見出し ---------- */
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  color: var(--jg-mid); margin: 0 0 12px;
  font-family: Montserrat, "Noto Sans JP", sans-serif;
}
.sec--navy .eyebrow { color: #6fd0f0; }
.secHead { max-width: 780px; margin: 0 0 40px; }
.secHead--mid { margin-top: 64px; }
.secHead h2 {
  font-size: 34px; line-height: 1.45; font-weight: 800;
  margin: 0 0 14px; letter-spacing: .01em;
}
.secHead p { margin: 0; color: var(--ink-2); font-size: 16px; }
.br { display: inline-block; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  border: 1.5px solid transparent; transition: .2s;
}
.btn--cta   { background: var(--cta); color: #fff; }
.btn--cta:hover   { background: var(--cta-2); }
.btn--deep  { background: var(--jg-deep); color: #fff; }
.btn--deep:hover  { background: #003a4e; }
.btn--ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: rgba(255,255,255,.2); }
.btn--line  { background: #fff; color: var(--jg-deep); border-color: var(--line); }
.btn--line:hover  { border-color: var(--jg-deep); }
.btn .ar { font-size: 13px; }

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.hd {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line-2);
}
.hd__in { display: flex; align-items: center; gap: 22px; height: 76px; }
.hd__logo { display: flex; align-items: center; flex: none; text-decoration: none; }
/* ロゴは切り抜かない: 角丸・トリミング禁止。元画像の縦横比のまま表示する */
.hd__logo img { height: 48px; width: auto; }
.hd__nav { display: flex; gap: 20px; margin-left: auto; }
.hd__nav a {
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  text-decoration: none; white-space: nowrap; padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.hd__nav a:hover { color: var(--jg-deep); border-bottom-color: var(--jg-sky); }
.hd__act { display: flex; align-items: center; gap: 10px; flex: none; }
.hd__lang {
  font-size: 12px; font-weight: 700; color: var(--ink-3);
  text-decoration: none; border: 1px solid var(--line); border-radius: 6px;
  padding: 6px 10px; letter-spacing: .06em;
}
.hd__cta { padding: 11px 20px; font-size: 14px; }
.hd__burger { display: none; }

/* ==========================================================================
   ヒーロー（業種スライドショー）
   ========================================================================== */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--navy); }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.1s ease;
}
.hero__bg img.is-on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero__bg img { transition: none; } }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(5,20,29,.94) 0%, rgba(5,20,29,.86) 34%,
                           rgba(5,20,29,.52) 60%, rgba(5,20,29,.20) 100%),
    linear-gradient(180deg, rgba(5,20,29,.45) 0%, rgba(5,20,29,0) 30%);
}
.hero__in { position: relative; padding-top: 84px; padding-bottom: 68px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.hero__tag {
  font-size: 12px; font-weight: 700; letter-spacing: .04em; color: #fff;
  padding: 7px 14px; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.34);
  transition: .2s;
}
.hero__tag:hover { background: rgba(255,255,255,.24); }
.hero__tag.is-on { background: var(--hazard); color: #241a00; border-color: var(--hazard); }
.hero h1 {
  font-size: 50px; line-height: 1.34; font-weight: 800;
  margin: 0 0 20px; letter-spacing: .005em; max-width: 15em;
  text-shadow: 0 2px 22px rgba(0,0,0,.45);
}
.hero h1 em { font-style: normal; color: #ffd84d; }
.hero__lead {
  font-size: 17px; line-height: 2; max-width: 33em; margin: 0 0 14px;
  color: #eaf3f8; text-shadow: 0 1px 14px rgba(0,0,0,.5);
}
.hero__def {
  font-size: 15px; color: #bcd3df; margin: 0 0 28px; max-width: 34em;
  padding-left: 14px; border-left: 3px solid var(--jg-sky);
}
.hero__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.hero__caps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 760px; margin: 0; padding: 0; }
.hero__caps li {
  list-style: none; background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.24); border-radius: 10px; padding: 14px 16px;
}
.hero__caps b { display: block; font-size: 15px; margin-bottom: 3px; }
.hero__caps span { font-size: 12.5px; color: #c6d7e2; line-height: 1.6; display: block; }

/* ==========================================================================
   何をする会社か（定義 × 解析動画）
   ========================================================================== */
.what { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: center; }
ul.what__for--row { grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.what__tx h2 { font-size: 34px; line-height: 1.45; font-weight: 800; margin: 0 0 18px; letter-spacing: .01em; }
.what__def {
  font-size: 21px; line-height: 1.75; font-weight: 800; color: var(--jg-deep);
  margin: 0 0 12px;
}
.what__sub { font-size: 14.5px; line-height: 1.95; color: var(--ink-2); margin: 0 0 20px; }
.what__for { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.what__for li {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 16px; font-size: 13.5px; line-height: 1.75;
}
.what__for b { color: var(--jg-deep); margin-right: 10px; font-size: 15px; }
.what__for span { color: var(--ink-2); }
.what__fig { margin: 0; }
.what__fig video {
  display: block; width: 100%; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--navy); box-shadow: var(--shadow);
}
.what__fig figcaption { font-size: 12px; color: var(--ink-3); margin-top: 8px; line-height: 1.7; }

/* ==========================================================================
   課題から探す（画像つきカード）
   ========================================================================== */
.probs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prob {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit; transition: .2s;
}
.prob:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.prob__img {
  position: relative; display: block; aspect-ratio: 16 / 8;
  overflow: hidden; background: var(--bg-soft-2);
}
.prob__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.prob:hover .prob__img img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .prob__img img { transition: none; } .prob:hover .prob__img img { transform: none; } }
.prob__no {
  position: absolute; left: 12px; top: 12px;
  font-family: Montserrat, sans-serif; font-weight: 800; font-size: 11px;
  letter-spacing: .12em; color: var(--ink);
  background: rgba(255,255,255,.92); border-radius: 999px; padding: 4px 12px;
}
.prob__q { font-size: 18px; line-height: 1.6; font-weight: 700; margin: 2px 20px 0; flex: 1; }
.prob__to {
  display: flex; align-items: center; gap: 8px; margin: 0 20px 18px;
  font-size: 13.5px; font-weight: 700; color: var(--jg-deep);
  border-top: 1px dashed var(--line); padding-top: 12px;
}
.prob__to .lbl { font-size: 11px; color: var(--ink-3); font-weight: 600; }

/* ==========================================================================
   業種から探す
   ========================================================================== */
.inds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ind {
  display: block; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; text-decoration: none;
  color: inherit; transition: .2s;
}
.ind:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ind--lead { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr 1fr; }
.ind__img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-soft-2); }
.ind--lead .ind__img { aspect-ratio: auto; height: 100%; min-height: 300px; }
.ind__img img { width: 100%; height: 100%; object-fit: cover; }
.ind__badge {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  background: var(--hazard); color: #241a00; font-size: 11.5px; font-weight: 800;
  padding: 5px 12px; border-radius: 999px; letter-spacing: .04em;
}
.ind__body { padding: 20px 20px 18px; }
.ind--lead .ind__body { padding: 38px 38px 34px; display: flex; flex-direction: column; justify-content: center; }
.ind__name { font-size: 18px; font-weight: 800; margin: 0 0 4px; }
.ind--lead .ind__name { font-size: 27px; }
.ind__role { font-size: 11px; font-weight: 700; color: var(--jg-mid); letter-spacing: .06em; margin: 0 0 10px; }
.ind__list { margin: 0 0 14px; padding: 0; list-style: none; }
.ind__list li {
  position: relative; padding-left: 18px; font-size: 13px; line-height: 1.75; color: var(--ink-2);
}
.ind--lead .ind__list li { font-size: 14px; padding-left: 20px; }
.ind__list li::before {
  content: ""; position: absolute; left: 3px; top: 10px;
  width: 7px; height: 7px; border-radius: 2px; background: var(--jg-sky);
}
.ind__next {
  font-size: 12.5px; background: var(--bg-soft); border-radius: 8px;
  padding: 10px 14px; color: var(--ink-2); margin: 0;
}
.ind--lead .ind__next { font-size: 13.5px; padding: 12px 16px; }
.ind__next b { color: var(--jg-deep); }

/* ==========================================================================
   なぜ360度か — 図面に載らない3つ／相関関係バンド
   ========================================================================== */
.whyLabel {
  font-size: 13px; font-weight: 800; letter-spacing: .06em; color: var(--jg-deep);
  margin: 0 0 14px; padding-left: 12px; border-left: 4px solid var(--jg-deep);
}
.why3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 20px; padding: 0; list-style: none; }
.why3 li {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px;
}
.why3__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.why3__ic { width: 38px; height: 38px; color: var(--jg-mid); }
.why3__n {
  display: inline-block; font-family: Montserrat, sans-serif; font-weight: 800; font-size: 12px;
  letter-spacing: .1em; color: var(--ink-3);
}
.why3 h3 { font-size: 18px; font-weight: 800; margin: 0 0 8px; }
.why3 p { margin: 0; font-size: 13.5px; line-height: 1.8; color: var(--ink-2); }
.whyNote {
  margin: 0 0 44px; padding: 18px 22px; border-radius: 10px;
  background: var(--navy); color: #fff; font-size: 16px; font-weight: 700;
}
.whyNote span { display: block; font-size: 13px; color: #c6d7e2; font-weight: 400; margin-top: 5px; }

.corr2 {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 32px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; margin: 0 0 44px;
}
.corr2__tx h3 { font-size: 25px; font-weight: 800; line-height: 1.5; margin: 0 0 12px; }
.corr2__tx p { margin: 0; font-size: 14.5px; line-height: 2; color: var(--ink-2); }
.corr2__fig { margin: 0; }
.corr2__fig img,
.corr2__fig video { display: block; width: 100%; border-radius: 10px; border: 1px solid var(--line); background: var(--navy); }
.corr2__fig figcaption { font-size: 12px; color: var(--ink-3); margin-top: 8px; line-height: 1.7; }

/* ==========================================================================
   360度を支える3つの技術（コンパクト行）
   ========================================================================== */
.assets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asset {
  display: grid; grid-template-columns: 108px 1fr; gap: 16px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px;
}
.asset__img { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; }
.asset__img img { width: 100%; height: 100%; object-fit: cover; }
.asset__body { min-width: 0; }
.asset h3 { font-size: 16.5px; margin: 0 0 4px; font-weight: 800; }
.asset p { margin: 0; font-size: 12.5px; line-height: 1.7; color: var(--ink-2); }


/* ==========================================================================
   4ステップ
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 20px 20px; position: relative;
}
/* ステップ間の矢印（デスクトップのみ） */
.step:not(:last-child)::after {
  content: "▶"; position: absolute; top: 50%; right: -18px; transform: translateY(-50%);
  color: var(--jg-mid); font-size: 12px; z-index: 2;
}
.step__n {
  font-family: Montserrat, sans-serif; font-size: 11.5px; font-weight: 800;
  letter-spacing: .12em; color: var(--jg-mid); margin-bottom: 6px; display: block;
}
.step h3 { font-size: 22px; margin: 0 0 10px; font-weight: 800; }
.step h3 small { display: block; font-size: 10.5px; letter-spacing: .12em; color: var(--ink-3);
  font-family: Montserrat, sans-serif; font-weight: 700; margin-top: 3px; }
.step__get { margin: 0 0 8px; font-size: 14.5px; font-weight: 700; color: var(--jg-deep); line-height: 1.6; }
.step p:not(.step__get) { margin: 0 0 12px; font-size: 12.5px; line-height: 1.75; color: var(--ink-2); }
.step ul { margin: 0; padding: 10px 0 0; list-style: none; border-top: 1px dashed var(--line); }
.step ul li { font-size: 12px; line-height: 1.7; color: var(--ink-2); padding-left: 13px; position: relative; }
.step ul li::before { content: "・"; position: absolute; left: 0; color: var(--jg-sky); }
.step ul li b { color: var(--jg-deep); font-weight: 700; }
.step.is-entry { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-pale); }
.step__badge {
  position: absolute; top: -12px; left: 16px;
  background: var(--green); color: #fff; font-size: 11px; font-weight: 800;
  padding: 4px 12px; border-radius: 999px; letter-spacing: .02em;
}

/* ==========================================================================
   二本柱
   ========================================================================== */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pillar {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
}
.pillar__top { padding: 28px 28px 20px; border-top: 5px solid var(--green); }
.pillar--med .pillar__top { border-top-color: var(--pink); }
.pillar__label { font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--green); margin: 0 0 8px; }
.pillar--med .pillar__label { color: var(--pink); }
.pillar h3 { font-size: 25px; margin: 0 0 10px; font-weight: 800; line-height: 1.5; }
.pillar__lead { margin: 0; font-size: 14.5px; line-height: 1.9; color: var(--ink-2); }
.pillar__svcs { padding: 4px 28px 28px; display: grid; gap: 12px; }
.svc {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center;
  padding: 12px; border: 1px solid var(--line-2); border-radius: 10px;
  text-decoration: none; color: inherit; transition: .18s; background: var(--surface);
}
.svc:hover { border-color: var(--jg-sky); background: var(--bg-soft); }
.svc__img { width: 96px; height: 66px; border-radius: 6px; overflow: hidden; background: var(--bg-soft-2); }
.svc__img img { width: 100%; height: 100%; object-fit: cover; }
.svc__tx { display: block; min-width: 0; }
.svc__nm { display: block; font-size: 15px; font-weight: 700; margin: 0 0 3px; line-height: 1.5; }
.svc__ds { display: block; font-size: 12.5px; color: var(--ink-2); margin: 0; line-height: 1.7; }
.svc__ex { font-size: 11px; color: var(--ink-3); font-family: Montserrat, sans-serif; letter-spacing: .04em; }

/* ==========================================================================
   協業（ダーク）
   ========================================================================== */
.collab { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; }
.collab h2 { font-size: 32px; line-height: 1.5; margin: 0 0 18px; font-weight: 800; }
.collab p { color: #c6d7e2; font-size: 15px; line-height: 2; margin: 0 0 22px; }
.collab__list { display: grid; gap: 12px; margin: 0 0 26px; padding: 0; list-style: none; }
.collab__list li {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px; padding: 16px 18px;
}
.collab__list b { display: block; font-size: 15px; margin-bottom: 4px; }
.collab__list span { font-size: 13px; color: #b7cbd8; line-height: 1.75; }
.collab__fig { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.collab__fig img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.collab__cap { font-size: 12px; color: #a9c0cd; padding: 10px 14px; background: rgba(255,255,255,.06); margin: 0; }

/* ==========================================================================
   導入支援・ニュース・メディア
   ========================================================================== */
.supports { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  padding: 22px 20px; text-decoration: none; color: inherit; transition: .18s;
}
.support:hover { border-color: var(--jg-sky); box-shadow: var(--shadow); }
.support b { display: block; font-size: 15.5px; margin-bottom: 8px; }
.support span { font-size: 13px; color: var(--ink-2); line-height: 1.75; display: block; }

.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.newsCard {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  padding: 20px; text-decoration: none; color: inherit; display: block; transition: .18s;
}
.newsCard:hover { border-color: var(--jg-sky); }
.newsCard time { font-size: 12px; color: var(--ink-3); font-family: Montserrat, sans-serif; font-weight: 600; }
.newsCard .cat {
  display: inline-block; margin-left: 10px; font-size: 10.5px; font-weight: 700;
  padding: 3px 9px; border-radius: 4px; background: var(--cta-pale); color: var(--cta-2);
}
.newsCard p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.7; font-weight: 600; }
/* サムネイル: JSが /news から取得するまでは hidden。未設定記事はテキストのみで成立する */
.newsCard__thumb[hidden] { display: none; }
.newsCard__thumb {
  margin: 0 0 14px; border-radius: 6px; overflow: hidden;
  background: var(--bg-soft); aspect-ratio: 16 / 9;
}
.newsCard__thumb img {
  width: 100%; height: 100%; display: block; object-fit: cover;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
.newsCard:hover .newsCard__thumb img { transform: scale(1.045); }
@media (prefers-reduced-motion: reduce) {
  .newsCard__thumb img { transition: none; }
  .newsCard:hover .newsCard__thumb img { transform: none; }
}

.media { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.media__logo {
  display: flex; align-items: center; justify-content: center;
  height: 88px; padding: 10px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
}
.media__logo img { max-height: 60px; max-width: 160px; width: auto; height: auto; object-fit: contain; }

/* ---------- 最終CTA ---------- */
.final { background: linear-gradient(120deg, var(--jg-deep), #0a6f92 70%, #0d7fa6); color: #fff; }
.final__in { padding: 68px 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.final h2 { font-size: 32px; line-height: 1.5; margin: 0 0 14px; font-weight: 800; }
.final p { margin: 0; color: #d8ecf4; font-size: 15px; line-height: 1.95; }
.final__btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- フッター ---------- */
.ft { background: var(--navy); color: #cfe0e9; padding: 56px 0 28px; font-size: 13.5px; }
.ft a { color: #cfe0e9; text-decoration: none; }
.ft a:hover { color: #fff; text-decoration: underline; }
.ft__cols { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; margin-bottom: 36px; }
/* ロゴは切り抜かない */
.ft__brand img { height: 52px; width: auto; margin-bottom: 14px; }
.ft__brand p { margin: 0; font-size: 13px; line-height: 1.85; color: #a9c0cd; }
.ft h4 { font-size: 12px; letter-spacing: .1em; color: #6fd0f0; margin: 0 0 12px;
  font-family: Montserrat, sans-serif; font-weight: 800; }
.ft ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ft__btm { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px;
  display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: #92aab8; }

/* 注記 */
.note { font-size: 12px; color: var(--ink-3); line-height: 1.8; margin: 22px 0 0; }
.sec--navy .note { color: #9db4c1; }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1080px) {
  .hd__nav { display: none; }
  .hd__burger {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line);
    background: #fff; border-radius: 8px; font-size: 18px; color: var(--ink);
  }
  .probs, .assets, .why3 { grid-template-columns: repeat(2, 1fr); }
  .corr2, .what { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .supports { grid-template-columns: repeat(2, 1fr); }
  .news { grid-template-columns: repeat(2, 1fr); }
  .collab, .final__in { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .inds { grid-template-columns: repeat(2, 1fr); }
  .ind--lead { grid-template-columns: 1fr; }
  .ind--lead .ind__img { min-height: 0; aspect-ratio: 16/9; }
  .ft__cols { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 720px) {
  .sec { padding: 54px 0; }
  .wrap { padding: 0 18px; }
  /* 段落内の改行ユニットは、狭幅では自然折返しに戻す（見出しの .br は短い単位のため維持） */
  p .br { display: inline; }
  p br { display: none; }
  /* ヘッダー: ボタンを詰めて 375px に収める */
  .hd__in { height: 60px; gap: 10px; }
  .hd__logo img { height: 38px; }
  .hd__lang { padding: 5px 8px; font-size: 11px; }
  .hd__cta { padding: 9px 14px; font-size: 13px; }
  .hd__burger { width: 38px; height: 38px; margin-left: 0; }
  html { scroll-padding-top: 60px; }

  .secHead h2 { font-size: 26px; }
  .secHead--mid { margin-top: 52px; }
  .what { gap: 26px; }
  .what__tx h2 { font-size: 26px; }
  .what__def { font-size: 18px; }
  ul.what__for--row { grid-template-columns: 1fr; margin-top: 26px; }
  .hero__in { padding-top: 54px; padding-bottom: 50px; }
  .hero h1 { font-size: 32px; line-height: 1.42; }
  .hero__lead { font-size: 15.5px; }
  .hero__caps { grid-template-columns: 1fr; }
  .hero__bg::after {
    background:
      linear-gradient(180deg, rgba(5,20,29,.92) 0%, rgba(5,20,29,.86) 55%, rgba(5,20,29,.72) 100%);
  }
  .probs, .assets, .inds, .steps, .supports, .news, .why3 { grid-template-columns: 1fr; }
  .asset { grid-template-columns: 96px 1fr; }
  .corr2 { padding: 22px 18px; }
  .corr2__tx h3 { font-size: 21px; }
  .ind__body, .ind--lead .ind__body { padding: 22px 20px 20px; }
  .ind--lead .ind__name { font-size: 22px; }
  .pillar__top { padding: 26px 22px 18px; }
  .pillar__svcs { padding: 4px 22px 26px; }
  .pillar h3 { font-size: 21px; }
  .collab h2, .final h2 { font-size: 25px; }
  .ft__cols { grid-template-columns: 1fr 1fr; }
  .ft__btm { flex-direction: column; }
  .btn { padding: 14px 22px; font-size: 14.5px; }
}

/* ==========================================================================
   v2.3.0 SMART visual system — adopted from AIDesigner run 332da1fe
   Content, links, assets and page order are unchanged.
   ========================================================================== */

body {
  --bg-soft: #f3f7f8;
  --bg-soft-2: #e8f0f3;
  --line: #c9d7de;
  --line-2: #dde7eb;
  --navy: #071923;
  --navy-2: #0d2b39;
  --radius: 7px;
  --maxw: 1280px;
  --shadow: 0 16px 40px rgba(7,25,35,.10);
  --shadow-lg: 0 32px 80px rgba(7,25,35,.22);
  letter-spacing: .012em;
}

.wrap { padding-inline: 36px; }
.sec { position: relative; padding-block: 60px; overflow: hidden; }
.sec::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34;
  background-image: linear-gradient(rgba(0,79,104,.07) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0,79,104,.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.sec > .wrap { position: relative; z-index: 1; }
.sec--soft { background: #f4f8fa; }
.sec--pale { background: #edf7f8; }

.hd {
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(130%) blur(18px);
  border-bottom-color: rgba(10,60,80,.12);
}
.hd__in { height: 82px; gap: 28px; }
.hd__logo img { height: 50px; }
.hd__nav { gap: 25px; }
.hd__nav a {
  position: relative; border: 0; padding-block: 10px; font-size: 13px; letter-spacing: .035em;
}
.hd__nav a::after {
  content:""; position:absolute; left:0; right:100%; bottom:4px; height:2px; background:var(--cta); transition:right .25s ease;
}
.hd__nav a:hover::after { right: 0; }
.hd__lang { border-radius: 4px; }
.btn { border-radius: 6px; padding: 16px 26px; box-shadow: none; }
.hd__cta { padding: 12px 20px; }
.btn--cta { box-shadow: 0 10px 28px rgba(184,83,15,.2); }
.btn:hover { transform: translateY(-2px); }

.hero {
  min-height: 760px; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero::before {
  content:""; position:absolute; z-index:2; inset:0 auto 0 0; width:47%;
  background-image: linear-gradient(rgba(93,180,217,.085) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(93,180,217,.085) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero::after {
  content:""; position:absolute; z-index:3; left:46%; top:0; bottom:0; width:1px;
  background:linear-gradient(transparent,rgba(111,208,240,.7) 20%,rgba(111,208,240,.25) 80%,transparent);
}
.hero__bg { left:46%; padding:22px 22px 22px 0; }
.hero__bg img { border-radius: 7px; }
.hero__bg::after {
  inset:22px 22px 22px 0; border-radius:7px;
  background:linear-gradient(90deg,rgba(7,25,35,.42),rgba(7,25,35,.06) 48%,rgba(7,25,35,.08));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 36px 90px rgba(0,0,0,.28);
}
.hero__in {
  z-index:4; min-height:760px; display:flex; flex-direction:column; justify-content:center;
  padding-top:72px; padding-bottom:72px;
}
.hero__tags { width:41%; gap:7px; margin-bottom:30px; }
.hero__tag {
  border-radius:4px; padding:7px 11px; font-size:10.5px; letter-spacing:.08em;
  background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.22);
}
.hero h1 { width:44%; font-size:52px; line-height:1.27; letter-spacing:-.025em; margin-bottom:28px; }
.hero h1 em { color:#fff; text-decoration:underline; text-decoration-color:var(--hazard); text-decoration-thickness:8px; text-underline-offset:-3px; text-decoration-skip-ink:none; }
.hero__lead { width:40%; font-size:15.5px; line-height:2.05; color:#d7e6ed; }
.hero__def { width:40%; margin-top:8px; border-left:1px solid #6fd0f0; color:#9fc4d3; letter-spacing:.04em; }
.hero__btns { width:43%; margin-top:8px; margin-bottom:0; }

.eyebrow {
  position:relative; padding-left:30px; font-size:11px; letter-spacing:.2em;
}
.eyebrow::before { content:""; position:absolute; left:0; top:50%; width:20px; height:1px; background:currentColor; }
.secHead { margin-bottom:34px; }
.secHead h2,.what__tx h2 { font-size:40px; line-height:1.35; letter-spacing:-.025em; }
.secHead p { max-width:680px; }

#what { background:#fff; }
.what { grid-template-columns:.88fr 1.35fr; gap:76px; }
.what__def { font-size:22px; }
.what__fig { position:relative; }
.what__fig::before {
  content:"ANALYSIS / 360°"; position:absolute; z-index:2; right:16px; top:14px;
  color:#fff; font:700 10px/1 Montserrat,sans-serif; letter-spacing:.16em;
  padding:8px 10px; border:1px solid rgba(255,255,255,.35); border-radius:3px; background:rgba(7,25,35,.55);
}
.what__fig video { border-radius:7px; box-shadow:0 34px 74px rgba(7,25,35,.22); }
ul.what__for--row { gap:0; border:1px solid var(--line); border-radius:7px; overflow:hidden; }
.what__for li { border:0; border-radius:0; padding:22px 24px; }
.what__for li+li { border-left:1px solid var(--line); }

.probs { grid-template-columns:repeat(12,1fr); gap:18px; }
.prob { grid-column:span 3; gap:0; border-radius:7px; border-color:#cbd9df; }
.prob:nth-child(-n+2) { grid-column:span 6; display:grid; grid-template-columns:1.05fr .95fr; grid-template-rows:auto auto; }
.prob:nth-child(-n+2) .prob__img { grid-row:1/3; aspect-ratio:auto; min-height:290px; }
.prob__img { aspect-ratio:16/10; }
.prob__no { border-radius:3px; padding:6px 9px; font-size:9.5px; }
.prob__q { margin:22px 20px 18px; font-size:17px; }
.prob__to { margin:0 20px 20px; border-top-style:solid; }
.prob:hover { transform:translateY(-5px); border-color:var(--jg-mid); box-shadow:0 22px 54px rgba(7,25,35,.13); }

.inds { gap:14px; }
.ind { border-radius:7px; }
.ind--lead { grid-template-columns:1.35fr 1fr; min-height:410px; }
.ind__img img,.prob__img img { transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.ind:hover .ind__img img { transform:scale(1.045); }
.ind__badge { border-radius:3px; letter-spacing:.08em; }
.ind__next { border-radius:4px; background:#eff4f6; }

.why3 { gap:0; border:1px solid rgba(0,79,104,.2); border-radius:7px; overflow:hidden; }
.why3 li { border:0; border-radius:0; padding:30px; background:rgba(255,255,255,.76); }
.why3 li+li { border-left:1px solid rgba(0,79,104,.18); }
.why3__ic { width:44px; height:44px; }
.whyNote { border-radius:5px; padding:24px 28px; background:linear-gradient(110deg,#071923,#0d3445); }
.corr2 { grid-template-columns:.8fr 1.25fr; gap:50px; padding:44px; border-radius:7px; box-shadow:var(--shadow); }
.corr2__fig img,.corr2__fig video { border-radius:4px; }

.pillars { gap:18px; }
.pillar { border-radius:7px; box-shadow:0 16px 44px rgba(7,25,35,.08); }
.pillar__top { padding:38px 36px 26px; border-top-width:2px; }
.pillar__svcs { padding:4px 36px 36px; gap:10px; }
.svc { border-radius:5px; padding:14px; grid-template-columns:112px 1fr; }
.svc__img { width:112px; height:74px; border-radius:3px; }
.svc:hover { transform:translateX(5px); border-color:var(--jg-mid); }

.sec--navy::before {
  opacity:.32; background-image:linear-gradient(rgba(111,208,240,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(111,208,240,.11) 1px,transparent 1px);
}
.collab { grid-template-columns:.9fr 1.15fr; gap:76px; }
.collab__list li { border-radius:4px; background:rgba(255,255,255,.045); }
.collab__fig { border-radius:7px; box-shadow:0 38px 90px rgba(0,0,0,.3); }

.supports { gap:0; border:1px solid var(--line); border-radius:7px; overflow:hidden; }
.support { border:0; border-radius:0; padding:30px 28px; }
.support+.support { border-left:1px solid var(--line); }
.news { gap:0; border-top:1px solid var(--line); }
.newsCard { border:0; border-radius:0; border-bottom:1px solid var(--line); padding:26px 20px; }
.newsCard__thumb { border-radius:4px; margin-bottom:16px; }
.media { gap:8px; }
.media__logo { border-radius:4px; filter:grayscale(1); opacity:.72; transition:.25s; }
.media__logo:hover { filter:none; opacity:1; transform:translateY(-2px); }
.final { position:relative; background:linear-gradient(112deg,#004f68,#082c3d 72%); overflow:hidden; }
.final::after {
  content:""; position:absolute; inset:0; opacity:.25; pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:64px 64px;
}
.final__in { position:relative; z-index:1; padding-block:64px; }
.ft { padding-top:72px; }

.smart-reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1); }
.smart-reveal.is-visible { opacity:1; transform:none; }

@media (max-width:1080px) {
  .wrap { padding-inline:28px; }
  .what, .corr2, .collab { grid-template-columns:1fr; }
  .what { gap:48px; }
  .corr2, .collab { gap:42px; }
  .ind--lead { grid-template-columns:1fr; min-height:0; }
  .ind--lead .ind__img { width:100%; aspect-ratio:16/9; min-height:0; }
  .hero { min-height:680px; }
  .hero__bg { left:42%; }
  .hero::before { width:43%; }
  .hero::after { left:42%; }
  .hero__in { min-height:680px; }
  .hero h1 { width:40%; font-size:42px; }
  .hero__tags,.hero__lead,.hero__def,.hero__btns { width:39%; }
  .prob:nth-child(-n+2),.prob { grid-column:span 6; display:flex; }
  .prob:nth-child(-n+2) .prob__img { min-height:0; aspect-ratio:16/8; }
}

@media (max-width:720px) {
  body { --radius:6px; }
  .wrap { padding-inline:19px; }
  .sec { padding-block:42px; }
  .hd__in { height:64px; gap:9px; }
  .hero { min-height:780px; }
  .hero::before,.hero::after { display:none; }
  .hero__bg { inset:0; padding:0; }
  .hero__bg img { border-radius:0; }
  .hero__bg::after {
    inset:0; border-radius:0;
    background:linear-gradient(180deg,rgba(7,25,35,.93),rgba(7,25,35,.77) 58%,rgba(7,25,35,.58));
    box-shadow:none;
  }
  .hero__in { min-height:780px; padding-top:44px; padding-bottom:48px; justify-content:flex-end; }
  .hero__tags,.hero h1,.hero__lead,.hero__def,.hero__btns { width:100%; }
  .hero__tags { margin-bottom:auto; }
  .hero h1 { font-size:34px; line-height:1.34; }
  .hero__lead { font-size:15px; }
  .secHead h2,.what__tx h2 { font-size:30px; }
  .what { gap:34px; }
  .what__for li+li,.why3 li+li,.support+.support { border-left:0; border-top:1px solid var(--line); }
  .probs { grid-template-columns:1fr; }
  .prob,.prob:nth-child(-n+2) { grid-column:auto; }
  .prob:nth-child(-n+2) .prob__img { aspect-ratio:16/8; }
  .ind--lead { grid-template-columns:1fr; min-height:0; }
  .ind--lead .ind__img { width:100%; aspect-ratio:16/9; min-height:0; }
  .why3 { display:grid; grid-template-columns:1fr; }
  .corr2 { padding:25px 19px; gap:28px; }
  .pillar__top { padding:28px 22px 20px; }
  .pillar__svcs { padding:4px 22px 28px; }
  .svc { grid-template-columns:88px 1fr; }
  .svc__img { width:88px; height:66px; }
  .supports { display:grid; grid-template-columns:1fr; }
  .smart-reveal { opacity:1; transform:none; }
}

@media (prefers-reduced-motion:reduce) {
  * { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
  .smart-reveal { opacity:1; transform:none; }
}
