@charset "utf-8";

body {
    font-family: "Kinto Sans", "Source Han Sans JP", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 1rem;
    color: #333333;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

.note {
    font-size: 0.5rem;
    font-weight: 200;
}

.strong-green {
    color: #3ea06f;
    font-size: 1.8rem;
    margin-left: 5px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 800px) {
    .sp-only {
        display: block;
        line-height: 0.8rem;
    }

    .pc-only {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .wrapper {
        max-width: 520px;
        margin: 0 auto;
        padding: 0 1rem;
    }
}



/*-----------------------------
アニメーション
-----------------------------*/

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.is-inview {
    opacity: 1;
    transform: none;
}

/*-----------------------------
FV
-----------------------------*/
#fv-container .wrapper {
    max-width: 100%;
    padding: 0;
}

.main-visual img {
    width: 100%;
    height: auto;
}

/*-----------------------------
CTA
-----------------------------*/

/* 位置は container 側で決める */
#cta-container {
    margin: 20px auto;
    text-align: center;
}

#cta-container p {
    width: 80%;
    text-align: left;
    line-height: 0.8rem;
    display: inline-block;
}

.cta-block img {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
}

.cta-button {
    align-items: center;
    display: inline-block;
    animation: poyopoyo 2s infinite;
    transform-origin: center;
}


@keyframes poyopoyo {

    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-6px);
        /* 上にふわっと */
    }

    50% {
        transform: translateY(3px);
        /* 下に少し沈む */
    }

    70% {
        transform: translateY(-3px);
        /* ちょっと戻す */
    }
}

.cta-button img {
    width: 80%;
    height: auto;
}

/*-----------------------------
お悩み
-----------------------------*/

/* セクション枠 */
.section-concerns {
    padding: 32px 16px;
}

.section-concerns .container {
    max-width: 920px;
    margin: 0 auto;
}

/* 見出し */
.concerns-heading {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
    padding-top: 12px;
}

.concerns-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    height: 6px;
    background: #76a6cf;
    /* 見本の細ライン色 */
    border-radius: 3px;
}

.concerns-heading span,
.about-heading span {
    display: inline-block;
    border-bottom: 2px solid #cfd8e3;
    padding-bottom: 10px;
    width: 70%;
}

/* グリッド */
.concern-grid {
    list-style: none;
    padding: 0;
    margin: 16px auto 0;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    /* SP */
    max-width: 920px;
}

@media (min-width: 700px) {
    .concern-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* 2列 */
}

/* カード */
.concern-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    position: relative;
    aspect-ratio: 1 / 1;
    /* 正方形に近い比率 */
    display: grid;
    grid-template-rows: auto 1fr;
}

/* 上部ブルーバー（タイトル帯） */
.concern-card .label {
    background: #76a6cf;
    /* 見本の青 */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px;
    font-size: 1rem;
    line-height: 1.2rem;
}

/* 画像 */
.concern-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 700px) {
    .concern-card {
        border-radius: 20px;
    }

    .concern-card .label {
        font-size: 1.05rem;
        padding: 16px 12px;
    }
}


/*-----------------------------
  about-leaseback
  -----------------------------*/
/* ベース */

#about-leaseback {
    background: #e9f3ff;
    padding-top: 130px;
}

.section-about {
    padding: 32px 16px;
}


.section-about .container {
    max-width: 900px;
    margin: 0 auto;
}

/* 上部人物写真（任意） */
.kv-people {
    margin: 0 auto 16px;
    text-align: center;
}

.kv-people img {
    max-width: 520px;
    width: 100%;
    height: auto;
}

/* 白カード */
.about-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e9eef5;
}

/* 冒頭コピー */
.lead-eyecatch {
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 20px;
    font-size: 1.05rem;
}

.pill {
    display: inline-block;
    padding: .15em .6em;
    border-radius: 10px;
    font-weight: 700;
    margin: 0 .2em;
}

.pill-accent {
    background: #f6a7a9;
    color: #fff;
}

/* セクション見出し（水平線付き） */
.about-heading {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 8px auto 16px;
    padding-top: 14px;
    position: relative;
}

.about-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 560px;
    height: 4px;
    background: #76a6cf;
    border-radius: 2px;
}

.about-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 18px 24px;
    /* 上を大きめにとる */
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    border: 1px solid #e9eef5;
    position: relative;
    overflow: visible;
    /* 子要素ははみ出してOK */
}

/* 人物写真を上にはみ出させる */
.kv-people {
    position: absolute;
    top: -108px;
    /* 好みで調整 */
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.kv-people img {
    width: 160px;
    /* カード幅に応じて調整 */
    height: auto;
}


/* 説明文 */
.about-intro,
.about-note {
    margin: 0 0 14px;
}

/* 図解 */
.flow-figure {
    margin: 12px auto 16px;
    text-align: center;
    background: #e8f3fb;
    border-radius: 14px;
    padding: 12px;
}

.flow-figure img {
    width: 100%;
    height: auto;
}

/* メリット/デメリットブロック */
.benefit-block {
    margin-top: 48px;
}

.block-caption {
    text-align: center;
    font-size: 1.2rem;
    margin: 8px 0 6px;
    font-weight: bold;
}

.block-title {
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #6fbbef;
    padding: 10px 28px;
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    width: 60%;
}

.block-title.is-good {
    background: #76a6cf;
}

.block-title.is-good::after {
    border-top-color: #76a6cf transparent transparent transparent;
}

.block-title.is-bad {
    color: #fff;
    background: #333333;
}

.block-title.is-bad::after {
    border-top-color: #76a6cf transparent transparent transparent;
}

/* 丸角ピルのリスト */
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04) inset;
    align-items: center;
}

.benefit-list.is-bad li {
    background: #ebeeef;
}

.benefit-icon {
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

.benefit-list span {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .about-card {
        padding: 28px 28px;
        border-radius: 24px;
    }

    .lead-eyecatch {
        font-size: 1.1rem;
    }

    .about-heading {
        font-size: 1.5rem;
    }

    .pill-list {
        gap: 14px;
    }

    .kv-people {
        top: -160px;
    }

    .kv-people img {
        width: 240px;
    }

    #about-leaseback {
        padding-top: 220px;
    }
}




.section-support {
    padding: 40px 16px;
    background: #fff;
    text-align: center;
}

.section-support .container {
    max-width: 720px;
    margin: 0 auto;
}

.support-lead {
    font-size: 1.125rem;
    /* 18px 相当 */
    line-height: 1.9;
    font-weight: bold;
    margin: 0 0 20px;
}

.support-logo-row {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: .5rem;
}

.support-logo {
    height: 32px;
    width: auto;
    vertical-align: baseline;
    text-align: center;
}

.support-logo img {
    width: 50%;
    height: auto;
}

.support-claim {
    line-height: 1.9;
    font-size: 1.1rem;
    margin: 0;
}

.support-claim .pill {
    display: inline-block;
    background: #f2a7ac;
    color: #fff;
    padding: .25em .8em;
    border-radius: 10px;
    font-weight: 800;
}

.support-claim .accent {
    color: #f08aa0;
    font-weight: 700;
}

/* アクセシビリティ用の非表示（既にあれば不要） */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.bold {
    font-weight: bold;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .support-lead {
        font-size: 1.25rem;
    }

    /* 20px */
    .support-claim {
        font-size: 1.2rem;
    }

    .support-logo {
        height: 32px;
    }
}



.section-supports {
    padding: 48px 16px;
    background: #fff;
}

.section-supports .container {
    max-width: 960px;
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.support-list {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    display: grid;
    gap: 4px;
}

@media (min-width: 768px) {
    .support-list {
        margin-top: 4rem;
    }
}

.support-card {
    background: #f5fbf9;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.support-title {
    background: #3ea06f;
    /* 緑帯 */
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px 14px;
    border-radius: 6px;
    text-align: center;
}

.support-card p {
    margin-bottom: 20px;
}

.support-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}



.section-voice-graph {
    padding: 48px 16px;
    padding-top: 0;
    background: #fff;
    text-align: center;
}


.lead-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
}

/* 円グラフ */
.satisfaction-block {
    margin: 0 auto 32px;
}

.circle-graph {
    position: relative;
    display: inline-block;
    max-width: 500px;
    height: auto;
}

.circle-graph img {
    width: 100%;
    height: auto;
}


.satisfaction-caption {
    margin-top: 12px;
    font-size: 1rem;
}

.satisfaction-caption strong {
    font-size: 1.25rem;
    color: #333;
}

/* 企業ロゴ */
.sub-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 24px 0 12px;
}

.note {
    font-size: 0.8rem;
    color: #666;
}


.partner-scroll {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.partner-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: scroll-left 20s linear infinite;
}

.partner-track img {
    height: 30px;
    width: auto;
}

.logo-daikyo {
    height: 50px !important;
}

/* 横スクロール */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.triangle-shape {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3ea06f;
    margin-bottom: 24px;
}

.circle-graph-container {
    background-color: #f5fbf9;
    border-radius: 20px;
    padding: 20px;
}



.section-voice {
    padding: 48px 16px;
    background: #f5fbf9;
}


.voice-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    margin-bottom: 20px;
}

.voice-header {
    margin-bottom: 16px;
}

.voice-photo img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.voice-summary {
    margin: 0 0 20px 0;

}

.voice-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: left;
}

.voice-meta .pill {
    display: inline-block;
    background: #3ea06f;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 999px;
    margin-right: 6px;
}

.voice-body p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 14px;
    text-align: left;
}

/* 事例ボックス */
.case-box img {
    width: 100%;
}




/* 見出し */
.section-form {
    padding: 40px 16px;
    background: #fff;
    overflow: visible;
}

.section-form .container {
    max-width: 560px;
    margin: 0 auto;
}

.form-headtext {
    text-align: center;
    margin: 2rem 0;
}

.form-headline {
    text-align: center;
    font-weight: 800;
    font-size: 1.25rem;
    border-top: 4px solid #5aa387;
    padding-top: 14px;
    margin-bottom: 18px;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* タブ */
.steps {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.step-tab {
    flex: 1;
    text-align: center;
    padding: 10px 6px;
    border-radius: 14px 14px 0 0;
    background: #bfe4d3;
    color: #fff;
    font-weight: 700;
}

.step-tab.is-active {
    background: #4aa884;
}

/* === スライダー === */
.steps-viewport {
    overflow: visible;
    border-radius: 16px;
    background: #eef8f3;
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1;
}

.steps-track {
    position: relative;
    display: flex;
    width: 200%;
    left: 0;
    transition: left .5s ease;
    overflow: visible;
}

.step-pane {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    overflow: visible;
}

/* STEP2表示中（右から入る） */
.steps-viewport.at-step2 .steps-track {
    left: -100%;
}

/* フォームパーツ */
.form-group {
    margin-bottom: 1.8rem;
    overflow: visible;
}

.group-label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.badge-required,
.badge-optional {
    display: inline-block;
    font-size: .75rem;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 6px;
}

.badge-required {
    background: #ffdddd;
    color: #c0392b;
}

.badge-optional {
    background: #e6f3ff;
    color: #3b82f6;
}

.hint {
    font-size: .8rem;
    color: #6b7280;
    margin-left: 6px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #b6dfcc;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    outline: none;
}

.select-wrap {
    position: relative;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #b6dfcc;
    background: #fff;
    border-radius: 10px;
    padding: 12px 44px 12px 14px;
    /* 右に余白（▼分） */
    font-size: 16px;
    /* ✅ iOSズーム＆小文字対策 */
    line-height: 1.4;
}

select option {
    font-size: 16px;
}

/* 擬似▼（任意のままでOK） */
.select-wrap::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #4aa884;
    font-weight: 700;
}

/* 念のため全体に border-box */
*,
*::before,
*::after {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #4aa884;
    box-shadow: 0 0 0 3px rgba(74, 168, 132, .2);
}


/* ラジオ */
.radio-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

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

.radio input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4aa884;
    border-radius: 50%;
}

.radio input:checked {
    background: #4aa884;
    box-shadow: inset 0 0 0 4px #fff;
}

/* ボタン */
.btn-primary {
    width: 100%;
    background: #4aa884;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 14px;
    font-weight: 800;
    box-shadow: 0 6px 0 #2d7a60;
    transition: .1s transform;
}

.btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #2d7a60;
}

.btn-cta {
    width: 100%;
    background: linear-gradient(#ffa500, #ff8c00);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    box-shadow: 0 6px 0 #c65c00;
}

.btn-cta:active {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #c65c00;
}

.label-free {
    background: #ffeaad;
    color: #b06a00;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 800;
}

.btn-secondary {
    width: 220px;
    margin: 14px auto 0;
    display: block;
    background: #9aa0a6;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 6px 0 #6b7280;
    margin-bottom: 20px;
}

.btn-secondary:active {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #6b7280;
}

.form-help {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 12px;
    text-align: center;
}

.error-msg {
    color: #c0392b;
    font-size: .9rem;
    margin: 8px 0 12px;
    min-height: 1.2em;
}

.steps-mask {
    overflow: hidden;
    border-radius: 16px;
    background: #eef8f3;
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .06);
}

/* セクション背景と見出し */
.section-flow {
    padding: 48px 16px;
    background: #eaf6ef;
    /* 薄いグリーン系 */
}

.section-flow .container {
    max-width: 920px;
    margin: 0 auto;
}

.flow-heading {
    text-align: center;
    font-weight: 800;
    font-size: 1.6rem;
    margin: 0 0 24px;
    position: relative;
    padding-top: 16px;
}

.flow-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 560px;
    height: 6px;
    background: #6bb48d;
    border-radius: 3px;
}

.flow-heading::after {
    content: "";
    display: block;
    width: 140px;
    height: 3px;
    background: #bfe4d3;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* リスト */
.flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 28px;
}

.flow-item {
    position: relative;
}

/* 番号バッジ（左にはみ出す） */
.num-badge {
    position: absolute;
    left: -6px;
    top: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #43a371;
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    z-index: 2;
}

/* カード */
.flow-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 16px;
    align-items: center;
}

.flow-body {
    min-width: 0;
}

.flow-title {
    color: #2aa06a;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 0 8px;
    padding-left: 30px;
}

.flow-text {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.flow-fig img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* SP */
@media (max-width: 720px) {
    .num-badge {
        left: -4px;
    }

    .flow-card {
        grid-template-columns: 1fr 120px;
        padding: 18px 16px 18px 24px;
    }

    .flow-title {
        font-size: 1.1rem;
    }
}

/* 極小端末では縦並び */
@media (max-width: 420px) {
    .flow-card {
        grid-template-columns: 1fr;
    }

    .flow-fig {
        order: 2;
    }

    /* テキスト→画像の順 */
}





/* セクション */
.section-faq {
    padding: 48px 16px 32px;
    background: #fff;
}

.section-faq .container {
    max-width: 960px;
    margin: 0 auto;
}

.faq-heading {
    text-align: center;
    font-weight: 800;
    font-size: 1.6rem;
    margin: 0 0 20px;
    position: relative;
    padding-top: 16px;
}

.faq-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 560px;
    height: 6px;
    background: #5aae84;
    border-radius: 3px;
}

.faq-heading::after {
    content: "";
    display: block;
    width: 140px;
    height: 3px;
    background: #cfe9dc;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* リスト全体（角丸の帯を再現） */
.faq-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    background: #49a77b;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.faq-item+.faq-item {
    border-top: 1px solid rgba(255, 255, 255, .35);
}

/* 質問ボタン */
.faq-q {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
}

/* プラス/マイナス（CSSだけで描画） */
.faq-q .icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.faq-q .icon::before,
.faq-q .icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.faq-q .icon::before {
    width: 14px;
    height: 2px;
}

/* 横棒 */
.faq-q[aria-expanded="false"] .icon::after {
    width: 2px;
    height: 14px;
}

/* 縦棒（＝プラス） */
.faq-q[aria-expanded="true"] .icon::after {
    display: none;
}

/* マイナス表示 */

/* 答え */
.faq-a {
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
    /* アニメ中だけ 0 にしておく */
    will-change: height, opacity;
}


.faq-inner {
    padding: 14px 18px 18px;
    background: #fff;

}



/* フッター */

.site-footer {
    background: #6cb48c;
    /* 上段のグリーン */
    text-align: center;
    padding-top: 12px;
    font-size: 0.9rem;
    color: #fff;
}

.site-footer .footer-links {
    margin-bottom: 8px;
}

.site-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 4px;
    font-weight: 500;
}

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

.site-footer .copyright {
    background: #333;
    /* 下段のブラック */
    margin: 0;
    padding: 8px;
    font-size: 0.8rem;
    color: #fff;
}

/**--------------------------------
プライバシーポリシー&カンパニー
---------------------------------*/

#site-header {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

#site-header img {
    width: 150px;
    height: auto;
}

#privacy-container {
    padding: 48px 16px;
    background: #fff;
}

.privacy-heading {
    text-align: center;
}

#privacy-container h3,
#company-info h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 24px 0 12px;
    color: #2aa06a;
}

#privacy-container p,
#company-info p {
    margin: 0 0 20px 0;
}

/*--------------------------------
会社情報テーブル
---------------------------------*/

body#company,
body#thanks {
    min-height: 100svh;
    display: flex;
    flex-flow: column;
}

#company-info,
#thanks-container {
    padding: 0 1rem;
    padding-bottom: 60px;
    background: #fff;
}

#company-info table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.6;
}


#company-info th,
#company-info td {
    border: 1px solid #e0e0e0;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

#company-info th {
    background: #eaf6ef;
    font-weight: bold;
    color: #333;
    width: 28%;
}

#company-info td {
    background: #fff;
    color: #333;
}

#company-info a {
    color: #2aa06a;
    text-decoration: none;
}

#company-info a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #company-info table {
        font-size: 1rem;
    }
}

.site-footer {
    margin-top: auto;
}

/*--------------------------------
thanks ページ
---------------------------------*/

#thanks-back {
    margin: 2rem 0;
}

.thanks-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #3ea06f;
    margin: 2rem 0;
}
.thanks-text b {
    font-weight: bold;
    color: #3ea06f;
}
.thanks-text strong {
    background: linear-gradient(transparent 60%, #ffff55 30%);
}
#thanks-back a {
    text-decoration: none;
}

@media (max-width: 720px) {
    #thanks-back .btn-primary {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

#thanks-about {
    padding: 32px 16px;
    background: #eaf6ef;
}

#thanks-voices {
    padding: 32px 16px 0;
    background: #fff;
}

.thanks-case-price {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

.thanks-case-price-left {
    white-space: nowrap;
}

.thanks-case-card {
    background: #F5FBF9;
}

.thanks-case-card .voice-meta {
    margin-bottom: 20px;
}

.thanks-case-location {
    color: #3ea06f;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 12px 0 8px;
}

.thanks-case-sale {
    display: flex;
    align-items: flex-end;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: -10px;
}

@media (max-width: 600px) {
    .thanks-case-sale {
        font-size: 0.9rem;
    }
}

.thanks-case-sale strong {
    font-size: 2.4rem;
    color: #F96E25;
    font-weight: 800;
    line-height: 1;
    padding-right: 3px;
}

@media (max-width: 600px) {
    .thanks-case-sale strong {
        font-size: 1.7rem;
    }
}

.thanks-case-up img {
    width: 100%;
    height: auto;
    max-width: 212px;
    position: relative;
    right: -5%;
    top: -9px;
}

.thanks-case-rent {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (max-width: 600px) {
    .thanks-case-rent {
        font-size: 0.9rem;
    }
}

.thanks-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 10px;
}

@media (max-width: 720px) {
    .thanks-section-heading {
        font-size: 1.3rem;
    } 
} 

.thanks-section-card {
    margin: 12px auto 16px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    margin-bottom: 20px;
}

.thanks-section-logo {
    height: 1.4em;
    width: auto;
    vertical-align: middle;
}

/* フラッシュメッセージ */
.flash-message {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}

.flash-message.error {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.flash-message.success {
    background-color: #efe;
    color: #363;
    border: 1px solid #cfc;
}

.flash-message.info {
    background-color: #eef;
    color: #336;
    border: 1px solid #ccf;
}

/* ページTOP用フラッシュメッセージ */
.flash-message-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 15px 20px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.flash-message-top.error {
    background-color: #fee;
    color: #c33;
    border-bottom: 1px solid #fcc;
}

.flash-message-top.success {
    background-color: #efe;
    color: #363;
    border-bottom: 1px solid #cfc;
}

.flash-message-top.info {
    background-color: #eef;
    color: #336;
    border-bottom: 1px solid #ccf;
}