@charset "utf-8";

/* -----------------------------------------------------------
    staff
-------------------------------------------------------------- */
#staff .staff-cmn-catch{
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.6;
}

#staff .staff-cmn-note {
    margin: 20px 0 0;
}

#staff .staff-all-photo {
    margin: 30px 0 0;
}


#staff .staff-wrap {
    margin: 100px 0 0;
}

#staff .staff-box-wrap {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

#staff .staff-intro {
    margin: 50px 0 0;
}

#staff .staff-box {
    width: calc( ( 100% - 40px ) / 3 );
}

#staff .staff-profile {
    align-items: center;
    display: flex;
    margin: 5px 0 0;
    text-align: center;
    justify-content: center;
    gap:15px;
}

#staff .staff-profile img {
    height: 18px;
    margin: 1px 0 0;
}

#staff .staff-img{
    flex-shrink: 0;
    width: 265px;
    height: 340px;
    margin: 0 30px 5px 0;
}

#staff .staff-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {

    #staff .staff-wrap {
        margin: 0;
    }
    
    #staff .comp-nav {
        margin: 0 0 40px;
    }
    
    #staff .staff-contents{
        padding: 0 20px;
    }
    /* staff-intro */
    #staff .staff-cmn-catch{
        font-size: 2.5rem;
    }
    
    #staff .staff-intro .staff-ttl{
        font-size: 2.4rem;
        margin: 0 0 15px;
        letter-spacing: .5px;
        line-height: 1.4;
    }

    /* staff-in-block */
    #staff .staff-box-wrap {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        position: relative;
        margin: 20px 0 0;
    }

    #staff .staff-box {
        width: 100%;
    }

    #staff .staff-box:last-child{
        margin-bottom: 0px;
    }
    
    .staff-box-inner {
        display: flex;
        align-items: center;
        gap : 15px;
    }

    #staff .staff-img {
        width: 45vw;
        height: 65vw;
        margin: 0;
        float: none;
    }

    #staff .staff-box .txt-wrap {
        width: 100%;
    }

    #staff .staff-ttl {
        font-size: 2.2rem;
        width: 100%;
        float: none;
        margin: 10px 0 0;
    }

    #staff .staff-profile {
        margin: 5px 0 0;
        float: none;
        width: 100%;
        text-align: left;
        line-height: 1.7;
        gap: 5px;
        justify-content: flex-start;
    }
    
    #staff .staff-profile.clm {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #staff .staff-comment {
        margin: 20px 0 0;
        float: none;
        width: 100%;
    }
    
    #staff .detail-box {
        padding: 15px 0 12px;
        float: none;
        width: 100%;
        margin: 20px 0 0;
    }
}







