/*採用情報-フォーム-リンク*/
.recrut_form_cont{
	margin-bottom: 50px;
}
.recrut_form_cont_inner{
	width:1170px;
	margin: 0 auto;
}

.recrut_form_cont_comm{
	margin-top:150px;
}
.recrut_form_cont_comm h2{
	position: relative;
	font-size: 26rem;
	margin-bottom: 2em;
	font-weight: normal;
}
.recrut_form_cont_comm h2::after{
	content:"";
	display: block;
	position: absolute;
	width:15px;
	height:15px;
	border-right:solid 2px #e60;
	border-bottom:solid 2px #e60;
	transform: rotate(45deg);
	left:50%;
	bottom:-1em;
	margin-left: -10.5px;
	transition: 0.2s;
}
.recrut_form_link a{
	position: relative;
	display: inline-block;
	font-size:30rem;
	color:#fff;
	background-color: #e60;
	padding:1em 2em 1em 3em;
	border-radius: 5px;
}
.recrut_form_link a:hover{
	background-color: #e90;
}
.recrut_form_link a::before{
	content:"";
	display: block;
	position: absolute;
	width:10px;
	height:10px;
	border-right:solid 2px #fff;
	border-top:solid 2px #fff;
	transform: rotate(45deg);
	left:2em;
	top:50%;
	margin-top: -7px;
	transition: 0.2s;
}
.recrut_form_link a:hover::before{
	left:2.3em;
}

/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.recrut_form_cont{
		margin-bottom: 10%;
	}
	.recrut_form_cont_inner{
		width:auto;
	}

	.recrut_form_cont_comm{
		margin-top:20%;
		padding:0 4%;
	}
	.recrut_form_cont_comm h2{
		font-size: 5vw;
		line-height:1.5;
	}
	.recrut_form_link a{
		font-size:7vw;
		line-height: 1.3;
		padding:0.75em 1em;
	}
	.recrut_form_link a::before{
		left:0.3em;
	}
	.recrut_form_link a:hover::before{
		left:0.5em;
	}

}
