@charset "utf-8";

.cmn_mv__ttl {
    left: 20px;
}
.staff__wrap {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}
.staff__wrap::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: skewX(
330deg) translateX(115%);
    width: 100px;
    transform-origin: top;
    background-color: #10104B;
    z-index: -1;
}
.staff__sect01_txt {
	font-size: 13px;
	text-align: center;
	line-height: calc(26/13);
	margin-bottom: 30px;
}
.staff__list {
	display: flex;
	flex-wrap: wrap;
}
.staff__list > li {
	width: calc((100% - 20px) /2);
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 12px 12px 1px rgba(228, 227, 227, .5);
}


.recruit_cmn_interview_img {
	padding-top: 100%;
}
@media screen and (max-width:767px) {
	.join_name_en {
		min-height: 2em;
	}
	.staff__list > li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:768px) {
	.staff__list_wrap {
		max-width: 980px;
		margin: 80px auto ;
	}
	.staff__sect01_txt {
		margin-top: 40px;
		font-size: 16px;
		margin-bottom: 70px;
	}
	.staff__list > li {
		width: calc((99% - 50px) /3);
		margin-right: 25px;
		margin-bottom: 35px;
		box-shadow: 12px 12px 1px rgba(228, 227, 227, .5);
	}
	.staff__list > li:nth-child(3n) {
		margin-right: 0;
	}
	.staff__wrap::before {
		transform: skewX(
			330deg) translateX(115%);
				width: 200px;
	}
}
@media screen and (min-width:1025px) {
	.staff__wrap::before {
		transform: skewX(
			330deg) translateX(115%);
				width: 300px;
	}
	.cmn_mv__ttl {
		left: 65px;
	}
	.staff__list > li {
		width: calc((99% - 60px) /3);
		margin-right: 30px;
		margin-bottom: 70px;
	}
	.recruit_cmn_interview_label_list > li {
		font-size: 14px;
		padding: 5px;
	}
	.join_years_txt {
		font-size: 12px;
	}
	.join_name {
		font-size: 25px;
	}
	.join_name_en {
		font-size: 12px;
	}
}