/* MV */
.brand .heading--primary.imgBg {
    background-image: url(../../img/mv_brand.webp);
    line-height: 1.44;
    margin-bottom: 89rem;
}

@media screen and (max-width: 767.9px) {
    .brand .heading--primary.imgBg {
        margin-bottom: 48rem;
    }
}

/* leadSection */
.leadSection {
    padding-top: 0;
}

.subTitle {
    text-align: center;
    font-weight: 600;
    font-size: 20rem;
    letter-spacing: .1em;
    margin: 17rem 0 40rem;
}

.leadSection .card__lists:nth-of-type(2) {
    flex-direction: row-reverse;
}

.leadSection .card__lists img {
    margin-top: 8rem;
}

.leadSection .heading--secondary {
    margin-top: 50rem;
}

@media screen and (max-width: 767.9px) {
    .subTitle {
        font-size: 18rem;
        margin: 12rem 0 21rem;
    }

    .leadSection .card__lists {
        gap: 23rem;
    }
}

/* practice */
.practice {
    padding-top: 40rem;
}

.practice .lead {
    padding-top: 50rem;
    padding-bottom: 101rem;
}

.btn__title {
    font-weight: 600;
    color: var(--color-green);
    text-align: center;
}

.practice .btn {
    margin: 29rem auto 40rem;
}

@media screen and (max-width: 767.9px) {
    .practice {
        padding-bottom: 20rem;
    }

    .practice .lead {
        padding-top: 30rem;
        padding-bottom: 21rem;
    }
}

/* caseStudy */
.caseStudy {
    background-color: var(--color-green-light);
    padding-top: 70rem;
}

.card__heading {
    font-weight: 600;
}

.caseStudy .card__title {
    font-size: 20rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 5rem 0 15rem;
}

.title {
    font-size: 16rem;
    color: var(--color-green);
    font-weight: 600;
}

.lead__img--04 {
    margin-top: 6rem;
}

.title--animals {
    font-size: 14rem;
    margin: 25rem 0 7rem;
}

.animals__title {
    font-size: 14rem;
    margin: 3rem 0 5rem;
}

.animals__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.animals__list {
    display: flex;
    flex-direction: column-reverse;
    width: 200rem;
}

@media screen and (max-width: 767.9px) {
    .caseStudy {
        padding-top: 40rem;
        padding-bottom: 27rem;
    }

    .caseStudy .card__lists {
        gap: 10rem;
    }

    .caseStudy .card__list:first-child {
        display: contents;
    }

    .caseStudy .card__list:last-child {
        order: -1;
    }

    .caseStudy .card__heading {
        order: -3;
        line-height: 1;
    }

    .caseStudy .card__title {
        order: -2;
        margin-bottom: 24rem;
    }

    .caseStudy .title {
        margin-top: 14rem;
    }

    .lead__img--04 {
        margin-top: -8rem;
    }

    .title--animals {
        margin: 34rem 0 17rem;
    }

    .animals__list {
        width: 165rem;
    }

    .animals__title {
        margin: 2rem 0 15rem;
    }
}

/* systems */
.systems {
    padding-top: 116rem;
    padding-bottom: 46rem;
}

.systems .heading--primary {
    line-height: 1.44;
    margin-bottom: 42rem;
}

.systems picture {
    display: contents;
}

.systems .card__list {
    justify-content: flex-start;
}

.systems .card__title {
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    margin: 14rem 0 8rem;
    height: 48rem;
}

.systems .card__list .text {
    font-size: 14rem;
}

.systems .lists--dot {
    font-size: 14rem;
    margin-top: 25rem;
}

.systems .lists--dot .list {
    padding-left: 2em;
}

.systems .lists--dot .list::before {
    content: "※";
}

@media screen and (max-width: 767.9px) {
    .systems {
        padding-top: 52rem;
    }

    .systems .heading--primary {
        letter-spacing: 0;
        line-height: 1.81;
        margin-bottom: 20rem;
    }

    .systems .card__lists {
        gap: 32rem;
    }

    .systems .card__list {
        width: 100%;
    }

    .systems .card__title {
        height: unset;
        margin: 17rem 0 9rem;
    }
}

/* ecoasset */
.ecoasset {
    background-color: var(--color-gray-lightest);
    padding-top: 69rem;
}

.ecoasset .heading--secondary sup {
    font-size: 12rem;
}

.ecoasset__img {
    width: 422rem;
    margin: 8rem 0 16rem;
}

.ecoasset__text {
    font-weight: 600;
    font-size: 14rem;
    margin-top: 9rem;
}

.ecoasset__text sup {
    font-size: 8rem;
}

@media screen and (max-width: 767.9px) {
    .ecoasset {
        padding-top: 47rem;
        padding-bottom: 55rem;
    }

    .ecoasset .heading--secondary {
        line-height: 1.6;
    }

    .ecoasset__img {
        width: 100%;
    }

    .ecoasset__text {
        margin-top: 22rem;
    }
}

.btn--bottom {
    margin: 113rem auto 50rem;
    letter-spacing: .1em;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .btn--bottom {
        margin: 80rem auto 22rem;
    }
}