@charset "utf-8";
/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
#main .pageTitle {
	background-image: url(../img/staff/page_bg.jpg);
}
#main .tabUl {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
#main .tabUl li {
	width: 550px;
}
#main .tabUl li a {
	padding: 13px;
	display: block;
	border-radius: 25px;
	font-weight: bold;
	background-color: #ecdb44;
	text-align: center;
	position: relative;
}
#main .tabUl li a::after {
	margin-left: -13px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #1a1a1a;
	left: 50%;
	bottom: -10px;
	content: '';
	opacity: 0;
}
#main .tabUl li.on a {
	color: #fff;
	background-color: #1a1a1a;
}
#main .tabUl li.on a::after {
	opacity: 1;
}
#main .tabBox {
	display: none;
}
#main .detailBox .imgBox {
	margin-bottom: 170px;
	position: relative;
}
#main .detailBox .imgBox .nameTxt {
	padding: 22px 15px 30px;
	width: 360px;
	bottom: -120px;
	font-size: 2.8rem;
}
#main .detailBox .imgBox .nameTxt .en {
	margin: 9px 0 19px;
	font-size: 1.6rem;
}
#main .detailBox .imgBox .nameTxt .lable {
	min-width: 240px;
	padding: 7px 15px;
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
	background-color: #fff;
	border-radius: 15px;
	line-height: 1;
	box-sizing: border-box;
}

@media all and (min-width: 897px) {
	#main .tabUl li a:hover {
		color: #fff;
		background-color: #1a1a1a;
	}
	#main .tabUl li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		background-image: url(../img/staff/sp_page_bg.jpg);
	}
	#main .tabUl li a {
		font-size: 1.3rem;
		border-radius: 25px 0 0 25px;
	}
	#main .tabUl li:last-child a {
		border-radius: 0 25px 25px 0;
	}
	#main .tabUl {
		margin-bottom: 50px;
	}
	#main .detailBox .imgBox .nameTxt {
		padding: 10px 15px 15px;
		width: calc(100% - 20px);
		font-size: 1.8rem;
		bottom: -56px;
	}
	#main .detailBox .imgBox .nameTxt .en {
		margin: 0 0 10px;
		font-size: 1.2rem;
	}
	#main .detailBox .imgBox .nameTxt .lable {
		min-width: 180px;
		font-size: 1.2rem;
	}
}