@charset "UTF-8";
/* ========================================
   NORTH STAR Main Stylesheet
   Angel Bridge Accelerator Program 2026
======================================== */
/* 1. Variables (Fibonacci, OKLCH Colors, Breakpoints) */
/* ========================================
   NORTH STAR Variables
   Fibonacci Units, OKLCH Colors, Typography
   Color System: Single Theme (No Light/Dark Switch)
   OKLCH is Primary Source (HEX is design reference)
======================================== */
/* tracking */
:root {
  /* Surfaces */
  --body-bg: #FAFAFA;
  --body-bg: oklch(0.9851 0 0);
  --surface-bg: #FFFFFF;
  --surface-bg: oklch(1 0 0);
  --surface-alt: #F4F4F4;
  --surface-alt: oklch(0.966 0 0);
  --ink: #0B0B0B;
  --ink: oklch(0.1496 0 0);
  /* Typography */
  --text-body: #333333;
  --text-body: oklch(0.3211 0 0);
  --text-muted: #666666;
  --text-muted: oklch(0.5103 0 0);
  --text-inverse: #FFFFFF;
  --text-inverse: oklch(1 0 0);
  /* Borders */
  --border-color: #E6E6E6;
  --border-color: oklch(0.9249 0 0);
  --border-subtle: #F0F0F0;
  --border-subtle: oklch(0.85 0 0);
  /* Brand / Accent */
  --primary: #068D9D;
  --primary: oklch(0.5894 0.1006 208.9);
  --primary-hover: #057C8B;
  --primary-hover: oklch(0.5374 0.0919 209.7);
  --primary-active: #046A77;
  --primary-active: oklch(0.4806 0.082 209.6);
  --primary-soft: #E6F4F5;
  --primary-soft: oklch(0.957 0.0149 202.1);
  /* Functional */
  --danger: #DC3545;
  --danger: oklch(0.5915 0.202 21.2);
  --danger-hover: #C92F3D;
  --danger-hover: oklch(0.5521 0.1893 21.6);
  --danger-soft: #FCEBEE;
  --danger-soft: oklch(0.9544 0.0188 5.3);
  --success: #28A745;
  --success: oklch(0.6401 0.1751 146.7);
  /* CTA */
  --cta-bg: #0B0B0B;
  --cta-bg: oklch(0.1496 0 0);
  --cta-bg-hover: #068D9D;
  --cta-bg-hover: oklch(0.5894 0.1006 208.9);
  --cta-bg-active: #046A77;
  --cta-bg-active: oklch(0.4806 0.082 209.6);
  --cta-text: #FFFFFF;
  --cta-text: oklch(1 0 0);
  /* Fibonacci */
  --fib-8: 0.5rem;
  --fib-13: 0.8125rem;
  --fib-21: 1.3125rem;
  --fib-34: 2.125rem;
  --fib-55: 3.4375rem;
  --fib-89: 5.5625rem;
  --fib-144: 9rem;
  --fib-233: 14.5625rem;
  --fib-377: 23.5625rem; }

/* 2. Base (Global typography, links, media) */
/* ========================================
   NORTH STAR Base (Minimal)
   Global defaults only (no section styling)
======================================== */
/* Document */
html {
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  background: oklch(0.9851 0 0);
  color: oklch(0.3211 0 0);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: oklch(0.3211 0 0);
  line-height: 1.3;
  letter-spacing: 0.02em; }

p {
  margin: 0; }

/* Links */
a {
  color: oklch(0.3211 0 0);
  text-decoration: none; }

a:hover {
  color: oklch(0.5374 0.0919 209.7); }

/* Media */
img, svg, video {
  display: block;
  max-width: 100%;
  height: auto; }

/* Utility: visually hidden */
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Background canvas */
.bg-rhizome {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 0;
  pointer-events: none; }

/* Ensure content sits above background */
.l-header,
.l-main,
.l-footer {
  position: relative;
  z-index: 1; }

/* 3. Layout (Grid, Container, Header, Footer, Drawer shells) */
/* ========================================
   NORTH STAR Layout
   Grid / Header / Drawer / Sections
======================================== */
body.page-template-page-north-star {
  margin: 0;
  background: oklch(0.9851 0 0);
  color: oklch(0.3211 0 0);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  body.page-template-page-north-star h1, body.page-template-page-north-star h2, body.page-template-page-north-star h3, body.page-template-page-north-star h4, body.page-template-page-north-star h5, body.page-template-page-north-star h6 {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: oklch(0.3211 0 0);
    line-height: 1.3;
    letter-spacing: 0.02em; }
  body.page-template-page-north-star p {
    margin: 0; }
  body.page-template-page-north-star a {
    color: oklch(0.3211 0 0);
    text-decoration: none; }
    body.page-template-page-north-star a:hover {
      color: oklch(0.5894 0.1006 208.9); }

/* Container */
.l-container, .p-section__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 5.5625rem; }
  @media (max-width: 900px) {
    .l-container, .p-section__inner {
      padding-inline: 0.8125rem; } }

/* Main wrapper */
.l-main {
  min-height: 100dvh;
  position: relative;
  z-index: 1; }

/* Sections base */
.p-section {
  position: relative; }

/* ========================================
   Header (89px)
======================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5625rem;
  z-index: 1001;
  background: oklch(0.9851 0 0/0.5);
  transition: background-color 0.3s ease; }
  .l-header.is-scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-subtle); }

.l-header__inner {
  height: 100%;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 5.5625rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center; }
  @media (max-width: 900px) {
    .l-header__inner {
      padding-inline: 1.3125rem; } }

/* -------------------------
   1. Hamburger Button
   Normal: 3 bars
   Hover: 1 line + Dot (─●)
   Open: Cross (✕)
------------------------- */
.l-header__menuBtn {
  justify-self: start;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  padding: 0; }
  .l-header__menuBtn .bar {
    position: absolute;
    left: 7px;
    width: 30px;
    height: 1px;
    background-color: var(--ink);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center; }
    .l-header__menuBtn .bar.bar-1 {
      top: 14px; }
    .l-header__menuBtn .bar.bar-2 {
      top: 22px; }
    .l-header__menuBtn .bar.bar-3 {
      top: 30px; }
  .l-header__menuBtn::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 22px;
    width: 5px;
    height: 5px;
    background-color: var(--ink);
    border-radius: 50%;
    opacity: 0;
    transform: translate(10px, -50%) scale(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  @media (hover: hover) {
    .l-header__menuBtn:hover:not([aria-expanded="true"]) .bar-1, .l-header__menuBtn:hover:not([aria-expanded="true"]) .bar-3 {
      top: 22px; }
    .l-header__menuBtn:hover:not([aria-expanded="true"])::after {
      opacity: 1;
      transform: translate(0, -50%) scale(1); } }
  .l-header__menuBtn[aria-expanded="true"] .bar-1 {
    top: 22px;
    transform: rotate(45deg); }
  .l-header__menuBtn[aria-expanded="true"] .bar-2 {
    opacity: 0;
    transform: scale(0); }
  .l-header__menuBtn[aria-expanded="true"] .bar-3 {
    top: 22px;
    transform: rotate(-45deg); }
  .l-header__menuBtn[aria-expanded="true"]::after {
    opacity: 0; }

/* -------------------------
   2. Logo
------------------------- */
.l-header__logo {
  justify-self: center; }
  .l-header__logo a {
    display: block;
    transition: opacity 0.3s ease; }
    .l-header__logo a:hover {
      opacity: 0.7; }
  .l-header__logo img {
    height: var(--fib-55);
    width: auto;
    display: block; }
    @media (max-width: 900px) {
      .l-header__logo img {
        height: var(--fib-34); } }

/* -------------------------
   3. Action (Entry Button)
------------------------- */
.l-header__action {
  justify-self: end; }
  @media (max-width: 900px) {
    .l-header__action {
      display: none; } }

/* ========================================
   Drawer (100vw, Full Screen)
======================================== */
.p-drawer {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  background: var(--surface-alt);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s step-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .p-drawer.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s step-start; }

.p-drawer__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 5.5625rem 5.5625rem;
  display: flex;
  flex-direction: column;
  padding-top: calc(5.5625rem + 3.4375rem); }
  @media (max-width: 900px) {
    .p-drawer__inner {
      padding: 5.5625rem 3.4375rem; } }

/* Drawer Navigation */
.p-drawer__nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  flex-wrap: wrap;
  align-items: center; }
  .p-drawer__nav .drawer-link {
    font-family: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2.125rem);
    color: var(--ink) !important;
    text-decoration: none;
    letter-spacing: 0.05em;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 0.2em; }
    .p-drawer__nav .drawer-link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: var(--primary);
      transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .p-drawer__nav .drawer-link::after {
      content: attr(data-subtitle);
      position: absolute;
      top: 100%;
      left: 0;
      font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
      font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
      font-weight: 700;
      color: var(--primary-hover);
      letter-spacing: 0.05em;
      white-space: nowrap;
      padding-top: 0.5em;
      opacity: 0;
      transform: translateY(-5px);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      pointer-events: none; }
    .p-drawer__nav .drawer-link:hover::before {
      width: 100%; }
    .p-drawer__nav .drawer-link:hover::after {
      opacity: 1;
      transform: translateY(0); }
  @media (max-width: 900px) {
    .p-drawer__nav {
      flex-direction: column;
      align-items: flex-start;
      gap: 2.125rem;
      justify-content: flex-start; } }

/* Drawer Footer Info */
.p-drawer__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  font-size: 0.875rem;
  color: var(--ink); }
  .p-drawer__footer .drawer-sns {
    display: flex;
    gap: 1.3125rem;
    font-size: 1.25rem; }
    .p-drawer__footer .drawer-sns a {
      color: var(--ink);
      transition: color 0.3s; }
      .p-drawer__footer .drawer-sns a:hover {
        color: var(--primary); }
  .p-drawer__footer .drawer-links {
    display: flex;
    gap: 3.4375rem; }
    .p-drawer__footer .drawer-links a {
      color: var(--ink);
      text-decoration: none;
      letter-spacing: 0.05em; }
      .p-drawer__footer .drawer-links a:hover {
        text-decoration: underline; }
    .p-drawer__footer .drawer-links .mail {
      font-family: var(--font-ui); }
  .p-drawer__footer .drawer-copyright {
    font-family: var(--font-ui);
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.05em; }
  @media (max-width: 900px) {
    .p-drawer__footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.3125rem; }
      .p-drawer__footer .drawer-links {
        flex-direction: column;
        gap: 0.8125rem; }
      .p-drawer__footer .drawer-copyright {
        margin-top: 0.8125rem;
        order: 3; } }

/* 4. Components (Buttons, Cards, FAQ, etc.) */
/* ========================================
   NORTH STAR Components (Base)
   Buttons / Cards / FAQ / Ticker / Utilities
======================================== */
/* ----------------------------
   Button (Entry) - FIX v3
   Specs: W233(fib) x H55(fib), Radius: 8px
   Color: OKLCH Ink -> Hover: OKLCH Primary
   Font: Fluid Scale ($fs-body-l)
---------------------------- */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--fib-21);
  width: var(--fib-233);
  height: var(--fib-55);
  padding: 0;
  border-radius: 8px;
  border: none;
  background: oklch(0.1496 0 0);
  color: oklch(1 0 0) !important;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .c-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 18px;
    border-color: transparent transparent transparent oklch(1 0 0);
    transition: transform 0.3s ease; }
  .c-btn:hover {
    background: oklch(0.5894 0.1006 208.9); }
    .c-btn:hover::after {
      transform: translateX(4px); }
  .c-btn:active {
    background: oklch(0.4806 0.082 209.6); }

.c-btn_small {
  width: var(--fib-144);
  height: var(--fib-34);
  font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
  letter-spacing: 0;
  border-radius: 4px; }

/* ----------------------------
   Card (Bentoの最小単位)
---------------------------- */
.c-card {
  background: oklch(1 0 0);
  border: 1px solid oklch(0.85 0 0);
  border-radius: 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: clip; }

.c-card__inner {
  padding: 2.125rem; }

.c-card__title {
  margin: 0 0 0.8125rem;
  font-family: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2.125rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: oklch(0.3211 0 0); }

.c-card__text {
  margin: 0;
  font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
  line-height: 1.8;
  color: oklch(0.3211 0 0);
  letter-spacing: 0.04em; }

/* ----------------------------
   FAQ（details/summary前提の箱だけ）
---------------------------- */
.c-faq {
  border-top: 1px solid oklch(0.9249 0 0); }

.c-faq__item {
  border-bottom: 1px solid oklch(0.9249 0 0); }

.c-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 1.3125rem 0.8125rem;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-weight: 600; }

.c-faq__q::-webkit-details-marker {
  display: none; }

.c-faq__a {
  padding: 0 0.8125rem 1.3125rem;
  color: oklch(0.3211 0 0); }

/* 5. Additional */
@use "sass:math";
/* ========================================
   _ns_add.scss
   NORTH STAR LP Specific Styles
======================================== */
.p-northstar-snap-container {
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  scroll-snap-type: y proximity !important;
  scroll-behavior: smooth;
  /*
  margin-bottom: var (--fib-89);
  */
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .p-northstar-snap-container::-webkit-scrollbar {
    display: none; }
  @media (max-width: 900px) {
    .p-northstar-snap-container {
      height: auto;
      overflow-y: visible;
      scroll-snap-type: none !important; } }

.p-northstar-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 900px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 900px) {
    .p-northstar-section {
      height: auto;
      min-height: 100dvh;
      padding-block: var(--fib-55); } }

.is-no-snap {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  scroll-margin-top: 0 !important; }

.p-northstar-hero {
  min-height: 100dvh;
  width: 100%;
  position: relative;
  z-index: 2;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 900px) {
    .p-northstar-hero {
      justify-content: center;
      padding-inline: 1.3125rem; } }
  .p-northstar-hero__inner {
    width: 100%;
    max-width: 67.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 25vh; }
  .p-northstar-hero__logo {
    width: 100%;
    max-width: 67.5rem;
    margin-bottom: var(--fib-34);
    transform: translateX(-3.4375rem); }
    .p-northstar-hero__logo img {
      width: 100%;
      height: auto;
      display: block;
      aspect-ratio: 950 / 169; }
    @media (max-width: 900px) {
      .p-northstar-hero__logo {
        transform: none;
        text-align: center;
        margin-bottom: 1.3125rem;
        padding-inline: 0; }
        .p-northstar-hero__logo img {
          margin-inline: auto; } }
  .p-northstar-hero__content-wrapper {
    width: 100%;
    max-width: 67.5rem;
    padding-left: 14.5625rem;
    transform: translateX(-3.4375rem); }
    @media (max-width: 900px) {
      .p-northstar-hero__content-wrapper {
        padding-left: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .p-northstar-hero__lead {
    width: 100%;
    max-width: 38.75rem;
    margin-top: var(--fib-21) !important;
    margin-bottom: var(--fib-55) !important;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.3125rem);
    line-height: 1.8;
    font-weight: 600;
    color: var(--text-body);
    font-feature-settings: "palt";
    letter-spacing: 0;
    text-align: left;
    opacity: 0;
    animation: heroFadeIn 1s ease 0.5s forwards; }
    @media (max-width: 900px) {
      .p-northstar-hero__lead {
        text-align: center;
        margin-top: 0.8125rem !important;
        margin-bottom: 2.125rem !important; }
        .p-northstar-hero__lead br {
          display: block; } }
    .p-northstar-hero__lead span {
      font-family: "Cormorant Garamond", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-weight: bold;
      letter-spacing: 0;
      font-size: 1.5rem; }
  .p-northstar-hero__date-area {
    width: 100%;
    max-width: 38.75rem;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    animation: heroFadeIn 1s ease 0.8s forwards; }
    @media (max-width: 900px) {
      .p-northstar-hero__date-area {
        flex-direction: column;
        align-items: center;
        max-width: 100%; } }
  .p-northstar-hero .mob-cta {
    display: none; }
    @media (max-width: 900px) {
      .p-northstar-hero .mob-cta {
        display: block;
        margin-top: 5.5625rem; } }
  .p-northstar-hero .date-label {
    flex: 0 0 9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--text-body);
    text-align: justify;
    text-align-last: start; }
    @media (max-width: 900px) {
      .p-northstar-hero .date-label {
        flex: none;
        flex-direction: row;
        /*
        flex-wrap: wrap;
        flex-basis: max-content;
        */
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem; }
        .p-northstar-hero .date-label span:first-child {
          margin-right: 0.8125rem; } }
  .p-northstar-hero .date-body {
    flex: 1;
    display: flex;
    align-items: baseline;
    line-height: 1;
    color: var(--text-body); }
    @media (max-width: 900px) {
      .p-northstar-hero .date-body {
        justify-content: center;
        width: 100%; } }
    .p-northstar-hero .date-body .num {
      font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
      font-weight: 700;
      font-size: clamp(1.5rem, 3vw + 0.5rem, 3.4375rem);
      letter-spacing: -0.02em;
      font-feature-settings: "tnum"; }
    .p-northstar-hero .date-body .unit, .p-northstar-hero .date-body .sep {
      font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
      font-weight: 700;
      font-size: clamp(1.25rem, 2vw + 0.5rem, 2.125rem);
      margin-inline: 0.1em; }
    .p-northstar-hero .date-body .sep {
      margin-inline: 0.5em;
      transform: translateY(-0.1em); }

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.p-northstar-scroll-indicator {
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.7;
  color: var(--text-body);
  opacity: 0;
  animation: heroFadeIn 1s ease 1.2s forwards; }
  @media (max-width: 900px) {
    .p-northstar-scroll-indicator {
      transform: translateX(-50%) !important; } }
  .p-northstar-scroll-indicator .indicator-text {
    font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
    font-size: clamp(0.5rem, 0.5vw, 0.625rem);
    letter-spacing: 0.2em;
    font-weight: 700; }
  .p-northstar-scroll-indicator .indicator-line {
    width: 2px;
    height: var(--fib-55);
    background: var(--text-body);
    position: relative;
    overflow: hidden; }
    .p-northstar-scroll-indicator .indicator-line::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--primary);
      animation: scrollLine 2s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: top; }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
.p-northstar-program {
  padding-bottom: var(--fib-55); }
  .p-northstar-program__heading {
    font-family: var(--font-headline);
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2.125rem);
    text-align: center;
    margin-bottom: var(--fib-89) !important;
    font-weight: 700; }
    @media (max-width: 900px) {
      .p-northstar-program__heading {
        margin-bottom: var(--fib-34) !important; } }

.p-northstar-bento-grid {
  display: grid;
  width: 100%;
  gap: var(--fib-34);
  grid-template-columns: 100%; }
  @media (min-width: 900px) {
    .p-northstar-bento-grid {
      grid-template-columns: 1.5fr 1fr;
      align-items: start; } }
  .p-northstar-bento-grid .bento-right-col {
    display: flex;
    flex-direction: column;
    gap: var(--fib-34); }
  .p-northstar-bento-grid .bento-title {
    display: inline-block;
    background: var(--ink);
    color: var(--text-inverse);
    padding: 0.4em 1em;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    font-weight: 700;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
    margin-bottom: var(--fib-8);
    letter-spacing: 0.05em;
    border-radius: 3px; }
  .p-northstar-bento-grid .overview-list {
    margin-bottom: var(--fib-34); }
    .p-northstar-bento-grid .overview-list h3 {
      letter-spacing: .05em; }
    .p-northstar-bento-grid .overview-list dl {
      margin-bottom: 1.5rem;
      display: block; }
      .p-northstar-bento-grid .overview-list dl dt {
        display: inline;
        font-weight: 700;
        font-size: clamp(1rem, 1vw + 0.5rem, 1.3125rem);
        letter-spacing: -.05em;
        margin-right: 0.5em; }
        .p-northstar-bento-grid .overview-list dl dt::after {
          content: "：";
          margin-left: 0.1em; }
      .p-northstar-bento-grid .overview-list dl dd {
        display: inline;
        font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
        line-height: 1.3;
        color: var(--text-body);
        margin: 0;
        letter-spacing: -.05em;
        flex: 1; }
  .p-northstar-bento-grid .check-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-northstar-bento-grid .check-list li {
      position: relative;
      margin-bottom: 0.8em;
      line-height: 1.3;
      font-weight: 500;
      letter-spacing: 0; }

.p-northstar-concept__content {
  margin-inline: auto;
  text-align: left;
  padding-bottom: 20vh; }
.p-northstar-concept__title {
  font-family: var(--font-headline), monospace;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: .78 !important;
  margin-bottom: 1rem !important;
  min-height: calc(0.78em * 3.2);
  letter-spacing: -0.025em !important;
  color: var(--text-body) !important;
  text-rendering: geometricPrecision;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "palt" 1; }
  .p-northstar-concept__title .char-decoded {
    opacity: 1;
    color: var(--text-body); }
  .p-northstar-concept__title .char-waiting {
    opacity: 0.2;
    color: var(--text-body); }
  .p-northstar-concept__title.is-decoded {
    opacity: 1; }
.p-northstar-concept__body {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 2;
  color: var(--text-body);
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease; }
  .p-northstar-concept__body.is-visible {
    opacity: 1;
    transform: translateY(0); }

/* ========================================
   05. Schedule Section
======================================== */
.p-northstar-schedule {
  padding-bottom: var(--fib-89); }
  .p-northstar-schedule .p-northstar-section__header {
    margin-bottom: 2.125rem; }
  .p-northstar-schedule__period {
    text-align: center;
    font-weight: 700;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.3125rem);
    margin-top: -20px;
    margin-bottom: 5.5625rem;
    color: var(--text-body); }

.p-northstar-timeline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 3.4375rem; }
  @media (max-width: 900px) {
    .p-northstar-timeline {
      flex-direction: column;
      padding-top: 0;
      gap: 3.4375rem;
      align-items: stretch; }
      .p-northstar-timeline .timeline-visual-svg {
        display: none; }
      .p-northstar-timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 0.5rem;
        background: linear-gradient(to bottom, var(--border-color) 0%, var(--border-color) 100%);
        transform: translateX(-50%);
        z-index: 0; } }

/* --- Visual Layer (SVG) --- */
.timeline-visual-svg {
  position: absolute;
  top: 5.5625rem;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
  aspect-ratio: 1200 / 60; }

/* --- Steps --- */
.timeline-step {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1; }
  @media (max-width: 900px) {
    .timeline-step {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      gap: 1.3125rem; }
      .timeline-step::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1.3125rem;
        height: 1.3125rem;
        background: var(--text-body);
        border: 2px solid var(--surface-bg);
        border-radius: 50%;
        transform: translateX(-50%);
        z-index: 2;
        transition: all 0.3s ease; }
      .timeline-step.is-highlight::after {
        width: 1.3125rem;
        height: 1.3125rem;
        background: var(--primary);
        border-color: var(--surface-bg);
        box-shadow: 0 0 0 4px rgba(6, 141, 157, 0.15); }
      .timeline-step.is-success::after {
        width: 1.3125rem;
        height: 1.3125rem;
        background: var(--success);
        border-color: var(--surface-bg); }
      .timeline-step.is-danger::after {
        width: 1.3125rem;
        height: 1.3125rem;
        background: var(--danger);
        border-color: var(--surface-bg); } }
  .timeline-step .step-date {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.3125rem);
    white-space: nowrap;
    padding-bottom: 2.125rem; }
    @media (max-width: 900px) {
      .timeline-step .step-date {
        position: relative;
        top: auto;
        width: 40%;
        text-align: right;
        padding-bottom: 0;
        padding-right: 1.3125rem; } }
  .timeline-step .step-card {
    width: 100%;
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 900px) {
      .timeline-step .step-card {
        margin-top: 0;
        width: 40%;
        align-items: flex-start;
        padding-left: 1.3125rem; } }

/* --- Header Styling (黒背景・白抜き) --- */
.step-header {
  background: var(--text-body);
  color: var(--text-inverse);
  padding: 8px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
  line-height: 1.3;
  margin-bottom: 0.8125rem;
  border-radius: 4px;
  border-right: 2px solid oklch(0.9851 0 0);
  width: fit-content;
  max-width: 100%; }

/* パターンA: 独立して書く場合 */
.timeline-step.is-highlight .step-header {
  background: var(--primary) !important; }

/* --- Body Styling --- */
.step-body {
  font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
  line-height: 1.8;
  color: var(--text-body);
  text-align: left;
  padding: 0 0.5rem;
  font-weight: 700; }
  @media (max-width: 900px) {
    .step-body dd {
      margin-inline-start: 0; } }

.event-dates {
  margin-bottom: 0.04em; }

/* ========================================
   Common Settings for Cards
   Target Width: 377px (Fibonacci)
   Total Grid Width: 377*3 + 34*2 = 1199px
======================================== */
/* ========================================
   6. Cases (Hands-On) - FIX
   Layout: Visual(Fixed) + Overlap Meta + Body
======================================== */
.p-northstar-cases {
  min-height: 100dvh;
  height: auto;
  scroll-snap-align: start;
  padding-block: var(--fib-89);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .p-northstar-cases .p-section__inner {
    width: 100%; }
  .p-northstar-cases__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--fib-34);
    width: 100%;
    max-width: 1199px;
    margin-inline: auto; }
    @media (max-width: 1250px) {
      .p-northstar-cases__grid {
        max-width: calc(377px * 2 + var(--fib-34)); } }
    @media (max-width: 900px) {
      .p-northstar-cases__grid {
        flex-direction: column;
        align-items: center;
        max-width: 377px;
        overflow: hidden; } }

/* Case Card Component */
.c-case-card {
  width: 377px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative; }
  .c-case-card__visual {
    width: 100%;
    height: var(--fib-233);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px 4px 0 0; }
    .c-case-card__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .c-case-card:hover .c-case-card__visual img {
    transform: scale(1.05); }
  .c-case-card__meta {
    position: relative;
    z-index: 2;
    margin-top: -3.5rem;
    margin-left: var(--fib-13);
    margin-right: var(--fib-13);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    padding: 0.8rem 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem; }
    @media (max-width: 900px) {
      .c-case-card__meta {
        margin-right: var(--fib-21); } }
    .c-case-card__meta .case-logo {
      height: var(--fib-21);
      width: auto;
      object-fit: contain;
      max-width: var(--fib-89); }
    .c-case-card__meta .case-info-wrapper {
      display: flex;
      align-items: baseline;
      gap: var(--fib-8);
      text-align: right;
      flex: 1;
      justify-content: flex-end; }
    .c-case-card__meta .case-info {
      font-size: clamp(0.5rem, 0.5vw, 0.625rem);
      color: var(--text-body);
      white-space: nowrap; }
      .c-case-card__meta .case-info .company {
        display: inline-block; }
    .c-case-card__meta .name {
      font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
      font-weight: 700;
      color: var(--ink);
      white-space: nowrap; }
  .c-case-card__body {
    padding: var(--fib-13);
    padding-top: var(--fib-34);
    background: var(--surface-bg);
    font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
    line-height: 1.8;
    color: var(--text-body);
    text-align: justify;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.02em; }
    @media (max-width: 900px) {
      .c-case-card__body {
        font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem); } }
    @media (max-width: 900px) {
      .c-case-card__body p {
        margin-left: -0.5rem !important; } }

/* ========================================
   7. Media Section (Carousel) - FIX
   Align left edge with Hands-On Section
======================================== */
.p-northstar-media {
  min-height: 100dvh;
  padding-block: var(--fib-89);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 900px) {
    .p-northstar-media {
      justify-content: flex-start;
      padding-block: var(--fib-55);
      min-height: auto; } }

.p-media-carousel {
  position: relative;
  width: 100%;
  margin-top: var(--fib-55); }
  .p-media-carousel__nav {
    position: absolute;
    top: -5rem;
    right: 0;
    display: flex;
    gap: 0.5rem;
    z-index: 2; }
    @media (max-width: 900px) {
      .p-media-carousel__nav {
        top: -4rem; } }
    .p-media-carousel__nav button {
      width: 44px;
      height: 44px;
      border: 1px solid var(--border-color);
      background: var(--surface-bg);
      border-radius: 50%;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: all 0.2s; }
      .p-media-carousel__nav button:hover {
        background: var(--ink);
        color: var(--text-inverse);
        border-color: var(--ink); }
      .p-media-carousel__nav button i {
        font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem); }
  .p-media-carousel__track {
    display: flex;
    gap: var(--fib-34);
    overflow-x: auto;
    padding-bottom: var(--fib-34);
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    padding-left: var(--fib-55);
    padding-right: var(--fib-55);
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media (max-width: 1280px) {
      .p-media-carousel__track {
        padding-left: var(--fib-34);
        padding-right: var(--fib-34); } }
    @media (max-width: 768px) {
      .p-media-carousel__track {
        padding-left: var(--fib-21);
        padding-right: var(--fib-21);
        gap: var(--fib-21); } }
    .p-media-carousel__track::-webkit-scrollbar {
      display: none; }

/* Media Card Component - FIX */
.c-media-card {
  flex: 0 0 20vw;
  width: 20vw;
  min-width: 280px;
  max-width: 450px;
  scroll-snap-align: start;
  text-decoration: none;
  color: var(--text-body);
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: opacity 0.3s; }
  @media (max-width: 768px) {
    .c-media-card {
      flex: 0 0 75vw;
      width: 75vw; } }
  .c-media-card:hover {
    opacity: 0.7; }
  .c-media-card--alt .c-media-card__tag {
    background: var(--success) !important; }
  .c-media-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--surface-alt);
    margin-bottom: var(--fib-21);
    overflow: hidden; }
    .c-media-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease; }
  .c-media-card:hover .c-media-card__thumb img {
    transform: scale(1.05); }
  .c-media-card__body {
    display: grid;
    grid-template-areas: "tag date" "title title";
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: var(--fib-13) var(--fib-21); }
  .c-media-card__tag {
    grid-area: tag;
    justify-self: start;
    background: var(--primary) !important;
    color: var(--text-inverse) !important;
    font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
    font-weight: 700;
    padding: 4px 10px;
    letter-spacing: 0.05em;
    display: inline-block; }
  .c-media-card__date {
    grid-area: date;
    justify-self: start;
    font-family: var(--font-ui);
    font-weight: 700;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    color: var(--text-body); }
  .c-media-card__title {
    grid-area: title;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif !important;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

/* ========================================
   8. FAQ Section
======================================== */
.p-northstar-section__header--center {
  text-align: center; }
  .p-northstar-section__header--center .p-northstar-heading {
    margin-bottom: 0; }

.p-northstar-subheading {
  text-align: center;
  margin-bottom: var(--fib-34) !important;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
  letter-spacing: 0.05em; }

.p-northstar-faq {
  height: auto !important;
  min-height: auto !important;
  padding-bottom: var(--fib-55); }

.c-faq-list {
  border-top: 1px solid var(--border-color);
  max-width: 900px;
  margin-inline: auto; }

.c-faq {
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease; }
  .c-faq__q {
    position: relative;
    display: block;
    padding: var(--fib-21) var(--fib-55) var(--fib-21) 0;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
    cursor: pointer;
    list-style: none; }
    .c-faq__q::-webkit-details-marker {
      display: none; }
    .c-faq__q::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      border: 1px solid var(--border-color);
      border-radius: 50%;
      background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
      background-size: 10px 1px, 1px 10px;
      background-position: center;
      background-repeat: no-repeat;
      color: var(--text-body);
      transition: all 0.3s ease; }
    .c-faq__q:hover::after {
      border-color: var(--ink);
      color: var(--ink); }
  .c-faq[open] .c-faq__q::after {
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--ink);
    border-color: var(--ink);
    color: var(--text-inverse) !important; }
  .c-faq__a {
    padding-bottom: var(--fib-34);
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
    animation: faqFadeIn 0.4s ease; }

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ========================================
   9. Footer
======================================== */
.l-footer {
  flex: 0 0 auto !important;
  /* Flexアイテムとして潰されない */
  height: auto !important;
  /* 高さ確保 */
  min-height: auto !important;
  scroll-snap-align: end;
  width: 100%;
  padding: var(--fib-13) 0;
  background-color: var(--surface-bg);
  border-top: 1px solid var(--border-color);
  font-family: var(--font-ui);
  font-size: clamp(0.875rem, 0.5vw + 0.5rem, 1rem);
  letter-spacing: 0.05em; }
  @media (max-width: 900px) {
    .l-footer {
      padding-block: 5.5625rem; } }
  .l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--fib-21);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--fib-21); }
    @media (max-width: 900px) {
      .l-footer__inner {
        flex-direction: column;
        justify-content: center;
        gap: 2.125rem;
        padding-inline: 1.3125rem; } }
  .l-footer__left, .l-footer__right {
    flex: 1; }
  .l-footer__right {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .l-footer__right {
        justify-content: center; } }
  .l-footer__copyright {
    display: block;
    font-size: clamp(0.75rem, 0.5vw + 0.25rem, 0.8125rem);
    color: var(--text-muted); }
    @media (max-width: 900px) {
      .l-footer__copyright {
        text-align: center;
        color: var(--ink); } }
  .l-footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--fib-34); }
    .l-footer__nav-list li a {
      text-decoration: none;
      color: var(--text-body);
      font-weight: 700;
      transition: color 0.3s; }
      .l-footer__nav-list li a:hover {
        color: var(--primary); }
    @media (max-width: 900px) {
      .l-footer__nav-list {
        display: none !important; } }
  .l-footer__social {
    display: flex;
    gap: var(--fib-21); }
    .l-footer__social a {
      color: var(--text-body);
      font-size: clamp(1rem, 1vw + 0.5rem, 1.3125rem);
      transition: opacity 0.3s; }
      .l-footer__social a:hover {
        opacity: 0.6; }
    @media (max-width: 900px) {
      .l-footer__social {
        width: 100%;
        justify-content: center;
        gap: 15vw;
        margin-bottom: 0.8125rem; }
        .l-footer__social a {
          font-size: 2rem; }
          .l-footer__social a svg, .l-footer__social a i {
            width: 44px;
            height: 44px; } }

/* ========================================
   Header Logo Scroll Animation
======================================== */
.l-header__logo {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none; }
  .l-header__logo.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto; }
