@charset "UTF-8";
:root {
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Manrope", "Noto Sans JP", sans-serif;
}

body {
  --bgL: #EDEFF6;
  --bgL-rgb: 237, 239, 246;
  --teal: #0B1D71;
  --teal-deep: #081652;
  --ink: #18225E;
  --muted: #5F699B;
  --cream: #EEF1FA;
  --cream-70: rgba(238, 241, 250, 0.74);
  --line: rgba(24, 34, 94, 0.15);
  --line-cream: rgba(238, 241, 250, 0.26);
  --accent: #B8852F;
  --dark-accent: oklch(0.83 0.11 82);
  --orange: #C79447;
  --darkglass: rgba(8, 18, 70, 0.84);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-jp);
  background: var(--bgL);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.9s var(--ease);
}

body.dark {
  --ink: var(--cream);
  --muted: var(--cream-70);
  --line: var(--line-cream);
  --accent: var(--dark-accent);
}

body.dark {
  background: linear-gradient(to bottom, #0b1d71 0%, rgba(11, 29, 113, 0.738) 19%, rgba(11, 29, 113, 0.541) 34%, rgba(11, 29, 113, 0.382) 47%, rgba(11, 29, 113, 0.278) 56.5%, rgba(11, 29, 113, 0.194) 65%, rgba(11, 29, 113, 0.126) 73%, rgba(11, 29, 113, 0.075) 80.2%, rgba(11, 29, 113, 0.042) 86.1%, rgba(11, 29, 113, 0.021) 91%, rgba(11, 29, 113, 0.008) 95.2%, rgba(11, 29, 113, 0.002) 98.2%, rgba(11, 29, 113, 0) 100%), #0a1654;
  background-attachment: fixed, fixed;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.en {
  font-family: var(--font-en);
}

.gridlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.gridlines i:nth-child(1) {
  left: 33.33%;
}

.gridlines i:nth-child(2) {
  left: 66.66%;
}

.gridlines i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
  transition: background 0.9s var(--ease);
}

body.dark .gridlines i {
  background: var(--line-cream);
}

main {
  position: relative;
  z-index: 1;
}

.label-row, .label-row::before, .t-item, .t-item .no, .t-item h3, .t-item h3 em, .t-item .t-link, .trouble-intro h2, .trouble-intro p, .stat-circle, .stat-circle b, .stat-circle span, .hero-display, .hero-copy, .hero-lead, .faq-side h2, .faq-side p, .column-head h2, .c-body h3, .c-tag, .news-row time, .news-row .title, .news-row .cat, .president-info h3, .president-info .bio, .p-name-en, .cred, .cred b, .cred span, .acc-btn, .acc-q, .acc-panel p {
  transition: color 0.9s var(--ease), border-color 0.9s var(--ease), background-color 0.9s var(--ease);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    transition: none;
  }
}
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(var(--bgL-rgb), 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.6s, color 0.6s;
}

.header.is-scrolled {
  border-color: var(--line);
}

body.dark .header {
  background: var(--darkglass);
  color: var(--cream);
  border-color: var(--line-cream);
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  height: 30px;
  width: auto;
}

.brand-logo {
  height: 22px;
  width: auto;
  display: block;
}

body.dark .header .brand-mark, body.dark .header .brand-logo {
  filter: invert(1) brightness(2);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-text strong {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-text span {
  font-size: 9.5px;
  opacity: 0.65;
  font-family: var(--font-en);
  letter-spacing: 0.14em;
}

.gnav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}

.gnav > a, .gnav .has-sub > a {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
}

.gnav > a::after, .gnav .has-sub > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.gnav > a:hover::after, .gnav .has-sub:hover > a::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  padding: 13px 28px;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s, border-color 0.25s;
  cursor: pointer;
  border: none;
  font-family: var(--font-jp);
}

.btn-fill {
  background: var(--teal);
  color: var(--cream);
}

.btn-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(17, 78, 92, 0.35);
}

body.dark .btn-fill {
  background: var(--cream);
  color: var(--teal-deep);
}

.btn-line {
  background: transparent;
  border: 1.5px solid var(--ink);
  color: var(--ink);
}

.btn-line:hover {
  background: var(--ink);
  color: var(--bgL);
  transform: translateY(-2px);
}

.btn .arrow {
  transition: transform 0.25s;
}

.btn:hover .arrow {
  transform: translateX(3px);
}

.header .btn {
  padding: 11px 22px;
  font-size: 13px;
}

.gnav .has-sub {
  position: relative;
}

.gnav .has-sub > a::before {
  content: "▾";
  font-size: 9px;
  margin-left: 5px;
  opacity: 0.5;
}

.gnav .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 236px;
  background: var(--bgL);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 20px 48px rgba(11, 29, 113, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s;
}

.gnav .has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.gnav .sub-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.gnav .sub-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 11px 14px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.gnav .sub-menu a::after {
  display: none;
}

.gnav .sub-menu a:hover {
  background: #fff;
  color: var(--accent);
}

.gnav .sub-menu a .n {
  font-family: var(--font-en);
  font-size: 11px;
  color: var(--accent);
  font-weight: 700;
}

body.dark .gnav .sub-menu {
  background: var(--teal-deep);
  border-color: var(--line-cream);
}

body.dark .gnav .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.label-row {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: border-color 0.9s;
}

.label-row::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.zone-dark .label-row {
  border-color: var(--line-cream);
  color: var(--cream);
}

.zone-dark .label-row::before {
  background: var(--orange);
}

.fv-wrap {
  position: relative;
  overflow-x: clip;
}

.fv-wrap > section {
  position: relative;
  z-index: 1;
}

.fv-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  display: grid;
  place-items: center;
  z-index: 0;
  pointer-events: none;
}

.fv-circle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

.fv-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) brightness(1.12) contrast(0.92);
}

.fv-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--bgL-rgb), var(--veil, 0.38));
}

@property --veil {
  syntax: "<number>";
  inherits: true;
  initial-value: 0.38;
}
@supports (animation-timeline: view()) {
  .fv-wrap {
    view-timeline: --fv block;
  }
  .fv-circle {
    animation: fvGrow linear both, fvFade linear both;
    animation-timeline: --fv, --fv;
    animation-range: contain 0% contain 60%, contain 86% contain 100%;
  }
  @keyframes fvGrow {
    from {
      transform: scale(1);
      --veil: 0.38;
    }
    to {
      transform: scale(var(--fv-scale, 3.8));
      --veil: 0.72;
    }
  }
  @keyframes fvFade {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
.hero {
  padding: 120px 0 56px;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.hero-display {
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hero-display .row1 {
  display: block;
  font-size: clamp(72px, 9vw, 150px);
}

.hero-display .row2 {
  display: block;
  font-size: clamp(72px, 9vw, 150px);
  margin-top: -0.04em;
}

.hero-display .row3 {
  display: block;
  font-size: clamp(44px, 5vw, 76px);
  color: var(--accent);
  margin-top: 0.05em;
}

.hero-copy {
  text-align: right;
  font-size: 24px;
  font-weight: 900;
  line-height: 2;
  margin-top: 8px;
}

.hero-copy .u {
  border-bottom: 2.5px solid var(--accent);
  color: var(--accent);
  padding-bottom: 2px;
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-top: 56px;
}

.hero-lead {
  font-size: 15.5px;
  max-width: 30em;
  text-wrap: pretty;
}

.hero-lead b {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.hero-stats {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.stat-circle {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  gap: 2px;
  background: rgba(var(--bgL-rgb), 0.6);
}

.stat-circle b {
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 700;
  color: var(--accent);
}

.stat-circle b small {
  font-size: 13px;
  font-weight: 700;
}

.stat-circle span {
  font-size: 11px;
  font-weight: 700;
}

section {
  padding: 110px 0;
  position: relative;
}

.trouble-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 56px;
  margin-top: 8px;
}

.trouble-intro {
  grid-column: 3;
  grid-row: 1/span 3;
  padding-top: 120px;
}

.trouble-intro h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 18px;
  text-wrap: pretty;
}

.trouble-intro p {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 16px;
  text-wrap: pretty;
}

.t-item {
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
  margin-top: 56px;
}

.t-item .no {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.t-item h3 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.65;
  margin-top: 18px;
  text-wrap: pretty;
}

.t-item h3 em {
  font-style: normal;
  color: var(--accent);
}

.t-item .t-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 18px;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 3px;
  transition: color 0.25s, border-color 0.25s;
}

.t-item .t-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.t-c1 {
  grid-column: 1;
}

.t-c2 {
  grid-column: 2;
}

.t-off1 {
  margin-top: 140px;
}

.t-off2 {
  margin-top: 90px;
}

.zone-dark {
  color: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
  margin-top: 64px;
  align-items: start;
}

.about-copy h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  text-wrap: pretty;
}

.about-copy > p {
  font-size: 14px;
  color: var(--cream-70);
  margin-top: 20px;
  text-wrap: pretty;
}

.about-word {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  text-align: center;
  font-family: var(--font-en);
  font-size: clamp(80px, 11vw, 170px);
  font-weight: 700;
  color: rgba(242, 239, 228, 0.06);
  letter-spacing: 0.02em;
  pointer-events: none;
  line-height: 1;
}

.about-strengths {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.s-item {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
}

.s-item .circ {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--cream-70);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  gap: 2px;
}

.s-item .circ b {
  font-family: var(--font-en);
  font-size: 19px;
  font-weight: 700;
}

.s-item .circ b small {
  font-size: 11px;
}

.s-item .circ span {
  font-size: 10px;
  font-weight: 700;
}

.s-item h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.s-item p {
  font-size: 12.5px;
  color: var(--cream-70);
  margin-top: 8px;
  text-wrap: pretty;
}

.sv-row {
  display: grid;
  grid-template-columns: 1fr 440px 1fr;
  gap: 48px;
  align-items: center;
  padding: 90px 0;
}

.sv-row + .sv-row {
  border-top: 1px solid var(--line-cream);
}

.dark-wrap {
  position: relative;
  overflow-x: clip;
}

.dark-wrap > section {
  position: relative;
  z-index: 1;
}

.img-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  display: grid;
  place-items: center;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.img-stage.is-out {
  opacity: 0;
  transform: scale(0.72);
}

.img-circle {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.img-circle .layer {
  position: absolute;
  inset: 0;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1.1s var(--ease);
}

.img-circle .layer.show {
  clip-path: circle(75% at 50% 50%);
}

.img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.94);
}

.sv-spacer {
  height: 420px;
}

.sv-spacer-img {
  display: none;
}

.sv-head .no {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  color: var(--cream-70);
}

.sv-head .fit {
  font-size: 13px;
  font-weight: 700;
  color: var(--cream-70);
  margin-top: 20px;
}

.sv-head h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 6px;
  text-wrap: pretty;
  border-bottom: 2px solid var(--cream);
  display: inline-block;
  padding-bottom: 8px;
}

.sv-head .sv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--cream-70);
  border-radius: 10px;
  padding: 15px 26px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 34px;
  transition: background 0.3s, color 0.3s;
}

.sv-head .sv-btn:hover {
  background: var(--cream);
  color: var(--teal-deep);
}

.sv-desc p {
  font-size: 14.5px;
  color: var(--cream-70);
  text-wrap: pretty;
}

.sv-desc .en-tag {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--cream);
  display: block;
  margin-bottom: 14px;
}

.sv-row.rev .sv-head {
  order: 3;
}

.sv-row.rev .sv-spacer {
  order: 2;
}

.sv-row.rev .sv-desc {
  order: 1;
}

.president-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
}

.president-photo {
  height: 520px;
  border-radius: 6px;
  overflow: hidden;
}

.president-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-name-en {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.26em;
  color: var(--accent);
  font-weight: 700;
}

.president-info h3 {
  font-size: 34px;
  font-weight: 900;
  margin-top: 10px;
}

.president-info .role {
  font-size: 13px;
  color: var(--muted);
}

.president-info .bio {
  font-size: 14px;
  color: var(--muted);
  margin-top: 18px;
  text-wrap: pretty;
}

.cred-row {
  display: flex;
  gap: 16px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.cred {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  gap: 2px;
}

.cred b {
  white-space: nowrap;
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent);
}

.cred b small {
  font-size: 12px;
  font-weight: 700;
}

.cred span {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--muted);
}

.cred-note {
  font-size: 11px;
  color: #8FA3AA;
  margin-top: 12px;
  font-family: ui-monospace, Menlo, monospace;
}

.president-action {
  margin-top: 28px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
  margin-top: 56px;
}

.faq-side {
  position: sticky;
  top: 120px;
}

.faq-side h2 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 14px;
}

.faq-side p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 26em;
  text-wrap: pretty;
}

.acc-item {
  border-top: 1px solid var(--line);
  background: var(--bgL);
  transition: background 0.9s var(--ease), border-color 0.9s var(--ease);
}

body.dark .acc-item {
  background: var(--teal);
}

.acc-item:last-child {
  border-bottom: 1px solid var(--line);
}

.acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  transition: color 0.9s var(--ease);
  color: var(--ink);
}

.acc-q {
  font-family: var(--font-en);
  font-weight: 700;
  color: var(--accent);
  font-size: 15px;
  flex-shrink: 0;
}

.acc-toggle {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  transition: background 0.25s, border-color 0.25s;
}

.acc-toggle::before, .acc-toggle::after {
  content: "";
  position: absolute;
  background: var(--muted);
  transition: transform 0.3s, background 0.25s;
}

.acc-toggle::before {
  width: 11px;
  height: 1.5px;
}

.acc-toggle::after {
  width: 1.5px;
  height: 11px;
}

.acc-item.is-open .acc-toggle {
  background: var(--teal);
  border-color: var(--teal);
}

body.dark .acc-item.is-open .acc-toggle {
  background: var(--cream);
  border-color: var(--cream);
}

body.dark .acc-item.is-open .acc-toggle::before, body.dark .acc-item.is-open .acc-toggle::after {
  background: var(--teal-deep);
}

.acc-item.is-open .acc-toggle::before {
  background: var(--cream);
}

.acc-item.is-open .acc-toggle::after {
  transform: scaleY(0);
  background: var(--cream);
}

.acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease);
}

.acc-item.is-open .acc-panel {
  grid-template-rows: 1fr;
}

.acc-panel-inner {
  overflow: hidden;
}

.acc-panel p {
  padding: 0 4px 24px 56px;
  font-size: 14px;
  color: var(--muted);
  text-wrap: pretty;
}

.column-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.column-head h2 {
  font-size: 40px;
  font-weight: 900;
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.c-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s, background 0.9s var(--ease), border-color 0.9s var(--ease);
}

body.dark .c-card {
  background: var(--teal);
}

.c-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(23, 63, 73, 0.1);
}

.c-ph {
  height: 140px;
  position: relative;
  background: repeating-linear-gradient(-45deg, #E2E8E8 0 12px, #EAEFEF 12px 24px);
  display: grid;
  place-items: center;
}

.c-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-ph span {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10.5px;
  color: #8FA3AA;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed #BECCCC;
  border-radius: 6px;
  padding: 3px 9px;
}

.c-body {
  padding: 20px 22px 22px;
  background: #fff;
  transition: background 0.9s var(--ease);
}

body.dark .c-body {
  background: var(--teal);
}

.c-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 2px 12px;
}

.c-body h3 {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 12px;
  text-wrap: pretty;
}

.c-body time {
  display: block;
  font-family: var(--font-en);
  font-size: 11px;
  color: #8FA3AA;
  margin-top: 10px;
}

.news-list {
  margin-top: 72px;
}

.news-list .label-row {
  margin-bottom: 8px;
}

.news-row {
  display: grid;
  grid-template-columns: 110px auto 1fr;
  gap: 26px;
  align-items: baseline;
  padding: 26px 4px;
  border-bottom: 1px dashed var(--line);
  font-size: 15px;
  background: var(--bgL);
  transition: background 0.9s var(--ease);
}

body.dark .news-row {
  background: var(--teal);
}

.news-row time {
  font-family: var(--font-en);
  color: var(--muted);
  font-size: 13.5px;
}

.news-row .cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 2px 14px;
  justify-self: start;
  white-space: nowrap;
}

.news-row .title {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s;
}

.news-row:hover .title {
  color: var(--accent);
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
}

.contact-card {
  background: var(--teal-deep);
  border-radius: 18px;
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
}

.contact-card .label-row {
  width: 100%;
  border-color: var(--line-cream);
  color: var(--cream);
}

.contact-card h2 {
  font-size: 38px;
  font-weight: 900;
  margin-top: 36px;
}

.contact-card p {
  font-size: 14px;
  color: var(--cream-70);
  margin-top: 16px;
  flex: 1;
  text-wrap: pretty;
}

.contact-card .btn {
  background: var(--cream);
  color: var(--teal-deep);
  padding: 16px 32px;
  margin-top: 28px;
}

.contact-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.contact-card .tel-big {
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 700;
  margin-top: 20px;
}

.access-row {
  display: flex;
  gap: 48px;
  align-items: baseline;
  margin-top: 72px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--cream-70);
}

.access-row strong {
  color: var(--cream);
  font-size: 14px;
}

.access-row a {
  border-bottom: 1px solid var(--cream-70);
  padding-bottom: 2px;
  transition: color 0.25s;
}

.access-row a:hover {
  color: var(--cream);
}

.footer {
  padding: 90px 0 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-cream);
  padding-top: 64px;
}

.footer-tagline {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.7;
  color: var(--cream);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px 48px;
}

.footer-nav a {
  font-size: 13.5px;
  color: var(--cream-70);
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  font-size: 12px;
  color: var(--cream-70);
  flex-wrap: wrap;
  gap: 12px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
}

.footer-brand img {
  height: 28px;
  filter: invert(1) brightness(2);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  position: relative;
  z-index: 101;
}

.nav-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
}

body.dark .nav-toggle span {
  background: var(--cream);
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--teal-deep);
  color: var(--cream);
  transform: translateX(100%);
  transition: transform 0.42s var(--ease);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 92px 30px 40px;
  overflow-y: auto;
  visibility: hidden;
}

body.nav-open .mobile-nav {
  transform: none;
  visibility: visible;
}

body.nav-open {
  overflow: hidden;
}

.mnav-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.mobile-nav .m-link {
  font-size: 21px;
  font-weight: 900;
  padding: 17px 2px;
  border-bottom: 1px solid var(--line-cream);
  color: var(--cream);
}

.mobile-nav .m-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--cream-70);
  padding: 12px 2px 12px 20px;
  border-bottom: 1px solid rgba(238, 241, 250, 0.08);
}

.mobile-nav .m-cta {
  margin-top: 30px;
}

.mobile-nav .m-cta .btn {
  width: 100%;
  background: var(--cream);
  color: var(--teal-deep);
}

@media (min-width: 961px) {
  .nav-toggle {
    display: none !important;
  }
  .mobile-nav {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1120px) {
  .header-inner {
    gap: 18px;
    padding: 0 20px;
  }
  .gnav {
    gap: 16px;
  }
  .gnav > a, .gnav .has-sub > a {
    font-size: 12px;
  }
  .brand-text strong {
    font-size: 13px;
  }
  .header .btn {
    padding: 10px 16px;
    font-size: 12px;
  }
  .brand-logo {
    height: 20px;
  }
}
@media (max-width: 960px) {
  .nav-toggle {
    display: flex;
  }
  .header-inner > .btn {
    display: none;
  }
  .gnav {
    display: none;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 22px;
  }
  section {
    padding: 72px 0;
  }
  .hero {
    height: 100vh;
    padding: 84px 0 30px;
    min-height: auto;
  }
  .hero-top {
    flex-direction: row;
    align-items: flex-end;
    gap: 18px;
  }
  .hero-copy {
    text-align: right;
    font-size: 17px;
    line-height: 1.75;
    margin-top: 0;
    max-width: 46%;
  }
  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 38px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }
  .stat-circle {
    width: 104px;
    height: 104px;
  }
  .fv-circle {
    width: min(62vw, 360px);
    height: min(62vw, 360px);
  }
  .trouble-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trouble-intro {
    grid-column: 1;
    grid-row: auto;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .trouble-intro h2 {
    font-size: 32px;
  }
  .t-item {
    grid-column: 1 !important;
    margin-top: 0 !important;
    padding: 36px 0 24px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-copy h2 {
    font-size: 28px;
  }
  .about-word {
    font-size: clamp(60px, 18vw, 120px);
    top: auto;
    position: static;
    text-align: left;
    margin-bottom: -12px;
  }
  .s-item {
    gap: 16px;
  }
  .s-item .circ {
    width: 92px;
    height: 92px;
  }
  .sv-row, .sv-row.rev {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 48px 0;
  }
  .sv-row.rev .sv-head, .sv-row.rev .sv-desc, .sv-row.rev .sv-spacer {
    order: 0;
  }
  .img-stage {
    display: none;
  }
  .sv-spacer {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .sv-spacer-img {
    display: block;
    width: min(72vw, 340px);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
  }
  .sv-spacer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.94);
  }
  .sv-head h3 {
    font-size: 26px;
  }
  .president-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .president-photo {
    height: auto;
    aspect-ratio: 3/4;
    max-width: 420px;
  }
  .president-info h3 {
    font-size: 28px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-side {
    position: static;
  }
  .faq-side h2 {
    font-size: 30px;
  }
  .column-head h2 {
    font-size: 30px;
  }
  .column-grid {
    grid-template-columns: 1fr;
  }
  .news-row {
    grid-template-columns: 96px 1fr;
    gap: 6px 16px;
    padding: 22px 4px;
  }
  .news-row .cat {
    grid-row: 1;
    grid-column: 2;
    justify-self: start;
  }
  .news-row .title {
    grid-column: 1/-1;
  }
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-card {
    padding: 40px 30px;
    min-height: auto;
  }
  .contact-card h2 {
    font-size: 30px;
  }
  .access-row {
    flex-direction: column;
    gap: 10px;
    margin-top: 44px;
  }
  .footer {
    padding: 64px 0 36px;
  }
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-tagline {
    font-size: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 48px;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 100vh;
    padding: 76px 0 30px;
  }
  .brand-logo {
    height: auto;
    width: min(220px, 56vw);
  }
  .hero-display .row1, .hero-display .row2 {
    font-size: clamp(44px, 14vw, 80px);
  }
  .hero-display .row3 {
    font-size: clamp(26px, 8vw, 48px);
  }
  .hero-top {
    gap: 14px;
    align-items: flex-end;
  }
  .hero-copy {
    font-size: 15px;
    line-height: 1.7;
    max-width: 46%;
  }
  .stat-circle {
    width: 100px;
    height: 100px;
    gap: 2px;
  }
  .stat-circle b {
    font-size: 21px;
  }
  .stat-circle b small {
    font-size: 10px;
  }
  .stat-circle span {
    font-size: 9px;
  }
  .hero-actions {
    flex-direction: row;
    gap: 10px;
  }
  .hero-actions .btn {
    flex: 1;
    width: auto;
    padding: 13px 12px;
    font-size: 13px;
  }
  .fv-circle {
    width: min(54vw, 280px);
    height: min(54vw, 280px);
  }
}
/*# sourceMappingURL=top.css.map */
