@charset "UTF-8";

:root {
  --rm-ink: #11152b;
  --rm-dark: #0b0f21;
  --rm-charcoal: #292e37;
  --rm-paper: #ffffff;
  --rm-soft: #f3f5f7;
  --rm-line: #dce1e6;
  --rm-muted: #667080;
  --rm-lime: #d6ff38;
  --rm-lime-deep: #bada23;
  --rm-radius: 22px;
  --rm-shadow: 0 18px 55px rgba(8, 13, 32, 0.12);
  --rm-container: 1160px;
}

.rm-swell-top .l-content,
.l-content:has(.rm-hero),
.top #content:has(.rm-hero) {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.rm-swell-top .post_content,
.post_content:has(.rm-hero) {
  margin: 0;
}

.rm-swell-top .post_content > *,
.post_content:has(.rm-hero) > * {
  margin-bottom: 0;
}

.rm-section,
.rm-hero,
.rm-cta {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  color: var(--rm-ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rm-section *,
.rm-hero *,
.rm-cta * {
  box-sizing: border-box;
}

.rm-container {
  width: min(calc(100% - 48px), var(--rm-container));
  margin-inline: auto;
}

.rm-section {
  padding: 104px 0;
  background: var(--rm-paper);
}

.rm-section--soft {
  background: var(--rm-soft);
}

.rm-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(214, 255, 56, 0.11), transparent 28%),
    var(--rm-dark);
}

.rm-eyebrow {
  margin: 0 0 16px;
  color: #758094;
  font: 700 0.78rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rm-section--dark .rm-eyebrow {
  color: var(--rm-lime);
}

.rm-title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.24;
  letter-spacing: -0.04em;
}

.rm-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--rm-muted);
  font-size: 1.04rem;
  line-height: 2;
}

.rm-section--dark .rm-lead {
  color: #c5cad5;
}

.rm-accent {
  color: var(--rm-lime-deep);
}

.rm-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 38%, rgba(98, 79, 168, 0.34), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(214, 255, 56, 0.08), transparent 30%),
    var(--rm-dark);
}

.rm-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 15, 33, 0.98) 0%, rgba(11, 15, 33, 0.76) 47%, rgba(11, 15, 33, 0.28) 100%);
  content: "";
}

.rm-hero__art {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(70vw, 980px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.85;
}

.rm-hero__inner {
  display: grid;
  align-content: center;
  min-height: 720px;
  padding: 110px 0 72px;
}

.rm-hero__copy {
  max-width: 770px;
}

.rm-hero__kicker {
  margin: 0 0 20px;
  color: var(--rm-lime);
  font: 700 0.82rem/1.4 "Montserrat", sans-serif;
  letter-spacing: 0.18em;
}

.rm-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7.1vw, 6.6rem);
  line-height: 1.08;
  letter-spacing: -0.07em;
}

.rm-hero h1 span {
  color: var(--rm-lime);
}

.rm-hero__text {
  max-width: 650px;
  margin: 30px 0 0;
  color: #d8dbe3;
  font-size: 1rem;
  line-height: 2;
}

.rm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 34px;
  padding: 14px 28px;
  border: 1px solid var(--rm-lime);
  border-radius: 999px;
  color: var(--rm-dark);
  background: var(--rm-lime);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.rm-button:hover,
.rm-button:focus-visible {
  color: #fff;
  background: transparent;
  transform: translateY(-2px);
}

.rm-button--dark {
  border-color: var(--rm-dark);
  color: #fff;
  background: var(--rm-dark);
}

.rm-button--dark:hover,
.rm-button--dark:focus-visible {
  color: var(--rm-dark);
  background: transparent;
}

.rm-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.13);
}

.rm-metric {
  min-width: 0;
  padding: 24px 18px;
  background: rgba(11, 15, 33, 0.82);
  backdrop-filter: blur(8px);
}

.rm-metric strong {
  display: block;
  color: var(--rm-lime);
  font: 700 clamp(1.3rem, 2vw, 2rem)/1.2 "Montserrat", sans-serif;
}

.rm-metric span {
  display: block;
  margin-top: 7px;
  color: #c6cad3;
  font-size: 0.78rem;
  line-height: 1.5;
}

.rm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 52px;
}

.rm-panel {
  overflow: hidden;
  border-radius: var(--rm-radius);
  background: #fff;
  box-shadow: var(--rm-shadow);
}

.rm-panel__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rm-panel__body {
  padding: 34px;
}

.rm-panel__body h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.5;
}

.rm-panel__body p {
  margin: 18px 0 0;
  color: var(--rm-muted);
  line-height: 1.9;
}

.rm-number-grid,
.rm-card-grid,
.rm-tools,
.rm-fit-grid {
  display: grid;
  gap: 22px;
  margin-top: 52px;
}

.rm-number-grid {
  grid-template-columns: repeat(2, 1fr);
}

.rm-number-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, 0.045);
}

.rm-number-card:last-child {
  grid-column: 1 / -1;
}

.rm-number-card__no {
  color: var(--rm-lime);
  font: 700 0.82rem/1 "Montserrat", sans-serif;
  letter-spacing: 0.12em;
}

.rm-number-card h3 {
  margin: 24px 0 0;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.45;
}

.rm-number-card p {
  max-width: 640px;
  margin: 18px 0 0;
  color: #c5cad5;
  line-height: 1.9;
}

.rm-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  gap: 58px;
  align-items: center;
  margin-top: 54px;
}

.rm-profile__photo {
  width: 100%;
  border-radius: var(--rm-radius);
  box-shadow: var(--rm-shadow);
}

.rm-profile__text p {
  margin: 0 0 20px;
  color: var(--rm-muted);
  line-height: 2;
}

.rm-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.rm-card {
  padding: 30px;
  border: 1px solid var(--rm-line);
  border-radius: 18px;
  background: #fff;
}

.rm-card__label {
  color: #7b8492;
  font: 700 0.72rem/1.3 "Montserrat", sans-serif;
  letter-spacing: 0.14em;
}

.rm-card h3 {
  margin: 17px 0 0;
  font-size: 1.25rem;
  line-height: 1.55;
}

.rm-card p {
  margin: 14px 0 0;
  color: var(--rm-muted);
  line-height: 1.8;
}

.rm-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 50px;
  counter-reset: rm-flow;
}

.rm-flow__item {
  padding: 28px 24px;
  border-top: 3px solid var(--rm-lime);
  background: rgba(255, 255, 255, 0.055);
  counter-increment: rm-flow;
}

.rm-flow__item::before {
  display: block;
  margin-bottom: 16px;
  color: var(--rm-lime);
  font: 700 0.75rem/1 "Montserrat", sans-serif;
  content: "STEP " counter(rm-flow, decimal-leading-zero);
}

.rm-flow__item h3 {
  margin: 0;
  font-size: 1.08rem;
}

.rm-flow__item p {
  margin: 12px 0 0;
  color: #c5cad5;
  font-size: 0.9rem;
  line-height: 1.75;
}

.rm-fit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.rm-fit {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(8, 13, 32, 0.08);
}

.rm-fit strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.65;
}

.rm-fit p {
  margin: 12px 0 0;
  color: var(--rm-muted);
  line-height: 1.8;
}

.rm-brand-strip {
  margin-top: 50px;
  padding: 38px;
  border-radius: var(--rm-radius);
  color: #fff;
  background: linear-gradient(120deg, #4450a8, #7a3f88 55%, #ad7155);
}

.rm-brand-strip h3 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.rm-brand-strip p {
  max-width: 760px;
  margin: 16px 0 0;
  line-height: 1.9;
}

.rm-tools {
  grid-template-columns: repeat(3, 1fr);
}

.rm-tool {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.rm-tool h3 {
  margin: 0;
  font-size: 1.2rem;
}

.rm-tool p {
  margin: 14px 0 0;
  color: #c5cad5;
  line-height: 1.85;
}

.rm-faq {
  max-width: 900px;
  margin: 48px auto 0;
  border-top: 1px solid var(--rm-line);
}

.rm-faq details {
  border-bottom: 1px solid var(--rm-line);
}

.rm-faq summary {
  position: relative;
  padding: 25px 52px 25px 0;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

.rm-faq summary::-webkit-details-marker {
  display: none;
}

.rm-faq summary::after {
  position: absolute;
  top: 24px;
  right: 6px;
  color: var(--rm-lime-deep);
  font-size: 1.5rem;
  content: "+";
}

.rm-faq details[open] summary::after {
  content: "−";
}

.rm-faq__answer {
  padding: 0 52px 26px 0;
  color: var(--rm-muted);
  line-height: 1.9;
}

.rm-cta {
  padding: 94px 0;
  color: #fff;
  background: var(--rm-dark);
}

.rm-cta__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.rm-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.25;
}

.rm-cta p {
  margin: 22px 0 0;
  color: #c5cad5;
  line-height: 1.9;
}

.rm-price {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--rm-radius);
  background: rgba(255, 255, 255, 0.06);
}

.rm-price__amount {
  display: block;
  margin-top: 12px;
  color: var(--rm-lime);
  font: 700 clamp(2rem, 4vw, 3.6rem)/1.2 "Montserrat", sans-serif;
}

.rm-price small {
  display: block;
  margin-top: 12px;
  color: #c5cad5;
}

@media (max-width: 959px) {
  .rm-section {
    padding: 82px 0;
  }

  .rm-hero,
  .rm-hero__inner {
    min-height: 660px;
  }

  .rm-hero__art {
    width: 100%;
    opacity: 0.45;
  }

  .rm-hero::after {
    background: linear-gradient(90deg, rgba(11, 15, 33, 0.97), rgba(11, 15, 33, 0.62));
  }

  .rm-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .rm-card-grid,
  .rm-fit-grid,
  .rm-tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .rm-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .rm-container {
    width: min(calc(100% - 32px), var(--rm-container));
  }

  .rm-section {
    padding: 64px 0;
  }

  .rm-hero,
  .rm-hero__inner {
    min-height: auto;
  }

  .rm-hero__inner {
    padding: 84px 0 46px;
  }

  .rm-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .rm-hero__text {
    margin-top: 22px;
    font-size: 0.92rem;
    line-height: 1.85;
  }

  .rm-button {
    width: 100%;
  }

  .rm-metrics {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 38px;
  }

  .rm-metric:last-child {
    grid-column: 1 / -1;
  }

  .rm-split,
  .rm-number-grid,
  .rm-card-grid,
  .rm-flow,
  .rm-fit-grid,
  .rm-tools,
  .rm-profile,
  .rm-cta__grid {
    grid-template-columns: 1fr;
  }

  .rm-split,
  .rm-number-grid,
  .rm-card-grid,
  .rm-flow,
  .rm-fit-grid,
  .rm-tools,
  .rm-profile {
    margin-top: 36px;
  }

  .rm-number-card:last-child {
    grid-column: auto;
  }

  .rm-panel__body,
  .rm-number-card,
  .rm-card,
  .rm-fit,
  .rm-tool,
  .rm-brand-strip,
  .rm-price {
    padding: 25px;
  }

  .rm-number-card {
    min-height: auto;
  }

  .rm-profile {
    gap: 30px;
  }

  .rm-profile__photo {
    max-height: 440px;
    object-fit: cover;
    object-position: top center;
  }

  .rm-cta {
    padding: 66px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rm-button {
    transition: none;
  }
}
