:root {
  --color-primary: #006688;
  --color-primary-container: #58b0da;
  --color-primary-fixed: #c2e8ff;
  --color-cta-primary: #5db4d9;
  --color-cta-primary-hover: #3a9abf;
  --color-cta-soft: #eef8fc;
  --color-secondary: #495f84;
  --color-tertiary: #875200;
  --color-background: #f7f9fb;
  --color-on-background: #191c1e;
  --color-on-surface-variant: #3f484e;
  --color-surface-container-lowest: #ffffff;
  --color-surface-container-low: #f2f4f6;
  --color-outline-variant: #bec8cf;
  --font-headline: "Lato", "Zen Kaku Gothic New", "Noto Sans JP", ui-sans-serif, sans-serif;
  --font-body: "Lato", "Noto Sans JP", ui-sans-serif, sans-serif;
  --font-label: "Lato", "Zen Kaku Gothic New", ui-sans-serif, sans-serif;
  --shadow: 0 24px 56px rgba(25, 28, 30, .14);
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; color: var(--color-on-background); background: var(--color-background); font-family: var(--font-body); line-height: 1.75; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
main, section, article, div, p, h1, h2, h3, a, li, dd { min-width: 0; overflow-wrap: anywhere; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--color-on-background); color: white; padding: 8px 12px; z-index: 80; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; min-height: 64px; color: #fff; background: rgba(25, 28, 30, .24); backdrop-filter: blur(12px); transition: background-color .3s ease, border-color .3s ease; }
.header-inner { min-height: 64px; display: flex; align-items: center; gap: 28px; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.brand { display: inline-flex; align-items: center; gap: 16px; color: #fff; font-family: var(--font-label); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand img { width: auto; height: 32px; max-width: 48px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; font-family: var(--font-label); font-weight: 700; font-size: 14px; }
.nav-link, .language-link, .header-cta { text-decoration: none; white-space: nowrap; }
.nav-link { color: rgba(255,255,255,.88); }
.nav-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-link { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 38px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff; font-weight: 900; font-size: 12px; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 22px; border-radius: 3px; background: var(--color-primary); color: #fff; font-weight: 900; box-shadow: 0 12px 32px rgba(0, 102, 136, .3); }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.42); border-radius: 8px; background: rgba(255,255,255,.08); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 3px auto; background: #fff; }
.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--color-on-background); }
.hero-slides, .hero-overlay, .hero-slides img, .hero-slides video { position: absolute; inset: 0; }
.hero-slides img, .hero-slides video { width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroFade 18s infinite; }
.hero-slides img:nth-child(1) { animation-delay: 0s; }
.hero-slides img:nth-child(2) { animation-delay: 6s; }
.hero-slides img:nth-child(3) { animation-delay: 12s; }
.hero-slides video:nth-child(1) { animation-delay: 0s; }
.hero-slides video:nth-child(2) { animation-delay: 6s; }
.hero-slides video:nth-child(3) { animation-delay: 12s; }
.hero-overlay { background: linear-gradient(180deg, rgba(25,28,30,.56), rgba(25,28,30,.72)); }
.hero-copy { position: relative; z-index: 1; min-height: 720px; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 1120px; margin: 0 auto; padding: 132px 32px 82px; text-align: center; }
.eyebrow { margin: 0 0 14px; color: var(--color-primary-container); font-family: var(--font-label); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-headline); line-height: 1.18; margin: 0; letter-spacing: 0; }
h1 { font-size: 56px; max-width: 860px; font-weight: 900; }
h2 { font-size: 36px; max-width: 860px; font-weight: 900; }
h3 { font-size: 23px; font-weight: 900; }
.hero h1 { font-size: 78px; line-height: 1.22; font-weight: 500; max-width: 1040px; }
.lead, .page-hero p, .section-head > p:not(.eyebrow) { color: var(--color-on-surface-variant); font-size: 18px; max-width: 760px; }
.hero .lead { color: rgba(255,255,255,.9); font-size: 18px; margin-top: 22px; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero .button-row { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border-radius: 4px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.button.primary { background: var(--color-primary); color: #fff; box-shadow: 0 12px 32px rgba(0, 102, 136, .24); }
.button.secondary { border: 1px solid var(--color-outline-variant); color: var(--color-on-background); background: #fff; }
.button.secondary.light { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.52); }
.section { padding: 96px 32px; max-width: 1280px; margin: 0 auto; }
.section.band { max-width: none; background: var(--color-surface-container-low); }
.section.band > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
.section-head { display: grid; gap: 10px; margin-bottom: 30px; }
.feature-grid, .service-grid, .news-grid, .people-grid { display: grid; gap: 18px; min-width: 0; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card, .news-card, .person, .action-panel { min-width: 0; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; padding: 24px; box-shadow: var(--shadow); }
.feature-card > p:first-child { color: var(--color-tertiary); font-weight: 900; font-size: 12px; letter-spacing: 0; text-transform: uppercase; margin-top: 0; }
.visual-story { padding-top: 42px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.story-card { display: grid; grid-template-rows: 280px minmax(0, auto); min-width: 0; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.story-card img { width: 100%; height: 100%; object-fit: cover; }
.story-card div { padding: 24px; }
.story-card p:last-child { color: var(--color-on-surface-variant); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--color-surface-container-low); }
.service-card div { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.service-card p { color: var(--color-on-surface-variant); }
.service-card a { margin-top: auto; color: var(--color-primary); font-weight: 900; }
.news-band, .recruit-cta { position: relative; max-width: none; min-height: 520px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.band-bg, .band-overlay { position: absolute; inset: 0; }
.band-bg { width: 100%; height: 100%; object-fit: cover; }
.band-overlay { background: linear-gradient(90deg, rgba(25,28,30,.84), rgba(25,28,30,.58)); }
.band-content { position: relative; z-index: 1; width: 100%; max-width: 1280px; margin: 0 auto; padding: 84px 32px; }
.news-band .section-head > p:not(.eyebrow), .recruit-cta p { color: rgba(255,255,255,.86); }
.news-band .news-card { background: rgba(255,255,255,.95); box-shadow: 0 24px 56px rgba(0,0,0,.18); }
.recruit-cta h2 { font-size: 54px; max-width: 780px; }
.recruit-cta p:not(.eyebrow) { max-width: 640px; }
.service-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 560px); min-height: 620px; background: #eef6f8; border-bottom: 1px solid var(--color-outline-variant); }
.service-detail-media { min-height: 460px; overflow: hidden; }
.service-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-copy { align-self: center; padding: 72px clamp(28px, 6vw, 84px); }
.service-detail-overview { display: grid; gap: 30px; }
.service-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-stat-grid div { min-width: 0; padding: 22px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.service-stat-grid strong { display: block; color: var(--color-primary); font-size: 28px; line-height: 1.1; }
.service-stat-grid span { display: block; margin-top: 8px; color: var(--color-on-surface-variant); font-weight: 700; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-detail-section { min-width: 0; padding: 26px; border-left: 4px solid var(--color-primary-container); background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.service-detail-section h2 { font-size: 22px; }
.service-detail-section p { color: var(--color-on-surface-variant); }
.service-source-detail { margin-left: auto; margin-right: auto; }
.source-section { border-top: 1px solid var(--color-outline-variant); background: var(--color-background); }
.source-section .section-head { max-width: 880px; }
.source-content { max-width: 880px; }
.source-appendix { max-width: 880px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; padding: 18px 22px; box-shadow: var(--shadow); }
.source-appendix summary { cursor: pointer; color: var(--color-primary); font-weight: 900; }
.source-appendix .source-content { margin-top: 18px; }
.page-hero { position: relative; min-height: 420px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--color-on-background); }
.page-hero-bg, .page-hero-overlay { position: absolute; inset: 0; }
.page-hero-bg { width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { background: linear-gradient(90deg, rgba(25,28,30,.86), rgba(25,28,30,.48)); }
.page-hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1280px; margin: 0 auto; padding: 150px 32px 72px; }
.page-hero h1 { font-size: 54px; }
.page-hero p { color: rgba(255,255,255,.86); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 44px; align-items: center; }
.split-image { border-radius: 8px; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.source-visuals { padding-bottom: 0; }
.source-visual-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr) minmax(0, .85fr); gap: 18px; align-items: stretch; }
.source-visual-grid.is-single { grid-template-columns: minmax(0, 1fr); max-width: 980px; }
.source-visual-card { min-width: 0; margin: 0; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.source-visual-card.is-featured { grid-row: span 2; }
.source-visual-card img { width: 100%; height: 100%; min-height: 220px; aspect-ratio: 4 / 3; object-fit: cover; background: var(--color-surface-container-low); }
.source-visual-card.is-featured img { min-height: 458px; aspect-ratio: 16 / 10; }
.source-visual-card figcaption { padding: 10px 14px; color: var(--color-on-surface-variant); font-size: 13px; font-weight: 700; background: #fff; }
.imported-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: start; }
.imported-content { width: 100%; }
.imported-content ul { padding-left: 1.2em; }
.imported-side { position: sticky; top: 96px; }
.mini-meta { display: grid; gap: 10px; margin: 0; }
.mini-meta div { display: grid; gap: 2px; padding-bottom: 10px; border-bottom: 1px solid var(--color-outline-variant); }
.mini-meta dt { color: var(--color-on-surface-variant); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.mini-meta dd { margin: 0; font-weight: 700; }
.profile-list { border-top: 1px solid var(--color-outline-variant); }
.profile-list div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--color-outline-variant); }
.profile-list dt { font-weight: 900; }
.profile-list dd { margin: 0; color: var(--color-on-surface-variant); }
.people-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.person span { display: block; margin-top: 4px; color: var(--color-on-surface-variant); font-size: 14px; }
.notice-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.notice-list a { display: block; padding: 18px 20px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; font-weight: 700; }
.news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-card a { display: block; text-decoration: none; }
.news-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: var(--color-on-surface-variant); font-size: 13px; font-weight: 700; }
.news-meta span { color: #fff; background: #267060; border-radius: 999px; padding: 4px 9px; font-size: 11px; letter-spacing: 0; }
.news-card[data-category="news"] .news-meta span { background: #5db4d9; }
.news-card[data-category="press-release"] .news-meta span { background: #f1962e; }
.news-card[data-category="media"] .news-meta span { background: #a66ae2; }
.news-card[data-category="event"] .news-meta span { background: #ff8491; }
.news-card[data-category="recruit"] .news-meta span { background: #60bc86; }
.news-card[data-category="webinar"] .news-meta span { background: #2f80ed; }
.news-card h3 { margin-top: 14px; }
.news-card p:last-child { color: var(--color-on-surface-variant); }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.chip { min-height: 38px; border: 1px solid var(--color-outline-variant); border-radius: 999px; padding: 6px 13px; background: #fff; font-weight: 900; cursor: pointer; }
.chip.is-active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.news-detail { max-width: 900px; margin: 0 auto; padding: 130px 22px 88px; }
.news-detail-head { display: grid; gap: 18px; margin-bottom: 34px; }
.back-link { color: var(--color-primary); font-weight: 900; }
.news-hero-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; margin-bottom: 32px; }
.prose { max-width: 880px; }
.prose h2 { margin-top: 34px; font-size: 26px; }
.prose p { color: var(--color-on-surface-variant); }
.prose-image { margin: 28px 0; }
.prose-image img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); }
.prose-image figcaption { margin-top: 8px; color: var(--color-on-surface-variant); font-size: 13px; }
.source-note { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--color-outline-variant); color: var(--color-on-surface-variant); font-size: 14px; overflow-wrap: anywhere; }
.link-handoff { padding-top: 140px; }
.link-handoff-inner { max-width: 920px; margin: 0 auto; display: grid; gap: 28px; }
.link-handoff h1 { font-size: clamp(40px, 6vw, 86px); }
.link-handoff-list { display: grid; gap: 10px; }
.link-handoff-list a { display: grid; gap: 6px; padding: 16px 18px; border: 1px solid var(--color-outline-variant); border-radius: 8px; text-decoration: none; background: #fff; overflow-wrap: anywhere; }
.link-handoff-list span, .link-handoff-meta dt { color: var(--color-on-surface-variant); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.link-handoff-list strong { color: var(--color-on-surface); font-size: 14px; font-weight: 700; }
.link-handoff-meta { display: grid; gap: 12px; margin: 0; }
.link-handoff-meta div { display: grid; gap: 8px; padding: 18px; border: 1px solid var(--color-outline-variant); border-radius: 8px; background: #fff; }
.link-handoff-meta dd { margin: 0; overflow-wrap: anywhere; }
.link-handoff-meta code { white-space: normal; word-break: break-all; }
.link-handoff-sources { display: grid; gap: 12px; }
.link-handoff-sources h2 { font-size: 22px; }
.link-handoff-sources ul { margin: 0; padding-left: 20px; color: var(--color-on-surface-variant); }
.action-panel { display: grid; gap: 12px; align-content: start; }
.section-action { text-align: center; margin-top: 28px; }
.site-footer { background: var(--color-on-background); color: #e9f1f5; padding: 72px 32px 28px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 46px; max-width: 1280px; margin: 0 auto; }
.footer-brand { display: grid; gap: 18px; align-content: start; }
.footer-logo { width: 174px; }
.footer-brand p { color: rgba(255,255,255,.86); max-width: 360px; margin: 0; }
.footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; margin: 0; }
.footer-social img { width: 100%; height: 100%; object-fit: contain; }
.footer-social span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.footer-heading { color: #fff; font-family: var(--font-label); font-weight: 900; margin: 0 0 16px; text-transform: uppercase; }
.site-footer a { display: block; color: rgba(255,255,255,.76); text-decoration: none; margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; gap: 18px; flex-wrap: wrap; max-width: 1280px; margin: 54px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: 13px; }
.footer-bottom p { margin: 0 auto 0 0; }
.footer-bottom a { margin: 0; }
@keyframes heroFade {
  0%, 28% { opacity: 1; }
  34%, 94% { opacity: 0; }
  100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slides img, .hero-slides video { animation: none; }
  .hero-slides img:first-child, .hero-slides video:first-child { opacity: 1; }
}
@media (max-width: 1080px) {
  .site-nav { gap: 18px; font-size: 13px; }
  .header-inner { gap: 18px; padding: 0 22px; }
  .hero h1 { font-size: 60px; }
  .service-grid, .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 64px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(25, 28, 30, .96); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .header-actions { display: none; }
  .header-cta { display: none; }
  .hero, .hero-copy { min-height: 640px; }
  .hero-copy { padding: 116px 22px 64px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: 46px; }
  .service-detail-hero { grid-template-columns: 1fr; min-height: auto; }
  .service-detail-media { min-height: 300px; order: 2; }
  .service-detail-copy { padding: 48px 22px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .page-hero { min-height: 360px; }
  .page-hero h1, .recruit-cta h2 { font-size: 38px; }
  .page-hero-inner { padding: 120px 22px 52px; }
  .feature-grid, .service-grid, .news-grid, .people-grid, .service-stat-grid, .service-detail-grid, .split, .imported-layout, .footer-inner, .story-grid { grid-template-columns: 1fr; }
  .source-visual-grid { grid-template-columns: 1fr; }
  .source-visual-card.is-featured { grid-row: auto; }
  .source-visual-card img, .source-visual-card.is-featured img { min-height: 220px; aspect-ratio: 4 / 3; }
  .imported-side { position: static; }
  .profile-list div { grid-template-columns: 1fr; gap: 6px; }
  .section, .band-content { padding: 64px 22px; }
  .footer-bottom { display: grid; gap: 10px; }
}
@media (max-width: 480px) {
  .brand img { height: 28px; max-width: 42px; }
  .hero, .hero-copy { min-height: 600px; }
  .hero h1 { font-size: 38px; }
  .lead, .page-hero p { font-size: 16px; }
  .button { width: 100%; white-space: normal; text-align: center; }
}

/* Recruit design sync 01 */
.site-header { height: 64px; min-height: 64px; background: transparent; border-bottom: 1px solid transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.site-header.is-scrolled { color: var(--color-on-background); background: rgba(247,249,251,.95); border-bottom-color: transparent; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: none; }
.brand img { height: 32px; width: auto; max-width: none; }
.site-header.is-scrolled .brand, .site-header.is-scrolled .nav-link, .site-header.is-scrolled .language-link { color: var(--color-on-background); }
.site-header.is-scrolled .nav-link { color: var(--color-on-surface-variant); }
.site-header.is-scrolled .nav-link:hover { color: var(--color-primary); }
.site-header.is-scrolled .language-link { border-color: var(--color-outline-variant); }
.site-header.is-scrolled .nav-toggle { border-color: var(--color-outline-variant); background: rgba(255,255,255,.74); }
.site-header.is-scrolled .nav-toggle span { background: var(--color-on-background); }
.hero, .hero-copy { min-height: 100vh; min-height: 100svh; }
.hero-overlay { background: linear-gradient(180deg, rgba(25,28,30,.75), rgba(25,28,30,.5) 44%, rgba(25,28,30,.9)); }
.hero-copy { max-width: 1100px; padding: 120px 32px 92px; }
.hero h1 { max-width: 1060px; font-family: "Zen Kaku Gothic New", "Noto Sans JP", ui-sans-serif, sans-serif; font-size: 96px; line-height: 1.18; font-weight: 500; font-feature-settings: "palt"; text-shadow: 0 2px 16px rgba(0,0,0,.18); }
.hero .lead { margin-top: 28px; max-width: 760px; font-family: var(--font-headline); line-height: 1.9; }
.hero .button { min-height: 62px; padding: 16px 38px; font-size: 17px; }
.hero .button.primary { background: linear-gradient(90deg, var(--color-primary), var(--color-primary-container)); }
.hero .button.secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero-slide-labels { position: absolute; left: 50px; bottom: 60px; z-index: 2; display: grid; gap: 4px; color: #fff; }
.hero-slide-label { display: none; }
.hero-slide-label.is-active { display: grid; gap: 6px; }
.hero-slide-label span { color: rgba(255,255,255,.72); font-family: var(--font-label); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.hero-slide-label strong { font-family: var(--font-label); font-size: 18px; line-height: 1.3; }
.hero-slide-label a { display: inline-flex; width: fit-content; margin-top: 10px; padding: 8px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 6px; color: #fff; background: rgba(255,255,255,.16); font-size: 13px; font-weight: 700; text-decoration: none; }
.scroll-indicator { position: absolute; bottom: 30px; left: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 6px; border: 0; background: transparent; color: rgba(255,255,255,.8); cursor: pointer; transform: translateX(-50%); }
.scroll-indicator span { font-family: var(--font-label); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.scroll-indicator i { width: 1px; height: 48px; background: linear-gradient(180deg, var(--color-primary-container), transparent); }
.vision-panel { padding-top: 128px; padding-bottom: 128px; }
.vision-copy { max-width: 980px; margin: 0 auto 80px; text-align: center; }
.vision-copy h2 { margin: 0 auto 28px; font-size: 58px; line-height: 1.24; }
.vision-copy p:not(.eyebrow) { max-width: 760px; margin: 0 auto; color: var(--color-on-surface-variant); font-size: 19px; line-height: 1.9; }
.vision-image-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; max-width: 1180px; margin: 0 auto; }
.vision-image-grid figure { margin: 0; overflow: hidden; border-radius: 8px; background: var(--color-surface-container-low); }
.vision-image-grid img { width: 100%; height: 100%; object-fit: cover; }
.vision-image-main { grid-column: 1 / span 7; aspect-ratio: 4 / 3; }
.vision-image-sub { grid-column: 8 / span 5; aspect-ratio: 5 / 4; margin-top: 64px; }
.section-heading-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; margin-bottom: 80px; }
.section-heading-grid > div { grid-column: 1 / span 7; }
.section-heading-grid > p { grid-column: 9 / span 4; margin: 0; color: var(--color-on-surface-variant); line-height: 1.9; }
.section-heading-grid h2 { font-size: 60px; line-height: 1.1; }
.build-section { padding-top: 128px; padding-bottom: 128px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; max-width: 1280px; margin: 0 auto; }
.pillar-card { min-width: 0; }
.pillar-card.is-offset { margin-top: 64px; }
.pillar-card a { display: block; color: inherit; text-decoration: none; }
.pillar-media { position: relative; aspect-ratio: 5 / 4; overflow: hidden; border-radius: 8px; background: var(--color-on-background); }
.pillar-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.pillar-card a:hover .pillar-media img { transform: scale(1.05); }
.pillar-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,28,30,.08), rgba(25,28,30,.82)); }
.pillar-title { position: absolute; inset: auto 0 0 0; padding: 28px 26px 48px; color: #fff; }
.pillar-title span { display: block; margin-bottom: 10px; color: var(--color-primary-container); font-family: var(--font-label); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.pillar-title h3 { color: #fff; font-size: 27px; line-height: 1.35; }
.pillar-body { position: relative; z-index: 1; margin: -24px 16px 0; padding: 28px; border-radius: 8px; background: #fff; box-shadow: 0 16px 42px rgba(25,28,30,.08); }
.pillar-body p { margin-top: 0; color: var(--color-on-surface-variant); font-size: 15px; line-height: 1.9; }
.pillar-body span, .service-card-body span { color: var(--color-primary); font-family: var(--font-label); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.industry-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 72px; }
.industry-tags span { padding: 7px 16px; border: 1px solid rgba(190,200,207,.68); border-radius: 999px; background: #fff; color: var(--color-on-surface-variant); font-size: 12px; font-weight: 700; }
.service-showcase { padding-top: 128px; padding-bottom: 128px; }
.service-card { color: inherit; text-decoration: none; border: 0; border-radius: 0; background: transparent; box-shadow: none; padding: 0; overflow: visible; transition: transform .35s ease; }
.service-card.is-offset { margin-top: 56px; }
.service-card:hover { transform: translateY(-4px); }
.service-card .service-card-media { display: block; flex: none; padding: 0; overflow: hidden; border-radius: 8px; background: var(--color-surface-container-low); }
.service-card .service-card-media img { width: 100%; aspect-ratio: 1280 / 670; height: auto; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .service-card-media img { transform: scale(1.03); }
.service-card .service-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px 4px 0; }
.service-card .service-card-body p { color: var(--color-on-surface-variant); }
.movie-feature { position: relative; max-width: none; min-height: 640px; display: grid; align-items: center; padding: 0; overflow: hidden; color: #fff; }
.movie-feature-bg, .movie-feature-overlay { position: absolute; inset: 0; }
.movie-feature-bg { width: 100%; height: 100%; object-fit: cover; }
.movie-feature-overlay { background: linear-gradient(90deg, rgba(25,28,30,.84), rgba(25,28,30,.46)); }
.movie-feature-inner { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin: 0 auto; padding: 96px 32px; }
.movie-feature h2 { color: #fff; font-size: 64px; }
.movie-feature p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.82); line-height: 1.9; }
.people-showcase { padding-top: 128px; padding-bottom: 128px; }
.company-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.story-card { border-radius: 0; box-shadow: none; background: transparent; }
.story-card.is-offset { margin-top: 64px; }
.story-card img { border-radius: 8px; }
.story-card div { padding: 24px 4px 0; }
.news-card { padding: 0; overflow: hidden; border: 0; box-shadow: 0 14px 38px rgba(25,28,30,.08); }
.news-thumb { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--color-surface-container-low); }
.news-card-body { padding: 22px; }
.page-hero { min-height: 68vh; align-items: center; }
.page-hero-overlay { background: linear-gradient(180deg, rgba(25,28,30,.75), rgba(25,28,30,.52) 46%, rgba(25,28,30,.88)); }
.page-hero-inner { padding: 132px 32px 84px; }
.page-hero h1 { font-family: "Zen Kaku Gothic New", "Noto Sans JP", ui-sans-serif, sans-serif; font-size: 72px; line-height: 1.16; font-weight: 500; font-feature-settings: "palt"; }
.source-visual-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.source-visual-grid.is-single { grid-template-columns: minmax(0, 1fr); }
.source-visual-card { border-radius: 8px; box-shadow: none; }
.source-visual-card.is-featured { grid-column: span 7; grid-row: auto; }
.source-visual-card:not(.is-featured) { grid-column: span 5; }
.source-visual-card:nth-child(2) { margin-top: 64px; }
.source-visual-card img, .source-visual-card.is-featured img { min-height: 360px; aspect-ratio: 4 / 3; }
.site-footer { background: #5db4d9; color: rgba(255,255,255,.9); padding: 64px 0 0; font-family: "Noto Sans JP", "Lato", sans-serif; }
.footer-inner { display: block; max-width: 1100px; padding: 0 40px; }
.footer-brand { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; }
.footer-logo { width: auto; height: 36px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: none; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.6; }
.footer-social { flex-basis: 100%; display: flex; gap: 16px; margin-top: 12px; }
.footer-social a { width: 40px; height: 40px; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.2); }
.footer-social img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.footer-divider { border: 0; border-top: 1px solid rgba(255,255,255,.25); margin: 0 0 40px; }
.footer-nav-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-bottom: 48px; }
.footer-heading { color: rgba(255,255,255,.62); font-size: 11px; }
.site-footer a { color: rgba(255,255,255,.9); font-size: 13px; }
.footer-bottom { max-width: 1100px; padding: 20px 40px; margin: 0 auto; border-top-color: rgba(255,255,255,.25); font-size: 11px; }
.page-top { position: fixed; right: 28px; bottom: 28px; z-index: 70; width: 44px; height: 44px; border: 0; border-radius: 999px; background: #5db4d9; cursor: pointer; opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease, background .2s ease; }
.page-top.is-visible { opacity: 1; transform: translateY(0); }
.page-top:hover { background: #3a9abf; }
.page-top::before { content: ""; display: block; width: 10px; height: 10px; margin: 17px auto 0; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(-45deg); }
@media (max-width: 1080px) {
  .hero h1 { font-size: 74px; }
  .vision-copy h2, .section-heading-grid h2, .movie-feature h2 { font-size: 48px; }
  .pillar-title h3 { font-size: 24px; }
}
@media (max-width: 900px) {
  .site-nav { background: rgba(25,28,30,.96); }
  .site-header.is-scrolled .site-nav { background: rgba(247,249,251,.98); }
  .site-header.is-scrolled .site-nav a { border-bottom-color: rgba(25,28,30,.08); }
  .hero h1 { font-size: 52px; }
  .hero-slide-labels { left: 22px; bottom: 84px; }
  .scroll-indicator { display: none; }
  .vision-panel, .build-section, .service-showcase, .people-showcase { padding-top: 88px; padding-bottom: 88px; }
  .vision-copy { margin-bottom: 48px; text-align: left; }
  .vision-copy h2, .section-heading-grid h2, .movie-feature h2 { font-size: 38px; }
  .vision-image-grid, .section-heading-grid, .pillar-grid, .company-story-grid, .footer-nav-grid { grid-template-columns: 1fr; }
  .vision-image-main, .vision-image-sub, .section-heading-grid > div, .section-heading-grid > p, .source-visual-card.is-featured, .source-visual-card:not(.is-featured) { grid-column: auto; }
  .vision-image-sub, .pillar-card.is-offset, .service-card.is-offset, .story-card.is-offset, .source-visual-card:nth-child(2) { margin-top: 0; }
  .section-heading-grid { margin-bottom: 44px; }
  .pillar-grid { gap: 36px; }
  .movie-feature { min-height: 520px; }
  .page-hero h1 { font-size: 44px; }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-brand p { padding-left: 0; padding-top: 12px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
}
@media (max-width: 480px) {
  .brand img { height: 28px; max-width: none; }
  .hero h1 { font-size: 38px; }
  .hero .button { min-height: 52px; padding: 12px 22px; font-size: 15px; }
  .hero-slide-labels { display: none; }
  .vision-copy h2, .section-heading-grid h2, .movie-feature h2 { font-size: 32px; }
  .footer-inner, .footer-bottom { padding-left: 20px; padding-right: 20px; }
  .footer-nav-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}

/* Corporate spec change 01 */
.site-header { height: 64px; min-height: 64px; background: transparent; border-bottom: 1px solid transparent; color: #fff; transition: background-color .5s ease, border-color .5s ease, box-shadow .5s ease; }
.header-inner { position: relative; min-height: 64px; max-width: 1280px; padding: 0 32px; gap: 28px; justify-content: space-between; }
.brand { gap: 12px; font-family: var(--font-headline); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.brand img { display: block; width: 47px; height: 32px; max-width: 47px; object-fit: contain; object-position: left center; }
.site-nav { position: absolute; left: calc(50% + 20px); top: 50%; transform: translate(-50%, -50%); gap: 32px; margin-left: 0; font-family: var(--font-label); font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 20px; }
.nav-link { color: rgba(255,255,255,.82); line-height: 20px; }
.nav-link:hover { color: #fff; }
.header-actions { gap: 14px; }
.language-link { width: 38px; min-width: 38px; min-height: 38px; border-radius: 999px; font-size: 12px; letter-spacing: 0; }
.header-cta { height: 36px; min-height: 36px; padding: 0 24px; border-radius: 4px; background: var(--color-primary); font-size: 14px; font-weight: 700; line-height: 36px; letter-spacing: 0; box-shadow: none; }
.site-header.is-scrolled { color: var(--color-on-background); background: rgba(247,249,251,.95); border-bottom-color: transparent; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: none; }
.site-header.is-scrolled .nav-link { color: var(--color-on-surface-variant); }
.site-header.is-scrolled .nav-link:hover { color: var(--color-primary); }
.site-header.is-scrolled .language-link { border-color: var(--color-outline-variant); }
.home-news-section, .old-service-section, .staff-showcase, .media-showcase, .jg-footer { scroll-margin-top: 76px; }

.hero-copy { align-items: center; justify-content: center; text-align: center; }
.hero h1 { font-family: "Zen Kaku Gothic New", "Noto Sans JP", ui-sans-serif, sans-serif; font-size: 96px; line-height: 1.18; font-weight: 500; font-feature-settings: "palt"; }
.hero-nowrap { white-space: nowrap; }
.hero .lead { max-width: 780px; margin-top: 24px; line-height: 1.9; }
.hero-overlay { background: linear-gradient(180deg, rgba(25,28,30,.42), rgba(25,28,30,.14) 42%, rgba(25,28,30,.68)); }

.home-news-section { position: relative; max-width: none; padding: 0; overflow: hidden; color: #fff; background: var(--color-on-background); }
.home-news-bg, .home-news-overlay { position: absolute; inset: 0; }
.home-news-bg { width: 100%; height: 100%; object-fit: cover; }
.home-news-overlay { background: linear-gradient(90deg, rgba(25,28,30,.86), rgba(25,28,30,.54)); }
.home-news-inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 112px 32px; }
.home-news-section .section-heading-grid h2, .home-news-section .section-heading-grid p { color: #fff; }
.home-news-section .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-news-section .news-card { background: rgba(255,255,255,.96); color: var(--color-on-background); }
.home-news-section .news-card h3 { color: var(--color-on-background); }
.home-news-section .news-meta { color: var(--color-on-surface-variant); }

.old-service-section { padding-top: 128px; padding-bottom: 128px; }
.old-service { max-width: 1120px; margin: 0 auto; display: grid; gap: 48px; color: #1d1d1f; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", var(--font-body); }
.old-service-category { padding: clamp(28px, 4vw, 42px) clamp(18px, 3.4vw, 34px) clamp(28px, 4vw, 40px); border-radius: 24px; background: #f6f8fb; overflow: hidden; }
.old-service-category:nth-child(2) { background: #f7f6fa; }
.old-service-category:nth-child(3) { background: #f8f7f3; }
.old-service-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .7fr); gap: 20px; align-items: end; margin-bottom: 22px; }
.old-service-kicker { grid-column: 1 / -1; margin: 0 0 -12px; color: #6e6e73; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.old-service-head h3 { margin: 0; color: #1d1d1f; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", var(--font-body); font-size: 24px; font-weight: 700; line-height: 1.25; }
.old-service-head p:not(.old-service-kicker) { margin: 0; color: #6e6e73; font-size: 13.5px; line-height: 1.7; }
.old-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 24px 18px; }
.old-service-card { display: block; min-width: 0; color: inherit; text-decoration: none; }
.old-service-card-media { display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #e8e8ed; border-radius: 8px; background: #f5f5f7; }
.old-service-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.old-service-card:hover .old-service-card-media img { transform: scale(1.025); }
.old-service-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 11px 1px 0; }
.old-service-card-label { display: block; margin-bottom: 5px; color: #6e6e73; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; line-height: 1.4; }
.old-service-card strong { color: #1d1d1f; font-size: 16.5px; font-weight: 700; line-height: 1.35; }
.old-service-card-text { margin-top: 7px; color: #6e6e73; font-size: 12px; line-height: 1.65; }
.old-service-card-link { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 32px; margin-top: 10px; padding: 0 14px; border-radius: 999px; background: #0071e3; color: #fff; font-size: 12px; font-weight: 700; line-height: 1.4; transition: background .2s ease, transform .2s ease; }
.old-service-card-link::after { content: ">"; margin-left: 6px; font-size: 12px; }
.old-service-card:hover .old-service-card-link, .old-service-impact-card:hover .old-service-card-link { background: #005bb5; transform: translateY(-1px); }
.old-service-impact { margin-top: -14px; }
.old-service-impact-card { display: grid; grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 16px; border: 1px solid #e8e8ed; border-radius: 8px; background: #fff; color: inherit; text-decoration: none; }
.old-service-impact-media { display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #f5f5f7; }
.old-service-impact-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.old-service-impact-card:hover .old-service-impact-media img { transform: scale(1.025); }
.old-service-impact-body { display: grid; gap: 6px; }
.old-service-impact-body strong { color: #1d1d1f; font-size: 18px; line-height: 1.3; }
.old-service-impact-body span:last-child { color: #6e6e73; font-size: 12.5px; line-height: 1.65; }
.legacy-service-section { padding-top: 128px; padding-bottom: 128px; }
.legacy-service-groups { display: grid; gap: 104px; }
.legacy-service-group { display: grid; gap: 38px; }
.legacy-service-head { display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, .45fr); gap: 32px; align-items: end; border-top: 1px solid rgba(190,200,207,.72); padding-top: 34px; }
.legacy-service-head .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.legacy-service-head h3 { font-size: 42px; line-height: 1.18; }
.legacy-service-head p:not(.eyebrow) { margin: 0; color: var(--color-on-surface-variant); line-height: 1.9; }
.legacy-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: start; }
.legacy-service-card { display: block; min-width: 0; color: inherit; text-decoration: none; }
.legacy-service-card.is-offset { margin-top: 48px; }
.legacy-service-media { overflow: hidden; border-radius: 8px; background: var(--color-surface-container-low); }
.legacy-service-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .7s ease; }
.legacy-service-card:hover .legacy-service-media img { transform: scale(1.04); }
.legacy-service-body { margin: -22px 14px 0; padding: 24px; border-radius: 8px; background: #fff; box-shadow: 0 16px 42px rgba(25,28,30,.1); position: relative; z-index: 1; }
.legacy-service-body h4 { margin: 0; color: var(--color-on-background); font-family: var(--font-headline); font-size: 21px; line-height: 1.35; }
.legacy-service-body p:not(.eyebrow) { color: var(--color-on-surface-variant); font-size: 14px; line-height: 1.85; }
.legacy-service-body span { color: var(--color-primary); font-family: var(--font-label); font-size: 12px; font-weight: 900; letter-spacing: 0; }

.movie-logo { width: 148px; height: auto; margin-bottom: 22px; }
.staff-showcase { padding-top: 128px; padding-bottom: 128px; }
.staff-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: start; }
.staff-feature { position: sticky; top: 96px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--color-surface-container-low); }
.staff-feature img { width: 100%; min-height: 560px; height: 100%; object-fit: cover; }
.staff-card-grid { display: grid; gap: 26px; }
.staff-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: center; padding: 24px; border-radius: 8px; background: #fff; box-shadow: 0 14px 38px rgba(25,28,30,.08); }
.staff-card.is-offset { margin-left: 56px; }
.staff-card img { width: 150px; height: 150px; border-radius: 8px; object-fit: cover; }
.staff-card h3 { font-size: 25px; }
.staff-card h3 span { display: block; margin-top: 4px; color: var(--color-on-surface-variant); font-size: 14px; font-weight: 700; }
.staff-card p:last-child { color: var(--color-on-surface-variant); line-height: 1.85; }

.media-showcase { padding-top: 112px; padding-bottom: 128px; }
.media-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.media-logo-card { display: grid; place-items: center; min-height: 94px; margin: 0; border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(25,28,30,.06); padding: 18px; }
.media-logo-card img { max-width: 100%; max-height: 56px; object-fit: contain; }

.jg-footer { background: #5db4d9; color: rgba(255,255,255,.9); font-family: "Noto Sans JP", "Lato", sans-serif; line-height: 1.5; padding: 64px 0 0; }
.jg-footer__inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.jg-footer__brand { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; }
.jg-footer__logo img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.jg-footer__tagline { margin: 0; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.6; letter-spacing: 0; }
.jg-footer__sns { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }
.jg-footer__sns-link { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.2); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.jg-footer__sns-link:hover { background: rgba(255,255,255,.35); border-color: rgba(255,255,255,.7); transform: translateY(-2px); }
.jg-footer__sns-link img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.jg-footer__sns-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.jg-footer__divider { border: 0; border-top: 1px solid rgba(255,255,255,.25); margin: 0 0 40px; }
.jg-footer__nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-bottom: 48px; }
.jg-footer__nav-col-title { margin: 0 0 16px; color: rgba(255,255,255,.62); font-family: "Lato", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.jg-footer__nav-list { display: flex; flex-direction: column; gap: 10px; list-style: none; margin: 0; padding: 0; }
.jg-footer__nav-link { display: inline-block; color: rgba(255,255,255,.9); font-size: 13px; text-decoration: none; letter-spacing: 0; }
.jg-footer__nav-link:hover { color: #fff; text-decoration: underline; }
.jg-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1100px; margin: 0 auto; padding: 20px 40px; border-top: 1px solid rgba(255,255,255,.25); }
.jg-footer__copyright { margin: 0; color: rgba(255,255,255,.7); font-family: "Lato", sans-serif; font-size: 11px; letter-spacing: 0; }
.jg-footer__bottom-links { display: flex; gap: 20px; }
.jg-footer__bottom-link { color: rgba(255,255,255,.65); font-size: 11px; text-decoration: none; }
.jg-footer__bottom-link:hover { color: #fff; }
.jg-footer__pagetop { position: fixed; right: 28px; bottom: 28px; z-index: 70; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #5db4d9; cursor: pointer; opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease, background .2s ease; }
.jg-footer__pagetop.is-visible { opacity: 1; transform: translateY(0); }
.jg-footer__pagetop:hover { background: #3a9abf; }
.jg-footer__pagetop::before { content: ""; display: block; width: 10px; height: 10px; margin: 17px auto 0; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .hero h1 { font-size: 64px; }
  .site-nav { left: calc(50% + 52px); gap: 24px; }
  .legacy-service-grid, .home-news-section .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .header-inner { padding: 0 22px; gap: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 64px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100vh - 80px); margin-left: 0; padding: 12px; overflow-y: auto; transform: none; background: rgba(25,28,30,.96); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .mega-menu { display: none; }
  .site-header.is-scrolled .site-nav { background: rgba(247,249,251,.98); }
  .nav-toggle { display: block; margin-left: 0; }
  .header-actions { display: flex; margin-left: auto; }
  .header-cta { display: inline-flex; min-width: 112px; height: 36px; min-height: 36px; padding: 0 18px; font-size: 13px; line-height: 36px; }
  .hero h1 { font-size: 46px; }
  .home-news-inner, .legacy-service-section, .staff-showcase, .media-showcase { padding-top: 88px; padding-bottom: 88px; }
  .legacy-service-head, .legacy-service-grid, .staff-layout, .home-news-section .news-grid, .jg-footer__nav { grid-template-columns: 1fr; }
  .old-service-section { padding-top: 88px; padding-bottom: 88px; }
  .old-service { gap: 48px; }
  .old-service-category { padding: 28px 16px 30px; border-radius: 22px; }
  .old-service-head, .old-service-grid, .old-service-impact-card { grid-template-columns: 1fr; }
  .old-service-head { gap: 16px; }
  .old-service-kicker { grid-column: auto; margin-bottom: 0; }
  .old-service-head h3 { font-size: 23px; }
  .old-service-card strong { font-size: 17px; }
  .old-service-card-text { font-size: 12.5px; }
  .old-service-card-link { width: 100%; min-height: 44px; box-sizing: border-box; margin-top: 14px; padding: 0 18px; font-size: 13px; }
  .legacy-service-head .eyebrow { grid-column: auto; margin-bottom: 0; }
  .legacy-service-card.is-offset, .staff-card.is-offset { margin-top: 0; margin-left: 0; }
  .staff-feature { position: static; }
  .staff-feature img { min-height: 320px; }
  .media-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jg-footer__brand { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 32px; }
  .jg-footer__tagline { padding-left: 0; padding-top: 12px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .jg-footer__bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .brand img { width: 44px; height: 30px; max-width: 44px; }
  .hero h1 { font-size: 37px; }
  .hero .lead { font-size: 15px; }
  .home-news-inner, .legacy-service-section, .staff-showcase, .media-showcase { padding-left: 22px; padding-right: 22px; }
  .legacy-service-head h3, .vision-copy h2, .section-heading-grid h2, .movie-feature h2 { font-size: 32px; }
  .legacy-service-grid, .media-logo-grid { grid-template-columns: 1fr; }
  .staff-card { grid-template-columns: 1fr; }
  .staff-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .jg-footer__inner, .jg-footer__bottom { padding-left: 20px; padding-right: 20px; }
  .jg-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}

/* Corporate spec change 03 */
.eyebrow { font-size: 15px; font-weight: 700; letter-spacing: .12em; line-height: 1.35; }
.hero h1 { font-size: 76px; line-height: 1.2; font-weight: 500; }
.hero .lead { max-width: 720px; font-size: 16px; }
.page-hero h1 { font-size: 54px; line-height: 1.18; font-weight: 500; }
.recruit-cta h2 { font-size: 42px; line-height: 1.2; }
.section-heading-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; align-items: start; margin-bottom: 52px; }
.section-heading-grid > div, .section-heading-grid > p { grid-column: auto; }
.section-heading-grid > p { max-width: 740px; margin: 0; color: var(--color-on-surface-variant); line-height: 1.8; }
.section-heading-grid h2 { max-width: 780px; font-size: 44px; line-height: 1.16; font-weight: 500; }
.nav-item { position: relative; display: inline-flex; align-items: center; }
.mega-menu { position: absolute; top: calc(100% + 18px); left: 50%; width: min(900px, calc(100vw - 48px)); color: var(--color-on-background); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-item--mega:hover .mega-menu, .nav-item--mega:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.mega-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -20px; height: 20px; }
.mega-menu__inner { display: grid; grid-template-columns: minmax(180px, .8fr) repeat(3, minmax(0, 1fr)); gap: 22px; padding: 24px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 24px 56px rgba(25,28,30,.16); }
.mega-menu__top, .mega-menu__group a { display: block; margin: 0; text-decoration: none; }
.mega-menu__top { padding: 2px 0; }
.mega-menu__top span, .mega-menu__group p { display: block; margin: 0 0 8px; color: #6e6e73; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.mega-menu__top strong { display: block; color: #1d1d1f; font-size: 18px; line-height: 1.35; }
.mega-menu__group div { display: grid; gap: 8px; }
.mega-menu__group a { color: #1d1d1f; font-size: 13px; font-weight: 700; line-height: 1.45; }
.mega-menu__group a:hover, .mega-menu__top:hover strong { color: var(--color-primary); }
.old-service-section { padding-top: 108px; padding-bottom: 108px; }
.old-service { max-width: 1120px; gap: 56px; }
.old-service-category { padding: 0 0 54px; border-bottom: 1px solid #e3e8ec; border-radius: 0; background: transparent; overflow: visible; }
.old-service-category:nth-child(2), .old-service-category:nth-child(3) { background: transparent; }
.old-service-category:last-child { padding-bottom: 0; border-bottom: 0; }
.old-service-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; align-items: start; margin-bottom: 24px; }
.old-service-kicker { grid-column: auto; margin: 0; font-size: 13px; letter-spacing: .14em; }
.old-service-head h3 { font-size: 24px; font-weight: 500; line-height: 1.3; }
.old-service-head p:not(.old-service-kicker) { max-width: 720px; font-size: 13px; line-height: 1.75; }
.old-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; align-items: stretch; }
.old-service-card, .news-card a, .service-card { height: 100%; }
.old-service-card { display: flex; flex-direction: column; }
.old-service-card-media { border-radius: 8px; }
.old-service-card-body { flex: 1; padding-top: 13px; }
.old-service-card strong { font-size: 16px; line-height: 1.4; }
.old-service-card-text { font-size: 12.5px; line-height: 1.7; }
.service-card.is-offset, .legacy-service-card.is-offset, .staff-card.is-offset, .pillar-card.is-offset, .story-card.is-offset, .source-visual-card:nth-child(2) { margin-top: 0; margin-left: 0; }
.news-card a { display: flex; flex-direction: column; }
.news-card-body { display: grid; gap: 10px; }
.news-card h3 { margin-top: 0; color: var(--color-on-background); font-size: 16px; line-height: 1.55; }
.news-card p:last-child { margin-bottom: 0; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 42px; font-family: var(--font-label); }
.pagination-list { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--color-outline-variant); border-radius: 999px; background: #fff; color: var(--color-on-background); font-size: 13px; font-weight: 700; text-decoration: none; }
.pagination span[aria-hidden="true"] { color: var(--color-on-surface-variant); background: transparent; }
.pagination .pagination-ellipsis { min-width: 24px; padding: 0 2px; border-color: transparent; }
.pagination .is-current { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }

/* Corporate spec change 04 */
.section-head h2,
.section-heading-grid h2,
.about-section-heading h2,
.vision-copy h2,
.movie-feature h2,
.recruit-cta h2,
.legacy-service-head h3,
.old-service-head h3,
.service-detail-section h2,
.prose h2,
.link-handoff-sources h2,
.page-hero h1 { font-weight: 700; }

.button.primary,
.header-cta {
  border: 1px solid var(--color-cta-primary);
  background: var(--color-cta-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,102,136,.22);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button.primary:hover,
.header-cta:hover {
  border-color: var(--color-cta-primary-hover);
  background: var(--color-cta-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,79,104,.24);
}
.hero .button.primary { background: var(--color-cta-primary); }
.button.secondary {
  border-color: rgba(0,102,136,.34);
  color: var(--color-cta-primary);
  background: #fff;
}
.button.secondary:hover {
  border-color: var(--color-cta-primary);
  background: var(--color-cta-soft);
}
.button.secondary.light {
  border-color: rgba(255,255,255,.72);
  color: #fff;
  background: rgba(0,102,136,.16);
}
.old-service-card-link,
.pagination .is-current,
.chip.is-active {
  border-color: var(--color-cta-primary);
  background: var(--color-cta-primary);
  color: #fff;
}
.old-service-card:hover .old-service-card-link,
.old-service-impact-card:hover .old-service-card-link { background: var(--color-cta-primary-hover); }

/* Corporate spec change 05 */
.home-news-overlay { background: linear-gradient(90deg, rgba(25,28,30,.62), rgba(25,28,30,.22)); }
.home-news-section .section-heading-grid h2,
.home-news-section .section-heading-grid p,
.home-news-section .section-heading-grid .eyebrow { text-shadow: 0 2px 18px rgba(0,0,0,.38); }

.about-philosophy-section { max-width: 1180px; padding-top: 118px; }
.about-section-heading { display: grid; gap: 8px; margin-bottom: 38px; }
.about-section-heading .eyebrow { margin-bottom: 0; color: var(--color-primary); font-size: 14px; font-weight: 700; letter-spacing: .16em; }
.about-section-heading h2 { color: #1d1d1f; font-size: 38px; line-height: 1.18; }
.about-section-heading > p { max-width: 720px; margin: 0; color: var(--color-on-surface-variant); line-height: 1.85; }
.about-philosophy-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px); gap: 48px; align-items: center; }
.about-philosophy-copy h2 { max-width: 760px; margin-bottom: 28px; font-size: 34px; line-height: 1.55; font-weight: 700; }
.about-philosophy-copy p,
.about-founder-copy p,
.about-ceo-copy p,
.about-director-card p { color: var(--color-on-surface-variant); line-height: 1.9; }
.about-marker-line,
.about-pop-word {
  display: inline;
  color: #004f68;
  font-weight: 700;
  background: linear-gradient(transparent 58%, #ffe46b 58%);
  text-shadow: 1.5px 1.5px 0 #c2e8ff;
}
.about-image-stack { display: grid; grid-template-columns: 1fr 92px; align-items: end; min-height: 520px; }
.about-image-stack figure,
.about-founder-visual,
.about-ceo-photo { margin: 0; overflow: hidden; border-radius: 8px; background: var(--color-surface-container-low); }
.about-image-stack img,
.about-founder-visual img,
.about-ceo-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-image-stack__main { grid-column: 1 / -1; grid-row: 1; height: 430px; box-shadow: 0 18px 42px rgba(25,28,30,.1); }
.about-image-stack__sub { grid-column: 2; grid-row: 1; width: 184px; height: 246px; transform: translate(22px, 38px); border: 8px solid #f7f9fb; box-shadow: 0 16px 32px rgba(25,28,30,.16); }
.about-founder-story { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 42px; align-items: center; margin-top: 80px; }
.about-founder-visual { min-height: 390px; box-shadow: 0 18px 42px rgba(25,28,30,.08); }
.about-founder-copy { padding: 34px 0 34px 18px; }
.about-pop-label { width: fit-content; margin: 0 0 20px; padding: 8px 16px; border-radius: 999px; background: #ffe46b; color: #004f68; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; box-shadow: 4px 4px 0 #c2e8ff; }

.about-company-section { max-width: none; background: #eaf7fb; }
.about-company-inner { max-width: 1120px; margin: 0 auto; }
.about-profile-list { display: grid; gap: 10px; margin: 0; }
.about-profile-list div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; padding: 18px 22px; border: 1px solid rgba(0,102,136,.14); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(25,28,30,.04); }
.about-profile-list dt { color: var(--color-primary); font-weight: 700; }
.about-profile-list dd { margin: 0; color: var(--color-on-surface-variant); }
.about-partner-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 24px; padding: 0; margin: 0; list-style: none; }
.about-partner-list li { min-width: 0; color: var(--color-on-surface-variant); font-size: 13.5px; line-height: 1.7; }
.about-company-section + .source-section { max-width: none; background: #f5fbfd; }
.about-company-section + .source-section .section-head,
.about-company-section + .source-section .source-content { max-width: 1120px; }
.about-company-section + .source-section .source-content { padding: 24px; border: 1px solid rgba(0,102,136,.12); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(25,28,30,.04); }
.about-company-section + .source-section .source-content p { column-count: 2; column-gap: 42px; margin: 0; font-size: 14px; line-height: 2; }

.about-media-section,
.about-ceo-section,
.about-director-section { max-width: 1120px; }
.about-media-grid .media-logo-card { box-shadow: 0 10px 24px rgba(25,28,30,.05); }
.about-ceo-panel { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: center; }
.about-ceo-photo { min-height: 470px; box-shadow: 0 18px 42px rgba(25,28,30,.1); }
.about-ceo-copy h3 { font-size: 34px; line-height: 1.2; }
.about-ceo-copy h3 span,
.about-director-card h3 span { display: block; margin-top: 5px; color: var(--color-on-surface-variant); font-size: 14px; font-weight: 700; }
.about-ceo-title { margin: 18px 0 22px; color: #004f68; font-weight: 700; }
.about-director-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.about-director-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; gap: 18px; padding: 20px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(25,28,30,.06); }
.about-director-card img { width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; object-fit: cover; background: var(--color-surface-container-low); }
.about-director-card h3 { font-size: 22px; line-height: 1.25; }
.about-director-body { min-width: 0; display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.about-director-meta { min-height: 92px; display: grid; align-content: start; gap: 7px; }
.about-director-meta .eyebrow,
.about-director-meta h3,
.about-director-title,
.about-director-copy p { margin: 0; }
.about-director-copy { display: grid; gap: 10px; align-content: start; }
.about-director-title { color: #004f68; font-weight: 700; }

.contact-form-section { max-width: 1180px; }
.contact-form-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: 44px; align-items: start; }
.contact-form-copy { display: grid; gap: 16px; align-content: start; padding-top: 8px; }
.contact-form-copy h2 { margin: 0; font-size: 34px; line-height: 1.25; }
.contact-form-copy p { margin: 0; color: var(--color-on-surface-variant); line-height: 1.85; }
.contact-privacy a { color: var(--color-cta-primary); font-weight: 700; }
.hubspot-form-panel { min-width: 0; padding: 28px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.hubspot-form-target,
.hubspot-form-target iframe { width: 100%; }
@media (max-width: 1080px) {
  .about-philosophy-grid,
  .about-founder-story,
  .about-ceo-panel { gap: 32px; }
  .about-director-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .about-philosophy-section { padding-top: 84px; }
  .about-section-heading h2,
  .about-philosophy-copy h2,
  .about-ceo-copy h3 { font-size: 30px; }
  .about-philosophy-grid,
  .about-founder-story,
  .about-ceo-panel,
  .contact-form-layout,
  .about-profile-list div { grid-template-columns: 1fr; }
  .about-image-stack { grid-template-columns: 1fr; min-height: 0; }
  .about-image-stack__main { height: auto; aspect-ratio: 4 / 3; }
  .about-image-stack__sub { display: none; }
  .about-founder-story { margin-top: 52px; }
  .about-founder-visual,
  .about-ceo-photo { min-height: 300px; }
  .about-founder-copy { padding: 0; }
  .about-company-section + .source-section .source-content p { column-count: 1; }
  .about-partner-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .about-section-heading h2,
  .about-philosophy-copy h2,
  .about-ceo-copy h3 { font-size: 27px; }
  .about-profile-list div,
  .about-company-section + .source-section .source-content,
  .about-director-card,
  .hubspot-form-panel { padding: 18px; }
  .contact-form-copy h2 { font-size: 28px; }
  .about-director-grid { grid-template-columns: 1fr; }
  .about-director-meta { min-height: 0; }
  .about-pop-label { width: auto; letter-spacing: .08em; }
}

/* Corporate spec change 08 */
.news-detail { max-width: 820px; padding: 104px 22px 72px; }
.news-detail-head { gap: 10px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(190,200,207,.72); }
.news-detail-head h1 { max-width: 800px; margin: 0; color: var(--color-on-background); font-size: clamp(28px, 4vw, 42px); line-height: 1.35; font-weight: 700; letter-spacing: 0; }
.news-detail .news-meta { margin: 0; }
.news-hero-image { margin-bottom: 22px; }
.news-detail .prose { max-width: 760px; display: grid; gap: 14px; }
.news-detail .prose > * { margin-top: 0; margin-bottom: 0; }
.news-detail .prose h2 { margin-top: 16px; padding-top: 18px; border-top: 1px solid rgba(190,200,207,.58); font-size: 22px; line-height: 1.45; }
.news-detail .prose h3 { margin-top: 12px; font-size: 18px; line-height: 1.5; }
.news-detail .prose p { color: var(--color-on-surface-variant); font-size: 15px; line-height: 1.72; }
.news-detail .prose ul,
.news-detail .prose ol { margin: 0; padding-left: 1.2em; color: var(--color-on-surface-variant); font-size: 15px; line-height: 1.72; }
.news-detail .prose li + li { margin-top: 4px; }
.news-detail .prose-image { margin: 8px 0; }
.news-source-link { display: flex; align-items: center; gap: 10px; max-width: 760px; margin-top: 24px; padding: 12px 14px; border: 1px solid rgba(190,200,207,.72); border-radius: 8px; background: #fff; overflow-wrap: anywhere; }
.news-source-link span { flex: 0 0 auto; color: var(--color-primary); font-family: var(--font-label); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-source-link a { min-width: 0; color: var(--color-on-surface-variant); font-size: 13px; line-height: 1.5; }

.staff-showcase .staff-layout { display: block; }
.staff-showcase .staff-feature { display: none; }
.staff-showcase .staff-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.staff-showcase .staff-card { display: flex; flex-direction: column; align-items: flex-start; height: 100%; gap: 16px; padding: 22px; }
.staff-showcase .staff-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 8px; }
.staff-showcase .staff-card h3 { font-size: 22px; line-height: 1.35; }
.staff-showcase .staff-card p:last-child { font-size: 14px; line-height: 1.75; }

@media (max-width: 1080px) {
  .staff-showcase .staff-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .news-detail { padding-top: 92px; }
  .news-detail-head h1 { font-size: 27px; }
  .news-source-link { align-items: flex-start; flex-direction: column; }
  .staff-showcase .staff-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
  .hero h1 { font-size: 60px; }
  .section-heading-grid h2 { font-size: 38px; }
  .old-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-menu__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero h1 { font-size: 46px; }
  .page-hero h1, .recruit-cta h2, .section-heading-grid h2 { font-size: 34px; }
  .section-heading-grid { margin-bottom: 36px; }
  .old-service-section { padding-top: 84px; padding-bottom: 84px; }
  .old-service-category { padding: 0 0 42px; border-radius: 0; }
  .old-service-grid { grid-template-columns: 1fr; }
  .nav-item { display: block; }
  .mega-menu { position: static; width: auto; opacity: 1; visibility: visible; pointer-events: auto; transform: none; color: #fff; }
  .mega-menu::before { content: none; }
  .mega-menu__inner { grid-template-columns: 1fr; gap: 10px; padding: 12px 8px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .mega-menu__top strong, .mega-menu__group a { color: #fff; }
  .mega-menu__top span, .mega-menu__group p { color: rgba(255,255,255,.68); }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .section-heading-grid h2 { font-size: 30px; }
  .pagination { gap: 10px; }
  .pagination-list { max-width: 100%; }
}

/* ==========================================================================
   26v1 "Focus" design language (v3.0.0)
   見えない現場に、ピントが合う。全ページ共通トークンの上書きと、
   /new トップ(top26-)のネイティブ実装スタイル。
   ========================================================================== */
:root {
  --color-cta-primary: #c94f0e;
  --color-cta-primary-hover: #a84208;
  --color-cta-soft: #fdf1e9;
  --color-primary-container: #2b90b4;
  --font-headline: "Noto Sans JP", "Inter", ui-sans-serif, sans-serif;
  --font-body: "Noto Sans JP", "Inter", ui-sans-serif, sans-serif;
  --font-label: "Inter", "Noto Sans JP", ui-sans-serif, sans-serif;
  --shadow: 0 16px 40px rgba(0, 52, 77, .12);
  --jg-primary: #006688;
  --jg-deep: #00344d;
  --jg-deep-2: #06364c;
  --jg-ink: #1c2b33;
  --jg-ink-2: #51626b;
  --jg-tint: #f0f5f7;
  --jg-line: #d7e0e4;
  --theme-mamoru: #006688;
  --theme-sodateru: #147050;
  --theme-nobasu: #8a5a00;
  --theme-medical: #c2185b;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-flip-o: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-flip-c: cubic-bezier(0.77, 0, 0.175, 1);
  --dur-1: 300ms;
  --dur-2: 800ms;
  --dur-3: 1200ms;
}
body { color: var(--jg-ink); line-height: 1.7; }
h1, h2, h3 { font-feature-settings: "palt"; letter-spacing: .01em; }
.eyebrow { color: var(--jg-primary); font-family: var(--font-label); font-size: 13px; font-weight: 600; letter-spacing: .14em; }
.page-hero .eyebrow, .home-news-section .eyebrow, .movie-feature .eyebrow, .recruit-cta .eyebrow { color: #8ed7f2; }
.button, .header-cta, .old-service-card-link { border-radius: 999px; }
.button.primary, .header-cta { border-color: var(--color-cta-primary); background: var(--color-cta-primary); box-shadow: 0 10px 26px rgba(201, 79, 14, .28); }
.button.primary:hover, .header-cta:hover { border-color: var(--color-cta-primary-hover); background: var(--color-cta-primary-hover); box-shadow: 0 14px 30px rgba(168, 66, 8, .3); }
.hero .button.primary { background: var(--color-cta-primary); }
.feature-card, .news-card, .person, .action-panel { border: 0; box-shadow: var(--shadow); }
.pillar-body p, .legacy-service-body p:not(.eyebrow), .staff-showcase .staff-card p:last-child, .news-card p:last-child { line-height: 1.65; }
.jg-footer { background: var(--jg-deep-2); }
.jg-footer__pagetop { background: var(--jg-primary); }
.jg-footer__pagetop:hover { background: var(--jg-deep); }
.site-header.is-scrolled .header-cta { color: #fff; }
/* Beta02: 未スクロール時の文字視認性(黒グラデ帯) + ヘッダーCTAはフラットなコーポレート青 */
.site-header { background: linear-gradient(180deg, rgba(0, 14, 20, .68), rgba(0, 14, 20, .3) 70%, rgba(0, 14, 20, 0)); }
.header-cta, .header-cta:hover, .site-header.is-scrolled .header-cta { border-color: var(--jg-primary); background: var(--jg-primary); box-shadow: none; transform: none; }
.header-cta:hover, .site-header.is-scrolled .header-cta:hover { border-color: var(--jg-deep); background: var(--jg-deep); }

/* --- Focus motion system ------------------------------------------------ */
html.rv-enabled .rv { opacity: 0; translate: 0 20px; transition: opacity var(--dur-2) var(--ease-out), translate var(--dur-2) var(--ease-out); }
html.rv-enabled .rv.is-in { opacity: 1; translate: 0 0; }
html.rv-enabled .top26-probs .rv:nth-child(2), html.rv-enabled .top26-inds .rv:nth-child(2), html.rv-enabled .top26-supports .rv:nth-child(2), html.rv-enabled .top26-news .rv:nth-child(2) { transition-delay: 120ms; }
html.rv-enabled .top26-probs .rv:nth-child(3), html.rv-enabled .top26-inds .rv:nth-child(3), html.rv-enabled .top26-supports .rv:nth-child(3), html.rv-enabled .top26-news .rv:nth-child(3) { transition-delay: 240ms; }
html.rv-enabled .top26-probs .rv:nth-child(4), html.rv-enabled .top26-inds .rv:nth-child(4) { transition-delay: 120ms; }
html.rv-enabled .top26-probs .rv:nth-child(5), html.rv-enabled .top26-inds .rv:nth-child(5) { transition-delay: 240ms; }
html.rv-enabled .top26-probs .rv:nth-child(6) { transition-delay: 360ms; }
.rv--focus { position: relative; overflow: hidden; }
html.rv-enabled .rv--focus { translate: 0 0; }
html.rv-enabled .rv--focus img, html.rv-enabled .rv--focus video { filter: blur(14px); transform: scale(1.04); transition: filter var(--dur-3) var(--ease-out), transform var(--dur-3) var(--ease-out); }
html.rv-enabled .rv--focus.is-in img, html.rv-enabled .rv--focus.is-in video { filter: none; transform: scale(1); }
.rv--focus::after { content: ""; position: absolute; inset: 0; z-index: 2; height: 42%; background: linear-gradient(180deg, transparent, rgba(0, 102, 136, .32), rgba(141, 215, 242, .28), transparent); opacity: 0; pointer-events: none; }
html.rv-enabled .rv--focus.is-in::after { animation: top26scan 1s var(--ease-out) 480ms 1; }
@keyframes top26scan {
  0% { opacity: .9; translate: 0 -110%; }
  100% { opacity: 0; translate: 0 340%; }
}
html.rv-enabled [data-focus-hero] .page-hero-bg { transition: filter 1.4s var(--ease-out), scale 1.4s var(--ease-out); }
html.rv-enabled [data-focus-hero]:not(.is-focused) .page-hero-bg { filter: blur(16px); scale: 1.06; }
html.rv-enabled .news-grid .rv:nth-child(3n+2) { transition-delay: 120ms; }
html.rv-enabled .news-grid .rv:nth-child(3n+3) { transition-delay: 240ms; }
@media (prefers-reduced-motion: reduce) {
  html.rv-enabled .rv, html.rv-enabled .rv--focus img, html.rv-enabled .rv--focus video { opacity: 1; translate: 0 0; filter: none; transform: none; transition: none; }
  html.rv-enabled .rv--focus.is-in::after { animation: none; }
  html.rv-enabled [data-focus-hero] .page-hero-bg { filter: none; scale: none; transition: none; }
}

/* --- top26 native top --------------------------------------------------- */
.top26-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.top26-sec { padding: 112px 0; }
.top26-sec--tint { background: var(--jg-tint); background-image: linear-gradient(rgba(0, 102, 136, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 102, 136, .04) 1px, transparent 1px); background-size: 64px 64px; }
.top26-sec--deep { background: var(--jg-deep); background-image: radial-gradient(1200px 600px at 80% -10%, rgba(10, 111, 146, .45), transparent 70%), radial-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: auto, 4px 4px; color: #fff; }
.top26-sec--deep h2, .top26-sec--deep h3 { color: #fff; }
.top26-sec--deep p { color: rgba(255, 255, 255, .84); }
.top26-sec--deep .top26-eyebrow { color: #8ed7f2; }
.top26-eyebrow { display: block; margin: 0 0 14px; color: var(--jg-primary); font-family: var(--font-label); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.top26-head { display: grid; gap: 12px; margin-bottom: 56px; }
.top26-head .top26-eyebrow { margin-bottom: 0; }
.top26-head h2 { max-width: 860px; font-size: 34px; line-height: 1.3; font-weight: 700; }
.top26-head__sub { max-width: 720px; margin: 0; color: var(--jg-ink-2); line-height: 1.7; }
.top26-note { margin-top: 26px; color: var(--jg-ink-2); font-size: 12px; }
.top26-action { margin: 48px 0 0; text-align: center; }
.top26-action--left { text-align: left; margin-top: 30px; }
.top26-ar { display: inline-block; margin-left: 10px; transition: translate var(--dur-1) cubic-bezier(0.19, 1, 0.22, 1); }
a:hover .top26-ar, .top26-btn:hover .top26-ar { translate: 4px 0; }

.top26-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 30px; border-radius: 999px; font-family: var(--font-headline); font-size: 15px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: background-color var(--dur-1) ease, border-color var(--dur-1) ease, color var(--dur-1) ease, box-shadow var(--dur-1) ease, transform var(--dur-1) ease; }
.top26-btn--cta { background: var(--color-cta-primary); color: #fff; box-shadow: 0 12px 30px rgba(201, 79, 14, .3); }
.top26-btn--cta:hover { background: var(--color-cta-primary-hover); transform: translateY(-1px); }
.top26-btn--ghost { border: 1.5px solid rgba(0, 102, 136, .45); color: var(--jg-primary); background: rgba(255, 255, 255, .6); }
.top26-btn--ghost:hover { border-color: var(--jg-primary); background: #fff; }
.top26-btn--ghost-light { border: 1.5px solid rgba(255, 255, 255, .62); color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.top26-btn--ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, .16); }
.top26-btn--light { background: #fff; color: var(--jg-ink); box-shadow: 0 10px 24px rgba(0, 0, 0, .22); }
.top26-btn--light:hover { transform: translateY(-1px); }

/* hero */
.top26-hero { position: relative; min-height: 100vh; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--jg-deep); }
.top26-hero__bg, .top26-hero__scrim { position: absolute; inset: 0; }
.top26-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.1s ease; }
.top26-hero__bg img.top26-is-on { opacity: 1; }
html.rv-enabled .top26-hero:not(.is-focused) .top26-hero__bg img { filter: blur(16px); scale: 1.06; }
html.rv-enabled .top26-hero__bg img { transition: opacity 1.1s ease, filter 1.4s var(--ease-out), scale 1.4s var(--ease-out); }
.top26-hero__scrim { background: linear-gradient(180deg, rgba(0, 22, 30, .66), rgba(0, 22, 30, .34) 46%, rgba(0, 42, 60, .84)); }
.top26-hero__in { position: relative; z-index: 1; width: 100%; padding-top: 140px; padding-bottom: 150px; }
.top26-hero h1 { max-width: 900px; font-size: 58px; line-height: 1.32; font-weight: 700; text-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 6px 30px rgba(0, 0, 0, .35); }
.top26-hero h1 em { font-style: normal; box-shadow: inset 0 -10px 0 rgba(141, 215, 242, .38); }
.top26-hero__lead { max-width: 720px; margin: 24px 0 0; color: rgba(255, 255, 255, .95); font-size: 16px; line-height: 1.9; text-shadow: 0 1px 8px rgba(0, 0, 0, .5); }
.top26-hero__scroll { position: absolute; left: 50%; bottom: 30px; z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; margin-left: -24px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.top26-hero__scroll span { display: block; width: 16px; height: 16px; border-right: 2px solid rgba(255, 255, 255, .92); border-bottom: 2px solid rgba(255, 255, 255, .92); transform: rotate(45deg); animation: top26bob 2s var(--ease-out) infinite; }
@keyframes top26bob {
  0%, 100% { translate: 0 -3px; opacity: .65; }
  50% { translate: 0 3px; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .top26-hero__scroll span { animation: none; } }
.top26-hero__ui { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: 1280px; margin: 0 auto; padding: 0 32px 34px; }
.top26-hero__place { display: grid; gap: 4px; margin: 0; }
.top26-hero__place-en { color: rgba(255, 255, 255, .66); font-family: var(--font-label); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.top26-hero__place strong { color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .02em; text-shadow: 0 1px 10px rgba(0, 0, 0, .4); }
.top26-hero__ctrl { display: flex; align-items: center; gap: 14px; }
.top26-hero__arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; background: rgba(0, 26, 34, .3); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); transition: background-color var(--dur-1) ease, border-color var(--dur-1) ease; }
.top26-hero__arrow:hover { border-color: #fff; background: rgba(0, 102, 136, .5); }
.top26-hero__dots { display: flex; align-items: center; gap: 10px; }
.top26-hero__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .42); cursor: pointer; transition: background-color var(--dur-1) ease, scale var(--dur-1) ease; }
.top26-hero__dot:hover { background: rgba(255, 255, 255, .75); }
.top26-hero__dot.top26-is-on { background: #fff; scale: 1.34; }

/* what */
.top26-what { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; }
.top26-what__tx h2 { font-size: 40px; line-height: 1.34; }
.top26-what__def { margin: 22px 0 0; color: var(--jg-ink-2); font-size: 16px; line-height: 1.8; }
.top26-what__fig { margin: 0; border-radius: 10px; box-shadow: var(--shadow); }
.top26-what__fig video { display: block; width: 100%; border-radius: 10px; }
.top26-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 72px 0 0; padding: 0; list-style: none; }
.top26-value { position: relative; display: grid; gap: 8px; padding: 26px 28px; }
.top26-value + .top26-value { border-left: 1px solid var(--jg-line); }
.top26-value::before { content: ""; position: absolute; left: 28px; top: 0; width: 40px; height: 3px; background: var(--jg-primary); }
.top26-value--sodateru::before { background: var(--theme-sodateru); }
.top26-value--nobasu::before { background: var(--theme-nobasu); }
.top26-value b { font-size: 20px; font-weight: 700; }
.top26-value--mamoru b { color: var(--theme-mamoru); }
.top26-value--sodateru b { color: var(--theme-sodateru); }
.top26-value--nobasu b { color: var(--theme-nobasu); }
.top26-value span { color: var(--jg-ink-2); font-size: 13.5px; line-height: 1.6; }

/* problems: 1枚完結カード (テーマ色でカテゴライズ、Detailで遷移) */
.top26-probs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.top26-prob { --prob-theme: var(--theme-mamoru); display: flex; flex-direction: column; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow); color: inherit; text-decoration: none; transition: transform var(--dur-1) ease, box-shadow var(--dur-1) ease; }
.top26-prob--sodateru { --prob-theme: var(--theme-sodateru); }
.top26-prob--nobasu { --prob-theme: var(--theme-nobasu); }
.top26-prob--medical { --prob-theme: var(--theme-medical); }
.top26-prob:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0, 52, 77, .16); }
.top26-prob__img { position: relative; display: block; }
.top26-prob__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s var(--ease-out); }
.top26-prob:hover .top26-prob__img img { transform: scale(1.04); }
.top26-prob__no { position: absolute; left: 14px; top: 14px; padding: 5px 12px; border-radius: 999px; background: var(--prob-theme); color: #fff; font-family: var(--font-label); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; }
.top26-prob__q { margin: 0; padding: 20px 24px 0; color: var(--prob-theme); font-size: 19px; font-weight: 700; line-height: 1.5; }
.top26-prob__detail { flex: 1; margin: 0; padding: 12px 24px 0; color: var(--jg-ink-2); font-size: 13.5px; line-height: 1.65; }
.top26-prob__cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 24px 20px; padding-top: 14px; border-top: 1px solid var(--jg-line); }
.top26-prob__cta-label { min-width: 0; color: var(--jg-ink-2); font-size: 11.5px; font-weight: 700; line-height: 1.5; }
.top26-btnish { flex: 0 0 auto; display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 999px; background: var(--prob-theme); color: #fff; font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .06em; transition: transform var(--dur-1) ease, filter var(--dur-1) ease; }
.top26-prob:hover .top26-btnish { transform: translateY(-1px); filter: brightness(1.08); }

/* industries (業種別イメージカラーで色分け) */
.top26-inds { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.top26-ind { --ind-theme: var(--jg-primary); grid-column: span 1; display: flex; flex-direction: column; border-radius: 10px; border-top: 4px solid var(--ind-theme); overflow: hidden; background: #fff; box-shadow: var(--shadow); color: inherit; text-decoration: none; transition: transform var(--dur-1) ease, box-shadow var(--dur-1) ease; }
.top26-ind--food { --ind-theme: #0e8c7f; }
.top26-ind--logi { --ind-theme: #b07a00; }
.top26-ind--mfg { --ind-theme: #d2601a; }
.top26-ind--con { --ind-theme: #147050; }
.top26-ind--med { --ind-theme: #0a6f92; }
.top26-ind:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0, 52, 77, .16); }
.top26-ind--lead { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.top26-ind__img { overflow: hidden; }
.top26-ind__img img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .7s var(--ease-out); }
.top26-ind--lead .top26-ind__img img { aspect-ratio: auto; min-height: 300px; }
.top26-ind:hover .top26-ind__img img { transform: scale(1.04); }
.top26-ind__body { display: grid; gap: 8px; align-content: start; padding: 20px 22px 22px; }
.top26-ind--lead .top26-ind__body { padding: 30px 32px; align-content: center; }
.top26-ind__role { margin: 0; color: var(--ind-theme); font-family: var(--font-label); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; }
.top26-ind__cta { display: inline-flex; align-items: center; justify-self: start; margin-top: 12px; padding: 8px 18px; border-radius: 999px; border: 1.5px solid var(--ind-theme); color: var(--ind-theme); font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .06em; transition: background-color var(--dur-1) ease, color var(--dur-1) ease; }
.top26-ind:hover .top26-ind__cta { background: var(--ind-theme); color: #fff; }
.top26-ind__name { font-size: 19px; }
.top26-ind--lead .top26-ind__name { font-size: 24px; }
.top26-ind__list { margin: 4px 0 0; padding: 0 0 0 1.1em; color: var(--jg-ink-2); font-size: 13px; line-height: 1.65; }
.top26-ind__list li + li { margin-top: 4px; }
.top26-ind__next { margin: 8px 0 0; padding: 10px 12px; border-radius: 8px; background: var(--jg-tint); color: var(--jg-ink-2); font-size: 12.5px; line-height: 1.6; }
.top26-ind__next b { color: var(--jg-ink); }

/* why 360 (整列は 左→右→左 の交互リズム) */
.top26-fieldChange { max-width: 980px; margin: 0 auto; }
.top26-fieldChange h3 { font-size: 27px; line-height: 1.5; text-align: left; }
.top26-fieldChange h3 em { font-style: normal; color: var(--jg-primary); box-shadow: inset 0 -9px 0 rgba(141, 215, 242, .34); }
.top26-fieldChange__lead { margin: 14px 0 0; color: var(--jg-ink-2); text-align: left; }
.top26-fieldScene { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 0; margin: 44px 0 0; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.top26-fieldScene__photo { position: relative; }
.top26-fieldScene__photo img { width: 100%; height: 100%; object-fit: cover; }
.top26-fieldScene__live { position: absolute; left: 16px; top: 16px; padding: 5px 12px; border-radius: 999px; background: rgba(201, 79, 14, .92); color: #fff; font-family: var(--font-label); font-size: 10.5px; font-weight: 600; letter-spacing: .1em; }
.top26-fieldScene__signals { display: grid; margin: 0; padding: 0; list-style: none; background: #fff; }
.top26-fieldScene__signals li { display: grid; gap: 3px; padding: 18px 24px; }
.top26-fieldScene__signals li + li { border-top: 1px solid var(--jg-line); }
.top26-fieldScene__num { color: var(--jg-primary); font-family: var(--font-label); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.top26-fieldScene__signals strong { font-size: 15px; }
.top26-fieldScene__signals p { margin: 0; color: var(--jg-ink-2); font-size: 12.5px; }
.top26-fieldChange__conclusion { margin: 48px 0 0; font-size: 30px; font-weight: 700; line-height: 1.5; text-align: right; }
.top26-fieldChange__conclusion span { color: var(--color-cta-primary); }
.top26-corr { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 44px; align-items: center; max-width: 1080px; margin: 88px auto 0; }
.top26-corr__tx h3 { font-size: 25px; line-height: 1.5; }
.top26-corr__tx p { color: var(--jg-ink-2); }
.top26-corr__fig { margin: 0; border-radius: 10px; box-shadow: var(--shadow); }
.top26-corr__fig img { width: 100%; border-radius: 10px; display: block; }

/* pillars */
.top26-pillars-layout { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 56px; align-items: start; }
.top26-pillars-head { position: sticky; top: 120px; }
.top26-pillars-head .top26-head { margin-bottom: 0; }
.top26-pillars { display: grid; gap: 34px; }
.top26-pillar { border-radius: 12px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.top26-pillar__top { padding: 30px 32px 8px; border-top: 4px solid var(--jg-primary); }
.top26-pillar--med .top26-pillar__top { border-top-color: var(--theme-medical); }
.top26-pillar__label { margin: 0 0 10px; color: var(--jg-primary); font-family: var(--font-label); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.top26-pillar--med .top26-pillar__label { color: var(--theme-medical); }
.top26-pillar__top h3 { font-size: 24px; }
.top26-pillar__lead { margin: 10px 0 0; color: var(--jg-ink-2); font-size: 14px; line-height: 1.7; }
.top26-pillar__svcs { display: grid; padding: 18px 12px 14px; }
.top26-svc { display: grid; grid-template-columns: 108px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 14px 20px; border-radius: 10px; color: inherit; text-decoration: none; transition: background-color var(--dur-1) ease; }
.top26-svc:hover { background: var(--jg-tint); }
.top26-svc__img { overflow: hidden; border-radius: 8px; }
.top26-svc__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s var(--ease-out); }
.top26-svc:hover .top26-svc__img img { transform: scale(1.05); }
.top26-svc__tx { display: grid; gap: 3px; }
.top26-svc__nm { font-size: 15.5px; font-weight: 700; }
.top26-svc__ds { color: var(--jg-ink-2); font-size: 12.5px; line-height: 1.55; }
.top26-svc .top26-ar { color: var(--jg-primary); }

/* collab */
.top26-collab { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: center; }
.top26-collab h2 { font-size: 32px; line-height: 1.42; }
.top26-collab > div > p { max-width: 560px; }
.top26-collab__list { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.top26-collab__list li { display: grid; gap: 3px; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.top26-collab__list b { font-size: 15px; }
.top26-collab__list span { color: rgba(255, 255, 255, .72); font-size: 13px; }
.top26-collab__fig { margin: 0; }
.top26-collab__fig img { width: 100%; border-radius: 10px; display: block; box-shadow: 0 24px 56px rgba(0, 0, 0, .34); }
.top26-collab__fig figcaption { margin-top: 12px; color: rgba(255, 255, 255, .66); font-size: 12.5px; }

/* support */
.top26-supports { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.top26-support { position: relative; display: grid; gap: 8px; align-content: start; padding: 30px 30px 34px; color: inherit; text-decoration: none; transition: background-color var(--dur-1) ease; }
.top26-support__img { display: block; margin: -30px -30px 8px; overflow: hidden; }
.top26-support__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .6s var(--ease-out); }
.top26-support:hover .top26-support__img img { transform: scale(1.04); }
.top26-support + .top26-support { border-left: 1px solid var(--jg-line); }
.top26-support:hover { background: var(--jg-tint); }
.top26-support b { font-size: 17px; }
.top26-support > span:not(.top26-ar) { color: var(--jg-ink-2); font-size: 13.5px; line-height: 1.65; }
.top26-support .top26-ar { position: absolute; right: 24px; bottom: 20px; color: var(--jg-primary); }

/* news */
.top26-news { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.top26-newsCard { display: grid; gap: 12px; align-content: start; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow); color: inherit; text-decoration: none; padding-bottom: 20px; transition: transform var(--dur-1) ease, box-shadow var(--dur-1) ease; }
.top26-newsCard:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0, 52, 77, .16); }
.top26-newsCard__thumb { margin: 0; }
.top26-newsCard__thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.top26-newsCard__thumb--empty { aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--jg-tint), #dce9ee); }
.top26-newsCard__meta { display: flex; align-items: center; gap: 10px; padding: 0 20px; }
.top26-newsCard__meta time { color: var(--jg-ink-2); font-family: var(--font-label); font-size: 12px; font-weight: 600; }
.top26-cat { padding: 3px 10px; border-radius: 999px; background: var(--jg-tint); color: var(--jg-primary); font-family: var(--font-label); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.top26-newsCard p { margin: 0; padding: 0 20px; font-size: 14px; font-weight: 500; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* media marquee */
.top26-media { overflow: hidden; }
.top26-media__row { display: flex; width: max-content; }
.top26-media__track { display: flex; align-items: center; gap: 14px; padding-right: 14px; animation: top26marquee 60s linear infinite; }
@keyframes top26marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.top26-media__logo { display: grid; place-items: center; min-width: 176px; min-height: 92px; border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(0, 52, 77, .06); padding: 18px 22px; }
.top26-media__logo img { max-width: 128px; max-height: 52px; object-fit: contain; }
@media (prefers-reduced-motion: reduce) {
  .top26-media__track { animation: none; flex-wrap: wrap; padding: 0 32px; }
  .top26-media__track[aria-hidden="true"] { display: none; }
  .top26-media__row { width: auto; }
}

/* final */
.top26-final__in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 44px; align-items: center; }
.top26-final h2 { font-size: 36px; line-height: 1.4; }
.top26-final p { max-width: 520px; }
.top26-final__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

/* top26 responsive */
@media (max-width: 1080px) {
  .top26-hero h1 { font-size: 46px; }
  .top26-what { gap: 40px; }
  .top26-what__tx h2 { font-size: 33px; }
  .top26-probs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top26-inds { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top26-pillars-layout { grid-template-columns: 1fr; gap: 8px; }
  .top26-pillars-head { position: static; }
  .top26-pillars-head .top26-head { margin-bottom: 40px; }
}
@media (max-width: 720px) {
  .top26-wrap { padding: 0 20px; }
  .top26-sec { padding: 64px 0; }
  .top26-hero__in { padding-top: 118px; padding-bottom: 172px; }
  .top26-hero h1 { font-size: 31px; line-height: 1.42; }
  .top26-hero__lead { font-size: 14px; }
  .top26-btn { width: 100%; }
  .top26-hero__ui { padding: 0 20px 24px; }
  .top26-head { margin-bottom: 36px; }
  .top26-head h2 { font-size: 26px; }
  .top26-what { grid-template-columns: 1fr; }
  .top26-values { grid-template-columns: 1fr; margin-top: 44px; }
  .top26-value { padding: 20px 0 20px 20px; }
  .top26-value + .top26-value { border-left: 0; border-top: 1px solid var(--jg-line); }
  .top26-value::before { left: 0; top: 20px; width: 3px; height: 40px; }
  .top26-probs { grid-template-columns: 1fr; }
  .top26-inds { grid-template-columns: 1fr; }
  .top26-ind--lead { grid-template-columns: 1fr; }
  .top26-ind--lead .top26-ind__img img { min-height: 0; aspect-ratio: 16 / 10; }
  .top26-fieldChange h3 { font-size: 21px; }
  .top26-fieldChange__conclusion { font-size: 22px; }
  .top26-fieldScene { grid-template-columns: 1fr; }
  .top26-corr { grid-template-columns: 1fr; gap: 26px; margin-top: 56px; }
  .top26-collab { grid-template-columns: 1fr; gap: 34px; }
  .top26-collab h2 { font-size: 24px; }
  .top26-supports { grid-template-columns: 1fr; }
  .top26-support + .top26-support { border-left: 0; border-top: 1px solid var(--jg-line); }
  .top26-news { grid-template-columns: 1fr; }
  .top26-final__in { grid-template-columns: 1fr; gap: 26px; }
  .top26-final h2 { font-size: 27px; }
  .top26-final__btns { justify-content: flex-start; }
}