@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    staff_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: #fff !important;
}

#wrap{
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    opacity: 1 !important;
}

#contents_area{
    display: block !important;
    min-width: 1000px;
    opacity: 1 !important;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    padding: 30px;
    background-color: #afbcc4;
    position: relative;
    z-index: 2;
}

#head h1{
    opacity: 1 !important;
}

#head h1 img{
    width: 532px;
    opacity: 1 !important;
}

.is_sp #head h1 img.touch,
.is_pc #head h1 img:hover{
    opacity: .7 !important;
}

#contents_area:before{
    content: '';
    width: 100%;
    max-width: 1200px;
    min-width: 1000px;
    height: 100%;
    opacity: .1;
    background-image:url(../images/staff/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: fixed;
    z-index: 0;
}

#footer{
    background-color: #fff;
    position: relative;
    z-index: 2;
}


/* --------------------------------------------------
*
    #staff
*
-------------------------------------------------- */
#staff{
    padding: 100px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

#staff:after{
    content: '';
    display: block;
    clear: both;
}

#staff .section{
    width: 98%;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

#staff .caution{
    margin: -20px 0 60px 0;
    font-size: 80%;
}

#staff h2{
    margin: 0 0 100px 0;
    font-size: 30px;
    letter-spacing: .075em;
}

#staff h3{
    display: inline-block;
    clear: both;
    margin: 0 0 45px 0;
    font-size: 20px;
    position: relative;
    letter-spacing: .075em;
}

#staff h3:after{
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background-color: #231815;
    position: absolute;
    bottom: -10px;
    left: -5%;
}

#staff h4{
    display: inline-block;
    clear: both;
    margin: 0 0 30px 0;
    font-size: 16px;
    position: relative;
}

#staff h4:after{
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    border-bottom: 1px dashed #231815;
    position: absolute;
    bottom: -10px;
    left: -5%;
}

#staff li{
    margin: 0 0 20px 0;
    overflow: hidden;
}

#staff li dl{
    margin: 0 0 20px 0;
    overflow: hidden;
}

#staff dl{
    margin: 0 0 60px 0;
    clear: both;
    line-height: 2em;
    text-align: left;
}

#staff dl:after{
    content: '';
    clear: both;
    display: block;
}

#staff dt{
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0 0 15px 0;
    clear: both;
    float: left;
    text-align: right;
}

#staff dd{
    width: 50%;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    float: left;
    text-align: left;
}

#staff .single dd{
    width: 100%;
    padding: 0;
    text-align: center;
}

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