#ecofirst_wrap {
    background-color: #fff;
}
.wrap1120 {
    position: relative;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pick_txt p {
    line-height: 1.75;
}

#ecofirst_header_h2 {
    width: 100%;
    font-size: min(6vw, 36px);
    font-weight: 700;
    margin: 0.75rem auto 1.5rem;
    text-align: center;
    color: #067436;
}

#ecofirst_header_img {
    margin: 10px auto 0;
    max-width: 110px;
}

@media only screen and (max-width: 768px) {
    #ecofirst_wrap {
        margin-top: 110px;
    }
}

/*============
４列の場合
============*/

.content_4d .wrap1120 > h2 {
    font-family: serif;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
}

.value_4 .col_4 {
    width: 24.5%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 35%);
    background: #89b771;
}

.value_4::before,
.value_4::after {
    content: "";
    display: block;
    width: 24.5%;
}

.value_4::before {
    order: 1;
}

.value_4 .col_4 .pick_img {
    max-height: 200px;
    min-height: 180px;
    overflow: hidden;
}

.value_4 .col_4 .pick_txt {
    padding: 1rem 2rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.col_4 .pick_txt h4,
h3 {
    line-height: 1.25;
}

.value_4 .col_4 .pick_txt h3 {
    font-size: clamp(14px, 1.4vw, 16px);
    margin: 1.3rem 0;
}

.value_4 .col_4 .pick_txt p {
    font-size: 13px;
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    .value_4 {
        width: 75%;
        margin: 0 auto;
    }

    .value_4 .col_4 {
        width: 49.5%;
    }

    .value_4 .col_4 .pick_img img {
        width: 100%;
    }

    .value_4 .col_4 .pick_img {
        max-height: inherit;
        min-height: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .value_4 .col_4 {
        width: 100%;
    }

    .value_4 .col_4 .pick_txt {
        min-height: inherit;
    }
}

@media only screen and (max-width: 375px) {
    .value_4 {
        width: 90%;
    }

    .value_4 .col_4 .pick_txt p {
        display: none;
    }
}
