@charset "UTF-8";

/* ==========================================
   Voice ショーケース（トップ／一覧／料金ページ共通）
   実績バー＋大カード＋小カード＋一覧ボタン
========================================== */

/* voice showcase (トップ：実績バー＋大カード＋小カード)
----------------------------------------------- */
.voice-showcase {
    margin-top: 6vw;
}

/* 実績バー */
.voice-lead {
    text-align: center;
    font-size: 3.4vw;
    color: #8a7d76;
    line-height: 1.9;
    margin: 0 0 9vw;
}

.voice-achievements {
    display: flex;
    padding: 6vw 1.5vw;
    margin: 0 0 9vw;
    list-style: none;
    border-top: 1px solid #e6dcc4;
    border-bottom: 1px solid #e6dcc4;
}

.voice-achievements li {
    flex: 1;
    text-align: center;
    padding: 0 0.4vw;
}

.voice-achievements li + li {
    border-left: 1px solid #e6dcc4;
}

.voice-achievements .va-label {
    display: block;
    font-size: 2.5vw;
    color: #9b8e84;
    margin-bottom: 2.4vw;
    letter-spacing: 0;
    white-space: nowrap;
}

.voice-achievements .va-icon {
    width: 2.4vw;
    height: 2.4vw;
    vertical-align: -0.16em;
    margin-right: 0.25em;
    color: #b8945f;
}

.voice-achievements .va-value {
    display: block;
    font-size: 3vw;
    color: #8a7d76;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}

.voice-achievements .va-value strong {
    font-size: 6vw;
    color: #b8945f;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
}

.voice-achievements .va-value em {
    font-style: normal;
    color: #b8945f;
    margin-right: 0.1em;
}

.voice-achievements .va-value small {
    font-size: 2.3vw;
    color: #9b8e84;
}

/* 大カード */
.voice-feature {
    background: #fff;
    border: 1px solid #efe7e2;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 6vw;
    cursor: pointer;
}

.voice-feature-media {
    position: relative;
}

.voice-feature-media img {
    display: block;
    width: 100%;
    height: auto;
}

.voice-rank {
    position: absolute;
    top: 0;
    left: 0;
    background: #da7965;
    color: #fff;
    font-size: 2.9vw;
    font-weight: bold;
    padding: 1.5vw 3.4vw;
    border-bottom-right-radius: 10px;
    letter-spacing: 0.04em;
}

.voice-pill {
    position: absolute;
    top: 2.6vw;
    right: 2.6vw;
    background: rgba(255, 255, 255, 0.92);
    color: #8a7d76;
    font-size: 2.7vw;
    padding: 1.1vw 3.2vw;
    border-radius: 999px;
    border: 1px solid #ecdcd6;
}

.voice-feature-body {
    padding: 5.5vw 4.5vw 6vw;
}

.voice-feature-title {
    font-size: 4.6vw;
    font-weight: bold;
    color: #4a3f35;
    line-height: 1.55;
    margin: 0 0 4.5vw;
}

.voice-numbers {
    display: flex;
    gap: 2.5vw;
    list-style: none;
    margin: 0 0 5vw;
    padding: 0;
}

.voice-numbers li {
    flex: 1;
    background: #f7f3ee;
    border-radius: 8px;
    text-align: center;
    padding: 2.8vw 1vw;
}

.voice-numbers .vn-label {
    display: block;
    font-size: 2.7vw;
    color: #a89880;
    margin-bottom: 1.2vw;
}

.voice-numbers .vn-value {
    display: block;
    font-size: 5.2vw;
    font-weight: bold;
    color: #da7965;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}

.voice-feature-excerpt {
    font-size: 3.4vw;
    line-height: 1.95;
    color: #65606b;
    margin: 0 0 5.5vw;
}

.voice-read-btn {
    display: flex;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 1vw auto 0;
    align-items: center;
    gap: 0.4em;
    color: #da7965;
    font-size: 3.4vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1px solid #da7965;
    border-radius: 999px;
    padding: 2.6vw 7vw;
}

.voice-read-btn::after {
    content: "→";
}

/* 小カード */
.voice-mini-list {
    display: flex;
    flex-direction: column;
    gap: 3.5vw;
}

.voice-mini {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #efe7e2;
    border-radius: 12px;
    overflow: hidden;
    padding-right: 8vw;
    cursor: pointer;
}

.voice-mini-media {
    flex: 0 0 34%;
}

.voice-mini-media img {
    display: block;
    width: 100%;
    height: auto;
}

.voice-mini-body {
    flex: 1;
    padding: 3.2vw 2vw 3.2vw 3.6vw;
}

.voice-mini-title {
    font-size: 3.3vw;
    font-weight: bold;
    color: #4a3f35;
    line-height: 1.5;
    margin: 0 0 2.2vw;
}

.voice-mini-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6vw;
    list-style: none;
    margin: 0;
    padding: 0;
}

.voice-mini-numbers li {
    background: #f7f3ee;
    color: #da7965;
    font-weight: bold;
    font-size: 3vw;
    padding: 0.7vw 2.6vw;
    border-radius: 999px;
    font-family: 'Raleway', sans-serif;
}

.voice-mini-arrow {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    color: #c9bba6;
    font-size: 5.5vw;
    line-height: 1;
}

/* 一覧へ */
.voice-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    width: 72%;
    max-width: 480px;
    margin: 9vw auto 0;
    padding: 3.6vw 0;
    border: 1px solid #da7965;
    color: #da7965;
    background: #fff;
    border-radius: 999px;
    font-size: 3.6vw;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}

.voice-more-btn::after {
    content: "→";
}

.voice-more-btn:hover {
    background: #da7965;
    color: #fff;
}

.voice-empty {
    text-align: center;
    color: #8a7d76;
    font-size: 3.6vw;
    padding: 8vw 0;
}

@media screen and (min-width: 736px) {
    .voice-showcase {
        margin-top: 0;
    }

    .voice-lead {
        font-size: 15px;
        margin: 0 0 40px;
    }

    .voice-achievements {
        padding: 30px 10px;
        margin: 0 0 56px;
    }

    .voice-achievements li {
        padding: 0 12px;
    }

    .voice-achievements .va-label {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .voice-achievements .va-icon {
        width: 15px;
        height: 15px;
    }

    .voice-achievements .va-value {
        font-size: 15px;
    }

    .voice-achievements .va-value strong {
        font-size: 30px;
    }

    .voice-achievements .va-value small {
        font-size: 12px;
    }

    .voice-showcase-grid {
        display: flex;
        align-items: stretch;
        gap: 30px;
    }

    .voice-feature {
        flex: 0 0 48%;
        width: 48%;
        margin-bottom: 0;
    }

    .voice-rank {
        font-size: 13px;
        padding: 7px 16px;
        border-bottom-right-radius: 12px;
    }

    .voice-pill {
        top: 14px;
        right: 14px;
        font-size: 12px;
        padding: 5px 14px;
    }

    .voice-feature-body {
        padding: 24px 26px 28px;
    }

    .voice-feature-title {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .voice-numbers {
        gap: 12px;
        margin-bottom: 22px;
    }

    .voice-numbers li {
        padding: 12px 6px;
    }

    .voice-numbers .vn-label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .voice-numbers .vn-value {
        font-size: 25px;
    }

    .voice-feature-excerpt {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 24px;
    }

    .voice-read-btn {
        font-size: 14px;
        padding: 11px 34px;
        margin: 6px auto 0;
        transition: background 0.3s, color 0.3s;
    }

    .voice-read-btn:hover {
        background: #da7965;
        color: #fff;
    }

    .voice-mini-list {
        flex: 1;
        gap: 16px;
    }

    .voice-mini {
        flex: 1;
        padding-right: 36px;
        border-radius: 12px;
        transition: box-shadow 0.3s;
    }

    .voice-mini:hover {
        box-shadow: 0 6px 18px rgba(74, 63, 53, 0.08);
    }

    .voice-mini-media {
        flex: 0 0 32%;
    }

    .voice-mini-body {
        padding: 14px 10px 14px 18px;
    }

    .voice-mini-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .voice-mini-numbers {
        gap: 8px;
    }

    .voice-mini-numbers li {
        font-size: 13px;
        padding: 3px 12px;
    }

    .voice-mini-arrow {
        right: 14px;
        font-size: 22px;
    }

    .voice-more-btn {
        width: -webkit-fit-content;
        width: fit-content;
        padding: 14px 52px;
        font-size: 15px;
        margin: 46px auto 0;
    }
}


/* セクション枠（トップ／料金ページ共通の余白） */
.voice-section {
    margin: 0 auto 16vw;
}

@media screen and (min-width: 736px) {
    .voice-section {
        margin: 0 auto 90px;
    }
}
