@charset "UTF-8";
:root {
  --brand: #163591;
  --accent: #c21f1f;
  --soft: #fff;
  --ink: #333333;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: clamp(32px, 8vw, 64px);
  --pad-x: clamp(16px, 4vw, 24px);
  --nav-max: 520px;
  --nav-tri: 12px;
  --nav-tri-gap: 12px;
  --nav-tri-round: 30%;
  --panel-top-gap: clamp(16px, 3vh, 32px);
  --panel-bottom-gap: clamp(20px, 3vh, 36px);
  --panel-img-max: 400px;
  --panel-footer: 150px;
  --header-sp: 100px;
  --section-mb: clamp(24px, 5vw, 40px);
  --section-pt: clamp(16px, 2.5vw, 24px);
  --section-pb: clamp(16px, 2.5vw, 24px);
  --header-h: 100px;
  --header-py: var(--s-3);
  --header-px: var(--pad-x);
  --tap-size: 44px;
  --tap-bar: 28px;
  --tap-stroke: 3px;
  --sidebar-w: 340px;
  --node-d: clamp(120px, 12vw, 168px);
  --row-gap: 72px;
  --col-gap: 28px;
  --offset-fine: 0px;
  --join-x-nudge: -32px;
  --benefit-nav-w: 16px;
  --mark-yellow: #f3d24f;
  --select-arrow-right: 14px;
  --select-arrow-w: 12px;
  --select-arrow-h: 8px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  color: var(--ink);
  line-height: 1.7;
  background-color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
}

main {
  padding-top: var(--header-sp);
}

[id] {
  scroll-margin-top: var(--header-sp);
}

.concept,
.benefits,
.pricing,
.report,
.contact {
  margin: 0 auto var(--section-mb);
  padding: var(--section-pt) 0 var(--section-pb);
  scroll-margin-top: calc(var(--header-sp) - var(--section-pt));
}

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

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

li {
  list-style: none;
}

button,
.card__title,
.card__text,
a {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.04em;
}

.section {
  display: block;
  width: 100%;
  margin: 0 auto var(--section-pb);
  text-align: center;
}
@media (max-width: 767px) {
  .section {
    margin: 0 auto 16px;
  }
}
.section .section__ttl {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0.04em;
  line-height: 0.7;
  margin-bottom: clamp(4px, 0.5vw, 8px);
}
@media (max-width: 767px) {
  .section .section__ttl {
    font-size: 22px;
  }
}
.section .eyebrow {
  font-size: 20px;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.85;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section .eyebrow {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section .eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: clamp(80px, 8vw, 110px);
  height: 3px;
  background-color: #cd0d23;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .section .eyebrow::after {
    height: 2px;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  height: 90px;
  background: var(--soft);
  padding-inline: 2%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  z-index: 20;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: var(--s-4);
       column-gap: var(--s-4);
  grid-template-areas: "tel logo hamburger";
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding: var(--s-3) var(--pad-x);
}

.header-tel--sp {
  grid-area: tel;
  display: grid;
  align-content: center;
  justify-items: start;
  color: var(--brand);
}

.header-tel--sp .tel-call {
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}

.header-tel--sp .tel-call img {
  width: 100px;
  height: auto;
}

.logo-wrap {
  grid-area: logo;
  justify-self: center;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.logo-wrap .site-logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  position: static;
}

.logo-wrap .site-logo img {
  display: block;
  width: 120px;
  height: auto;
}

.freedial {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.hamburger {
  grid-area: hamburger;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-content: center;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: var(--brand);
  border-radius: 3px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.hamburger span + span {
  margin-top: 6px;
}

.nav-panel {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: var(--soft);
  color: var(--brand);
  transform: translateY(-100%);
  z-index: 50;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-open .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-panel__inner {
  min-height: 100svh;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto auto;
  row-gap: var(--panel-bottom-gap);
  padding-bottom: calc(env(safe-area-inset-bottom, 0) + var(--panel-bottom-gap));
  align-content: center;
  justify-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.panel-close {
  display: none;
}

#site-nav .board-img {
  background: none;
  aspect-ratio: auto;
  width: min(92vw, 640px);
  max-width: 640px;
  margin: 0 auto;
}

#site-nav .board-nav {
  position: static;
  inset: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: var(--nav-max);
  gap: clamp(28px, 4vh, 40px);
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
#site-nav .board-nav li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(22, 53, 145, 0.2);
}
#site-nav .board-nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.nav-triangle {
  width: 24px;
  height: auto;
  display: inline-block;
  color: var(--brand);
  vertical-align: middle;
}

.nav-triangle polygon {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3.5;
}

#site-nav .freedial {
  width: 100%;
  max-width: var(--nav-max);
  margin: clamp(20px, 3vh, 28px) auto 0;
  padding-inline: 8px;
  box-sizing: border-box;
}

#site-nav .freedial img {
  display: block;
  width: 100%;
  height: auto;
  padding-inline: 8px;
}

@media (max-width: 767px) {
  #site-nav .board-nav li {
    width: min(640px, 90%);
  }
  #site-nav .freedial {
    max-width: none;
    width: min(640px, 90%);
  }
}
@media (min-width: 1025px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: var(--sidebar-w);
    height: 100svh;
    min-height: 0;
    background: var(--soft);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.06);
    padding-inline: clamp(16px, 2.4vw, 24px);
    z-index: 20;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .header-inner {
    height: auto;
    padding: clamp(20px, 3vh, 32px) 0;
    display: grid;
    grid-template-rows: auto;
    row-gap: clamp(20px, 2.6vh, 28px);
    align-content: start;
    justify-items: center;
  }
  .header-inner .hamburger,
.header-inner .header-tel--sp {
    display: none;
  }
  .logo-wrap {
    display: block;
  }
  .logo-wrap .site-logo img {
    width: clamp(260px, 70%, 300px);
  }
  main {
    margin-left: var(--sidebar-w);
    padding-top: 0;
  }
  .nav-panel {
    position: static;
    width: 100%;
    transform: none;
    background: transparent;
    color: var(--brand);
    box-shadow: none;
    overflow: visible;
    flex: 1 1 auto;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    inset: auto;
    min-height: 0;
  }
  .panel-close {
    display: none !important;
  }
  .nav-panel__inner {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: clamp(16px, 2vh, 24px);
    padding: clamp(40px, 6vh, 60px) 0 clamp(24px, 5vh, 40px);
    overflow: visible;
  }
  #site-nav .board-img {
    width: 100%;
    margin: 0 auto;
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
  }
  #site-nav .board-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    width: 100%;
    max-width: var(--nav-max);
    margin: 0 auto;
  }
  #site-nav .board-nav li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(22, 53, 145, 0.2);
    box-sizing: border-box;
  }
  #site-nav .board-nav .nav-triangle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: auto;
    flex-shrink: 0;
  }
  #site-nav .board-nav a {
    font-size: clamp(20px, 1.3vw, 22px);
    font-weight: 700;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  #site-nav .freedial {
    width: 100%;
    max-width: var(--nav-max);
    margin-top: auto;
    padding-inline: 0;
    flex-shrink: 0;
  }
  #site-nav .freedial img {
    display: block;
    width: 100%;
    height: auto;
    padding-inline: 0;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 128px;
  }
}
@media (min-width: 1025px) and (min-height: 900px) {
  #site-nav .board-img {
    flex: 0 0 auto;
  }
  #site-nav .freedial {
    margin-top: clamp(12px, 2vh, 24px);
  }
}
@media (min-width: 1025px) and (max-height: 800px) {
  .nav-panel__inner {
    padding: clamp(32px, 5vh, 48px) 0 clamp(18px, 4vh, 28px);
  }
  #site-nav .board-nav {
    gap: clamp(8px, 1.4vh, 12px);
  }
  #site-nav .board-nav li {
    padding: 12px 0;
  }
  #site-nav .board-nav a {
    font-size: clamp(18px, 1.2vw, 20px);
    line-height: 1.35;
  }
}
@media (min-width: 1025px) and (max-height: 700px) {
  .nav-panel__inner {
    padding: clamp(24px, 4vh, 36px) 0 clamp(12px, 3vh, 22px);
    row-gap: clamp(12px, 1.6vh, 18px);
  }
  #site-nav .board-nav {
    gap: clamp(6px, 1.2vh, 10px);
  }
  #site-nav .board-nav li {
    padding: 10px 0;
  }
  #site-nav .board-nav a {
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.28;
  }
}
@media (min-width: 1025px) and (max-height: 560px) {
  #site-nav .board-img {
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #site-nav .board-nav {
    padding-inline: 0 !important;
    align-items: stretch;
    gap: clamp(18px, 3vh, 28px);
    max-width: var(--nav-max);
    width: 100%;
    margin: 0 auto;
  }
  #site-nav .board-nav li {
    position: relative;
    width: min(var(--nav-max), 92vw);
    margin: 0 auto;
    padding-left: calc(var(--nav-tri) + var(--nav-tri-gap));
    text-align: center;
  }
  #site-nav .board-nav a {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
    line-height: 1.6;
    font-size: clamp(22px, 2.6vw, 26px);
    letter-spacing: 0.06em;
  }
  #site-nav .board-nav .nav-triangle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    pointer-events: none;
  }
  #site-nav .freedial {
    max-width: var(--nav-max);
    width: 100%;
    margin: clamp(16px, 3vh, 24px) auto 0;
    padding-inline: 0;
    text-align: center;
  }
  #site-nav .freedial img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #site-nav .board-nav {
    align-items: stretch;
    gap: clamp(20px, 3.5vh, 32px);
  }
  #site-nav .board-nav li {
    position: relative;
    display: block;
    width: min(640px, 90%);
    margin: 0 auto;
    text-align: center;
  }
  #site-nav .board-nav a {
    display: grid;
    width: 100%;
    justify-content: center;
    text-align: center !important;
    font-size: clamp(20px, 5vw, 26px);
  }
  .nav-triangle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
  }
  #site-nav .freedial {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .nav-open .panel-close {
    display: block;
    position: fixed;
    top: clamp(20px, 5vw, 28px);
    right: clamp(20px, 5vw, 28px);
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1000;
  }
  .nav-open .panel-close::before,
.nav-open .panel-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 3px;
    background: var(--brand);
    border-radius: 2px;
    transform-origin: center;
  }
  .nav-open .panel-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-open .panel-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 1024px) {
  #site-nav .board-img,
#site-nav .board-nav,
#site-nav .freedial {
    max-width: var(--nav-max);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  #site-nav .freedial {
    margin-top: 30px;
    padding-inline: 0;
  }
  #site-nav .freedial img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.fv {
  --slides: 3;
  --duration: 15s;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  margin: 0;
  padding-block: 0;
}
@media (min-width: 1025px) {
  .fv {
    height: 66vh;
    margin-left: 0px;
  }
}
.fv .fv-slider {
  display: grid;
  width: 100%;
  height: auto;
}
.fv .fv-slider .slide {
  grid-area: 1/1;
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-animation: fvFade var(--duration) linear infinite;
          animation: fvFade var(--duration) linear infinite;
  will-change: opacity, transform;
}
.fv .fv-slider .slide:nth-child(1) {
  -webkit-animation-delay: calc(0 * var(--duration) / var(--slides));
          animation-delay: calc(0 * var(--duration) / var(--slides));
}
.fv .fv-slider .slide:nth-child(2) {
  -webkit-animation-delay: calc(1 * var(--duration) / var(--slides));
          animation-delay: calc(1 * var(--duration) / var(--slides));
}
.fv .fv-slider .slide:nth-child(3) {
  -webkit-animation-delay: calc(2 * var(--duration) / var(--slides));
          animation-delay: calc(2 * var(--duration) / var(--slides));
}
.fv .fv-slider .slide img {
  width: 100%;
  max-width: none;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 1025px) {
  .fv .fv-slider .slide img {
    width: 100%;
    height: 66vh;
    -o-object-fit: contain;
       object-fit: contain;
    transform: none;
  }
}

@-webkit-keyframes fvFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv {
    width: 100vw;
    margin-left: 0;
    padding-block: 0;
  }
  .fv .fv-slider {
    width: 100vw;
  }
  .fv .fv-slider .slide img {
    width: 100vw;
    height: 56vh;
    max-width: none;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv .fv-slider .slide {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
  .fv .fv-slider .slide:nth-child(1) {
    opacity: 1;
  }
}
.concept {
  max-width: min(1200px, 92vw);
  margin: 24px auto 40px;
}
@media (max-width: 767px) {
  .concept {
    padding-block: 0;
  }
}

@media (min-width: 1025px) {
  .concept .section {
    margin-top: 50px;
  }
}
.concept__inner {
  width: 100%;
}

.sec-title {
  text-align: center;
  margin-bottom: 40px;
}

.sec-title__jp {
  display: block;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--brand);
}

.sec-title__en {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #666;
  font-weight: 500;
}

.concept__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .concept__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.concept__text p {
  line-height: 1.8;
  font-size: clamp(15px, 1.4vw, 16px);
  color: #333;
}

.concept__intro {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .concept__intro {
    width: 100%;
  }
}

.timeline img {
  width: 100%;
  margin-block: 80px;
}
@media (max-width: 767px) {
  .timeline img {
    margin-block: 30px;
  }
}

.benefits {
  text-align: center;
  background: #e6f2ff;
  max-width: min(1200px, 92vw);
  width: 100%;
  height: 100%;
  margin: 40px auto;
  padding: 40px 20px 60px 20px;
  --inner-w: min(1040px, calc(100% - 60px));
}
.benefits__ttl {
  font-size: clamp(24px, 4.5vw, 28px);
  color: var(--brand);
  font-weight: 900;
  margin-bottom: var(--s-6);
  letter-spacing: 0.04em;
}
.benefits__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-inline: var(--benefit-nav-w);
}
@media (max-width: 767px) {
  .benefits__slider {
    position: relative;
    overflow: hidden;
    padding-inline: 0;
  }
}
.benefits__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: var(--s-2);
  scroll-behavior: smooth;
  scroll-padding-left: var(--s-2);
}
@media (max-width: 767px) {
  .benefits__track {
    gap: 0;
    padding-inline: 36px;
    scroll-padding-inline: 36px;
    clip-path: inset(0 36px 0 36px);
    -webkit-clip-path: inset(0 36px 0 36px);
  }
}
.benefits__track::-webkit-scrollbar {
  display: none;
}
.benefits__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .benefits__nav {
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.benefits__nav img {
  width: 100%;
  height: auto;
  display: block;
}
.benefits__nav--prev {
  left: 6px;
}
.benefits__nav--next {
  right: 6px;
}
.benefits__nav.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.benefits__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--s-3);
  padding: 10px 0 14px;
  line-height: 1;
  overflow: visible;
}
.benefits__dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(22, 53, 145, 0.28);
  margin: 0 6px;
  box-shadow: none;
  transform: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.benefits__dots .dot.is-active {
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand) 24%, transparent);
  transform: none;
}

@media (max-width: 767px) {
  .benefits__track {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    cursor: -webkit-grab;
    cursor: grab;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .benefits__track.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
.benefit-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .benefit-card {
    margin: 0;
    scroll-snap-align: start;
  }
}
.benefit-card .benefit-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 20px;
}
.benefit-card__icon {
  width: clamp(36px, 8vw, 48px);
  height: auto;
  margin-bottom: var(--s-3);
}
.benefit-card__ttl {
  color: var(--brand);
  font-weight: 800;
  font-size: clamp(20px, 3vw, 22px);
  margin-bottom: var(--s-2);
  letter-spacing: 0.07em;
}
.benefit-card__desc {
  color: var(--ink);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}
.benefit-card__link {
  margin-top: 24px;
  text-align: right;
}
.benefit-card__link a {
  color: var(--brand);
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .benefit-card__link a {
    font-size: 14px;
    font-weight: 700;
  }
}

.benefits__feature {
  width: var(--inner-w);
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .benefits__feature {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}

.benefits__feature-inner {
  width: min(1040px, 100% - 60px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .benefits__feature-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}

.benefits__feature-img img {
  display: block;
  width: 75%;
  max-width: 260px;
  margin: 0 auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1025px) {
  .benefits__feature-img img {
    width: 100%;
    max-width: 380px;
    margin: 0;
  }
}

.benefits__feature-text {
  text-align: left;
}
@media (min-width: 1025px) {
  .benefits__feature-text {
    flex: 1;
  }
}
.benefits__feature-text p {
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.5;
  font-weight: 600;
}
.benefits__feature-text p span {
  color: var(--accent);
  font-weight: 800;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .benefits__feature {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  .benefits__feature-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  .benefits__feature-img img {
    width: 100%;
    max-width: 380px;
    margin: 0;
  }
  .benefits__feature-text {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .benefits__slider {
    width: var(--inner-w);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }
  .benefits__track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    align-items: stretch;
    grid-auto-rows: 1fr;
  }
  .benefits__nav,
.benefits__dots {
    display: none !important;
  }
  .benefit-card {
    flex: initial;
    scroll-snap-align: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .benefit-card__desc {
    flex-grow: 1;
  }
  .benefit-card__link {
    margin-top: auto;
  }
  .benefit-card__head .benefit-card__icon {
    margin-bottom: 0;
  }
  .benefit-card__link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    color: var(--brand);
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .benefit-card__link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }
  .benefit-card__link a:hover {
    color: var(--accent);
    transform: translateX(2px);
  }
  .benefit-card__link a:hover::after {
    transform: scaleX(1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .benefits__slider {
    width: var(--inner-w);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }
  .benefits__track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    align-items: stretch;
    grid-auto-rows: 1fr;
  }
  .benefits__nav,
.benefits__dots {
    display: none !important;
  }
  .benefit-card {
    flex: initial;
    scroll-snap-align: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .benefit-card__desc {
    flex-grow: 1;
  }
  .benefit-card__link {
    margin-top: auto;
  }
  .benefit-card__head .benefit-card__icon {
    margin-bottom: 0;
  }
  .benefit-card__link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    color: var(--brand);
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .benefit-card__link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }
  .benefit-card__link a:hover {
    color: var(--accent);
    transform: translateX(2px);
  }
  .benefit-card__link a:hover::after {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .benefit-card__link a,
.benefit-card__link a::after {
    transition: none !important;
    transform: none !important;
  }
}
.pricing {
  max-width: min(1200px, 92vw);
  width: 100%;
}
@media (max-width: 767px) {
  .pricing {
    margin: 20px auto 28px;
  }
}
.pricing__ttl {
  text-align: center;
  margin-bottom: 24px;
}
.pricing__ttl span {
  font-size: clamp(24px, 4.5vw, 32px);
  color: var(--accent);
  font-weight: 700;
}
.pricing__tabs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pricing__tabs {
    gap: 10px;
  }
}
.pricing__tab {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #d4dcf0;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.2s ease, transform 0.06s ease;
  box-shadow: 0 6px 18px rgba(22, 53, 145, 0.18);
}
.pricing__tab:hover {
  transform: translateY(-1px);
}
.pricing__tab:active {
  transform: translateY(0);
}
.pricing__tab:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--brand), white 40%);
  outline-offset: 2px;
}
.pricing__tab.is-active {
  background: var(--brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(22, 53, 145, 0.28);
}
.pricing__panel {
  margin-top: 20px;
}
.pricing__panel.is-hidden {
  display: none;
}
.pricing__lead {
  color: var(--ink);
  margin: 0 0 24px;
  font-weight: 700;
}
.pricing__notes {
  --first-line-lh: 1.8;
  margin-top: 28px;
  line-height: var(--first-line-lh);
  color: var(--ink);
  font-weight: 700;
  padding: 0;
  margin-left: 0;
}
.pricing__notes li {
  position: relative;
  padding-left: 1.4em;
}
.pricing__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(var(--first-line-lh) * 1em);
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: 700;
  pointer-events: none;
}
.pricing__notes li + li {
  margin-top: 0.2em;
}
.pricing__notes .is-accent {
  color: #000;
  font-weight: 800;
}

.pricing .section__ttl {
  display: flex;
  justify-content: center;
  gap: 0.4em;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 4px;
}

.pricing .section__ttl .char1,
.pricing .section__ttl .char2 {
  display: inline-block;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 34px);
  color: var(--brand);
}

.pricing .eyebrow {
  margin-top: 0;
  font-size: clamp(20px, 3vw, 22px);
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pricing .section__ttl {
    gap: 2rem;
  }
}
.price__content {
  background: #e6f2ff;
  border-radius: 16px;
  padding: 24px 20px;
  max-width: min(1200px, 92vw);
  margin: 24px auto 0;
}
@media (min-width: 1025px) {
  .price__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    width: var(--inner-w);
    padding: 32px 28px;
  }
}

@media (min-width: 1025px) {
  .price__content > * {
    min-width: 0;
  }
  .pricing__lead,
.pricing__notes {
    grid-column: 1/-1;
    margin: 0;
  }
}
.price-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  padding: clamp(18px, 3.4vw, 24px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .price-card {
    padding-inline: 16px;
  }
}
@media (min-width: 1025px) {
  .price-card {
    display: flex;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding: 24px 28px;
  }
}
.price-card + .price-card {
  margin-top: 28px;
}
@media (min-width: 1025px) {
  .price-card + .price-card {
    margin-top: 0;
  }
}
.price-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  min-height: 40px;
}
.price-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #7db6ff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 8px;
  white-space: nowrap;
  vertical-align: middle;
}
.price-card__title {
  font-size: clamp(18px, 4.2vw, 24px);
  font-weight: 900;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.price-card__desc {
  margin: 12px 0 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .price-card__desc {
    margin-bottom: 16px;
    min-height: 1px;
  }
}
.price-card__plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
}

.price-card .plan__time,
.price-card .plan__price {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.plan {
  display: flex;
  background: #cfe3ff;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1230px) {
  .plan {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .plan:last-child {
    margin-bottom: 0;
  }
}
.plan__time {
  color: #2b4d86;
  font-weight: 700;
  font-size: clamp(14px, 2.8vw, 16px);
  line-height: 1.2;
}
.plan__price {
  font-weight: 800;
  font-size: clamp(18px, 4vw, 20px);
}
.plan__price span {
  font-size: clamp(22px, 5.2vw, 28px);
}

@media (max-width: 767px) {
  .price-card__plans > * {
    min-width: 0;
  }
}
@media (max-width: 1360px) {
  .price-card__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .price-card__badge {
    align-self: flex-start;
  }
  .price-card__title {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .price-card__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .price-card__badge {
    align-self: initial;
  }
}
@media (max-width: 767px) {
  .price-card__head {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .price-card__badge {
    align-self: initial;
  }
}
.report {
  max-width: 800px;
  margin: 40px auto var(--section-mb);
  padding: var(--section-pt) 0 var(--section-pb);
  text-align: center;
}
@media (max-width: 767px) {
  .report {
    max-width: min(1200px, 92vw);
  }
}

.report__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #f9fbff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 30px;
  justify-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .report__inner {
    padding-inline: 20px;
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .report__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    align-items: center;
    padding-inline: 22px;
  }
}
@media (min-width: 1025px) {
  .report__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    align-items: center;
    padding-inline: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1140px) {
  .report__inner {
    grid-template-columns: 0.58fr 0.42fr;
  }
  .report__inner:first-of-type .report__text:first-of-type {
    white-space: nowrap;
  }
}

.report__title {
  font-size: 22px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .report__title {
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 50px;
    padding-inline: 10px;
  }
}

.report__text {
  position: relative;
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--ink);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .report__text {
    margin: 0 0 0 20px;
    font-size: clamp(13px, 3.5vw, 14px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .report__text {
    margin: 10px 0 10px 40px;
  }
}
@media (min-width: 1025px) {
  .report__text {
    margin: 10px 0 10px 40px;
  }
}

.report__text::before {
  content: "";
  flex-shrink: 0;
  width: 0.7em;
  height: 0.7em;
  background: var(--brand);
  transform: translateY(0.05em);
}
@media (max-width: 767px) {
  .report__text::before {
    transform: translateY(0.04em);
  }
}

.report__media {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding-block: 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 767px) {
  .report__media {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .report__media {
    grid-column: 1/-1;
  }
}
@media (min-width: 1025px) {
  .report__media {
    grid-column: 1/-1;
  }
}

.report__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.contact {
  max-width: min(1200px, 92vw);
  text-align: initial;
}

.contact__tabs,
.contact__submit,
.contact__campaign {
  text-align: center;
}

.contact__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px auto 24px;
}

.contact__tab {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #d4dcf0;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.2s ease, transform 0.06s ease;
  box-shadow: 0 6px 18px rgba(22, 53, 145, 0.18);
}
.contact__tab:hover {
  transform: translateY(-1px);
}
.contact__tab:active {
  transform: translateY(0);
}
.contact__tab:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--brand), white 40%);
  outline-offset: 2px;
}

.contact__tab.is-active {
  background: var(--brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(22, 53, 145, 0.28);
}

.contact__panel {
  display: block;
}

.contact__panel.is-hidden {
  display: none;
}

.contact__tel {
  position: relative;
  padding-left: 30px;
}
.contact__tel::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: var(--mark-yellow);
}
@media (max-width: 767px) {
  .contact__tel::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

.contact__tel img {
  width: 600px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .contact__tel img {
    width: 100%;
  }
}

.contact__bullets {
  margin: 16px 0 20px;
  color: var(--ink);
  line-height: 1.8;
}

.contact__bullets li {
  text-align: left;
}
.contact__bullets li:first-child {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #555;
}
@media (max-width: 767px) {
  .contact__bullets li:first-child {
    font-size: 14px;
    padding-left: 30px;
  }
}
.contact__bullets li:first-child::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: var(--mark-yellow);
}
@media (max-width: 767px) {
  .contact__bullets li:first-child::before {
    top: 7px;
    width: 12px;
    height: 12px;
  }
}
.contact__bullets li:last-of-type {
  padding-left: 35px;
  color: #555;
  margin: 10px 0 30px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact__bullets li:last-of-type {
    margin-top: 0;
    font-size: 13px;
    font-weight: 800;
    padding-left: 30px;
  }
}

.contact__form {
  margin-top: 8px;
}

.form-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px 18px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.form-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  min-height: 50px;
  padding: 10px 12px;
  background: #eef4ff;
  color: #0f1f4a;
  font-weight: 700;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .form-label {
    justify-content: flex-start;
    padding-left: 12px;
    min-height: initial;
  }
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  font: inherit;
  color: #111827;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder {
  color: #9ca3af;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9ca3af;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: #9db4f1;
  box-shadow: 0 0 0 3px rgba(22, 53, 145, 0.12);
}

.form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'>      <path d='M1 1l5 5 5-5' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>    </svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 42px;
}

input[type=radio],
input[type=radio]:focus,
input[type=radio]:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-field--narrow {
  justify-self: start;
}

.form-field--radio {
  display: flex;
  gap: 24px;
  align-items: center;
}

.radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.radio input {
  width: 18px;
  height: 18px;
}

#panel-contact .form-grid {
  align-items: stretch;
}
#panel-contact label.form-label[for=message] {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-block: 0;
}
@media (max-width: 767px) {
  #panel-contact label.form-label[for=message] {
    height: auto;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 12px;
  }
}
#panel-contact textarea#message {
  height: 160px;
  resize: none;
}
@media (max-width: 767px) {
  #panel-contact textarea#message {
    height: auto;
    min-height: 140px;
    resize: vertical;
  }
}
#panel-contact .form-field--narrow select#grade {
  inline-size: min(34ch, 100%);
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 12px;
  direction: ltr;
}
@media (max-width: 767px) {
  #panel-contact .form-field--narrow select#grade {
    inline-size: 100%;
  }
}
#panel-contact #grade option {
  text-align: left;
}

#panel-entry .form-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px 18px;
  align-items: center;
}
@media (max-width: 767px) {
  #panel-entry .form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#panel-entry .form-grid > .form-label {
  grid-column: 1;
  align-self: center;
}
@media (max-width: 767px) {
  #panel-entry .form-grid > .form-label {
    grid-column: 1/-1;
    justify-content: flex-start;
    padding-left: 12px;
    min-height: initial;
  }
}
#panel-entry .form-grid > .form-field {
  grid-column: 2;
  text-align: left;
}
@media (max-width: 767px) {
  #panel-entry .form-grid > .form-field {
    grid-column: 1/-1;
  }
}
#panel-entry .form-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  min-height: 52px;
  padding: 10px 12px;
  background: #eef4ff;
  color: #0f1f4a;
  font-weight: 700;
  border-radius: 10px;
}
#panel-entry #t-grade {
  width: 80px;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
}
#panel-entry .suffix {
  margin-left: 6px;
  font-weight: 600;
  color: #333;
}
#panel-entry .form-field--row {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 10px 12px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #panel-entry .form-field--row {
    grid-column: 1/-1;
    gap: 6px;
  }
}
#panel-entry #t-birth-y {
  width: 110px;
  height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: left;
}
#panel-entry #t-birth-m,
#panel-entry #t-birth-d {
  width: 110px;
  height: 44px;
  padding: 10px 28px 10px 12px;
  box-sizing: border-box;
  line-height: normal;
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
#panel-entry select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 40px;
}
#panel-entry .form-label--tall {
  align-self: stretch !important;
  display: flex;
  align-items: center;
}
#panel-entry .form-field ul.checks {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  align-self: start;
}
#panel-entry .form-field ul.checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
}
#panel-entry .form-field ul.checks input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  #panel-entry .form-grid,
#panel-entry .form-grid > * {
    min-width: 0;
  }
  #panel-entry #t-birth-y {
    width: clamp(76px, 24vw, 90px);
  }
  #panel-entry #t-birth-m,
#panel-entry #t-birth-d {
    width: clamp(64px, 20vw, 84px);
    padding-right: 26px;
  }
  #panel-entry .form-field--row .suffix {
    white-space: nowrap;
    flex: 0 0 auto;
    font-weight: 700;
  }
}

#panel-entry [data-student] {
  display: none !important;
}

#panel-entry.is-student [data-student] {
  display: block !important;
}

#panel-entry.is-worker .form-label[for=t-school],
#panel-entry.is-worker .form-field[data-student]:has(#t-school),
#panel-entry.is-worker .form-label[for=t-faculty],
#panel-entry.is-worker .form-field[data-student]:has(#t-faculty) {
  display: block !important;
}

#panel-entry.is-worker .form-label[for=t-grade],
#panel-entry.is-worker #t-grade,
#panel-entry.is-worker .form-field:has(#t-grade) {
  display: none !important;
}

.contact__campaign {
  margin: 24px 0 12px;
}

.contact__campaign img {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__campaign img {
    width: 350px;
  }
}

.contact__submit {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contact__submit {
    margin-top: 50px;
  }
}

.btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.btn--primary {
  display: inline-block;
  min-width: 260px;
  padding: 22px 80px;
  background: linear-gradient(90deg, #23408e, #3b5cb8);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(59, 92, 184, 0.32);
  text-align: center;
}

.btn--primary:hover {
  box-shadow: 0 14px 30px rgba(22, 53, 145, 0.32);
  filter: brightness(1.03);
}

.btn--primary:active {
  transform: translateY(1px);
}

.thanks-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.thanks-container {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 16px;
}

.thanks-title {
  margin-bottom: 30px;
  font-weight: 900;
}

.thanks-text {
  margin-bottom: 50px;
  line-height: 1.6;
  font-weight: 800;
}
@media (max-width: 767px) {
  .thanks-text {
    text-align: left;
    padding-left: 20px;
  }
}

.thanks-back-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  border: 2px solid var(--brand, #163591);
  color: var(--brand, #163591);
  font-weight: 600;
  transition: 0.3s;
}

.thanks-back-btn:hover {
  background: var(--brand, #163591);
  color: #fff;
}

@media (max-width: 1024px) {
  :root {
    --sidebar-w: 0px;
  }
  .center-in-main {
    margin-left: var(--sidebar-w);
    width: calc(100vw - var(--sidebar-w));
  }
  .center-in-main p {
    max-width: 1200px;
    margin: 80px auto 30px;
  }
}
#concept,
#pricing {
  scroll-margin-top: var(--header-sp);
}

#contact-anchor,
#entry-anchor {
  scroll-margin-top: var(--header-sp);
}

.seo-area {
  background: #f9fafc;
  padding: clamp(40px, 6vw, 80px) var(--pad-x);
  border-top: 1px solid rgba(22, 53, 145, 0.1);
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ink);
}

.seo-acc {
  max-width: 1000px;
  margin: 0 auto;
}

.seo-acc__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  color: var(--brand);
  font-weight: 800;
  font-size: clamp(17px, 2.4vw, 21px);
  transition: background 0.2s ease;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .seo-acc__summary {
    background: #fff;
    border: 1px solid #dfe6f7;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(22, 53, 145, 0.08);
  }
}

.seo-acc__summary::-webkit-details-marker {
  display: none;
}

.seo-acc__summary::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
  margin-left: 16px;
  box-shadow: 0 3px 8px rgba(22, 53, 145, 0.15);
  transition: background 0.25s ease, transform 0.25s ease;
}

.seo-acc[open] .seo-acc__summary::after {
  content: "−";
  background: color-mix(in oklab, var(--brand), white 15%);
}

.seo-acc__panel {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #e9eefc;
  border-radius: 12px;
  padding: clamp(16px, 2.5vw, 24px);
  text-align: left;
}

.seo-area__lead {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.seo-area .section__divider {
  width: 100px;
  margin: 0 auto 18px;
}

.seo-area__pref {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #444;
  line-height: 2;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}

.seo-area__prefList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: clamp(13px, 1.6vw, 15px);
  color: #555;
  line-height: 1.9;
  text-align: left;
}

@media (min-width: 1025px) {
  .seo-area__prefList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.seo-area__prefList li {
  position: relative;
  padding-left: 0.9em;
}

.seo-area__prefList li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .seo-acc__summary {
    pointer-events: none;
    cursor: default;
    justify-content: center;
  }
  .seo-acc__summary::after {
    display: none;
  }
}
.center-in-main {
  width: min(1200px, 92vw);
  margin-left: calc(var(--sidebar-w) + (100vw - var(--sidebar-w) - min(1200px, 92vw)) / 2);
  margin-right: auto;
  text-align: center;
}
.center-in-main p {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--brand);
}
@media (min-width: 1025px) {
  .center-in-main p {
    margin-top: 80px;
  }
}

footer p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

footer.is-in p {
  opacity: 1;
  transform: none;
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 35;
}

.popup.show {
  display: flex;
}

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

.popup__inner {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: min(1200px, 95vw);
  max-height: 92vh;
  padding: 48px 32px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.popup__close:hover svg path {
  opacity: 0.85;
}

.popup__title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.5;
  text-align: center;
  color: #222;
}

.popup__media {
  margin-top: 16px;
  text-align: center;
  text-align: center;
}
.popup__media img {
  display: block;
  margin: 16px auto;
  width: 100%;
  max-width: 1100px;
  height: auto;
  max-height: 78vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1025px) {
  .popup__inner {
    width: min(1000px, 85vw);
    padding: 48px 48px 40px;
  }
  .popup__title {
    font-size: 22px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .popup__media img {
    max-width: 80%;
    max-height: 60vh;
    margin-top: 8px;
  }
}
.is-hidden {
  display: none;
}

@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
  .site-header {
    display: grid;
  }
}
html,
body {
  overflow-x: hidden;
}

@media (min-width: 1025px) {
  .concept,
.benefits,
.pricing,
.contact,
.price__content {
    max-width: min(1200px, 92%);
  }
}
@media (min-width: 1025px) {
  main {
    padding-top: 0;
  }
  [id],
#concept,
#pricing,
#report,
#contact-anchor,
#entry-anchor {
    scroll-margin-top: 0;
  }
}
#contact .section__ttl,
#entry .section__ttl {
  margin-top: 0;
}

#contact .section,
#entry .section {
  padding-top: var(--section-pt);
}

@media (max-width: 767px) {
  #pricing {
    scroll-margin-top: calc(var(--header-sp) - 15px) !important;
  }
  #contact-anchor,
#entry-anchor {
    scroll-margin-top: calc(var(--header-sp) - 15px) !important;
  }
  .pricing .section,
.contact .section {
    margin-top: 0;
  }
}
/* ==== FV：静かにズームイン・ズームアウト ==== */
.fv .fv-slider .slide img {
  -webkit-animation: fvZoom 15s ease-in-out infinite;
          animation: fvZoom 15s ease-in-out infinite;
  transform-origin: center;
}

@-webkit-keyframes fvZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes fvZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
/* ==== Timeline: フェードアップ（強め） ==== */
:root {
  --ease-tl: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.timeline [data-reveal=tl] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s var(--ease-tl), transform 0.6s var(--ease-tl);
  will-change: opacity, transform;
  filter: blur(3px);
}

.timeline.is-in [data-reveal=tl] {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ==== #report：カードを1枚ずつふわっと ==== */
#report .report__inner {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity, transform;
}

#report .report__inner.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
  #report .report__inner {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* ==== セクション見出し：ふわっと＋ステッガー ==== */
.section .section__ttl,
.section .eyebrow,
.section .section__divider {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.48s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.48s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity, transform;
}

/* 表示時（順に：タイトル → 英字 → 区切り） */
.section.is-in .section__ttl {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.section.is-in .eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: 60ms;
}

.section.is-in .section__divider {
  opacity: 1;
  transform: none;
  transition-delay: 120ms;
}

/* Motion配慮 */
@media (prefers-reduced-motion: reduce) {
  .section .section__ttl,
.section .eyebrow,
.section .section__divider {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/*# sourceMappingURL=style.css.map */