.consumerTop .heading--primary.imgBg {
    background-image: url(../img/mv_consumer.webp);
    line-height: 1.44;
    margin-bottom: 0;
    height: 550rem;
    padding-top: 33rem;
}

.consumerTop .heading--text {
    line-height: 2;
    font-size: 20rem;
    margin-top: 63rem;
    letter-spacing: 0;
}

@media screen and (max-width: 767.9px) {
    .consumerTop .heading--primary.imgBg {
        background-image: url(../img/mv_consumer_sp.webp);
        height: 520rem;
        padding-top: 88rem;
        justify-content: flex-start;
    }

    .consumerTop .heading--text {
        font-weight: normal;
        margin-top: 33rem;
        text-align: left;
    }
}

/* map */
.map {
    padding: 129rem 0 55rem;
}

.map .heading--secondary {
    margin-top: 80rem;
}

.scroll__img {
    position: relative;
}

.scroll__wrapper {
    padding: 50rem 0;
}

.pin__list {
    position: absolute;
    left: 118rem;
    bottom: 456rem;
}

.pin__list--02 {
    left: 484rem;
    bottom: 556rem;
}

.pin__list--03 {
    left: 542rem;
    bottom: 180rem;
}

.pin__list--04 {
    left: 671rem;
    bottom: 437rem;
}

.pin__list--05 {
    left: 673rem;
    bottom: 293rem;
}


.pin {
    display: block;
    width: 80rem;
    padding: 10rem 20rem;
}

.pin__card {
    position: absolute;
    bottom: 73rem;
    left: -118rem;
    width: 287rem;
    padding: 12rem 17rem 24rem;
    border: 1px solid var(--color-green);
    border-radius: 6rem;
    background-color: rgba(255, 255, 255, .91);
    font-size: 14rem;
}

.pin__list--02 .pin__card {
    bottom: 94rem;
    left: -119rem;
    width: 319rem;
}

.pin__list--03 .pin__card {
    bottom: -158rem;
    left: -385rem;
    width: 335rem;
}

.pin__list--04 .pin__card {
    bottom: 68rem;
    left: 50rem;
    width: 303rem;
}

.pin__list--05 .pin__card {
    bottom: -319rem;
    left: 91rem;
    width: 260rem;
    padding-bottom: 16rem;
}

.pin__list--05 .text {
    margin-bottom: 17rem;
}

.pin__card .card__title {
    font-size: 20rem;
    margin-bottom: 5rem;
    font-weight: 600;
}

.pin__card .text {
    line-height: 1.7;
}

.pin__list:hover>.pin__card {
    display: block;
}

.pin__card .btn:hover {
    color: var(--color-green);
}


@media screen and (max-width: 767.9px) {
    .map {
        padding: 60rem 0 50rem;
    }

    .map .heading--secondary {
        margin-top: 31rem;
    }

    .scroll__wrapper {
        margin-top: 20rem;
    }

    .scroll__img {
        padding-top: 50rem;
    }

    .scroll__img {
        width: 1044rem;
        margin-left: -40rem;
        padding-bottom: 2rem;
    }

    .pin__list--01 .pin__card {
        bottom: 85rem;
        left: -75rem;
    }

    .pin__list--05 .pin__card {
        bottom: -315rem;
    }

}

/* products */
.products,
.cityScape {
    background-color: var(--color-green-light);
}

.products .heading--primary {
    margin-bottom: 50rem;
}

.card__lists.reverse {
    flex-direction: row-reverse;
}

.products__list:not(:last-child) {
    margin-bottom: 50rem;
}

.products__list .card__img {
    order: unset;
    margin-top: 7rem;
}

.text__wrapper {
    justify-content: flex-start;
    gap: 31rem;
}

.lists--dot .list {
    padding-left: 1em;
}

.product--02 .btn {
    margin-top: auto;
    line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
    .products {
        padding: 48rem 0;
    }

    .products .heading--primary {
        margin-bottom: 30rem;
    }

    .products__list:not(:last-child) {
        margin-bottom: 31rem;
    }

    .products__list .card__lists {
        gap: 26rem;
    }

    .card__lists.reverse {
        flex-direction: column;
    }

    .product--02 .card__lists {
        gap: 31rem;
    }

    .product--02 .text__wrapper {
        display: contents;
    }

    .product--02 .btn {
        order: 1;
        margin: 15rem auto 0;
    }

    .product--02 .card__img {
        margin-top: 0;
    }
}

/* features */
.features .heading--secondary {
    margin: 50rem 0 40rem;
}

.card__lists--3cols .card__list {
    width: 320rem;
}

.features .card__heading {
    margin: 12rem 0 6rem;
}

.features .text {
    font-size: 14rem;
    flex-grow: 1;
}

.features .btn {
    margin: 13rem 0 0 auto;
}

@media screen and (max-width: 767.9px) {
    .features {
        padding-bottom: 52rem;
    }

    .features .heading--secondary {
        margin: 30rem 0 24rem;
    }

    .card__lists--3cols {
        align-items: center;
        gap: 39rem;
    }

    .card__lists--3cols .card__list:nth-child(2) .btn {
        margin-top: 41rem;
    }
}

/* cityScape */
.cityScape .heading--primary {
    margin-bottom: 91rem;
}

.cityScape .text__wrapper,
.maintenance .text__wrapper {
    gap: 21rem;
}

.cityScape .btn,
.maintenance .btn {
    margin-left: auto;
}

.img__wrapper {
    position: relative;
    margin-top: 7rem;
}

.img__wrapper .note {
    position: absolute;
    bottom: 5rem;
    right: 14rem;
}

.note {
    font-size: 14rem;
    line-height: 1.71;
}

@media screen and (max-width: 767.9px) {
    .cityScape {
        padding: 48rem 0;
    }

    .cityScape .heading--primary {
        margin-bottom: 31rem;
    }

    .cityScape .text__wrapper,
    .maintenance .text__wrapper {
        gap: 11rem;
    }

    .img__wrapper {
        margin-top: 0;
    }
}

/* maintenance */
.maintenance {
    padding-bottom: 40rem;
}

.maintenance .heading--primary {
    margin-bottom: 51rem;
}

.maintenance .card__img {
    margin-top: 7rem;
}

.banner__lists {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 120rem 0 0;
}

.banner__list {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 33rem;
}

.banner__list .note {
    width: 300rem;
    line-height: 2;
}

.banner--01 {
    width: 448rem;
}

.banner--02 {
    width: 235rem;
}

@media screen and (max-width: 767.9px) {
    .maintenance {
        padding-top: 62rem;
    }

    .maintenance .heading--primary {
        margin-bottom: 32rem;
    }

    .maintenance .card__img {
        order: 1;
        margin-top: 0;
    }

    .banner__lists {
        flex-direction: column;
        gap: 31rem;
    }

    .banner__list {
        gap: 15rem;
    }

    .banner__list .note {
        width: 100%;
    }

    .banner--01 {
        width: 100%;
    }
}

.btn--bottom {
    margin: 23rem auto 0;
    letter-spacing: .1em;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .btn--bottom {
        margin: 72rem auto 67rem;
    }
}