@font-face { font-family: "Zen Kaku Gothic New"; src: url("../fonts/zen-kaku-gothic-new-regular.woff2?v=20260914-tayori1") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Zen Kaku Gothic New"; src: url("../fonts/zen-kaku-gothic-new-medium.woff2?v=20260914-tayori1") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Zen Kaku Gothic New"; src: url("../fonts/zen-kaku-gothic-new-bold.woff2?v=20260914-tayori1") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  --white: #ffffff;
  --ink: #1d2d40;
  --body: #4d5e70;
  --blue: #2d6eb5;
  --blue-deep: #245b99;
  --navy: #172b43;
  --pale: #f2f7fc;
  --line: #dce6ef;
  --gutter: clamp(24px, 5vw, 72px);
  --section-space: clamp(5rem, 10vw, 10rem);
  --header-height: 88px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-offset, var(--header-height)) + 20px); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Zen Kaku Gothic New", sans-serif; font-size: 1rem; line-height: 1.95; font-synthesis: none; -webkit-font-smoothing: antialiased; line-break: strict; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { line-height: 1.5; font-weight: 500; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { color: var(--white); background: var(--blue); }
:focus-visible { outline: 3px solid #2b79c9; outline-offset: 5px; }
[hidden] { display: none !important; }
.brand-defs { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.container { width: min(100% - var(--gutter) * 2, 1160px); margin-inline: auto; }
.section-space { padding-block: var(--section-space); }
.mobile-only { display: none; }
.eyebrow { color: var(--blue); font-size: .875rem; font-weight: 700; letter-spacing: .13em; line-height: 1.6; }
.section-heading { min-width: 0; margin-bottom: 3rem; }
.section-en { color: var(--blue); font-size: .875rem; font-weight: 700; line-height: 1.6; letter-spacing: .16em; }
.section-ja { margin-top: .875rem; color: var(--ink); font-size: clamp(1.75rem, calc(1.125rem + 1.6vw), 2.5rem); font-weight: 700; line-height: 1.5; }
.jp-word { display: inline-block; max-width: 100%; vertical-align: baseline; overflow-wrap: anywhere; }
.jp-word + .jp-word { margin-inline-start: .14em; }
.jp-kana { display: inline; font-size: .64em; font-weight: 500; line-height: inherit; vertical-align: baseline; letter-spacing: .02em; }
.jp-kanji { font-weight: 700; }
.jp-line { display: block; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 18px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* White corporate navigation. */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(220,230,239,.7); }
.header-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; max-width: 1440px; min-height: var(--header-height); padding: 12px var(--gutter); margin: auto; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; max-width: 100%; font-size: 1.375rem; font-weight: 700; letter-spacing: .07em; line-height: 1.2; }
.wordmark > span { min-width: 0; }
.wordmark img { width: 44px; height: 33px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.35vw, 22px); margin-left: auto; font-size: .875rem; font-weight: 500; white-space: nowrap; }
.site-nav a { padding-block: 12px; transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 22px; border-radius: 999px; background: var(--blue); color: var(--white); font-size: .875rem; font-weight: 700; white-space: nowrap; transition: background .2s ease; }
.nav-cta:hover { background: var(--blue-deep); }
.mobile-nav { display: none; }

/* Full-width footage, with one continuous overlay and no clipped side panel. */
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: #0c1a2a; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,22,38,.88) 0%, rgba(8,22,38,.68) 28%, rgba(8,22,38,.32) 60%, rgba(8,22,38,.14) 100%), linear-gradient(0deg, rgba(8,22,38,.52), transparent 55%); }
.hero-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #0c1a2a; }
.hero-poster, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster img, .hero-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% 48%; }
.hero-poster { opacity: 1; transition: opacity .6s ease; }
.hero-video { opacity: 0; transition: opacity .6s ease; }
.hero-media.is-playing .hero-poster { opacity: 0; }
.hero-media.is-playing .hero-video { opacity: 1; }
.hero-media.is-static .hero-video { visibility: hidden; }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; min-height: clamp(42rem, calc(92svh - var(--header-height)), 56rem); padding-block: clamp(5rem, 8vw, 8rem) 5rem; }
.hero-copy { min-width: 0; max-width: 54rem; }
.hero-eyebrow { color: #e3edf8; letter-spacing: .2em; animation: hero-enter .9s ease both; }
.hero h1 { margin-top: 1.5rem; font-size: clamp(4.75rem, calc(3rem + 3.5vw), 6.5rem); line-height: 1.35; font-weight: 400; letter-spacing: .015em; text-shadow: 0 2px 22px rgba(6,18,32,.18); }
.hero h1 strong { font-weight: 700; }
.hero-title-line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.hero-title-line > span { display: block; min-width: 0; white-space: normal; overflow-wrap: anywhere; animation: hero-title-rise 1s cubic-bezier(.22,.8,.24,1) both; }
.hero-title-line:nth-child(2) > span { animation-delay: .12s; }
.hero-lead { max-width: 38em; margin-top: 2rem; color: #edf2f8; font-size: clamp(1rem, calc(.875rem + .25vw), 1.125rem); line-height: 1.95; letter-spacing: .03em; animation: hero-enter .9s .55s ease both; }
.hero-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; }
.hero-scroll { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: .875rem; letter-spacing: .06em; }
.circle-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.125rem; transition: transform .25s ease, background .25s ease; }
.hero-scroll:hover .circle-arrow { transform: translateY(3px); background: rgba(255,255,255,.12); }
.video-toggle { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 99px; background: rgba(8,22,38,.28); color: var(--white); font-size: .875rem; }
.video-toggle:hover { background: rgba(8,22,38,.62); }
.playback-icon { width: 9px; height: 11px; border-inline: 3px solid currentColor; }
.video-toggle.is-paused .playback-icon { width: 0; height: 0; border: 6px solid transparent; border-left: 9px solid currentColor; border-right: 0; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* The first block explains what the company does. */

/* Brand opening: type on black, hold, then crossfade into the hero. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-intro { display: none; position: fixed; inset: 0; z-index: 999; align-items: center; justify-content: center; background: #0a0b0d; color: #fff; opacity: 1; transition: opacity .8s ease; }
.intro-pending .site-intro, .intro-leaving .site-intro { display: flex; }
.intro-pending body { overflow: hidden; }
.intro-leaving .site-intro { opacity: 0; pointer-events: none; }
.intro-line { display: flex; align-items: center; min-height: 1.4em; max-width: calc(100% - 40px); font-size: clamp(1.0625rem, 3.4vw, 2.75rem); font-weight: 700; letter-spacing: .04em; line-height: 1.4; white-space: nowrap; }
.intro-cursor { flex: 0 0 2px; width: 2px; height: 1.05em; margin-left: 8px; background: #5fa4dd; animation: cursor-blink 1s steps(1) infinite; }
#intro-text { min-width: 0; white-space: normal; overflow-wrap: anywhere; text-align: center; }
.intro-skip { position: absolute; bottom: max(28px, env(safe-area-inset-bottom)); right: max(28px, env(safe-area-inset-right)); min-width: 88px; min-height: 44px; padding: 8px 16px; color: #fff; background: transparent; border: 1px solid #616975; border-radius: 999px; font-size: .8125rem; letter-spacing: .1em; }
.intro-skip:hover { background: #242931; }
.intro-pending .hero-eyebrow, .intro-pending .hero-title-line > span, .intro-pending .hero-lead, .intro-pending [data-motion-stage] .motion-art { animation-play-state: paused !important; }
/* Static geometry is the default; only a stage's own artwork enters once. */
.motion-art { --reveal-duration: 1.05s; --reveal-delay: 0s; --enter-x: -36px; --enter-y: 24px; --tilt: 0deg; --level: 1; transform: translate3d(0,0,0) rotate(var(--tilt)); opacity: var(--level); }
.motion-entering > .motion-art { animation: shape-reveal var(--reveal-duration) cubic-bezier(.16,.8,.22,1) var(--reveal-delay) 1 both; }
.motion-entering > .motion-art + .motion-art { --reveal-delay: .12s; }
@keyframes shape-reveal {
  from { transform: translate3d(var(--enter-x),var(--enter-y),0) rotate(calc(var(--tilt) - 2deg)); opacity: 0; }
  to { transform: translate3d(0,0,0) rotate(var(--tilt)); opacity: var(--level); }
}
/* The approved narrow geometry lifts the footage with a restrained color dodge. */
.hero-thin-stage { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-thinbolt { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; mix-blend-mode: color-dodge; fill: #91a6bb; }
.hero-thinbolt.motion-art { --reveal-duration: 1.2s; --enter-x: -44px; --enter-y: 30px; --level: 1; opacity: 1; transform-origin: 50% 50%; }
/* Applied only after the entrance controller is ready; no static flash before entry. */
.motion-pending > .motion-art { opacity: 0; }
/* Section backgrounds own their stages; card entrances never inherit a section trigger. */
.has-section-shape { position: relative; overflow: hidden; }
.has-section-shape > .container { position: relative; z-index: 1; }
.section-shapes { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.section-brand { position: absolute; overflow: visible; --reveal-duration: 1.2s; --enter-x: -30px; --enter-y: 20px; }
.bg-works { top: -3rem; right: -14rem; width: 44rem; height: 28rem; fill: #d9e5f0; --tilt: -10deg; }
.bg-services { top: -11rem; right: -22rem; width: 70rem; height: 43rem; fill: #d2e2f0; --tilt: 5deg; }
.bg-representative { top: -9rem; right: -15rem; width: 50rem; height: 54rem; fill: #e0edf7; --tilt: -12deg; }
.bg-recruit { bottom: -4rem; right: -8rem; width: 64rem; height: 40rem; fill: #749bc0; --level: .32; --tilt: -8deg; }
.bg-news { bottom: -8rem; left: -17rem; width: 40rem; height: 29rem; fill: #dbe8f3; --tilt: 7deg; }
.bg-contact { top: -12rem; right: -14rem; width: 43rem; height: 45rem; fill: #98b9d7; --level: .24; --tilt: 14deg; }
.bg-company { bottom: -10rem; right: -13rem; width: 37rem; height: 29rem; fill: #7195b7; --level: .22; --tilt: -9deg; }
@keyframes cursor-blink { 50% { opacity: 0; } }
@keyframes hero-title-rise { from { transform: translateY(110%); } to { transform: translateY(0); } }

/* BUSINESS — concise company definition directly after the hero. */
.business-section { position: relative; overflow: hidden; background: var(--white); }
.business-inner { position: relative; display: block; text-align: center; }
.business-brand-stage { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.business-brand { position: absolute; top: 8%; left: -30rem; width: 62rem; height: 63rem; fill: #dce9f5; }
.business-inner .section-heading { margin-bottom: 2.5rem; }
.business-inner .section-ja { font-size: clamp(2rem, calc(1.5rem + 1vw), 2.5rem); }
.business-statement { min-width: 0; max-width: 66rem; margin-inline: auto; font-size: clamp(2rem, calc(1.25rem + 2vw), 3.125rem); font-weight: 500; line-height: 1.75; letter-spacing: .01em; }
.business-intro { display: block; margin-bottom: .7rem; font-size: .65em; letter-spacing: .04em; }
.business-intro .jp-kana { font-size: .8em; }
.business-sentence { display: block; }
.business-keyword { color: var(--blue); font-weight: 700; }
.business-description { max-width: 42em; margin: 1.75rem auto 0; color: var(--body); font-size: 1.0625rem; line-height: 2.05; text-wrap: wrap; }
.business-mission { min-width: 0; max-width: 48rem; margin: 4rem auto 0; padding-top: 2.75rem; border-top: 1px solid #cfd8e1; }
.business-mission h3 { margin-top: 1rem; font-size: clamp(2.25rem, calc(1.5rem + 2vw), 3.5rem); font-weight: 500; line-height: 1.7; }
.business-mission h3 strong { font-weight: 700; }
.mission-description { max-width: 42em; margin: 1.5rem auto 0; color: var(--body); font-size: 1rem; line-height: 2.1; }
.vision-label-ja { display: block; margin-top: .5rem; color: var(--body); font-size: .75rem; font-weight: 500; letter-spacing: .08em; }
.vision-flow { margin: 1.5rem auto 0; font-size: 1rem; line-height: 2.3; }
.vision-flow > span { display: block; }
.vision-flow strong, .vision-closing strong { color: var(--blue); font-weight: 700; }
.vision-arrow { display: inline-block; margin-left: .35em; color: var(--blue); }
.vision-closing { margin-top: 1.5rem; font-size: 1rem; line-height: 2.1; }

/* WORKS — the reference's three-card layout, explicitly awaiting approved cases. */
.works-section { background: #f5f7f9; overflow: hidden; }
.works-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; align-items: start; }
.work-card { min-width: 0; }
.work-card:nth-child(2) { margin-top: 3rem; }
.work-card:nth-child(3) { margin-top: 1.25rem; }
.work-visual { position: relative; isolation: isolate; height: clamp(12.5rem, 18vw, 16.25rem); overflow: hidden; padding: 1.25rem; background: #d9eafa; }
.work-number { position: relative; z-index: 2; display: inline-block; padding: .15rem .35rem; background: #d9eafa; color: var(--navy); font-size: 1.125rem; font-weight: 500; line-height: 1.4; letter-spacing: .03em; }
.work-brand { position: absolute; overflow: visible; }
.work-brand-main { left: -15%; top: -9%; width: 140%; height: 145%; fill: #3479b8; }
.work-brand-accent { left: 48%; top: 8%; width: 78%; height: 84%; fill: #e6b949; }
.work-card:nth-child(2) .work-visual { background: #2163a7; }
.work-card:nth-child(2) .work-number { background: #2163a7; color: #fff; }
.work-card:nth-child(2) .work-brand-main { left: auto; right: 3.25rem; top: -7rem; width: 32rem; height: 32rem; fill: #bddaf2; }
.work-card:nth-child(2) .work-brand-accent { left: -28%; top: 42%; width: 110%; height: 90%; fill: #f1cc67; }
.work-card:nth-child(3) .work-visual { background: #f4d576; }
.work-card:nth-child(3) .work-number { background: #f4d576; }
.work-card:nth-child(3) .work-brand-main { left: -7%; top: 8%; width: 146%; height: 156%; fill: #28699f; }
.work-brand-echo { left: -30%; top: -19%; width: 154%; height: 164%; fill: #fbf8ed; }
.work-card-copy { padding: 1.5rem 0 .5rem; }
.work-card-copy .eyebrow { color: var(--body); font-size: .875rem; font-weight: 500; }
.work-card-copy h3 { margin-top: .625rem; font-size: clamp(1.375rem, calc(1rem + .75vw), 1.75rem); font-weight: 500; }
.work-card-copy > p:last-child { margin-top: .875rem; color: var(--body); font-size: 1rem; }

/* SERVICE — verified JET School scope, not U PLUS's unrelated service claims. */
.services-section { position: relative; background: var(--white); }
.section-lead { margin-top: 1.5rem; max-width: 44em; color: var(--body); font-size: 1.0625rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; align-items: stretch; }
.service-card { display: flex; flex-direction: column; min-width: 0; padding: 0 1.75rem 2.25rem; border: 1px solid #d9e1e8; border-radius: 2px; background: var(--white); color: var(--navy); box-shadow: 0 4px 12px rgba(23,43,67,.035); }
.service-card:first-child { background: var(--navy); color: var(--white); border-color: var(--navy); }
.service-card:nth-child(3) { background: #edf2f7; border-color: #edf2f7; box-shadow: none; }
.service-card > * { min-width: 0; overflow-wrap: anywhere; }
.service-visual { position: relative; isolation: isolate; height: 14rem; flex: 0 0 auto; overflow: hidden; margin: 0 -1.75rem 2rem; }
.service-number { position: absolute; z-index: 2; top: 1.5rem; right: 1.5rem; padding: .15rem .35rem; background: var(--white); color: var(--blue); font-size: 1.25rem; font-weight: 500; line-height: 1.4; letter-spacing: .03em; }
.service-card:first-child .service-number { background: var(--navy); }
.service-card:nth-child(3) .service-number { background: #edf2f7; }
.service-brand { position: absolute; overflow: visible; }
.service-brand-main { left: -24%; top: -9%; width: 138%; height: 145%; fill: #5b9cd8; }
.service-brand-accent { left: -22%; top: -9%; width: 139%; height: 145%; fill: #d8e9f8; }
.service-card:nth-child(2) .service-brand-main { left: auto; right: 3.25rem; top: -7rem; width: 32rem; height: 32rem; fill: #2c6faa; }
.service-card:nth-child(2) .service-brand-accent { left: 26%; top: 55%; width: 105%; height: 85%; fill: #d8ab38; }
.service-card:nth-child(3) .service-brand-main { left: -18%; top: 6%; width: 112%; height: 105%; fill: #337dbb; }
.service-brand-echo { left: 33%; top: -24%; width: 130%; height: 145%; fill: none; stroke: #8eabc6; stroke-width: 7px; }
.service-card .eyebrow { font-size: .875rem; font-weight: 500; letter-spacing: .1em; }
.service-card h3 { margin: 1rem 0 2.5rem; font-size: clamp(2.5rem, calc(1.75rem + 1.5vw), 3.125rem); font-weight: 500; line-height: 1.45; }
.service-subject { display: block; margin-bottom: .35em; font-size: .64em; vertical-align: baseline; }
.service-card h3 strong { display: block; font-weight: 700; }
.service-card > p:last-child { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid #cfd8e1; color: var(--body); font-size: 1rem; line-height: 1.9; }
.service-card:first-child .service-number, .service-card:first-child .eyebrow { color: #bdd7f2; }
.service-card:first-child > p:last-child { color: #edf2f7; border-top-color: #506174; }
.school-link-panel { display: grid; grid-template-columns: minmax(0,.35fr) minmax(0,.65fr); gap: 1.25rem 3rem; align-items: center; margin-top: 4rem; padding-block: 3rem; border-block: 1px solid #cfd8e1; }
.school-link-panel > * { min-width: 0; }
.school-link-panel img { grid-row: 1 / 3; width: 200px; }
.school-link-panel .eyebrow { margin-bottom: .75rem; font-size: .875rem; }
.school-link-panel > div > p:last-child { color: var(--body); font-size: 1rem; }
.button-link { grid-column: 2; justify-self: start; display: inline-flex; align-items: center; justify-content: space-between; max-width: 100%; gap: 1.5rem; padding: 1rem 1.5rem; border-radius: 2px; background: var(--blue); color: var(--white); font-size: clamp(1.125rem, calc(1rem + .35vw), 1.375rem); font-weight: 700; transition: background .2s ease; }
.button-link:hover { background: var(--blue-deep); }
.button-link > span { display: inline-block; transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.button-link:is(:hover,:focus-visible) > span { transform: translate(3px,-3px); }

.representative-section { background: var(--white); }
.representative-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.representative-photo { position: relative; isolation: isolate; width: 100%; max-width: 480px; aspect-ratio: 4 / 5; }
.representative-photo::before { content: ""; position: absolute; z-index: -1; inset: 1.5rem -1.25rem -1.25rem 1.5rem; background: #cde3f7; clip-path: polygon(0 0,100% 0,100% 82%,78% 100%,0 100%); }
.representative-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; box-shadow: 0 8px 24px rgba(23,43,67,.07); }
.representative-copy { min-width: 0; }
.representative-copy .section-heading { margin-bottom: 2.75rem; }
.representative-role { color: var(--body); font-size: 1rem; }
.representative-copy h3 { margin-top: 1rem; font-size: clamp(3.25rem, calc(1.375rem + 3.125vw), 4.5rem); font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.representative-copy h3 span { display: block; margin-top: .625rem; font-size: 1.125rem; font-weight: 500; }
.representative-name { margin-top: 8px; color: var(--blue); font-size: .875rem; font-weight: 500; letter-spacing: .1em; }
.representative-profile { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); max-width: 36em; color: var(--body); font-size: 1rem; }

.recruit-section { position: relative; isolation: isolate; overflow: hidden; background: #153451; color: var(--white); min-height: 550px; }
.recruit-backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(12,36,61,.93), rgba(13,44,77,.66) 55%, rgba(19,53,84,.32)), url("../img/hero-tokyo-poster-wide.jpg") 50% 64% / cover; }
.recruit-inner { padding-block: 2.5rem; }
.recruit-section .section-en, .recruit-section .section-ja { color: var(--white); }
.recruit-section .section-en { color: #b4d4f3; }
.recruit-inner h3 { max-width: 58rem; font-size: clamp(2.75rem, calc(1.75rem + 2.5vw), 4rem); font-weight: 400; line-height: 1.65; letter-spacing: .01em; }
.recruit-inner h3 strong { font-weight: 700; }
.recruit-description { max-width: 34em; margin-top: 22px; color: #e2edf8; }
.recruit-status { display: flex; align-items: center; gap: .75rem; max-width: 100%; margin-top: 2rem; font-size: 1rem; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #a4cff6; flex: 0 0 auto; }

/* NEWS — no fabricated dates or publication announcements. */
.news-section > .container { display: grid; grid-template-columns: minmax(0,.55fr) minmax(0,1.45fr); gap: clamp(2rem,5vw,5rem); }
.news-list { min-width: 0; border-top: 1px solid var(--ink); }
.news-empty { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; align-items: center; padding: 32px 4px; border-bottom: 1px solid var(--line); }
.news-state { color: var(--blue); font-weight: 500; font-size: .875rem; letter-spacing: .06em; }
.news-empty p { color: var(--body); }

/* CONTACT — the live Tayori form, followed by the existing company facts. */
.contact-section { background: var(--blue); color: var(--white); padding-block: clamp(4rem,7vw,7rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 72px; align-items: center; }
.contact-section .section-en, .contact-section .section-ja { color: var(--white); }
.contact-section .section-en { color: #d7e8fb; }
.contact-section .section-ja { font-size: clamp(2rem, calc(1.25rem + 2vw), 3rem); }
.contact-section .section-heading { margin-bottom: 24px; }
.contact-description { color: #edf5fd; max-width: 36em; }
.contact-access { min-width: 0; }
.contact-form-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.7); font-weight: 700; }
.contact-form-link:hover { border-bottom-color: #fff; }
.contact-form-link:focus-visible { outline-color: #fff; }
.contact-access p { margin-top: 14px; color: #edf5fd; font-size: .875rem; line-height: 1.8; }
.contact-form { max-width: 980px; margin-top: 48px; border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: 0 16px 48px rgba(13,43,75,.13); }
.contact-frame { display: block; width: 100%; height: 1740px; border: 0; background: var(--white); }

/* Company facts plus two menu columns, with no separate company page. */
.site-footer { background: var(--navy); color: var(--white); padding-block: 72px 26px; }
.footer-main { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 100px; padding-bottom: 52px; }
.footer-brand .wordmark { font-size: 1.75rem; }
.footer-symbol { display: grid; place-items: center; width: 52px; height: 43px; border-radius: 6px; background: var(--white); }
.footer-symbol img { width: 43px; height: 32px; }
.company-info { margin-top: 32px; }
.company-info h2 { font-size: 1.25rem; font-weight: 500; }
.company-info h2 span { margin-left: 18px; color: #b6c9dc; font-size: .8125rem; letter-spacing: .14em; }
.company-list { margin-top: 1.5rem; font-size: 1rem; }
.company-list > div { display: grid; grid-template-columns: minmax(0,.3fr) minmax(0,.7fr); gap: 1rem; padding-block: .875rem; border-bottom: 1px solid rgba(221,234,247,.16); }
.company-list dt { color: #b6c9dc; }
.company-list dd { color: #f0f5fa; }
.footer-nav { padding-top: 12px; color: #d7e3ef; font-size: 1rem; }
.footer-menu-title { margin-bottom: 20px; color: #fff; font-weight: 700; letter-spacing: .14em; }
.footer-menu-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.footer-menu-columns a { display: block; width: fit-content; min-height: 44px; padding-block: 9px; }
.footer-nav a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; color: #b6c9dc; border-top: 1px solid rgba(221,234,247,.16); }
.footer-bottom small { font-size: .8125rem; letter-spacing: .06em; }
.footer-bottom > a { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: .8125rem; letter-spacing: .08em; }
.display-settings { min-width: 0; max-width: 100%; }
.display-settings summary { display: flex; align-items: center; gap: .75rem; width: fit-content; max-width: 100%; min-height: 44px; padding-block: .5rem; color: #d7e3ef; font-size: .875rem; letter-spacing: .06em; cursor: pointer; list-style: none; }
.display-settings summary::-webkit-details-marker { display: none; }
.display-settings summary::after { content: ""; flex: 0 0 auto; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.display-settings[open] summary::after { transform: rotate(225deg); }
.display-settings summary:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.display-settings :focus-visible { outline-color: #bdd7f2; }
.display-settings-controls { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; max-width: 100%; padding-block: .25rem .75rem; }
.display-settings .video-toggle { min-width: 0; max-width: 100%; padding: .5rem 0; border: 0; border-radius: 0; background: transparent; color: #d7e3ef; font-size: .875rem; line-height: 1.6; text-align: left; }
.display-settings button:hover:not(:disabled) { background: transparent; color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.display-settings .playback-icon { flex: 0 0 auto; }

/* Content stays visible without scripts. Only entering sections animate. */
.reveal { opacity: 1; }
.reveal.is-entering { animation: section-enter .75s cubic-bezier(.2,.7,.2,1) both; }
.works-grid > .reveal:nth-child(2), .services-grid > .reveal:nth-child(2) { animation-delay: .08s; }
.works-grid > .reveal:nth-child(3), .services-grid > .reveal:nth-child(3) { animation-delay: .16s; }
.representative-copy.reveal { animation-delay: .12s; }
@keyframes section-enter { from { opacity: .55; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1200px) {
  .header-inner { gap: 18px; padding-inline: 24px; }
  .site-nav { gap: 14px; font-size: .8125rem; }
  .nav-cta { gap: 14px; padding-inline: 18px; }
  .wordmark { font-size: 1.25rem; gap: 8px; }
}
@media (max-width: 1050px) {
  :root { --header-height: 76px; }
  .site-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .mobile-nav { display: block; flex-shrink: 0; }
  .mobile-nav summary { position: relative; display: grid; align-content: center; gap: 7px; width: 44px; height: 44px; padding: 10px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; height: 1.5px; width: 24px; background: var(--ink); transition: transform .2s ease; }
  .mobile-nav[open] summary span:first-child { transform: translateY(4.25px) rotate(45deg); }
  .mobile-nav[open] summary span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
  .mobile-nav nav { position: absolute; left: 0; right: 0; top: 100%; padding: 12px var(--gutter) 22px; max-height: calc(100svh - var(--header-offset, var(--header-height))); overflow-y: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 18px 24px rgba(20,42,69,.09); }
  .mobile-nav nav a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .mobile-nav nav a span[lang] { color: var(--body); font-size: .8125rem; letter-spacing: .04em; }
  .mobile-nav nav a:last-child { color: var(--blue); }
  .works-grid { gap: 1.25rem; }
  .services-grid { gap: 1.25rem; }
  .service-card { padding-inline: 1.25rem; }
  .service-visual { margin-inline: -1.25rem; }
  .news-section > .container { grid-template-columns: minmax(0,1fr); gap: 1rem; }
  .footer-main { gap: 60px; }
  .contact-grid { gap: 40px; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; --header-height: 72px; --section-space: 5rem; }
  .header-inner { padding: 10px 16px; gap: 12px; }
  .wordmark { font-size: 1.125rem; gap: 6px; letter-spacing: .035em; }
  .wordmark img { width: 34px; height: 27px; }
  .nav-cta { max-width: 100%; gap: 10px; padding: 10px 14px; font-size: .875rem; white-space: normal; }
  .hero-inner { min-height: clamp(38rem, calc(92svh - var(--header-height)), 48rem); padding-block: 5rem 5rem; }
  .hero h1 { margin-top: 1.5rem; font-size: clamp(3.125rem, calc(2rem + 5.5vw), 4.25rem); line-height: 1.4; letter-spacing: .01em; }
  .hero-thinbolt.motion-art { --enter-x: -24px; --enter-y: 18px; }
  .bg-works { top: 0; right: -11rem; width: 28rem; height: 24rem; --level: .8; }
  .bg-services { top: -6rem; right: -17rem; width: 42rem; height: 34rem; }
  .bg-representative { top: 30rem; right: -26rem; width: 47rem; height: 50rem; }
  .bg-recruit { bottom: -7rem; right: -23rem; width: 52rem; height: 40rem; --level: .25; }
  .bg-news { bottom: -4rem; left: -21rem; width: 35rem; height: 27rem; }
  .bg-contact { top: -10rem; right: -25rem; width: 43rem; height: 45rem; }
  .bg-company { bottom: -7rem; right: -18rem; width: 32rem; height: 29rem; }
  .hero-eyebrow { font-size: .875rem; letter-spacing: .1em; }
  .hero-lead { margin-top: 28px; font-size: 1rem; max-width: 24em; }
  .hero::before { background: linear-gradient(90deg, rgba(8,22,38,.77), rgba(8,22,38,.3) 85%), linear-gradient(0deg, rgba(8,22,38,.5), transparent 68%); }
  .hero-poster img, .hero-video { object-position: 50% 50%; }
  .hero-bottom { gap: 14px; flex-wrap: wrap; margin-top: 42px; }
  .hero-scroll { gap: 10px; }
  .video-toggle { padding-inline: 12px; }
  .circle-arrow { width: 38px; height: 38px; }
  .section-heading { margin-bottom: 2.25rem; }
  .section-ja { margin-top: .75rem; font-size: clamp(1.75rem, calc(1.25rem + 2vw), 2.25rem); }
  .mobile-only { display: initial; }
  .desktop-break { display: none; }
  .business-inner .section-heading { margin-bottom: 2rem; }
  .business-statement { font-size: clamp(1.75rem, calc(1.25rem + 2.5vw), 2.25rem); line-height: 1.85; }
  .business-description, .mission-description { font-size: 1rem; text-align: left; }
  .business-description { text-wrap: wrap; text-wrap: pretty; }
  .business-brand { left: -43rem; --level: .75; }
  .business-mission { margin-top: 2.75rem; padding-top: 2rem; }
  .business-mission h3 { font-size: clamp(1.875rem, calc(1.25rem + 3vw), 2.5rem); }
  .works-grid { grid-template-columns: minmax(0,1fr); gap: 1.5rem; }
  .work-card:nth-child(2), .work-card:nth-child(3) { margin-top: 0; }
  .work-visual { height: clamp(12.5rem, 64vw, 16.25rem); }
  .work-card-copy { padding: 1.25rem 0 .5rem; }
  .services-grid { grid-template-columns: minmax(0,1fr); gap: 1.5rem; }
  .service-card { padding: 0 1.5rem 2rem; }
  .service-visual { height: 14rem; margin-inline: -1.5rem; margin-bottom: 1.75rem; }
  .service-card h3 { margin-bottom: 1.75rem; font-size: clamp(2.5rem, calc(1.75rem + 2vw), 3rem); }
  .school-link-panel { grid-template-columns: minmax(0,1fr); justify-items: start; gap: 1.5rem; margin-top: 2.5rem; padding-block: 2rem; }
  .school-link-panel img { grid-row: auto; width: 160px; }
  .school-link-panel .button-link { grid-column: 1; gap: 1rem; padding: 1rem; }
  .representative-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .representative-photo { max-width: 420px; }
  .representative-photo::before { inset: .75rem -.5rem -.75rem .75rem; }
  .representative-copy .section-heading { margin-bottom: 2rem; }
  .representative-copy h3 { font-size: clamp(1.875rem, calc(1rem + 4.5vw), 2.625rem); }
  .recruit-section { min-height: 0; }
  .recruit-inner { padding-block: 1.5rem; }
  .recruit-inner h3 { font-size: clamp(2.25rem, calc(1.25rem + 4vw), 3rem); }
  .recruit-backdrop { background-position: 63% 50%; }
  .news-empty { grid-template-columns: minmax(0,1fr); gap: 14px; padding-block: 26px; }
  .contact-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .contact-form { margin-top: 32px; }
  .contact-frame { height: 1800px; }
  .site-footer { padding-top: 56px; }
  .footer-main { grid-template-columns: minmax(0,1fr); gap: 36px; padding-bottom: 32px; }
  .footer-brand .wordmark { font-size: 1.5rem; }
  .footer-symbol img { width: 43px; height: 32px; }
  .footer-nav { padding-top: 0; }
  .footer-menu-columns { gap: 24px; }
}
@media (max-width: 370px) {
  .header-inner { gap: 5px; padding-inline: 12px; }
  .wordmark { font-size: 1rem; }
  .wordmark img { width: 29px; height: 24px; }
  .nav-cta { gap: 8px; padding-inline: 11px; }
  .intro-line { font-size: .9375rem; letter-spacing: .02em; }
  .footer-menu-columns { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .site-intro { display: none !important; }
  .intro-pending body { overflow: visible; }
}
