@charset "UTF-8";

/* ===================================================
   実績セクション（Figma Frame 1618874989 / 3925:15851）
=================================================== */

.sales {
    background-color: #ffffff;
    padding: 60px 0;
}

.sales_inner {
    display: flex;
    flex-direction: column;
    gap: 42px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* ヘッダー */
.sales_head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
}

.sales_tagline {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #0076e5;
    white-space: nowrap;
}

.sales_heading {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
    color: #383b42;
    text-align: center;
    letter-spacing: 0.35px;
    white-space: nowrap;
}

.sales_sub {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #383b42;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}

/* 4カード（実績＋イラスト） */
.sales_cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    box-sizing: border-box;
}

.sales_card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px 4px;
    box-sizing: border-box;
}

.sales_card:not(:last-child) {
    border-right: 1px solid #d0d5dd;
}

/* 先頭カード上部ラベル＋ドット */
.sales_card_label {
    margin: 0;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #26272b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.sales_card_label_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 4px;
}

.sales_card_label_dots span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #26272b;
    flex-shrink: 0;
}

.sales_card_label_underline {
    display: inline-block;
    border-bottom: 3px solid #0076e5;
    padding-bottom: 2px;
    line-height: 1.4;
}

.sales_card_label_latin {
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

/* 数値行 */
.sales_card_figures {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    margin: 6px 0 10px;
    min-height: 56px;
}

.sales_card_figures--consult {
    align-items: flex-end;
    gap: 2px;
}

.sales_card_vert {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #26272b;
    letter-spacing: 0.02em;
    margin-right: 4px;
    padding-bottom: 4px;
}

.sales_card_value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #0076e5;
}

.sales_card_value--gradient {
    background: linear-gradient(124deg, #b0e7ff 0%, #3ebaff 40%, #0076e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0076e5;
}

.sales_card_unit {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #26272b;
    white-space: nowrap;
    padding-bottom: 6px;
    margin-left: 4px;
}

.sales_card_figures--consult .sales_card_unit {
    margin-left: 6px;
}

.sales_card_unit_slash {
    font-weight: 600;
}

.sales_card_figures--percent {
    align-items: flex-end;
    gap: 0;
}

.sales_card_figures--percent .sales_card_value {
    margin-right: 0;
}

.sales_card_pct {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0076e5;
    padding-bottom: 5px;
    margin-left: 2px;
}

.sales_card_suffix {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #26272b;
    padding-bottom: 6px;
    margin-left: 6px;
    white-space: nowrap;
}

/* イラスト */
.sales_card_art {
    width: 100%;
    max-width: 270px;
    min-height: 160px;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sales_card_art img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.sales_card_art--chart img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
}

.sales_card_art--burden img {
    max-width: 100%;
}

/* ===================================================
   レスポシブ（2×2）
=================================================== */
@media screen and (max-width: 768px) {
    .sales {
        padding: 40px 0;
    }

    .sales_inner {
        gap: 28px;
        padding: 0 20px;
    }

    .sales_head {
        gap: 10px;
    }

    .sales_tagline {
        font-size: 13px;
        white-space: normal;
    }

    .sales_heading {
        font-size: 22px;
        white-space: normal;
        letter-spacing: 0;
    }

    .sales_sub {
        font-size: 13px;
        white-space: normal;
    }

    .sales_cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        width: 100%;
    }

    .sales_card {
        padding: 16px 10px 20px;
        border-right: none;
    }

    .sales_card:not(:last-child) {
        border-right: none;
    }

    .sales_card:nth-child(1) {
        border-right: 1px solid #d0d5dd;
        border-bottom: 1px solid #d0d5dd;
    }

    .sales_card:nth-child(2) {
        border-bottom: 1px solid #d0d5dd;
    }

    .sales_card:nth-child(3) {
        border-right: 1px solid #d0d5dd;
    }

    .sales_card_label {
        font-size: 12px;
        gap: 4px;
    }

    .sales_card_label_dots {
        gap: 7px;
    }

    .sales_card_value {
        font-size: 34px;
    }

    .sales_card_pct {
        font-size: 20px;
        padding-bottom: 4px;
    }

    .sales_card_suffix,
    .sales_card_unit {
        font-size: 12px;
        padding-bottom: 4px;
    }

    .sales_card_vert {
        font-size: 13px;
        margin-right: 2px;
    }

    .sales_card_figures {
        min-height: 40px;
        margin: 0px 0;
    }

    .sales_card_art {
        min-height: 120px;
        max-width: none;
    }

    .sales_card_art img {
        max-height: 150px;
    }

    .sales_card_art--chart img {
        max-width: 100%;
        max-height: 150px;
    }
}

/* sales直下 CTA画像 */
.sales_image_cta {
    padding: 0 0 56px;
    background: #fff;
}

.sales_image_cta_inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.sales_image_cta_link {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .sales_image_cta_link:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 61, 128, 0.22);
    }
}

.sales_image_cta_link img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .sales_image_cta {
        padding: 0 0 44px;
    }

    .sales_image_cta_inner {
        padding: 0 20px;
    }

    .sales_image_cta_link {
        border-radius: 14px;
    }
}
