@charset "UTF-8";

/*========================================

    STAFF

========================================*/

.main_innr {
	padding-top: 0;
}

.box_top {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.box_top {
		flex-direction: column;
	}
}



.box_staff {
	display: flex;
	flex-wrap: wrap;
}

.box_staff .item {
	width: 270px;
	text-align: left;
	margin-top: 80px;
	margin-right: 40px;
}

.box_staff .item:nth-child(4n) {
	margin-right: 0;
}

.box_staff .item span img {
	width: 270px;
	height: 230px;
}

.box_staff .item dl {
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

.box_staff .item dl dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: .7em;
}

.box_staff .item dl dt span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #222;
	padding: 2px 8px;
	margin-left: 10px;
}

.box_staff .item dl dt strong {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
}

.box_staff .item dl dt small {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: .8em;
	background-color: #ddd;
	line-height: 1em;
	padding: .4em;
	transform: translateY(-2px);
	border-radius: 5px;
}

.box_staff .item dl dd {
	font-size: 13px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	border-top: 1px solid #c7c7c7;
	padding-top: 1em;
}

.box_staff .item .h_btn {
	display: flex;
	margin-top: 15px;
}

.box_staff .item .h_btn li {
	list-style: none;
	margin-right: 10px;
}

.box_staff .item .h_btn li a {
	padding: 0;
}

.box_staff .item .h_btn li a img {
	width: 20px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.box_staff {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}

	.box_staff .item {
		width: 70%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	.box_staff .item:nth-child(4n) {
		margin-right: auto;
	}

	.box_staff .item span img {
		width: 100%;
		height: auto;
	}

	.box_staff .item dl dt {
		font-size: 4vw;
	}

	.box_staff .item dl dt span {
		font-size: 3.2vw;
	}

	.box_staff .item dl dt strong {
		font-size: 5.5vw;
	}

	.box_staff .item dl dt small {
		font-size: 3vw;
	}

	.box_staff .item dl dd {
		font-size: 3.6vw;
	}

	.box_staff .item .h_btn {
		margin-top: 2vw;
	}

	.box_staff .item .h_btn li {
		list-style: none;
		margin-right: 10px;
	}

	.box_staff .item .h_btn li a {
		padding: 0;
	}

	.box_staff .item .h_btn li a img {
		width: 6vw;
		height: auto;
	}
}