@charset "UTF-8";

.recruit_ttl {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding-top: 80px;
}

.foot_interview {
	padding: 90px 0 140px;
}

.foot_interview_ttl {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.foot_interview_row {
	margin-top: 85px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.foot_interview_row a {
	width: 49.289%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #0644A7;
}

.foot_interview_row a:hover {
	opacity: 0.7;
}

.foot_interview_txt {
	color: #fff;
	padding: 42px;
}

.foot_interview_txt_catch {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.foot_interview_txt_info {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
}

.recruit_link {
	padding: 114px 0 90px;
	background: #F7F7F7;
}

.recruit_link_row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.recruit_link_row a {
	width: 49.289%;
	color: #FFF;
	background: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 38px 10px;
	border: 2px solid #333;
}

.recruit_link_row a:nth-child(n+3) {
	margin-top: 15px;
}

.recruit_link_row a.-entry {
	width: 100%;
	background: #0644A7;
	border: 2px solid #0644A7;
}

.recruit_link_row a:hover {
	color: inherit;
	background: #fff;
}

.recruit_link_row a.-entry:hover {
	color: #0644A7;
}

.recruit_link_row a span {
	display: block;
	text-align: center;
}

.recruit_link_row a span.-en {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.45;
}

.recruit_link_row a span.-jp {
	font-size: 14px;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
}

@media screen and (min-width:641px) {
	.foot_interview_row a:nth-child(2),
	.foot_interview_row a:nth-child(3) {
		background: #83C635;
	}

	.foot_interview_row a:nth-child(n+3) {
		margin-top: 15px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.recruit_ttl {
		font-size: 32px;
		padding-top: 50px;
	}

	.foot_interview {
		padding: 30px 0 40px;
	}

	.foot_interview_row {
		margin: 30px auto 0;
		max-width: 554px;
	}

	.foot_interview_row a {
		width: 100%;
		margin-top: 20px;
	}

	.foot_interview_row a:first-child {
		margin-top: 0;
	}

	.foot_interview_row a:nth-child(even) {
		background: #83C635;
	}

	.foot_interview_txt {
		padding: 18px 12px;
	}

	.foot_interview_txt_catch {
		font-size: 16px;
	}

	.foot_interview_txt_info {
		font-size: 14px;
	}

	.recruit_link {
		padding: 38px 0;
	}

	.recruit_link_row a {
		width: 100%;
		margin: 15px 0 0;
		font-size: 17px;
		padding: 20px 10px;
	}

	.recruit_link_row a:first-child {
		margin-top: 0;
	}

	.recruit_link_row a span.-en {
		font-size: 32px;
	}

	.recruit_link_row a span.-jp {
		font-size: 12px;
	}

}
