@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;
    background: #fff;
    color: #2C2C2A;
    font-size: 15px;
    line-height: 1.7
}
@media (min-width: 769px) {
  #main-lp,
  header,
  footer,
  .floating-cta,
  .thanks-page {
    margin: 0 auto;
    max-width: 390px;
  }
}

a {
    color: inherit;
    text-decoration: none
}
img {
    max-width: 100%;
    display: block
}
/* HEADER */
header {
    background: #3A3A38;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100
}
.logo {
    color: #fff;
    font-size: 17px;
    font-weight: 700
}
.logo span {
    color: #F2D74E
}
.header-right {
    display: flex;
    align-items: center;
    gap: 10px
}
.header-phone {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px
}
.eagle-badge {
}
.eagle-badge p {
    font-size: 8px;
    color: #3A3A38;
    margin: 0
}
.eagle-badge strong {
    font-size: 9px;
    color: #3A3A38;
    display: block
}
/* HERO */
.hero {
    background: #FBF3D8;
    padding: 18px 18px 0
}
.hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px
}
.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #3A3A38;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px
}
.hero h1 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #2C2C2A;
    margin: -50px 0 8px;
  }
@media (min-width: 769px) {
  .hero h1 {
    margin: -15px 0 8px;
  }
}
.marker {
    background: linear-gradient(transparent 60%, #F2D74E 60%)
}
.hero-sub {
    font-size: 13px;
    color: #5F5E5A;
    line-height: 1.7;
    margin: 0 0 8px
}
.count-row {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 0 0 2px
}
.count-label {
    font-size: 12px;
    color: #5F5E5A
}
.count-num {
    font-size: 34px;
    font-weight: 500;
    color: #2C2C2A;
    line-height: 1
}
.count-suffix {
    font-size: 14px;
    color: #2C2C2A;
    padding-bottom: 3px
}
/* Hero visual */
.hero-visual {
    position: relative;
    padding: 10px 30px 0;
    width: 100%;
    overflow: hidden
}
.hero-house {
    width: 100%;
    display: block;
}
.hero-worker {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    max-width: 160px
}
/* FORM */
.form-card {
    background: #fff;
    padding: 16px 18px 18px;
    border-top: 4px solid #F2D74E
}
.form-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px
}
.free-badge {
    background: #E07A3F;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px
}
.form-label-sub {
    font-size: 12px;
    color: #5F5E5A
}
.form-question {
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0 10px;
    color: #2C2C2A
}
.choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}
.choice-btn {
    padding: 12px 4px;
    font-size: 13px;
    border: 1px solid #D3D1C7;
    border-radius: 8px;
    background: #fff;
    color: #5F5E5A;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s;
    text-align: center
}
.choice-btn.selected, .choice-btn:first-child {
    border: 1.5px solid #3A3A38;
    background: #FBF3D8;
    color: #2C2C2A
}
.progress-bar-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px
}
.progress-bar {
    flex: 1;
    height: 6px;
    background: #EDE6D2;
    border-radius: 3px;
    overflow: hidden
}
.progress-fill {
    height: 100%;
    background: #F2C94C;
    border-radius: 3px;
    transition: width .3s
}
.progress-text {
    font-size: 11px;
    color: #5F5E5A;
    white-space: nowrap
}
.form-lock {
    font-size: 11px;
    color: #888780;
    margin: 10px 0 0;
    display: flex;
    gap: 4px;
    align-items: center
}
.form-step {
    display: none
}
.form-step.active {
    display: block
}
/* Result box */
.result-box {
    background: #FBF3D8;
    border: 1px solid #F2D74E;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 6px
}
.result-label {
    font-size: 12px;
    color: #5F5E5A;
    text-align: center;
    margin: 0 0 4px
}
.result-title {
    font-size: 14px;
    color: #2C2C2A;
    text-align: center;
    font-weight: 500;
    margin: 0 0 6px
}
.result-amount-box {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    text-align: center
}
.result-sublabel {
    font-size: 11px;
    color: #5F5E5A;
    margin: 0
}
.result-amount {
    font-size: 22px;
    font-weight: 500;
    color: #2C2C2A;
    margin: 2px 0 0
}
.result-unit {
    font-size: 11px;
    color: #5F5E5A
}
.result-note {
    font-size: 10px;
    color: #888780;
    margin: 0 0 14px;
    line-height: 1.5
}
.result-prompt {
    font-size: 13px;
    color: #2C2C2A;
    margin: 0 0 12px;
    font-weight: 500
}
/* STEP3 fields */
.field-group {
    margin-bottom: 11px
}
.field-label {
    font-size: 12px;
    color: #2C2C2A;
    margin: 0 0 4px
}
.required {
    color: #D14545;
    font-weight: 500
}
.optional {
    color: #888780
}
.reel-select {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #D3D1C7;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235F5E5A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    appearance: none;
    color: #2C2C2A
}
.reel-select.empty {
    color: #888780
}
.reel-select:focus {
    outline: none;
    border-color: #3A3A38;
    border-width: 1.5px
}
.field-input {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #D3D1C7;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    background: #fff;
    color: #2C2C2A;
    -webkit-appearance: none
}
.field-input:focus {
    outline: none;
    border: 1.5px solid #3A3A38
}
.field-input.error {
    border: 1.5px solid #D14545
}
.err-msg {
    font-size: 11px;
    color: #D14545;
    margin: 4px 0 0;
    display: none
}
.err-msg.show {
    display: block
}
.time-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px
}
.time-btn {
    padding: 9px 4px;
    font-size: 11px;
    border: 1px solid #D3D1C7;
    border-radius: 7px;
    background: #fff;
    color: #5F5E5A;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.4;
    text-align: center
}
.time-btn.selected {
    border: 1.5px solid #3A3A38;
    background: #FBF3D8;
    color: #2C2C2A
}
.tel-hint {
    font-size: 10px;
    color: #888780;
    margin: 8px 0 12px;
    line-height: 1.5
}
.secure-note {
    font-size: 10px;
    color: #888780;
    text-align: center;
    margin: 10px 0 0
}
.privacy-note {
    font-size: 10px;
    color: #888780;
    text-align: center;
    margin: 10px 0 0
}
/* CTA */
.cta-btn {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    background: #E07A3F;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: .3px;
    transition: background .2s, transform .1s
}
.cta-btn:hover {
    background: #c86830
}
.cta-btn:active {
    transform: scale(.98)
}
.cta-btn:disabled {
    background: #D3D1C7;
    cursor: not-allowed
}
.back-btn {
    display: block;
    width: 100%;
    background: transparent;
    color: #888780;
    font-size: 12px;
    padding: 8px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
    text-decoration: underline;
    margin-top: 6px
}
/* SECTIONS */
section {
    padding: 24px 18px
}
.sec-alt {
    background: #F4F2EA
}
.sec-dark {
    background: #3A3A38;
    color: #fff
}
.sec-yellow {
    background: #FBF3D8
}
.sec-title {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 4px;
    color: #2C2C2A
}
.sec-dark .sec-title {
    color: #fff
}
.sec-divider {
    width: 40px;
    height: 3px;
    background: #F2C94C;
    margin: 8px auto 16px;
    border-radius: 2px
}
/* Pain points */
.pain-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.pain-item {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #E5E2D6
}
.pain-avatar {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    background: #E5E2D6
}
.pain-text {
    color: #2C2C2A;
    margin: 0;
    line-height: 1.7;
    padding-top: 2px
}
/* Benefits */
.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}
.benefit-item {
    display: flex;
    gap: 14px;
    align-items: flex-start
}
.benefit-icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: #FBF3D8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}
.benefit-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #2C2C2A
}
.benefit-desc {
    font-size: 12px;
    color: #5F5E5A;
    margin: 3px 0 0
}
/* Reasons */
.reason-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    text-align: center;
    margin-bottom: 14px
}
.reason-card {
    background: #4A4A47;
    border-radius: 10px;
    padding: 14px 4px
}
.reason-num {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #F2D74E
}
.reason-sub {
    font-size: 10px;
    font-size: 11px;
    margin: 5px 0 0;
    color: #C9C7BD
}
.eagle-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px
}
.eagle-logo-box {
    padding: 5px 9px;
    text-align: center;
    flex-shrink: 0
}
.eagle-text {
    font-size: 11px;
    color: #444441;
    line-height: 1.6;
    margin: 0
}
.eagle-note {
    font-size: 9px;
    color: #888780;
    margin: 10px 0 0;
    text-align: center
}
/* Worker section */
.worker-intro {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #F8F6EE;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 14px
}
.worker-img {
  width: 25vw;
  flex-shrink: 0;
  object-fit: cover
}
@media (min-width: 769px) {
  .worker-img {
    width: 6vw;
  }
}
.worker-img.woman {
  width: 2vw;
}

/* Flow */
.flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0
}
.flow-row {
    display: flex;
    gap: 14px
}
.flow-connector {
    display: flex;
    flex-direction: column;
    align-items: center
}
.flow-dot {
    width: 32px;
    height: 32px;
    background: #F2C94C;
    color: #2C2C2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0
}
.flow-line {
    width: 2px;
    flex: 1;
    background: #EDE6D2
}
.flow-content {
    padding-bottom: 16px;
    flex: 1;
    padding-top: 4px
}
.flow-title {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #2C2C2A
}
.flow-desc {
    font-size: 12px;
    color: #5F5E5A;
    margin: 2px 0 0
}
/* Testimonials */
.testimonial-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #E5E2D6
}
.t-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px
}
.t-avatar {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #EDE6D2;
    object-fit: cover
}
.t-name {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #2C2C2A
}
.t-stars {
    font-size: 12px;
    color: #E0A93F;
    margin: 1px 0 0
}
.t-body {
    font-size: 12px;
    color: #5F5E5A;
    line-height: 1.7;
    margin: 0
}
/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}
.faq-item {
    border: 1px solid #E5E2D6;
    border-radius: 10px;
    overflow: hidden
}
.faq-q {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: #2C2C2A;
    display: flex;
    gap: 6px;
    align-items: flex-start
}
.faq-q-mark {
    color: #E0A93F;
    flex-shrink: 0
}
.faq-q-text {
    flex: 1
}
.faq-toggle {
    color: #888780;
    font-size: 16px;
    flex-shrink: 0;
    transition: transform .3s
}
.faq-item.open .faq-toggle {
    transform: rotate(45deg)
}
.faq-a {
    padding: 0 12px 12px 24px;
    font-size: 12px;
    color: #5F5E5A;
    line-height: 1.6;
    display: none
}
.faq-item.open .faq-a {
    display: block
}
/* Operator */
.operator-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E5E2D6
}
.op-row {
    display: flex;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #E5E2D6;
    font-size: 13px
}
.op-row:last-child {
    border-bottom: none
}
.op-key {
    color: #5F5E5A;
    min-width: 70px;
    font-size: 12px
}
.op-val {
    font-weight: 500
}
/* Final CTA section */
.final-cta-staff {
    width: 64px;
    margin: 0 auto 10px;
    display: block;
    object-fit: contain
}
/* Tel */
.tel-area {
    text-align: center;
    margin-top: 12px
}
.tel-link {
    font-size: 18px;
    font-weight: 500;
    color: #2C2C2A;
    display: inline-flex;
    align-items: center;
    gap: 4px
}
.tel-hours {
    font-size: 10px;
    color: #5F5E5A;
    margin: 3px 0 0
}
/* Thanks page */
#thanks-page {
  display: none;
  margin: 0 auto;
  padding: 0;
  max-width: 390px;
}
#thanks-page.active {
    display: block
}
.thanks-check {
    width: 58px;
    height: 58px;
    background: #E1F5EE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 32px;
    color: #1D9E75
}
.thanks-title {
    font-size: 18px;
    font-weight: 500;
    color: #2C2C2A;
    text-align: center;
    margin: 0 0 6px
}
.thanks-sub {
    font-size: 12px;
    color: #5F5E5A;
    text-align: center;
    margin: 0;
    line-height: 1.7
}
.flow-timeline {
    background: #FBF3D8;
    border-radius: 12px;
    padding: 14px;
    margin: 16px 0
}
.flow-timeline h3 {
    font-size: 13px;
    font-weight: 500;
    color: #854F0B;
    margin: 0 0 12px
}
.timeline-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: flex-start
}
.timeline-item:last-child {
    margin-bottom: 0
}
.tl-num {
    width: 24px;
    height: 24px;
    background: #F2C94C;
    color: #2C2C2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0
}
.tl-text {
    font-size: 12px;
    color: #2C2C2A;
    line-height: 1.6
}
.tl-hint {
    background: #fff;
    border-radius: 8px;
    padding: 9px 11px;
    display: flex;
    gap: 7px;
    margin-top: 10px;
    align-items: flex-start
}
.tl-hint-icon {
    font-size: 15px;
    flex-shrink: 0
}
.tl-hint-text {
    font-size: 11px;
    color: #5F5E5A;
    line-height: 1.6
}
.call-box {
    border: 1px solid #E5E2D6;
    border-radius: 12px;
    padding: 13px;
    text-align: center;
    margin: 0 0 14px
}
.call-box p {
    font-size: 11px;
    color: #5F5E5A;
    margin: 0 0 6px
}
.call-tel {
    font-size: 19px;
    font-weight: 500;
    color: #2C2C2A;
    display: block
}
.call-hours {
    font-size: 10px;
    color: #888780;
    margin: 5px 0 0
}
.trust-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 12px
}
.trust-item {
    background: #fff;
    border-radius: 8px;
    padding: 9px 11px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #444441
}
.trust-icon {
    color: #1D9E75;
    font-size: 17px;
    flex-shrink: 0
}
.voice-card {
    background: #fff;
    border: 1px solid #E5E2D6;
    border-radius: 10px;
    padding: 12px
}
.voice-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px
}
.voice-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    object-fit: cover
}
.voice-name {
    font-size: 11px;
    font-weight: 500;
    color: #2C2C2A;
    margin: 0
}
.voice-stars {
    font-size: 11px;
    color: #E0A93F;
    margin: 1px 0 0
}
.voice-text {
    font-size: 11px;
    color: #5F5E5A;
    line-height: 1.7;
    margin: 0
}
.voice-note {
    font-size: 10px;
    color: #888780;
    margin: 6px 0 0
}
.bg-gray-light {
    background: #F4F2EA;
    padding: 16px;
    border-radius: 0 0 10px 10px
}
/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid #E5E2D6;
    padding: 10px 14px;
    z-index: 200;
    display: none
}
.floating-cta.show {
    display: flex;
    align-items: center;
    gap: 10px
}
.floating-label {
    font-size: 11px;
    color: #5F5E5A;
    line-height: 1.3;
    flex-shrink: 0
}
.floating-label strong {
    color: #E07A3F;
    font-weight: 500;
    display: block
}
/* FOOTER */
footer {
    background: #2C2C2A;
    color: #9A9890;
    padding: 18px 16px 70px;
    font-size: 11px
}
.footer-logo {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 4px
}
.footer-logo span {
    color: #F2D74E
}
.footer-area {
    margin: 0 0 2px
}
.footer-links {
    margin: 10px 0 0
}
.footer-links a {
    color: #9A9890
}
/* Reassure pills */
.reassure-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px
}
.reassure-pill {
    background: #fff;
    border: 1px solid #F2D74E;
    color: #2C2C2A;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 3px
}
.reassure-pill::before {
    content: '✓';
    color: #E07A3F
}

.bg_w {
  background-color: #fff;
}
