:root {
  --pink: #e6007e;
  --soft-pink: #ffeff5;
  --pale-blush: #fff4f7;
  --text: #222222;
  --muted: #626872;
  --line: #e7e9ee;
  --light: #f5f6f8;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(34, 34, 34, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 244, 247, 0.82), rgba(255, 255, 255, 0) 260px),
    var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

body.is-mobile-menu-open .site-header,
body.is-mobile-menu-open .mobile-menu-overlay {
  backdrop-filter: none;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 64px;
  margin: 0 auto;
}

.site-title {
  color: var(--pink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  white-space: normal;
}

.site-title span {
  display: inline;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #30343a;
  font-size: 13px;
  font-weight: 700;
}

.global-nav a {
  white-space: nowrap;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  padding: 0 34px;
  border: 2px solid var(--pink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition:
    transform 0.14s ease,
    box-shadow 0.14s ease,
    filter 0.14s ease,
    background-color 0.14s ease;
}

.button {
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--pink);
}

.header-cta {
  flex-direction: column;
  gap: 1px;
  min-height: 50px;
  padding: 6px 24px;
}

.header-cta small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.header-cta:hover,
.button.primary:hover {
  box-shadow: 0 8px 18px rgba(230, 0, 126, 0.16);
  filter: brightness(1.03);
}

.button.secondary {
  color: var(--pink);
  background: var(--white);
}

.button.arrow::after {
  content: ">";
  margin-left: 18px;
  font-size: 20px;
  line-height: 1;
}

.menu-button,
.mobile-menu {
  display: none;
}

main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-footer {
  margin-top: 26px;
  border-top: 1px solid #f3d8e7;
  background: #fff8fc;
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 30px;
}

.footer-inner p,
.footer-notes {
  margin: 0;
  color: #4f5560;
  font-size: 12px;
  letter-spacing: 0;
}

.footer-notes {
  display: grid;
  gap: 2px;
  padding: 0;
  list-style: none;
}

.footer-notes li {
  padding-left: 1em;
  line-height: 1.46;
  text-indent: -1em;
}

.footer-notes li::before {
  content: "・";
}

.footer-inner p:not(.footer-copy) {
  line-height: 1.46;
}

.footer-notes + p {
  margin-top: 12px;
}

.footer-inner a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-inner a:hover {
  color: #1e4b92;
}

.footer-inner p.footer-copy {
  color: #30343a;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.footer-copy span {
  display: inline;
}

.footer-copy span + span::before {
  content: " ";
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 690px) 1fr;
  align-items: stretch;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white) url("./img/hero-main.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 56px 0 48px 60px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 900;
}

h1,
h2,
p {
  margin-top: 0;
}

.hero-title {
  max-width: 660px;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.page-title {
  margin: 8px 0 12px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.hero-title,
.lead,
.login-note,
.sub-link {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98),
    1px 0 0 rgba(255, 255, 255, 0.98),
    0 -1px 0 rgba(255, 255, 255, 0.98),
    -1px 0 0 rgba(255, 255, 255, 0.98),
    0 0 8px rgba(255, 255, 255, 0.9),
    0 2px 12px rgba(255, 255, 255, 0.78);
}

.hero-title-accent {
  color: var(--pink);
  font-size: 1.25em;
  font-weight: 900;
}

.hero-title-brand {
  color: var(--pink);
}

.hero-title-first {
  display: inline-block;
  white-space: nowrap;
}

.hero-title-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.sp-only-break {
  display: none;
}

h2 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}

.lead {
  max-width: 620px;
  margin-bottom: 16px;
  color: #3f4650;
  font-size: 15px;
  font-weight: 600;
}

.lead-line {
  display: inline;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 34px;
  margin: 8px 0 0;
  padding: 0 18px;
  color: #2f3642;
  background: rgba(255, 235, 245, 0.9);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: #f05aa1;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: min(100%, 320px);
  gap: 10px;
  margin-bottom: 0;
}

.hero-actions .button {
  width: 100%;
}

.hero-entry-button-frame {
  --beam-size: 82px;
  --beam-duration: 4.8s;
  --beam-border-width: 2px;
  --beam-color-from: rgba(255, 255, 255, 0);
  --beam-color-via: rgba(255, 255, 255, 0.98);
  --beam-color-to: #ffd166;
  position: relative;
  display: block;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background: var(--pink);
}

.button.primary.hero-entry-button {
  position: relative;
  z-index: 1;
  border-color: transparent;
  border-radius: inherit;
  background: transparent;
}

.hero-entry-button-frame::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 18px),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 18px),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 18px),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 18px);
}

.hero-entry-button-frame .border-beam {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  border: var(--beam-border-width) solid transparent;
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(#000, #000) border-box;
  mask:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(#000, #000) border-box;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  background: rgba(255, 255, 255, 0.16);
}

.hero-entry-button-frame .border-beam::after {
  content: "";
  position: absolute;
  width: var(--beam-size);
  aspect-ratio: 1;
  background: linear-gradient(
    to left,
    var(--beam-color-from),
    var(--beam-color-via) 34%,
    var(--beam-color-to) 62%,
    transparent
  );
  offset-path: rect(0 auto auto 0 round var(--beam-size));
  animation: border-beam var(--beam-duration) linear infinite;
}

@keyframes border-beam {
  to {
    offset-distance: 100%;
  }
}

.sticky-entry-cta {
  display: none;
}

.entry-action {
  display: grid;
  gap: 7px;
  width: 100%;
}

.login-note {
  width: 100%;
  margin: 0;
  color: #646c78;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.hero-sub-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.sub-link {
  margin: 0;
  color: #4e5662;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.hero-sub-links .sub-link {
  width: auto;
}

.hero-sub-links .sub-link + .sub-link {
  display: flex;
  align-items: center;
}

.hero-sub-links .sub-link + .sub-link::before {
  content: "|";
  margin: 0 10px;
  color: #7d8694;
  font-weight: 600;
}

.sub-link a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-image {
  display: none;
}

.hero-image::before {
  content: none;
}

.hero-image img {
  width: 100%;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
  margin: 18px 0 26px;
}

.section-accent-heading {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}

.section-seo-heading {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.benefit-grid > .section-seo-heading {
  margin-bottom: 0;
}

.section-accent-heading,
.steps-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.5em;
}

.section-heading-index {
  color: #e6007e;
  white-space: nowrap;
}

.section-heading-text {
  min-width: 0;
  color: #111827;
}

.section-accent-heading::after {
  content: "";
  display: block;
  flex-basis: 100%;
  width: min(100%, clamp(240px, 54vw, 460px));
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(230, 0, 126, 0), rgba(230, 0, 126, 0.78) 50%, rgba(230, 0, 126, 0));
}

.benefit-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 14px;
  min-height: 122px;
  padding: 20px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.1);
  align-items: center;
}

.benefit-copy {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: 4px;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: var(--pink);
  background: transparent;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-card p {
  margin: 0;
  min-height: 1.25em;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.benefit-card strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--pink);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.benefit-card em {
  font-size: 42px;
  font-style: normal;
  letter-spacing: 0;
}

.benefit-card strong span {
  color: #202938;
  font-size: 13px;
  font-weight: 800;
}

.benefit-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 2px;
  margin: -2px 0 0;
  color: #4d5561;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.benefit-note p {
  margin: 0;
}

.benefit-note a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.benefit-note a:visited {
  color: #2d62b8;
}

.benefit-note strong {
  display: block;
  color: var(--text);
  font-weight: 900;
}

.campaign-feature-block {
  grid-column: 1 / -1;
  margin-top: 26px;
}

.campaign-feature-block .section-accent-heading {
  margin: 0 0 14px;
}

.campaign-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.campaign-feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: 316px;
  padding: 16px 18px 18px;
  border: 1px solid #f2c9dc;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff8fb 0%, var(--white) 100%);
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.07);
}

.campaign-feature-image {
  --campaign-feature-image-height: 218px;
  display: grid;
  place-items: center;
  height: var(--campaign-feature-image-height);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.campaign-feature-card img {
  justify-self: center;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: var(--campaign-feature-image-height);
  max-height: var(--campaign-feature-image-height);
  object-fit: contain;
  object-position: center;
}

.campaign-feature-card p {
  align-self: center;
  margin: 0 auto;
  max-width: 440px;
  color: #242a34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.content-split,
.lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  margin-bottom: 22px;
}

.comparison-section {
  margin: 34px 0 22px;
}

.comparison-panel {
  min-width: 0;
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.panel,
.cta-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.panel {
  padding: 24px 26px;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 188px;
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-panel p {
  margin-bottom: 24px;
  color: #4d5561;
  font-size: 14px;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.comparison-table-frame {
  width: 100%;
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #0f1724;
  font-weight: 900;
  text-align: center;
}

.comparison-label-col {
  width: 33.5%;
}

.comparison-employee-col,
.comparison-standard-col {
  width: 33.25%;
}

.comparison-table thead th {
  height: 58px;
  padding: 0 14px 10px;
  border: 0;
  background: transparent;
  vertical-align: bottom;
}

.comparison-table thead span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: var(--white);
  background: var(--pink);
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.comparison-heading-break {
  display: none;
}

.mnp-mobile-break {
  display: none;
}

.mobile-paren {
  display: inline;
}

.comparison-table thead span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid var(--pink);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  transform: translateX(-50%);
}

.comparison-table thead th:nth-child(2) span {
  background: #303030;
}

.comparison-table thead th:nth-child(2) span::after {
  border-top-color: #303030;
}

.comparison-table tbody th,
.comparison-table tbody td {
  height: 72px;
  border: 1px solid #dedede;
  padding: 12px 14px;
  vertical-align: middle;
}

.comparison-table tbody th {
  background: #d8d8d8;
  font-size: 17px;
  line-height: 1.45;
}

.comparison-table tbody td:nth-child(2) {
  background: var(--white);
}

.comparison-table tbody td:nth-child(3) {
  background: #f5ddeb;
  color: var(--pink);
}

.comparison-table tbody tr + tr th,
.comparison-table tbody tr + tr td {
  border-top: 2px solid #d0d0d0;
}

.comparison-table tbody tr + tr th {
  border-top-color: var(--white);
}

.comparison-points {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

.comparison-points em {
  font-size: 34px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

.comparison-points span {
  font-size: 16px;
  line-height: 1;
}

.comparison-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3.4px solid #102033;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.comparison-mark.is-employee {
  border-color: var(--pink);
}

.comparison-dash {
  color: #111827;
  font-size: 30px;
  line-height: 1;
}

.precheck-flow {
  margin: 24px 0 54px;
  padding: 8px 0 0;
}

.entry-flow-section {
  grid-column: 1 / -1;
  margin: 24px 0 26px;
  padding-top: 0;
}

.entry-flow-section + .campaign-feature-block {
  margin-top: 0;
}

.campaign-feature-block + .entry-flow-section {
  margin-top: 34px;
}

.steps-cards.precheck-cards {
  gap: 26px;
}

.step-card.precheck-card {
  container-name: precheck-card;
  container-type: inline-size;
  min-height: 294px;
  padding: 26px 24px 20px;
}

.step-card.precheck-card .step-label {
  min-width: 90px;
}

.step-card.precheck-card .step-heading {
  margin-left: 74px;
  font-size: 19px;
  line-height: 1.45;
}

.step-card.precheck-card:nth-child(3) .step-heading {
  font-size: 19px;
}

.entry-flow-section .step-card.precheck-card .step-heading {
  font-size: 19px;
}

.entry-flow-section .step-card.precheck-card:nth-child(-n+2) {
  display: flex;
  flex-direction: column;
}

.entry-flow-section .step-card.precheck-card:nth-child(-n+2) .step-visual.precheck-visual {
  margin: auto 0;
}

.entry-flow-section .step-card.precheck-card:nth-child(3) .step-copy {
  max-width: 280px;
  line-height: 1.48;
}

.steps-flow .step-copy {
  line-height: 1.48;
}

@container precheck-card (max-width: 300px) {
  .step-card.precheck-card .step-heading {
    margin: 44px 0 0;
    font-size: 19px;
  }

  .step-card.precheck-card:nth-child(3) .step-heading {
    font-size: 19px;
  }

  .entry-flow-section .step-card.precheck-card .step-heading {
    font-size: 19px;
  }

  .step-card.precheck-card .step-visual.precheck-visual {
    margin-top: 8px;
  }
}

.step-visual.precheck-visual {
  height: 150px;
  margin: 14px 0 10px;
}

.step-visual.precheck-visual.is-login-visual {
  height: 184px;
  margin-top: 10px;
}

.icon-slot.precheck-icon-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.icon-slot.precheck-icon-slot.is-login-slot {
  width: 184px;
  height: 184px;
}

.icon-slot.precheck-icon-slot.has-illustration {
  border: 0;
  background: transparent;
}

.precheck-icon-slot .precheck-icon-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.62;
}

.precheck-icon-slot .precheck-icon-image.is-ok {
  width: 86%;
}

.precheck-icon-slot .precheck-icon-image.is-ng {
  width: 90%;
}

.precheck-icon-slot .precheck-icon-image.is-multipul-use {
  width: 130%;
  max-width: none;
}

.precheck-icon-slot .precheck-icon-image.is-entry-button {
  width: 300px;
  height: auto;
  max-width: none;
  opacity: 1;
}

.precheck-icon-slot .precheck-icon-image.is-login {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
  border: 1px solid #e4e7f0;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.12);
  opacity: 1;
  transform: scale(1.16);
  transform-origin: center center;
}

.precheck-icon-slot .precheck-icon-image.is-mail {
  width: 118px;
  height: auto;
  max-width: none;
  opacity: 0.82;
  transform: translateY(4px);
}

.precheck-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 18px;
  border: 1px solid #f2c2db;
  border-radius: 999px;
  background: #fff8fc;
  color: var(--pink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.precheck-link:hover {
  background: #fff0f8;
}

#benefit-heading,
#campaign-feature-heading,
#entry-flow,
#difference,
#difference-heading,
#precheck-heading,
#flow {
  scroll-margin-top: 86px;
}

.steps-flow {
  scroll-margin-top: 86px;
  margin: 54px 0 62px;
  padding: 28px 0 0;
}

.steps-title {
  margin: 0 0 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}

.steps-title::after {
  content: "";
  display: block;
  flex-basis: 100%;
  width: min(100%, 290px);
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(230, 0, 126, 0), rgba(230, 0, 126, 0.78) 50%, rgba(230, 0, 126, 0));
}

.comparison-section > .section-seo-heading,
.entry-flow-section > .section-seo-heading,
.precheck-flow > .section-seo-heading,
.steps-flow > .section-seo-heading,
.faq-section > .section-seo-heading,
.about-site-detail > .section-seo-heading,
.author-profile > .section-seo-heading {
  margin-top: 14px;
}

.steps-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-left: 8px;
}

.step-card {
  container-name: step-card;
  container-type: inline-size;
  position: relative;
  min-height: 430px;
  padding: 28px 24px 26px;
  border: 1px solid #f8c8de;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(31, 41, 55, 0.09);
  text-align: center;
}

.step-label {
  --label-fold: 8px;
  position: absolute;
  top: 26px;
  left: calc(-1 * var(--label-fold));
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 32px;
  padding: 0 13px 0 calc(12px + var(--label-fold));
  border-radius: 0 8px 8px 0;
  color: var(--white);
  background: linear-gradient(135deg, #f8008a 0%, var(--pink) 78%);
  box-shadow: 0 7px 13px rgba(230, 0, 126, 0.12);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.step-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--label-fold));
  width: var(--label-fold);
  height: var(--label-fold);
  border: 0;
  background: linear-gradient(135deg, #7c0046 0%, #b50065 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.step-heading {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 0 88px;
  color: #252932;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.step-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 202px;
  margin: 10px 0 16px;
}

.step-visual.is-wide {
  justify-content: space-evenly;
}

.step-visual.is-process-step1-visual {
  height: 275px;
  margin: 6px 0 12px;
}

.step-visual.is-process-step2-visual,
.step-visual.is-process-step3-visual {
  height: 275px;
  margin: 6px 0 12px;
}

.icon-slot {
  display: block;
  flex: 0 0 auto;
}

.icon-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-slot.is-process-step1 img,
.icon-slot.is-process-step2 img,
.icon-slot.is-process-step3 img {
  opacity: 0.62;
}

.icon-slot.is-phone {
  width: 108px;
  height: 188px;
}

.icon-slot.is-process-step1 {
  width: 255px;
  height: 275px;
}

.icon-slot.is-process-step2,
.icon-slot.is-process-step3 {
  width: 255px;
  height: 275px;
}

.icon-slot.is-process-step3 {
  transform: translateX(38px);
}

.icon-slot.is-sim {
  width: 86px;
  height: 86px;
}

.icon-slot.is-call {
  width: 124px;
  height: 124px;
}

.visual-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 48px;
  color: var(--pink);
}

.visual-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.step-copy {
  margin: 0 auto;
  max-width: 310px;
  color: #242a34;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
}

.step-copy-accent {
  color: var(--pink);
}

/* コード・URL・やり方（#code-howto）— official-quote と同系の左罫線ボックス */
.entry-howto-intro {
  margin: 4px 0 24px;
  padding: 18px 20px 16px;
  border-left: 4px solid var(--pink);
  border-radius: 0 12px 12px 0;
  background: #fff7fb;
  color: #2b2f36;
  text-align: left;
}

.entry-howto-title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.entry-howto-intro p {
  margin: 0 0 10px;
  color: #2b2f36;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.entry-howto-intro p:last-child {
  margin-bottom: 0;
}

.entry-howto-intro a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .entry-howto-intro {
    margin: 18px 0;
    padding: 14px 14px 12px;
  }
}

.step-copy small {
  display: inline-block;
  margin-top: 4px;
  color: #6a7380;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.steps-note {
  margin: 46px 0 0;
  color: #252932;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.button.wide {
  display: flex;
  width: min(620px, 100%);
  margin: 0 auto;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.reason-grid article {
  min-height: 112px;
  padding: 16px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reason-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border: 1px solid #ffc1dc;
  border-radius: 50%;
  color: var(--pink);
  background: var(--soft-pink);
  font-size: 11px;
  font-weight: 900;
}

.reason-grid strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.45;
}

.reason-grid p {
  margin: 0;
  color: #64707d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.check-content {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
}

.check-content img {
  width: 118px;
}

.check-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-content li {
  position: relative;
  padding-left: 28px;
  color: #424a55;
  font-size: 14px;
  font-weight: 800;
}

.check-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pink);
  font-weight: 900;
}

.checklist .button {
  padding-right: 18px;
  padding-left: 18px;
  white-space: normal;
}

.faq-section {
  scroll-margin-top: 86px;
  margin: 54px 0 62px;
  padding: 28px 0 0;
}

.faq-group {
  margin-top: 34px;
}

.faq-group:first-of-type {
  margin-top: 24px;
}

.faq-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: #1f2733;
}

.faq-category::before {
  content: "";
  flex: none;
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: var(--pink);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.faq-item[open] {
  border-color: rgba(230, 0, 126, 0.34);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #1f2733;
}

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

.faq-question:hover {
  background: var(--pale-blush);
  border-radius: 10px;
}

.faq-mark {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--pink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.faq-mark.is-answer {
  background: var(--soft-pink);
  color: var(--pink);
}

.faq-question-text {
  flex: 1 1 auto;
  min-width: 0;
}

.faq-toggle {
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--pink);
  border-radius: 2px;
}

.faq-toggle::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}

.faq-toggle::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-toggle::after {
  transform: rotate(90deg);
}

.faq-answer {
  display: flex;
  gap: 12px;
  margin: 0 22px;
  padding: 16px 0 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.faq-answer p {
  margin: 0;
}

.faq-note {
  margin: 26px 0 0;
  color: #4d5561;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.faq-note a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-note a:visited {
  color: #2d62b8;
}

.text-link {
  display: block;
  margin-top: 12px;
  color: #2d62b8;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr 300px 210px;
  gap: 18px;
  align-items: center;
  padding: 26px max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid #ffd5e7;
  border-bottom: 1px solid #ffd5e7;
  background: linear-gradient(90deg, var(--pale-blush), var(--white));
}

.final-cta h2 {
  margin-bottom: 4px;
  font-size: 26px;
  text-align: left;
}

.final-cta p {
  margin: 0;
  color: #525b66;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .global-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    gap: 5px;
    width: 34px;
    height: 34px;
    padding: 6px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: var(--text);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: block;
    overflow: hidden;
    pointer-events: none;
  }

  .mobile-menu.is-open {
    pointer-events: auto;
  }

  .mobile-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.54);
    opacity: 0;
    transition: opacity 0.24s ease;
    backdrop-filter: blur(4px);
  }

  .mobile-menu.is-open .mobile-menu-overlay {
    opacity: 1;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(86vw, 360px);
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: calc(16px + env(safe-area-inset-top)) 14px calc(24px + env(safe-area-inset-bottom));
    background: var(--white);
    border-radius: 18px 0 0 18px;
    transform: translateX(100%);
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.2s ease;
  }

  .mobile-menu.is-open .mobile-menu-panel {
    transform: translateX(0);
    box-shadow: -24px 0 48px rgba(15, 23, 42, 0.18);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-inline: 2px;
  }

  .mobile-menu-title {
    margin: 0;
    color: #59606b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .mobile-menu-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  }

  .mobile-menu-close span {
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
  }

  .mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu-nav {
    display: grid;
    gap: 10px;
    overflow-y: auto;
    padding: 2px 2px calc(12px + env(safe-area-inset-bottom));
  }

  .mobile-menu-nav a {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    color: #202938;
    text-decoration: none;
  }

  .mobile-menu-cta {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 14px 14px !important;
    border: 0 !important;
    background: var(--pink) !important;
    color: #fff !important;
    text-align: center;
    box-shadow: 0 10px 22px rgba(230, 0, 126, 0.22) !important;
  }

  .mobile-menu-cta small {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
  }

  .mobile-menu-section {
    margin: 14px 0 -2px;
    padding: 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--pink);
  }

  .mobile-menu-section:first-of-type {
    margin-top: 18px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 310px;
    background-position: center;
  }

  .hero-copy {
    padding-left: 34px;
  }

  .hero-title {
    font-size: 29px;
  }

  .hero-actions {
    width: 320px;
  }

  .sub-link {
    width: 100%;
  }

  .benefit-grid,
  .content-split,
  .lower-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .steps-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .step-card.precheck-card {
    min-height: 276px;
    padding: 22px 18px 18px;
  }

  .step-card.precheck-card .step-heading {
    margin-left: 72px;
    font-size: 19px;
  }

  .step-card.precheck-card:nth-child(3) .step-heading {
    font-size: 19px;
  }

  .entry-flow-section .step-card.precheck-card .step-heading {
    font-size: 19px;
  }

  .step-visual.precheck-visual {
    height: 136px;
    margin: 14px 0 10px;
  }

  .step-visual.precheck-visual.is-login-visual {
    height: 156px;
  }

  .icon-slot.precheck-icon-slot {
    width: 136px;
    height: 136px;
    border-radius: 0;
    font-size: 16px;
  }

  .icon-slot.precheck-icon-slot.is-login-slot {
    width: 156px;
    height: 156px;
  }

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

  .step-card {
    min-height: 380px;
    padding: 24px 18px 22px;
  }

  .step-heading {
    margin-left: 82px;
    font-size: 19px;
    transform: translateY(4px);
  }

  .steps-flow .step-heading {
    transform: translateY(2px);
  }

  .step-visual {
    height: 178px;
    margin: 8px 0 14px;
  }

  .step-visual.is-process-step1-visual,
  .step-visual.is-process-step2-visual,
  .step-visual.is-process-step3-visual {
    height: 244px;
    margin-top: 16px;
  }

  .icon-slot.is-phone {
    width: 96px;
    height: 166px;
  }

  .icon-slot.is-process-step1 {
    width: 227px;
    height: 244px;
  }

  .icon-slot.is-process-step2,
  .icon-slot.is-process-step3 {
    width: 227px;
    height: 244px;
  }

  .icon-slot.is-process-step3 {
    transform: translateX(34px);
  }

  .icon-slot.is-sim {
    width: 74px;
    height: 74px;
  }

  .icon-slot.is-call {
    width: 106px;
    height: 106px;
  }

  .step-copy {
    font-size: 16px;
  }

  .check-content {
    grid-template-columns: 100px 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    background: var(--white);
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  body.is-mobile-menu-open {
    padding-bottom: 0;
  }

  #benefit-heading,
  #campaign-feature-heading,
  #entry-flow,
  #difference,
  #difference-heading,
  #precheck-heading,
  #flow {
    scroll-margin-top: 70px;
  }

  .header-inner,
  main,
  .footer-inner {
    width: min(100% - 24px, 430px);
  }

  .header-inner {
    min-height: 56px;
  }

  .site-title {
    font-size: 15px;
    line-height: 1.28;
  }

  .site-footer {
    margin-top: 20px;
  }

  .footer-inner {
    padding: 20px 0 24px;
  }

  .footer-inner p:not(.footer-copy) {
    font-size: 11px;
    line-height: 1.42;
  }

  .footer-inner p.footer-copy {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }

  .footer-copy span {
    display: inline;
  }

  .footer-copy span + span::before {
    content: " ";
  }

  .footer-copy span:last-child {
    display: block;
  }

  .footer-copy span:last-child::before {
    content: none;
  }

  .mobile-menu-panel {
    left: 0;
    width: auto;
    max-width: none;
    padding: calc(14px + env(safe-area-inset-top)) 14px calc(20px + env(safe-area-inset-bottom));
    border-radius: 0;
  }

  .mobile-menu-close {
    width: 38px;
    height: 38px;
  }

  .mobile-menu-nav a {
    padding: 13px 12px;
    font-size: 13px;
  }

  .hero {
    display: block;
    min-height: 260px;
    margin-top: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 43%, rgba(255, 255, 255, 0.4) 66%, rgba(255, 255, 255, 0.08) 100%),
      url("./img/hero-main.png") 76% center / auto 260px no-repeat;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  }

  .hero-copy {
    position: relative;
    z-index: 1;
    width: 66%;
    min-width: 252px;
    padding: 24px 0 18px 18px;
  }

  .hero-image {
    display: none;
  }

  .hero-image::before {
    display: none;
  }

  .hero-image img {
    display: none;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-title {
    margin-bottom: 20px;
  }

  .page-title {
    margin: 8px 0 10px;
    font-size: 11px;
    line-height: 1.55;
  }

  .sp-only-break {
    display: inline;
  }

  h2 {
    font-size: 17px;
  }

  .lead {
    width: min(100%, 240px);
    max-width: none;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.8;
  }

  .lead-line {
    display: inline;
    white-space: normal;
  }

  .hero-note {
    min-height: 28px;
    margin-top: 12px;
    padding: 0 10px;
    font-size: 10px;
  }

  .hero-note span {
    width: 17px;
    height: 17px;
    font-size: 12px;
  }

  .hero-actions {
    width: min(100%, 240px);
    gap: 6px;
    margin-bottom: 0;
  }

  .sticky-entry-cta {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 30;
    display: grid;
    gap: 5px;
    width: min(calc(100% - 24px), 430px);
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #f3c2dc;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 32px rgba(31, 41, 55, 0.18);
    backdrop-filter: blur(10px);
  }

  body.is-mobile-menu-open .sticky-entry-cta {
    display: none;
  }

  .sticky-entry-button-frame {
    --beam-size: 70px;
    --beam-duration: 4.8s;
    width: 100%;
    border-radius: 7px;
  }

  .button.primary.sticky-entry-button {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .sticky-entry-cta p {
    margin: 0;
    color: #626872;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
  }

  .login-note {
    font-size: 10px;
    text-align: center;
  }

  .button {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    font-size: 12px;
  }

  .sub-link {
    width: 100%;
    font-size: 11px;
    line-height: 1.5;
  }

  .benefit-grid,
  .content-split,
  .lower-grid,
  .reason-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-accent-heading::after {
    width: min(100%, 320px);
  }

  .benefit-card {
    display: grid;
    grid-template-columns: 58px auto;
    justify-content: center;
    justify-items: start;
    column-gap: 12px;
    min-height: 96px;
    padding: 12px;
    align-items: center;
  }

  .benefit-copy {
    width: min(215px, calc(100vw - 142px));
  }

  .card-icon {
    width: 56px;
    height: 56px;
  }

  .benefit-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .benefit-card strong {
    gap: 6px;
  }

  .benefit-card em {
    font-size: 30px;
  }

  .benefit-card strong span,
  .benefit-note {
    font-size: 11px;
  }

  .benefit-note {
    line-height: 1.7;
  }

  .benefit-note p {
    padding-left: 1em;
    text-indent: -1em;
  }

  .campaign-feature-block {
    margin-top: 20px;
  }

  .campaign-feature-block .section-accent-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .campaign-feature-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .campaign-feature-card {
    gap: 10px;
    min-height: auto;
    padding: 12px;
  }

  .campaign-feature-image {
    --campaign-feature-image-height: 156px;
  }

  .campaign-feature-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .comparison-section {
    margin-top: 26px;
  }

  .campaign-feature-block + .entry-flow-section {
    margin-top: 26px;
  }

  .panel,
  .cta-panel {
    padding: 18px 14px;
  }

  .comparison-panel {
    padding: 8px;
    border-radius: 8px;
  }

  .content-split {
    gap: 10px;
  }

  .comparison-label-col {
    width: 34%;
  }

  .comparison-employee-col,
  .comparison-standard-col {
    width: 33%;
  }

  .comparison-table thead th {
    height: 54px;
    padding: 0 5px 12px;
  }

  .comparison-table thead span {
    min-height: 40px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.08;
    white-space: normal;
  }

  .comparison-heading-break {
    display: block;
  }

  .mnp-mobile-break {
    display: block;
  }

  .mobile-paren {
    display: block;
  }

  .comparison-table thead span::after {
    bottom: -9px;
    border-top-width: 9px;
    border-right-width: 5px;
    border-left-width: 5px;
  }

  .comparison-table tbody th,
  .comparison-table tbody td {
    height: 58px;
    padding: 8px 4px;
  }

  .comparison-table tbody th {
    font-size: 11px;
    line-height: 1.45;
  }

  .comparison-points {
    gap: 4px;
    flex-direction: column;
    align-items: center;
  }

  .comparison-points em {
    font-size: 21px;
  }

  .comparison-points span {
    font-size: 10px;
    font-weight: 800;
  }

  .comparison-mark {
    width: 22px;
    height: 22px;
    border-width: 2.6px;
  }

  .comparison-dash {
    font-size: 22px;
  }

  .cta-panel {
    min-height: 0;
  }

  .steps-flow {
    scroll-margin-top: 70px;
    margin: 36px 0 46px;
    padding-top: 14px;
  }

  .precheck-flow {
    margin: 26px 0 42px;
  }

  .steps-title {
    position: sticky;
    top: 56px;
    z-index: 8;
    margin-bottom: 8px;
    padding: 8px 0 10px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    font-size: 17px;
    line-height: 1.45;
  }

  .section-seo-heading {
    margin: -10px 0 8px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.55;
  }

  .benefit-grid > .section-seo-heading {
    margin-bottom: 0;
  }

  .comparison-section > .section-seo-heading,
  .entry-flow-section > .section-seo-heading,
  .precheck-flow > .section-seo-heading,
  .steps-flow > .section-seo-heading {
    margin-top: 0;
  }

  .section-accent-heading {
    position: sticky;
    top: 56px;
    z-index: 8;
    padding: 8px 0 10px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    font-size: 17px;
    line-height: 1.45;
  }

  .steps-title::after {
    width: 220px;
    height: 3px;
    margin-top: 10px;
  }

  .steps-cards {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .entry-flow-section .steps-cards,
  .precheck-flow .steps-cards,
  .steps-flow .steps-cards {
    gap: 8px;
  }

  .step-card {
    min-height: 0;
    padding: 22px 16px 20px;
    border-radius: 10px;
  }

  .step-card.precheck-card {
    min-height: 258px;
    padding: 20px 16px 16px;
  }

  .step-label {
    --label-fold: 7px;
    top: 24px;
    min-width: 80px;
    min-height: 30px;
    margin-bottom: 0;
    padding: 0 11px 0 calc(11px + var(--label-fold));
    border-radius: 0 7px 7px 0;
    font-size: 13px;
  }

  .step-label::after {
    bottom: calc(-1 * var(--label-fold));
    width: var(--label-fold);
    height: var(--label-fold);
    margin: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #7c0046 0%, #b50065 100%);
  }

  .step-heading {
    min-height: 30px;
    margin-left: 80px;
    font-size: 19px;
    transform: translateY(3px);
  }

  .step-card.precheck-card .step-heading {
    min-height: 30px;
    margin-left: 74px;
    font-size: 19px;
  }

  .step-card.precheck-card:nth-child(3) .step-heading {
    font-size: 19px;
  }

  .entry-flow-section .step-card.precheck-card .step-heading {
    font-size: 19px;
  }

  .step-visual {
    height: 178px;
    margin: 8px 0 12px;
  }

  .step-visual.precheck-visual {
    height: 128px;
    margin: 14px 0 10px;
  }

  .step-visual.precheck-visual.is-login-visual {
    height: 154px;
  }

  .icon-slot.precheck-icon-slot {
    width: 128px;
    height: 128px;
    border-radius: 0;
    font-size: 15px;
  }

  .icon-slot.precheck-icon-slot.is-login-slot {
    width: 154px;
    height: 154px;
  }

  .precheck-link {
    min-height: 38px;
    margin-top: 0;
    font-size: 13px;
  }

  .icon-slot.is-phone {
    width: 94px;
    height: 164px;
  }

  .icon-slot.is-process-step1 {
    width: 211px;
    height: 227px;
  }

  .icon-slot.is-process-step2,
  .icon-slot.is-process-step3 {
    width: 211px;
    height: 227px;
  }

  .icon-slot.is-process-step3 {
    transform: translateX(31px);
  }

  .icon-slot.is-sim {
    width: 74px;
    height: 74px;
  }

  .icon-slot.is-call {
    width: 98px;
    height: 98px;
  }

  .visual-dots {
    gap: 9px;
    min-width: 38px;
  }

  .visual-dots span {
    width: 6px;
    height: 6px;
  }

  .step-copy {
    max-width: 290px;
    font-size: 13px;
    line-height: 1.55;
  }

  .steps-note {
    margin-top: 36px;
    font-size: 15px;
  }

  .reason-grid article {
    min-height: 82px;
  }

  .check-content {
    grid-template-columns: 86px 1fr;
    gap: 12px;
  }

  .check-content img {
    width: 82px;
  }

  .check-content li {
    font-size: 11px;
  }

  .faq-section {
    scroll-margin-top: 70px;
    margin: 26px 0 42px;
    padding-top: 14px;
  }

  .faq-group {
    margin-top: 26px;
  }

  .faq-group:first-of-type {
    margin-top: 16px;
  }

  .faq-category {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-question {
    gap: 10px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .faq-mark {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .faq-toggle {
    width: 14px;
    height: 14px;
  }

  .faq-toggle::before {
    top: 6px;
    width: 14px;
  }

  .faq-toggle::after {
    left: 6px;
    height: 14px;
  }

  .faq-answer {
    margin: 0 16px;
    padding: 12px 0 16px;
    font-size: 12px;
    line-height: 1.8;
  }

  .faq-note {
    margin-top: 18px;
    padding-left: 1em;
    font-size: 11px;
    text-indent: -1em;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 12px;
  }

  .final-cta h2 {
    font-size: 18px;
    text-align: center;
  }

  .final-cta p {
    font-size: 11px;
    text-align: center;
  }
}

@container precheck-card (max-width: 300px) {
  .step-card.precheck-card .step-heading {
    margin: 44px 0 0;
    font-size: 19px;
  }

  .step-card.precheck-card:nth-child(3) .step-heading {
    font-size: 19px;
  }

  .entry-flow-section .step-card.precheck-card .step-heading {
    font-size: 19px;
  }

  .step-card.precheck-card .step-visual.precheck-visual {
    margin-top: 8px;
  }
}

@container step-card (max-width: 320px) {
  .step-heading {
    min-height: 32px;
    margin: 0 0 0 88px;
    font-size: 19px;
  }

  .steps-flow .step-label {
    top: 28px;
  }

  .steps-flow .step-heading {
    margin-left: 68px;
  }
}

/* ===== Meta mini badges (under hero): author + about-site ===== */
.meta-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.meta-mini {
  min-width: 0;
}

.meta-mini-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  color: inherit;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.meta-mini-inner:hover {
  box-shadow: 0 10px 24px rgba(230, 0, 126, 0.14);
  transform: translateY(-1px);
}

.meta-mini-avatar {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--soft-pink);
  flex: 0 0 auto;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(230, 0, 126, 0.15);
}

.meta-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meta-mini-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  flex: 1 1 auto;
}

.meta-mini-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--pink);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.meta-mini-name {
  font-size: 14px;
  font-weight: 700;
  color: #202938;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meta-mini-sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meta-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--pink);
  white-space: nowrap;
  flex: 0 0 auto;
}

.meta-mini-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.meta-mini-chevron::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-1px) rotate(45deg);
}

/* ===== About-site detail (before profile) ===== */
.about-site-detail {
  margin: 40px 0 26px;
}

.about-detail-card {
  display: grid;
  gap: 22px;
  margin-top: 18px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 244, 247, 0.6), rgba(255, 255, 255, 0) 120px),
    var(--white);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.about-detail-head {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.about-detail-icon {
  display: inline-flex;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--soft-pink);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px rgba(230, 0, 126, 0.18), 0 8px 20px rgba(230, 0, 126, 0.18);
}

.about-detail-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-detail-lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.about-detail-title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  line-height: 1.4;
}

.about-detail-sub {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.7;
}

.about-detail-list {
  margin: 0;
  padding: 4px 0 0;
  border-top: 1px dashed var(--line);
}

.about-detail-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
}

.about-detail-row:last-child {
  border-bottom: none;
}

.about-detail-row dt {
  font-size: 12px;
  font-weight: 800;
  color: var(--pink);
  letter-spacing: 0.04em;
}

.about-detail-row dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #202938;
  line-height: 1.8;
}

.about-detail-row dd strong {
  color: var(--pink);
  font-weight: 800;
}

/* ===== Author: full profile card (before footer) ===== */
.author-profile {
  margin: 40px 0 26px;
}

.author-card {
  display: grid;
  gap: 22px;
  margin-top: 18px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 244, 247, 0.6), rgba(255, 255, 255, 0) 120px),
    var(--white);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.author-card-head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.author-avatar {
  display: inline-flex;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--soft-pink);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px rgba(230, 0, 126, 0.18), 0 8px 20px rgba(230, 0, 126, 0.18);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.author-name {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.author-handle {
  margin-left: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
  letter-spacing: 0;
}

.author-role {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.author-tags li {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--pink);
  background: rgba(230, 0, 126, 0.08);
  border: 1px solid rgba(230, 0, 126, 0.18);
  border-radius: 999px;
}

.author-bio {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
}

.author-bio p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #202938;
}

/* ===== Footer author line ===== */
.footer-links {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3d8e7;
  font-size: 12px;
  font-weight: 700;
  color: #30343a;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px 4px;
}

.footer-links a {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links a:hover {
  color: #1e4b92;
}

.footer-author {
  margin-top: 6px !important;
  font-size: 12px !important;
  font-weight: 700;
  color: #30343a !important;
  text-align: center;
}

.footer-author a {
  margin-left: 10px;
}

@media (max-width: 1020px) {
  .meta-mini-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .meta-mini-inner {
    padding: 10px 14px;
    gap: 12px;
  }

  .meta-mini-link-text {
    display: none;
  }

  .meta-mini-chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(230, 0, 126, 0.1);
  }

  .meta-mini-chevron::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
    transform: translateX(-1.5px) rotate(45deg);
  }

  .about-detail-card,
  .author-card {
    padding: 22px 22px;
  }

  .about-detail-head {
    gap: 16px;
  }

  .about-detail-row {
    grid-template-columns: 110px minmax(0, 1fr);
  }

}

@media (max-width: 720px) {
  .meta-mini-grid {
    margin-top: 14px;
  }

  .meta-mini-inner {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .meta-mini-avatar {
    width: 54px;
    height: 54px;
  }

  .meta-mini-name {
    font-size: 13px;
  }

  .meta-mini-sub {
    font-size: 11px;
  }

  .about-site-detail,
  .author-profile {
    margin: 28px 0 18px;
  }

  .about-detail-card {
    padding: 20px 18px;
    border-radius: 14px;
    gap: 16px;
  }

  .about-detail-head {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .about-detail-icon {
    width: 64px;
    height: 64px;
  }

  .about-detail-title {
    font-size: 15px;
  }

  .about-detail-sub {
    font-size: 13px;
  }

  .about-detail-row {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 0;
  }

  .about-detail-row dt {
    font-size: 11px;
  }

  .about-detail-row dd {
    font-size: 13px;
  }

  .author-card {
    padding: 20px 18px;
    border-radius: 14px;
    gap: 18px;
  }

  .author-card-head {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
  }

  .author-avatar {
    width: 84px;
    height: 84px;
  }

  .author-name {
    font-size: 18px;
  }

  .author-handle {
    font-size: 18px;
  }

  .author-role {
    font-size: 13px;
  }

  .author-bio p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* ===== Official quote (公式情報の引用ブロック) ===== */
.official-quote {
  grid-column: 1 / -1;
  margin: 24px 0;
  padding: 18px 20px 16px;
  border-left: 4px solid var(--pink);
  border-radius: 0 12px 12px 0;
  background: #fff7fb;
  color: #2b2f36;
}

.official-quote blockquote {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
}

.official-quote blockquote p {
  margin: 0;
  position: relative;
  padding-left: 22px;
}

.official-quote blockquote p::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 28px;
  line-height: 1;
  color: var(--pink);
  font-weight: 800;
}

.official-quote figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  font-size: 12px;
  color: var(--muted);
  padding-left: 22px;
}

.official-quote-label {
  font-weight: 700;
  color: var(--pink);
}

.official-quote-cite {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.official-quote-cite:hover {
  color: #1e4b92;
}

@media (max-width: 640px) {
  .official-quote {
    margin: 18px 0;
    padding: 14px 14px 12px;
  }
  .official-quote blockquote {
    font-size: 13px;
  }
}

/* ===== Author proof shot (実利用画面) ===== */
.proof-shot {
  margin: 18px 0 0;
  padding: 16px 18px 18px;
  border: 1px solid #f1d4e3;
  border-radius: 12px;
  background: #fff;
}

.proof-shot-caption {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #2b2f36;
  font-weight: 600;
}

.proof-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.proof-shot-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

.proof-shot-note {
  margin: 12px 0 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 640px) {
  .proof-shot {
    padding: 12px 12px 14px;
  }
  .proof-shot-caption {
    font-size: 12px;
  }
  .proof-shot-grid {
    gap: 8px;
  }
}

/* ===== Author contact (お問い合わせ・SNS) ===== */
.author-contact {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #f1d4e3;
}

.author-contact-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--pink);
  letter-spacing: 0.04em;
}

.author-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.author-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #2b2f36;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.author-contact-link:hover {
  border-color: var(--pink);
  box-shadow: 0 4px 12px rgba(230, 0, 126, 0.1);
  transform: translateY(-1px);
}

.author-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
}

.author-contact-link--icon-only {
  padding: 8px 12px;
}

.author-contact-link--icon-only .author-contact-icon {
  margin: 0;
}

@media (max-width: 640px) {
  .author-contact-link {
    font-size: 12px;
    padding: 7px 12px;
  }
}

/* ===== Legal page (Privacy Policy 等) ===== */
.legal-page {
  width: min(820px, calc(100% - 40px));
  margin: 32px auto 56px;
  color: #2b2f36;
  line-height: 1.75;
  font-size: 15px;
}

.legal-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
}

.legal-eyebrow a {
  color: var(--pink);
  text-decoration: none;
  font-weight: 700;
}

.legal-eyebrow a::before {
  content: "← ";
}

.legal-title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #111827;
}

.legal-lead {
  margin: 0 0 28px;
  padding: 14px 16px;
  background: #fff7fb;
  border-left: 3px solid var(--pink);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  color: #3a3f48;
}

.legal-section {
  margin: 0 0 28px;
}

.legal-section h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1d4e3;
}

.legal-section p {
  margin: 0 0 10px;
}

.legal-ul {
  margin: 0 0 10px;
  padding-left: 22px;
}

.legal-ul li {
  margin-bottom: 4px;
}

.legal-dl {
  margin: 0;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 140px 1fr;
}

.legal-dl > div {
  display: contents;
}

.legal-dl dt {
  font-weight: 700;
  color: #4b5563;
}

.legal-dl dd {
  margin: 0;
}

.legal-section a,
.legal-inline-link {
  color: #2d62b8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-section a:hover,
.legal-inline-link:hover {
  color: #1e4b92;
}

.legal-meta {
  margin: 36px 0 0;
  padding-top: 16px;
  border-top: 1px solid #f1d4e3;
  font-size: 13px;
  color: #6b7280;
  display: flex;
  align-items: baseline;
  gap: 6px 20px;
  flex-wrap: wrap;
}
.legal-meta span { white-space: nowrap; }
@media (max-width: 480px) {
  .legal-meta { flex-direction: column; gap: 4px; }
  .legal-meta-sep { display: none; }
}

.footer-sep {
  margin: 0 6px;
  color: #a0a4ab;
}

@media (max-width: 640px) {
  .legal-page {
    font-size: 14px;
    margin: 20px auto 40px;
  }
  .legal-title {
    font-size: 22px;
  }
  .legal-section h2 {
    font-size: 16px;
  }
  .legal-dl {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }
  .legal-dl dt {
    margin-top: 8px;
  }
}

/* ============ article guide (Top: 状況別の記事一覧) ============ */
.article-guide {
  scroll-margin-top: 86px;
  margin: 54px 0 62px;
  padding: 28px 0 0;
}

.article-guide > .section-seo-heading {
  margin-top: 14px;
}

.article-guide-groups {
  display: grid;
  gap: 28px;
  max-width: 980px;
  margin: 10px auto 0;
}

.article-guide-category {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 4px solid #e6007e;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.article-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-guide-card {
  display: block;
  height: 100%;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.article-guide-card:hover {
  border-color: rgba(230, 0, 126, 0.34);
}

.article-guide-card-title {
  display: block;
  margin-bottom: 4px;
  color: #e6007e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.article-guide-card-desc {
  display: block;
  color: #4b5563;
  font-size: 12.5px;
  line-height: 1.7;
  text-wrap: pretty;
}

.article-guide-card:focus-visible {
  border-color: rgba(230, 0, 126, 0.34);
  outline: 2px solid #e6007e;
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .article-guide-list {
    grid-template-columns: 1fr;
  }
}
