@charset "UTF-8";
/* CSS Document */

.ecm-brand-hero__kv{
}

.about_keyvisual{
    width: 100%;
}

.sp_statement_title{
    margin: 0 auto;
    width: 60%;
    padding-top: 30vw;
}

.about_statemaent{
    background-image: url(../img/240820/statement_bg_sp.jpg);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    text-align: center;
}

.statemaent_txt{
    margin: 0 auto;
    width: 85%;
    padding: 30vw 0 45vw 0;
}

.d_pc_only{
    display: none;
}

@media print,screen and (min-width: 961px) {

    .about_keyvisual{
        width: 1300px;
    }

    .sp_statement_title{
        display: none;
    }

    .about_statemaent{
        background-image: url(../img/240820/statement_bg_pc.jpg);
        background-repeat: no-repeat;
    }

    .statemaent_txt{
        width: auto;
        padding: 75px 0 160px 0;
    }
    
    .d_pc_only{
        display: block;
    }
}