@charset "utf-8";

/* ==================================================================
	company.css
	
=================================================================== */

/* ==================================================================
	top
=================================================================== */


/* --------------------------------
   □ #staffInfo
-------------------------------- */ 
#staffInfo{
	background:#F3F3F3 0 0 repeat;
    position: relative;
    padding-bottom: 70px;
}
#staffInfo:before{
    content: "";
    height: 245px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#staffInfo p.mainimg{
    position: relative;
    z-index: 2;
}

#staffInfo p.introtxt{
    margin-top: 50px;
    font-size: 125%;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

#staffInfo ul.staffList{
    margin: 50px 80px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#staffInfo ul.staffList li{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}
#staffInfo ul.staffList li:nth-child(4n){
    margin-right: 0;
}
#staffInfo ul.staffList li a{
    color: #222;
}

#staffInfo ul.staffList li a:hover{
    text-decoration: none;
}
#staffInfo ul.staffList li dt.president{
    overflow: hidden;
	background-color: #9090B0;
}
#staffInfo ul.staffList li dt.takahashi{
    border-radius: 100%;
    overflow: hidden;
	background-color: #D0B8BB;
}
#staffInfo ul.staffList li dt.tokunaga{
    border-radius: 100%;
    overflow: hidden;
	background-color: #E7D7C5;
}
#staffInfo ul.staffList li dt.maeda{
    border-radius: 100%;
    overflow: hidden;
	background-color: #90B0B0;
}
#staffInfo ul.staffList li dt.yokoshima{
    border-radius: 100%;
    overflow: hidden;
	background-color: #AF9090;
}
#staffInfo ul.staffList li dt.moriya{
    border-radius: 100%;
    overflow: hidden;
	background-color: #D17D87;
}
#staffInfo ul.staffList li dt.nakayama{
    border-radius: 100%;
    overflow: hidden;
	background-color: #DDBDB2;
}
#staffInfo ul.staffList li dt.tada{
    border-radius: 100%;
    overflow: hidden;
	background-color: #E4D3A2;
}
#staffInfo ul.staffList li dt{
    border-radius: 0!important;
	background-color: transparent!important;
}
#staffInfo ul.staffList li img{
    width: 100%;
	transition-duration: 0.3s;
}
#staffInfo ul.staffList li a:hover img{
	transform: scale(1.15);
	transition-duration: 0.3s;
}

#staffInfo ul.staffList li dt{
    margin-bottom: 12px;
}

#staffInfo ul.staffList li dd{
    text-align: center;
    font-weight: bold;
}
#staffInfo ul.staffList li dd.position{
    font-size: 84%;
    font-weight: 400;
    margin-bottom: 4px;
}
#staffInfo ul.staffList li dd.name{
    font-size: 125%;
}

#staffInfo p.bnrRecruit {
    text-align: center;
    margin-top: 20px;
}


@media only screen and
(max-width : 767px) {

    /* --------------------------------
       □ #staffInfo
    -------------------------------- */ 
    #staffInfo{
        padding-bottom: 15%;
    }
    #staffInfo:before{
        content: "";
        height: 5%;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #staffInfo p.introtxt{
        margin-top: 10%;
        font-size: 105%;
        line-height: 1.8;
    }
    #staffInfo p.introtxt br{
        display: none;
    }

    #staffInfo ul.staffList{
        margin: 10% 3% 0;
    }
    #staffInfo ul.staffList li{
        width: 46%;
        margin-right: 8%;
        margin-bottom: 8%;
    }
    #staffInfo ul.staffList li:nth-child(2n){
        margin-right: 0;
    }

    #staffInfo ul.staffList li dd.position{
        color: #fff;
        font-size: 85%;
        margin-top: 5%;
    }
    #staffInfo ul.staffList li dd.name{
        font-size: 110%;
        margin-top: 0;
    }

    #staffInfo p.bnrRecruit {
        text-align: center;
        margin-top: 20px;
    }

}

	
