@charset "UTF-8";

/* keyvisual */
.contact_main_keyvisual{
    background: url("../img/contact_page_keyvisual.jpg") no-repeat center center/cover;
    position:relative;
    z-index: 1;
}
.contact_main_keyvisual::before{
    content:"";
    display:block;
    background:rgba(0,0,0,0.3);
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: -1;
    }
    .contact_main_keyvisual_container{
    max-width:960px;
    margin: 0 auto;
    padding:60px 0;
    display:flex;
    justify-content: center;
    align-items: center;
    }
    
    .contact_main_contact_h2{
        width: 6.5em;
        font-size: 37px;
        line-height: 1.65;
        text-align: center;
        letter-spacing: 0.08em;
        margin: 30px auto;
        color: #e2e2e2;
    }
