@charset "utf-8";
/* ------------------------------------------------------------ fv */
#people .fv {
}

#people .fv h1 {
	background: url(../images/common/animal_03.png) no-repeat center 50px;
	padding: 250px 0;
	text-shadow: rgba(0,0,0,0.5) 10px 10px 20px;
}

#people .fv h1 span {
	margin: 0 0 20px;
	text-shadow: rgba(0,0,0,0.5) 10px 10px 20px;
}

/* ------------------------------------------------------------ people_box */
#people .people_box {
	position: relative;
	padding: 120px 0;
}

#people .people_wrap .people_box:nth-of-type(even)::before {
	position: absolute;
	content: "";
	width: 81.25%;
	height: 600px;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(83,83,83,0.2);
}

#people .people_box h2 {
	position: relative;
	font-size: 50px;
	text-align: center;
	letter-spacing: 10px;
	margin: 0 auto 55px;
	padding: 80px 0 0;
}

#people .people_box.p1 h2 {
	background: url(../images/people/people_text_01.png) no-repeat center top;
}
#people .people_box.p2 h2 {
	background: url(../images/people/people_text_02.png) no-repeat center top;
}
#people .people_box.p3 h2 {
	background: url(../images/people/people_text_03.png) no-repeat center top;
}
#people .people_box.p4 h2 {
	background: url(../images/people/people_text_04.png) no-repeat center top;
}
#people .people_box.p5 h2 {
	background: url(../images/people/people_text_05.png) no-repeat center top;
}
#people .people_box.p6 h2 {
	background: url(../images/people/people_text_06.png) no-repeat center top;
}
#people .people_box.p7 h2 {
	background: url(../images/people/people_text_07.png) no-repeat center top;
}
#people .people_box.p8 h2 {
	background: url(../images/people/people_text_08.png) no-repeat center top;
}
#people .people_box.p9 h2 {
	background: url(../images/people/people_text_09.png) no-repeat center top;
}
#people .people_box.p10 h2 {
	background: url(../images/people/people_text_10.png) no-repeat center top;
}
#people .people_box.p11 h2 {
	background: url(../images/people/people_text_11.png) no-repeat center top;
}
#people .people_box.p12 h2 {
	background: url(../images/people/people_text_12.png) no-repeat center top;
}
#people .people_box.p13 h2 {
	background: url(../images/people/people_text_13.png) no-repeat center top;
}

#people .people_box h2 small {
	display: block;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 4px;
	margin: 0 0 10px;
}

#people .people_box h2 span {
	display: block;
	font-size: 20px;
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	letter-spacing: 2px;
	color: #6c6c6c;
	margin: 15px 0 0;
}

#people .people_box .profile {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 90px;
}

#people .people_box .img {
	width: 450px;
}

#people .people_box:nth-of-type(odd) .img {
	order: 1;
}

#people .people_box:nth-of-type(even) .img {
	order: 2;
}

#people .people_box .status_skill {
	width: 650px;
	box-sizing: border-box;
	text-align: center;
}

#people .people_box:nth-of-type(odd) .status_skill {
	padding: 0 0 0 45px;
	order: 2;
}

#people .people_box:nth-of-type(even) .status_skill {
	padding: 0 45px 0 0;
	order: 1;
}

#people .people_box .status_skill h3 {
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
	margin: 0;
}

#people .people_box .status_skill h3 span {
	display: block;
	font-size: 30px;
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
}

#people .people_box .status_skill canvas {
  width: 517px;
  height: 492px;
}


#people .people_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#people .people_box ul li {
	width: 33.333%;
	box-sizing: border-box;
}

#people .people_box ul li:nth-child(3n+1) {
	padding: 10px 35px 10px 0;
}

#people .people_box ul li:nth-child(2n+2) {
	padding: 10px 35px;	
	border-left: dotted 1px #808080;
	border-right: dotted 1px #808080;
}

#people .people_box ul li:nth-child(3n+3) {
	padding: 10px 0 10px 35px;
}

#people .people_box ul li h3 {
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
	margin: 0 auto 20px;
}

#people .people_box ul li h3 span {
	display: block;
	font-size: 30px;
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 8px;
}

#people .people_box ul li p {
	font-size: 14px;
	line-height: 2;
}





/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	
	/* ------------------------------------------------------------ common */
	.otherpage_link {
		margin: 60px auto 0;
	}
	
	/* ------------------------------------------------------------ fv */
	#people .fv h1 {
		background: url(../images/common/animal_03.png) no-repeat center 110px/auto 350px;
		padding: 250px 0 80px;
	}
	
	#people .fv h1 span {
		margin: 0 0 20px;
	}
	
	/* ------------------------------------------------------------ people_box */
	#people .people_box {
		position: relative;
		padding: 60px 0;
	}
	
	#people .people_wrap .people_box:nth-of-type(even)::before {
		width: 86%;
		height: 310px;
		background: rgba(83,83,83,0.2);
	}
	
	#people .people_box h2 {
		font-size: 35px;
		letter-spacing: 5px;
		margin: 0 auto 30px;
		padding: 0;
	}
	
	#people .people_box.p1 h2 {
		background: url(../images/people/people_text_01.png) no-repeat center center/100% auto;
	}
	#people .people_box.p2 h2 {
		background: url(../images/people/people_text_02.png) no-repeat center center/100% auto;
	}
	#people .people_box.p3 h2 {
		background: url(../images/people/people_text_03.png) no-repeat center center/100% auto;
	}
	#people .people_box.p4 h2 {
		background: url(../images/people/people_text_04.png) no-repeat center center/100% auto;
	}
	#people .people_box.p5 h2 {
		background: url(../images/people/people_text_05.png) no-repeat center center/100% auto;
	}
	#people .people_box.p6 h2 {
		background: url(../images/people/people_text_06.png) no-repeat center center/100% auto;
	}
	#people .people_box.p7 h2 {
		background: url(../images/people/people_text_07.png) no-repeat center center/100% auto;
	}
	#people .people_box.p8 h2 {
		background: url(../images/people/people_text_08.png) no-repeat center center/100% auto;
	}
	#people .people_box.p9 h2 {
		background: url(../images/people/people_text_09.png) no-repeat center center/100% auto;
	}
	#people .people_box.p10 h2 {
		background: url(../images/people/people_text_10.png) no-repeat center center/100% auto;
	}
	#people .people_box.p11 h2 {
		background: url(../images/people/people_text_11.png) no-repeat center center/100% auto;
	}
	#people .people_box.p12 h2 {
		background: url(../images/people/people_text_12.png) no-repeat center center/100% auto;
	}
	#people .people_box.p13 h2 {
		background: url(../images/people/people_text_13.png) no-repeat center center/100% auto;
	}
	
	#people .people_box h2 small {
		display: block;
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: 2px;
		margin: 0 0 6px;
	}
	
	#people .people_box h2 span {
		font-size: 15px;
		letter-spacing: 2px;
		margin: 15px 0 0;
	}
	
	#people .people_box .profile {
		display: block;
		margin: 0 auto;
	}
	
	#people .people_box .img {
		width: 100%;
	}
	
	#people .people_box .img img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	#people .people_box .status_skill {
		width: 100%;
	}
	
	#people .people_box:nth-of-type(odd) .status_skill {
		padding: 30px 0 0;
	}
	
	#people .people_box:nth-of-type(even) .status_skill {
		padding: 30px 0 0;
	}
		
	#people .people_box .status_skill h3 {
		font-size: 12px;
		text-align: left;
		margin: 0;
	}
	
	#people .people_box .status_skill h3 span {
		font-size: 24px;
		margin: 0 0 10px;
	}
	
	#people .people_box .status_skill canvas {
	  width: 100%;
	  height: auto;
	}
	
	#people .people_box ul {
		display: block;
	}
	
	#people .people_box ul li {
		width: 100%;
		border-bottom: dotted 1px #808080;
		padding: 20px 0;
	}
	
	#people .people_box ul li:nth-child(3n+1) {
		padding: 20px 0;
	}
	
	#people .people_box ul li:nth-child(2n+2) {
		padding: 20px 0;	
		border-left: none;
		border-right: none;
	}
	
	#people .people_box ul li:nth-child(3n+3) {
		padding: 20px 0;
	}
	
	#people .people_box ul li:last-child {
		border-bottom: none;
		padding: 20px 0 0;
	}
	
	#people .people_box ul li h3 {
		font-size: 12px;
		text-align: left;
		margin: 0 auto 15px;
	}
	
	#people .people_box ul li h3 span {
		font-size: 24px;
		margin: 0 0 8px;
	}
	
	#people .people_box ul li p {
		font-size: 13px;
		line-height: 1.8;
	}

}



