/* コンセプト

====================================================*/

/* .section-concept{
    padding: 80px 16px 160px;
} */
.section-concept .concept-wrap{
    max-width: 968px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 16px 160px;
}
.section-concept.values-bg{
    background-color: #F2F5F7;
}
.section-concept.values-bg .concept-wrap{
    background:#F2F5F7 url(/wp2/wp-content/themes/soluna/assets/img/values-bg.png) no-repeat;
    background-position: bottom right;
}
.section-concept.brandDoctor-bg .concept-wrap{
    background:url(/wp2/wp-content/themes/soluna/assets/img/brandDoctor-bg.png) no-repeat;
    background-position: bottom right;
    padding-bottom: 160px;
}
@media screen and (max-width:786px) {
    .values-bg .concept-wrap,
    .brandDoctor-bg .concept-wrap{
        background-size: 275px !important;
        padding-bottom: 64px !important;
    }
    main .section:first-child{
        padding-top: 0 !important;
    }
}




.square_ttl-center{
    margin-bottom: 80px !important;
}
.square_ttl-center .square_ttl-lg{
    text-align: center;
    justify-content: center;
    margin-bottom: 32px;
}
.square_ttl-center.square_ttl-lg:first-child{
    margin-bottom: 32px;
}

@media screen and (max-width:786px) {
    /* .section-concept .section-wrap{
        padding-bottom: 64px;
    } */
    .square_ttl-center .square_ttl-lg{
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 24px;
    }
    .square_ttl-center{
        margin-bottom: 40px !important;
    }
}
.square_ttl-sm{
    margin-top: 24px;
}
.concept-outline{
    display: flex;
    align-items: flex-start;
}
/* .concept-outline img{
    width: 658px;
} */

.concept-text{
    color: #000;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 200%;
    margin-left: -200px;
}
.concept-text p{
    margin-bottom: 24px;
}
.concept-text p:last-child{
    margin-bottom: 0;
}
.concept-text h3{
    color: var(--Gray-900, #111827);
    font-size: 44px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 40px;
}


@media screen and (max-width:786px) {
    .concept-outline{
        flex-direction: column;
    }
    .concept-outline img{
        max-width: 365px;
        margin: 0 auto 16px;
    }
    .concept-text{
        margin-left: 0;
    }
    .concept-text h3{
        font-size: 24px;
    }
}





.concept-belt {
    margin-bottom: 80px;
    height: 365px;
    background: url(/wp2/wp-content/themes/soluna/assets/img/concept-belt.png) no-repeat;
    background-position: center;
    background-size: auto 365px;
}
@media screen and (max-width:786px) {
    .concept-belt {
        margin-bottom: 40px;
        height: 80px;
        background-size: auto 80px;
    }
}



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


.flex-box{
    width: calc(33.333% - 14px);
    max-width: 313px;
    /* width: 100%; */
}
.flex-box:last-child{
    margin-right: 0;
}
.flex-box h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    height: calc(1em * 1.5 * 3);
}
.brandDoctor-bg .flex-box h3{
    height: calc(1em * 1.5 * 2);
}
.concept_value{
    color: var(--Blue-500, #3B82F6);
    font-family: Helvetica;
    font-size: 16px;
    line-height: 150%;
    margin: 24px 0;
}
.values-bg p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

@media screen and (max-width:786px) {
    .concept-flex{
        flex-direction: column;
    }
    .flex-box{
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .flex-box:last-child{
        margin-bottom: 0;
    }
    .flex-box h3{
        font-size: 24px;
        line-height: 150%;
        height: auto;
    }
    .brandDoctor-bg .flex-box h3{

        height: auto;
    }
}