:root {
  --orange: #ff7900;
  --orange-dark: #e76000;
  --blue: #0878d8;
  --blue-dark: #0068bc;
  --ink: #25201e;
  --cream: #fff8ea;
  --line: #ffd590;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5f5f5;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Rounded Mplus 1c", sans-serif;
  color: var(--ink);
}

.lp {
  position: relative;
  width: min(100vw, 941px);
  margin: 0 auto;
  background: linear-gradient(160deg, #ffffff 0%, #fffaf0 42%, #fff3d9 100%);
  overflow: hidden;
}

.block {
  position: relative;
  width: 100%;
  min-height: 177.7vw;
  max-height: 1672px;
  padding: 2.05vw 3.1vw 2vw;
}

.block::before {
  content: "";
  position: absolute;
  inset: 13.2vw 0 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 217, 145, 0.28) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px;
  mask-image: linear-gradient(90deg, #000 0 11%, transparent 30% 73%, #000 92% 100%);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.5vw;
  max-height: 99px;
}

.brand-logo {
  width: 41.5vw;
  max-width: 390px;
}

.security-badge {
  width: 32.8vw;
  max-width: 309px;
}

.menu-toggle,
.header-menu {
  display: none;
}

.hero-main {
  position: relative;
  min-height: 62.9vw;
  max-height: 592px;
  padding-top: 4.4vw;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 55vw;
  max-width: 518px;
  height: 58vw;
  max-height: 546px;
}

.speech-bubble-image {
  width: 46.5vw;
  max-width: 438px;
}

.hero-headline-image {
  display: block;
  position: absolute;
  left: 0;
  top: 13.1vw;
  width: 53.2vw;
  max-width: 501px;
}

.rate-row {
  position: absolute;
  left: 0;
  top: 39.3vw;
  display: flex;
  gap: 2vw;
}

.rate-card {
  overflow: hidden;
  width: 26vw;
  max-width: 245px;
  height: 19.8vw;
  max-height: 186px;
  border-radius: 2.4vw;
  background: #fff;
  box-shadow: 0 0.75vw 1.6vw rgba(92, 56, 13, 0.16);
}

.rate-label {
  height: 5.4vw;
  max-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(18px, 4vw, 38px);
  font-weight: 900;
}

.rate-orange .rate-label {
  background: linear-gradient(#ff8c00, #ff7300);
}

.rate-blue .rate-label {
  background: linear-gradient(#0788e5, #006fc9);
}

.rate-value {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  height: calc(100% - 5.4vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(54px, 10vw, 94px);
  font-weight: 900;
  line-height: 1;
}

.rate-orange .rate-value {
  color: var(--orange);
  padding-left: 0.2em;
}

.rate-blue .rate-value {
  color: var(--blue);
}

.rate-value span {
  margin-left: 0.2vw;
  margin-bottom: 0.15em;
  font-size: 0.35em;
  line-height: 1;
}

.hero-girl {
  position: absolute;
  right: -3.1vw;
  top: 0.2vw;
  width: 47.2vw;
  max-width: 444px;
  z-index: 1;
}

.sparkle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.sparkle-one {
  right: 1vw;
  top: 7.8vw;
  width: 5.3vw;
  max-width: 50px;
}

.sparkle-two {
  left: 39vw;
  bottom: 10vw;
  width: 4.4vw;
  max-width: 41px;
}

.feature-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: 22.2vw;
  max-height: none;
  margin-top: 0.2vw;
  padding: 2.2vw 0;
  border: min(0.18vw, 2px) solid #b8dcfb;
  border-radius: 2.5vw;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.7vw 1.8vw rgba(70, 46, 20, 0.12);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 16vw;
  border-right: 1px solid #b8dcfb;
}

.feature-item:last-child {
  border-right: 0;
}

.feature-item img {
  width: min(22vw, 207px);
  height: min(20vw, 188px);
  object-fit: contain;
}

.feature-item p {
  margin: 0.8vw 0 0;
  font-size: clamp(15px, 2.65vw, 25px);
  font-weight: 900;
}

.estimate-box {
  margin-top: 2.3vw;
  padding: 2.4vw 2vw 2.1vw;
  border: 0.18vw solid #b7defd;
  border-radius: 2.6vw;
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.estimate-box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  margin: 0 0 1.8vw;
  color: var(--blue);
  font-size: clamp(19px, 3.4vw, 32px);
  font-weight: 900;
}

.estimate-box h2 img {
  width: 5vw;
  max-width: 47px;
}

.estimate-box h2 img:first-child {
  transform: rotate(-30deg);
  margin-right: -1vw;
}

.estimate-box h2 img:last-child {
  transform: rotate(30deg);
  margin-left: -1vw;
}

.estimate-inner {
  display: grid;
  grid-template-columns: 1fr 8vw 1fr;
  align-items: center;
  min-height: 20.3vw;
  padding: 1.7vw 2.4vw;
  border: 0.2vw solid #b8dbfb;
  border-radius: 2vw;
  background: #fff;
}

.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2vw;
  max-height: 40px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0489df, #0071cf);
  color: #fff;
  font-weight: 900;
  font-size: clamp(12px, 2.05vw, 19px);
  white-space: nowrap;
}

.amount-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-top: 2vw;
}

.amount-side img {
  width: 13.7vw;
  max-width: 129px;
  filter: drop-shadow(0 0.5vw 0.8vw rgba(0, 0, 0, 0.14));
}

.amount-side strong {
  color: var(--blue);
  font-size: clamp(30px, 5.4vw, 51px);
  font-weight: 900;
}

.amount-side span,
.pay-amount span {
  font-size: 0.43em;
  margin-left: 0.25vw;
}

.estimate-arrow {
  color: var(--blue);
  text-align: center;
  font-size: clamp(36px, 7vw, 66px);
  font-weight: 900;
}

.pay-amount {
  margin-top: 1vw;
  color: var(--orange);
  text-align: center;
  font-size: clamp(48px, 8.7vw, 82px);
  font-weight: 900;
  line-height: 1.05;
}

.note {
  margin: 1vw 0 2.2vw;
  color: #777;
  text-align: center;
  font-size: clamp(11px, 1.85vw, 17px);
}

.cta-image {
  display: block;
  width: 89.5vw;
  max-width: 842px;
  margin: 0.2vw auto 1.3vw;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 8.8vw;
  max-height: 83px;
  margin-top: 1.0vw;
  border-radius: 2.2vw;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(24px, 4.3vw, 40px);
  box-shadow: 0 0.8vw 0 rgba(0, 0, 0, 0.13), inset 0 0 0 0.45vw rgba(255, 255, 255, 0.25);
}

.cta-orange {
  background: linear-gradient(#ff970e, #ff7300);
  border: 0.35vw solid #ff6800;
}

.cta-blue {
  background: linear-gradient(#19a7f1, #0078d8);
  border: 0.35vw solid #0077cf;
}

.cta span {
  position: absolute;
  right: 3.2vw;
  display: grid;
  place-items: center;
  width: 5vw;
  max-width: 47px;
  height: 5vw;
  max-height: 47px;
  border-radius: 50%;
  background: #fff;
  color: currentColor;
  font-size: 1.25em;
  line-height: 1;
}

.cta-orange span {
  color: var(--orange);
}

.cta-blue span {
  color: var(--blue);
}

.support-strip-image {
  display: block;
  width: 93.5vw;
  max-width: 880px;
  margin: -3.1vw auto 0;
}

@media (min-width: 942px) {
  .block {
    min-height: 1672px;
    padding: 19px 29px 19px;
  }

  .topbar {
    height: 99px;
  }
}



/* LP1 coordinate rebuild */
.block-hero {
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  background:
    radial-gradient(circle at 0% 45%, rgba(255, 215, 145, 0.23) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px,
    radial-gradient(circle at 100% 45%, rgba(255, 215, 145, 0.23) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px,
    linear-gradient(155deg, #fff 0%, #fffaf0 43%, #fff4dc 100%);
}

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

.block-hero .topbar {
  position: fixed;
  z-index: 50;
}

.block-hero .feature-panel,
.block-hero .estimate-box,
.block-hero .support-strip-image {
  position: relative;
  z-index: 2;
}

.block-hero .topbar {
  left: 50%;
  top: 0;
  width: min(100vw, 941px);
  height: min(13.25vw, 125px);
  display: block;
  position: fixed;
  transform: translateX(-50%);
  border-bottom: min(0.28vw, 3px) solid rgba(255, 166, 40, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 250, 236, 0.98) 0%, rgba(255, 242, 212, 0.96) 100%);
  box-shadow: 0 min(0.45vw, 4px) min(1.7vw, 16px) rgba(157, 91, 10, 0.16);
  backdrop-filter: blur(7px);
  z-index: 50;
}

.block-hero .brand-logo {
  position: absolute;
  left: 6.1%;
  top: 24%;
  width: 33.8%;
  max-width: none;
}

.block-hero .security-badge {
  display: none;
}

.block-hero .menu-toggle {
  position: absolute;
  right: 4.1%;
  top: 22%;
  display: flex;
  width: min(8.8vw, 83px);
  height: min(6.8vw, 64px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: min(0.9vw, 8px);
  border: min(0.28vw, 3px) solid #0a77d5;
  border-radius: min(1.7vw, 16px);
  background: linear-gradient(180deg, #ffffff 0%, #eff8ff 100%);
  box-shadow: 0 min(0.45vw, 4px) min(1vw, 9px) rgba(9, 112, 207, 0.14);
  cursor: pointer;
  z-index: 23;
}

.block-hero .menu-toggle span {
  display: block;
  width: 58%;
  height: min(0.45vw, 4px);
  border-radius: 999px;
  background: #0878d8;
}

.block-hero .header-menu {
  position: absolute;
  right: 3.6%;
  top: 84%;
  display: grid;
  width: min(38vw, 358px);
  padding: min(1.5vw, 14px);
  border: min(0.22vw, 2px) solid #9fd2fb;
  border-radius: min(1.9vw, 18px);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 min(0.8vw, 8px) min(2.4vw, 23px) rgba(21, 87, 143, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8%);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 22;
}

.block-hero .header-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.block-hero .header-menu a {
  display: block;
  padding: min(1vw, 9px) min(1.3vw, 12px);
  border-bottom: 1px solid #d8ecfb;
  color: #086fc8;
  font-size: clamp(11px, 1.75vw, 16px);
  font-weight: 900;
  text-decoration: none;
}

.block-hero .header-menu a:last-child {
  border-bottom: 0;
}

.block-hero .hero-main {
  position: relative;
  width: 100%;
  /* padding-top hack: 画像縦横比 1448/1086 ≒ 133.33% + ヘッダー高さ分 */
  padding-top: calc(133.33% + min(13.25vw, 125px));
  height: 0;
  z-index: 2;
}

.block-hero .hero-copy {
  position: static;
  width: auto;
  height: auto;
  max-width: none;
}

.block-hero .hero-visual {
  position: absolute;
  top: min(13.25vw, 125px);
  left: 0;
  width: 100%;
  height: auto;
}

/* removed: .block-hero .speech-bubble-image */

/* removed: .block-hero .hero-headline-image */

.block-hero .rate-row {
  display: none;
}

.block-hero .hero-rate-box {
  position: absolute;
  left: 7%;
  top: calc(min(13.25vw, 125px) + 66%);
  display: flex;
  flex-direction: row;
  gap: min(1.8vw, 17px);
  z-index: 4;
  width: 49%;
}

.block-hero .rate-card {
  flex: 1;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: min(2.45vw, 23px);
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.block-hero .rate-label {
  display: none;
}

.block-hero .rate-value {
  height: auto;
  font-size: clamp(79px, 14vw, 132px);
  transform: scaleY(1.75);
  transform-origin: top center;
  padding-bottom: min(4vw, 38px);
}

/* removed: .block-hero .hero-girl */

/* removed: .block-hero .sparkle-one */

/* removed: .block-hero .sparkle-two */

.block-hero .feature-panel {
  left: auto;
  top: auto;
  width: 93.8%;
  margin: min(2vw, 19px) auto 0;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: min(2vw, 19px) 0;
  border: min(0.18vw, 2px) solid #b8dcfb;
  border-radius: min(2.6vw, 24px);
}

.block-hero .feature-item {
  min-height: 0;
  height: auto;
  padding: min(1.2vw, 11px) 0;
}

.block-hero .feature-item img {
  width: min(22vw, 207px);
  height: min(20vw, 188px);
}

.block-hero .feature-item p {
  margin-top: min(0.55vw, 5px);
}

.block-hero .estimate-box {
  left: auto;
  top: auto;
  width: 93.8%;
  margin: min(2vw, 19px) auto 0;
  height: auto;
  padding: min(2.6vw, 24px) min(2vw, 19px) min(1.8vw, 17px);
  border-radius: min(2.6vw, 24px);
}

.block-hero .estimate-box h2 {
  margin-bottom: min(1.4vw, 13px);
}

.block-hero .support-strip-image {
  left: auto;
  top: auto;
  display: block;
  width: 93.8%;
  max-width: none;
  margin: min(2vw, 19px) auto min(2vw, 19px);
}

.sim-card {
  width: 94.5%;
  margin: 0 auto;
  padding: min(2.25vw, 21px) min(2.45vw, 23px) min(1.75vw, 16px);
  border: 0.2vw solid #b8dbfb;
  border-radius: min(2vw, 19px);
  background: #fff;
  box-shadow: 0 min(0.55vw, 5px) min(1.4vw, 13px) rgba(28, 111, 184, 0.1);
}

.sim-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(2vw, 19px);
}

.sim-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(24vw, 226px);
  height: min(4.5vw, 42px);
  border-radius: 999px;
  background: linear-gradient(90deg, #0489df, #0071cf);
  color: #fff;
  font-size: clamp(13px, 2.2vw, 21px);
  font-weight: 900;
}

.sim-amount {
  color: var(--blue);
  font-size: clamp(24px, 4.7vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.amount-range {
  appearance: none;
  width: 100%;
  height: min(1.7vw, 16px);
  margin: min(2vw, 19px) 0 min(0.8vw, 8px);
  border-radius: 999px;
  background: linear-gradient(90deg, #0878d8 0%, #0878d8 2.83%, #d9ecfb 2.83%, #d9ecfb 100%);
  outline: none;
}

.amount-range::-webkit-slider-thumb {
  appearance: none;
  width: min(5.2vw, 49px);
  height: min(5.2vw, 49px);
  border: min(0.7vw, 7px) solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff9a10, #ff7300);
  box-shadow: 0 min(0.4vw, 4px) min(1.2vw, 11px) rgba(143, 71, 0, 0.3);
  cursor: pointer;
}

.amount-range::-moz-range-thumb {
  width: min(5.2vw, 49px);
  height: min(5.2vw, 49px);
  border: min(0.7vw, 7px) solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff9a10, #ff7300);
  box-shadow: 0 min(0.4vw, 4px) min(1.2vw, 11px) rgba(143, 71, 0, 0.3);
  cursor: pointer;
}

.range-meta {
  display: flex;
  justify-content: space-between;
  color: #7a8b9c;
  font-size: clamp(10px, 1.65vw, 16px);
  font-weight: 700;
}

.sim-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.7vw, 16px);
  margin-top: min(1.8vw, 17px);
}

.sim-result {
  overflow: hidden;
  border-radius: min(1.6vw, 15px);
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  box-shadow: 0 min(0.45vw, 4px) min(1vw, 9px) rgba(47, 40, 32, 0.08);
}

.result-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.9vw, 8px);
  height: min(4.5vw, 42px);
  color: #fff;
  font-size: clamp(13px, 2.25vw, 21px);
  font-weight: 900;
}

.sim-result.first .result-head {
  background: linear-gradient(#ff8c00, #ff7300);
}

.sim-result.repeat .result-head {
  background: linear-gradient(#0788e5, #006fc9);
}

.result-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: min(8.7vw, 82px);
  padding-top: min(1vw, 9px);
  font-weight: 900;
  line-height: 1;
}

.sim-result.first .result-value {
  color: var(--orange);
}

.sim-result.repeat .result-value {
  color: var(--blue);
}

.result-value span {
  font-size: clamp(34px, 6.9vw, 65px);
}

.result-value small {
  margin-left: min(0.45vw, 4px);
  font-size: clamp(14px, 2.4vw, 23px);
}

.estimate-simulator .note {
  margin: min(1.25vw, 12px) 0 0;
  color: #666;
  font-size: clamp(10px, 1.6vw, 15px);
}

.block-worries {
  min-height: 0;
  max-height: none;
  padding: min(5.8vw, 55px) min(3.2vw, 30px) min(3.6vw, 34px);
  background:
    radial-gradient(circle at 2% 14%, rgba(255, 215, 145, 0.23) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px,
    linear-gradient(155deg, #fff 0%, #fffaf0 48%, #fff4dc 100%);
}

.worry-hero {
  position: relative;
  min-height: min(53.8vw, 506px);
}

.worry-copy {
  position: relative;
  z-index: 2;
  width: 61.3%;
}

.worry-copy h2 {
  margin: 0 0 min(2.5vw, 24px);
  color: #211d1b;
  font-size: clamp(28px, 6.1vw, 57px);
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0;
}

.worry-copy h2 strong {
  color: var(--orange);
  font-style: normal;
}

.worry-copy h2 span,
.worry-copy h2 strong {
  display: inline-block;
}

.worry-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.45vw, 14px);
}

.worry-cards img {
  display: block;
  width: 100%;
  border-radius: min(1.6vw, 15px);
  filter: drop-shadow(0 min(0.55vw, 5px) min(1vw, 9px) rgba(73, 45, 7, 0.11));
}

.worry-girl {
  position: absolute;
  right: -0.7%;
  top: -6.4%;
  width: 40.7%;
  max-width: none;
  z-index: 1;
}

.worry-sparkle-a {
  position: absolute;
  right: 34.2%;
  top: 4%;
  width: min(4.8vw, 45px);
}

.worry-sparkle-b {
  position: absolute;
  right: 40%;
  top: 24%;
  width: min(3.6vw, 34px);
}

.guide-panel {
  position: relative;
  z-index: 4;
  margin-top: min(1.6vw, 15px);
  padding: min(4.7vw, 44px) min(2vw, 19px) min(2.2vw, 21px);
  border: min(0.22vw, 2px) solid #ff9b19;
  border-radius: min(2vw, 19px);
  background: rgba(255, 255, 255, 0.9);
}

.guide-label {
  position: absolute;
  left: 10.2%;
  top: max(-4.15vw, -39px);
  width: 79.6%;
  max-width: none;
  z-index: 5;
}

.guide-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.4vw, 13px);
}

.guide-points img {
  display: block;
  width: 100%;
  max-height: min(21vw, 198px);
  object-fit: contain;
}

.compare-panel {
  overflow: hidden;
  margin-top: min(2.4vw, 23px);
  border: min(0.2vw, 2px) solid #bfc8d0;
  border-radius: min(2.2vw, 21px);
  background: #fff;
  box-shadow: 0 min(0.45vw, 4px) min(1vw, 9px) rgba(49, 49, 49, 0.08);
}

.compare-panel table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-panel th,
.compare-panel td {
  height: min(7.8vw, 73px);
  border-right: 1px solid #d6dce2;
  border-bottom: 1px solid #d6dce2;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(15px, 2.35vw, 22px);
  font-weight: 900;
}

.compare-panel tr:last-child th,
.compare-panel tr:last-child td {
  border-bottom: 0;
}

.compare-panel th:last-child,
.compare-panel td:last-child {
  border-right: 0;
}

.compare-panel thead th:nth-child(2) {
  background: linear-gradient(180deg, #ff970f, #ff7600);
  color: #fff;
}

.compare-panel thead th:nth-child(3) {
  background: linear-gradient(180deg, #fbfbfb, #ececec);
}

.compare-panel tbody td:nth-child(2) {
  background: linear-gradient(180deg, #fff8ee, #fffdf9);
  border-right-color: #ffd39d;
  border-left: 1px solid #ffd39d;
}

.compare-panel tbody th {
  width: 32%;
  color: #161413;
}

.mark-good {
  color: var(--orange);
  font-size: clamp(29px, 5.3vw, 50px);
  line-height: 1;
}

.mark-normal {
  color: #7e7e7e;
  font-size: clamp(28px, 4.6vw, 43px);
  line-height: 1;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: min(2.4vw, 23px);
  padding: min(1.2vw, 11px) min(1.4vw, 13px);
  border: min(0.22vw, 2px) solid #ffb13d;
  border-radius: min(2.1vw, 20px);
  background: linear-gradient(90deg, rgba(255, 250, 238, 0.98), rgba(255, 246, 222, 0.96));
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1vw, 9px);
  min-height: min(8.8vw, 83px);
  border-right: min(0.18vw, 2px) dashed #ffbd54;
  color: #1f1b18;
  font-size: clamp(13px, 2.35vw, 22px);
  font-weight: 900;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item img {
  width: min(6.4vw, 60px);
  height: min(6.4vw, 60px);
  object-fit: contain;
}

.trust-heart {
  position: relative;
  width: min(6.4vw, 60px);
  height: min(6.4vw, 60px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 min(0.35vw, 3px) min(1vw, 9px) rgba(232, 119, 52, 0.14);
}

.trust-heart::before {
  content: "";
  position: absolute;
  left: 28%;
  top: 23%;
  width: 45%;
  height: 45%;
  background: linear-gradient(180deg, #ffb294, #ff8d70);
  transform: rotate(45deg);
  border-radius: 28% 0 15% 0;
}

.trust-heart::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 20%;
  width: 52%;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc5ae, #ff9275);
}

.cta-large {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(10.8vw, 102px);
  margin-top: min(2.4vw, 23px);
  border: min(0.35vw, 3px) solid #ff9a14;
  border-radius: min(2.2vw, 21px);
  background: linear-gradient(180deg, #ff9b08 0%, #ff7800 100%);
  box-shadow:
    inset 0 min(0.35vw, 3px) 0 rgba(255, 255, 255, 0.26),
    0 min(0.75vw, 7px) 0 #cb5600,
    0 min(1vw, 9px) min(1.5vw, 14px) rgba(185, 83, 0, 0.22);
  color: #fff;
  font-size: clamp(23px, 4.4vw, 41px);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.cta-large span {
  position: absolute;
  right: min(3.8vw, 36px);
  width: min(5vw, 47px);
  height: min(5vw, 47px);
  border-radius: 50%;
  background: #fff;
}

.cta-large span::before {
  content: "";
  position: absolute;
  left: 34%;
  top: 28%;
  width: 26%;
  height: 26%;
  border-top: min(0.65vw, 6px) solid #ff7a00;
  border-right: min(0.65vw, 6px) solid #ff7a00;
  transform: rotate(45deg);
}

.block-flow {
  min-height: 0;
  max-height: none;
  padding: min(7.5vw, 71px) min(2.8vw, 26px) min(2.8vw, 26px);
  background:
    radial-gradient(circle at 0% 12%, rgba(255, 215, 145, 0.24) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px,
    radial-gradient(circle at 100% 14%, rgba(255, 215, 145, 0.24) 0 1.5px, transparent 1.8px) 0 0 / 18px 18px,
    linear-gradient(160deg, #fff 0%, #fffaf0 48%, #fff4dc 100%);
}

.flow-heading {
  text-align: center;
  margin-bottom: min(1.8vw, 17px);
}

.flow-heading h2 {
  margin: 0;
  color: #26211f;
  font-size: clamp(34px, 6.6vw, 62px);
  font-weight: 900;
  line-height: 1.15;
}

.flow-heading h2 span,
.flow-heading p strong {
  color: var(--orange);
}

.flow-heading p {
  margin: min(1vw, 9px) 0 0;
  color: #28231f;
  font-size: clamp(18px, 3.1vw, 29px);
  font-weight: 900;
}

.flow-heading p strong {
  color: var(--blue);
}

.flow-steps {
  display: grid;
  gap: min(2.35vw, 22px);
  margin-top: min(2.8vw, 26px);
}

.flow-step {
  position: relative;
  overflow: hidden;
  min-height: min(35.5vw, 334px);
  border: min(0.2vw, 2px) solid #ffd48b;
  border-radius: min(2vw, 19px);
  background: rgba(255, 255, 255, 0.9);
}

.flow-step::after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: max(-2.9vw, -27px);
  width: 0;
  height: 0;
  border-left: min(2.1vw, 20px) solid transparent;
  border-right: min(2.1vw, 20px) solid transparent;
  border-top: min(2.9vw, 27px) solid #ffe0a8;
  z-index: 5;
}

.flow-step:last-child::after {
  display: none;
}

.step-form {
  border-color: #9fd2fb;
  background: linear-gradient(110deg, #f5fbff 0%, #fff 100%);
}

.step-copy {
  position: absolute;
  left: 4%;
  top: 18%;
  z-index: 4;
  width: 48%;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(17vw, 160px);
  height: min(4.8vw, 45px);
  border-radius: 999px;
  background: linear-gradient(180deg, #ff970b, #ff7600);
  color: #fff;
  font-size: clamp(17px, 3vw, 28px);
  font-weight: 900;
}

.step-badge.blue {
  background: linear-gradient(180deg, #108eea, #0875d0);
}

.step-copy h3 {
  margin: min(1.45vw, 14px) 0 min(1vw, 9px);
  color: var(--orange);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 900;
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: normal;
}

.step-form .step-copy h3 {
  color: var(--blue);
}

.step-transfer .step-copy {
  width: 50%;
}

.step-transfer .step-copy h3 {
  font-size: clamp(17px, 2.55vw, 24px);
  line-height: 1.22;
}

.step-copy p {
  margin: 0;
  color: #2a2522;
  font-size: clamp(14px, 2.1vw, 20px);
  font-weight: 800;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: normal;
}

.nowrap {
  white-space: nowrap;
}

.step-scene {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  max-width: none;
}

.step-scene-one {
  right: -8.5%;
  top: -7%;
  width: 65%;
}

.step-scene-two {
  right: -10.5%;
  top: -8%;
  width: 65%;
}

.step-scene-three {
  right: -6.5%;
  top: -4%;
  width: 61.5%;
}

.step-balloon {
  position: absolute;
  right: 1%;
  top: 48%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(12vw, 113px);
  height: min(12vw, 113px);
  border: min(0.22vw, 2px) solid var(--orange);
  border-radius: 50%;
  background: #fff;
  color: #2c2520;
  font-size: clamp(12px, 1.8vw, 17px);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  padding: 0 min(0.8vw, 7px);
}

.step-balloon.blue {
  border-color: var(--blue);
  color: var(--blue);
}

.prepare-box {
  margin-top: min(2vw, 19px);
  margin-bottom: min(0.8vw, 8px);
  text-align: center;
}

.prepare-box h3 {
  margin: 0 0 min(1.2vw, 11px);
  color: #2a241f;
  font-size: clamp(21px, 3.35vw, 32px);
  font-weight: 900;
}

.prepare-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: min(0.18vw, 2px) solid #b8dcfb;
  border-radius: min(1.5vw, 14px);
  background: rgba(255, 255, 255, 0.9);
}

.prepare-items div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: min(2.4vw, 23px) min(1vw, 9px) min(2vw, 19px);
  gap: min(1.2vw, 11px);
  min-height: min(22vw, 207px);
  border-right: 1px dashed #bddff8;
  font-size: clamp(15px, 2.45vw, 23px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.prepare-items span {
  display: inline-block;
}

.prepare-items em {
  font-style: normal;
  white-space: nowrap;
}

.prepare-items .single-line {
  white-space: nowrap;
}

.prepare-items div:last-child {
  border-right: 0;
}

.prepare-items img {
  width: min(16vw, 150px);
  height: min(16vw, 150px);
  object-fit: contain;
}

.flow-note {
  margin: min(1vw, 9px) min(0.6vw, 6px) 0;
  color: #6b625c;
  font-size: clamp(10px, 1.45vw, 14px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.beginner-strip {
  display: flex;
  align-items: center;
  gap: min(2vw, 19px);
  min-height: min(11.8vw, 111px);
  margin-top: min(2.3vw, 22px);
  padding: 0 min(2.4vw, 23px);
  border: min(0.18vw, 2px) solid #acd9fb;
  border-radius: min(1.8vw, 17px);
  background: linear-gradient(90deg, #f6fbff 0%, #fff 100%);
}

.beginner-strip img {
  align-self: flex-end;
  width: min(14vw, 132px);
}

.beginner-strip p {
  margin: 0;
  color: #27221f;
  font-size: clamp(15px, 2.45vw, 23px);
  font-weight: 900;
  line-height: 1.45;
}

.beginner-strip strong {
  color: var(--blue);
  font-size: 1.25em;
}

.beginner-strip span {
  color: var(--blue);
}



/* ===== 詳細ボタン ===== */
.prepare-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: min(1.2vw, 11px);
  padding: min(0.7vw, 6px) min(2vw, 18px);
  border: min(0.2vw, 2px) solid #0878d8;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  color: #0878d8;
  font-size: clamp(11px, 1.6vw, 15px);
  font-weight: 900;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  white-space: nowrap;
}

.prepare-detail-btn:hover {
  background: linear-gradient(180deg, #eef6ff, #d6ecff);
  transform: scale(1.03);
}

/* ===== モーダル ===== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(30, 20, 10, 0.55);
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal-overlay.is-open {
  display: flex;
}

.modal-box {
  position: relative;
  width: min(92vw, 520px);
  max-height: 88vh;
  overflow-y: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 40px rgba(8, 80, 180, 0.18);
  padding: 32px 28px 28px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f0f4f8;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: #e0e8f0;
}

.modal-title {
  margin: 0 0 18px;
  color: #0878d8;
  font-size: clamp(17px, 2.8vw, 22px);
  font-weight: 900;
  border-bottom: 2px solid #b8dcfb;
  padding-bottom: 10px;
}

.modal-body {
  display: grid;
  gap: 10px;
}

.modal-field {
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7fbff;
  border: 1px solid #d8edfb;
}

.modal-field label {
  display: block;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 900;
  color: #1a1a2e;
}

.modal-note {
  margin: 4px 0 0;
  color: #6e8090;
  font-size: clamp(11px, 1.6vw, 13px);
}

.modal-total {
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff8ee, #fff3dc);
  border: 1px solid #ffd590;
  color: #1a1a2e;
  font-size: clamp(14px, 2.1vw, 17px);
  font-weight: 900;
}

.modal-total strong {
  color: #ff7900;
}

.modal-caution {
  margin: 0;
  color: #888;
  font-size: clamp(11px, 1.55vw, 13px);
}

.modal-divider {
  height: 1px;
  background: #d8edfb;
  margin: 4px 0;
}

.modal-sub {
  margin: 0;
  color: #0878d8;
  font-size: clamp(13px, 1.9vw, 15px);
  font-weight: 900;
}

.modal-id-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.modal-id-list li {
  padding: 9px 14px;
  border-radius: 10px;
  background: #f7fbff;
  border: 1px solid #d8edfb;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 900;
  color: #1a1a2e;
}

.modal-id-list li::before {
  content: "✔ ";
  color: #0878d8;
}

.modal-selfie {
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8ee;
  border: 1px solid #ffd590;
}

.modal-selfie-title {
  margin: 0 0 6px;
  font-size: clamp(14px, 2.1vw, 17px);
  font-weight: 900;
  color: #ff7900;
}

/* ===== FAQ ===== */
.block-faq {
  min-height: 0;
  max-height: none;
  padding-top: min(6.2vw, 58px);
  padding-bottom: min(4.2vw, 40px);
  background: linear-gradient(180deg, #fffaf0 0%, #fffdf8 58%, #fff7e6 100%);
}

.block-faq::before {
  inset: 0;
}

.faq-title-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: min(3.1vw, 29px);
}

.faq-title-image {
  display: block;
  width: min(58vw, 546px);
}

.faq-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: min(2.2vw, 21px);
  margin: 0 auto min(3.6vw, 34px);
  width: min(91vw, 856px);
}

.faq-item {
  border-radius: min(2vw, 19px);
  background: #fff;
  box-shadow: 0 min(0.7vw, 7px) min(1.7vw, 16px) rgba(78, 50, 18, 0.12);
  overflow: hidden;
}

.faq-question {
  appearance: none;
  border: 0;
  width: 100%;
  min-height: min(9vw, 85px);
  display: grid;
  grid-template-columns: min(6.8vw, 64px) 1fr min(5.4vw, 51px);
  align-items: center;
  gap: min(1.7vw, 16px);
  padding: min(1.8vw, 17px) min(3.2vw, 30px);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.faq-q {
  display: grid;
  place-items: center;
  width: min(5.9vw, 56px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #1399ea, #0878d8);
  color: #fff;
  font-size: clamp(21px, 3.8vw, 36px);
  font-weight: 900;
  line-height: 1;
}

.faq-text {
  color: var(--blue);
  font-size: clamp(19px, 3.25vw, 31px);
  font-weight: 900;
  letter-spacing: 0;
}

.faq-plus {
  position: relative;
  display: block;
  width: min(3.6vw, 34px);
  aspect-ratio: 1;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: min(0.55vw, 5px);
  border-radius: 999px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 min(4.1vw, 39px);
  color: #28231f;
  font-size: clamp(14px, 2.15vw, 20px);
  font-weight: 700;
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: min(2.4vw, 23px);
}

.faq-guide-strip {
  position: relative;
  z-index: 1;
  display: block;
  width: min(91vw, 856px);
  margin: 0 auto min(2.8vw, 26px);
}

.faq-support-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: min(2.2vw, 21px);
  width: min(91vw, 856px);
  margin: 0 auto min(2.6vw, 24px);
}

.faq-check-card,
.faq-point-card {
  border-radius: min(1.9vw, 18px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 2px rgba(8, 120, 216, 0.22);
  padding: min(2.3vw, 22px);
}

.faq-check-card h3,
.faq-point-card h3 {
  margin: 0 0 min(1.6vw, 15px);
  color: var(--blue);
  font-size: clamp(19px, 3vw, 28px);
  font-weight: 900;
  text-align: center;
}

.faq-point-card h3 {
  color: var(--orange);
}

.faq-check-card ul {
  display: grid;
  gap: min(1vw, 9px);
  margin: 0;
  padding: min(1.3vw, 12px);
  list-style: none;
  border-radius: min(1.4vw, 13px);
  background: #fff;
}

.faq-check-card li {
  position: relative;
  padding-left: min(4.2vw, 40px);
  color: #2a2522;
  font-size: clamp(15px, 2.45vw, 23px);
  font-weight: 900;
  line-height: 1.55;
}

.faq-check-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: min(2.9vw, 27px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url("./assets/provided/icon-shield-safe.png") center / contain no-repeat;
}

.faq-point-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.4vw, 13px);
  text-align: center;
}

.faq-point-icons div {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: min(0.8vw, 8px);
}

.faq-point-icons img {
  width: min(8.7vw, 82px);
  height: min(8.7vw, 82px);
  object-fit: contain;
}

.faq-point-icons p {
  margin: 0;
  color: #28231f;
  font-size: clamp(13px, 2.25vw, 21px);
  font-weight: 900;
  line-height: 1.28;
}

.faq-repeat-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(91vw, 856px);
  margin: 0 auto min(2.2vw, 21px);
  padding: min(1.6vw, 15px) min(3.6vw, 34px);
  border: 2px solid #b9ddf8;
  border-radius: min(1.4vw, 13px);
  background: #fff;
  color: #2a2522;
  font-size: clamp(16px, 2.8vw, 26px);
  font-weight: 900;
}

.repeat-mark {
  color: var(--blue);
  font-size: 1.15em;
}

.faq-cta,
.faq-cta-blue {
  position: relative;
  z-index: 1;
  width: min(91vw, 856px);
  margin-top: min(1.5vw, 14px);
}

.faq-cta-blue {
  background: linear-gradient(180deg, #1ba7ef, #0878d8);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45), 0 min(0.65vw, 6px) 0 #0068bc;
}

.faq-safe-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(91vw, 856px);
  margin: min(2.3vw, 22px) auto 0;
  min-height: min(12vw, 113px);
  border-radius: min(2vw, 19px);
  border: 2px solid #ffd99b;
  background: linear-gradient(100deg, #fffdf7 0%, #fff7e3 100%);
  box-shadow: 0 min(0.45vw, 4px) min(1.3vw, 12px) rgba(92, 61, 24, 0.08);
  text-align: center;
}

.faq-safe-strip p {
  margin: 0;
  color: #28231f;
  font-size: clamp(18px, 3.1vw, 29px);
  font-weight: 900;
  line-height: 1.38;
}

.faq-safe-strip strong {
  color: var(--orange);
}



/* ===== 運営者情報 ===== */
.operator-info {
  margin: min(4vw, 38px) min(3.5vw, 33px) min(3vw, 28px);
  border-radius: min(2vw, 18px);
  overflow: hidden;
  border: 1px solid #d8edfb;
  background: #fff;
}

.operator-title {
  margin: 0;
  padding: min(1.6vw, 15px) min(2.4vw, 22px);
  background: linear-gradient(90deg, #0878d8, #3fa8f5);
  color: #fff;
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.operator-table {
  width: 100%;
  border-collapse: collapse;
}

.operator-table th,
.operator-table td {
  padding: min(1.4vw, 13px) min(2.4vw, 22px);
  font-size: clamp(13px, 1.9vw, 17px);
  line-height: 1.55;
  border-bottom: 1px solid #e8f3fc;
  vertical-align: top;
  text-align: left;
}

.operator-table tr:last-child th,
.operator-table tr:last-child td {
  border-bottom: none;
}

.operator-table th {
  width: 30%;
  background: #f4f9ff;
  color: #0878d8;
  font-weight: 900;
  white-space: nowrap;
}

.operator-table td {
  color: #1a1a2e;
  font-weight: 700;
  word-break: break-all;
}

.operator-table td a {
  color: #0878d8;
  text-decoration: none;
}

.operator-table td a:hover {
  text-decoration: underline;
}

/* ===== ご本人確認バッジ ===== */
.prepare-id-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 auto min(1.6vw, 15px);
  padding: min(0.6vw, 6px) min(2.2vw, 20px);
  border-radius: 999px;
  background: transparent;
  border: 2px solid #ff7900;
  color: #ff7900;
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.prepare-id-badge::before {
  content: "✓";
  font-size: 1.1em;
}

/* ===== フッター ===== */
.site-footer {
  background: #f5e9c8;
  border-top: 2px solid #e8d5a0;
  color: #5a4a3a;
  padding: min(5vw, 47px) min(4vw, 38px) min(3.5vw, 33px);
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  gap: min(3.5vw, 33px);
  max-width: 860px;
  margin: 0 auto;
}

.footer-security-badge {
  width: min(22vw, 130px);
  flex-shrink: 0;
}

.footer-info {
  display: grid;
  gap: min(1.2vw, 11px);
}

.footer-company {
  margin: 0;
  color: #ff7900;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 900;
}

.footer-address {
  margin: 0;
  color: #7a6a5a;
  font-size: clamp(11px, 1.5vw, 13px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.8vw, 7px) min(2vw, 19px);
}

.footer-links a {
  color: #0878d8;
  font-size: clamp(11px, 1.5vw, 13px);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  margin: 0;
  color: #a08060;
  font-size: clamp(10px, 1.3vw, 12px);
}

.sp-only {
  display: none;
}

/* ===== スマホ対応 (max-width: 520px) ===== */
@media (max-width: 520px) {

  /* ---- ヘッダー ---- */
  .block-hero .topbar {
    height: 14vw;
  }

  .block-hero .brand-logo {
    top: 20%;
    width: 38vw;
  }

  .block-hero .menu-toggle {
    top: 18%;
    width: 11vw;
    height: 9vw;
    gap: 1.1vw;
    border-radius: 2.2vw;
  }

  .block-hero .menu-toggle span {
    height: 0.6vw;
  }

  .block-hero .header-menu {
    width: 55vw;
    top: 90%;
  }

  /* ---- hero画像・rate-box ---- */
  .block-hero .hero-main {
    padding-top: calc(133.33% + 14vw);
    height: 0;
  }

  .block-hero .hero-visual {
    top: 14vw;
  }

  .block-hero .hero-rate-box {
    left: 7%;
    top: calc(14vw + 66%);
    width: 50%;
    gap: 2.5vw;
  }

  .block-hero .rate-label {
    font-size: 3vw;
    padding: 1vw 0;
  }

  .block-hero .rate-value {
    font-size: 11vw;
    transform: scaleY(1.55);
    padding-bottom: 3vw;
  }

  .block-hero .rate-value span {
    font-size: 3.8vw;
    margin-bottom: 0.3em;
  }

  /* ---- 見積もりシミュレーター ---- */
  .block-hero .estimate-box {
    width: 92%;
    padding: 5vw 4vw;
  }

  .estimate-box h2 {
    font-size: 5vw;
    gap: 2vw;
    margin-bottom: 4vw;
  }

  .estimate-box h2 img {
    width: 7vw;
  }

  .sim-label {
    font-size: 3.8vw;
  }

  .sim-amount {
    font-size: 5vw;
  }

  .sim-result .result-head {
    font-size: 3.5vw;
    padding: 1.5vw 0;
  }

  .sim-result .result-value {
    font-size: 11vw;
    padding: 2vw 0 3vw;
  }

  .sim-card {
    padding: 4vw 3.5vw;
    border-radius: 4vw;
  }

  .note {
    font-size: 2.8vw;
  }

  /* ---- サポートストリップ ---- */
  .block-hero .support-strip-image {
    width: 92%;
    margin: 3vw auto 4vw;
  }

  /* ---- ご準備いただくもの ---- */
  .prepare-box {
    margin: 3vw 3% 2vw;
  }

  .prepare-box h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .prepare-id-badge {
    font-size: 3.8vw;
    padding: 1.5vw 4vw;
    margin-bottom: 3vw;
  }

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

  .prepare-items div {
    flex-direction: column;
    min-height: 38vw;
    font-size: 3.2vw;
    gap: 1.5vw;
    padding: 3vw 1vw 2.5vw;
  }

  .prepare-items img {
    width: 16vw;
    height: 16vw;
  }

  .prepare-detail-btn {
    font-size: 2.5vw;
    padding: 1vw 2vw;
    margin-top: 1.5vw;
  }

  /* ---- STEPセクション ---- */
  .flow-heading h2 {
    font-size: 7vw;
  }

  .flow-heading p {
    font-size: 3.8vw;
  }

  .flow-steps {
    gap: 4vw;
    padding: 0 3%;
    margin-top: 0;
  }

  .sp-only {
    display: inline;
  }

  /* STEPカード: スマホは2カラム（左:テキスト、右:キャラ+吹き出し） */
  .flow-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    min-height: 0 !important;
    height: auto;
    border-radius: 4vw;
    padding: 5vw 4vw 0 4vw;
    gap: 0;
    overflow: hidden;
  }

  .step-copy {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    flex-shrink: 0;
    z-index: 2;
    overflow-wrap: anywhere;
  }

  .step-badge {
    font-size: 3vw;
    padding: 1vw 3vw;
    border-radius: 2vw;
    margin-bottom: 2.5vw;
    margin-top: -2.5vw;
    display: inline-block;
  }

  .step-copy h3 {
    font-size: 5vw;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 2vw;
  }

  .step-copy p {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 0;
  }

  .step-transfer .step-copy {
    width: 100%;
  }

  .step-transfer .step-copy h3 {
    font-size: 5vw;
  }

  .step-right {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    margin-top: 2vw;
  }

  .step-scene-one,
  .step-scene-two,
  .step-scene-three {
    position: static !important;
    width: 80% !important;
    height: auto;
    align-self: flex-end;
  }

  .step-balloon {
    position: absolute !important;
    right: 3vw;
    bottom: 3vw;
    top: auto;
    left: auto;
    width: 20vw !important;
    height: 20vw !important;
    min-width: 20vw;
    min-height: 20vw;
    font-size: 3vw;
    border-radius: 50%;
    z-index: 10;
    flex-shrink: 0;
  }

  .flow-note {
    font-size: 3vw;
    padding: 0 4%;
  }

  /* ---- 初めての方へ ---- */
  .beginner-strip {
    margin: 4vw 3%;
    padding: 3vw 4vw;
    border-radius: 3vw;
    gap: 3vw;
  }

  .beginner-strip img {
    width: 14vw;
  }

  .beginner-strip p {
    font-size: 3.5vw;
  }

  /* ---- FAQ ---- */
  .block-faq {
    padding-top: 8vw;
  }

  .faq-title-image {
    width: 72vw;
  }

  .faq-list {
    gap: 3vw;
    margin: 0 3% 5vw;
  }

  .faq-question {
    min-height: 14vw;
    grid-template-columns: 10vw 1fr 7vw;
    gap: 2vw;
    padding: 3vw 4vw;
  }

  .faq-q {
    width: 9vw;
    font-size: 5.5vw;
  }

  .faq-text {
    font-size: 4.2vw;
  }

  .faq-plus {
    width: 5.5vw;
  }

  .faq-answer p {
    font-size: 3.5vw;
    padding: 0 5vw 0;
  }

  .faq-item.is-open .faq-answer p {
    padding-bottom: 4vw;
  }

  /* ---- ご利用前チェック・3つのポイント ---- */
  .faq-support-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin: 0 3%;
  }

  .faq-check-card,
  .faq-point-card {
    padding: 4.5vw;
    border-radius: 3.5vw;
  }

  .faq-check-card h3,
  .faq-point-card h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .faq-check-card li {
    font-size: 4vw;
    padding-left: 8vw;
    margin-bottom: 2vw;
  }

  .faq-check-card li::before {
    width: 5.5vw;
  }

  .faq-point-icons {
    gap: 3vw;
  }

  .faq-point-icons img {
    width: 15vw;
    height: 15vw;
  }

  .faq-point-icons p {
    font-size: 3.5vw;
  }

  /* ---- ガイドストリップ ---- */
  .faq-guide-strip {
    margin: 0 3% 4vw;
    border-radius: 3.5vw;
    min-height: 28vw;
  }

  .guide-copy p:first-child {
    font-size: 3.8vw;
  }

  .guide-copy p:last-child {
    font-size: 5.5vw;
  }

  /* ---- 運営者情報 ---- */
  .operator-info {
    margin: 4vw 3% 3vw;
    border-radius: 3vw;
  }

  .operator-title {
    font-size: 4.5vw;
    padding: 3vw 4vw;
  }

  .operator-table th,
  .operator-table td {
    font-size: 3.2vw;
    padding: 2.5vw 3vw;
  }

  .operator-table th {
    width: 28%;
  }

  /* ---- フッター ---- */
  .site-footer {
    padding: 6vw 4vw 5vw;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }

  .footer-security-badge {
    width: 35vw;
  }

  .footer-info {
    width: 100%;
    gap: 2.5vw;
    text-align: center;
  }

  .footer-company {
    font-size: 3.8vw;
  }

  .footer-address {
    font-size: 3vw;
  }

  .footer-links {
    justify-content: center;
    gap: 2vw 4vw;
  }

  .footer-links a {
    font-size: 3vw;
  }

  .footer-copy {
    font-size: 2.8vw;
  }
}

/* ===== 追尾CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.sticky-cta a {
  display: block;
}

.sticky-cta img {
  width: 100%;
  max-width: 941px;
  height: auto;
  display: block;
  margin: 0 auto;
}