:root {
  --pink: #e974b2;
  --pink-light: #ffedf7;
  --cyan: #18b6cb;
  --bg: #fafafa;
  --text: #232323;
  --line: #f5f5f5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 2;
  overflow-x: clip;
}
main { overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.br-sp { display: none; }
@media (max-width: 960px) { .br-pc { display: none; } }
.container { width: min(1152px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.site-header-inner {
  height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 12px 0 20px;
}
.menu-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 4px; color: var(--text); flex-shrink: 0; line-height: 0; }
.mobile-menu { display: none; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-close { background: transparent; border: none; cursor: pointer; color: var(--text); padding: 4px; display: flex; line-height: 0; }
.mobile-nav { display: flex; flex-direction: column; padding: 0 8px; }
.mobile-nav-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-size: 14px; font-weight: 700; color: var(--text); border-bottom: 1px dashed #d6d6d6; }
.mobile-nav-item:first-child { padding-top: 0; }
.mobile-nav-item:last-child { border-bottom: none; padding-bottom: 0; }
.nav-arrow { flex-shrink: 0; }
.nav-paspo { font-family: 'Figtree', sans-serif; }
.mobile-cta { display: flex; gap: 8px; }
.mobile-cta .btn { flex: 1; justify-content: center; padding-top: 10px; padding-bottom: 10px; }
.brand { display: flex; align-items: center; gap: 10px; }
.header-logo { height: 30px; width: auto; display: block; }
.tag {
  font-size: 13px; padding: 2px 12px; border-radius: 4px;
  background: var(--pink-light); color: var(--pink); font-weight: 700; letter-spacing: 0.02em;
}
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.nav .nav-link + .btn { margin-left: 4px; }
.nav .btn + .btn { margin-left: -20px; }
.nav-link { cursor: pointer; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border-radius: 4px; font-size: 14px; font-weight: 700; line-height: 1.5;
  padding: 8px 12px 8px 20px; white-space: nowrap;
}
.btn-lg { font-size: 16px; padding: 14px 20px 15px 28px; gap: 8px; }
.btn.school { background: var(--pink); color: var(--white); }
.btn.school:hover { opacity: 0.75; }
.btn.register { background: var(--cyan); color: var(--white); }
.btn.register:hover { opacity: 0.75; }
.btn.pink-outline { background: var(--white); color: var(--pink); }
.btn.pink-outline:hover { opacity: 0.75; }
.btn.white { background: var(--white); color: var(--pink); }
.btn.white:hover { opacity: 0.75; }
.hero {
  padding-top: 0;
  position: relative; overflow: hidden; min-height: 640px;
  background: url(../images/company/hero-bg.png) center / cover no-repeat;
}
.hero-inner {
  padding-top: 171px; padding-bottom: 64px; padding-left: 64px;
}
.hero-text { width: 367px; }
.badges { display: flex; gap: 8px; margin-bottom: 40px; }
.badge {
  background: rgba(255, 255, 255, 0.7); color: var(--pink);
  border-radius: 4px; padding: 4px 16px; font-weight: 700; font-size: 16px; line-height: 1.5;
}
.hero-title { margin: 0 0 40px; }
.title-pc-tablet { display: block; max-width: 100%; }
.title-sp { display: none; }
.sp-br { display: none; }
.hero-copy { margin: 0 0 32px; font-size: 16px; line-height: 2; }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-image-wrap {
  position: absolute; left: 36.17%; right: -1.17%; top: 102px;
  opacity: 0;
  animation: fade-up 2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.hero-image { width: 100%; display: block; }
section { padding: 120px 0 0; scroll-margin-top: 54px; }
.section-kicker {
  margin: 0; color: var(--pink); font-family: "Figtree", sans-serif; font-weight: 700;
  font-size: 20px; line-height: 1.5; text-align: center;
}
@keyframes sparkle-pop {
  0%   { transform: scale(0); }
  50%  { transform: scale(1); }
  100% { transform: scale(0); }
}
.sparkle {
  display: inline-block; vertical-align: top; margin-left: 4px; margin-top: 2px;
  width: 10px; height: 10px;
  animation: sparkle-pop 0.9s ease-in-out infinite;
}
.section-title {
  margin: 8px 0 0; font-size: 26px; line-height: 1.6; font-weight: 700; text-align: center;
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.about-image { border-radius: 16px; overflow: hidden; box-shadow: 0 0 48px rgba(0, 0, 0, 0.1); }
.about-lead { margin: 8px 0 24px; font-size: 26px; line-height: 1.6; font-weight: 700; }
.cards-3 { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.point-chip {
  width: fit-content; margin: 0 auto 8px; padding: 2px 12px; border-radius: 999px;
  background: var(--pink); color: var(--white); font-family: "Figtree", sans-serif; font-weight: 700;
  font-size: 14px; line-height: 1.5;
}
.thumb { border-radius: 8px; overflow: hidden; margin-bottom: 8px; }
.card-title { text-align: center; font-size: 16px; line-height: 1.5; font-weight: 700; margin: 0; }
.price {
  display: grid; grid-template-columns: 515px 1fr; gap: 64px; align-items: center;
}
.price p { margin: 0; }
.price-copy { margin-top: 24px; font-size: 16px; line-height: 2; }
#price { padding-bottom: 120px; }
.flow { background: var(--white); padding-top: 72px; padding-bottom: 104px; }
.flow-cards { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flow-card .thumb { aspect-ratio: 1; }
.flow-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.flow-card h3 {
  margin: 4px 0 12px; text-align: center; font-size: 17px; font-weight: 700; line-height: 1.5;
}
.flow-card .point-chip { margin: 0 auto 8px; }
.flow-card p { margin: 12px 0 0; font-size: 15px; line-height: 1.5; font-weight: 500; }
.faq-wrap { max-width: 762px; margin: 64px auto 0; }
.qa { display: flex; flex-direction: column; gap: 8px; padding: 0 0 24px; border-bottom: 1px dashed #EEA1CA; margin-bottom: 24px; }
.qa:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.qline, .aline { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; }
.qline { align-items: center; }
.q, .a {
  color: var(--pink); font-family: "Figtree", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.5;
}
.qline p { margin: 0; font-size: 17px; line-height: 1.5; font-weight: 700; }
.aline p { margin: 0; font-size: 16px; line-height: 2; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cta-card {
  height: 300px; border-radius: 8px; overflow: hidden; box-shadow: 0 0 48px rgba(0, 0, 0, 0.05);
  border: 2px solid var(--line); display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px 0 40px;
}
.cta-card:hover { opacity: 0.75; }
.cta-card.right { background: var(--cyan); border-color: #46d3e6; position: relative; }
.cta-card.right .panel-shot {
  position: absolute; right: -190px; top: 18px; width: 566px; height: 354px;
  border: 2px solid var(--white); border-radius: 8px;
  box-shadow: 0 0 48px rgba(0,0,0,.15); overflow: hidden;
}
.cta-card.right .kicker, .cta-card.right .main { color: var(--white); position: relative; z-index: 2; }
.cta-card.right .cta-main-row { position: relative; z-index: 2; }
.kicker {
  margin: 0; color: var(--pink); font-family: "Figtree", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.5;
}
.cta-main-row { display: flex; align-items: center; gap: 4px; margin: 4px 0 0; }
.cta-main-row .main { margin: 0; }
.main { margin: 4px 0 0; font-size: 26px; line-height: 1.6; font-weight: 700; }
.subcopy { margin: 0; font-size: 16px; line-height: 2; }
footer { margin-top: 120px; background: var(--pink); color: var(--white); padding: 32px 32px 16px; }
.footer-inner { display: flex; flex-direction: column; gap: 40px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; }
.footer-logo { display: block; width: 184px; height: auto; }
.to-top { border: 1px solid var(--white); border-radius: 8px; padding: 16px; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.footer-body { display: flex; flex-direction: column; gap: 32px; align-items: center; width: 100%; }
.footer-links { display: flex; gap: 24px; width: 100%; }
.link-col { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.link-col a { font-size: 12px; font-weight: 700; color: var(--white); letter-spacing: 0.02em; }
.link-col .btn { padding: 8px 12px 8px 20px; font-size: 14px; align-self: flex-start; }
.copyright { margin: 0; font-size: 12px; line-height: 1.5; font-weight: 700; font-family: "Figtree", sans-serif; }
@media (min-width: 641px) {
  footer { padding: 32px 40px 16px; }
  .footer-inner { gap: 80px; }
  .footer-logo { width: 240px; }
  .footer-body { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 0; }
  .copyright { order: 1; }
  .footer-links { order: 2; flex-direction: column; gap: 8px; width: auto; align-items: flex-end; }
  .link-col { flex-direction: row; gap: 16px; flex: 0 0 auto; justify-content: flex-end; }
  .link-col .btn { align-self: center; }
}
@media (max-width: 960px) {
  .nav .nav-link { display: none; }
  .container { width: min(1152px, calc(100% - 32px)); }
  section { padding-top: 80px; }
  .hero-inner { padding-top: 84px; padding-bottom: 24px; padding-left: 24px; }
  .hero-text { width: auto; }
  .hero-image-wrap { position: static; margin-top: 20px; }
  .nav .btn { display: none; }
  .menu-toggle { display: flex; align-items: center; }
  .site-header.is-open { background: rgba(255,255,255,0.7); }
  .site-header.is-open .site-header-inner { display: none; }
  .site-header.is-open .mobile-menu { display: flex; flex-direction: column; gap: 32px; padding: 12px 16px 32px 20px; }
}
@media (min-width: 641px) and (max-width: 960px) {
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-inner { padding: 84px 8% 0; }
  .hero-text {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "badges badges"
      "title  title"
      "copy   cta";
    column-gap: 24px;
    align-items: end;
  }
  .hero-text .badges { grid-area: badges; margin-bottom: 24px; }
  .hero-title { grid-area: title; margin: 0 0 0; }
  .hero-copy { grid-area: copy; margin: 38px 0 0; align-self: start; font-size: 16px; line-height: 1.75; }
  .hero-text .btn-lg { grid-area: cta; margin: 38px 0 0; justify-self: end; align-self: start; }
  .hero-image-wrap {
    position: relative; left: auto; right: auto; top: auto;
    padding: 0 7.75%; margin-top: 48px; margin-bottom: -45px;
    line-height: 0;
  }
  .hero-image-wrap .hero-image { display: block; }
  .about-grid { gap: 32px; align-items: start; }
  .about-lead .sp-br { display: inline; }
  #price.container { width: calc(100% - 80px); }
  #price .about-lead { font-size: 22px; }
  .price { grid-template-columns: 1fr auto; gap: 32px; }
  .price > div:last-child img {
    width: 200px; height: 200px; object-fit: cover; object-position: center;
  }
  .flow-title-suffix { display: none; }
  .flow-card h3 { font-size: 16px; line-height: 1.5; min-height: 3em; }
  .flow-card p { font-size: 14px; }
  .qa { padding-bottom: 16px; margin-bottom: 16px; }
  .cta-card {
    height: 213px; min-height: 213px; padding: 28px 24px; gap: 16px;
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
  }
  #contact { overflow: hidden; }
  .cta-card.right { height: 213px; min-height: 213px; padding: 28px 24px 0; gap: 0; justify-content: flex-start; }
  .cta-card.right .panel-shot {
    position: absolute; top: 20px; left: 50%; right: auto; bottom: auto;
    width: 566px; height: 354px; aspect-ratio: 283/177;
    border: 2px solid var(--white); border-radius: 8px;
    box-shadow: 0 0 48px rgba(0,0,0,.15); overflow: hidden;
  }
  .cta-card.right .panel-shot img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
}
@media (max-width: 640px) {
  .br-sp { display: inline; }
  .container { width: min(1152px, calc(100% - 48px)); }
  section { padding-top: 80px; }
  .hero { min-height: 674px; }

  .hero-inner { padding: 78px 22px 0; }
  .hero-image-wrap { position: absolute; left: 2.13%; right: 2.13%; top: 460px; margin: 0; border: 3px solid var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 0 48px rgba(0,0,0,0.15); aspect-ratio: 1280/800; }
  .hero-image { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
  .badges { margin-bottom: 24px; }
  .hero-title { margin-bottom: 24px; }
  .title-pc-tablet { display: none; }
  .title-sp { display: block; max-width: 100%; }
  .sp-br { display: inline; }
  .hero-copy { margin-bottom: 24px; white-space: nowrap; }
  .section-kicker { font-size: 20px; }
  .section-title, .main { font-size: 26px; }
  .about-lead { font-size: 22px; }
  .about-grid, .price { grid-template-columns: 1fr; gap: 32px; }
  .about-image { order: 2; width: calc(100% + 48px); margin-left: -24px; border-radius: 0; box-shadow: none; }
  .cards-3 { grid-template-columns: 1fr; gap: 32px; }
  #price { padding-bottom: 80px; }
  .flow { margin-top: 0; padding-top: 40px; padding-bottom: 72px; }
  footer { margin-top: 80px; }
  .flow .container { width: min(1152px, calc(100% - 88px)); }
  .flow-title-suffix { display: none; }
  .flow-cards { grid-template-columns: 1fr; margin-top: 40px; gap: 0; }
  .flow-card { padding-bottom: 32px; }
  .flow-card:last-child { padding-bottom: 0; }
  .flow-card + .flow-card { border-top: 1px dashed #EEA1CA; padding-top: 32px; }
  .flow-card p { text-align: center; }
  .flow-card .point-chip { margin-bottom: 4px; }
  .card-title-note { font-size: 13px; }
  .faq-wrap { margin-top: 40px; }
  .flow-card h3 { margin-top: 0; }
  #contact.container { width: min(1152px, calc(100% - 32px)); }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-card { min-height: 240px; height: auto; padding: 32px 28px; gap: 24px; flex-direction: column; align-items: flex-start; }
  .cta-card.right { height: 222px; min-height: unset; padding: 31px 26px; gap: 0; }
  .cta-card.right .panel-shot { position: absolute; top: 31px; right: -181px; bottom: -22px; width: 334px; height: 209px; aspect-ratio: 163/102; }
  .cta-card.right .panel-shot img { height: 100%; width: auto; }
  .site-header-inner { height: auto; padding: 12px 16px 12px 20px; }
  .nav { gap: 8px; }
}
