@charset "UTF-8";
:root {
  --bg: #050505;
  --bg-2: #0a0a0a;
  --bg-3: #101010;
  --text: #f4f4f4;
  --muted: #a8a8a8;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --white: #ffffff;
  --max: 1240px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-modal-open {
  overflow: hidden;
}

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

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

main {
  display: block;
}

.b-mt20 {
  margin-top: 20px;
}

.b-mt40 {
  margin-top: 40px;
}

.b-mt60 {
  margin-top: 60px;
}

.b-mb20 {
  margin-bottom: 20px;
}

.b-mb40 {
  margin-bottom: 40px;
}

.b-mb60 {
  margin-bottom: 60px;
}

.b-pt20 {
  padding-top: 20px;
}

.b-pt40 {
  padding-top: 40px;
}

.b-pt60 {
  padding-top: 60px;
}

.b-pb20 {
  padding-bottom: 20px;
}

.b-pb40 {
  padding-bottom: 40px;
}

.b-pb60 {
  padding-bottom: 60px;
}

.pc_br {
  display: inline;
}

.sp_br {
  display: none;
}

@media (max-width: 767px) {
  .b-mt20 {
    margin-top: 10px;
  }
  .b-mt40 {
    margin-top: 20px;
  }
  .b-mt60 {
    margin-top: 30px;
  }
  .b-mb20 {
    margin-bottom: 10px;
  }
  .b-mb40 {
    margin-bottom: 20px;
  }
  .b-mb60 {
    margin-bottom: 30px;
  }
  .b-pt20 {
    padding-top: 10px;
  }
  .b-pt40 {
    padding-top: 20px;
  }
  .b-pt60 {
    padding-top: 30px;
  }
  .b-pb20 {
    padding-bottom: 10px;
  }
  .b-pb40 {
    padding-bottom: 20px;
  }
  .b-pb60 {
    padding-bottom: 30px;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: inline;
  }
}
/* --------------------------------
loader
--------------------------------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #000;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.5s ease, visibility 0.5s ease;
}
.loader .loader-text {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
.loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* --------------------------------
hover image
--------------------------------- */
.cursor-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 80;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b0b0b;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  transition: opacity 0.22s ease, transform 0.22s ease;
  will-change: transform, opacity;
}
.cursor-img.active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* --------------------------------
header / fv
--------------------------------- */
.siteHeader {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: clip;
}

.siteHeader__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.siteHeader__media {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.siteHeader__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.52) 55%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.16) 42%, rgba(0, 0, 0, 0.6) 100%);
}

.siteHeader__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
}

.siteHeader__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.12;
}

.siteHeader__glow--1 {
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.2);
  top: -8vw;
  left: -6vw;
}

.siteHeader__glow--2 {
  width: 28vw;
  height: 28vw;
  min-width: 240px;
  min-height: 240px;
  background: rgba(255, 255, 255, 0.12);
  right: -8vw;
  bottom: 10vh;
}

.siteHeader__inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100% - 48px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  flex: 1 1 auto;
}

.brand__logo {
  width: 132px;
  flex: 0 0 132px;
}
.brand__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.brand__sub {
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.88);
}

.brand__main {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: 0.04em;
}

.header-contactNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.header-contactNav__links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.header-contactNav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.header-contactNav__link:hover {
  opacity: 0.76;
  transform: translateY(-1px);
}

.header-contactNav__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-contactNav__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn--contact {
  min-height: 48px;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.hero-copy {
  display: grid;
  gap: 22px;
  padding: 52px 0;
  max-width: 920px;
}

.hero-kicker {
  margin: 0;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.92rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.78);
}

.hero-title {
  margin: 0;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(3.3rem, 8vw, 8rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.hero-title .hero-title br {
  display: block;
}
.hero-title .header-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(48px);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.loaded .hero-title span {
  opacity: 1;
  transform: translateY(0);
}

.hero-lead {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}

/* --------------------------------
buttons
--------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.18s ease;
}
.btn:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: #fff;
}
.btn--ghost:hover {
  background: #fff;
  color: #000;
}

.btn--contact {
  min-height: 48px;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
}

/* --------------------------------
marquee
--------------------------------- */
.marquee-wrap {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.marquee-content {
  display: inline-block;
  animation: marquee 28s linear infinite;
  padding: 16px 0;
}

.marquee-text {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.58);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* --------------------------------
common sections
--------------------------------- */
.grid-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 96px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-tone-1 {
  background: var(--bg);
}

.section-tone-2 {
  background: var(--bg-2);
}

.section-tone-3 {
  background: var(--bg-3);
}

.section-shell {
  width: min(var(--max), 100% - 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 0 40px;
  align-items: start;
}

.section-shell--stack {
  grid-template-columns: 1fr;
  gap: 24px;
}

.section-head {
  align-self: start;
}
.section-head.section-head--center {
  justify-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .grid-section {
    padding: 20px;
    margin: 0 auto;
  }
  .section-shell {
    width: 100%;
  }
  .section-head {
    justify-items: center;
    text-align: center;
  }
}
.section-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-title--nowrap {
  white-space: nowrap;
}

.section-title--vertical {
  max-width: 20ch;
  white-space: normal;
  line-height: 1.18;
}

.section-body {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
}

.section-body--center {
  display: flex;
  justify-content: center;
}

.big-lead {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.big-lead--center {
  text-align: center;
}

@media (max-width: 767px) {
  .big-lead {
    justify-items: center;
    text-align: center;
  }
}
.medium-lead {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.75;
  font-weight: 900;
  max-width: 900px;
  letter-spacing: -0.03em;
}
.medium-lead--center {
  text-align: center;
}

.lead-copy {
  margin: 0;
  max-width: 900px;
  font-size: 1rem;
  line-height: 2;
  color: #d2d2d2;
}
.lead-copy--center {
  text-align: center;
  margin: 0 auto;
}

.lead-block {
  display: grid;
  gap: 20px;
  margin-bottom: 42px;
}

/* --------------------------------
common cards / lists
--------------------------------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.feature-grid--3 .feature-card {
  grid-column: span 4;
}

.feature-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  min-height: 100%;
}

.feature-card--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0.85;
}

.feature-card__iconImage {
  width: 40px;
  height: 40px;
  margin: 0 auto 18px;
}
.feature-card__iconImage img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-card__deco {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  opacity: 0.28;
}
.feature-card__deco img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-card--image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
}

/* --------------------------------
projects
--------------------------------- */
#works-container {
  display: grid;
}

.work-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform var(--transition), background-color var(--transition);
}
.work-item:hover {
  transform: translateX(6px);
}

.work-item__meta {
  display: grid;
  gap: 12px;
  align-content: start;
}

.work-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.work-cat {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-title {
  margin: 0 0 12px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.work-desc {
  margin: 0;
  max-width: 760px;
  color: #d2d2d2;
}

/* --------------------------------
for who / phase / contact common
--------------------------------- */
.target-row {
  display: grid;
  gap: 14px;
}

.target-row__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.target-row__no {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
}

.target-row__body h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.target-row__body p {
  margin: 0;
  color: var(--muted);
}

.phase-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.phase-block {
  padding: 30px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.phase-block__titleWrap {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.phase-block__label {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.phase-block h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
}

.phase-block__image {
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.phase-block__image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.phase-block ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #d2d2d2;
}

.contact-simple {
  max-width: 760px;
  display: grid;
  gap: 20px;
}

.contact-simple--center {
  justify-items: center;
  text-align: center;
}

.section-body--company {
  display: block;
}

.section-body--company .company-layout {
  width: 100%;
}

.company-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.company-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.company-table th,
.company-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.company-table th {
  width: 180px;
  background: rgba(255, 255, 255, 0.03);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.company-table td {
  color: #d0d0d0;
}

@media (max-width: 900px) {
  .company-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .company-image img {
    height: 220px;
  }
  .company-table th {
    width: 100px;
  }
}
/* --------------------------------
footer
--------------------------------- */
.footer {
  padding: 70px 0 40px;
  background: #020202;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  width: min(var(--max), 100% - 48px);
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.footer-brand__logo {
  width: 84px;
  flex: 0 0 84px;
}
.footer-brand__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-brand__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-brand__title {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.footer-brand__sub {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.footer-navRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.footer-links a {
  color: #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 2px;
  transition: opacity 0.25s ease;
}
.footer-links a:hover {
  opacity: 0.74;
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-sns__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d0d0d0;
  font-size: 0.95rem;
  line-height: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-sns__link:hover {
  opacity: 0.76;
  transform: translateY(-1px);
}

.footer-sns__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-sns__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copy {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.9rem;
}

/* --------------------------------
modal
--------------------------------- */
.modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal-wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  width: min(1000px, 100%);
  max-height: 90vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.modal-media {
  min-width: 0;
}

.modal-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #111;
}

.modal-info {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-cat {
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.modal-title {
  margin: 0 0 16px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.96;
}

.modal-desc {
  margin: 0 0 24px;
  color: #d4d2d2;
  line-height: 1.9;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

/* --------------------------------
page top
--------------------------------- */
.pageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.pageTop.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------------------------
reveal
--------------------------------- */
.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------
subpage common
--------------------------------- */
.subpage-intro {
  max-width: 820px;
  display: grid;
  gap: 20px;
  text-align: center;
}

.subpage-heroVisual {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.subpage-heroVisual img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-zigzag {
  display: grid;
  gap: 28px;
}

.concept-zigzag__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.concept-zigzag__item:first-child {
  padding-top: 0;
}

.concept-zigzag__item--reverse {
  grid-template-columns: 360px minmax(0, 1fr);
}

.concept-zigzag__item--reverse .concept-zigzag__image {
  order: 1;
}

.concept-zigzag__item--reverse .concept-zigzag__text {
  order: 2;
}

.concept-zigzag__text {
  min-width: 0;
}

.concept-zigzag__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}

.concept-zigzag__text h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.35;
}

.concept-zigzag__text p {
  margin: 0;
  color: var(--muted);
}

.concept-zigzag__image {
  width: 100%;
}

.concept-zigzag__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.support-list {
  display: grid;
  gap: 20px;
}

.support-list__item {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.support-list__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.support-list__content h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.35;
}

.support-list__content p {
  margin: 0;
  color: var(--muted);
}

.support-list__image {
  justify-self: end;
}

.support-list__image img {
  width: 220px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.table-wrap--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.info-table th,
.info-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
  text-align: left;
}

.info-table th {
  width: 220px;
  background: rgba(255, 255, 255, 0.03);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.info-table td {
  color: #d2d2d2;
}

.info-table--strong {
  box-shadow: var(--shadow);
}

.table-list {
  margin: 0;
  padding-left: 18px;
}
.table-list li + li {
  margin-top: 8px;
}

.flow-list {
  border-top: 1px solid var(--line);
}

.flow-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.flow-row__head {
  display: grid;
  gap: 6px;
}

.flow-row__time {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.flow-row__head h3 {
  margin: 0;
  font-size: 1.35rem;
}

.flow-row__body p {
  margin: 0;
  color: var(--muted);
}

.faq {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.faqQ {
  width: 100%;
  text-align: left;
  padding: 18px 54px 18px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.faqQ::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.faqQ.is-open::after {
  content: "−";
}

.faqA {
  display: none;
  padding: 0 18px 18px;
  color: #d2d2d2;
  line-height: 1.9;
}

.faqA.is-open {
  display: block;
}

/* --------------------------------
coaching page refined
--------------------------------- */
.why-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-cards__item {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.why-cards__item h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.why-cards__item p {
  margin: 0;
  color: var(--muted);
}

.why-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.why-images__item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.why-conclusion {
  max-width: 920px;
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 14px;
}

.why-conclusion .lead-copy:first-child {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .why-images {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }
  .why-images__item img {
    height: 180px;
  }
  .why-conclusion {
    margin-top: 20px;
    padding-top: 18px;
  }
}
.coach-profile-wrap {
  width: 100%;
  max-width: 1240px;
  display: grid;
  gap: 24px;
}

.coach-profile-card {
  width: 100%;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.coach-profile-card__header {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-profile-card__header .section-eyebrow {
  margin-bottom: 0;
}

.coach-profile-card__header .section-title {
  margin: 0;
}

.coach-profile-card__main {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.coach-profile-card__media {
  width: 220px;
  flex: 0 0 220px;
}

.coach-profile-card__media img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.coach-profile-card__info {
  display: grid;
  gap: 0;
}

.coach-profile-card__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-profile-card__row:first-child {
  padding-top: 0;
}

.coach-profile-card__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.coach-profile-card__key span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.coach-profile-card__key h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
}

.coach-profile-card__value {
  min-width: 0;
}

.coach-profile-card__value p {
  margin: 0;
  color: var(--muted);
}

.coach-images {
  display: grid;
  grid-template-columns: repeat(2, 610px);
  gap: 20px;
  justify-content: space-between;
}

.coach-images__item {
  width: 610px;
}

.coach-images__item img {
  width: 610px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1280px) {
  .coach-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
  .coach-images__item {
    width: 100%;
  }
  .coach-images__item img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .coach-profile-card {
    padding: 24px;
  }
  .coach-profile-card__main {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
  }
  .coach-profile-card__media {
    width: 180px;
    flex-basis: 180px;
  }
  .coach-profile-card__media img {
    width: 180px;
    height: 180px;
  }
  .coach-profile-card__row {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .coach-profile-wrap {
    gap: 18px;
  }
  .coach-profile-card {
    padding: 20px 18px;
  }
  .coach-profile-card__header {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .coach-profile-card__main {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .coach-profile-card__media {
    width: 112px;
    flex-basis: 112px;
  }
  .coach-profile-card__media img {
    width: 112px;
    height: 112px;
  }
  .coach-profile-card__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }
  .coach-profile-card__key h3 {
    font-size: 1.12rem;
  }
  .coach-images {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .coach-images__item,
  .coach-images__item img {
    width: 100%;
  }
  .coach-images__item img {
    height: 180px;
  }
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.program-panel {
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.program-panel__head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.program-panel__head h3 {
  margin: 0 0 6px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.program-panel__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.target-vertical {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.target-vertical__item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.target-vertical__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.target-vertical__label {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.4;
  text-transform: uppercase;
}

.target-vertical__content h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  line-height: 1.35;
}

.target-vertical__content p {
  margin: 0;
  color: var(--muted);
}

.flow-steps {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.flow-steps__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  position: relative;
}

.flow-steps__item::after {
  content: "";
  position: absolute;
  left: 43px;
  bottom: -15px;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.18);
}

.flow-steps__item:last-child::after {
  display: none;
}

.flow-steps__num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.28);
}

.flow-steps__en {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
}

.flow-steps__content h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.flow-steps__content p {
  margin: 0;
  color: var(--muted);
}

/* =================================
PRIVACY POLICY
================================= */
.privacy-kv {
  padding-top: 120px;
  padding-bottom: 56px;
}

.privacy-kv__lead {
  max-width: 760px;
  text-align: center;
}

.policy-block {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.policy-section + .policy-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-section h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.policy-section p {
  margin: 0;
  color: #d2d2d2;
}

.policy-section p + p {
  margin-top: 14px;
}

.policy-list {
  margin: 14px 0;
  padding-left: 1.4rem;
  color: #d2d2d2;
}

.policy-list li + li {
  margin-top: 8px;
}

.policy-meta {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .privacy-kv {
    padding-top: 88px;
    padding-bottom: 40px;
  }
  .policy-block {
    padding: 22px 18px;
  }
  .policy-section + .policy-section {
    margin-top: 22px;
    padding-top: 22px;
  }
  .policy-section h3 {
    font-size: 1.08rem;
  }
}
/* --------------------------------
responsive
--------------------------------- */
@media (max-width: 1180px) {
  .section-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .section-title--nowrap {
    white-space: normal;
  }
}
@media (max-width: 1024px) {
  .feature-grid--3 .feature-card,
  .why-cards,
  .program-grid,
  .phase-layout,
  .modal-content,
  .concept-zigzag__item,
  .concept-zigzag__item--reverse,
  .support-list__item {
    grid-template-columns: 1fr;
  }
  .why-cards {
    display: grid;
  }
  .coach-profile {
    grid-template-columns: 1fr;
  }
  .coach-profile__media img {
    min-height: 320px;
  }
  .concept-zigzag__item--reverse .concept-zigzag__image,
  .concept-zigzag__item--reverse .concept-zigzag__text {
    order: initial;
  }
  .support-list__image {
    justify-self: start;
  }
  .target-vertical__item,
  .flow-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .siteHeader {
    min-height: auto;
  }
  .siteHeader__inner {
    min-height: 100vh;
    padding: 18px 0 28px;
  }
  .header-top {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .brand {
    align-items: center;
    gap: 12px;
  }
  .brand__logo {
    width: 84px;
    flex: 0 0 84px;
  }
  .brand__text {
    gap: 4px;
  }
  .brand__sub {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
  .brand__main {
    font-size: 1.35rem;
    line-height: 1.05;
  }
  .header-contactNav {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .header-contactNav__links {
    gap: 10px;
  }
  .header-contactNav__icon,
  .header-contactNav__icon img {
    width: 42px;
    height: 42px;
  }
  .btn--contact {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
  }
  .hero-copy {
    gap: 16px;
    padding: 28px 0;
  }
  .hero-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }
  .hero-title {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
    line-height: 1;
  }
  .hero-lead {
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .header-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .header-cta .btn {
    width: 100%;
    min-height: 50px;
  }
  .section-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .section-title--nowrap,
  .section-title--vertical {
    white-space: normal;
    max-width: none;
  }
  .big-lead {
    font-size: clamp(1.7rem, 7.6vw, 2.5rem);
    line-height: 1.28;
  }
  .medium-lead {
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.25;
  }
  .lead-copy,
  .work-desc,
  .target-row__body p,
  .feature-card p,
  .concept-zigzag__text p,
  .support-list__content p,
  .why-cards__item p,
  .coach-profile__block p,
  .target-vertical__content p,
  .flow-steps__content p {
    font-size: 0.96rem;
    line-height: 1.9;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid--3 .feature-card {
    grid-column: auto;
  }
  .feature-card,
  .phase-block,
  .why-cards__item,
  .program-panel,
  .coach-profile__block,
  .flow-steps__item {
    padding: 20px 18px;
  }
  .feature-card__deco {
    width: 88px;
    height: 88px;
  }
  .feature-card__deco img {
    width: 88px;
    height: 88px;
  }
  .work-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
    transform: none !important;
  }
  .target-row__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }
  .target-row__no,
  .flow-steps__num {
    font-size: 1.4rem;
  }
  .phase-block__image img,
  .concept-zigzag__image img {
    height: 180px;
  }
  .support-list__item {
    padding: 18px;
  }
  .support-list__image img,
  .coach-profile__media img {
    width: 100%;
    height: 180px;
    min-height: 180px;
  }
  .info-table th,
  .info-table td {
    padding: 14px 12px;
  }
  .info-table th {
    width: 100px;
    font-size: 0.9rem;
  }
  .flow-steps__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .flow-steps__item::after {
    display: none;
  }
  .program-panel__head h3,
  .coach-profile__block h3,
  .target-vertical__content h3,
  .flow-steps__content h3,
  .support-list__content h3,
  .flow-row__head h3 {
    font-size: 1.15rem;
  }
  .modal-img {
    min-height: 260px;
  }
  .cursor-img {
    display: none !important;
  }
  .pageTop {
    right: 16px;
    bottom: 16px;
  }
  .footer-navRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-sns {
    gap: 14px;
  }
  .footer-brand {
    align-items: flex-start;
  }
  .footer-brand__logo {
    width: 64px;
    flex-basis: 64px;
  }
}/*# sourceMappingURL=style.css.map */