.about-subaco-main-banner {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../../img/about-subaco/about-subaco-bg-pc.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
}

.about-subaco-main-banner-header {
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 39px;
    text-align: center;
    margin-bottom: 50px;
}

.about-subaco-main-banner-sub-text p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 40px;
    text-align: center;
}

.about-subaco-main-banner-sub-text p:nth-child(1),
.about-subaco-main-banner-sub-text p:nth-child(2) {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .about-subaco-main-banner {
        padding-top: 70px;
        padding-bottom: 95px;
        background-position: center;
    }
    .about-subaco-main-banner-sub-text p:nth-child(1),
    .about-subaco-main-banner-sub-text p:nth-child(2) {
        margin-bottom: 40px;
    }

    .about-subaco-main-banner-header {
        margin-bottom: 53px;
        font-size: 18px;
        letter-spacing: 0.12em;
        line-height: 40px;
        text-align: center;
        color: #000;
    }
    .about-subaco-main-banner-sub-text p {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 33px;
        text-align: center;
        color: #000;
    }

}

@media screen and (max-width: 420px) {
    .about-subaco-main-banner {
        /* background: url(../../img/about-subaco/about-subaco-bg-sp.jpg) no-repeat; */
        background-size: cover;
        background-position: 20%;
    }
}

/* about-message */

.about-message {
    /* padding-top: 90px; */
    background-color: #FFF;
    width: 100%;
    height: auto;
    padding-bottom: 108px;
    position: relative;
    /* border-bottom: 1px solid #CFCFCF; */
}

.background{
    padding-top: 90px;
    padding-bottom: 1px;
    margin-bottom: 60px;

    background-color: #F8F7F2;
}

.about-message-header {
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}

.about-message-main-text p {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
}

.about-message-main-text p:nth-child(1),
.about-message-main-text p:nth-child(2) {
    margin-bottom: 35px;
}

.about-message-main-text p:last-child {
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {

    .about-message .background{
        padding-top: 83px;
        padding-bottom: 3px;
        margin-bottom: 70px;
    }
    .about-message {
        padding-bottom: 52px;
    }
    .about-message-header {
        font-size: 18px;
        letter-spacing: 0.2em;
        line-height: 28px;
        margin-bottom: 35px;
    }
    .about-message-main-text p {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 23px;
        text-align: left;
        color: #000;
    }
    .about-message-main-text p:nth-child(1),
    .about-message-main-text p:nth-child(2) {
        margin-bottom: 22px;
    }
    .about-message-main-text p:last-child {
        margin-bottom: 80px;
    }
}

/* about values */

.about-values-header {
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}

.about-values-content-flex {
    display: flex;
    margin-bottom: 41px;
}

.about-values-img-cont {
    max-width: 420px;
    margin-right: 68px;
}

.about-values-img-cont,
.about-values-img-cont img {
    width: 100%;
    height: auto;
}

.about-values-img-cont img {
    vertical-align: bottom;
}

.about-values-img-cont {
    margin-bottom: 21px;
}

.about-values-content-text {
    max-width: 471px;
    width: 100%;
    height: auto;
}

.about-values-content-header {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 33px;
    color: #000;
    margin-bottom: 11px;
}

.about-values-content-main-text {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .about-values-header {
        font-size: 16px;
        letter-spacing: 0.12em;
        line-height: 26px;
        margin-bottom: 50px;
    }

    .about-values-content-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 41px;
    }
    .about-values-img-cont {
        max-width: 100%;
        margin-right: 0;
    }
    .about-values-content-header {
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .about-values-content-main-text {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 24px;
    }
}
