@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#mv:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 240px;
    visibility: hidden;
}

#mv .section_wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#mv .section_wrap .section_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#mv h1{
    margin: 0 0 25px 0;
    font-size: 36px;
    letter-spacing: .2em;
    line-height: 1.8em;
}

#mv .desc{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2em;
}

#post_body{
    width: 640px;
    padding: 60px 0;
    margin: 0 auto;
}

#post_body p{
    margin: 0 0 40px 0;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2em;
}




} /* ----- min-width : 641px ----- */