/*========================
mv
========================*/
#mv {
	background-image: url(../img/recruit_mv.jpg);
}

/*========================
各リンク
========================*/
.link_wrap {
	position: relative;
	z-index: 2;
	padding: 0.60rem 0 1.20rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:599px) {
	.link_wrap {
		padding-bottom: 0.60rem;
	}
}

.link_wrap .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:599px) {
	.link_wrap .in {
		gap: 0.40rem 0;
	}
}

.link_wrap .in .link {
	width: 100%;
	max-width: 5.80rem;
}
@media screen and (max-width:599px) {
	.link_wrap .in .link {
		max-width: 100%;
	}
}

.link_wrap .in .link a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.link_wrap .in .link a .ph {
	width: 100%;
	height: 3.40rem;
	overflow: hidden;
}
@media screen and (max-width:599px) {
	.link_wrap .in .link a .ph {
		height: 60vw;
	}
}

.link_wrap .in .link a .ph img  {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.link_wrap .in .link a:hover .ph img  {
	transform: scale(1.04);
}

.link_wrap .in .link a .txt_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.20rem 0 0.23rem;
}
@media screen and (max-width:599px) {
	.link_wrap .in .link a .txt_box {
		display: block;
		padding: 0.15rem 0 0.18rem;
		text-align: center;
		position: relative;
	}
	.link_wrap .in .link a .txt_box::after {
		content: "";
		width: 0.10rem;
		height: 0.10rem;
		background-image: url(../common/img/icon_right_bold_white.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 0.15rem;
		transform: translateY(-50%);
		transition: all 0.3s;
	}
}

.link_wrap .in .link a .txt_box span {
	font-size: 0.15rem;
	font-weight: 700;
}
@media screen and (max-width:599px) {
	.link_wrap .in .link a .txt_box span {
		font-size: 0.13rem;
		font-weight: 700;
	}
}

.link_wrap .in .link a .txt_box .tit {
	font-size: 0.30rem;
	font-weight: 700;
	padding-left: 0.10rem;
}
@media screen and (max-width:599px) {
	.link_wrap .in .link a .txt_box .tit {
		font-size: 0.22rem;
		padding-left: 0;
		padding-top: 0.08rem;
	}
}

.link_wrap .in .link.-newgrad a .txt_box {
	background-color: #00A0E2;
}

.link_wrap .in .link.-career a .txt_box {
	background-color: #C1272D;
}