@charset "UTF-8";

/***************************************************

	staff

***************************************************/

/********** archive **********/

#staff_archive > li{
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
	/*padding: 0 0 30px;*/
	position: relative;
	border: 1px solid #dfdfdf;
	box-shadow:1px 1px 2px 0px #d6d6d6;
}

#staff_archive > li:nth-child(3n+3){
	margin-right: 0;
}

#staff_archive > li a{
	color: #333;
	text-decoration: none;
}

#staff_archive > li a span{
	display: block;
}

#staff_archive > li a .list_wrapp{
	padding: 12px;
}

#staff_archive li > a .position{
	display: block;
	height: 14px;
	font-size: 13px;
	text-align: center;
	margin: 0 0 0;
}

#staff_archive > li a .image{
	width: 100%;
	height: 152px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: all 0.3s linear;
	-webkit-transition: -webkit-all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#staff_archive > li a:hover .image{
	height: 214px;
	-webkit-transition: all 0.4s linear;
	-webkit-transition: -webkit-all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#staff_archive > li a .name{
	font-size: 20px;
	text-align: center;
	color: #5D8D44;
	margin: 0 0 0;
}

#staff_archive > li a .name02{
	font-size: 13px;
	text-align: center;
	color: #5D8D44;
	margin: 0 0 10px;
}

#staff_archive > li a .qualification{
	font-size: 13px;
	list-style-type: disc;
	margin: 0 0 0 20px;
}

#staff_archive > li a .more{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	background: #5D8D44;
}



/********** single **********/

#staff-prof{
	border-top: 1px solid #5D8D44;
	padding: 48px 0 40px;
}

#staff-prof .table{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

#staff-prof .table .text-name,
#staff-prof .table .image{
	display: table-cell;
	vertical-align: top;
}

#staff-prof .table .image{
	width: 214px;
	height: 214px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#staff-prof .table .text-name{
	padding: 40px 0 0 20px;
}

#staff-prof .table .text-name .name{
	font-size: 28px;
	color: #5b8b3a;
	line-height: 1;
	margin: 0 0 3px;
}

#staff-prof .table .text-name .ruby{
	font-size: 14px;
	line-height: 1;
}

#staff-prof .table .text-name .capabilities{
	border-top: 1px solid #5D8D44;
	margin: 13px 0 0;
	padding: 10px 0 0;
	font-size: 14px;
}

#staff-prof .cont-box{
	margin: 33px 20px 0;
}

#staff-prof .cont-box > dl > dt{
	margin: 0 0 13px;
}

#staff-prof .cont-box > dl > dd{
	margin: 0 0 40px 30px;
}

#staff-prof .cont-box > dl > dd dl dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#staff-prof .cont-box > dl > dd dl dd{
	margin: -24px 0 8px 0;
	padding: 0 0 0 160px;
}


#single_staff_list{
	margin: -51px 0 40px;
}

#single_staff_list ul li {
	margin: 0;
	font-size: 16px;
	display: table;
	width: 100%;
	height: 60px;
    border-bottom: 1px solid #5D8D44;
}

#single_staff_list ul li a{
	display: table-cell;
	vertical-align: middle;
	background: url(/images/common/arrow_list01.png) no-repeat 10px 50%;
	padding: 0 0 0 28px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#single_staff_list ul li a:hover{
	background: url(/images/common/arrow_list01_hover.png) no-repeat 10px 50%;
}



/********************************************************************************
	リキッド調整用 CSS
********************************************************************************/

@media(max-width:1100px){

/********** archive **********/

#staff_archive > li{
	width: 19.090909vw;
	margin: 0 2.727273vw 2.727273vw 0;
}

#staff_archive > li a .list_wrapp{
	padding: 1.090909vw;
}

#staff_archive li > a .position{
	height: 1.272727vw;
	font-size: 1.181818vw;
}

#staff_archive > li a .image{
	height: 13.818182vw;
}

#staff_archive > li a:hover .image{
	height: 19.454545vw;
}

#staff_archive > li a .name{
	font-size: 1.818182vw;
}

#staff_archive > li a .name02{
	font-size: 1.181818vw;
	margin: 0 0 0.909091vw;
}

#staff_archive > li a .qualification{
	font-size: 1.181818vw;
	margin: 0 0 0 1.818182vw;
}

#staff_archive > li a .more{
	line-height: 2.727273vw;
	font-size: 1.181818vw;
}



/********** single **********/

#staff-prof{
	padding: 4.363636vw 0 3.636364vw;
}

#staff-prof .table{
	padding: 0 0 0 1.818182vw;
}

#staff-prof .table .image{
	width: 19.454545vw;
	height: 19.454545vw;
}

#staff-prof .table .text-name{
	padding: 3.636364vw 0 0 1.818182vw;
}

#staff-prof .table .text-name .name{
	font-size: 2.545455vw;
	margin: 0 0 0.272727vw;
}

#staff-prof .table .text-name .ruby{
	font-size: 1.272727vw;
}

#staff-prof .table .text-name .capabilities{
	margin: 1.181818vw 0 0;
	padding: 0.909091vw 0 0;
	font-size: 1.272727vw;
}

#staff-prof .cont-box{
	margin: 3vw 1.818182vwx 0;
}

#staff-prof .cont-box > dl > dt{
	margin: 0 0 1.181818vw;
}

#staff-prof .cont-box > dl > dd{
	margin: 0 0 3.636364vw 2.727273vw;
}

#staff-prof .cont-box > dl > dd dl dd{
	margin: -2.181818vw 0 0.727273vw 0;
	padding: 0 0 0 14.545455vw;
}


#single_staff_list{
	margin: -4.636364vw 0 3.636364vw;
}

#single_staff_list ul li {
	font-size: 1.454545vw;
	height: 5.454545vw;
}

#single_staff_list ul li a{
	background: url(/images/common/arrow_list01.png) no-repeat 0.909091vw 50%;
	padding: 0 0 0 2.545455vw;
	font-size: 1.454545vw;
}

#single_staff_list ul li a:hover{
	background: url(/images/common/arrow_list01_hover.png) no-repeat 0.909091vw 50%;
}

}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:414px){

/********** archive **********/

#staff_archive >  li{
	float: left;
	width: 47%;
	margin: 0 0 30px 0;
	/*padding: 0 0 20px;*/
	position: relative;
}

#staff_archive > li:nth-child(even){
	float: right;
}

#staff_archive > li a .list_wrapp{
	padding: 8px;
}

#staff_archive > li a .position{
	font-size: 1.1rem;
	height: 3.733333vw;
}

#staff_archive li > a .image{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#staff_archive > li a:hover .image{
	height: 140px;
}

#staff_archive > li a .name{
	font-size: 1.8rem;
}

#staff_archive > li a .name02{
	font-size: 1.2rem;
	margin: 0 0 10px;
}

#staff_archive > li a .qualification{
	font-size: 1.2rem;
	margin: 0 0 0 5.333333vw;
}

#staff_archive > li a .more{
	line-height: 20px;
	font-size: 1.3rem;

}



/********** single **********/

#staff-prof{
	padding: 30px 0 30px;
}

#staff-prof .table{
	display: block;
	padding: 0 0 0 0;
}

#staff-prof .table .text-name,
#staff-prof .table .image{
	display: block;
}

#staff-prof .table .image{
	width: 60%;
	height: 160px;
	margin: 0 auto 20px;
}

#staff-prof .table .text-name{
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
}

#staff-prof .table .text-name .name{
	font-size: 2.0rem;
	margin: 0 0 3px;
}

#staff-prof .table .text-name .ruby{
	font-size: 1.4rem;
}

#staff-prof .table .text-name .capabilities{
	border-top: none;
	margin: 15px 0 0;
	padding: 0;
	font-size: 1.4rem;
}


#staff-prof .cont-box{
	margin: 20px 10px 0;
}

#staff-prof .cont-box > dl > dt{
	margin: 0 0 10px;
	height: 19px;
}

#staff-prof .cont-box > dl > dt img{
	width: auto;
	height: 100%;
}

#staff-prof .cont-box > dl > dd{
	margin: 0 0 30px;
}

#staff-prof .cont-box > dl > dd dl dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#staff-prof .cont-box > dl > dd dl dd{
	margin: 0px 0 10px 0;
	padding: 0 0 0 0px;
}


#single_staff_list{
	margin: -40px 0 40px;
}

#single_staff_list ul li {
	font-size: 1.4rem;
	height: 50px;
}

#single_staff_list ul li a{
	font-size: 1.4rem;
}

#single_staff_list ul li a{
	background: url(/images/common/arrow_list01.png) no-repeat 10px 50%;
	padding: 0 0 0 28px;
	font-size: 16px;
}

#single_staff_list ul li a:hover{
	background: url(/images/common/arrow_list01_hover.png) no-repeat 10px 50%;
}




/*続きを読む*/
#zoku {
display:none;
}
#more-btn {
	color:#5b8f3b;
	font-weight:bold;
	border-radius: 3px;
	font-size:14px;
	padding:5px;
	cursor:pointer;
}




}
