:root {
  --ink: #172329;
  --navy: #111936;
  --site-navy: #263238;
  --blue: #0095da;
  --blue-bright: #21c3ff;
  --red: #f0444b;
  --yellow: #f3e72c;
  --paper: #f4f8fa;
  --white: #fff;
  --line: #d7e0e5;
  --muted: #617078;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 28px 70px rgba(13, 29, 37, .16);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--site-navy);
}
#header {
  position: relative;
  z-index: 1;
}
#main {
  position: relative;
  z-index: 0;
}
body {
  margin: 0;
  color: var(--ink);
  background: none;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 1050px; }


h2 {
  font-weight: 600;
}
.hero {
  position: relative;
  padding: 112px 0 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(33, 195, 255, .28), transparent 23%),
    radial-gradient(circle at 11% 75%, rgba(240, 68, 75, .2), transparent 26%),
    linear-gradient(132deg, #111936 0%, #1b2e46 58%, #0d557a 100%);
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: linear-gradient(90deg, var(--red) 0 19%, var(--yellow) 19% 41%, var(--blue-bright) 41% 100%);
}

.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .09;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: skewY(-5deg) scale(1.2);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.hero-orbit::after {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(243,231,44,.12);
}
.hero-orbit-one { top: 42px; right: -180px; width: 540px; aspect-ratio: 1; }
.hero-orbit-one::after { top: 104px; left: 38px; }
.hero-orbit-two { top: 390px; left: -90px; width: 240px; aspect-ratio: 1; }
.hero-orbit-two::after { right: 10px; bottom: 34px; background: var(--red); }

.hero-copy { position: relative; z-index: 2; }
.hero-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  font: 800 12px/1.2 Arial, sans-serif;
  letter-spacing: .17em;
}
.eyebrow { color: var(--yellow); }
.hero-meta time { color: rgba(255,255,255,.66); }

.hero h1 { margin: 0; line-height: .96; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.title-small { margin-bottom: 12px; font-size: clamp(18px, 2.5vw, 30px); letter-spacing: .08em; }
.title-team {
  width: max-content;
  max-width: 100%;
  padding: 4px 14px 7px;
  color: var(--navy);
  background: var(--yellow);
  font: 900 clamp(38px, 7.2vw, 91px)/.95 Arial, sans-serif;
  letter-spacing: -.055em;
  transform: rotate(-1.1deg);
  box-shadow: 9px 9px 0 var(--red);
}
.title-main { margin-top: 28px; font-size: clamp(38px, 6vw, 78px); font-weight: 950; }

.hero-lead {
  margin: 38px 0 34px;
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: .04em;
}
.text-yellow {
  color: var(--yellow);
}
.partnership-lockup {
  display: grid;
  grid-template-columns: minmax(0, 320px) 44px minmax(0, 290px);
  align-items: center;
  width: min(760px, 100%);
  margin-bottom: 64px;
}
.partner-logo { height: 88px; display: grid; place-items: center; }
.partner-logo img { max-height: 100%; width: auto; object-fit: contain; }
.partner-ozawa { padding: 16px 22px; background: var(--white); }
.partner-dym { position: relative; overflow: hidden; }
.partner-dym img { position: absolute; top: 50%; left: 50%; width: 360px; max-width: none; max-height: none; transform: translate(-50%, -50%); }
.lockup-mark { text-align: center; font: 300 32px/1 Arial, sans-serif; }

.hero-photo-wrap { position: relative; z-index: 2; }
.hero-photo {
  position: relative;
  min-height: 480px;
  aspect-ratio: 2 / .93;
  overflow: hidden;
  box-shadow: var(--shadow);
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.hero-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,25,54,.42), transparent 40%, rgba(0,149,218,.08));
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-badge {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  min-width: 260px;
  padding: 20px 34px;
  color: var(--navy);
  background: var(--yellow);
  transform: skewX(-7deg) translateX(9px);
}
.photo-badge span, .photo-badge b { display: block; transform: skewX(7deg); }
.photo-badge span { font: 800 11px/1 Arial, sans-serif; letter-spacing: .22em; }
.photo-badge b { margin-top: 5px; font: 950 34px/.95 Arial, sans-serif; }

.ticker { padding: 20px 0; background: var(--red); color: var(--white); overflow: hidden; }
.ticker-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: max-content;
  min-width: 100%;
  font: 900 clamp(20px, 3vw, 39px)/1 Arial, sans-serif;
  letter-spacing: .02em;
  white-space: nowrap;
}
.ticker-track i { width: 11px; aspect-ratio: 1; background: var(--yellow); transform: rotate(45deg); }

.section-pad { padding: clamp(88px, 10vw, 150px) 0; }
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--blue);
  font: 900 12px/1 Arial, sans-serif;
  letter-spacing: .18em;
}
.section-label span {
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  letter-spacing: 0;
}
.section-label.light { color: var(--blue-bright); }
.section-label.light span { color: var(--navy); background: var(--yellow); }

.statement {
  margin: 0 0 42px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.35;
  letter-spacing: -.035em;
}
.statement::after {
  content: "";
  display: block;
  width: 150px;
  height: 9px;
  margin-top: 28px;
  background: linear-gradient(90deg, var(--blue) 0 44%, var(--yellow) 44% 70%, var(--red) 70%);
  transform: skewX(-20deg);
}
.lead-copy { margin: 0; font-size: clamp(16px, 1.7vw, 19px); line-height: 2.2; }
.intro{
  background: var(--paper);
  padding: 80px 0px;
}
.impact { padding: 0 0 clamp(40px, 10vw, 150px); background: var(--paper); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.impact-card {
  position: relative;
  min-height: 300px;
  padding: 34px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
}
.impact-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 120px;
  aspect-ratio: 1;
  border: 18px solid rgba(0,149,218,.13);
  border-radius: 50%;
}
.impact-index { color: var(--blue); font: 900 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.impact-card strong { display: block; margin: 48px 0 15px; font: 950 clamp(50px, 5.5vw, 76px)/.9 Arial, sans-serif; letter-spacing: -.06em; }
.impact-card strong small { margin-left: 5px; font: 900 18px/1 "Yu Gothic", sans-serif; letter-spacing: 0; }
.impact-card p { margin: 0; font-size: 14px; font-weight: 800; line-height: 1.7; }
.impact-card-pop { color: var(--navy); background: var(--yellow); border-color: var(--yellow); transform: translateY(-16px) rotate(.8deg); }
.impact-card-pop .impact-index { color: var(--navy); }
.impact-card-blue { color: var(--white); background: var(--blue); border-color: var(--blue); transform: translateY(16px); }
.impact-card-blue .impact-index { color: var(--yellow); }
.impact-card-blue::after { border-color: rgba(255,255,255,.18); }
.impact-card strong.impact-word { margin-top: 59px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; }

.story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(60px, 10vw, 140px); }
.story-heading { position: relative; }
.story h2 { margin: 0; font-size: clamp(36px, 5vw, 61px); line-height: 1.25; letter-spacing: -.04em; }
.story-body { font-size: clamp(16px, 1.6vw, 18px); line-height: 2.15; }
.story-body p { margin: 0 0 28px; }
.story blockquote {
  position: relative;
  margin: 54px 0 0;
  padding: 30px 30px 30px 38px;
  color: var(--white);
  background: var(--navy);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .06em;
}
.story blockquote::before { content: "“"; position: absolute; top: -30px; left: 14px; color: var(--yellow); font: 900 90px/1 Georgia, serif; }
.story blockquote em { color: var(--yellow); font-style: normal; }
.rhythm-lines { display: flex; align-items: flex-end; gap: 8px; height: 92px; margin-top: 58px; }
.rhythm-lines i { display: block; width: 13px; background: var(--blue); transform: skewX(-12deg); }
.rhythm-lines i:nth-child(1) { height: 32%; }
.rhythm-lines i:nth-child(2) { height: 72%; background: var(--yellow); }
.rhythm-lines i:nth-child(3) { height: 100%; background: var(--red); }
.rhythm-lines i:nth-child(4) { height: 55%; }

.team { color: var(--white); background: var(--site-navy); }
.team-panel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; }
.team-visual { position: relative; overflow: hidden; clip-path: polygon(0 0, 100% 4%, 92% 100%, 0 96%); }
.team-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,25,54,.58), transparent 55%); }
.team-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.visual-type { position: absolute; z-index: 1; bottom: 34px; left: 28px; color: var(--yellow); font: 950 clamp(44px, 7vw, 90px)/.78 Arial, sans-serif; letter-spacing: -.07em; }
.team-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(30px, 5vw, 80px); }
.team-logo { width: min(360px, 100%); margin: 8px 0 30px; }
.team h2 { margin: 0 0 30px; font-size: clamp(30px, 4vw, 42px); line-height: 1.25; }
.team h2 span { white-space: nowrap; }
.team-copy p { color: #d2dde1; font-size: 15px; line-height: 2; }
.social-links { display: grid; gap: 10px; margin-top: 24px; }
.social-links a { display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.22); transition: background .2s, color .2s, border-color .2s; }
.social-links a:hover { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.social-links span { font: 800 12px/1 Arial, sans-serif; letter-spacing: .08em; }
.social-links b { font-size: 13px; overflow-wrap: anywhere; }
.social-links i { font-size: 22px; font-style: normal; }

.profile { background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.profile-intro h2 { margin: 0 0 35px; font-size: clamp(40px, 5vw, 62px); }
.profile-intro img { width: min(420px, 100%); padding: 20px; background: var(--white); }
.profile-intro p { margin: 28px 0 0; color: var(--muted); font-size: 18px; font-weight: 800; letter-spacing: .06em; }
.company-data { margin: 55px 0 0; border-top: 3px solid var(--site-navy); }
.company-data div { display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid var(--line); }
.company-data dt, .company-data dd { margin: 0; padding: 20px 10px; }
.company-data dt { color: var(--blue); font-size: 13px; font-weight: 900; }
.company-data dd { font-size: 15px; }
.company-data a { font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 4px; }

.closing { position: relative; padding: clamp(80px, 11vw, 140px) 0; color: var(--white); background: var(--blue); overflow: hidden; }
.closing::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1.5px, transparent 1.5px); background-size: 18px 18px; }
.closing-shape { position: absolute; top: -40%; right: -7%; width: 42vw; aspect-ratio: 1; border: 70px solid rgba(243,231,44,.92); border-radius: 50%; }
.closing-inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.closing p { margin: 0; font: 900 clamp(24px, 5.5vw, 72px)/.95 Arial, sans-serif; }
.closing strong { color: var(--yellow); font-weight: 950; }
.home-link { flex: 0 0 auto; padding: 17px 22px; color: var(--navy) !important; background: var(--white); font-size: 14px; font-weight: 900; box-shadow: 7px 7px 0 var(--navy); transition: transform .2s; }
.home-link:hover { transform: translate(-3px, -3px); }

.site-footer { padding: 55px 0 24px; color: #b6c2c7; background: var(--site-navy); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 86px; border-radius: 50%; }
.footer-brand p { margin: 0; font-size: 12px; }
.footer-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px 22px; font-size: 12px; }
.footer-nav a:hover { color: var(--blue-bright); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font: 700 10px/1.4 Arial, sans-serif; letter-spacing: .04em; }

.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .global-nav { gap: 12px; font-size: 12px; }
  .brand { width: 108px; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-card { min-height: 260px; }
  .impact-card-pop, .impact-card-blue { transform: none; }
  .team-panel { grid-template-columns: 1fr; }
  .team-visual { min-height: 540px; clip-path: polygon(0 0, 100% 0, 96% 100%, 0 94%); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .top-message { display: none; }
  .site-header { height: 76px; }
  .brand { top: 6px; left: 0; width: 84px; }
  .menu-button {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    color: var(--site-navy);
    background: transparent;
    border: 1px solid var(--line);
    cursor: pointer;
  }
  .menu-label { font: 900 11px/1 Arial, sans-serif; letter-spacing: .08em; }
  .menu-icon { display: grid; gap: 4px; width: 22px; }
  .menu-icon i { height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] .menu-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav {
    position: absolute;
    top: 76px;
    right: auto;
    left: 50%;
    display: grid;
    width: 100vw;
    margin-left: -50vw;
    gap: 0;
    padding: 18px 16px 24px;
    color: var(--white);
    background: var(--site-navy);
    box-shadow: 0 18px 35px rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: .2s ease;
  }
  .global-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .global-nav a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .global-nav .nav-contact { margin-top: 10px; text-align: center; background: var(--blue); }
  .hero { padding-top: 84px; }
  .title-team { box-shadow: 6px 6px 0 var(--red); }
  .partnership-lockup { grid-template-columns: 1fr 32px 1fr; }
  .partner-logo { height: 70px; }
  .hero-photo { min-height: 360px; aspect-ratio: 1.3; clip-path: polygon(1.5% 0, 100% 0, 97% 100%, 0 100%); }
  .hero-photo img { object-position: 50% center; }
  .photo-badge { min-width: 220px; padding: 14px 26px; }
  .photo-badge b { font-size: 27px; }
  .story-grid, .profile-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 55px; }
  .rhythm-lines { display: none; }
  .profile-grid { gap: 30px; }
  .company-data { margin-top: 0; }
  .closing-inner { display: grid; align-items: start; }
  .closing-shape { width: 65vw; right: -28%; border-width: 45px; }
  .footer-grid { display: grid; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .hero { padding-top: 68px; }
  .hero-meta { gap: 10px; font-size: 9px; }
  .title-small { margin-bottom: 9px; }
  .title-team { padding-inline: 8px; }
  .title-main { margin-top: 21px; font-size: 33px; letter-spacing: -.065em; }
  .hero-lead { margin-top: 30px; }
  .desktop-only { display: none; }
  .partnership-lockup { grid-template-columns: 1fr; gap: 10px; margin-bottom: 42px; }
  .lockup-mark { font-size: 24px; }
  .partner-logo { height: auto; min-height: 70px; }
  .partner-ozawa { padding: 14px 20px; }
  .partner-dym { height: 100px; }
  .partner-dym img { width: 360px; max-width: none; max-height: none; }
  .hero-photo { min-height: 310px; aspect-ratio: .88; }
  .hero-photo img { object-position: 50% center; }
  .photo-badge { min-width: 190px; }
  .photo-badge b { font-size: 23px; }
  .ticker { padding-block: 14px; }
  .ticker-track { justify-content: flex-start; gap: 22px; transform: translateX(-20px); }
  .section-pad { padding-block: 78px; }
  .statement { font-size: 28px; letter-spacing: -.06em; }
  .impact { padding-bottom: 78px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card { min-height: 230px; }
  .impact-card strong { margin-top: 38px; font-size: 64px; }
  .impact-card strong.impact-word { margin-top: 48px; font-size: 46px; }
  .team-visual { min-height: 430px; }
  .team-copy { padding: 50px 20px; }
  .social-links a { grid-template-columns: 74px 1fr auto; gap: 8px; }
  .company-data div { grid-template-columns: 100px 1fr; }
  .company-data dt, .company-data dd { padding: 16px 7px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 70px; }
  .footer-bottom { gap: 20px; }
}

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