/* MV */
.brand .heading--primary.imgBg {
    background-image: url(../../img/mv_brand.webp);
}


/* about */
.about {
    padding-top: 0;
}

.about .lead {
    padding-bottom: 79rem;
}
.about .note {
    margin-top: 12rem;
}

.about .heading--primary {
    margin: 91rem 0 50rem;
}

.about>.text {
    font-size: 20rem;
}

.scroll__wrapper {
    margin: 29rem 0 40rem;
}

.areas .card__list {
    display: flex;
    flex-direction: row;
}

.areas .card__img {
    width: 180rem;
}

.card__list .area__title {
    padding: 0 0 6rem 20rem;
    font-size: 28rem;
    letter-spacing: .1em;
    border-bottom: 1px solid var(--color-black);
    color: var(--color-green);
}

.card__list:first-child .area__title {
    color: var(--color-orange);
}

.areas .card__list .text {
    padding: 16rem 0 0 20rem;
}

@media screen and (max-width: 767.9px) {
    .about .lead {
        padding-bottom: 28rem;
    }

    .about .heading--primary {
        margin: 59rem 0 30rem;
    }

    .scroll__wrapper {
        margin: 20rem 0 39rem;
    }

    .scroll__img {
        padding-bottom: 0;
    }

    .areas {
        gap: 32rem;
    }

    .areas .card__list {
        align-items: flex-start;
    }

    .areas .card__img {
        width: 155rem;
    }

    .card__list .area__title {
        padding: 0 0 25rem 20rem;
        font-size: 20rem;
        line-height: 1;
        letter-spacing: 0;
    }

    .areas .card__list .text {
        padding: 15rem 0 0 20rem;
    }
}

/* selection */
.selection {
    padding-top: 41rem;
}

.selection>.text {
    font-size: 20rem;
    padding: 50rem 0 40rem;
}

.selection section {
    padding: 6rem 0 27rem;
}

.selection__title {
    font-size: 18rem;
    font-weight: 600;
    color: var(--color-green);
    display: flex;
    gap: 10rem;
    align-items: center;
    padding-bottom: 14rem;
}

.selection__title::before {
    content: "";
    width: 30rem;
    height: 30rem;
    background: url(../img/icon_good.svg) center/contain no-repeat;
}

.bad .selection__title::before {
    background: url(../img/icon_bad.svg) center/contain no-repeat;
}

.card__lists--3cols .card__list {
    width: 320rem;
}

.card__heading {
    font-weight: 600;
    padding: 21rem 0 2rem;
    line-height: 1;
}

.family {
    font-size: 14rem;
    padding-bottom: 6rem;
}

.selection .card__list .text {
    font-size: 14rem;
    flex-grow: 1;
}

@media screen and (max-width: 767.9px) {
    .selection {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .selection .heading--primary {
        line-height: 1.81;
    }

    .selection>.text {
        padding: 20rem 0 44rem;
    }

    .selection .heading--secondary {
        line-height: 1.6;
    }

    .selection section {
        padding: 4rem 0 54rem;
    }

    .selection__title {
        font-size: 16rem;
        padding-bottom: 18rem;
    }

    .selection .card__lists {
        align-items: center;
        gap: 33rem;
    }
}

.btn--bottom {
    margin: 23rem auto 50rem;
    letter-spacing: .1em;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .btn--bottom {
        margin: 19rem auto 22rem;
    }
}