@charset "utf-8";

.interview_link{
	display:block;
	color:#222 !important;
	text-decoration:none !important;
}
.interview_thumb{
	position: relative;
	margin-bottom:20px;
	border-radius: 5px;
	overflow:hidden;
	box-shadow: 0px 20px 30px #002A4A0F;
}
.interview_thumb img{
	width: 100%;
	transition:transform 0.3s;
}
.interview_link:hover .interview_thumb img{transform:scale(1.05);}
.interview_label{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #fff;
	padding: 6px 10px;
	background: #222;
	border-radius: 5px 0px;
	z-index: 1;
}
.interview_ttl{
	position:relative;
	font-weight: bold;
	font-size:1.8rem;
	line-height:2.88rem;
	margin-bottom: 12px;
}
.interview_link:hover .interview_ttl{color: #880000 !important;}
.interview_ttl::after{
	content:'';
	position:relative;
	top: -2px;
	right: 0;
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-left: 8px;
	background: url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat;
	pointer-events: none;
}
.interview_role{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 8px;
}
.interview_meta{
	display: flex;
	gap: 20px;
	font-size: 1.3rem;
	line-height: 1.9rem;
}
.interview_meta span{position: relative;}
.interview_meta span:first-child::after{
	content:'';
	position: absolute;
	top: 1px;
	right: -10px;
	bottom: 0;
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: auto;
	background: #222;
}

.slick-arrow{
	top: auto;
	bottom: -41px;
	width:36px;
	height: 36px;
	transform:none;
}
.slick-prev{
	right:auto;
	left: 0;
}
.slick-next{left: 155px;}
.slick-arrow::before, .slick-arrow::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	transition: opacity 0.3s;
}
.slick-prev.slick-arrow::before{
	background: #fff url(/ja/recruit/img/common/arrow_l_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.slick-prev.slick-arrow::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_l_white.svg) no-repeat center center;
	border: 1px solid #CC0000;
	opacity: 0;
}
.slick-next.slick-arrow::before{
	background: #fff url(/ja/recruit/img/common/arrow_r_red.svg) no-repeat center center;
	border: 1px solid #E57E7E;
}
.slick-next.slick-arrow::after{
	background: #CC0000 url(/ja/recruit/img/common/arrow_r_white.svg) no-repeat center center;
	border: 1px solid #CC0000;
	opacity: 0;
}
.slick-arrow:hover::before{opacity: 0;}
.slick-arrow:hover::after{opacity: 1;}
.slide_counter{
	position:absolute;
	bottom: -35px;
	left: 53px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 85px;
	font-family:var(--font_inter);
	font-weight: 600;
	font-size: 1.4rem;
	color:#222;
}
.slide_counter::before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:30px;
	height:1px;
	margin:auto;
	background:#222 !important;
}

@media screen and (max-width:1024px){
.interview_thumb{margin-bottom:15px;}
.interview_ttl{
	font-size:1.6rem;
	line-height:2.56rem;
	margin-bottom: 9px;
}
.interview_ttl::after{
	top: -1px;
	margin-left: 5px;
}
.interview_role{
	font-size: 1.3rem;
	line-height: 1.9rem;
	margin-bottom: 6px;
}
.interview_meta{
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.interview_meta span:first-child::after{height: 10px;}
.slick-arrow{
	width:34px;
	height: 34px;
}
.slick-next{left: 152px;}
.slick-arrow::before, .slick-arrow::after{
	width: 34px;
	height: 34px;
}
.slide_counter{
	left: 53px;
	width: 82px;
}
}

@media screen and (max-width:767px){
.interview_role{
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin-bottom: 5px;
}
.interview_list .slick-arrow{bottom: 25px;}
.interview_list .slick-prev {
	left: calc(50% - 20px);
	transform: translateX(calc(-50% - 75px));
}
.interview_list .slick-next {
	left: calc(50% - 20px);
	transform: translateX(calc(-50% + 75px));
}
.interview_list .slide_counter{
	bottom: 30px;
	left: calc(50% - 20px);
	transform: translateX(-50%);
	width: 80px;
}
.interview_rel_list .slick-arrow{bottom: 25px;}
.interview_rel_list .slick-prev {
	left: 50%;
	transform: translateX(calc(-50% - 75px));
}
.interview_rel_list .slick-next {
	left: 50%;
	transform: translateX(calc(-50% + 75px));
}
.interview_rel_list .slide_counter{
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
}
}