:root {
  --pink: #c51c68;
  --green-top: #6cf09a;
  --green-bottom: #27cc72;
  --content-width: 941px;
  --entry-button-bottom-space: calc(clamp(80px, 13vw, 122px) + 2lh);
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #111;
  font-family: Meiryo, "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

.lp {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}

.hero {
  position: relative;
  display: block;
  line-height: 0;
}

.hero__line-button {
  position: absolute;
  left: 4.36%;
  top: 51.85%;
  width: 91.18%;
  height: 31.76%;
  border-radius: 999px;
}

.hero__line-button:focus-visible {
  outline: 4px solid #075ec7;
  outline-offset: 5px;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.entry {
  background: #fff;
}

.entry__inner {
  padding: clamp(29px, 5.3vw, 50px) 0 clamp(46px, 8vw, 76px);
}

.entry__points {
  display: grid;
  justify-items: start;
  gap: clamp(16px, 2vw, 20px);
}

.entry__ribbon {
  width: max-content;
  max-width: 94%;
  margin: 0;
  padding: 0.22em 0.85em 0.3em;
  color: #fff;
  background: var(--pink);
  font-size: clamp(22px, 5.6vw, 52px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.entry__ribbon--one {
  margin-left: 0;
}

.entry__ribbon--two {
  margin-left: 8%;
}

.entry__ribbon--three {
  margin-left: 18%;
}

.entry__anytime {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(132px, 21vw, 198px);
  margin: clamp(21px, 3.8vw, 36px) 0 clamp(24px, 4.5vw, 42px);
  padding-left: clamp(42px, 9vw, 85px);
  color: var(--pink);
}

.entry__anytime::after {
  position: absolute;
  z-index: 0;
  right: 11%;
  bottom: clamp(16px, 2.5vw, 24px);
  left: 19%;
  height: clamp(7px, 1.4vw, 14px);
  content: "";
  background: var(--pink);
}

.entry__clock {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 clamp(130px, 23vw, 216px);
  aspect-ratio: 1;
  place-items: center;
  border: clamp(8px, 1.5vw, 14px) solid var(--pink);
  border-radius: 50%;
  background: #fff;
  transform: rotate(-42deg);
}

.entry__clock::before {
  position: absolute;
  inset: clamp(10px, 1.9vw, 18px);
  content: "";
  border: clamp(8px, 1.5vw, 14px) solid var(--pink);
  border-radius: 50%;
}

.entry__clock span {
  position: relative;
  z-index: 1;
  font-size: clamp(31px, 6.2vw, 58px);
  font-weight: 700;
  letter-spacing: -0.06em;
  transform: rotate(42deg);
}

.entry__anytime-text {
  position: relative;
  z-index: 1;
  margin-left: clamp(8px, 2vw, 19px);
  padding: 0 0.15em 0.05em;
  background: #fff;
  font-size: clamp(25px, 5.5vw, 52px);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.entry__lead {
  margin: 0 5% clamp(20px, 3.1vw, 29px);
  text-align: center;
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.45;
}

.entry__button {
  display: grid;
  width: 82%;
  min-height: clamp(88px, 16vw, 150px);
  margin-inline: auto;
  padding: 0.35em 0.6em;
  place-items: center;
  border: clamp(2px, 0.5vw, 5px) solid #34d47a;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(112deg, rgb(255 255 255 / 35%) 4%, transparent 12% 88%, rgb(255 255 255 / 24%) 96%),
    linear-gradient(var(--green-top), var(--green-bottom));
  box-shadow:
    inset 0 4px 10px rgb(255 255 255 / 32%),
    inset 0 -5px 8px rgb(0 123 59 / 18%),
    0 6px 0 #16a958,
    0 10px 18px rgb(0 0 0 / 14%);
  font-size: clamp(25px, 5.5vw, 52px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 3px 4px rgb(0 0 0 / 25%);
  transition: transform 150ms ease, filter 150ms ease;
}

.entry__button:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.entry__button:focus-visible {
  outline: 4px solid #075ec7;
  outline-offset: 5px;
}

.entry__button:active {
  box-shadow:
    inset 0 4px 10px rgb(255 255 255 / 28%),
    inset 0 -5px 8px rgb(0 123 59 / 18%),
    0 3px 0 #16a958;
  transform: translateY(3px);
}

.entry__urgency {
  margin: clamp(38px, 6vw, 56px) 5% 0;
  text-align: center;
  font-size: clamp(18px, 3.4vw, 32px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

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

.message {
  position: relative;
  min-height: clamp(265px, 42vw, 395px);
  padding-top: clamp(36px, 6vw, 56px);
  overflow: hidden;
  background: #fff;
}

.message__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-inline: 5%;
  font-size: clamp(21px, 4.2vw, 40px);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.message__band {
  position: absolute;
  z-index: 2;
  top: 31%;
  left: -5%;
  display: grid;
  width: 110%;
  min-height: clamp(145px, 24vw, 226px);
  padding: 0.8em 8%;
  place-items: center;
  color: #fff;
  background: var(--pink);
  transform: rotate(-6deg);
  transform-origin: center;
}

.message__band p {
  margin: 0;
  font-size: clamp(22px, 4.7vw, 44px);
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 2px 2px rgb(0 0 0 / 12%);
  transform: rotate(6deg);
}

.message__quoted::before,
.message__quoted::after {
  content: '"';
}

.message__emphasis {
  font-size: 1.08em;
}

.company {
  background: #fff;
}

.company__header {
  display: grid;
  min-height: clamp(118px, 20vw, 188px);
  padding: 1.1em 5%;
  place-items: center;
  color: #fff;
  background: var(--pink);
  box-shadow: inset 0 3px 0 #fff, inset 0 -3px 0 #fff;
  text-align: center;
}

.company__header h2 {
  margin: 0;
  font-size: clamp(37px, 7.5vw, 71px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.company__inner {
  padding: clamp(38px, 7vw, 66px) 5% clamp(72px, 12vw, 113px);
  text-align: center;
}

.company__logo {
  display: block;
  width: clamp(180px, 32vw, 300px);
  height: auto;
  margin: 0 auto clamp(36px, 6vw, 56px);
}

.company__catch {
  margin: 1em auto calc(clamp(28px, 5vw, 47px) + 1.5em);
  font-size: clamp(24px, 4.25vw, 40px);
  font-weight: 700;
  line-height: 1.6;
}

.company__copy span::before,
.company__copy span::after {
  content: '"';
}

.company__copy {
  margin: 0 auto 2em;
  font-size: clamp(16px, 2.8vw, 26px);
  font-weight: 400;
  line-height: 2;
}

.company__copy p {
  margin: 0;
}

.company__copy p + p {
  margin-top: 1.1em;
}

.flow {
  padding: clamp(54px, 9vw, 85px) 0 clamp(76px, 12vw, 113px);
  background: #fff;
}

.flow__inner {
  width: 100%;
  margin-inline: auto;
}

.flow__title {
  margin: 0 5% clamp(34px, 6vw, 56px);
  color: var(--pink);
  font-size: clamp(30px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.flow__intro {
  width: 86%;
  margin: 0 auto clamp(54px, 9vw, 85px);
  padding: clamp(27px, 4.5vw, 42px) 5%;
  border-top: 6px solid var(--pink);
  border-bottom: 6px solid var(--pink);
  text-align: center;
}

.flow__intro h3 {
  margin: 0 0 0.55em;
  color: var(--pink);
  font-size: clamp(25px, 4.5vw, 42px);
  line-height: 1.35;
}

.flow__intro p {
  margin: 0;
  font-size: clamp(17px, 3.1vw, 29px);
  line-height: 1.8;
}

.flow__intro small {
  font-size: 0.82em;
}

.flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow__step {
  position: relative;
  padding-block: clamp(180px, 22vw, 207px);
}

.flow__step:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: clamp(55px, 8vw, 75px);
  display: grid;
  width: clamp(64px, 10vw, 94px);
  aspect-ratio: 1;
  place-items: center;
  content: "↓";
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-family: Arial, sans-serif;
  font-size: clamp(48px, 8vw, 75px);
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.flow__step-header {
  display: flex;
  align-items: stretch;
  border-bottom: 7px solid var(--pink);
}

.flow__step-number {
  display: grid;
  flex: 0 0 clamp(175px, 43vw, 405px);
  min-height: clamp(94px, 14vw, 132px);
  grid-template-columns: auto auto;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
  column-gap: clamp(8px, 1.8vw, 17px);
  overflow-wrap: normal;
  padding: 0 clamp(13px, 2.5vw, 24px);
  color: #fff;
  background: var(--pink);
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.flow__step-number small {
  align-self: center;
  min-width: max-content;
  font-size: clamp(40px, 7vw, 66px);
  font-weight: 500;
  overflow-wrap: normal;
  transform: translateY(0.06em);
  white-space: nowrap;
  word-break: keep-all;
}

.flow__step-number b {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  min-width: max-content;
  font-size: clamp(40px, 7vw, 66px);
  font-weight: 500;
  overflow-wrap: normal;
  transform: translateY(0.06em);
  white-space: nowrap;
  word-break: keep-all;
}

.flow__step-header h3 {
  align-self: center;
  margin: 0;
  padding: 0.45em 3%;
  color: var(--pink);
  font-size: clamp(22px, 4.2vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.flow__step-body {
  width: 86%;
  margin-inline: auto;
  padding: clamp(36px, 6vw, 56px) 2% 0;
  text-align: center;
}

.flow__step-body p {
  margin: 0;
  font-size: clamp(18px, 3.4vw, 32px);
  font-weight: 500;
  line-height: 1.8;
}

.flow__appeal {
  font-weight: 700;
}

.appeal-arrow {
  color: var(--pink);
  font-weight: 800;
}

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

.emphasis-keyword {
  font-size: 1.14em;
  font-weight: 700;
}

.flow__step-body .flow__note {
  margin-top: 0.8em;
  font-size: clamp(14px, 2.6vw, 24px);
  line-height: 1.7;
  text-align: center;
}

.flow__line-icon {
  display: grid;
  width: clamp(104px, 18vw, 169px);
  aspect-ratio: 1;
  margin: clamp(28px, 5vw, 47px) auto 0;
  place-items: center;
  border-radius: 24%;
  background: var(--pink);
}

.flow__line-icon span {
  position: relative;
  display: grid;
  width: 70%;
  aspect-ratio: 1.18;
  place-items: center;
  border-radius: 50%;
  color: var(--pink);
  background: #fff;
  font-size: clamp(18px, 3.3vw, 31px);
  font-weight: 700;
}

.flow__line-icon span::after {
  position: absolute;
  right: 10%;
  bottom: -12%;
  width: 25%;
  aspect-ratio: 1;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.producers {
  padding: 0 5% clamp(24px, 4vw, 38px);
  background: #fff;
}

.producers__title {
  display: grid;
  min-height: clamp(118px, 20vw, 188px);
  margin: 0 calc(50% - 50vw) clamp(40px, 7vw, 66px);
  padding: 1.1em 5%;
  place-items: center;
  color: #fff;
  background: var(--pink);
  box-shadow: inset 0 3px 0 #fff, inset 0 -3px 0 #fff;
  font-size: clamp(37px, 7.5vw, 71px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
}

.producers__list {
  display: grid;
  gap: clamp(54px, 9vw, 85px);
}

.producer-card {
  overflow: hidden;
  border: 1px solid #eadfce;
  border-radius: clamp(10px, 1.8vw, 17px);
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 7%);
}

.producer-card__photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.producer-card__body {
  padding: clamp(31px, 5.5vw, 52px) clamp(24px, 5vw, 47px) clamp(40px, 7vw, 66px);
  color: #555;
}

.producer-card__label {
  margin: 0 0 0.55em;
  color: var(--pink);
  font-size: clamp(15px, 2.3vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.producer-card h3 {
  margin: 0 0 0.55em;
  color: #111;
  font-size: clamp(38px, 7vw, 66px);
  line-height: 1.2;
}

.producer-card h4 {
  margin: 1.35em 0 0.35em;
  color: #333;
  font-size: clamp(18px, 3.1vw, 29px);
  line-height: 1.6;
}

.producer-card__body > p:not(.producer-card__label),
.producer-card li {
  font-size: clamp(16px, 2.8vw, 26px);
  line-height: 1.9;
}

.producer-card__body > p:not(.producer-card__label) {
  margin: 0 0 0.85em;
}

.producer-card ul {
  display: grid;
  gap: 0.45em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.producer-card li {
  padding-left: 1em;
  text-indent: -1em;
}

.producer-card li::before {
  content: "●";
  color: var(--pink);
}

@media (max-width: 420px) {
  .entry__inner {
    padding-top: 24px;
  }

  .entry__points {
    gap: 12px;
  }

  .entry__ribbon {
    max-width: 98%;
    padding-inline: 0.62em;
    font-size: clamp(18px, 5.2vw, 22px);
  }

  .entry__ribbon--two {
    margin-left: 5%;
  }

  .entry__ribbon--three {
    margin-left: 9%;
  }

  .entry__anytime {
    min-height: 148px;
    padding-left: 14px;
  }

  .entry__clock {
    flex-basis: 130px;
    border-width: 8px;
  }

  .entry__anytime-text {
    margin-left: 3px;
    font-size: clamp(20px, 5.5vw, 23px);
  }

  .entry__lead {
    font-size: clamp(18px, 5vw, 21px);
  }

  .entry__button {
    width: 86%;
    min-height: 82px;
    font-size: clamp(24px, 7vw, 29px);
  }

  .message {
    min-height: 245px;
    padding-top: 30px;
  }

  .message__eyebrow {
    font-size: 21px;
  }

  .message__band {
    top: 33%;
    min-height: 142px;
    padding-inline: 4%;
  }

  .message__band p {
    font-size: clamp(18px, 5.15vw, 21px);
    line-height: 1.55;
  }

  .company__header {
    min-height: 104px;
  }

  .company__header h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .company__inner {
    padding-inline: 7%;
  }

  .company__logo {
    width: min(58vw, 220px);
    margin-bottom: 32px;
  }

  .company__catch {
    font-size: clamp(21px, 5.8vw, 24px);
    line-height: 1.65;
  }

  .company__copy {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 2;
    text-align: center;
  }

  .company__desktop-break {
    display: none;
  }

  .flow {
    padding-top: 48px;
  }

  .flow__title {
    margin-bottom: 30px;
    font-size: clamp(26px, 7.2vw, 30px);
  }

  .flow__intro {
    width: 90%;
    margin-bottom: 48px;
    padding-inline: 2%;
    border-width: 4px;
  }

  .flow__intro h3 {
    font-size: 24px;
  }

  .flow__intro p {
    font-size: 15px;
  }

  .flow__desktop-break {
    display: none;
  }

  .flow__step-header {
    border-bottom-width: 5px;
  }

  .flow__step-number {
    display: flex;
    flex-basis: 176px;
    min-height: 82px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-wrap: normal;
    padding-inline: 10px;
    white-space: nowrap;
    word-break: keep-all;
  }

  .flow__step-number small {
    flex-shrink: 0;
    min-width: max-content;
    font-size: 29px;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
  }

  .flow__step-number b {
    flex-shrink: 0;
    min-width: max-content;
    font-size: 29px;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
  }

  .flow__step-header h3 {
    padding-inline: 8px;
    font-size: clamp(14px, 4vw, 17px);
  }

  .flow__step-body {
    width: 92%;
    padding-inline: 0;
  }

  .flow__step-body p {
    font-size: clamp(15px, 4vw, 17px);
    line-height: 1.9;
  }

  .flow__step {
    padding-block: 190px;
  }

  .flow__step:not(:last-child)::after {
    bottom: 64px;
  }

  .producers {
    padding-inline: 16px;
  }

  .producers__title {
    min-height: 104px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .producer-card__body {
    padding: 28px 21px 38px;
  }

  .producer-card__label {
    font-size: 14px;
  }

  .producer-card h3 {
    font-size: 38px;
  }

  .producer-card h4 {
    font-size: 18px;
  }

  .producer-card__body > p:not(.producer-card__label),
  .producer-card li {
    font-size: 15px;
    line-height: 1.85;
  }

}

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

.benefits {
  --benefits-pink: var(--pink);
  background: #fff;
}

.benefits__hero {
  padding: clamp(34px, 6vw, 58px) 5% clamp(31px, 5vw, 48px);
  color: #fff;
  background: var(--benefits-pink);
  box-shadow: inset 0 3px 0 #fff, inset 0 -3px 0 #fff;
  text-align: center;
}

.benefits__hero p,
.benefits__hero h2 {
  margin: 0;
  line-height: 1.35;
}

.benefits__hero p {
  font-size: clamp(24px, 4.5vw, 42px);
  letter-spacing: 0.04em;
}

.benefits__hero h2 {
  margin-top: 0.35em;
  font-size: clamp(33px, 6.5vw, 61px);
  font-weight: 800;
}

.benefits__inner {
  padding: clamp(42px, 7vw, 70px) 2% clamp(62px, 10vw, 94px);
}

.benefits__intro {
  width: min(86%, 790px);
  margin: 0 auto clamp(57px, 9vw, 86px);
  padding: clamp(17px, 3vw, 28px) 4%;
  color: var(--benefits-pink);
  font-size: clamp(17px, 2.6vw, 25px);
  line-height: 1.9;
  text-align: center;
}

.benefits__intro p {
  margin: 0;
}

.benefits__intro p + p {
  margin-top: 0.8em;
}

.benefits__intro strong {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  font-weight: 700;
}

.benefits__bold {
  font-weight: 700;
}

.benefits__mobile-break {
  display: none;
}

.benefit-card + .benefit-card {
  margin-top: clamp(54px, 8vw, 78px);
}

.benefit-card h3 {
  display: flex;
  align-items: stretch;
  margin: 0;
  border-bottom: clamp(4px, 0.7vw, 7px) solid var(--benefits-pink);
  color: var(--benefits-pink);
  font-size: clamp(27px, 5vw, 47px);
  font-weight: 800;
  line-height: 1.2;
}

.benefit-card h3 > span:last-child {
  display: flex;
  align-items: center;
  padding: 0.2em 0.35em 0.14em;
}

.benefit-card__number {
  display: grid;
  flex: 0 0 clamp(118px, 23vw, 220px);
  min-height: clamp(76px, 13vw, 122px);
  place-items: center;
  color: #fff;
  background: var(--benefits-pink);
  font-size: clamp(46px, 9vw, 86px);
  font-weight: 400;
  line-height: 1;
}

.benefit-card__body {
  padding: clamp(25px, 4vw, 39px) 2% 0;
  font-size: clamp(17px, 2.8vw, 27px);
  line-height: 1.65;
}

.benefit-card__body > p {
  margin: 0;
}

.benefit-card__body > p + p {
  margin-top: 0.55em;
}

.benefit-card__lead {
  font-weight: 700;
}

.benefit-card__lead::before {
  content: "→";
  color: var(--pink);
  font-weight: 800;
}

.benefit-card__lead-continuation {
  display: inline-block;
  margin-left: 1em;
}

.production-list {
  display: grid;
  gap: 0.28em;
  margin: clamp(28px, 4vw, 40px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: production-step;
}

.production-list li {
  display: grid;
  grid-template-columns: 2.6em 1fr;
  align-items: baseline;
  counter-increment: production-step;
}

.production-list li::before {
  content: counter(production-step, decimal-leading-zero);
  color: var(--benefits-pink);
  font-size: 1.12em;
  font-weight: 800;
}

.agent-support {
  margin: clamp(40px, 7vw, 66px) -2% 0;
  background: #fff;
}

.agent-support__header {
  display: grid;
  min-height: clamp(96px, 16vw, 150px);
  padding: 1em 5%;
  place-items: center;
  color: #fff;
  background: var(--benefits-pink);
  box-shadow: inset 0 3px 0 #fff, inset 0 -3px 0 #fff;
  text-align: center;
}

.company__header,
.producers__title,
.benefits__hero,
.agent-support__header {
  box-shadow: none;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position:
    center 10px,
    center 16px,
    center calc(100% - 10px),
    center calc(100% - 16px);
  background-size: 100% 2px;
}

.agent-support__header h4 {
  margin: 0;
  font-size: clamp(30px, 5.8vw, 55px);
  font-weight: 800;
  line-height: 1.3;
}

.agent-support__intro {
  padding: clamp(31px, 5vw, 48px) 4% clamp(8px, 2vw, 18px);
  font-size: clamp(17px, 2.8vw, 27px);
  line-height: 1.75;
  text-align: center;
}

.agent-support__intro p {
  margin: 0;
}

.agent-support__intro > p:first-child {
  margin-block: 0.6em;
}

.agent-support__lead {
  display: inline-block;
  margin-bottom: 0.55em;
  font-weight: 700;
}

.agent-support__lead::before {
  content: "→";
  color: var(--pink);
  font-weight: 800;
}

.agent-support__message {
  margin-top: clamp(24px, 4vw, 38px) !important;
  color: var(--benefits-pink);
  font-size: 1.18em;
  font-weight: 700;
}

.agent-support__message strong {
  display: inline-block;
  margin-bottom: 0.2em;
  border-bottom: 2px solid currentColor;
  font-size: 1.12em;
  font-weight: 800;
}

.agent-support ul {
  display: grid;
  gap: 0.2em;
  margin: 0;
  padding: clamp(28px, 5vw, 47px) 4% 0;
  list-style: none;
}

.agent-support li::before {
  margin-right: 0.45em;
  content: "○";
  color: var(--benefits-pink);
  font-weight: 800;
}

.agent-support__button {
  display: grid;
  width: min(86%, 790px);
  min-height: clamp(82px, 15vw, 140px);
  margin: 3em auto var(--entry-button-bottom-space);
  padding: 0.35em 0.7em;
  place-items: center;
  border: clamp(2px, 0.45vw, 4px) solid #35d36f;
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(112deg, rgb(255 255 255 / 32%) 5%, transparent 15% 86%, rgb(255 255 255 / 22%) 96%),
    linear-gradient(#73ec91, #00ac45 70%, #00943d);
  box-shadow:
    inset 0 5px 12px rgb(255 255 255 / 32%),
    inset 0 -7px 8px rgb(0 91 39 / 20%),
    0 7px 0 #008e3a,
    0 12px 20px rgb(0 0 0 / 18%);
  font-size: clamp(25px, 5.5vw, 52px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 3px 5px rgb(0 0 0 / 28%);
  transition: filter 150ms ease, transform 150ms ease;
  white-space: nowrap;
}

.entry__inner .entry__button {
  width: min(86%, 790px);
  min-height: clamp(82px, 15vw, 140px);
  margin: 0 auto var(--entry-button-bottom-space);
  border: clamp(2px, 0.45vw, 4px) solid #35d36f;
  background:
    linear-gradient(112deg, rgb(255 255 255 / 32%) 5%, transparent 15% 86%, rgb(255 255 255 / 22%) 96%),
    linear-gradient(#73ec91, #00ac45 70%, #00943d);
  box-shadow:
    inset 0 5px 12px rgb(255 255 255 / 32%),
    inset 0 -7px 8px rgb(0 91 39 / 20%),
    0 7px 0 #008e3a,
    0 12px 20px rgb(0 0 0 / 18%);
  text-shadow: 0 3px 5px rgb(0 0 0 / 28%);
}

.agent-support__button:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.agent-support__button:focus-visible {
  outline: 4px solid #075ec7;
  outline-offset: 5px;
}

.agent-support__button:active {
  box-shadow:
    inset 0 5px 12px rgb(255 255 255 / 28%),
    inset 0 -7px 8px rgb(0 91 39 / 20%),
    0 3px 0 #008e3a;
  transform: translateY(4px);
}

.flow__line-button {
  width: min(86%, 760px);
  margin-top: clamp(34px, 6vw, 56px);
  margin-bottom: var(--entry-button-bottom-space);
}

.flow__result-button {
  width: min(86%, 760px);
  margin: 2lh auto var(--entry-button-bottom-space);
}

.section-entry-button {
  width: min(86%, 760px);
  margin: 0 auto var(--entry-button-bottom-space);
}

.agent-support__button:not(.entry__button) {
  width: min(86%, 760px);
  padding-inline: 0.7em;
}

.faq__quote-accent {
  color: #c51c68;
  font-weight: 700;
}

.flow__step:first-child::after {
  display: none;
}

.flow__entry-arrow {
  display: grid;
  width: clamp(64px, 10vw, 94px);
  aspect-ratio: 1;
  margin: clamp(48px, 8vw, 75px) auto 0;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-family: Arial, sans-serif;
  font-size: clamp(48px, 8vw, 75px);
  font-weight: 700;
  line-height: 1;
}

.requirements {
  padding: clamp(64px, 10vw, 94px) 0 calc(20em + 10lh);
  background: #fff;
}

.requirements__inner {
  width: min(94%, 880px);
  margin-inline: auto;
}

.requirements__header {
  padding: clamp(28px, 5vw, 47px) 4%;
  border: clamp(4px, 0.7vw, 7px) solid var(--pink);
  color: #fff;
  background: var(--pink);
  box-shadow: inset 0 0 0 3px #fff;
  text-align: center;
}

.requirements__header p,
.requirements__header h2 {
  margin: 0;
  line-height: 1.35;
}

.requirements__header p {
  font-size: clamp(22px, 4.2vw, 40px);
  letter-spacing: 0.04em;
}

.requirements__header h2 {
  margin-top: 0.45em;
  font-size: clamp(34px, 6vw, 56px);
  font-weight: 700;
}

.requirements__list {
  display: grid;
  gap: clamp(34px, 6vw, 56px);
  margin: clamp(42px, 7vw, 66px) 0 0;
}

.requirements__item {
  margin: 0;
}

.requirements__item dt {
  width: min(43%, 250px);
  padding: 0.2em 0.55em 0.25em;
  border: 3px solid #fff;
  color: #fff;
  background: var(--pink);
  box-shadow: 0 0 0 3px var(--pink);
  font-size: clamp(21px, 3.8vw, 36px);
  line-height: 1.25;
  text-align: center;
}

.requirements__item dd {
  margin: 0;
  padding: clamp(22px, 3.8vw, 36px) 2% 0;
  border-top: 3px solid var(--pink);
  font-size: clamp(17px, 2.8vw, 27px);
  line-height: 1.75;
}

.requirements__item dd p {
  margin: 0;
}

.requirements__item dd strong {
  display: block;
  margin-bottom: 0.75em;
  color: var(--pink);
  font-size: 1.12em;
  font-weight: 700;
}

.requirements__button {
  margin-top: clamp(58px, 9vw, 85px);
  margin-bottom: var(--entry-button-bottom-space);
}

.faq {
  padding-bottom: clamp(64px, 10vw, 94px);
}

.faq__item {
  display: grid;
  grid-template-columns: min(18%, 100px) 1fr;
  align-items: stretch;
}

.faq__item dt {
  width: 100%;
  display: grid;
  place-items: center;
  padding: 0.25em;
}

.faq__item dd {
  display: contents;
}

.faq__question {
  min-height: 100%;
  padding: 0.35em 0.7em 0.45em;
  border-bottom: 3px solid var(--pink);
  font-size: clamp(17px, 2.8vw, 27px);
  font-weight: 700;
  line-height: 1.45;
}

.faq__answer {
  grid-column: 1 / -1;
  padding: clamp(22px, 3.8vw, 36px) 2% 0;
  font-size: clamp(17px, 2.8vw, 27px);
  line-height: 1.75;
}

.faq__answer p {
  margin: 0;
}

.faq__answer > p:first-child::before {
  display: inline-block;
  margin-right: 0.15em;
  content: "→";
  color: var(--pink);
  font-size: 1em;
  font-weight: 800;
  line-height: inherit;
}

.faq__keyword {
  font-size: 1.14em;
  font-weight: 700;
}

.faq__answer p + p {
  margin-top: 0.55em;
}

.faq__button {
  margin-top: clamp(58px, 9vw, 85px);
  margin-bottom: var(--entry-button-bottom-space);
}

@media (max-width: 420px) {
  .benefits__inner {
    padding-inline: 16px;
  }

  .benefits__intro {
    width: 100%;
    font-size: 14px;
  }

  .benefits__mobile-break {
    display: initial;
  }

  .benefit-card h3 {
    font-size: clamp(22px, 6.5vw, 27px);
  }

  .benefit-card__number {
    flex-basis: 90px;
    min-height: 68px;
    font-size: 45px;
  }

  .benefit-card__body {
    padding-inline: 0;
    font-size: 15px;
  }

  .production-list li {
    grid-template-columns: 2.4em 1fr;
  }

  .agent-support__intro {
    padding-inline: 0;
    font-size: 15px;
    text-align: left;
  }

  .agent-support__desktop-break {
    display: none;
  }

  .agent-support__message {
    text-align: center;
  }

  .agent-support__button {
    padding-inline: 0.75em;
    font-size: clamp(19px, 5.6vw, 24px);
  }

  .requirements__inner {
    width: calc(100% - 32px);
  }

  .requirements__header {
    box-shadow: inset 0 0 0 2px #fff;
  }

  .requirements__header p {
    font-size: 19px;
  }

  .requirements__header h2 {
    font-size: 30px;
  }

  .requirements__item dt {
    width: 48%;
    font-size: 19px;
  }

  .requirements__item dd {
    padding-inline: 4px;
    font-size: 15px;
  }

  .faq__item {
    grid-template-columns: 54px 1fr;
  }

  .faq__item dt {
    width: 100%;
    font-size: 22px;
  }

  .faq__item dd {
    display: contents;
  }

  .faq__question {
    padding: 0.45em 0.65em 0.5em;
    font-size: 15px;
  }

  .faq__answer {
    padding: 20px 4px 0;
    font-size: 15px;
  }
}
.no-wrap {
  white-space: nowrap;
}

.lp {
  line-break: strict;
  overflow-wrap: break-word;
  word-break: normal;
}

.text-unit {
  display: inline-block;
}

.entry__urgency {
  text-wrap: balance;
}

.production-copy {
  text-align: center;
}

.production-copy__pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.4vw, 24px);
  margin-block: 0.45em;
  font-size: clamp(12px, 2.7vw, 26px);
  font-weight: 700;
  white-space: nowrap;
}

.production-copy__result {
  display: block;
  margin-bottom: 0.15em;
  font-weight: 700;
}

.production-copy__emphasis {
  color: var(--pink);
}

.production-copy__keyword {
  font-size: 1.16em;
  font-weight: 800;
}
