/* Hallmark · macrostructure: Vertical benefit explainer · tone: direct, trustworthy, high-contrast · anchor hue: midnight blue / gold
 * pre-emit critique: P5 H5 E4 S5 R5 V4
 * audience: 休職中または退職を検討する人
 * use: 制度の無料相談を始める
 * tone: direct, trustworthy, high-contrast
 * reference: user-provided completed design image; tokens and rhythm trace its mobile composition
 * contrast: pass (40-41) · responsive: pass (34, 49-51)
 */
@import url("/taisyoku-365/tokens.css");

html,
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: var(--page-blue-deep);
}

.benefit-body {
  color: var(--white);
  font-family: var(--font-body);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.benefit-body *,
.benefit-body *::before,
.benefit-body *::after {
  box-sizing: border-box;
}

.benefit-body a {
  color: inherit;
  text-decoration: none;
}

.benefit-body svg {
  display: block;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: clip;
}

.benefit-lp {
  position: relative;
  width: min(100%, var(--page-max));
  margin: 0 auto;
  overflow: clip;
  background:
    radial-gradient(circle at 99% 32%, var(--page-blue-soft) 0, transparent 30%),
    linear-gradient(150deg, var(--page-blue-deep), var(--page-blue) 58%, var(--page-blue-deep));
  box-shadow: var(--shadow-deep);
}

.hero {
  position: relative;
  min-height: 334px;
  isolation: isolate;
  overflow: clip;
  background: var(--page-blue-deep);
}

.hero::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 62%;
  height: 57%;
  content: "";
  opacity: 0.5;
  background:
    linear-gradient(120deg, transparent 32%, var(--page-blue-soft) 32% 37%, transparent 37% 42%, var(--page-blue-soft) 42% 47%, transparent 47%),
    linear-gradient(160deg, transparent 47%, var(--page-blue-soft) 47% 52%, transparent 52%);
  transform: rotate(-11deg) translate(20px, -35px);
}

.hero-person {
  position: absolute;
  z-index: 2;
  right: -17px;
  bottom: -7px;
  display: block;
  width: auto;
  height: 286px;
  filter: drop-shadow(-5px 3px 7px rgba(0, 0, 0, 0.3));
}

.hero-inner::before {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 80%;
  content: "";
  background: linear-gradient(90deg, rgba(0, 15, 41, 0.98) 0%, rgba(0, 15, 41, 0.96) 86%, rgba(0, 15, 41, 0) 100%);
  pointer-events: none;
}

.hero-inner > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .hero-scrim {
    background:
      linear-gradient(90deg, var(--page-blue-deep) 0%, var(--page-blue-deep) 48%, var(--color-scrim-strong) 60%, var(--color-scrim-light) 76%, transparent 100%),
      linear-gradient(180deg, transparent 56%, var(--page-blue-deep) 100%);
  }

  .hero-inner > #hero-heading {
    width: 72%;
    font-size: clamp(2.2rem, 9.7vw, 3.05rem);
    letter-spacing: -0.075em;
  }

  .hero-inner > #hero-heading span:last-child {
    font-size: 0.88em;
  }
}

.hero-scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--page-blue-deep) 0%, var(--color-scrim-strong) 42%, var(--color-scrim-light) 74%, var(--color-scrim-faint) 100%),
    linear-gradient(180deg, transparent 56%, var(--page-blue-deep) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 334px;
  padding: 0 var(--mobile-gutter) 12px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 33px;
  margin: 0;
  padding: 0 12px;
  border-radius: 0 0 var(--radius-panel) var(--radius-panel);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.pr-badge {
  position: absolute;
  top: 10px;
  right: var(--mobile-gutter);
  display: grid;
  width: 40px;
  height: 32px;
  margin: 0;
  place-items: center;
  border-radius: var(--radius-panel);
  background: var(--white);
  box-shadow: var(--shadow-paper);
  color: var(--charcoal);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hero h1 {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 0;
  width: 100%;
  margin: 23px 0 1px;
  color: var(--color-accent-ink);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 11.5vw, 6.35rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 1.13;
  overflow-wrap: anywhere;
  text-shadow: 3px 4px 0 var(--page-blue-deep), 0 0 12px var(--page-blue-deep);
}

.hero h1 span:last-child {
  margin-left: 0.12em;
}

.hero-rule {
  width: 59%;
  height: 4px;
  margin: 4px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  transform: skewY(-5deg);
}

.benefit-number {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.85;
  text-shadow: 0 4px 0 var(--page-blue-deep);
}

.benefit-prefix {
  display: grid;
  width: 31px;
  font-size: 1.42rem;
  letter-spacing: 0.08em;
  line-height: 1.02;
  text-align: center;
  word-break: break-all;
}

.benefit-number strong {
  display: inline-block;
  color: var(--gold-bright);
  font-size: clamp(4.75rem, 22vw, 12.2rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.1em;
}

.benefit-unit {
  align-self: flex-end;
  margin-bottom: 6px;
  color: var(--gold-bright);
  font-size: clamp(2.05rem, 9vw, 5.2rem);
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.benefit-note {
  margin: 3px 0 9px 3px;
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 4px var(--page-blue-deep);
}

.line-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  gap: 9px;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid var(--green-light);
  border-radius: var(--radius-cta);
  background:
    linear-gradient(105deg, var(--green-deep), var(--green) 47%, var(--green-deep));
  box-shadow: var(--shadow-cta);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.39rem, 6.45vw, 3rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.line-cta > svg:first-child {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--white);
}

.line-cta .cta-arrow {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  margin-left: auto;
  color: var(--white);
}

.line-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.line-cta:active {
  box-shadow: 0 3px 0 var(--green-deep), 0 5px 10px var(--color-shadow-green-active);
  transform: translateY(3px);
}

.line-cta:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.section-wrap {
  width: calc(100% - var(--mobile-gutter) * 2);
  margin: var(--section-gap) auto 0;
}

.paper-card {
  border: 1px solid var(--paper-line);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(135deg, var(--white), var(--paper-strong));
  box-shadow: var(--shadow-paper);
  color: var(--ink);
}

.eligibility-card {
  padding: 7px 7px 8px;
}

.eligibility-card h2,
.comparison-card > h2,
.how-card > h2 {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: clamp(1.16rem, 5.2vw, 2.45rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.1;
  text-align: center;
}

.eligibility-card h2::before,
.eligibility-card h2::after,
.comparison-card > h2::before,
.comparison-card > h2::after,
.how-card > h2::before,
.how-card > h2::after {
  display: inline-block;
  width: 25px;
  height: 17px;
  margin: 0 6px 0 0;
  background:
    linear-gradient(45deg, transparent 44%, var(--ink-soft) 45% 54%, transparent 55%) 1px 5px / 11px 12px no-repeat,
    linear-gradient(45deg, transparent 44%, var(--ink-soft) 45% 54%, transparent 55%) 12px 0 / 11px 12px no-repeat;
  content: "";
  vertical-align: -0.13em;
}

.eligibility-card h2::after,
.comparison-card > h2::after,
.how-card > h2::after {
  margin: 0 0 0 6px;
  transform: scaleX(-1);
}

.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.eligibility-item {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  gap: 4px;
  padding: 5px 4px;
  border: 1px solid var(--paper-line);
  border-radius: var(--radius-panel);
  background: var(--white);
}

.check-disc {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--page-blue-soft), var(--page-blue));
  color: var(--white);
  box-shadow: var(--shadow-paper);
}

.check-disc svg {
  width: 22px;
  height: 22px;
}

.eligibility-item p {
  min-width: 0;
  margin: 0;
  color: var(--charcoal);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.35;
}

.eligibility-item strong {
  color: var(--orange);
  font-size: 0.82rem;
  text-decoration-line: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 4px;
  text-underline-offset: 3px;
}

.process-section {
  padding: 7px 6px 5px;
  border: 2px solid var(--color-process-line);
  border-radius: 5px;
  background: linear-gradient(140deg, var(--color-process-bg-start), var(--color-process-bg-end));
}

.lined-heading {
  position: relative;
  margin: 0 0 6px;
  padding: 0 2px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(0.84rem, 4vw, 2.1rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 0 var(--page-blue-deep);
  white-space: nowrap;
}

.lined-heading::before,
.lined-heading::after {
  display: inline-block;
  width: 9%;
  height: 2px;
  margin: 0 4px 4px;
  background: var(--white);
  content: "";
}

.lined-heading span {
  font-size: 0.78em;
}

.process-ai-strip {
  display: block;
  width: 100%;
  height: clamp(122px, 20vw, 210px);
  margin: 0 auto 4px;
  border-radius: 3px;
  object-fit: cover;
}

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

.process-list li {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  color: var(--white);
  text-align: center;
}

.process-list li:not(:last-child)::after {
  content: none;
}

.step-count {
  display: grid;
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 900;
}

.process-list svg {
  width: 30px;
  height: 30px;
  margin: 0 0 2px;
  color: var(--white);
}

.process-list li:first-child svg {
  width: 34px;
}

.process-list strong {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.28;
}

.process-final strong,
.process-final em {
  color: var(--gold-bright);
  font-style: normal;
}

.process-final em {
  font-size: 0.92em;
}

.process-note {
  margin: 4px 0 0;
  color: var(--paper-line);
  font-size: 0.58rem;
  font-weight: 500;
  text-align: center;
}

.comparison-card {
  padding: 13px 11px 11px;
}

.comparison-card > h2 {
  margin-bottom: 10px;
}

.comparison-card > h2::before,
.comparison-card > h2::after {
  border-color: var(--orange);
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
  align-items: stretch;
  gap: 6px;
}

.route-self {
  grid-column: 1;
}

.route-support {
  grid-column: 2;
}

.route {
  position: relative;
  min-width: 0;
  overflow: clip;
  border: 2px solid var(--charcoal);
  border-radius: var(--radius-panel);
  background: var(--white);
}

.route h3 {
  margin: 0;
  padding: 6px 3px;
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: center;
}

.route ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 10px 7px 10px 29px;
  color: var(--charcoal);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.32;
  list-style: none;
}

.route li {
  position: relative;
}

.route-self li::before {
  position: absolute;
  top: -2px;
  left: -23px;
  color: var(--charcoal);
  content: "×";
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.route-support {
  border-color: var(--orange);
}

.route-support h3 {
  background: linear-gradient(90deg, var(--orange-deep), var(--orange));
}

.route-support li::before {
  position: absolute;
  top: -3px;
  left: -23px;
  color: var(--orange);
  content: "✓";
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.route-support li strong {
  color: var(--orange);
}

.difference-badge {
  display: none;
}

.caution-band {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 8px;
  min-height: 91px;
  padding: 10px;
  border-radius: var(--radius-panel);
  background:
    linear-gradient(125deg, var(--gold-bright), var(--gold) 60%, var(--gold-deep));
  color: var(--ink);
  box-shadow: var(--shadow-paper);
}

.caution-band > svg {
  width: 54px;
  height: 54px;
  color: var(--ink);
}

.caution-band h2 {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.24;
}

.caution-band p {
  margin: 0;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.37;
}

.caution-person {
  position: relative;
  width: 47px;
  height: 62px;
  align-self: end;
  overflow: clip;
}

.caution-person img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  max-width: none;
  height: auto;
}

.how-card {
  padding: 12px 8px;
}

.how-card > h2 {
  margin-bottom: 10px;
}

.how-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: center;
  gap: 2px;
}

.how-grid article {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

.how-grid article > svg {
  width: 38px;
  height: 43px;
  color: var(--ink-soft);
}

.how-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.32;
}

.how-arrow svg {
  width: 18px;
  height: 18px;
  color: var(--ink-soft);
}

.faq-section {
  margin-top: 12px;
}

.faq-section > h2 {
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.24rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.15;
  text-align: center;
}

.faq-section > h2 span {
  display: inline-grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 0.85rem;
  letter-spacing: 0;
  vertical-align: 2px;
}

.faq-list {
  overflow: clip;
  border: 1px solid var(--paper-line);
  border-radius: var(--radius-panel);
  background: var(--white);
  box-shadow: var(--shadow-paper);
}

.faq-list details {
  color: var(--ink);
}

.faq-list details + details {
  border-top: 1px solid var(--paper-line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  list-style: none;
}

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

.faq-list summary strong {
  margin-right: 8px;
  color: var(--page-blue-ink);
  font-size: 0.91rem;
}

.faq-list summary span {
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  transition: transform var(--dur-fast) var(--ease-out);
}

.faq-list details[open] summary span {
  transform: rotate(180deg);
}

.faq-list details p {
  margin: 0;
  padding: 2px 13px 11px 32px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.55;
}

.bottom-cta {
  width: calc(100% - var(--mobile-gutter) * 2);
  margin: 10px auto 13px;
}

.bottom-cta .line-cta {
  min-height: 62px;
}

@media (min-width: 600px) {
  :root {
    --mobile-gutter: 24px;
    --section-gap: 19px;
  }

  .hero,
  .hero-inner {
    min-height: 690px;
  }

  .hero-inner {
    padding-bottom: 42px;
  }

  .hero-person {
    right: -20px;
    bottom: -12px;
    height: 640px;
  }

  .hero-inner::before {
    width: 63%;
  }

  .hero-label {
    min-height: 58px;
    padding: 0 22px;
    font-size: 1.65rem;
  }

  .pr-badge {
    top: 22px;
    width: 67px;
    height: 54px;
    font-size: 1.6rem;
  }

  .hero h1 {
    width: 62%;
    margin-top: 67px;
    font-size: clamp(3.5rem, 7.5vw, 4.85rem);
  }

  .hero-rule {
    height: 7px;
    margin-top: 14px;
  }

  .benefit-note {
    margin-top: 14px;
    margin-bottom: 26px;
    font-size: 1.25rem;
  }

  .line-cta {
    min-height: 82px;
    border-width: 3px;
  }

  .line-cta > svg:first-child {
    width: 52px;
    height: 52px;
  }

  .line-cta .cta-arrow {
    width: 35px;
    height: 35px;
  }

  .eligibility-card,
  .comparison-card,
  .how-card {
    padding: 24px 20px;
  }

  .eligibility-grid {
    gap: 10px;
  }

  .eligibility-item {
    min-height: 87px;
    gap: 10px;
    padding: 8px;
  }

  .check-disc {
    width: 52px;
    height: 52px;
  }

  .check-disc svg {
    width: 35px;
    height: 35px;
  }

  .eligibility-item p {
    font-size: 1rem;
  }

  .eligibility-item strong {
    font-size: 1.19rem;
  }

  .process-section {
    padding: 8px 16px 5px;
  }

  .step-count {
    width: 43px;
    height: 43px;
    margin-bottom: 9px;
    font-size: 1.45rem;
  }

  .process-list svg {
    width: 64px;
    height: 64px;
  }

  .process-list li:first-child svg {
    width: 72px;
  }

  .process-list strong {
    font-size: 1.04rem;
  }

  .process-note {
    font-size: 0.9rem;
  }

  .comparison-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
    gap: 12px;
  }

  .route h3 {
    padding: 10px;
    font-size: 1.15rem;
  }

  .route ul {
    gap: 13px;
    padding: 17px 16px 17px 47px;
    font-size: 1rem;
  }

  .route-self li::before,
  .route-support li::before {
    left: -33px;
    font-size: 2.2rem;
  }

  .difference-badge {
    display: none;
  }

  .caution-band {
    grid-template-columns: 93px minmax(0, 1fr) 90px;
    min-height: 137px;
    gap: 15px;
    padding: 15px;
  }

  .caution-band > svg {
    width: 82px;
    height: 82px;
  }

  .caution-band h2 {
    font-size: 1.61rem;
  }

  .caution-band p {
    font-size: 0.96rem;
  }

  .caution-person {
    width: 84px;
    height: 111px;
  }

  .caution-person img {
    width: 86px;
  }

  .how-grid {
    grid-template-columns: minmax(0, 1fr) 37px minmax(0, 1fr) 37px minmax(0, 1fr);
    gap: 7px;
  }

  .how-grid article {
    grid-template-columns: 63px minmax(0, 1fr);
    gap: 9px;
  }

  .how-grid article > svg {
    width: 63px;
    height: 69px;
  }

  .how-grid p {
    font-size: 0.96rem;
  }

  .how-arrow svg {
    width: 32px;
    height: 32px;
  }

  .faq-section > h2 {
    font-size: 1.85rem;
  }

  .faq-list summary {
    min-height: 49px;
    padding: 8px 17px;
    font-size: 1rem;
  }

  .faq-list summary strong {
    font-size: 1.2rem;
  }

  .faq-list details p {
    padding: 3px 20px 15px 50px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .benefit-lp {
    margin-top: 28px;
    margin-bottom: 28px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .line-cta,
  .faq-list summary span {
    transition: none;
  }
}

.line-cta::after,
.kin-phone::after,
.kin-fixed-tel::after,
.camp2-cta::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -75%;
  width: 45%;
  height: 220%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(255,255,255,0)   0%,
    rgba(255,255,255,.28) 45%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.28) 55%,
    rgba(255,255,255,0)  100%
  );
  transform: skewX(-18deg);
  animation: cta-shine 3.6s ease-in-out infinite;
}
@keyframes cta-shine {
  0%        { left: -75%; }
  18%, 100% { left: 130%; }   /* 走るのは最初の18%だけ。残りは待機 */
}
/* ボタン内の文字は光沢より前面に置く */
.line-cta > *,
.kin-phone > *,
.kin-fixed-tel > *,
.camp2-cta > * { position: relative; z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .line-cta::after,
  .kin-phone::after,
  .kin-fixed-tel::after,
  .camp2-cta::after { animation: none; opacity: 0; }
}

/* ============ CTAの光沢（キラン）============
   3.6秒ごとに1回だけ、斜めのハイライトが左から右へ走る。
   点滅ではなく一往復にしているのは、読者が療養中で、
   強い明滅は離脱・不快感につながるため。
   対象はクラスではなく data-offline-cv-link（＝送客CTAの定義そのもの）。
   クラス名が変わっても外れない。 */
a[data-offline-cv-link]{ position:relative; overflow:hidden; isolation:isolate; }
a[data-offline-cv-link]::after{
  content:""; position:absolute; top:-60%; left:-75%; width:45%; height:220%;
  pointer-events:none; z-index:1;
  background:linear-gradient(100deg,
    rgba(255,255,255,0) 0%, rgba(255,255,255,.28) 45%, rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.28) 55%, rgba(255,255,255,0) 100%);
  transform:skewX(-18deg);
  animation:cta-shine 3.6s ease-in-out infinite;
}
@keyframes cta-shine{ 0%{ left:-75%; } 18%,100%{ left:130%; } }
a[data-offline-cv-link] > *{ position:relative; z-index:2; }
@media (prefers-reduced-motion: reduce){
  a[data-offline-cv-link]::after{ animation:none; opacity:0; }
}

/* ---- CTA文言が長い場合の折り返し ----
   「LINEで自分が対象か確認する」は1行に収まらない。光沢用の
   overflow:hidden と重なると文字が切れるため、折り返しを許可する。
   .line-cta は min-height 指定なのでボタン側は自然に伸びる。 */
.line-cta > span{ white-space:normal; line-height:1.28; text-align:center; }

/* 語の途中（「確／認する」）で割れないよう、意味の切れ目で分割する。
   inline-block にすると、この2つの塊の間だけで折り返す。
   幅が足りるボタンでは1行のままになる。 */
.cta-seg{ display:inline-block; }

