/* =============================================
   FRONT-PAGE — New Design
   ============================================= */

.fp-wrap { max-width: 1200px; margin: 0 auto; }

/* eyebrow */
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow .bar { width: 30px; height: 6px; background: #C21E86; display: block; }
.eyebrow .en { font-weight: 700; font-size: 12px; letter-spacing: .34em; color: #C21E86; }
.eyebrow .rule { flex: 1; height: 1px; background: #e6e0e3; display: block; }

.eyebrow-dark { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.eyebrow-dark .bar { width: 24px; height: 5px; background: #E040A0; display: block; }
.eyebrow-dark .en { font-weight: 700; font-size: 11px; letter-spacing: .3em; color: #E48FC4; text-transform: uppercase; }

/* fp buttons */
.fp-btn { display: inline-flex; align-items: center; gap: 14px; font-weight: 700; font-size: 13px; letter-spacing: .1em; transition: all .25s; }
.fp-btn .arw { font-size: 16px; line-height: 1; }
.fp-btn.btn-fill { padding: 16px 30px; background: #C21E86; color: #fff; }
.fp-btn.btn-fill:hover { background: #9B1868; }
.fp-btn.btn-dark { padding: 14px 28px; background: #16121a; color: #fff; font-size: 12px; }
.fp-btn.btn-dark:hover { background: #C21E86; }
.fp-btn.btn-white { padding: 16px 36px; background: #fff; color: #C21E86; }
.fp-btn.btn-white:hover { background: #16121a; color: #fff; }

/* =============================================
   VISION
   ============================================= */

.fp-vision { padding: 120px 40px 110px; background: #fff; }
.fp-vision .eyebrow { margin-bottom: 48px; }
.vision-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; }
.vision-title { font-weight: 900; font-size: 52px; line-height: 1.4; letter-spacing: .01em; margin: 0; color: #16121a; }
.vision-lead p { font-family: 'Noto Sans JP', sans-serif; font-size: 15px; line-height: 2.05; color: #574e54; margin: 0 0 18px; }
.vision-lead .fp-btn { margin-top: 14px; }

/* =============================================
   ABOUT
   ============================================= */

.fp-about { padding: 110px 40px; background: #17121a; color: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 72px; align-items: center; }
.about-block { margin-bottom: 44px; }
.about-block:last-child { margin-bottom: 0; }
.about-block h2 { font-weight: 900; font-size: 30px; line-height: 1.45; margin: 0 0 18px; color: #fff; }
.about-block p { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 2; color: #b8acb4; margin: 0 0 14px; }
.about-img { position: relative; }
.about-img .frame { position: absolute; top: 22px; left: 22px; width: 100%; height: 100%; border: 2px solid #C21E86; }
.about-img .pic { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.about-img .pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* =============================================
   SERVICE
   ============================================= */

.fp-service { padding: 120px 40px; background: #fff; }
.service-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 80px; }
.service-head h2 { font-weight: 900; font-size: 40px; margin: 0; color: #16121a; letter-spacing: .02em; }
.service-head .en { font-weight: 700; font-size: 13px; letter-spacing: .3em; color: #C21E86; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 96px; }
.service-row:last-child { margin-bottom: 0; }
.num-outline { font-weight: 900; font-size: 110px; line-height: 1; color: transparent; -webkit-text-stroke: 2px rgba(194,30,134,.4); margin-bottom: 18px; }
.service-row h3 { font-weight: 900; font-size: 28px; line-height: 1.45; margin: 0 0 22px; color: #16121a; }
.service-row p { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 2; color: #574e54; margin: 0 0 14px; }
.service-row .fp-btn { margin-top: 12px; }
.svc-img { position: relative; }
.svc-img .pic { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.svc-img .pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-img .accent { position: absolute; bottom: -18px; right: -18px; width: 70%; height: 70%; background: rgba(194,30,134,.1); }
.service-row.reverse .col-text { order: 2; }
.service-row.reverse .svc-img { order: 1; }
.service-row.reverse .svc-img .accent { right: auto; left: -18px; background: rgba(155,24,104,.12); }

/* =============================================
   PROGRAM
   ============================================= */

.fp-program { padding: 110px 40px 120px; background: #C21E86; }
.program-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 14px; }
.program-head h2 { font-weight: 900; font-size: 40px; margin: 0; color: #fff; letter-spacing: .02em; }
.program-head .en { font-weight: 700; font-size: 13px; letter-spacing: .3em; color: rgba(255,255,255,.7); }
.program-lead { font-family: 'Noto Sans JP', sans-serif; font-size: 15px; line-height: 1.9; color: rgba(255,255,255,.92); max-width: 640px; margin: 0 0 56px; }
.prog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.prog-card { background: #fff; overflow: hidden; display: flex; flex-direction: column; }
.prog-img { position: relative; aspect-ratio: 16/10; }
.prog-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prog-body { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.cat-label { align-self: flex-start; font-weight: 700; font-size: 10px; letter-spacing: .16em; color: #C21E86; border: 1px solid #EBC6DC; padding: 5px 10px; margin-bottom: 14px; text-transform: uppercase; }
.prog-card h3 { font-weight: 900; font-size: 19px; line-height: 1.5; margin: 0 0 18px; color: #16121a; }
.spec { border-top: 2px solid #16121a; margin-bottom: 18px; }
.spec .row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid #ece6e9; font-size: 12px; }
.spec .row:last-child { border-bottom: none; }
.spec .k { color: #9a8b93; font-family: 'Noto Sans JP', sans-serif; }
.spec .v { font-weight: 700; color: #16121a; }
.learn { margin-top: auto; }
.learn .ttl { font-weight: 700; font-size: 12px; letter-spacing: .1em; color: #C21E86; margin-bottom: 8px; }
.learn p { font-family: 'Noto Sans JP', sans-serif; font-size: 13px; line-height: 1.85; color: #574e54; margin: 0; }
.fp-program-foot { margin-top: 52px; }

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 880px) {
  .fp-vision, .fp-about, .fp-service, .fp-program { padding-left: 24px; padding-right: 24px; }
  .fp-vision { padding-top: 90px; padding-bottom: 80px; }
  .fp-about, .fp-service { padding-top: 80px; padding-bottom: 80px; }
  .fp-program { padding-top: 80px; padding-bottom: 90px; }
  .vision-grid, .about-grid, .service-row { grid-template-columns: 1fr; gap: 40px; }
  .vision-title { font-size: 34px; }
  .about-block h2, .service-row h3 { font-size: 24px; }
  .service-head h2, .program-head h2 { font-size: 30px; }
  .service-row { margin-bottom: 64px; }
  .service-row.reverse .col-text { order: 0; }
  .service-row.reverse .svc-img { order: -1; }
  .num-outline { font-size: 84px; }
  .prog-grid { grid-template-columns: 1fr; }
  .about-img .frame { top: 14px; left: 14px; }

  /* About — 画像非表示 */
  .about-img { display: none; }

  /* Service — 番号・見出しの背景画像 */
  .service-row { gap: 0; }
  .svc-img { order: -1; }
  .svc-img .pic { aspect-ratio: 16/9; }
  .svc-img .pic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 70%, rgba(255,255,255,0) 100%); z-index: 1; }
  .svc-img .accent { display: none; }
  .col-text { margin-top: -120px; position: relative; z-index: 2; }
  .num-outline { -webkit-text-stroke-color: rgba(255,255,255,0.9); }
  .service-row h3 { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.85); }

  /* Program — アコーディオン */
  .prog-card.is-closed .spec,
  .prog-card.is-closed .learn { display: none; }
  .prog-card h3.prog-toggle { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
  .prog-card h3.prog-toggle::after { content: "▼"; font-size: 16px; color: #C21E86; flex-shrink: 0; transition: transform .25s; display: inline-block; }
  .prog-card:not(.is-closed) h3.prog-toggle::after { transform: rotate(180deg); }
}
