.se-brand-system {
    padding: 120px 20px;
    background: #f4f7fa;
    overflow: hidden;
}


.se-brand-system__inner {
    max-width: 1320px;
    margin: 0 auto;
}


.se-brand-system__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #2e6bff;
}


.se-brand-system__title {
    margin: 0;
    font-size: 60px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #183153;
}


.se-brand-system__desc {
    margin: 18px 0 0;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #5b6b84;
}


.se-brand-system__visual {
    text-align: center;
    margin-bottom: 80px;
}


.se-brand-system__diagram {
    max-width: 760px;
    margin: 0 auto;
}


.se-brand-system__diagram img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.se-brand-system__copy {
    margin: 32px 0 0;
    font-size: 32px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #1d1d1f;
}


.se-brand-system__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}


.se-brand-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(14, 35, 77, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.se-brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(14, 35, 77, 0.14);
}


.se-brand-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    color: #fff;
}


.se-brand-card__num {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    opacity: 0.98;
}


.se-brand-card__top h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
}


.se-brand-card__body {
    padding: 28px 26px 32px;
}


.se-brand-card__summary {
    margin: 0;
    min-height: 62px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #27364d;
}


.se-brand-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin: 18px 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3eaf3;
}


.se-brand-card__icon img {
    max-width: 74px;
    max-height: 74px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}


.se-brand-card__list {
    margin: 0;
    padding-left: 18px;
}


.se-brand-card__list li {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #4c5d76;
}


.se-brand-card--teal .se-brand-card__top {
    background: linear-gradient(135deg, #1ab0c7 0%, #0f91ab 100%);
}


.se-brand-card--sky .se-brand-card__top {
    background: linear-gradient(135deg, #34c5ef 0%, #239fe0 100%);
}


.se-brand-card--blue .se-brand-card__top {
    background: linear-gradient(135deg, #4d8ee0 0%, #2e6bff 100%);
}


.se-brand-card--deep .se-brand-card__top {
    background: linear-gradient(135deg, #0f7391 0%, #0a5a74 100%);
}


@media (max-width: 1280px) {
    .se-brand-system__title {
        font-size: 50px;
    }


    .se-brand-system__desc {
        font-size: 20px;
    }


    .se-brand-system__copy {
        font-size: 26px;
    }


    .se-brand-system__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 991px) {
    .se-brand-system {
        padding: 90px 20px;
    }


    .se-brand-system__title {
        font-size: 42px;
    }


    .se-brand-system__desc {
        font-size: 18px;
    }


    .se-brand-system__diagram {
        max-width: 620px;
    }


    .se-brand-card__top h3 {
        font-size: 26px;
    }


    .se-brand-card__summary {
        font-size: 18px;
    }


    .se-brand-card__list li {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .se-brand-system {
        padding: 70px 16px;
    }


    .se-brand-system__eyebrow {
        font-size: 11px;
        letter-spacing: 0.14em;
    }


    .se-brand-system__title {
        font-size: 32px;
    }


    .se-brand-system__desc {
        font-size: 16px;
        line-height: 1.6;
    }


    .se-brand-system__visual {
        margin-bottom: 46px;
    }


    .se-brand-system__diagram {
        max-width: 100%;
    }


    .se-brand-system__copy {
        margin-top: 22px;
        font-size: 20px;
        line-height: 1.5;
    }


    .se-brand-system__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .se-brand-card {
        border-radius: 20px;
    }


    .se-brand-card__top {
        padding: 18px 20px;
    }


    .se-brand-card__num {
        font-size: 28px;
    }


    .se-brand-card__top h3 {
        font-size: 22px;
    }


    .se-brand-card__body {
        padding: 22px 20px 26px;
    }


    .se-brand-card__summary {
        min-height: auto;
        font-size: 17px;
    }


    .se-brand-card__icon {
        height: 84px;
        margin: 14px 0 14px;
        padding-bottom: 14px;
    }


    .se-brand-card__icon img {
        max-width: 56px;
        max-height: 56px;
    }


    .se-brand-card__list li {
        margin-top: 8px;
        font-size: 15px;
    }
}


.brand-identity-pill-wrap {
    margin-top: 30px;
}


.brand-identity-pill-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 34px;
}


.brand-identity-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #081a44 0%, #0d2f73 55%, #15489d 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    box-shadow: 0 10px 24px rgba(8, 21, 55, 0.18);
}


@media screen and (max-width: 991px) {
    .brand-identity-pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
    }


    .brand-identity-pill {
        height: 64px;
        font-size: 20px;
        border-radius: 16px;
    }
}


@media screen and (max-width: 767px) {
    .brand-identity-pill-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }


    .brand-identity-pill {
        height: 58px;
        font-size: 17px;
        border-radius: 14px;
    }
}




.space-branding-slider-wrap {
    margin-top: 45px;
}


.spaceBrandingSwiper {
    overflow: hidden;
}


.space-branding-slide-item {
    background: #f2f2f2;
    padding: 8px;
}


.space-branding-slide-item img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}


@media screen and (max-width: 991px) {
    .space-branding-slider-wrap {
        margin-top: 35px;
    }


    .space-branding-slide-item img {
        height: 220px;
    }
}


@media screen and (max-width: 767px) {
    .space-branding-slide-item {
        padding: 6px;
    }


    .space-branding-slide-item img {
        height: 200px;
    }
}




.space-branding-pill-wrap {
    margin-top: 30px;
}


.space-branding-pill-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 34px;
}


.space-branding-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f3f3f3 0%, #e2e2e2 50%, #d6d6d6 100%);
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


@media screen and (max-width: 991px) {
    .space-branding-pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
    }


    .space-branding-pill {
        height: 64px;
        font-size: 20px;
        border-radius: 16px;
    }
}


@media screen and (max-width: 767px) {
    .space-branding-pill-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }


    .space-branding-pill {
        height: 58px;
        font-size: 17px;
        border-radius: 14px;
    }
}




.se-report-showcase {
    padding: 120px 0;
    background: #f7f8fb;
}


.se-report-showcase__head {
    text-align: center;
}


.se-report-showcase__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #2e6bff;
}


.se-report-showcase__title {
    margin: 0;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #111;
}


.se-report-showcase__headline {
    margin: 28px 0 0;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #1d1d1f;
}


.se-report-showcase__desc {
    margin: 22px 0 0;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #555;
}


.se-report-showcase__badge-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}


.se-report-showcase__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dfe5ef;
    font-size: 17px;
    font-weight: 600;
    color: #23344d;
    box-shadow: 0 8px 20px rgba(18, 34, 66, 0.06);
}


.se-report-showcase__card {
    max-width: 1400px;
    margin: 56px auto 0;
    padding: 26px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 31, 61, 0.10);
}


.se-report-showcase__card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 22px;
}


.se-report-showcase__card-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #2e6bff;
}


.se-report-showcase__card-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111;
}


.se-report-showcase__image {
    overflow: hidden;
    border-radius: 20px;
    background: #eef2f8;
}


.se-report-showcase__image img {
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 991px) {
    .se-report-showcase {
        padding: 90px 0;
    }


    .se-report-showcase__title {
        font-size: 42px;
    }


    .se-report-showcase__headline {
        font-size: 30px;
    }


    .se-report-showcase__desc {
        font-size: 19px;
    }


    .se-report-showcase__card {
        padding: 20px;
        border-radius: 22px;
    }


    .se-report-showcase__card-title {
        font-size: 24px;
    }
}


@media screen and (max-width: 767px) {
    .se-report-showcase {
        padding: 70px 0;
    }


    .se-report-showcase__eyebrow {
        font-size: 11px;
        letter-spacing: 0.14em;
    }


    .se-report-showcase__title {
        font-size: 32px;
    }


    .se-report-showcase__headline {
        margin-top: 18px;
        font-size: 22px;
        line-height: 1.5;
    }


    .se-report-showcase__desc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.7;
    }


    .se-report-showcase__badge-wrap {
        gap: 10px;
        margin-top: 28px;
    }


    .se-report-showcase__badge {
        height: 44px;
        padding: 0 18px;
        font-size: 14px;
    }


    .se-report-showcase__card {
        margin-top: 38px;
        padding: 14px;
        border-radius: 18px;
    }


    .se-report-showcase__card-top {
        margin-bottom: 14px;
    }


    .se-report-showcase__card-label {
        font-size: 11px;
    }


    .se-report-showcase__card-title {
        font-size: 20px;
    }


    .se-report-showcase__image {
        border-radius: 14px;
    }
}
















.dist-page {
    background: #f7f4f6;
    color: #222;
    overflow: hidden;
}


.dist-page * {
    box-sizing: border-box;
    word-break: keep-all;
}


.dist-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}


.dist-container--narrow {
    max-width: 1180px;
}


.dist-section-head {
    text-align: center;
    margin-bottom: 48px;
}


.dist-section-head h3 {
    margin: 0;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #1f1f1f;
}


.dist-section-head p {
    margin: 16px 0 0;
    font-size: 20px;
    line-height: 1.7;
    color: #555;
}


.dist-section-head--white h3,
.dist-section-head--white p {
    color: #fff;
}


.dist-hero {
    padding: 80px 0 70px;
    position: relative;
}


.dist-hero__title-wrap {
    text-align: center;
}


.dist-hero__title {
    margin: 0;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.06em;
    color: #e34aa5;
}


.dist-hero__title span {
    color: #ff9a1f;
    position: relative;
}


.dist-hero__question {
    margin: 14px auto 0;
    font-size: 180px;
    font-weight: 900;
    line-height: 0.9;
    color: #13295c;
}


.dist-hero__reason-box {
    max-width: 1080px;
    margin: 24px auto 0;
    padding: 42px 40px;
    border-radius: 28px;
    background: linear-gradient(135deg, #da42a0 0%, #c83a95 100%);
    color: #fff;
    text-align: center;
}


.dist-hero__reason-box h3 {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.04em;
}


.dist-hero__reason-box ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


.dist-hero__reason-box li {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}


.dist-intro {
    padding: 56px 0 84px;
    background: linear-gradient(180deg, #d33a9e 0%, #ca3c97 100%);
    position: relative;
}


.dist-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
}


.dist-intro-card {
    background: #f6e7a9;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}


.dist-intro-card__thumb {
    padding: 14px 14px 0;
}


.dist-intro-card__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
}


.dist-intro-card__body {
    padding: 16px 18px 24px;
    text-align: center;
}


.dist-intro-card__body strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #3b7f00;
}


.dist-intro-card__body p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #47361a;
}


.dist-bubble-list {
    max-width: 780px;
    margin: 54px auto 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}


.dist-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 34px;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}


.dist-bubble--green {
    background: linear-gradient(135deg, #42c79c 0%, #2fae87 100%);
    width: 60%;
}


.dist-bubble--purple {
    background: linear-gradient(135deg, #7a1fff 0%, #5f15d9 100%);
    width: 60%;
}


.dist-bubble--orange {
    background: linear-gradient(135deg, #ff7a3c 0%, #eb5630 100%);
    width: 60%;
}


.dist-compare {
    padding: 90px 0 100px;
}


.dist-compare__title {
    max-width: 880px;
    margin: 0 auto 34px;
    padding: 24px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #64004b 0%, #4d0040 100%);
    color: #fff;
    text-align: center;
}


.dist-compare__title span {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.9;
}


.dist-compare__title h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.05em;
}



.dist-compare__sub {
    max-width: 900px;
    margin: 0 auto 24px;
    text-align: center;
}


.dist-compare__sub-title {
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #6b9f00;
}


.dist-compare__sub-text {
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.75;
    color: #444;
}


.dist-compare__box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    gap: 22px;
    align-items: stretch;
}


.dist-compare-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}


.dist-compare-card--dark {
    background: linear-gradient(135deg, #7b0063 0%, #5f004e 100%);
    color: #fff;
}


.dist-compare-card--light {
    background: linear-gradient(135deg, #6d005e 0%, #7a0068 100%);
    color: #fff;
}


.dist-compare-card__thumb {
    padding: 16px 16px 0;
}


.dist-compare-card__thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}


.dist-compare-card__body {
    flex: 1;
    padding: 18px 20px 22px;
}


.dist-compare-card__body h4 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}


.dist-compare-card__body ul {
    margin: 0;
}


.dist-compare-card__body li {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.dist-compare-card__body li:last-child {
    color: #ffe779;
    font-weight: bold;
}




.dist-compare__vs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: 100% auto 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5eb3 0%, #cd2e9a 100%);
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(205, 46, 154, 0.28);
}


.dist-market {
    padding: 20px 0 96px;
}


.dist-market__row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: center;
}


.dist-market__visual {
    position: relative;
    min-height: 520px;
}


.dist-market__visual-bg {
    position: absolute;
    inset: 40px auto auto 0;
    width: 78%;
    height: 76%;
    border-radius: 28px;
    background: linear-gradient(135deg, #c3219a 0%, #a81582 100%);
}


.dist-market__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 90%;
    margin: 70px auto 0;
    border-radius: 24px;
}


.dist-market__content h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #de2a99;
}


.dist-market__content p {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.8;
    color: #444;
}


.dist-market__content strong {
    display: block;
    margin-top: 22px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.45;
    color: #1f1f1f;
}


.dist-market__headline {
    margin-top: 60px;
    padding: 24px 20px;
    border-radius: 28px;
    background: linear-gradient(135deg, #d3469f 0%, #c73995 100%);
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    letter-spacing: -0.04em;
}

.dist-market__headline span {
    color: #ffd65f;
}

.dist-market__headline h3 {
    margin: 0; font-weight: bold;
}

.dist-market__channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
}


.dist-market__channel-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}


.dist-process {
    padding: 30px 0 90px;
}


.dist-process__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}


.dist-process__item img {
    display: block;
    width: 100%;
    aspect-ratio: 0.62 / 1;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}


.dist-formula {
    padding: 30px 0 100px;
}


.dist-formula__wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}


.dist-formula__visual {
    position: relative;
    padding-left: 56px;
}


.dist-formula__side {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    font-size: 54px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #c41f97;
}


.dist-formula__visual > img {
    display: block;
    width: 100%;
    border-radius: 26px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
}


.dist-formula__sub-image {
    margin-top: 22px;
    max-width: 82%;
}


.dist-label-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #cc29a1 0%, #a51c84 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}


.dist-check-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}


.dist-check-list li {
    position: relative;
    margin-top: 14px;
    padding-left: 22px;
    font-size: 20px;
    line-height: 1.7;
    color: #373737;
}


.dist-check-list li::before {
    content: "กค";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff9a1f;
    font-weight: 900;
}



.dist-studio {
    padding: 90px 0 100px;
    background: #f3f1f2;
}


.dist-studio__head {
    position: relative;
    margin: 0 auto 34px;
    padding: 34px 30px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #d147a1 0%, #c83e98 100%);
    text-align: center;
    overflow: hidden;
}


.dist-studio__head h3 {
    margin: 0;
    line-height: 1.28;
    letter-spacing: -0.05em;
}


.dist-studio__head-top,
.dist-studio__head-bottom {
    display: block;
    font-size: 34px;
    font-weight: 800;
}


.dist-studio__head-top {
    color: #ffe85a;
}


.dist-studio__head-bottom {
    color: #fff;
}


.dist-studio__dots {
    position: absolute;
    top: 18px;
    left: 26px;
    width: 38px;
    height: 38px;
    background-image: radial-gradient(rgba(255,255,255,0.95) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    background-position: 0 0;
    opacity: 0.95;
}


.dist-studio__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}


.dist-studio__divider {
    width: 1px;
    height: 100%;
    min-height: 210px;
    background-image: linear-gradient(to bottom, #b9b3b7 45%, rgba(0, 0, 0, 0) 0%);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    background-position: center top;
}


.dist-studio__grid--four {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}


.dist-studio__grid--two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}


.dist-studio__grid--four .dist-studio__item,
.dist-studio__grid--two .dist-studio__item {
    height: 220px;
    overflow: hidden;
    background: #e9e9e9;
}


.dist-studio__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.dist-studio__label-wrap {
    text-align: center;
    margin-top: 12px;
}


.dist-studio__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    background: #4b63b7;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
}


@media (max-width: 991px) {
    .dist-studio {
        padding: 70px 0 80px;
    }


    .dist-studio__head {
        margin-bottom: 24px;
        padding: 28px 24px 24px;
    }


    .dist-studio__head-top,
    .dist-studio__head-bottom {
        font-size: 28px;
    }


    .dist-studio__body {
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .dist-studio__divider {
        display: none;
    }


    .dist-studio__col--people {
        padding-top: 4px;
    }
}

.dist-small-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 18px;
    margin-top: 16px;
    border-radius: 999px;
    background: #4b58a8;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


.dist-benefits {
    padding: 92px 0;
}


.dist-section-head h3 span {
    color: #e22b98;
}


.dist-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #d7439e 0%, #c53696 100%);
}


.dist-benefit {
    text-align: center;
}


.dist-benefit img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 0.75;
    object-fit: cover;
    border-radius: 10px;
}


.dist-benefit p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: #fff;
}


.dist-growth {
    padding: 10px 0 94px;
}


.dist-growth__wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: center;
}


.dist-mini-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #db53a5 0%, #b7278d 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}


.dist-growth__left h3 {
    margin: 16px 0 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.05em;
    color: #d92898;
}


.dist-growth__left p {
    margin: 24px 0 0;
    font-size: 19px;
    line-height: 1.85;
    color: #444;
}


.dist-growth__right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}


.dist-growth-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, #d9369f 0%, #b81f8d 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 36px rgba(184, 31, 141, 0.18);
}


.dist-growth-box strong {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.05em;
}


.dist-growth-box span {
    display: block;
    margin-top: 12px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.05em;
}


.dist-services {
    padding: 10px 0 100px;
}


.dist-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(135deg, #d7429f 0%, #c03293 100%);
}


.dist-service-card {
    padding: 28px 24px 26px;
    border-radius: 18px;
    background: #fff;
}


.dist-service-card__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d63f9f 0%, #bb268f 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}


.dist-service-card ul {
    margin: 0;
    padding-left: 2px;
}


.dist-service-card li {
    margin-top: 10px;
    font-size: 18px;
     font-weight: 700;
    line-height: 1.65;
    color: #333;
}


.dist-cta {
    padding: 50px 0 0;
}


.dist-cta__wrap {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 34px;
    align-items: center;
}


.dist-cta__content {
    padding-left: 24px;
    border-left: 4px solid #ef9fd0;
}


.dist-cta__content h3 {
    margin: 0 0 70px;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #d72b99;
}


.dist-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 220px;
}


.dist-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f6a3d4 0%, #d9419f 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(217, 65, 159, 0.18);
}

.dist-cta__btn:hover {
    color: #b8119e;
}

.dist-cta__monitor img {
    display: block;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
}


.dist-bottom-band {
    position: relative;
    padding: 32px 0 36px;
    background: linear-gradient(135deg, #d845a1 0%, #c33495 100%);
    color: #fff;
}


.dist-bottom-band .dist-container {
    position: relative;
}


.dist-bottom-band p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}


.dist-bottom-band__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}


.dist-bottom-band__chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffd65f;
    color: #8c2662;
    font-size: 18px;
    font-weight: 800;
}


.dist-deco-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.95);
}


.dist-deco-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


.dist-deco-arrow--left {
    left: -14px;
}


.dist-deco-arrow--left::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}


.dist-deco-arrow--right {
    right: -14px;
}


.dist-deco-arrow--right::before {
    transform: translate(-65%, -50%) rotate(45deg);
}


.dist-deco-arrow--mini-left,
.dist-deco-arrow--mini-right {
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: rgba(255, 193, 7, 0.95);
}


.dist-deco-arrow--mini-left {
    left: auto;
    right: 44px;
}


.dist-deco-arrow--mini-right {
    right: 12px;
}


@media (max-width: 1280px) {
    .dist-hero__title {
        font-size: 58px;
    }


    .dist-hero__question {
        font-size: 150px;
    }


    .dist-market__content h3 {
        font-size: 40px;
    }


    .dist-growth__left h3 {
        font-size: 40px;
    }


    .dist-growth-box strong,
    .dist-growth-box span {
        font-size: 28px;
    }


    .dist-cta__content h3 {
        font-size: 56px;
    }
}


@media (max-width: 991px) {
    .dist-container {
        padding: 0 20px;
    }


    .dist-section-head h3 {
        font-size: 40px;
    }


    .dist-hero__title {
        font-size: 46px;
    }


    .dist-hero__question {
        font-size: 120px;
    }


    .dist-hero__reason-box h3 {
        font-size: 28px;
    }


    .dist-hero__reason-box li,
    .dist-section-head p,
    .dist-market__content p,
    .dist-check-list li {
        font-size: 17px;
    }


    .dist-intro__grid,
    .dist-market__channel-grid,
    .dist-studio__grid,
    .dist-services__grid {
        grid-template-columns: 1fr;
    }


    .dist-process__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .dist-compare__sub,
    .dist-market__row,
    .dist-formula__wrap,
    .dist-growth__wrap,
    .dist-cta__wrap {
        grid-template-columns: 1fr;
    }


    .dist-compare__box {
        grid-template-columns: 1fr;
    }


    .dist-compare__vs {
        width: 84px;
        height: 84px;
        font-size: 28px;
         margin: 0 auto;
    }


    .dist-market__visual {
        min-height: auto;
    }


    .dist-market__visual img {
        width: 100%;
    }


    .dist-market__content h3,
    .dist-growth__left h3 {
        font-size: 34px;
    }


    .dist-market__headline {
        font-size: 24px;
    }


    .dist-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .dist-growth__right {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .dist-cta__content {
        padding-left: 18px;
    }


    .dist-cta__content h3 {
        font-size: 44px;
    }


    .dist-cta__monitor img {
        margin: 0 auto;
    }


    .dist-deco-arrow--left {
        left: -6px;
    }


    .dist-deco-arrow--right {
        right: -6px;
    }


    .dist-studio__body {
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .dist-studio__divider {
        display: none;
    }


    .dist-studio__grid--four .dist-studio__item,
    .dist-studio__grid--two .dist-studio__item {
        height: 180px;
    }
}


@media (max-width: 767px) {
    .dist-hero {
        padding: 56px 0 50px;
    }


    .dist-section-head {
        margin-bottom: 32px;
    }


    .dist-section-head h3 {
        font-size: 30px;
    }


    .dist-section-head p {
        font-size: 15px;
        line-height: 1.7;
    }


    .dist-hero__title {
        font-size: 32px;
        line-height: 1.25;
    }


    .dist-hero__question {
        font-size: 82px;
    }


    .dist-hero__reason-box {
        padding: 28px 20px;
        border-radius: 20px;
    }


    .dist-hero__reason-box h3 {
        font-size: 22px;
    }


    .dist-hero__reason-box li {
        font-size: 14px;
    }


    .dist-intro,
    .dist-compare,
    .dist-market,
    .dist-process,
    .dist-formula,
    .dist-studio,
    .dist-benefits,
    .dist-growth,
    .dist-services {
        padding-top: 56px;
        padding-bottom: 56px;
    }


    .dist-intro__grid,
    .dist-process__grid,
    .dist-benefits__grid,
    .dist-growth__right {
        grid-template-columns: 1fr;
    }




    .dist-studio {
        padding: 54px 0 60px;
    }


    .dist-studio__head {
        border-radius: 16px;
        padding: 22px 18px 20px;
    }


    .dist-studio__dots {
        top: 14px;
        left: 16px;
        width: 28px;
        height: 28px;
        background-size: 9px 9px;
    }


    .dist-studio__head-top,
    .dist-studio__head-bottom {
        font-size: 22px;
        line-height: 1.35;
    }


    .dist-studio__grid--four {
        gap: 4px;
    }


    .dist-studio__grid--two {
        gap: 4px;
    }


    .dist-studio__label {
        min-width: 96px;
        height: 30px;
        font-size: 13px;
    }

    .dist-bubble {
        width: 100%;
        min-height: 50px;
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 16px;
    }


    .dist-compare__title {
        padding: 18px 16px;
        border-radius: 18px;
    }


    .dist-compare__title span {
        font-size: 14px;
    }


    .dist-compare__title h3 {
        font-size: 24px;
    }



    .dist-compare__sub-title {
        font-size: 26px;
    }


    .dist-compare__sub-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .dist-compare-card__body li,
    .dist-market__content p,
    .dist-growth__left p,
    .dist-service-card li {
        font-size: 14px;
        line-height: 1.7;
    }


    .dist-compare-card__body h4 {
        font-size: 18px;
    }


    .dist-market__content h3,
    .dist-growth__left h3 {
        font-size: 26px;
    }


    .dist-market__content strong,
    .dist-growth-box strong,
    .dist-growth-box span {
        font-size: 22px;
    }


    .dist-market__headline {
        margin-top: 36px;
        padding: 18px 14px;
        font-size: 18px;
        border-radius: 18px;
    }

    .dist-formula__visual {
        padding-left: 0;
    }


    .dist-formula__side {
        display: none;
    }


    .dist-label-pill {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }


    .dist-check-list li {
        margin-top: 10px;
        font-size: 14px;
    }


    .dist-benefits__grid,
    .dist-services__grid {
        padding: 16px;
        border-radius: 18px;
    }


    .dist-service-card {
        padding: 20px 16px;
    }


    .dist-growth-box {
        min-height: 150px;
        padding: 18px;
        border-radius: 18px;
    }


    .dist-cta__wrap {
        gap: 20px;
    }


    .dist-cta__content {
        border-left-width: 3px;
    }


    .dist-cta__content h3 {
        font-size: 34px;
        margin-bottom: 18px;
    }


    .dist-cta__btn {
        min-height: 48px;
        font-size: 16px;
    }


    .dist-bottom-band {
        padding: 24px 0 28px;
    }


    .dist-bottom-band p {
        font-size: 15px;
    }


    .dist-bottom-band__chips span {
        min-height: 30px;
        font-size: 12px;
    }


    .dist-deco-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }


    .dist-deco-arrow::before {
        width: 8px;
        height: 8px;
    }


    .dist-deco-arrow--mini-left,
    .dist-deco-arrow--mini-right {
        display: none;
    }
}




.db-performance-section {
  width: 100%;
  padding: 90px 0 100px;
  box-sizing: border-box;
}


.db-performance-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


.db-performance-head {
  margin-bottom: 52px;
}


.db-performance-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 34px;
  border: 2px solid #ff5a00;
  border-radius: 999px;
  color: #ff5a00;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
}


.db-performance-badge-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}


.db-performance-badge-icon:before,
.db-performance-badge-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #ff5a00;
  border-radius: 2px 2px 0 0;
}


.db-performance-badge-icon:before {
  left: 0;
  width: 4px;
  height: 10px;
}


.db-performance-badge-icon:after {
  left: 7px;
  width: 4px;
  height: 16px;
}


.db-performance-badge-icon {
  box-shadow: inset -7px 0 0 0 #ff5a00;
  clip-path: inset(0 0 0 0 round 2px);
}


.db-performance-title {
  margin: 34px 0 22px;
  font-size: 76px;
  line-height: 1.16;
  font-weight: 800;
  color: #0e1525;
  letter-spacing: -0.04em;
  word-break: keep-all;
}


.db-performance-desc {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  color: #6d7482;
  word-break: keep-all;
}


.db-performance-table-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 36px 36px 34px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 720px;
}


.db-performance-table-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}


.db-performance-table-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}


.db-performance-table-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #8b93a1;
}


.db-performance-table-image {
  overflow: hidden;
  border: 2px solid #e4e8ef;
  border-radius: 20px;
  background: #fff;
}


.db-performance-table-image img {
  display: block;
  width: 100%;
  height: auto;
}


.db-performance-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}


.db-performance-kpi-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 26px 24px 28px;
  box-sizing: border-box;
  text-align: center;
}


.db-performance-kpi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #fff3eb;
}


.db-performance-kpi-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}


.db-performance-kpi-number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin-bottom: 14px;
  color: #ff5a00;
  line-height: 1;
  flex-wrap: wrap;
}


.db-performance-kpi-number .timer {
  font-size: 74px;
  font-weight: 800;
  letter-spacing: -0.05em;
}


.db-performance-kpi-number > span:not(.timer) {
  font-size: 40px;
  font-weight: 800;
}


.db-performance-kpi-number-range .timer {
  font-size: 74px;
}


.db-performance-kpi-number-range > span:not(.timer) {
  font-size: 40px;
  font-weight: 800;
}


.db-performance-kpi-number-range em {
  margin: 0 6px;
  color: #ff5a00;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}


.db-performance-kpi-text {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  color: #111827;
  word-break: keep-all;
}


.db-performance-foot {
  margin-top: 38px;
}


.db-performance-foot p {
  margin: 0;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  color: #555f6f;
  word-break: keep-all;
}


.db-performance-foot p span {
  color: #ff5a00;
  font-weight: 800;
}


@media (max-width: 1199px) {
  .db-performance-title {
    font-size: 60px;
  }


  .db-performance-desc {
    font-size: 20px;
  }


  .db-performance-kpi-number .timer {
    font-size: 68px;
  }


  .db-performance-kpi-number > span:not(.timer) {
    font-size: 32px;
  }


.db-performance-kpi-number-range .timer {
  font-size: 68px;
}


.db-performance-kpi-number-range > span:not(.timer) {
  font-size: 32px;
}


  .db-performance-kpi-text {
    font-size: 18px;
  }
}


@media (max-width: 991px) {
  .db-performance-section {
    padding: 70px 0 80px;
  }


  .db-performance-title {
    font-size: 46px;
  }


  .db-performance-desc {
    font-size: 18px;
  }


  .db-performance-table-card {
    padding: 24px;
    border-radius: 22px;
  }


  .db-performance-table-head {
    margin-bottom: 18px;
  }


  .db-performance-kpi-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }


  .db-performance-foot p {
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .db-performance-section {
    padding: 56px 0 64px;
  }


  .db-performance-inner {
    padding: 0 16px;
  }


  .db-performance-head {
    margin-bottom: 34px;
  }


  .db-performance-badge {
    min-height: 46px;
    padding: 0 20px;
    font-size: 15px;
    gap: 8px;
  }


  .db-performance-title {
    margin: 24px 0 16px;
    font-size: 32px;
  }


  .db-performance-desc {
    font-size: 15px;
    line-height: 1.6;
  }


  .db-performance-table-card {
    padding: 18px;
    border-radius: 18px;
  }


  .db-performance-table-head {
    gap: 8px;
  }


  .db-performance-table-head h3 {
    font-size: 22px;
  }


  .db-performance-table-head p {
    font-size: 14px;
  }


  .db-performance-table-image {
    border-radius: 14px;
  }


  .db-performance-kpi-card {
    padding: 24px 16px;
    border-radius: 18px;
  }


  .db-performance-kpi-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
  }


  .db-performance-kpi-icon img {
    width: 24px;
    height: 24px;
  }


  .db-performance-kpi-number .timer {
    font-size: 56px;
  }


  .db-performance-kpi-number > span:not(.timer) {
    font-size: 26px;
  }


.db-performance-kpi-number-range .timer {
  font-size: 56px;
}


.db-performance-kpi-number-range > span:not(.timer) {
  font-size: 26px;
}




  .db-performance-kpi-number-range em {
    font-size: 24px;
    margin: 0 4px;
  }


  .db-performance-kpi-text {
    font-size: 17px;
  }


  .db-performance-foot {
    margin-top: 26px;
  }


  .db-performance-foot p {
    font-size: 16px;
    line-height: 1.7;
  }
}




.success-case-section {
  width: 100%;
  padding: 90px 0 100px;
  box-sizing: border-box;
}


.success-case-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


.success-case-head {
  margin-bottom: 56px;
}


.success-case-subtitle {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 38px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.7);
}


.success-case-subtitle:before,
.success-case-subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 1px;
  background: rgba(255,255,255,0.45);
}


.success-case-subtitle:before {
  left: 0;
}


.success-case-subtitle:after {
  right: 0;
}


.success-case-title {
  margin: 0 0 18px;
  font-size: 66px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  word-break: keep-all;
}


.success-case-desc {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  word-break: keep-all;
}


.success-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}


.success-case-card {
  padding: 18px 18px 24px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
  box-sizing: border-box;
}


.success-case-thumb {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(0,0,0,0.18);
  overflow: hidden;
  box-sizing: border-box;
}


.success-case-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.success-case-text {
  margin-top: 18px;
  text-align: left;
}


.success-case-text h4 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}


.success-case-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  word-break: keep-all;
}


@media (max-width: 1199px) {
  .success-case-title {
    font-size: 54px;
  }


  .success-case-desc {
    font-size: 20px;
  }


  .success-case-text h4 {
    font-size: 28px;
  }


  .success-case-text p {
    font-size: 16px;
  }
}


@media (max-width: 991px) {
  .success-case-section {
    padding: 70px 0 80px;
  }


  .success-case-head {
    margin-bottom: 40px;
  }


  .success-case-title {
    font-size: 42px;
  }


  .success-case-desc {
    font-size: 18px;
  }


  .success-case-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }


  .success-case-card {
    padding: 14px 14px 18px;
    border-radius: 18px;
  }


  .success-case-thumb {
    border-radius: 14px;
    padding: 10px;
  }


  .success-case-text {
    margin-top: 14px;
  }


  .success-case-text h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}


@media (max-width: 767px) {
  .success-case-section {
    padding: 56px 0 64px;
  }


  .success-case-inner {
    padding: 0 16px;
  }


  .success-case-subtitle {
    font-size: 13px;
    padding: 0 28px;
    margin-bottom: 14px;
  }


  .success-case-subtitle:before,
  .success-case-subtitle:after {
    width: 16px;
  }


  .success-case-title {
    font-size: 32px;
    margin-bottom: 12px;
  }


  .success-case-desc {
    font-size: 15px;
    line-height: 1.6;
  }


  .success-case-grid {
    gap: 14px;
  }


  .success-case-card {
    padding: 12px 12px 16px;
    border-radius: 16px;
  }


  .success-case-thumb {
    padding: 8px;
    border-radius: 12px;
  }


  .success-case-text h4 {
    font-size: 20px;
  }


  .success-case-text p {
    font-size: 14px;
  }
}






.db-change-section {
  width: 100%;
  padding: 70px 0 90px;
  box-sizing: border-box;
}


.db-change-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


.db-change-visual {
  text-align: center;
}


.db-change-image {
  width: 100%;
}


.db-change-image img {
  display: block;
  width: 100%;
  height: auto;
}


.db-change-image-before {
  max-width: 620px;
  margin: 0 auto;
}


.db-change-image-after {
  max-width: 760px;
  margin: 0 auto;
}


.db-change-arrow {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}


.db-change-arrow span {
  position: relative;
  display: block;
  width: 38px;
  height: 70px;
}


.db-change-arrow span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 46px;
  background: linear-gradient(to bottom, #c7a7ff 0%, #8d62f5 100%);
  transform: translateX(-50%);
}


.db-change-arrow span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 22px solid #8d62f5;
}


.db-change-content {
  margin-top: 34px;
  text-align: center;
}


.db-change-block + .db-change-block {
  margin-top: 34px;
}


.db-change-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 36px;
  margin: 0 0 18px;
  padding: 0 14px;
  background: #22345b;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
}


.db-change-figure-label span {
  font-size: 24px;
  font-weight: 800;
  background: #ff5a00;
  color: #fff;
  padding: 0 5px;
}


.db-change-strategy-list li span {


  font-size: 34px;
  font-weight: 500;
  line-height: 1.45;
  color: #111;
  padding: 0 5px;
  word-break: keep-all;
}


.db-change-desc,
.db-change-result {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 500;
  color: #111;
  word-break: keep-all;
}


.db-change-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}


.db-change-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 34px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  color: #444;
  word-break: keep-all;
}


.db-change-list li:last-child {
  margin-bottom: 0;
}


.db-change-list li:before {
  content: "&#9673;";
  position: absolute;
  left: 0;
  top: 2px;
  color: #a8a8a8;
  font-size: 18px;
  line-height: 1.5;
}


.db-change-result span {
  color: #ff5a00;
  font-weight: 800;
}


@media (max-width: 991px) {
  .db-change-section {
    padding: 56px 0 70px;
  }


  .db-change-inner {
    max-width: 760px;
  }


  .db-change-arrow {
    margin: 14px 0 18px;
  }


  .db-change-arrow span {
    width: 32px;
    height: 58px;
  }


  .db-change-arrow span:before {
    width: 14px;
    height: 38px;
  }


  .db-change-arrow span:after {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 18px;
  }


  .db-change-content {
    margin-top: 28px;
  }


  .db-change-block + .db-change-block {
    margin-top: 28px;
  }


  .db-change-label {
    min-width: 62px;
    height: 32px;
    font-size: 20px;
    margin-bottom: 14px;
  }


  .db-change-desc,
  .db-change-result {
    font-size: 26px;
  }


  .db-change-list li {
    font-size: 22px;
    padding-left: 28px;
  }
}


@media (max-width: 767px) {
  .db-change-section {
    padding: 46px 0 56px;
  }


  .db-change-inner {
    padding: 0 16px;
  }


  .db-change-image-before,
  .db-change-image-after {
    max-width: 100%;
  }


  .db-change-arrow {
    margin: 12px 0 14px;
  }


  .db-change-arrow span {
    width: 28px;
    height: 48px;
  }


  .db-change-arrow span:before {
    width: 12px;
    height: 30px;
  }


  .db-change-arrow span:after {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 16px;
  }


  .db-change-content {
    margin-top: 22px;
  }


  .db-change-block + .db-change-block {
    margin-top: 24px;
  }


  .db-change-label {
    min-width: 54px;
    height: 28px;
    font-size: 17px;
    margin-bottom: 12px;
  }


  .db-change-desc,
  .db-change-result {
    font-size: 18px;
    line-height: 1.6;
  }


  .db-change-list li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 24px;
    margin-bottom: 8px;
  }


  .db-change-list li:before {
    font-size: 14px;
    top: 1px;
  }
}




.influencer-list-section {
    padding: 80px 20px;
}


.influencer-list-inner {
    max-width: 1000px;
    margin: 0 auto;
}


.influencer-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: start;
}


.influencer-list-card {
    text-align: center;
}


.influencer-list-image img {
    display: block;
    width: 100%;
    height: auto;
}


.influencer-list-caption {
    margin-top: 22px;
}


.influencer-list-caption strong {
    display: block;
    color: #111;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.04em;
}


.influencer-list-caption p {
    margin: 8px 0 0;
    color: #111;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.04em;
}


.influencer-list-caption p span {
    color: #ff6b2c;
}


@media (max-width: 991px) {
    .influencer-list-section {
        padding: 60px 16px;
    }


    .influencer-list-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }


    .influencer-list-caption {
        margin-top: 18px;
    }


    .influencer-list-caption strong {
        font-size: 28px;
    }


    .influencer-list-caption p {
        font-size: 30px;
    }
}


@media (max-width: 767px) {
    .influencer-list-section {
        padding: 50px 14px;
    }


    .influencer-list-grid {
        gap: 40px;
    }


    .influencer-list-caption strong {
        font-size: 22px;
    }


    .influencer-list-caption p {
        font-size: 24px;
    }
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
font-size : 18px;
text-align : left;
line-height : 1.4;
}