@charset "UTF-8";
/*-----------------------採用情報*/
.section_mv #recruit.mv_inner {
	background-image: url("../img/recruit/mv.jpg");
	background-position: 15% 50%;
}
.recruit .intro {
	padding: 80px 0 30px;
}
.recruit .intro_box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.recruit .intro_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.recruit .intro_box .textarea {
	width: 40%;
	padding-left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recruit .intro_box .textarea .title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	color: #05287d;
	white-space: nowrap;
	margin-bottom: 1.2em;
}
.recruit .intro_box .imagearea {
	width: 60%;
	height: 550px;
	clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
	position: relative;
	overflow: hidden;
}
.recruit .intro_box .imagearea img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 60% 50%;
}
@media screen and (max-width: 1023px) {
	.recruit .intro_box .textarea {
		width: 45%;
	}
	.recruit .intro_box .textarea .title {
		font-size: 2.6rem;
	}
	.recruit .intro_box .imagearea {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	.recruit .intro {
		padding: 50px 5% 10px;
	}
	.recruit .intro_box {
		flex-direction: column;
	}
	.recruit .intro_box .textarea {
		width: 100%;
		padding-left: 0;
		margin: 0 auto 30px;
	}
	.recruit .intro_box .textarea .title {
		font-size: 2rem;
		margin-bottom: 1em;
	}
	.recruit .intro_box .imagearea {
		width: 100%;
		clip-path: none;
		height: auto;
		aspect-ratio: 3 / 2;
	}
}

.job.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.job.fadeIn.active {
	top: 0;
	opacity: 1;
}
.job .job_box {
	max-width: 1000px;
	margin: 0 auto;
}
.job .job_box .dl_job {
	display: flex;
	flex-wrap: wrap;
}
.job .job_box .dl_job dt {
	width: 200px;
	padding: 1.5em 0;
	border-bottom: 1px solid #193c8c;
	font-weight: 600;
}
.job .job_box .dl_job dd {
	flex: 1;
	padding: 1.5em 0 1.5em 2em;
	border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
	.job .job_box .dl_job {
		flex-direction: column;
	}
	.job .job_box .dl_job dt {
		width: 100%;
		padding: 1.5em 0 1em;
		border-bottom: none;
	}
	.job .job_box .dl_job dd {
		padding: 0 0 1.5em 0;
		border-bottom: 1px solid #cccccc;
	}
}

.r_contact {
	padding: 30px 5% 80px;
	background-image: url("../img/common/bg_rightbottom.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50% auto;
}
.r_contact .r_contact_box {
	max-width: 1000px;
	background-color: #efefef;
	padding: 3em;
	margin: 0 auto;
}
.r_contact .r_contact_box .r_c_text {
	text-align: center;
	margin-bottom: 2em;
}
.r_contact .r_contact_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.r_contact .r_contact_box ul li {
	flex: 1;
	padding: 0 10px;
}
.r_contact .r_contact_box ul li .btn_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	border-radius: 40px;
	border: 1px solid #05287d;
	background-color: #ffffff;
}
.r_contact .r_contact_box ul li .btn_tel .phone_num {
	font-size: 2.4rem;
	font-weight: 600;
	color: #05287d;
}
.r_contact .r_contact_box ul li .btn_link {
	width: 100%;
	height: 80px;
	border-radius: 40px;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.r_contact {
		padding: 20px 5% 50px;
		background-size: 80% auto;
	}
	.r_contact .r_contact_box {
		padding: 2em;
	}
	.r_contact .r_contact_box .r_c_text {
		text-align: left;
	}
	.r_contact .r_contact_box ul {
		flex-direction: column;
	}
	.r_contact .r_contact_box ul li {
		padding: 0;
		margin-bottom: 20px;
	}
	.r_contact .r_contact_box ul li .btn_tel {
		height: 60px;
		border-radius: 30px;
	}
	.r_contact .r_contact_box ul li .btn_tel .phone_num {
		font-size: 2rem;
	}
	.r_contact .r_contact_box ul li .btn_link {
		height: 60px;
		border-radius: 30px;
		font-size: 1.5rem;
	}
}

