@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');


:root {
  --pink: #e8457b;
  --pink-deep: #d92f69;
  --pink-soft: #fff1f6;
  --pink-pale: #fff8fa;
  --gold: #c99343;
  --gold-light: #f4d394;
  --brown: #5a2d2d;
  --ink: #3c2428;
  --muted: #87686d;
  --line: #f4cdd8;
  --shadow: 0 18px 45px rgba(198, 87, 117, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  background: url("./assets/generated/pc-petal-scatter.png") center/cover no-repeat fixed,
    radial-gradient(circle at 18% 10%, rgba(255, 207, 221, 0.8), transparent 25%),
    radial-gradient(circle at 84% 78%, rgba(255, 225, 232, 0.9), transparent 28%),
    linear-gradient(115deg, #fff9fb 0%, #fff1f5 42%, #fffaf7 100%);
  overflow: auto;
  overflow-x: hidden;
}

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

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

.page-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(500px, 590px) minmax(240px, 300px);
  gap: clamp(16px, 2vw, 36px);
  align-items: start;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  padding: 0 clamp(12px, 1.6vw, 28px) clamp(18px, 2.4vw, 40px);
  padding-top: clamp(14px, 1.8vh, 28px);
}

.pc-image-card {
  display: block;
  position: relative;
  z-index: 1;
}

.pc-image-card img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(198, 87, 117, 0.14));
}

.side-left .pc-image-card,
.side-left .mini-badges {
  width: min(100%, 300px);
  margin-inline: auto;
}

.readable-side-card {
  width: min(100%, 300px);
  margin-inline: auto;
}

.campaign-image-card {
  margin-top: -2px;
}

.safety-image-card,
.consult-image-card {
  margin-top: -2px;
}

.decor {
  position: fixed;
  pointer-events: none;
  background-image: url("./assets/generated/decor-petals.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.decor-a {
  inset: 0 auto auto 0;
  width: 55vw;
  height: 55vh;
  background-position: 0 0;
}

.decor-b {
  right: 0;
  bottom: 0;
  width: 58vw;
  height: 52vh;
  background-image: url("./assets/generated/decor-floral-corner.png");
  background-position: right top;
  transform: scaleX(-1);
}

.side-panel,
.phone-stage {
  position: relative;
  z-index: 1;
}

.side-left {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(5px, 0.75vh, 9px);
  max-width: 310px;
  margin-left: auto;
  max-height: 100vh;
  padding-top: clamp(70px, 10vh, 120px);
  padding-bottom: 18px;
  overflow-y: auto;
  scrollbar-width: none;
}

.side-left::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.pc-reference-card {
  display: none;
  width: min(100%, 330px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 34px rgba(198, 87, 117, 0.12));
}

.pc-consult-reference-card img {
  width: 100%;
  height: auto;
}

.brand-large {
  color: var(--pink);
  text-align: center;
}

.brand-large img {
  width: min(100%, clamp(180px, 13vw, 220px));
  margin: 0 auto;
  filter: drop-shadow(0 10px 18px rgba(220, 92, 128, 0.12));
}

.side-copy {
  margin: clamp(10px, 1.5vh, 18px) 0 clamp(10px, 1.5vh, 18px) 8px;
  text-align: center;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.7;
  color: var(--brown);
  font-weight: 400;
  transform: rotate(-6deg);
  transform-origin: left center;
  letter-spacing: 0.06em;
}

.campaign-card,
.safety-card,
.support-window,
.about-card {
  position: relative;
  border: 1px solid rgba(213, 149, 74, 0.48);
  border-radius: 10px;
  background: radial-gradient(circle at 90% 12%, rgba(255, 204, 218, 0.46), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 246, 0.94));
  box-shadow: var(--shadow);
}

.campaign-card {
  padding: clamp(12px, 1.35vh, 16px) 20px clamp(13px, 1.45vh, 17px);
  text-align: center;
  overflow: hidden;
}

.campaign-card::before,
.campaign-card::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  pointer-events: none;
  background: url("./assets/generated/decor-petals.png") center/contain no-repeat;
  opacity: 0.42;
}

.campaign-card::before {
  left: 8px;
  top: 8px;
}

.campaign-card::after {
  right: 8px;
  bottom: 8px;
  transform: rotate(180deg);
}

.ribbon-label {
  display: inline-block;
  margin: 0 auto 6px;
  padding: 8px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(126, 39, 65, 0.18);
  background: linear-gradient(180deg, #ff7ca2, var(--pink));
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}

.campaign-lead,
.campaign-note {
  margin: 0;
  color: var(--brown);
  font-size: 15px;
  font-weight: 800;
}

.campaign-price {
  margin: 2px 0 0;
  color: var(--pink);
}

.campaign-price strong {
  font-size: clamp(48px, 3.6vw, 62px);
  line-height: 1;
  font-weight: 800;
}

.campaign-price span {
  font-size: 24px;
  font-weight: 800;
  margin-left: 4px;
}

.outline-button,
.small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  margin-top: 16px;
  border: 1px solid var(--pink);
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.campaign-card .outline-button {
  min-height: 36px;
  margin-top: 7px;
  padding: 0 22px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.86);
}

.mini-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(5px, 0.7vw, 8px);
  margin: clamp(14px, 2vh, 24px) auto;
}

.mini-badges img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(157, 91, 40, 0.12));
}

.safety-card {
  padding: clamp(12px, 1.35vh, 16px) 20px;
  overflow: hidden;
}

.safety-card h2,
.support-window h3,
.about-card h3 {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 18px;
  text-align: center;
}

.safety-card h2 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
}

.safety-card ul,
.contact-card ul,
.style-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-card li,
.contact-card li,
.style-card li {
  position: relative;
  padding-left: 25px;
  margin: 8px 0;
  font-weight: 600;
}

.safety-card li {
  margin: 7px 0;
  color: #5e3c40;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.safety-lock {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  opacity: 0.72;
  filter: drop-shadow(0 8px 14px rgba(216, 76, 117, 0.16));
}

.safety-card li::before,
.contact-card li::before,
.style-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 15px;
  height: 15px;
  background: url("./assets/generated/icon-sparkles.png") center/contain no-repeat;
}

.side-consult-card {
  display: grid;
  grid-template-columns: 76px 1fr 32px;
  align-items: center;
  gap: 10px;
  min-height: 88px;
  padding: 9px;
  border: 1px solid #f3c5cf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.side-consult-card img {
  width: 76px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}

.side-consult-card span,
.side-consult-card strong {
  grid-column: 2;
}

.side-consult-card span {
  color: #6a4a4e;
  font-size: 12px;
  font-weight: 700;
}

.side-consult-card strong {
  color: var(--pink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.side-consult-card::after {
  content: "";
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--pink) url("./assets/generated/icon-sparkles.png") center/70% no-repeat;
}

.phone-stage {
  display: flex;
  justify-content: center;
  align-self: start;
  min-width: 0;
}

.phone-frame {
  position: relative;
  width: min(100%, 590px);
  height: 100vh;
  min-height: 680px;
  padding: 18px;
  border: 5px solid #ef9eb4;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffe3eb, #fff8fb 42%, #efb3c3);
  box-shadow: 0 35px 95px rgba(191, 67, 105, 0.28),
    inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}

.phone-speaker {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 86px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(213, 119, 147, 0.38);
}

.phone-screen {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 34px;
  background: #fffafc;
  box-shadow: inset 0 0 0 1px rgba(214, 143, 160, 0.28);
  scrollbar-color: #c7a3a3 #fff6f8;
  scrollbar-width: thin;
}

.phone-screen::-webkit-scrollbar {
  width: 8px;
}

.phone-screen::-webkit-scrollbar-track {
  background: #fff6f8;
}

.phone-screen::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b99a9a;
}

.phone-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 10px 18px;
  background: rgba(255, 250, 252, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(244, 205, 216, 0.85);
}

.phone-menu {
  position: sticky;
  top: 66px;
  z-index: 9;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 8px;
  background: rgba(255, 246, 249, 0.96);
  border-bottom: 1px solid rgba(244, 205, 216, 0.9);
}

.phone-menu.is-open {
  display: grid;
}

.phone-menu a {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  background: #fff;
}

.brand-small {
  display: flex;
  align-items: center;
  min-width: 0;
  width: min(48vw, 176px);
}

.brand-small img {
  width: 100%;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: transparent;
  font-weight: 700;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  border-radius: 8px;
  background: url("./assets/generated/cta-header-generated.png") center/100% 100% no-repeat;
  box-shadow: none;
}

.menu-button {
  display: grid;
  gap: 6px;
  width: 42px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
}

.menu-button span {
  height: 3px;
  border-radius: 999px;
  background: var(--pink);
}

.section {
  position: relative;
  padding: clamp(24px, 5vw, 48px) clamp(16px, 4vw, 30px);
  background: radial-gradient(circle at 8% 8%, rgba(255, 228, 236, 0.78), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 249, 0.96));
  border-bottom: 1px solid #f6dce3;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("./assets/generated/decor-petals.png");
  background-size: 620px auto;
  background-position: 10% 0;
  opacity: 0.08;
}

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

.section h2 {
  position: relative;
  margin: 0 0 14px;
  padding: 0 clamp(28px, 5vw, 42px);
  color: var(--pink);
  font-size: clamp(20px, 5vw, 28px);
  line-height: 1.35;
  text-align: center;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  margin-bottom: clamp(10px, 2vw, 18px);
}

.section h2 .h2-line {
  display: inline-block;
  white-space: nowrap;
}

.section h2 .h2-line+.h2-line {
  margin-left: 0.3em;
}

.section h2::before,
.section h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 18px;
  transform: translateY(-50%);
  background: url("./assets/generated/icon-sparkles.png") center/contain no-repeat;
  opacity: 0.74;
}

.section h2::before {
  left: 0;
}

.section h2::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.phone-hero h2::before,
.phone-hero h2::after {
  display: none;
}

.section-lead {
  margin: 0 auto 24px;
  color: var(--brown);
  text-align: center;
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 15px);
  margin-bottom: clamp(16px, 3vw, 24px);
}

.phone-hero {
  min-height: 0;
  padding-top: 0;
  overflow: hidden;
}

.hero-approved {
  width: calc(100% + 60px);
  max-width: none;
  margin: 0 -30px 18px;
  height: auto;
  border-radius: 0 0 8px 8px;
}

.primary-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  aspect-ratio: 2116 / 439;
  padding: 0;
  color: transparent;
  font-size: 18px;
  font-weight: 700;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  text-align: center;
  border-radius: 8px;
  text-shadow: none;
  background: url("./assets/generated/cta-consult-generated.png") center/100% 100% no-repeat;
  box-shadow: none;
  overflow: visible;
}

.primary-cta.final {
  flex-direction: column;
  gap: 2px;
  min-height: 0;
  aspect-ratio: 1868 / 457;
  border-radius: 999px;
  font-size: 28px;
  background-image: url("./assets/generated/cta-register-generated.png");
}

.primary-cta.final span,
.primary-cta.final strong {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1.12;
  color: transparent;
  text-shadow: none;
}

.primary-cta.final span {
  font-size: 0.9em;
  font-weight: 700;
}

.primary-cta.final strong {
  font-size: 1em;
}

.income-section .step-flow article {
  flex: 0 0 232px;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "num title"
    "icon icon"
    "body body";
  align-content: start;
  min-height: clamp(160px, 42vw, 220px);
  padding: clamp(12px, 2.5vw, 18px) clamp(10px, 2vw, 14px);
}

.income-section .step-flow b {
  grid-area: num;
  align-self: start;
  margin: 0 10px 12px 0;
  padding: 2px 5px;
  color: var(--pink);
  font-size: 23px;
  line-height: 1;
  background: #fff1f6;
}

.income-section .step-flow h3 {
  grid-area: title;
  align-self: center;
  margin: 0 0 12px;
  color: var(--brown);
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.25;
  text-align: left;
}

.income-section .step-flow img {
  grid-area: icon;
  width: 108px;
  height: 108px;
  margin: 8px auto 18px;
}

.income-section .step-flow p {
  grid-area: body;
  color: var(--brown);
  font-size: clamp(12px, 2.8vw, 15px);
  line-height: 1.8;
}

.cta-note,
.note {
  margin: 10px 0 0;
  color: #6d5559;
  text-align: center;
  font-size: 13px;
}

.reason-grid,
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 14px);
}

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

.reason-grid article,
.recommend-grid article,
.support-list article {
  padding: clamp(12px, 2.5vw, 18px) clamp(8px, 2vw, 14px);
  text-align: center;
}

.reason-grid article>span {
  display: block;
  color: var(--pink);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.reason-grid img,
.recommend-grid img,
.support-list img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 8px;
}

.reason-grid h3,
.recommend-grid h3,
.support-list h3,
.step-flow h3,
.start-flow h3 {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 18px;
  line-height: 1.45;
}

.reason-grid p,
.recommend-grid p,
.support-list p,
.step-flow p,
.start-flow p {
  margin: 0;
  color: #5f474b;
  font-size: 13px;
  line-height: 1.65;
}

.style-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(90px, 26vw, 120px) 1fr;
  gap: clamp(12px, 2.5vw, 18px);
  align-items: stretch;
  padding: clamp(12px, 2.5vw, 16px);
  margin-top: clamp(12px, 2.5vw, 18px);
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.83);
}

.style-card::before {
  display: none;
}

.style-card.reverse {
  grid-template-columns: 46% 1fr;
}

.style-card.reverse::before {
  display: none;
}

.style-card img {
  height: clamp(130px, 36vw, 200px);
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.style-card h3 {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: clamp(20px, 5vw, 29px);
}

.style-sub {
  margin: 0 0 10px;
  color: var(--pink);
  font-weight: 700;
  font-size: clamp(12px, 2.8vw, 15px);
}

.recommend {
  margin: 14px 0 0;
  padding: clamp(8px, 2vw, 12px);
  color: #704a50;
  text-align: center;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: #fff8fb;
  font-size: clamp(11px, 2.5vw, 13px);
}

.support-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
}

.support-photo {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
}

.support-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 4px 12px;
  margin: 0 -4px;
  scrollbar-color: #ef9eb4 #fff1f6;
}

.income-section .step-flow::-webkit-scrollbar,
.support-list::-webkit-scrollbar {
  height: 5px;
}

.income-section .step-flow::-webkit-scrollbar-track,
.support-list::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.income-section .step-flow::-webkit-scrollbar-thumb,
.support-list::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.support-list article {
  flex: 0 0 168px;
  scroll-snap-align: start;
}

.step-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.income-section .step-flow {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 4px 14px;
  margin: 0 -4px;
  scrollbar-color: #ef9eb4 #fff1f6;
}

.step-flow article,
.start-flow article {
  position: relative;
  padding: 18px 12px;
  text-align: center;
}

.step-flow b,
.start-flow b {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--pink);
  font-size: 18px;
}

.step-flow img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.income-box {
  margin-top: 22px;
  padding: 24px 26px 22px;
  border: 1px solid #efc5cf;
  border-radius: 8px;
  background: radial-gradient(circle at 4% 12%, rgba(245, 177, 90, 0.18), transparent 13%),
    radial-gradient(circle at 96% 12%, rgba(245, 177, 90, 0.18), transparent 13%),
    rgba(255, 255, 255, 0.86);
  text-align: center;
}

.income-box h3 {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 24px;
}

.income-model-art {
  display: block;
  width: 100%;
  height: auto;
  margin: -6px auto 16px;
}

.income-main,
.monthly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.income-main p {
  margin: 0;
  padding: 20px 10px 18px;
  border-right: 1px dashed #efbdca;
  color: #5f4046;
  font-size: 18px;
  line-height: 1.65;
}

.income-main p:last-child {
  border-right: 0;
}

.income-main strong {
  display: block;
  margin-top: 6px;
  color: var(--pink);
  font-size: 40px;
  line-height: 1.2;
}

.monthly {
  position: relative;
  margin: 22px 0 14px;
  padding-top: 38px;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
}

.monthly::before {
  content: "月収例";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  color: var(--brown);
  font-size: 18px;
  font-weight: 700;
}

.monthly p {
  margin: 0;
  padding: 16px 14px 18px;
  border-right: 1px dashed #efbdca;
  border-radius: 0;
}

.monthly p:last-child {
  border-right: 0;
}

.monthly span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 12px;
  color: var(--pink);
  border-radius: 999px;
  background: #fff0f5;
}

.monthly strong {
  display: block;
  color: var(--pink);
  font-size: 28px;
}

.start-flow {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 4px 14px;
  margin: 0 -4px;
  scrollbar-color: #ef9eb4 #fff1f6;
}

.start-flow::-webkit-scrollbar {
  height: 5px;
}

.start-flow::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.start-flow::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.start-flow article {
  flex: 0 0 clamp(160px, 45vw, 200px);
  min-height: clamp(220px, 58vw, 280px);
  scroll-snap-align: start;
  padding: clamp(12px, 2.5vw, 18px) clamp(10px, 2vw, 14px);
}

.start-flow img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.start-flow img.flow-photo {
  object-fit: cover;
}

.start-flow article:not(:last-child)::after,
.step-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url("./assets/generated/icon-arrow.png") center/contain no-repeat;
}

.contact-card {
  display: flex;
  grid-template-columns: 1fr 42%;
  gap: clamp(14px, 3vw, 20px);
  align-items: center;
  border: 1px solid #efc5cf;
  flex-direction: column;
}

.contact-card img {
  width: 100%;
  height: clamp(200px, 55vw, 320px);
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

.voice-card {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: clamp(10px, 2.5vw, 18px);
  align-items: center;
  padding: clamp(10px, 2.5vw, 16px);
  margin-top: clamp(10px, 2.5vw, 16px);
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.voice-card img {
  width: 100%;
  height: clamp(110px, 30vw, 160px);
  object-fit: cover;
  border-radius: 8px;
}

.masked-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.masked-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  width: 72%;
  height: 45%;
  transform: translate(-50%, -50%) rotate(-4deg);
  background: url("./assets/generated/privacy-sticker.png") center/contain no-repeat;
  pointer-events: none;
}

.voice-section .masked-photo::after {
  display: none;
}

.voice-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 12px;
  color: var(--pink);
  font-weight: 700;
  border-radius: 999px;
  background: #fff0f5;
}

.voice-card h3 {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1.45;
}

.voice-card p:last-child {
  margin: 0;
  line-height: 1.75;
  font-size: clamp(13px, 3.2vw, 15px);
}

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

details {
  border: 1px solid #edbfca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
}

summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(44px, 10vw, 56px);
  padding: clamp(8px, 2vw, 12px) clamp(36px, 8vw, 46px) clamp(8px, 2vw, 12px) clamp(44px, 10vw, 58px);
  cursor: pointer;
  list-style: none;
  color: var(--brown);
  font-weight: 700;
  font-size: clamp(12px, 2.8vw, 15px);
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "";
  position: absolute;
  left: 17px;
  width: 28px;
  height: 28px;
  background: url("./assets/generated/icon-question.png") center/contain no-repeat;
}

summary::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;
  background: url("./assets/generated/icon-chevron.png") center/contain no-repeat;
  transform: none;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details p {
  margin: 0;
  padding: 0 clamp(14px, 3vw, 22px) clamp(12px, 2.5vw, 18px) clamp(40px, 9vw, 56px);
  color: #60484c;
  line-height: 1.8;
  font-size: clamp(11px, 2.5vw, 14px);
}

.phone-footer {
  position: relative;
  padding: clamp(28px, 6vw, 48px) clamp(18px, 4vw, 30px) clamp(32px, 7vw, 52px);
  text-align: center;
  background: linear-gradient(180deg, #fff4f8, #ffe9f0),
    url("./assets/generated/decor-footer-glow.png") center bottom/760px auto no-repeat;
}

.phone-footer>p {
  margin: 0 0 16px;
  color: #9d5630;
  font-size: clamp(16px, 4.5vw, 25px);
  font-weight: 700;
}

.footer-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 30px;
}

.footer-badges img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.footer-brand {
  display: flex;
  justify-content: center;
  margin: 16px auto;
}

.footer-brand img {
  width: min(82%, 300px);
  height: auto;
  max-height: 96px;
  object-fit: contain;
}

.phone-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  background: #e8457b;
  padding: 12px 16px;
  font-size: 13px;
}

.phone-footer nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.legal-notes {
  margin-top: 18px;
  color: #7b6165;
  font-size: 11px;
  line-height: 1.7;
}

.legal-notes p {
  margin: 4px 0;
}

.entry-form {
  display: grid;
  gap: clamp(10px, 2.5vw, 16px);
  padding: clamp(14px, 3vw, 20px);
  border: 1px solid #efc5cf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.entry-form label {
  display: grid;
  gap: 7px;
  color: var(--brown);
  font-weight: 700;
  font-size: clamp(13px, 3vw, 15px);
}

.entry-form input,
.entry-form select,
.entry-form textarea {
  width: 100%;
  border: 1px solid #efc5cf;
  border-radius: 8px;
  padding: clamp(10px, 2vw, 13px) clamp(10px, 2vw, 14px);
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: clamp(13px, 3vw, 15px);
}

.entry-form button {
  min-height: clamp(48px, 12vw, 62px);
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff6091, #df2f6d);
  box-shadow: 0 10px 22px rgba(222, 47, 109, 0.26);
  font: inherit;
  font-weight: 700;
  font-size: clamp(14px, 3.5vw, 17px);
}

.side-right {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  max-width: 310px;
  position: relative;
  padding-top: clamp(40px, 6vh, 80px);
  overflow-y: auto;
  max-height: 100vh;
  scrollbar-width: none;
}

.side-right h2 {
  margin: 0;
  color: #74484c;
  font-size: 21px;
  text-align: center;
}

.side-right h2::before,
.side-right h2::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 14px;
  margin: 0 10px;
  background: url("./assets/generated/icon-sparkles.png") center/contain no-repeat;
  vertical-align: middle;
  opacity: 0.72;
}

.content-nav {
  border: 1px solid rgba(213, 149, 74, 0.38);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 250, 252, 0.72);
  box-shadow: var(--shadow);
}

.content-nav a {
  display: flex;
  align-items: center;
  min-height: 39px;
  padding: 0 15px;
  border-bottom: 1px solid #f2d4dc;
  color: #70464b;
  font-weight: 700;
}

.content-nav a:last-child {
  border-bottom: 0;
}

.content-nav a::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("./assets/generated/icon-sparkles.png") center/contain no-repeat;
}

.content-nav a::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: auto;
  background: url("./assets/generated/icon-arrow.png") center/contain no-repeat;
  transform: none;
}

.support-window {
  padding: 14px;
  text-align: center;
}

.support-window p,
.about-card p,
.moon-message {
  margin: 0;
  color: #704f54;
  line-height: 1.75;
  font-size: clamp(11px, 1.5vw, 14px);
  font-weight: 700;
}

.support-window>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.support-window a {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 68px;
  padding: 7px 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 700;
}

.support-window img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.about-card {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr;
  gap: 10px;
  align-items: center;
  padding: 14px;
  overflow: hidden;
}

.about-card .small-cta {
  min-height: 38px;
  padding: 0 18px;
  margin-top: 10px;
  white-space: nowrap;
}

.about-card img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  object-position: right center;
  border-radius: 8px;
}

.side-right::-webkit-scrollbar {
  display: none;
}

.hero-message-band {
  margin: clamp(10px, 2.5vw, 16px) 0 clamp(12px, 2.5vw, 16px);
  padding: clamp(12px, 4vw, 24px) clamp(16px, 6vw, 36px);
  background: url("./assets/generated/box.png") center / 100% 100% no-repeat;
  border-radius: 0;
  color: var(--ink);
  text-align: center;
  font-size: clamp(11px, 2.8vw, 14px);
  line-height: 1.75;
  position: relative;
  border-left: 4px solid var(--pink);
  box-shadow: none;
  overflow: hidden;
  border: none;
  min-height: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 16 / 7;
}

.hero-message-band p {
  margin: 0;
  font-size: clamp(13px, 3.8vw, 17px);
  color: var(--brown);
  line-height: 1.8;
}

.hero-message-band strong {
  font-size: clamp(16px, 5vw, 22px);
  color: var(--pink);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.work-content-section .work-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.work-type-card {
  padding: 16px 12px;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.work-type-icon {
  margin-bottom: 8px;
}

.work-type-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.work-type-card h3 {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 15px;
  line-height: 1.35;
}

.work-type-card p {
  margin: 0;
  font-size: 12px;
  color: #5f474b;
  line-height: 1.65;
}

.income-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 2vw, 12px);
  margin-bottom: clamp(14px, 3vw, 22px);
}

.income-stat-card {
  padding: clamp(12px, 2.5vw, 18px) clamp(8px, 2vw, 12px);
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.income-stat-card.highlight {
  background: linear-gradient(135deg, rgba(232, 69, 123, 0.08), rgba(255, 255, 255, 0.95));
  border-color: var(--pink);
}

.stat-label {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

.stat-value {
  margin: 0;
  color: var(--pink);
  line-height: 1.2;
}

.stat-value strong {
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 800;
}

.income-stat-card.highlight .stat-value strong {
  font-size: clamp(26px, 7vw, 36px);
}

.stat-value span {
  font-size: 15px;
  font-weight: 700;
}

.stat-sub {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.income-model-box {
  margin-bottom: 20px;
  padding: 18px 16px;
  border: 1px solid #efc5cf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.income-model-title {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.income-model-rows {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.income-model-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff8fb;
  border: 1px solid #f4cdd8;
  font-size: 13px;
}

.income-model-row.top {
  background: linear-gradient(90deg, rgba(232, 69, 123, 0.08), rgba(255, 255, 255, 0.9));
  border-color: var(--pink);
}

.model-condition {
  color: var(--brown);
  font-weight: 600;
}

.model-amount {
  color: var(--pink);
  font-weight: 800;
  font-size: 15px;
}

.income-model-box small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 8px;
}

.income-chart-area {
  margin-bottom: 20px;
  padding: 18px 14px;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
}

.income-chart-title {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.income-bar-chart {
  display: grid;
  gap: 8px;
}

.bar-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 8px;
}

.bar-label {
  font-size: 11px;
  color: var(--brown);
  font-weight: 700;
  text-align: right;
}

.bar-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bar {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4a8c0, #e8457b);
  min-width: 6px;
  transition: width 0.4s;
}

.bar--mid {
  background: linear-gradient(90deg, #e8457b, #c92f60);
}

.bar--high {
  background: linear-gradient(90deg, #c92f60, #a0204a);
}

.bar--top {
  background: linear-gradient(90deg, var(--gold), #b07a30);
}

.bar-wrap span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
}

.income-chart-area small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.6;
  text-align: center;
}

.required-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  vertical-align: middle;
}

.entry-fieldset {
  border: 1px solid #efc5cf;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
}

.entry-fieldset legend {
  padding: 0 6px;
  color: var(--brown);
  font-weight: 700;
  font-size: 15px;
}

.check-group {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}

.check-label input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--pink);
}

.money-model-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.work-type-slide {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 16px;
  margin: 0 -4px 18px;
  scrollbar-color: #ef9eb4 #fff1f6;
}

.work-type-slide::-webkit-scrollbar {
  height: 5px;
}

.work-type-slide::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.work-type-slide::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.work-type-slide .work-type-card {
  flex: 0 0 calc(50% - 7px);
  scroll-snap-align: start;
  padding: 0 0 16px;
  text-align: center;
  overflow: hidden;
}

.work-type-img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-bottom: 12px;
}

.work-type-slide .work-type-card h3 {
  padding: 0 12px;
  margin: 0 0 8px;
  font-size: 15px;
}

.work-type-slide .work-type-card p {
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.65;
}

.slide-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.slide-hint-arrow {
  font-size: 14px;
  color: var(--pink);
  animation: slide-nudge 1.4s ease-in-out infinite alternate;
}

.slide-hint-arrow:first-child {
  animation-direction: alternate-reverse;
}

.simulation-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.merit-slide {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 16px;
  margin: 0 -4px 18px;
  scrollbar-color: #ef9eb4 #fff1f6;
}

.merit-slide::-webkit-scrollbar {
  height: 5px;
}

.merit-slide::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.merit-slide::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.merit-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.1);
}

.merit-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.merit-card h3 {
  margin: 10px 10px 6px;
  color: var(--pink);
  font-size: 14px;
  line-height: 1.4;
}

.merit-card p {
  margin: 0 10px 14px;
  color: #5f474b;
  font-size: 12px;
  line-height: 1.65;
}

.reason-grid h3,
.recommend-grid h3 {
  font-size: clamp(13px, 3.2vw, 18px);
  margin-bottom: clamp(4px, 1vw, 8px);
}

.reason-grid p,
.recommend-grid p {
  font-size: clamp(11px, 2.5vw, 13px);
}

.work-type-slide,
.merit-slide {
  gap: clamp(10px, 2.5vw, 14px);
  padding: 4px clamp(2px, 1vw, 4px) clamp(12px, 2vw, 16px);
}

.work-type-slide .work-type-card,
.merit-card {
  flex: 0 0 clamp(200px, 68vw, 280px);
}

.work-type-img,
.merit-card img {
  height: clamp(140px, 38vw, 210px);
}

.work-type-slide .work-type-card h3,
.merit-card h3 {
  font-size: clamp(13px, 3.2vw, 16px);
  margin: clamp(8px, 2vw, 12px) clamp(8px, 2vw, 12px) clamp(4px, 1vw, 8px);
}

.work-type-slide .work-type-card p,
.merit-card p {
  font-size: clamp(11px, 2.5vw, 13px);
  padding: 0 clamp(8px, 2vw, 12px);
  margin-bottom: clamp(10px, 2vw, 14px);
}

.style-card li {
  font-size: clamp(11px, 2.8vw, 14px);
  margin: clamp(4px, 1vw, 8px) 0;
}

.start-flow h3 {
  font-size: clamp(14px, 3.5vw, 18px);
}

.start-flow p {
  font-size: clamp(11px, 2.5vw, 13px);
}

.section-lead br {
  display: inline;
}

.hero-message-band br {
  display: inline;
}

.howto-slide {
  display: flex;
  gap: clamp(10px, 2.5vw, 14px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 4px clamp(12px, 2vw, 16px);
  margin: 0 -4px clamp(14px, 3vw, 20px);
  scrollbar-color: #ef9eb4 #fff1f6;
}

.howto-slide::-webkit-scrollbar {
  height: 5px;
}

.howto-slide::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.howto-slide::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.howto-card {
  flex: 0 0 clamp(200px, 68vw, 280px);
  scroll-snap-align: start;
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.1);
}

.howto-card img {
  display: block;
  width: 100%;
  height: clamp(140px, 38vw, 200px);
  object-fit: cover;
}

.howto-body {
  padding: clamp(10px, 2.5vw, 16px) clamp(12px, 3vw, 16px) clamp(12px, 2.5vw, 18px);
  text-align: center;
}

.howto-body b {
  display: inline-block;
  color: var(--pink);
  font-size: clamp(18px, 4.5vw, 23px);
  margin-bottom: clamp(4px, 1vw, 8px);
}

.howto-body h3 {
  margin: 0 0 clamp(4px, 1vw, 8px);
  color: var(--pink);
  font-size: clamp(15px, 3.8vw, 20px);
  line-height: 1.3;
}

.howto-body p {
  margin: 0;
  color: #5f474b;
  font-size: clamp(11px, 2.8vw, 14px);
  line-height: 1.7;
}

.flow-vertical {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flow-vertical-card {
  display: grid;
  grid-template-columns: clamp(100px, 28vw, 140px) 1fr;
  gap: clamp(12px, 3vw, 18px);
  align-items: center;
  padding: clamp(12px, 2.5vw, 18px);
  border: 1px solid #f0cbd4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.1);
}

.flow-vertical-card img {
  width: 100%;
  height: clamp(80px, 22vw, 120px);
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.flow-vertical-body {
  text-align: left;
}

.flow-vertical-body b {
  display: inline-block;
  color: var(--pink);
  font-size: clamp(13px, 3vw, 16px);
  font-weight: 800;
  margin-bottom: clamp(3px, 0.8vw, 6px);
  background: #fff0f5;
  padding: 2px 10px;
  border-radius: 999px;
}

.flow-vertical-body h3 {
  margin: 0 0 clamp(3px, 0.8vw, 6px);
  color: var(--pink);
  font-size: clamp(15px, 3.8vw, 20px);
  line-height: 1.3;
}

.flow-vertical-body p {
  margin: 0;
  color: #5f474b;
  font-size: clamp(11px, 2.8vw, 14px);
  line-height: 1.7;
}

.flow-arrow {
  width: 2px;
  height: clamp(20px, 4vw, 30px);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--pink), transparent);
  position: relative;
}

.flow-arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--pink);
  opacity: 0.6;
}

.hero-message-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(180deg, rgba(232, 69, 123, 0.06), rgba(201, 147, 67, 0.06));
  border-radius: 0 10px 10px 0;
  pointer-events: none;
  display: none;
}

.hero-message-band p+p {
  margin-top: clamp(3px, 0.8vw, 6px);
  font-size: clamp(12px, 3.2vw, 15px);
  color: var(--muted);
}

.feature-strip {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 3vw, 20px);
  margin: clamp(12px, 2.5vw, 16px) 0;
}

.feature-strip div {
  position: relative;
  display: grid;
  grid-template-columns: clamp(100px, 30vw, 150px) 1fr;
  align-items: center;
  gap: clamp(8px, 2vw, 14px);
  padding: clamp(10px, 2.5vw, 14px);
  border: 1px solid #f0cbd4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.1);
  overflow: visible;
  min-height: clamp(110px, 28vw, 140px);
}

.point-bg-img {
  display: block;
  width: 100%;
  height: clamp(95px, 26vw, 130px);
  object-fit: cover;
  border-radius: 6px;
}

.point-icon {
  position: absolute;
  top: clamp(-28px, -7vw, -36px);
  left: auto;
  width: clamp(80px, 20vw, 100px);
  height: auto;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: normal;
  right: clamp(-10px, -2.5vw, -14px);
}

.feature-strip span {
  display: block;
  font-size: clamp(13px, 3.4vw, 16px);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.8;
}

.check-icon {
  flex-shrink: 0;
  display: inline-block;
  width: clamp(18px, 4.5vw, 22px);
  height: clamp(18px, 4.5vw, 22px);
  margin-top: 2px;
  border-radius: 50%;
  background: var(--pink);
  position: relative;
}

.check-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 35%;
  height: 55%;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: translate(-60%, -55%) rotate(40deg);
}

.work-note-box {
  position: relative;
  margin: 0 -4px clamp(14px, 3vw, 20px);
}

.work-note-box-bg {
  display: block;
  width: 100%;
  height: auto;
}

.work-note-box-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(6px, 1.8vw, 10px);
  padding: clamp(16px, 9vw, 36px) clamp(18px, 10vw, 40px);
}

.work-note-box-inner p {
  display: flex;
  align-items: flex-start;
  gap: clamp(6px, 1.5vw, 10px);
  margin: 0;
  font-size: clamp(12px, 3.2vw, 15px);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.65;
}

.chat-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.chat-progress-bar {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #f4cdd8;
  overflow: hidden;
}

.chat-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink-deep), var(--pink));
  transition: width 0.4s ease;
  width: 12.5%;
}

.chat-progress-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

.chat-window {
  min-height: 220px;
  max-height: 420px;
  overflow-y: auto;
  padding: 14px 10px;
  background: #fdf5f7;
  border-radius: 12px;
  border: 1px solid #f0cbd4;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
}

.chat-bubble-bot {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 85%;
  align-self: flex-start;
}

.chat-bubble-bot .chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-deep), var(--pink));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.chat-bubble-bot .chat-text {
  background: #fff;
  border: 1px solid #f0cbd4;
  border-radius: 0 12px 12px 12px;
  padding: 10px 14px;
  font-size: clamp(12px, 3vw, 14px);
  color: var(--brown);
  line-height: 1.7;
  box-shadow: 0 4px 12px rgba(208, 106, 132, 0.08);
}

.chat-bubble-user {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  max-width: 85%;
}

.chat-bubble-user .chat-text {
  background: linear-gradient(135deg, var(--pink-deep), var(--pink));
  border-radius: 12px 0 12px 12px;
  padding: 10px 14px;
  font-size: clamp(12px, 3vw, 14px);
  color: #fff;
  line-height: 1.7;
  box-shadow: 0 4px 12px rgba(208, 106, 132, 0.2);
}

.chat-input-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chat-input-area input,
.chat-input-area select,
.chat-input-area textarea {
  width: 100%;
  border: 1.5px solid #f0cbd4;
  border-radius: 24px;
  padding: 12px 18px;
  font: inherit;
  font-size: clamp(13px, 3vw, 15px);
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.chat-input-area input:focus,
.chat-input-area select:focus,
.chat-input-area textarea:focus {
  border-color: var(--pink);
}

.chat-input-area textarea {
  border-radius: 14px;
  resize: none;
}

.chat-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-choice-btn {
  padding: 10px 18px;
  border: 1.5px solid var(--pink);
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  font: inherit;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.chat-choice-btn:hover,
.chat-choice-btn.selected {
  background: var(--pink);
  color: #fff;
}

.chat-send-btn {
  align-self: flex-end;
  min-width: 100px;
  padding: 11px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink-deep), var(--pink));
  color: #fff;
  font: inherit;
  font-size: clamp(13px, 3vw, 15px);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(208, 106, 132, 0.3);
  transition: opacity 0.2s;
}

.chat-send-btn:hover {
  opacity: 0.85;
}

.chat-confirm {
  border: 1px solid #f0cbd4;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}

.chat-confirm h3 {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 16px;
  text-align: center;
}

.chat-confirm-row {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f4cdd8;
  font-size: clamp(12px, 3vw, 14px);
}

.chat-confirm-row:last-of-type {
  border-bottom: none;
}

.chat-confirm-label {
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
  min-width: 80px;
}

.chat-confirm-value {
  color: var(--brown);
  font-weight: 600;
  word-break: break-all;
}

.chat-confirm-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.chat-confirm-actions button {
  flex: 1;
  padding: 12px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: clamp(13px, 3vw, 15px);
  cursor: pointer;
}

.chat-btn-back {
  border: 1.5px solid var(--pink);
  background: #fff;
  color: var(--pink);
}

.chat-btn-submit {
  border: none;
  background: linear-gradient(135deg, var(--pink-deep), var(--pink));
  color: #fff;
  box-shadow: 0 6px 16px rgba(208, 106, 132, 0.3);
}

.chat-complete {
  text-align: center;
  padding: 30px 20px;
  color: var(--brown);
}

.chat-complete p {
  margin: 8px 0;
  font-size: clamp(13px, 3vw, 15px);
  line-height: 1.8;
}

.chat-avatar {
  background: linear-gradient(135deg, var(--pink-deep), var(--pink)) !important;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.reason-slide {
  display: flex;
  gap: clamp(10px, 2.5vw, 14px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 4px clamp(12px, 2vw, 16px);
  margin: 0 -4px clamp(14px, 3vw, 18px);
  scrollbar-color: #ef9eb4 #fff1f6;
}

.reason-slide::-webkit-scrollbar {
  height: 5px;
}

.reason-slide::-webkit-scrollbar-track {
  background: #fff1f6;
  border-radius: 999px;
}

.reason-slide::-webkit-scrollbar-thumb {
  background: #ef9eb4;
  border-radius: 999px;
}

.reason-slide-card {
  flex: 0 0 clamp(160px, 55vw, 200px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(16px, 4vw, 22px) clamp(12px, 3vw, 16px);
  border: 1px solid #f0cbd4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.1);
  text-align: center;
}

.reason-slide-card img {
  width: clamp(56px, 14vw, 72px);
  height: clamp(56px, 14vw, 72px);
  object-fit: contain;
  margin-bottom: clamp(10px, 2.5vw, 14px);
}

.reason-slide-card h3 {
  margin: 0 0 clamp(6px, 1.5vw, 10px);
  color: var(--pink);
  font-size: clamp(14px, 3.5vw, 17px);
  line-height: 1.4;
}

.reason-slide-card p {
  margin: 0;
  color: #5f474b;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.75;
}

.contact-img {
  display: block;
  width: 100%;
  height: clamp(180px, 50vw, 280px);
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.contact-body {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2.5vw, 14px);
}

.contact-body h2 {
  margin: 0;
}

.section p,
.section li {
  font-size: clamp(13px, 3.2vw, 15px);
}

.work-type-slide .work-type-card h3,
.merit-card h3,
.howto-body h3,
.reason-slide-card h3 {
  font-size: clamp(15px, 4vw, 19px);
  font-weight: 900;
}

.contact-card .primary-cta {
  width: 100%;
  max-width: 100%;
}

.work-type-slide .work-type-card h3,
.merit-card h3,
.howto-body h3,
.reason-slide-card h3,
.flow-vertical-body h3,
.voice-card h3 {
  font-size: clamp(17px, 4.5vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.income-model-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.income-model-wrap {
  position: relative;
  margin-bottom: clamp(14px, 3vw, 20px);
}

.income-model-bg {
  display: block;
  width: 100%;
  height: auto;
}

.income-model-text {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 8%;
  gap: 6%;
  transform: translateY(-50%);
}

.income-model-left,
.income-model-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.income-model-amount {
  display: block;
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 8.5vw, 52px);
  font-weight: 900;
  color: #c8922a;
  text-align: center;
  line-height: 1.1;
  text-shadow: none;
  background: linear-gradient(180deg, #f5d87a 0%, #c8922a 40%, #e8b84b 60%, #9a6a10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(150, 100, 10, 0.3));
  letter-spacing: -0.02em;
}

.income-model-amount small {
  display: block;
  font-size: clamp(10px, 2.8vw, 16px);
  font-weight: 900;
  color: var(--pink);
  margin-top: 3px;
  font-family: "Georgia", "Yu Mincho", serif;
  background: linear-gradient(180deg, #f5d87a 0%, #c8922a 40%, #e8b84b 60%, #9a6a10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.income-model-right {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 4%;
}

.feature-strip div:nth-child(1) .point-icon {
  transform: rotate(12deg);
}

.feature-strip div:nth-child(2) .point-icon {
  transform: rotate(-8deg);
}

.feature-strip div:nth-child(3) .point-icon {
  transform: rotate(15deg);
}

.feature-strip div:nth-child(1) .point-icon,
.feature-strip div:nth-child(2) .point-icon,
.feature-strip div:nth-child(3) .point-icon {
  transform: rotate(15deg);
}

.side-copy-img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  margin: clamp(10px, 1.5vh, 18px) auto;
  transform: rotate(-8deg);
  transform-origin: center center;
  filter: drop-shadow(0 2px 6px rgba(90, 45, 45, 0.12));
}

.hero-img-wrap {
  position: relative;
  width: calc(100% + 60px);
  margin: 0 -30px 18px;
}

.hero-img-wrap .hero-approved {
  width: 100%;
  margin: 0;
  display: block;
}

.hero-logo-overlay {
  position: absolute;
  bottom: clamp(10px, 3vw, 18px);
  right: clamp(16px, 5vw, 30px);
  left: auto;
  width: clamp(130px, 36vw, 220px);
  height: auto;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 24px rgba(255, 220, 235, 0.85)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.6));
  opacity: 1;
}

.voice-section h2 {
  font-size: clamp(18px, 4.5vw, 24px);
}

.chat-model-wrap {
  position: relative;
  margin-bottom: clamp(14px, 3vw, 20px);
}

.chat-model-bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.chat-model-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.chat-model-row {
  position: absolute;
  left: 32%;
  display: flex;
  align-items: center;
}

.chat-model-row span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #3a3a3a;
  font-size: clamp(16px, 4.5vw, 24px);
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(180deg, #ff6b9d 0%, #e8457b 50%, #c9184a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.row-1min {
  top: 36%;
  left: 52%;
}

.row-hourly {
  top: 44%;
  left: 36%;
}

.row-monthly {
  top: 68%;
  left: 30%;
  font-size: clamp(18px, 5vw, 28px);
}

.row-monthly span {
  font-size: clamp(28px, 8vw, 48px);
  color: var(--pink-deep);
  font-weight: 900;
  background: linear-gradient(180deg, #f5d87a 0%, #c8922a 40%, #e8b84b 60%, #9a6a10 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.chat-model-row span,
.row-monthly span {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}

.h2-img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 590px;
  margin-top: 0;
  margin-bottom: clamp(12px, 2.5vw, 18px);
  padding: 0;
}

.h2-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.h2-img::before,
.h2-img::after {
  display: none;
}

@media (min-width: 1181px) {
  .side-left {
    max-width: 310px;
    padding-top: clamp(4px, 0.9vh, 12px);
    overflow: hidden;
  }

  .side-left .safety-card,
  .side-left .side-consult-card {
    display: none;
  }

  .pc-reference-card {
    display: block;
    width: min(100%, 300px);
  }
}

@media (max-width: 1180px) {
  body {
    overflow: auto;
  }

  .page-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
    padding: 18px 14px 40px;
    justify-items: center;
  }

  .side-panel {
    display: none;
  }

  .phone-frame {
    width: min(100%, 560px);
    height: 100vh;
    min-height: 680px;
  }
}

@media (min-width: 1181px) and (max-height: 850px) {
  .side-left {
    gap: 10px;
    padding-top: 8px;
  }

  .side-copy {
    font-size: 18px;
    line-height: 1.55;
  }

  .campaign-card {
    padding: 14px 18px;
  }

  .campaign-price strong {
    font-size: 54px;
  }

  .safety-card {
    padding: 14px 18px;
  }

  .side-consult-card {
    display: none;
  }
}

@media (max-width: 580px) {
  .page-shell {
    padding: 0;
  }

  .phone-frame {
    width: 100vw;
    height: 100vh;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .phone-screen {
    border-radius: 0;
  }

  .phone-header {
    grid-template-columns: 1fr auto auto;
    min-height: 60px;
    padding: 8px 12px;
    gap: 8px;
  }

  .phone-menu {
    top: 60px;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .section {
    padding: 32px 18px;
  }

  .hero-approved {
    width: calc(100% + 36px);
    margin: 0 -18px 16px;
  }

  .h2-img {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }

  .voice-card {
    grid-template-columns: 36% 1fr;
    gap: 10px;
    padding: 10px;
  }

  .voice-card img {
    height: 118px;
  }

  .footer-badges {
    display: flex;
    gap: 8px;
  }

  .footer-badges img {
    width: 106px;
    height: 106px;
  }

  .primary-cta.final {
    min-height: 0;
    padding: 0;
    font-size: 19px;
  }
}

/* チャットフォーム 送信ボタン中央寄せ */
.chat-send-btn {
  align-self: center;
}

/* hero-logo PC表示は小さく */
@media (min-width: 581px) {
  .hero-logo-overlay {
    width: clamp(100px, 20vw, 150px);
  }
}

/* ハンバーガーメニュー 縦ドロワー */
.phone-menu {
  position: sticky;
  top: 66px;
  z-index: 9;
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: linear-gradient(160deg, #fff0f5 0%, #ffe4ee 50%, #fff8fb 100%);
  border-bottom: 1px solid rgba(244, 205, 216, 0.9);
  box-shadow: 0 8px 24px rgba(208, 106, 132, 0.15);
}

.phone-menu.is-open {
  display: flex;
}

.phone-menu a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(244, 205, 216, 0.5);
  color: var(--brown);
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border-radius: 0;
  transition: background 0.15s;
}

.phone-menu a:last-child {
  border-bottom: none;
}

.phone-menu a:hover {
  background: rgba(232, 69, 123, 0.06);
}

.menu-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 900;
  color: var(--pink);
  min-width: 22px;
  opacity: 0.7;
}

.menu-label {
  flex: 1;
  letter-spacing: 0.04em;
}

.phone-menu a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--pink);
  border-right: 2px solid var(--pink);
  transform: rotate(45deg);
  opacity: 0.6;
  margin-left: auto;
}

.menu-cta {
  margin: 10px 16px 14px;
  min-height: 48px !important;
  border-radius: 999px !important;
  border-bottom: none !important;
  justify-content: center;
  background: linear-gradient(135deg, var(--pink-deep), var(--pink)) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(208, 106, 132, 0.3);
}

.menu-cta .menu-num {
  display: none;
}

.menu-cta .menu-label {
  flex: unset;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.menu-cta::after {
  display: none !important;
}

/* about-card h3 改行防止 */
.about-card h3 {
  white-space: nowrap;
  font-size: clamp(12px, 1.1vw, 16px);
}

/* LINEボタン */
.line-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: clamp(52px, 13vw, 64px);
  border-radius: 999px;
  background: #06C755;
  color: #fff;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.35);
  margin-bottom: 10px;
  transition: opacity 0.2s;
}

.line-cta:hover {
  opacity: 0.88;
}

.line-cta svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.phone-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: clamp(52px, 13vw, 64px);
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: clamp(13px, 3.4vw, 16px);
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 14px;
  padding: 12px 16px;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
  transition: opacity 0.2s;
}

.phone-cta:hover {
  opacity: 0.88;
}

.phone-cta span {
  display: block;
  text-align: center;
  color: #fff;
}

.line-cta-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.line-cta-divider::before,
.line-cta-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #f0cbd4;
}

/* dateインプット */
.chat-input-area input[type="date"] {
  border-radius: 12px;
  padding: 12px 18px;
  font-size: clamp(13px, 3vw, 15px);
  border: 1.5px solid #f0cbd4;
  background: #fff;
  color: var(--ink);
  width: 100%;
}

/* === 2026-05-28 修正：PC見切れ対策 === */
.page-shell {
  overflow-x: hidden;
  padding-top: clamp(10px, 1.5vh, 24px);
}

.side-left {
  padding-top: clamp(16px, 2vh, 32px);
  max-height: calc(100vh - 16px);
}

.side-right {
  padding-top: clamp(16px, 2vh, 32px);
  max-height: calc(100vh - 16px);
}

.phone-frame {
  height: calc(100vh - clamp(20px, 3vh, 48px));
}

/* === 2026-05-28 修正：参考サイト寄せフォーム === */
.entry-section .section-lead {
  margin-bottom: clamp(14px, 3vw, 20px);
}

.application-form {
  width: 100%;
  margin: clamp(14px, 3vw, 22px) auto 0;
  border: 1px solid #ead7dc;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 10px 26px rgba(198, 87, 117, 0.08);
}

.form-notice {
  padding: clamp(16px, 4vw, 24px);
  text-align: center;
  border-bottom: 1px solid #ead7dc;
  background: linear-gradient(180deg, #fff, #fff8fb);
}

.form-notice h3 {
  margin: 0 0 10px;
  color: var(--brown);
  font-size: clamp(18px, 4.5vw, 24px);
  line-height: 1.35;
  font-weight: 900;
}

.form-notice p {
  margin: 0;
  color: #5f474b;
  font-size: clamp(12px, 2.8vw, 14px);
  line-height: 1.75;
}

.form-small-note {
  margin-top: 6px !important;
  color: var(--muted) !important;
  font-size: clamp(10px, 2.4vw, 12px) !important;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(130px, 34%) 1fr;
  min-height: 60px;
  border-bottom: 1px solid #ead7dc;
}

.form-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
  padding: 14px 10px;
  color: #4b3438;
  background: #fffdfd;
  border-right: 1px solid #ead7dc;
  font-size: clamp(11px, 2.55vw, 13px);
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

.form-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: #e8457b;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  grid-row: 1;
  grid-column: 1;
}

.form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
}

.form-control input[type="text"],
.form-control input[type="tel"],
.form-control input[type="email"],
.form-control input[type="date"],
.form-control select,
.form-control textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d9c6cb;
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: clamp(12px, 2.8vw, 14px);
  outline: none;
}

.form-control textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.7;
}

.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(232, 69, 123, 0.12);
}

.radio-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.radio-grid label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #4d3b3f;
  font-size: clamp(12px, 2.8vw, 14px);
  line-height: 1.5;
  white-space: nowrap;
}

.radio-grid input[type="radio"] {
  accent-color: var(--pink);
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.form-submit-area {
  padding: clamp(18px, 4vw, 26px) clamp(14px, 3vw, 22px);
  text-align: center;
  border-bottom: 1px solid #ead7dc;
  background: #fff8fb;
}

.form-submit-area p {
  margin: 0 0 12px;
  color: #5f474b;
  font-size: clamp(12px, 2.8vw, 14px);
}

.form-submit-btn {
  width: min(100%, 360px);
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff6091, #df2f6d);
  box-shadow: 0 10px 22px rgba(222, 47, 109, 0.26);
  font: inherit;
  font-weight: 800;
  font-size: clamp(14px, 3.4vw, 17px);
  cursor: pointer;
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .form-label {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #f2e1e6;
    text-align: left;
  }

  .radio-grid label {
    white-space: normal;
  }
}

/* === PC表示のみ：work-note-box テキスト右寄せ === */
@media (min-width: 581px) {
  .work-note-box-inner {
    padding-left: clamp(36px, 14vw, 80px);
  }
}

/* === スマホフォームはみ出し対策 === */
.application-form {
  overflow: hidden;
  max-width: 100%;
}

.form-row {
  overflow: hidden;
}

.form-control {
  min-width: 0;
  overflow: hidden;
}

.form-control input[type="text"],
.form-control input[type="tel"],
.form-control input[type="email"],
.form-control input[type="date"],
.form-control select,
.form-control textarea {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.form-control input[type="date"] {
  min-width: 0;
}

/* === スマホではフォームラベルのbrを非表示 === */
@media (max-width: 640px) {
  .form-label br {
    display: none;
  }
}

/* === iPhone SE等の極小画面対応 === */
@media (max-width: 380px) {
  .work-note-box-inner p {
    font-size: 11px;
  }
}




@media (min-width: 670px) {
  .page-shell {
    padding: 0;
  }

  .phone-stage {
    align-self: center;
  }
}

/* === プライバシーポリシーリンク === */
.privacy-note {
  margin-top: 12px;
  font-size: 12px;
  color: #a07880;
  text-align: center;
}

.privacy-note a {
  color: #c4607a;
  text-decoration: underline;
}

/* === プライバシーチェックボックス === */
.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 13px;
  color: #704f54;
  cursor: pointer;
}

.privacy-check a {
  color: #c4607a;
  text-decoration: underline;
}