@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 {
    margin: 0 auto;
    max-width: 390px;
  }
}

a {
    color: inherit;
    text-decoration: none
}
img {
    max-width: 100%;
    display: block
}
/* HERO (FV) */
.fv {
    position: relative
}
.top {
    position: relative
}
/* 電話CTA（a_top.png右上にオーバーレイ表示） */
.tel-block {
    position: absolute;
    top: 1%;
    right: 3%;
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center
}
.tel-block__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    color: #FB6C10;
    white-space: nowrap
}
.tel-block__num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 19px;
    font-weight: 700;
    color: #248C1B;
    line-height: 1;
    letter-spacing: .5px
}
.tel-block__ico {
    width: 16px;
    height: 16px;
    fill: #248C1B;
    flex-shrink: 0
}
.tel-block__hours {
    font-size: 9px;
    color: #333333;
    white-space: nowrap
}
.cta {
    display: block
}
.marker {
    background: linear-gradient(transparent 60%, #F2D74E 60%)
}
/* フェードイン */
@keyframes sqFadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sq-fadein {
  animation: sqFadeInUp .5s cubic-bezier(.4,0,.2,1) both;
}

/* 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
}
.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
}
.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
}
.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-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
}
.sec {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.sec img.design {
  display: block;
  width: 100%;
  height: auto;
}

/* 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-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
}
/* 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: 60%;
}

/* 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
}
/* 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-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
}
.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
}
/* 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: #fff;
    padding: 18px;
    font-size: 11px
}
.footer-logo {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.footer-logo::after {
    content: '';
    background-image: linear-gradient(90deg, #d9da40, #037738);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 80%;
    height: 1px;
}

.footer-area {
    position: relative;
    margin: 0 0 2px
}
.footer-area::after {
    content: '';
    background-image: linear-gradient(90deg, #63c683, #94d571);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
}

.bg_w {
  background-color: #fff;
}

.sq-opt .oic img {
    display: block;
    width: auto;
    height: 56px;
}
