/*============================================
スタッフ
============================================*/
.staff_wrap {
	max-width: 8.80rem;
	width: 100%;
	margin: auto;
	padding: 0.60rem 0;
}

@media screen and (max-width: 599px) {
	.staff_wrap {
		padding: 0.50rem 0.20rem;
		box-sizing: border-box;
	}
}

/* タイトル */
.staff_wrap .staff_title {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.30rem;
	letter-spacing: 0.10em;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0.50rem;
}

.staff_wrap .staff_title span {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	display: block;
	color: #29abe2;
}

/* スタッフ個別 */
.staff_wrap .staff_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 0.60rem;
}

.staff_wrap .staff_box:last-child {
	padding-bottom: 0;
}

.staff_wrap .staff_box .ph_wrap {
	width: 100%;
	max-width: 2.70rem;
}

@media screen and (max-width: 599px) {
	.staff_wrap .staff_box .ph_wrap {
		max-width: 1.50rem;
		margin: auto;
		padding-bottom: 0.20rem;
	}
}

.staff_wrap .staff_box .textbox {
	width: 100%;
	max-width: 5.80rem;
}

.staff_wrap .staff_box .textbox .staff_name {
	border-bottom: 1px solid #111;
	padding-bottom: 0.10rem;
	margin-bottom: 0.20rem;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.staff_wrap .staff_box .textbox .staff_name {
		border-bottom: 0;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 0.20rem;
	}
}

.staff_wrap .staff_box .textbox .staff_name strong {
	font-size: 0.22rem;
	font-weight: 400;
	padding: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.staff_wrap .staff_box .textbox .staff_name strong {
		display: block;
		font-size: 0.22rem;
		font-weight: 400;
		padding: 0.10rem 0;
	}
}

.staff_wrap .staff_box .textbox .staff_name span {
	font-size: 0.12rem;
	font-weight: 400;
	letter-spacing: 0.10em;
	color: #29abe2;
}

#company .staff_wrap .staff_box .textbox .text {
	line-height: 1.75;
	position: relative;
}

@media screen and (max-width: 599px) {
	#company .staff_wrap .staff_box .textbox .staff_text {
		height: 1.50rem;
		position: relative;
		overflow: hidden;
		z-index: 0;
		transition: all 0.3s ease;
	}
	
	#company .staff_wrap .staff_box .textbox .staff_text.open {
		height: auto;
		padding-bottom: 0.60rem;
	}

	#company .staff_wrap .staff_box .textbox .staff_text::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
		height: 1.40rem;
		width: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}
	
	#company .staff_wrap .staff_box .textbox .staff_text.open::after {
		content: none;
	}
}

@media screen and (max-width: 599px) {
	#company .staff_wrap .staff_box .textbox .sp_more {
		position: absolute;
		bottom: 0.06rem;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		width: 2.00rem;
		box-sizing: border-box;
		background-color: #29A2D9;
		line-height: 0;
		padding: 0.16rem 0;
		padding-right: 0.10rem;
		color: #FFF;
		font-size: 0.15rem;
		font-weight: 700;
		text-align: center;
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}
	
	#company .staff_wrap .staff_box .textbox .sp_more .close {
		display: none;
	}

	#company .staff_wrap .staff_box .textbox .sp_more span::before {
		content: "";
		width: 0.15rem;
		height: 0.10rem;
		background-image: url(../img/staff_more_arrow.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		margin-right: 0.10rem;
	}
	
	#company .staff_wrap .staff_box .textbox .staff_text.open .sp_more span::before {
		transform: rotate(-180deg);
	}
	
	#company .staff_wrap .staff_box .textbox .staff_text.open .sp_more .close {
		display: inline-block;
	}	
	#company .staff_wrap .staff_box .textbox .staff_text.open .sp_more .more {
		display: none;
	}
}
