@charset "utf-8";
@media screen and (max-width: 960px) {
    .about_plofile {
        margin: 0 3%;
        padding: 2%;
        gap: 2%;
    }
}
@media screen and (max-width: 768px) {
    .about_concept_txt {
        text-align: left;
    }
    .about_plofile {
        background-color: #E8E8E8;
        display: block;
        margin: 0 8%;
        padding: 8% 0;
    }
    .about_plofile img{
        margin-bottom: 4%;
    }
    .about_plofile_bg {
        padding: 0;
    }
}
@media screen and (max-width: 428px) {
    .concept_top {
        padding: 0 4%;
    }
    .about_plofile {
        text-align: center;
        padding: 20% 0;
    }
    .about_plofile img{
        width: 190px;
    }
    .about_plofile dl dt {
        font-size: 18px;
    }
    .about_plofile dl dd{
        text-align: left;
    }
    header.under_mv{
        background-position:-200px center;
    }
    .about_concept_title {
        margin-top: 20%;
    }
    .about_concept_txt br{
        display: none;
    }
    .about_concept_txt {
        margin-top: 20%;
    }
    .about_plofile_bg {
        margin-top: 20%;
    }


}
