@charset "UTF-8";

/*----------------------------------
    4つの特徴
-----------------------------------*/

.h2-over {
    margin-bottom: 37px;
    margin-left: 40px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.h2-over span {
    color: rgba(0, 0, 0, 0.08);
    font-size: 5rem;
    padding-left: 10px;
}

@media screen and (max-width:1200px) {
    .h2-over {
        margin-left: 0;
        font-size: 2.5rem;
        margin-bottom: 0;
        line-height: 1;
    }

    .h2-over span {
        font-size: 3.5rem;
        padding-left: 0px;
    }
}

.features-wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 35px 74px;
    max-width: 800px;
    margin-bottom: 60px;
}
@media screen and (max-width:1200px) {
    .features-wrap {
        justify-content: space-between;
        gap: 35px 0px;
        margin-top: 20px;
    }
}
@media screen and (max-width:599px) {
    .h2-over span {
        font-size: 3.25rem;
    }
    .features-wrap {
        gap: 2px;
        margin-bottom: 0;
    }
}

.features-item {
    width: 333px;
    height: 348px;
    background: url(../img/coating/item-bg.webp) center center / contain;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .features-item {
        width: 49%;
    }
}

@media screen and (max-width:599px) {
    .features-item {
        width: 100%;
    }
}

.features .item-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.features .item-text {
    font-size: 1rem;
    line-height: 36px;
}

.features-text {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width:599px) {
    .features-text {
        text-align: left;
        line-height: 30px;
        margin-top: 30px;
    }
}


/*----------------------------------
こだわり
-----------------------------------*/
.commitment {
    background: #555;
}

/* .commitment .lower-h2-wrap {
    margin-bottom: 90px;
} */


.commitment-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
@media screen and (min-width:1200px) {
    .commitment-items .commitment-textbox{
    margin-left: 15px;
    }
    .commitment-items2 .commitment-textbox{
        margin-right: 15px;
        }
}

@media screen and (max-width:1200px) {
    /* .commitment .lower-h2-wrap {
        margin-bottom: 50px;
    } */
    .commitment-items2 .commitment-textbox{
        margin-top: 15px;
        }
        .commitment-textbox{
        max-width: 550px;
        margin-inline: auto;
        }
}
@media screen and (max-width:599px) {
    .commitment .lower-h2-wrap {
        margin-bottom: 20px;
    }
    .commitment-items {
        display: block;
    }

    .commitment-items {
        padding: 0;
    }
}

.commitment-items2 {
    flex-direction: row-reverse;
}


.commitment-items~.commitment-items {
    margin-top: 120px;
}


@media screen and (min-width:1200px) {
    .commitment-textbox {
        max-width: 540px;
    }
    
}
@media screen and (max-width:1200px) {
    .commitment-items~.commitment-items {
        margin-top: 50px;
    }

}

.commitment .item-title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
}

.commitment .item-text {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
}


@media screen and (max-width:1200px) {
    .commitment-items {
        display: block;
    }
    .commitment .item-title {
        font-size: 1.75rem;
    }
    .commitment .item-text {
        line-height: 30px;

    }

    .commitment-textbox {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
    }

    .commitment-img {
        text-align: center;
    }
    .commitment-img img{
        max-width: 350px;
        width: 45vw;
    }
}

@media screen and (max-width:599px) {
    .commitment .item-title {
        font-size: 1.5rem;
    }
    .commitment-items~.commitment-items {
        margin-top: 60px;
    }

    .commitment-img {
        padding: 0 50px;
    }

    .commitment .item-text {
        line-height: 28px;
        letter-spacing: 0.5px;
    }
    .commitment-img img{
        width: 56vw;
    }
    .commitment-textbox {
        padding: 0 10px;
    }
    .kodawari-h2{
        padding: 3px 11px 1px 27px;
        margin-left: 1%;
    }
}