@charset "utf-8";
.staff {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 4.5em;
	margin-bottom: 5em;
	align-items: flex-start;
}
.staff-items{
	width: 29%;
	margin: 0 6% 0 0;
}
.staff-items:last-child{
	margin-right: 0
}
.staff-items p{
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-top: 1em;
}
.staff-items img{
	width: 100%;
	height: auto;
}
.staff p{
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1em;
}
.staff span{
	color: #4ac5c8;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	.staff-items{
	width: 40%;
}
}


@media screen and (max-width:480px) {
	.staff {
	margin-top: 2em;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.staff-items{
	width: 90%;
	margin: 0 0 2em 0;
}
}
