* {
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
}
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}


html, body {
	padding: 0;
	margin: 0;
}
section {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}


/* all */
.__person {
	width: 12.5%;
	height: auto;
	/*float: left;*/
	display: inline-block;
	position: relative;
	background: rgba(255,255,255,1.0);
	padding: 0;
}
.__person img {
	/*border-radius: 50%;*/
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.__pos {
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: 0.2s all;
	padding: 5px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: rgba(255,255,255,1.0);
	cursor: pointer;
}
.__pos:hover,
.__hover {
	opacity: 1;
}
.__shoulder {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.__name {
	font-size: 12px;
	font-weight: 700;
}


/* slide */
#__slide-wrap {
	width: 100%;
	height: 265px;
	padding-top: 65px;
	margin: 8px auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.__staff-bx {
	position: absolute;
	width: 180px;
	display: inline-block;
	margin-top: 8px;
}
#sb01 {	left: 7.4%;	}
#sb02 {	left: 40.7%;	}
#sb03 {	left: 74.0%;	}
.__face {
	border-radius: 50%;
	max-width: 100%;
}
.__fukidashi {
	display: none;
	position: absolute;
	width: 180px;
	top: -36px;
	right: -120px;
	background: url(staff/fukidashi.png) center bottom no-repeat;
	background-size: contain;
	padding-bottom: 30px;
	text-align: left;
}
.__fukidashi dt {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}
.__fukidashi dd {
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto 10px;
	padding: 0;
}
div.active .__fukidashi {
	display: block;
}

img[id^="__bt-"] {
	width: 30px;
	height: auto;
}
img[id^="__bt-"] {
	max-width: 100%;
	height: auto;
}
#__bt-left {
	position: absolute;
	/*left:15px;
	top: 49.5%;*/
	left:7px;
	top: 60%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
#__bt-right {
	position: absolute;
	/*right:15px;
	top: 49.5%;*/
	right:7px;
	top: 60%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}

@media (max-width: 767px) {
	section {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#__slide-wrap {
		width: 100%;
		text-align: center;
	}
	.__staff-bx {
		position: relative;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	#sb01, #sb02, #sb03 {	left: auto;	}
	.active {
		display: block;
		opacity: 0;
	}
	.__face {
		border-radius: 50%;
		max-width: 100%;
	}
	.__fukidashi {
		display: none;
		position: absolute;
		width: 180px;
		top: -63px;
		right: 0px;
		background: url(staff/fukidashi.png) center bottom no-repeat;
		background-size: contain;
		padding-bottom: 30px;
	}
	.__fukidashi dt {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	div.active .__fukidashi {
		display: block;
	}
	.__person {
		width: 50%;
		height: auto;
		display: inline-block;
		position: relative;
		background: rgba(255,255,255,1.0);
		padding: 0;
	}
}