@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #1d4ed8;
  --blue-deep: #172554;
  --blue-bright: #2563eb;
  --blue-pale: #eff6ff;
  --cyan: #22d3ee;
  --lime: #a3e635;
  --ink: #172033;
  --muted: #64748b;
  --line: #dbe4f0;
  --paper: #fff;
  --soft: #f8fafc;
  --primary-rgb: 23, 37, 84;
  --accent-ink: #172033;
  --header-h: 99.75px;
  --header-compact-h: 75px;
  --container: 1140px;
  --ease: cubic-bezier(.2,.65,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 14.1667px;
  line-height: 28.3333px;
  letter-spacing: 1.77083px;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open, body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
ul, ol, dl, dd, p, h1, h2, h3, h4 { margin-top: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid #ffce32; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 18px; background: #fff; color: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(calc(100% - 60px), var(--container)); margin-inline: auto; }
.container--wide { width: min(calc(100% - 60px), 1296px); margin-inline: auto; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--blue); font-family: Jost, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #fff; }
.section { position: relative; padding: 108px 0; }
.section--soft { background: var(--soft); }
.section--blue { overflow: hidden; color: #fff; background: var(--blue); }
.section-title { margin-bottom: 64px; }
.section-title.center { text-align: center; }
.section-title h2, .section-title .en {
  display: block;
  margin: 0;
  color: var(--blue);
  font-family: Jost, Arial, sans-serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
}
.section-title.light h2, .section-title.light .en { color: #fff; }
.section-title .jp { display: block; margin-bottom: 14px; font-size: 14px; font-weight: 700; letter-spacing: .14em; }
.section-lead { max-width: 760px; margin-inline: auto; font-size: 17px; }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-family: Jost, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  transition: transform .25s var(--ease), background-color .25s, color .25s;
}
.btn:hover { transform: translateY(-3px); background: var(--blue-bright); }
.btn--lime { color: #133419; background: var(--lime); }
.btn--lime:hover { background: #d0ff72; }
.btn--cyan { color: #073744; background: var(--cyan); }
.btn--outline { border-color: currentColor; background: transparent; color: var(--blue); }
.btn--outline:hover { color: #fff; background: var(--blue); }
.btn--wide { min-width: 260px; }
.top-message .btn--outline { color: #fff; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  color: #fff;
  transition: height .25s var(--ease), background-color .25s, box-shadow .25s;
}
.site-header.is-compact { height: var(--header-compact-h); background: rgba(235,242,250,.88); color: var(--ink); box-shadow: none; backdrop-filter: blur(10px); }
.site-header__inner { width: min(calc(100% - 120px), 1320px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; width: 180px; align-items: center; gap: 10px; white-space: nowrap; font-family: Jost, Arial, sans-serif; font-size: 22px; font-weight: 700; letter-spacing: .08em; }
.brand__bolt { width: 24px; height: 32px; position: relative; }
.brand__bolt::before { content: ""; position: absolute; inset: 0; background: currentColor; clip-path: polygon(55% 0, 9% 51%, 43% 51%, 28% 100%, 91% 37%, 54% 37%); }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 18px; margin: 0; }
.site-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; font-family: Jost, Arial, sans-serif; font-size: 11.3333px; font-weight: 700; line-height: 18px; letter-spacing: 1.41667px; }
.site-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--lime); transition: right .25s; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { right: 0; }
.site-nav .btn { min-width: 142.5px; min-height: 43.3438px; padding: 7.5px 30px; border: 0; font-size: 14.1667px; line-height: 28.3333px; letter-spacing: 1.77083px; }
.menu-button { display: none; width: 52px; height: 52px; margin-left: auto; border: 0; border-radius: 50%; background: var(--lime); color: var(--blue); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .3s, opacity .3s; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 720px;
  height: 80svh;
  overflow: hidden;
  color: #fff;
  background: var(--blue-deep);
}
.hero::before, .page-hero::before, .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background-image:
    linear-gradient(45deg, transparent 48%, rgba(55,129,237,.38) 49% 67%, transparent 68%),
    linear-gradient(-45deg, transparent 45%, rgba(2,48,118,.65) 46% 64%, transparent 65%),
    radial-gradient(circle at 12% 28%, rgba(97,174,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 18%, rgba(97,174,255,.5) 0 1px, transparent 2px);
  background-size: 100% 100%, 100% 100%, 44px 44px, 58px 58px;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .12s var(--ease), visibility .12s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide__media { position: absolute; inset: 0; overflow: hidden; }
.photo-placeholder {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(3,55,129,.18), rgba(3,55,129,.62)),
    radial-gradient(circle at var(--fx, 62%) var(--fy, 45%), #b7c8d8 0 7%, #7e99ad 22%, #355a79 52%, #173a61 100%);
}
.photo-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .55; background: linear-gradient(115deg, transparent 8%, rgba(255,255,255,.15) 8% 9%, transparent 9% 62%, rgba(113,191,232,.18) 62% 80%, transparent 80%); }
.photo-placeholder::after { content: attr(data-label); position: absolute; right: 18px; bottom: 14px; color: rgba(255,255,255,.76); font: 700 10px/1 Jost, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.hero-slide:nth-child(1) .hero-slide__media { --fx: 70%; --fy: 34%; background: linear-gradient(90deg, rgba(2,48,118,.86), rgba(0,56,131,.34)), radial-gradient(circle at 72% 34%, #8395a4 0 8%, #3c5d73 28%, #123753 61%, #071f3c 100%); }
.hero-slide:nth-child(2) .hero-slide__media { --fx: 58%; --fy: 52%; background: linear-gradient(90deg, rgba(2,48,118,.84), rgba(0,56,131,.34)), radial-gradient(circle at 58% 52%, #a9c3d6 0 7%, #47728f 27%, #163e62 58%, #071f3c 100%); }
.hero-slide:nth-child(3) .hero-slide__media { --fx: 64%; --fy: 45%; background: linear-gradient(90deg, rgba(2,48,118,.86), rgba(0,56,131,.3)), radial-gradient(circle at 64% 45%, #94b2c4 0 7%, #3e6a88 26%, #153c60 58%, #071f3c 100%); }
.hero-slide__content { position: relative; z-index: 2; height: 100%; display: flex; align-items: flex-start; padding-top: 205px; }
.hero-copy { width: min(calc(100% - 64px), 1280px); margin-inline: auto; }
.hero-copy__word { width: 89.3%; margin: 0; font-family: Jost, Arial, sans-serif; font-size: clamp(110px, 12.55vw, 181px); line-height: .84; letter-spacing: -.045em; text-transform: uppercase; transform: scaleX(1.05); transform-origin: left top; }
.hero-copy__word span { display: block; margin-left: .51em; color: var(--lime); font-size: .8em; line-height: 1.05; }
.hero-copy__word b { color: #fff; font: inherit; font-size: 1.25em; }
.hero-copy__jp { margin: 44px 0 0; font-size: clamp(20px, 1.95vw, 28px); font-weight: 700; }
.hero-copy__mobile-break { display: none; }
.hero-pagination { position: absolute; z-index: 4; bottom: 44px; left: 50%; display: flex; gap: 14px; transform: translateX(-50%); }
.hero-pagination button { width: 44px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.hero-pagination button.is-active { background: var(--lime); }
.hero-scroll { position: absolute; z-index: 3; right: 34px; bottom: 40px; font: 700 11px/1 Jost,Arial,sans-serif; letter-spacing: .15em; writing-mode: vertical-rl; }

.top-message { padding: 130px 0 90px; }
.top-message__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.top-message h2 { margin: 0; font: 700 clamp(60px,7vw,106px)/.78 Jost,Arial,sans-serif; letter-spacing: -.05em; }
.top-message h2 span { display: block; color: var(--lime); }
.top-message h3 { margin-bottom: 32px; font-size: clamp(24px,3vw,42px); line-height: 1.55; }
.top-message__photo { aspect-ratio: 3.38/1; margin-top: 90px; --fx: 58%; --fy: 52%; }
.speed-band { position: absolute; inset: auto 0 18px; overflow: hidden; color: rgba(255,255,255,.08); font: 700 clamp(52px,8vw,120px)/1 Jost,Arial,sans-serif; white-space: nowrap; }

.solution-intro { max-width: 740px; margin: 0 auto 64px; text-align: center; }
.solution-intro h3 { font-size: clamp(24px,3vw,38px); line-height: 1.5; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.solution-card { position: relative; min-height: 500px; padding: 44px 34px 36px; border: 1px solid #dfe7f1; background: #fff; box-shadow: 0 14px 36px rgba(15,59,114,.08); }
.solution-card::before { content: ""; position: absolute; top: -1px; left: -1px; width: 40px; height: 40px; background: linear-gradient(135deg,var(--blue) 0 50%,transparent 51%); }
.solution-card h3 { min-height: 92px; font-size: 19px; line-height: 1.6; }
.solution-card__answer { margin: 20px -14px 22px; padding: 13px 14px; background: var(--blue); color: #fff; font-weight: 700; text-align: center; }
.check-list li { position: relative; padding-left: 26px; margin-bottom: 13px; font-size: 14px; line-height: 1.65; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-bright); font-weight: 800; }
.solution-card__service { margin-top: 24px; color: var(--blue); font-weight: 700; }

.service { padding-bottom: 0; }
.service-stack { position: relative; height: calc(3000px + 100svh - var(--header-compact-h)); }
.service-pin { position: sticky; top: var(--header-compact-h); height: calc(100svh - var(--header-compact-h)); overflow: hidden; }
.service-panel { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: #fff; border-top: 1px solid var(--line); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s var(--ease), visibility .2s; }
.service-panel.is-service-active { width: 100%; height: 100%; opacity: 1; visibility: visible; pointer-events: auto; }
.service-panel__body { display: grid; grid-template-columns: 94px minmax(0, 1fr); grid-template-rows: auto auto auto; column-gap: 26px; align-content: start; padding: 80px 90px 62px 120px; }
.service-panel__media { min-height: 0; --fx: 56%; --fy: 45%; }
.service-panel__no { display: flex; flex-direction: column; justify-content: center; border-right: 3px solid #e9ecf2; color: var(--blue); font-family: Jost,Arial,sans-serif; font-weight: 700; letter-spacing: .12em; }
.service-panel__no small { font-size: 13px; line-height: 1; }
.service-panel__no b { font-size: 58px; line-height: .95; }
.service-panel h3 { margin: 0; color: var(--ink); font-size: 30px; line-height: 1.48; }
.service-panel__body > p { grid-column: 1 / -1; margin: 30px 0 0; }
.service-panel__point { grid-column: 1 / -1; margin-top: 30px; padding: 30px 42px; background: #f5f5f5; }
.service-panel__point::before { content: "ここがPOINT!"; display: table; margin-bottom: 12px; padding: 2px 14px; border-radius: 99px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.service-panel__point strong { display: block; margin-bottom: 12px; color: var(--blue); font-size: 20px; }
@media (min-width: 768px) {
  .service-pin.is-exiting .service-panel__body { opacity: 0; transform: translateX(-32px); }
  .service-panel__body { transition: opacity .28s ease-out, transform .28s ease-out; }
}

.project-tabs__buttons { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #9fb3ce; }
.project-tabs__buttons button { position: relative; padding: 20px 12px; border: 0; background: transparent; color: #7d8796; cursor: pointer; font-weight: 700; }
.project-tabs__buttons button::after { content: ""; position: absolute; height: 4px; inset: auto 50% -2px; background: var(--blue); transition: inset .3s; }
.project-tabs__buttons button[aria-selected="true"] { color: var(--blue); }
.project-tabs__buttons button[aria-selected="true"]::after { inset-inline: 0; }
.project-panel { padding: 66px 0 0; opacity: 1; transition: opacity 1s; }
.project-panel[hidden] { display: none; }
.project-panel__head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.story-no { color: var(--blue); font: 700 28px/1 Jost,Arial,sans-serif; }
.project-panel h3 { font-size: clamp(28px,3.6vw,48px); line-height: 1.25; }
.project-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.project-detail h4 { color: var(--blue); font-size: 18px; }
.project-challenge { padding: 30px 34px; border-radius: 7px; background: #fff; box-shadow: 0 14px 38px rgba(23,59,110,.06); }
.project-challenge span { display: inline-block; margin-bottom: 8px; padding: 2px 18px; border-radius: 99px; background: #edf0f6; color: var(--blue); font-weight: 700; }
.project-challenge p { margin: 0; font-size: 17px; font-weight: 700; }
.project-approach > h4, .project-result > h4 { margin-bottom: 24px; padding: 10px 18px; background: #0664e8; color: #fff; }
.project-result > h4 { background: var(--blue); }
.project-approach ol { counter-reset: project-step; margin: 0; padding: 0; list-style: none; }
.project-approach li { position: relative; min-height: 54px; padding: 0 0 18px 48px; }
.project-approach li::before { counter-increment: project-step; content: counter(project-step); position: absolute; left: 0; top: -5px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #606673; }
.project-result { padding: 0; background: transparent; box-shadow: none; }
.project-reaction { margin-top: 28px; padding: 26px 30px; border-radius: 7px; background: #fff; }
.project-reaction h4 { margin-bottom: 6px; color: var(--blue); }

.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; counter-reset: flow; }
.flow-card { position: relative; padding: 28px 24px; border-top: 3px solid var(--blue); background: #fff; box-shadow: 0 10px 30px rgba(15,59,114,.06); }
.flow-card::before { counter-increment: flow; content: "0" counter(flow); display: block; margin-bottom: 18px; color: var(--blue); font: 700 14px/1 Jost,Arial,sans-serif; }
.flow-card h3 { font-size: 19px; }
.flow-card p { margin-bottom: 0; font-size: 14px; }

.mission { text-align: center; }
.mission::after { content: ""; position: absolute; width: min(70vw, 980px); aspect-ratio: 2/1; left: 50%; top: 50%; border: 1px solid rgba(88,170,255,.22); transform: translate(-50%,-50%) rotate(45deg); pointer-events: none; }
.mission__body { position: relative; z-index: 1; max-width: 900px; margin-inline: auto; }
.mission h3 { margin-bottom: 40px; font-size: clamp(24px,3vw,40px); }
.mission p { text-align: left; }

.faq-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }
.faq-list { margin: 0; }
.faq-item { border-bottom: 1px solid #b7c7dc; }
.faq-question { width: 100%; display: grid; grid-template-columns: 48px 1fr 28px; gap: 12px; align-items: center; padding: 25px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-q { color: var(--blue); font: 700 20px/1 Jost,Arial,sans-serif; }
.faq-toggle { width: 26px; height: 26px; position: relative; border-radius: 50%; background: var(--blue); }
.faq-toggle::before, .faq-toggle::after { content:""; position: absolute; top: 12px; left: 7px; width: 12px; height: 2px; background: #fff; }
.faq-toggle::after { transform: rotate(90deg); transition: transform .25s; }
.faq-question[aria-expanded="true"] .faq-toggle::after { transform: rotate(0); }
.faq-answer { overflow: hidden; padding: 0 40px 24px 60px; color: #475365; }
.faq-answer[hidden] { display: none; }

.contact-cta { background: var(--blue); color: #fff; }
.contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-cta h2 { margin: 0 0 15px; font: 700 clamp(54px,7vw,96px)/.9 Jost,Arial,sans-serif; }
.contact-cta p { margin-bottom: 0; font-size: 18px; }

.recruit-intro { text-align: center; }
.recruit-intro__photo { aspect-ratio: 2/1; --fx: 50%; --fy: 68%; background: linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.12)), radial-gradient(circle at 50% 68%, #e7db78 0 10%, #cabf65 26%, #a6af9a 52%, #dce8ef 100%); }
.recruit-intro__slogan {
  position: absolute;
  z-index: 2;
  isolation: isolate;
  inset: 50% auto auto 50%;
  width: min(calc(100% - 60px), 900px);
  margin: 0;
  font-size: clamp(30px,4vw,62px);
  line-height: 1.35;
  text-align: center;
  writing-mode: horizontal-tb;
  text-shadow:
    0 0 4px rgba(255,255,255,.96),
    0 0 14px rgba(255,255,255,.86),
    0 0 28px rgba(255,255,255,.68);
  transform: translate(-50%,-50%);
}
.recruit-intro__slogan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -36px -42px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.54) 0%, rgba(255,255,255,.28) 48%, rgba(255,255,255,0) 76%);
  filter: blur(12px);
}
.recruit-message { max-width: 820px; margin-inline: auto; text-align: center; }
.recruit-message h3 { font-size: clamp(24px,3vw,38px); }

.merits-section { padding: 0; }
.merits-section [data-slider] { width: 100%; height: 711.281px; min-height: 711.281px; padding: 0 max(30px, calc((100% - 1140px) / 2)) 108px; overflow: hidden; }
.merits-section .section-title { padding-top: 0; margin-bottom: 48px; }
.merits-viewport { overflow: hidden; }
.merits-track { display: flex; gap: 30px; transition: transform .55s var(--ease); will-change: transform; }
.merit-card { flex: 0 0 450px; min-width: 0; }
.merit-card__media { aspect-ratio: 600/338; margin-bottom: 24px; --fx: 52%; --fy: 48%; }
.merit-card__no { color: var(--lime); font: 700 14px/1 Jost,Arial,sans-serif; }
.merit-card h4 { margin-top: 12px; font-size: 17px; line-height: 1.6; }
.slider-controls { display: flex; align-items: center; gap: 18px; margin-top: 38px; }
.slider-button { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.slider-button:disabled { opacity: .35; cursor: not-allowed; }
.slider-progress { flex: 1; height: 4px; background: rgba(255,255,255,.25); }
.slider-progress span { display: block; height: 100%; width: 33.333%; background: var(--lime); transition: transform .45s, width .45s; transform-origin: left; }

.person-panel { max-width: 1080px; margin: -20px auto 0; padding: 70px 70px 54px; border-radius: 4px; background: #fff; color: var(--ink); }
.person-core { display: grid; grid-template-columns: 1fr 260px 1fr; gap: 32px; align-items: center; }
.person-figure { aspect-ratio: 1; position: relative; border-radius: 50%; background: radial-gradient(circle at 50% 36%, #d8e8ff 0 19%, #8dbce8 20% 34%, #124d96 35% 60%, #edf4ff 61%); }
.person-figure::after { content: "TEAM"; position: absolute; inset: auto 0 22%; color: #fff; font: 700 20px/1 Jost,Arial,sans-serif; text-align: center; letter-spacing: .2em; }
.person-list li { position: relative; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.person-list li::before { content: "◆"; margin-right: 10px; color: var(--blue); }

.career-stories { padding: 0; }
.career-grid { width: 100%; height: 727.188px; min-height: 727.188px; display: grid; grid-template-columns: repeat(2, minmax(0, 552px)); justify-content: center; align-content: center; gap: 42px 36px; padding: 108px max(30px, calc((100% - 1140px) / 2)); overflow: hidden; }
.career-grid > .section-title { grid-column: 1 / -1; margin-bottom: 0; }
.career-card { border: 0; background: transparent; text-align: left; cursor: pointer; padding: 0; box-shadow: none; }
.career-card__media { aspect-ratio: 736/416; --fx: 60%; --fy: 45%; }
.career-card__body { padding: 18px 0 0; }
.career-card__no { color: var(--blue); font: 700 13px/1 Jost,Arial,sans-serif; }
.career-card h4 { margin: 8px 0 4px; font-size: 18px; }
.career-card p { margin: 0; }
.career-card__body { height: 78px; }
.career-card p { font-size: 12px; line-height: 20px; letter-spacing: 1px; }
.career-dialog { width: 90vw; height: 90svh; max-width: none; max-height: 90svh; padding: 0; border: 0; border-radius: 12px; overflow: auto; background: #fff; box-shadow: 0 18px 70px rgba(0,18,54,.32); }
.career-dialog::backdrop { background: rgba(0,27,68,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 3; top: 30px; right: 30px; width: 50px; height: 50px; margin: 0; border: 1px solid var(--blue); border-radius: 50%; background: transparent; color: var(--blue); font-size: 25px; line-height: 1; cursor: pointer; }
.dialog-close span { position: absolute; top: 56px; left: 50%; font-size: 10px; letter-spacing: .16em; transform: translateX(-50%); }
.dialog-hero { position: relative; min-height: 435px; display: flex; align-items: end; padding: 0 90px 44px; color: #fff; --fx: 70%; --fy: 42%; }
.dialog-role { position: absolute; left: 90px; top: 39px; color: rgba(255,255,255,.9); font: 700 120px/.98 Jost,Arial,sans-serif; letter-spacing: -.02em; }
.dialog-hero h3 { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0; font-size: 30px; }
.dialog-hero h3 span { padding: 4px 10px; background: var(--blue); color: #fff; font: 700 18px/1.5 Jost,Arial,sans-serif; letter-spacing: .08em; }
.dialog-hero h3 strong { padding: 7px 18px; background: #fff; color: var(--ink); font-size: 34px; line-height: 1.4; }
.dialog-body { padding: 108px max(64px, calc((100% - 720px) / 2)) 90px; }
.interview-qa { display: grid; grid-template-columns: 1fr; gap: 26px; }
.interview-qa dt { position: relative; padding: 18px 28px; border-radius: 5px; background: var(--blue); color: #fff; font-weight: 700; }
.interview-qa dt::before { content: ""; position: absolute; left: -10px; top: 50%; border-width: 10px 10px 10px 0; border-style: solid; border-color: transparent var(--blue) transparent transparent; transform: translateY(-50%); }
.interview-qa dt span { color: var(--lime); font-family: Jost,Arial,sans-serif; font-size: 20px; }
.interview-qa dd { margin: 0; }

.jobs-preview { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.job-card { display: block; background: #fff; box-shadow: 0 12px 34px rgba(13,55,109,.1); transition: transform .25s; }
.job-card:hover { transform: translateY(-6px); }
.job-card__media { aspect-ratio: 912/512; --fx: 58%; --fy: 48%; }
.job-card__body { min-height: 180px; padding: 26px 28px; }
.job-card h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.55; }
.job-card__cat { color: var(--blue); font-size: 14px; font-weight: 700; }
.jobs-more { margin-top: 50px; text-align: center; }

.entry-cta { text-align: center; }
.entry-cta h2 { font: 700 clamp(54px,7vw,96px)/.9 Jost,Arial,sans-serif; }
.entry-cta p { margin-bottom: 34px; font-size: 20px; }

.page-hero { position: relative; min-height: 434.344px; padding: 99.75px 0 66px; overflow: hidden; color: #fff; background: var(--blue); }
.page-hero:has(+ .contact-main) { min-height: 554.344px; }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__label { font-size: 13px; font-weight: 700; }
.page-hero h1, .page-hero__en { display: block; margin: 14px 0 34px; font: 700 clamp(68px,8vw,112px)/.82 Jost,Arial,sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.breadcrumb { width: 100vw; min-height: 46px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 0 calc(50% - 50vw); padding-inline: max(30px, calc((100vw - 1140px) / 2)); font-size: 11px; line-height: 22px; letter-spacing: 1.375px; }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 8px; color: rgba(255,255,255,.55); }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

.contact-main { background: #fff; }
.contact-intro { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.phone-pill { display: inline-flex; margin-top: 20px; padding: 12px 30px; border-radius: 999px; background: var(--lime); color: #20401c; font: 700 18px/1.4 Jost,Arial,sans-serif; }
.contact-form { width: min(100%, 636px); margin-inline: auto; padding: 0 5.5px; border-radius: 0; background: transparent; }
.field { margin-bottom: 14px; }
.field label, .field legend { display: block; margin-bottom: 9px; font-weight: 700; }
.field fieldset { margin: 0; padding: 0; border: 0; }
.required { display: inline-block; margin-left: 8px; padding: 1px 6px; background: #ff5964; color: #fff; font-size: 10px; vertical-align: middle; }
.check-options { display: grid; gap: 8px; }
.check-options label { display: flex; align-items: center; gap: 10px; margin: 0; font-weight: 400; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea { width: 100%; min-height: 50px; padding: 10px 15px; border: 1px solid #bdc8d5; border-radius: 0; background: #fff; }
.field textarea { min-height: 200px; resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field fieldset[aria-invalid="true"] { border-color: #c91e2d; box-shadow: 0 0 0 2px rgba(201,30,45,.12); }
.field-error { min-height: 1.4em; margin: 6px 0 0; color: #b31624; font-size: 13px; }
.field-error:empty { display: none; }
.privacy-note { min-height: 174px; display: grid; align-content: center; margin: 20px 0 40px; padding: 28px 38px; background: #f5f5f5; text-align: center; font-size: 12px; }
.privacy-note p { margin: 18px 0 0; }
.privacy-note a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-consent { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; font-weight: 700; }
.privacy-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-submit { text-align: center; }
.form-status { margin: 16px 0 0; color: var(--blue); font-weight: 700; }
.form-submit button:disabled { cursor: wait; opacity: .68; transform: none; }
.thanks-card { max-width: 850px; margin-inline: auto; padding: 70px; background: #fff; text-align: center; box-shadow: 0 16px 42px rgba(14,54,105,.08); }
.thanks-card p { margin-bottom: 28px; }
.contact-page .page-hero { min-height: 554.344px; padding: 169px 0 42px; }
.contact-page .page-hero h1 { margin: 4px 0 24px; font-size: 120px; line-height: 1; }
.contact-page .site-header, .thanks-page .site-header { position: absolute; }
.contact-page .contact-main { padding: 174px 0 175px; }
.thanks-page .page-hero { min-height: 434.344px; padding: 169px 0 57px; }
.thanks-page .page-hero h1 { margin: 4px 0 22px; font-size: 120px; line-height: .9; }
.thanks-page .contact-main { min-height: 474px; padding: 104px 0 70px; background: #fff; }
.thanks-page .thanks-card { max-width: 700px; padding: 0; box-shadow: none; }
.thanks-page .thanks-card p { margin-bottom: 20px; }
.thanks-page .thanks-card .btn { min-width: 210px; min-height: 44px; margin-top: 12px; padding-block: 7px; background: #e9ecf2; color: var(--ink); }
.policy-content { width: min(calc(100% - 60px), 850px); }
.policy-content > p:first-child { margin-bottom: 54px; font-size: 16px; line-height: 2; }
.policy-content h2 { margin: 54px 0 18px; color: var(--blue); font-size: 24px; line-height: 1.5; }
.policy-content p, .policy-content li { line-height: 2; }
.policy-content ul { margin: 0; padding-left: 1.4em; list-style: disc; }
.policy-content a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.policy-content .policy-updated { margin-top: 64px; text-align: right; }
.not-found-page .thanks-card h2 { margin-bottom: 24px; font-size: 28px; line-height: 1.5; }

.jobs-layout, .job-detail-layout { width: min(calc(100% - 60px), 900px); padding: 108px 0; }
main.section:has(> .jobs-layout), main.section:has(> .job-detail-layout) { padding: 0; }
.jobs-layout { display: grid; grid-template-columns: 642px 198px; gap: 60px; }
.jobs-list { display: grid; grid-template-columns: repeat(2, 306px); gap: 30px; }
.jobs-list .job-card__media { aspect-ratio: 3 / 2; }
.jobs-list .job-card__body { min-height: 129.5px; padding: 20px; }
.jobs-list .job-card h2 { margin-bottom: 10px; font-size: 18px; line-height: 30.6px; }
.side-category { align-self: start; position: sticky; top: 110px; }
.side-category h2 { margin-bottom: 18px; color: var(--blue); font: 700 22px/1 Jost,Arial,sans-serif; letter-spacing: .13em; }
.side-category a { display: block; padding: 10px 0 10px 18px; position: relative; }
.side-category a::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); transform: translateY(-50%); }

.job-detail-layout { display: grid; grid-template-columns: 642px 198px; gap: 60px; }
.job-detail h1 { margin-bottom: 18px; font-size: 36px; line-height: 54px; letter-spacing: 1.08px; }
.job-detail__hero { aspect-ratio: 912/512; margin: 38px 0; --fx: 57%; --fy: 48%; }
.job-detail h2 { margin: 58px 0 20px; font-size: 28px; }
.job-detail__background { font-size: 15px; }
.job-spec { display: grid; grid-template-columns: 128px 1fr; margin: 0; border-top: 1px solid var(--line); }
.job-spec dt, .job-spec dd { margin: 0; padding: 15px 12px; border-bottom: 1px solid var(--line); }
.job-spec dt { color: var(--blue); font-weight: 700; }
.job-spec dd strong { display: block; margin: 2px 0 8px; }
.job-detail__actions { min-height: 61px; display: flex; justify-content: center; align-items: center; gap: 18px; margin: 50px 0 80px; }
.job-detail__actions .btn--lime { width: 240px; min-width: 240px; min-height: 60px; }
.job-detail__actions .btn--lime::before { content: ""; width: 14px; height: 10px; border: 1px solid currentColor; background: linear-gradient(35deg, transparent 47%, currentColor 48% 52%, transparent 53%), linear-gradient(-35deg, transparent 47%, currentColor 48% 52%, transparent 53%); }
.job-detail__actions .btn--outline { display: none; }
.related-jobs h2 { color: var(--blue); font-size: 18px; text-align: center; }
.related-jobs .jobs-preview { grid-template-columns: repeat(2,1fr); }
.related-jobs .job-card__body { min-height: 164px; }

@media (min-width: 1081px) {
  .site-nav li:nth-child(1) { width: 107.5px; }
  .site-nav li:nth-child(2) { width: 150px; }
  .site-nav li:nth-child(3) { width: 130px; }
  .site-nav li:nth-child(4) { width: 100px; }
  .site-nav li:nth-child(6) .btn { width: 150px; }
  .site-nav li:nth-child(-n+4) > a { width: 100%; justify-content: center; }
  .site-nav li:nth-child(-n+4) > a { font-size: 14.1667px; line-height: 28.3333px; letter-spacing: 1.77083px; }
  #solution { padding: 92px 0 0; }
  #solution .solution-intro { margin-bottom: 40px; }
  #solution .solution-card { min-height: 400px; }
  #project-stories { min-height: 1054.578px; padding-block: 108px 72px; }
  #project-stories:has(#project-panel-2:not([hidden])) { min-height: 1110.578px; }
  #project-stories:has(#project-panel-3:not([hidden])) { min-height: 1102.578px; }
  #project-stories .section-title h2 { font-size: 62px; }
  #project-stories .section-title { margin-bottom: 48px; }
  #project-stories .project-tabs__buttons { grid-template-columns: repeat(3, 232px); justify-content: center; gap: 12px; border-bottom: 2px solid var(--blue); }
  #project-stories .project-tabs__buttons button { min-height: 66px; padding: 12px; border: 1px solid var(--blue); border-radius: 7px 7px 0 0; background: var(--blue); color: #fff; font-size: 18px; }
  #project-stories .project-tabs__buttons button[aria-selected="true"] { background: #fff; color: var(--blue); }
  #project-stories .project-tabs__buttons button::after { display: none; }
  #flow { height: auto; }
  #service { margin-top: 0; }
  #service-faq { min-height: 639.438px; }
  .recruit-intro__photo { height: 900px; aspect-ratio: auto; }
  .recruit-message-section { padding-block: 320px; }
  .person-section { padding-bottom: 205px !important; }
  .home-jobs { min-height: 593px; }
  #project-faq { min-height: 808.813px; }
}

.footer { position: relative; min-height: 844.828px; overflow: hidden; padding: 108px 0; background: var(--blue); color: #fff; }
.footer__inner { position: relative; z-index: 1; }
.footer .brand { margin-bottom: 30px; font-size: 25px; }
.company-data { display: grid; grid-template-columns: 130px minmax(0,520px); max-width: 680px; margin: 0; font-size: 13px; }
.company-data dt, .company-data dd { margin: 0; padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,.28); }
.company-data dt { text-align: center; }
.footer__links { margin: 30px 0 0; font-size: 12px; }
.footer__links a { text-decoration: underline; text-underline-offset: 4px; }
.footer__copy { margin: 32px 0 0; color: rgba(255,255,255,.45); font: 500 11px/1.5 Jost,Arial,sans-serif; letter-spacing: .1em; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-in .7s var(--ease) both; }
@keyframes reveal-in { from { opacity: .45; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  :root { --header-h: 75px; --header-compact-h: 61px; }
  .site-header__inner { width: calc(100% - 40px); }
  .menu-button { display: block; width: 30px; height: 48px; padding: 0; border-radius: 0; background: transparent; color: currentColor; }
  .menu-button span, .menu-button::before, .menu-button::after { width: 22px; height: 2px; margin: 5px auto; }
  .menu-button span { position: relative; }
  .menu-button span::after { content: "MENU"; position: absolute; top: 8px; left: 50%; color: currentColor; font: 500 9px/1 Jost,Arial,sans-serif; letter-spacing: 0; transform: translateX(-50%); }
  .menu-button[aria-expanded="true"] span { opacity: 1; background: transparent; }
  .menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; align-items: flex-start; justify-content: center; padding-top: 104px; background: rgba(1,55,132,.99); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .3s, visibility .3s, transform .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav ul { width: min(308px, calc(100% - 82px)); display: grid; grid-template-columns: 136px 160px; gap: 0 12px; }
  .site-nav li { width: 100%; grid-column: 1 / -1; }
  .site-nav li:nth-child(5) { grid-column: 1; }
  .site-nav li:nth-child(6) { grid-column: 2; }
  .site-nav a { width: 100%; justify-content: flex-start; min-height: 60px; font-size: 16px; }
  .site-nav li:nth-child(-n+4) a::after { content: ""; position: absolute; top: 50%; right: 7px; bottom: auto; left: auto; width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; background: transparent; transform: translateY(-50%) rotate(45deg); }
  .site-nav .btn { min-width: 0; min-height: 48px; justify-content: center; margin-top: 8px; padding: 7px 10px; font-size: 14px; }
  .site-nav li:nth-child(5) .btn::before { content: ""; width: 12px; height: 3px; border: 1px solid currentColor; transform: rotate(-45deg); }
  .site-nav li:nth-child(6) .btn::before { content: ""; width: 14px; height: 10px; border: 1px solid currentColor; background: linear-gradient(35deg, transparent 47%, currentColor 48% 52%, transparent 53%), linear-gradient(-35deg, transparent 47%, currentColor 48% 52%, transparent 53%); }
  .hero { min-height: 760px; }
  .service-panel__body { padding: 56px 48px; }
  .person-core { grid-template-columns: 1fr 220px 1fr; }
  .merits-section [data-slider] { height: 829.813px; min-height: 829.813px; padding-bottom: 126px; }
  .career-grid { height: 748.547px; min-height: 748.547px; padding-block: 96px; }
  .jobs-layout, .job-detail-layout { width: min(calc(100% - 64px), 850px); grid-template-columns: minmax(0,1fr) 180px; gap: 40px; padding: 96px 0; }
  .jobs-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .service-panel__body { grid-template-columns: 60px minmax(0, 1fr); column-gap: 12px; padding: 38px 28px 24px; font-size: 12px; line-height: 22px; letter-spacing: 1px; }
  .service-panel__no small { font-size: 10px; }
  .service-panel__no b { font-size: 42px; }
  .service-panel h3 { font-size: 22px; line-height: 1.45; }
  .service-panel__body > p { margin-top: 18px; }
  .service-panel__point { margin-top: 18px; padding: 16px 18px; }
  .service-panel__point::before { margin-bottom: 8px; }
  .service-panel__point strong { margin-bottom: 8px; font-size: 16px; }
  .jobs-layout, .job-detail-layout { grid-template-columns: minmax(0, 1fr); }
  .jobs-list .job-card__body { min-height: 145px; }
  .side-category { position: static; min-height: 224px; padding-top: 24px; border-top: 1px solid var(--line); }
  .job-detail-layout .side-category { min-height: 475px; }
  .contact-page .page-hero { min-height: 644px; }
  .thanks-page .page-hero { min-height: 504px; }
  body:not(.contact-page):not(.thanks-page) .page-hero { min-height: 504px; }
  .contact-page .contact-main { padding: 241px 0; }
}

@media (max-width: 767px) {
  :root { --header-h: 61px; }
  body { font-size: 13.1884px; line-height: 26.3768px; letter-spacing: 1.64855px; }
  .container, .container--wide { width: min(calc(100% - 54.6094px), var(--container)); }
  .section { padding: 75.3623px 0; }
  .section-title { margin-bottom: 42px; }
  .section-title h2, .section-title .en { font-size: clamp(43px, 14vw, 62px); }
  .section-title .jp { margin-bottom: 9px; font-size: 12px; }
  .btn { min-height: 50px; padding-inline: 24px; }
  .brand { width: 151px; font-size: 17px; }
  .brand__bolt { width: 20px; height: 27px; }
  .site-header__inner { width: calc(100% - 40px); }
  .menu-button { width: 30px; height: 48px; }
  .hero { min-height: 659.406px; height: 78.13svh; }
  .hero-slide__content { padding-top: 350px; }
  .hero-slide:first-child .hero-slide__content { padding-top: 381px; }
  .hero-copy { width: calc(100% - 54.6094px); }
  .hero-copy__word { width: 97%; font-size: 54px; line-height: 1.08; letter-spacing: -.045em; transform: scaleX(1.03); }
  .hero-copy__word span { margin-left: .44em; line-height: 1.35; }
  .hero-copy__jp { max-width: 330px; margin-top: 12px; font-size: 18px; line-height: 1.55; letter-spacing: 1.2px; }
  .hero-slide:first-child .hero-copy__jp { margin-top: 16px; }
  .hero-copy__mobile-break { display: inline; }
  .hero-scroll { display: none; }
  .hero-pagination { bottom: 28px; }
  .top-message { padding-top: 88px; }
  .top-message__grid { grid-template-columns: 1fr; gap: 42px; }
  .top-message h2 { font-size: 64px; }
  .top-message h3 { font-size: 25px; }
  .top-message__photo { aspect-ratio: 712/400; margin-top: 52px; }
  .solution-intro { text-align: left; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; padding: 36px 28px; }
  .solution-card h3 { min-height: 0; }
  .service-pin { top: 0; height: 100svh; }
  .service-panel { height: 100%; grid-template-columns: 1fr; grid-template-rows: 766px minmax(78px, 1fr); }
  .service-panel__body { grid-template-columns: 60px minmax(0, 1fr); column-gap: 16px; padding: 58px 27.2969px 20px; overflow: visible; }
  .service-panel__media { min-height: 0; aspect-ratio: auto; }
  .service-panel__no small { font-size: 10px; }
  .service-panel__no b { font-size: 30px; }
  .service-panel h3 { margin: 0; font-size: 20px; line-height: 1.5; letter-spacing: 1px; }
  .service-panel__body > p { margin-top: 20px; }
  .service-panel__point { margin-top: 24px; padding: 22px 20px; }
  .service-panel__point::before { margin-top: 0; margin-bottom: 8px; }
  .service-panel__point strong { margin-bottom: 8px; font-size: 18px; }
  .project-tabs__buttons { gap: 9px; border-bottom: 2px solid var(--blue); }
  .project-tabs__buttons button { min-height: 45px; padding: 6px 5px; border: 1px solid var(--blue); border-radius: 7px 7px 0 0; background: var(--blue); color: #fff; font-size: 12px; line-height: 16px; }
  .project-tabs__buttons button[aria-selected="true"] { background: #fff; color: var(--blue); }
  .project-tabs__buttons button::after { display: none; }
  .project-panel { padding-top: 44px; }
  .project-panel__head, .project-detail { grid-template-columns: 1fr; gap: 28px; }
  .project-panel__head { margin-bottom: 26px; }
  .story-no { font-size: 16px; }
  .project-panel h3 { margin: 17px 0 0; font-size: 21px; line-height: 1.5; }
  .project-challenge { padding: 20px; }
  .project-challenge p { font-size: 15px; line-height: 1.55; }
  .project-detail { gap: 28px; }
  .project-approach > h4, .project-result > h4 { margin-bottom: 16px; padding: 7px 20px; font-size: 17px; }
  .project-approach li { min-height: 0; padding: 0 0 18px 46px; line-height: 1.75; }
  .project-reaction { margin-top: 24px; padding: 20px; }
  .flow-grid { grid-template-columns: 1fr; }
  .mission { text-align: left; }
  .mission p { text-align: left; }
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .faq-question { grid-template-columns: 38px 1fr 26px; padding: 20px 0; line-height: 1.55; }
  .faq-answer { padding: 0 0 20px 50px; }
  .contact-cta__inner { align-items: flex-start; flex-direction: column; }
  .contact-cta h2 { font-size: 62px; }
  .recruit-intro__photo { aspect-ratio: 828/1400; }
  .recruit-intro__slogan { width: calc(100% - 54.6094px); font-size: 27px; line-height: 1.5; }
  .merit-card { flex-basis: 335.391px; }
  .merits-section [data-slider] { height: 540.766px; min-height: 540.766px; padding: 0 27.2969px 75.3623px; }
  .merits-section .section-title { margin-bottom: 32px; }
  .person-panel { padding: 52px 20px 34px; }
  .person-core { grid-template-columns: 1fr; }
  .person-figure { width: min(240px,80%); margin-inline: auto; grid-row: 1; }
  .career-grid { min-height: 878.063px; height: 878.063px; grid-template-columns: minmax(0, 335.391px); gap: 26px; padding: 75.3623px 27.2969px; overflow: hidden; }
  .career-grid > .section-title { grid-column: 1; }
  .career-dialog { width: 90vw; height: 90svh; max-height: 90svh; }
  .dialog-close { top: 10px; right: 10px; width: 48px; height: 48px; }
  .dialog-close span { top: 52px; }
  .dialog-hero { min-height: 377px; padding: 0 23px 23px; }
  .dialog-role { left: 23px; top: 203px; font-size: 39px; line-height: 1.02; }
  .dialog-hero h3 { font-size: 20px; }
  .dialog-hero h3 span { padding: 2px 7px; font-size: 15px; }
  .dialog-hero h3 strong { padding: 3px 8px; font-size: 20px; }
  .dialog-body { padding: 76px 32px 52px; }
  .interview-qa { gap: 28px; }
  .interview-qa dt { padding: 14px 14px; font-size: 13px; line-height: 24px; letter-spacing: .8px; }
  .interview-qa dt span { font-size: 16px; }
  .interview-qa dd { line-height: 26px; }
  .jobs-preview { grid-template-columns: 1fr; }
  .entry-cta p { font-size: 17px; }
  .page-hero { min-height: 261.031px; padding: 52.7536px 0 41.4493px; }
  .page-hero:has(+ .contact-main) { min-height: 308.125px; }
  .page-hero h1, .page-hero__en { margin-bottom: 26px; font-size: 60px; line-height: .88; }
  .breadcrumb { min-height: 47.8125px; padding-inline: 27.2969px; font-size: 10.7156px; line-height: 21.4312px; letter-spacing: 1.33945px; }
  .contact-form { width: 295.828px; padding-inline: 5px; }
  .field textarea { min-height: 208px; }
  .thanks-card { padding: 46px 22px; }
  .jobs-layout, .job-detail-layout { width: 335.391px; grid-template-columns: 1fr; gap: 37.6812px; padding: 75.3623px 0; }
  .jobs-list { grid-template-columns: 1fr; gap: 22.6087px; }
  .jobs-list .job-card__body { min-height: 125px; padding: 18px 20px; }
  .side-category { position: static; max-height: 79px; overflow: hidden; padding-bottom: 0; border-bottom: 1px solid var(--line); }
  .job-spec { grid-template-columns: 82px 1fr; }
  .job-spec dt, .job-spec dd { padding: 12px 8px; }
  .job-spec dt { font-size: 11.3043px; line-height: 22.6087px; letter-spacing: .565217px; }
  .job-spec dd { font-size: 13.1884px; line-height: 26.3768px; letter-spacing: 1.64855px; }
  .job-detail h1 { font-size: 22.6087px; line-height: 33.913px; letter-spacing: .678261px; }
  .job-detail__actions { flex-direction: row; align-items: center; gap: 10px; }
  .job-detail__actions { min-height: 67px; }
  .job-detail__actions .btn--lime { width: 263.766px; min-width: 263.766px; min-height: 65.9375px; flex: none; padding-inline: 12px; }
  .related-jobs .jobs-preview { grid-template-columns: 1fr; }
  .related-jobs .job-card__body { min-height: 148px; }
  #project-stories { min-height: 1503.5px; padding-block: 101px 49px; }
  #project-stories:has(#project-panel-2:not([hidden])) { min-height: 1575.5px; }
  #project-stories:has(#project-panel-3:not([hidden])) { min-height: 1732.5px; }
  #service .service-stack { height: calc(5042px + 100svh - var(--header-compact-h)); }
  #flow { min-height: 1200.767px; }
  .contact-cta { padding-block: 40px; }
  .person-panel { padding: 30px 20px 20px; }
  .person-panel .section-title { margin-bottom: 20px; }
  .person-figure { width: min(166px, 60%); }
  .person-list li { padding-block: 8px; }
  .home-jobs { min-height: 1009px; }
  #project-faq { min-height: 691.391px; padding-block: 40px; }
  #project-faq .faq-question { padding-block: 14px; }
  #service-faq { padding-block: 40px; }
  #service-faq .faq-question { padding-block: 16px; }
  .contact-page .page-hero { min-height: 308.125px; padding-top: 98px; padding-bottom: 28px; }
  .contact-page .page-hero h1 { margin: 0 0 19px; font-size: 48px; line-height: .87; }
  .thanks-page .page-hero { min-height: 261.031px; padding-top: 98px; padding-bottom: 25px; }
  .thanks-page .page-hero h1 { margin: 0 0 18px; font-size: 48px; line-height: .9; }
  .thanks-page .contact-main { min-height: 524px; padding: 75px 0 52px; }
  .contact-page .contact-main { padding: 100px 0 99px; }
  .contact-page .field { margin-bottom: 5.5px; }
  .privacy-note { min-height: 215px; margin: 16px 0 28px; padding: 26px 20px; }
  .privacy-consent { align-items: flex-start; text-align: left; }
  .policy-content { width: min(calc(100% - 54.6094px), 850px); }
  .policy-content > p:first-child { margin-bottom: 40px; font-size: 14px; }
  .policy-content h2 { margin-top: 42px; font-size: 20px; }
  .policy-content .policy-updated { text-align: left; }
  .not-found-page .thanks-card h2 { font-size: 22px; }
  .thanks-page .contact-main > .container { width: 335.391px; }
  .thanks-page .thanks-card { padding: 0; text-align: left; }
  .thanks-page .thanks-card p { margin-bottom: 24px; }
  .thanks-page .thanks-card .btn { width: 100%; min-width: 0; margin-top: 4px; }
  .footer { min-height: 968.109px; }
  .footer { padding-top: 68px; }
  .company-data { grid-template-columns: 94px 1fr; font-size: 11px; }
  .company-data dt, .company-data dd { padding: 9px 8px; }
}

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

/* === STAGE A image bindings: begin === */
.hero-slide:nth-child(1), .hero-slide:nth-child(2), .hero-slide:nth-child(3) {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-slide:nth-child(1) { background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .78) 40%, rgba(3, 25, 65, .16) 74%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-01.webp"); }
.hero-slide:nth-child(2) { background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .78) 40%, rgba(3, 25, 65, .16) 74%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-02.webp"); }
.hero-slide:nth-child(3) { background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .78) 40%, rgba(3, 25, 65, .16) 74%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-03.webp"); }
.top-message__photo { background: url("../images/generated/message-01.webp") center / cover no-repeat; }
#service-01 .service-panel__media, #service-02 .service-panel__media, #service-03 .service-panel__media { background-size: cover; background-repeat: no-repeat; background-position: center; }
#service-01 .service-panel__media { background-image: url("../images/generated/service-01.webp"); }
#service-02 .service-panel__media { background-image: url("../images/generated/service-02.webp"); }
#service-03 .service-panel__media { background-image: url("../images/generated/service-03.webp"); }
.recruit-intro__photo { background: url("../images/generated/recruit-01.webp") center / cover no-repeat; }
.merit-card:nth-child(1) .merit-card__media { background: url("../images/generated/merit-01.webp") center / cover no-repeat; }
.merit-card:nth-child(2) .merit-card__media { background: url("../images/generated/merit-02.webp") center / cover no-repeat; }
.merit-card:nth-child(3) .merit-card__media { background: url("../images/generated/merit-03.webp") center / cover no-repeat; }
.merit-card:nth-child(4) .merit-card__media { background: url("../images/generated/merit-04.webp") center / cover no-repeat; }
.merit-card:nth-child(5) .merit-card__media { background: url("../images/generated/merit-05.webp") center / cover no-repeat; }
.merit-card:nth-child(6) .merit-card__media { background: url("../images/generated/merit-06.webp") center / cover no-repeat; }
[data-dialog-open="career-dialog-1"] .career-card__media, [data-dialog-open="career-dialog-2"] .career-card__media { background-size: cover; background-repeat: no-repeat; background-position: center 34%; }
[data-dialog-open="career-dialog-1"] .career-card__media { background-image: url("../images/generated/career-01.webp"); }
[data-dialog-open="career-dialog-2"] .career-card__media { background-image: url("../images/generated/career-02.webp"); }
#career-dialog-1 .dialog-hero, #career-dialog-2 .dialog-hero { background-size: cover; background-repeat: no-repeat; background-position: center 34%; }
#career-dialog-1 .dialog-hero { background-image: linear-gradient(90deg, rgba(3, 20, 54, .42), rgba(3, 20, 54, .12)), url("../images/generated/career-01.webp"); }
#career-dialog-2 .dialog-hero { background-image: linear-gradient(90deg, rgba(3, 20, 54, .42), rgba(3, 20, 54, .12)), url("../images/generated/career-02.webp"); }
[data-label^="Job 01"] { background: url("../images/generated/job-01.webp") center / cover no-repeat; }
[data-label^="Job 02"] { background: url("../images/generated/job-02.webp") center / cover no-repeat; }
[data-label^="Job 03"] { background: url("../images/generated/job-03.webp") center / cover no-repeat; }
.photo-placeholder::before, .photo-placeholder::after { display: none; }

@media (max-width: 767px) {
  .hero-slide:nth-child(1) {
    background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .72) 46%, rgba(3, 25, 65, .12) 82%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-01-mobile.webp");
    background-position: center top;
  }
  .hero-slide:nth-child(2) { background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .72) 46%, rgba(3, 25, 65, .12) 82%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-02-mobile.webp"); background-position: center top; }
  .hero-slide:nth-child(3) { background-image: linear-gradient(90deg, rgba(3, 20, 54, .94) 0%, rgba(3, 25, 65, .72) 46%, rgba(3, 25, 65, .12) 82%, rgba(3, 25, 65, .04) 100%), url("../images/generated/hero-03-mobile.webp"); background-position: center top; }
  .top-message__photo { background-image: url("../images/generated/message-01-mobile.webp"); }
  .recruit-intro__photo { background-image: url("../images/generated/recruit-01-mobile.webp"); background-position: center top; }
}
/* === STAGE A image bindings: end === */

/* === PIVOP production brand: Cobalt × Cyan === */
html { color-scheme: light; }
.btn--lime,
.btn--cyan,
.phone-pill {
  color: var(--accent-ink);
}
.site-header.is-compact {
  background: color-mix(in srgb, var(--blue-pale) 90%, transparent);
}
.site-nav {
  --pivop-mobile-nav: rgba(var(--primary-rgb), .99);
}
.project-approach > h4 {
  background: var(--blue-bright);
}
.project-tabs__buttons {
  border-color: color-mix(in srgb, var(--blue) 38%, white);
}
.project-tabs__buttons button {
  color: var(--muted);
}
.project-challenge span {
  background: var(--blue-pale);
}
.faq-answer {
  color: var(--muted);
}
.mission::after {
  border-color: color-mix(in srgb, var(--lime) 30%, transparent);
}
.person-figure {
  background:
    radial-gradient(
      circle at 50% 36%,
      color-mix(in srgb, var(--cyan) 18%, white) 0 19%,
      color-mix(in srgb, var(--cyan) 58%, white) 20% 34%,
      var(--blue) 35% 60%,
      var(--blue-pale) 61%
    );
}
.career-dialog {
  box-shadow: 0 18px 70px rgba(var(--primary-rgb), .32);
}
.career-dialog::backdrop {
  background: rgba(var(--primary-rgb), .78);
}
.hero-slide:nth-child(1) {
  background-image:
    linear-gradient(
      90deg,
      rgba(var(--primary-rgb), .94) 0%,
      rgba(var(--primary-rgb), .78) 40%,
      rgba(var(--primary-rgb), .16) 74%,
      rgba(var(--primary-rgb), .04) 100%
    ),
    url("../images/generated/hero-01.webp");
}
.hero-slide:nth-child(2) {
  background-image:
    linear-gradient(
      90deg,
      rgba(var(--primary-rgb), .94) 0%,
      rgba(var(--primary-rgb), .78) 40%,
      rgba(var(--primary-rgb), .16) 74%,
      rgba(var(--primary-rgb), .04) 100%
    ),
    url("../images/generated/hero-02.webp");
}
.hero-slide:nth-child(3) {
  background-image:
    linear-gradient(
      90deg,
      rgba(var(--primary-rgb), .94) 0%,
      rgba(var(--primary-rgb), .78) 40%,
      rgba(var(--primary-rgb), .16) 74%,
      rgba(var(--primary-rgb), .04) 100%
    ),
    url("../images/generated/hero-03.webp");
}
#career-dialog-1 .dialog-hero {
  background-image:
    linear-gradient(90deg, rgba(var(--primary-rgb), .42), rgba(var(--primary-rgb), .12)),
    url("../images/generated/career-01.webp");
}
#career-dialog-2 .dialog-hero {
  background-image:
    linear-gradient(90deg, rgba(var(--primary-rgb), .42), rgba(var(--primary-rgb), .12)),
    url("../images/generated/career-02.webp");
}

@media (max-width: 1080px) {
  .site-nav {
    background: var(--pivop-mobile-nav);
  }
}

@media (max-width: 767px) {
  .hero-slide:nth-child(1) {
    background-image:
      linear-gradient(
        90deg,
        rgba(var(--primary-rgb), .94) 0%,
        rgba(var(--primary-rgb), .72) 46%,
        rgba(var(--primary-rgb), .12) 82%,
        rgba(var(--primary-rgb), .04) 100%
      ),
      url("../images/generated/hero-01-mobile.webp");
  }
  .hero-slide:nth-child(2) {
    background-image:
      linear-gradient(
        90deg,
        rgba(var(--primary-rgb), .94) 0%,
        rgba(var(--primary-rgb), .72) 46%,
        rgba(var(--primary-rgb), .12) 82%,
        rgba(var(--primary-rgb), .04) 100%
      ),
      url("../images/generated/hero-02-mobile.webp");
  }
  .hero-slide:nth-child(3) {
    background-image:
      linear-gradient(
        90deg,
        rgba(var(--primary-rgb), .94) 0%,
        rgba(var(--primary-rgb), .72) 46%,
        rgba(var(--primary-rgb), .12) 82%,
        rgba(var(--primary-rgb), .04) 100%
      ),
      url("../images/generated/hero-03-mobile.webp");
  }
  #project-faq {
    background:
      linear-gradient(
        45deg,
        #fff 0 49.5px,
        var(--soft) 49.5px 275.8px,
        #fff 275.8px
      );
  }
}
/* === PIVOP production brand: end === */
