.m-section {
    min-height: 603px;
    height: 603px;
    z-index: 2;
}
.m-section.--outer {
    height: unset;
    min-height: unset;
    z-index: 1;
}
.m-section-info-service p {
    line-height: 1.7;
}
.m-section-line.--bottom {
    font-weight: 700;
}

.m-section .container {
    max-width: 1250px;
}
.m-section-inner {
    padding-top: 110px;
}
.m-section-inner-top, .m-section-calc-outer {
    max-width: 1136px;
    margin: 0 auto;
}
.m-section-info {
    background-color: #D7F2E0;
    border-radius: 10px;
    margin-top: 30px;
}
.m-section-text.p-wrapper p {
    margin: 1.12rem 0;
}
.m-section-text.p-wrapper p:first-child {
    margin-top: 0;
}

.m-section-text.p-wrapper p:last-child {
    margin-bottom: 0;
}
.m-section-info-inner {
    padding: 30px 42px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 40px;
}
.m-section-info-title {
    margin-bottom: 12px;
    font-weight: 700;
}
.m-section-info-head {
    font-weight: 600;
    margin-bottom: 12px;
    color: #539369;
}
.m-section-info-list li {
    margin-bottom: 10px;
}
.m-section-info-list li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
    .m-section {
        min-height: unset;
        height: unset;
    }
    .m-section.--outer .container {
        padding: 0;
    }
    .m-section-info {
        margin-top: 0;
    }
}
@media screen and (max-width: 800px) {
    .m-section-info-inner {
        grid-gap: 14px;
        grid-template-columns: 1fr;
        padding: 30px 17px;
    }
}
@media screen and (max-width: 600px) {
    .m-section-inner {
        padding-top: 0;
    }

    .m-section-inner-top {
        padding: 70px 16px 30px;
    }
}
