/* MV */
.corpMaintenance .heading--primary.imgBg {
    background-image: url(../img/mv_corpMaintenance.webp);
}

@media screen and (max-width: 767.9px) {
    .corpMaintenance .heading--primary.imgBg {
        background-image: url(../img/mv_corpMaintenance_sp.webp);
    }
}

/* service */
.service {
    padding: 52rem 0 24rem;
}

.service .heading--primary {
    margin-bottom: 50rem;
}

.lists--check .list {
    font-size: 20rem;
    text-indent: -1em;
    padding-left: 1em;
}

.card__lists--2cols {
    margin-bottom: 52rem;
}

.card__img {
    margin-top: 8rem;
}

.card__lists--2cols.reverse {
    flex-direction: row-reverse;
    padding-top: 15rem;
}

.card__lists--2cols.reverse .card__list:first-child {
    width: 450rem;
    justify-content: flex-start;
}

.reverse .card__heading {
    font-size: 16rem;
    color: #A6B442;
}

.card__heading.heading--02 {
    color: #0D928C;
}

.card__heading.heading--03 {
    color: #40738E;
}

.card__heading+.text {
    margin-bottom: 22rem;
}

.note {
    font-size: 14rem;
    line-height: 1.57;
    margin-top: 6rem;
}

.note .lists--dot {
    margin-left: 13rem;
}

@media screen and (max-width: 767.9px) {
    .service {
        padding: 20rem 0 24rem;
    }

    .service .heading--primary {
        margin-bottom: 30rem;
    }

    .card__lists--2cols {
        gap: 20rem;
        margin-bottom: 32rem;
    }

    .card__lists--2cols.reverse {
        flex-direction: column-reverse;
        padding-top: 0;
        gap: 30rem;
    }

    .card__lists--2cols.reverse .card__list:first-child {
        width: 100%;
    }
}

/* proposal */
.proposal {
    background-color: var(--color-green-light);
    padding: 70rem 0 80rem;
}

.proposal .card__lists--2cols {
    margin-bottom: 30rem;
}

.proposal .card__heading {
    margin-bottom: 8rem;
}

.card__list.images {
    flex-direction: row;
    gap: 20rem;
}

.card__list .image {
    width: 235rem;
}

.images .note {
    text-align: right;
}

.proposal__images {
    display: flex;
}

.proposal__img {
    width: 50%;
}

@media screen and (max-width: 767.9px) {
    .proposal__images {
        flex-direction: column;
        gap: 40rem;
    }

    .proposal__img {
        width: 100%;
    }
}

/* operation */
.operation {
    padding-top: 51rem;
}

picture {
    display: contents;
}

.card__lists--4cols {
    margin-top: 23rem;
}

.operation__img {
    order: -1;
}

.operation .card__list {
    justify-content: flex-start;
}

.operation .card__heading {
    font-size: 16rem;
    margin: 12rem 0 6rem;
}

.operation .text {
    font-size: 14rem;
}

@media screen and (max-width: 767.9px) {
    .operation {
        padding-bottom: 20rem;
    }

    .card__lists--4cols {
        gap: 10rem;
    }

    .card__lists--4cols .card__list {
        width: 100%;
    }
}

.btn--style {
    margin: 24rem auto 120rem;
    font-size: 16rem;
}

.inquirySection {
    margin-bottom: 50rem;
}

.inquirySection .container .text {
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    .btn--style {
        margin: 0 auto 50rem;
    }

    .inquirySection {
        margin-bottom: 30rem;
    }

    .inquirySection .container .text {
        text-align: left;
    }
}