@charset "UTF-8";.sp.svelte-1pydmo3{--step-circle-size: 16px;--step-label-font-size: 10px;--step-item-gap: 2px}.pc.svelte-1pydmo3{--step-circle-size: 16px;--step-label-font-size: 12px;--step-item-gap: 12px}.progress-container.svelte-1pydmo3{display:flex;justify-content:center}.progress-wrapper.svelte-1pydmo3{display:flex;align-items:flex-start;width:100%;max-width:540px;padding:0;margin:0;list-style:none}.step-item.svelte-1pydmo3{position:relative;display:flex;flex:1 1 0;flex-direction:column;gap:var(--step-item-gap);align-items:center;list-style:none}.step-indicator.svelte-1pydmo3{position:relative;z-index:2;flex-shrink:0;width:var(--step-circle-size);height:var(--step-circle-size);background-color:#ccc;border-radius:50%;transition:background-color .3s ease}.step-indicator.completed.svelte-1pydmo3{background-color:#fcbab5}.step-indicator.current.svelte-1pydmo3{background-color:#ea5d63}.sp.svelte-1pydmo3 .step-indicator.completed:where(.svelte-1pydmo3){display:flex;align-items:center;justify-content:center;background-color:#ea5d63}.sp.svelte-1pydmo3 .step-indicator.current:where(.svelte-1pydmo3){background-color:#fcbab5}.sp.svelte-1pydmo3 .step-indicator.future:where(.svelte-1pydmo3){background-color:#c7c7c7}.check-icon.svelte-1pydmo3{width:85%;height:85%}.step-line.svelte-1pydmo3{position:absolute;top:calc(var(--step-circle-size) / 2 - 1px);right:calc(-50% + var(--step-circle-size) / 2);left:calc(50% + var(--step-circle-size) / 2);z-index:1;height:2px;background-color:#ccc;transition:background-color .3s ease}.step-line.completed.svelte-1pydmo3{background-color:#fcbab5}.step-line-container.svelte-1pydmo3{position:absolute;top:calc(var(--step-circle-size) / 2 - 1px);right:calc(-50% + var(--step-circle-size) / 2);left:calc(50% + var(--step-circle-size) / 2);z-index:1;height:2px}.step-line-base.svelte-1pydmo3{width:100%;height:100%;background-color:#c7c7c7}.step-line-fill.svelte-1pydmo3{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ea5d63;transform-origin:left}.step-line-fill.animate.svelte-1pydmo3{animation:svelte-1pydmo3-barGrow .8s ease .2s both}@keyframes svelte-1pydmo3-barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.step-label.svelte-1pydmo3{font-size:var(--step-label-font-size);font-weight:400;color:#969696;text-align:center;white-space:nowrap;transition:color .3s ease}.step-label.completed.svelte-1pydmo3{color:#ea5d63}.step-label.current.svelte-1pydmo3{font-weight:700;color:#ea5d63}.sp.svelte-1pydmo3 .step-label:where(.svelte-1pydmo3){color:#767676}.sp.svelte-1pydmo3 .step-label.completed:where(.svelte-1pydmo3){color:#ea5d63}.sp.svelte-1pydmo3 .step-label.current:where(.svelte-1pydmo3){font-weight:700;color:#ea5d63}.sp.svelte-yin9n3{display:grid;row-gap:4px}.pc.svelte-yin9n3{display:grid;row-gap:4px;width:var(--step-question-pc-width, 488px);margin:0 auto 24px}.question.svelte-yin9n3{display:inline-flex;flex-wrap:nowrap;gap:8px;align-items:center}.text-group.svelte-yin9n3{display:inline-flex;align-items:baseline;white-space:nowrap}.input-name.svelte-yin9n3{font-size:18px;font-weight:700;color:#cc3c44}.fixed-text.svelte-yin9n3{font-size:14px;font-weight:500;color:#333}.description.svelte-yin9n3{font-size:12px;line-height:1.5}.description-line.svelte-yin9n3{color:#333}.actions.svelte-1hczt8a{display:flex;flex-direction:column;align-items:center;justify-content:center}.buttons.svelte-1hczt8a{display:flex;gap:16px;justify-content:center}.button-text.svelte-1hczt8a{font-size:16px}.button-text.bold.svelte-1hczt8a{font-weight:700}.button-text.base.svelte-1hczt8a{font-weight:400}.sp.svelte-1hczt8a{position:fixed;right:0;bottom:0;left:0;z-index:10;height:74px;background-color:#fff;box-shadow:0 -3px 10px #0000001a}.sp.with-agreement.svelte-1hczt8a{height:115px}.agreement-area.svelte-1hczt8a{margin-bottom:4px;font-size:12px;text-align:center}.agreement-link.svelte-1hczt8a{color:#ea5d63}.next-button-wrapper.shine.svelte-1hczt8a button:not(:disabled){position:relative;overflow:hidden}.next-button-wrapper.shine.svelte-1hczt8a button:not(:disabled):after{position:absolute;top:0;z-index:1;width:30px;height:100%;pointer-events:none;content:"";background:linear-gradient(90deg,#ffe6bd00,#ffe6bde6,#ffe6bd00);mix-blend-mode:screen;filter:blur(8px);transform:skew(-20deg);transition:opacity .4s;animation:svelte-1hczt8a-shineReflection 1.5s ease-in-out infinite;will-change:left}@keyframes svelte-1hczt8a-shineReflection{0%{left:-50px}80%{left:calc(100% + 50px)}to{left:calc(100% + 50px)}}.check-mark.svelte-1beoff2{display:inline-flex;flex-shrink:0;align-items:center;width:0;overflow:hidden;transition:width .2s ease,margin-right .2s ease}.check-mark.visible.svelte-1beoff2{width:16px;margin-right:2px;transition:width .4s ease,margin-right .4s ease}.circle.svelte-1beoff2{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:16px;height:16px;background-color:#32a950;border-radius:50%;opacity:0;transform:scale(.5);transition:opacity .2s ease,transform .2s ease}.visible.svelte-1beoff2 .circle:where(.svelte-1beoff2){opacity:1;transform:none;transition:opacity .4s ease,transform .4s ease}.check-icon.svelte-1beoff2{width:85%;height:85%}.form-checkbox.svelte-xp27g1{max-width:343px;margin:0 auto}.form-checkbox.pc.svelte-xp27g1{max-width:488px}.form-checkbox.svelte-lfaw41{max-width:343px;margin:0 auto}.form-checkbox.pc.svelte-lfaw41{max-width:488px}.form-radio.svelte-imkerc{max-width:343px;margin:0 auto}.form-radio.pc.svelte-imkerc{max-width:488px}
