@charset "UTF-8";

/* ------------------------------
    募集要項
------------------------------ */

body.pt {
	padding-top: 190px;
}

#mv {
	width: 100%;
	height: 400px;
	align-items: center;
	display: flex;
	align-items: center;
	background: #fff;
}

#mv .mv_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: calc(100% - 370px);
	margin-left: auto;
	height: 100%;
	height: 400px;
	background-image: url(../img/employment/mv_employment.jpg);
}

#mv .mv_img p {
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}

#mv .txt_wrap {
	width: 370px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 100px;
}

#mv .page_ttl {
	font-size: 10rem;
	color: #26346e;
}

#mv .page_ttl + p {
	font-size: 2.6rem;
	color: #26346e;
	line-height: 1.5;
	border-bottom: 2px solid #26346e;
	display: inline-block;
	margin-top: 15px;
}

@media screen and (max-width: 1200px) {
	#mv .mv_img {
		min-width: inherit;
		width: calc(100% - 270px);
	}
	#mv .txt_wrap {
		padding-left: 50px;
	}
	#mv .page_ttl {
		font-size: 8rem;
	}
	#mv .page_ttl + p {
		font-size: 2rem;
	}
}


@media screen and (max-width: 1024px) {
	body.pt {
		padding-top: 140px;
	}
}

@media screen and (max-width: 767px) {
	body.pt {
		padding-top: 100px;
	}
	#mv {
		height: auto;
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	#mv .mv_img {
		position: static;
		width: 100%;
		height: 200px;
	}
	#mv .mv_img p {
		right: 10px;
		top: 30%;
		transform: translateY(-30%);
		color: #fff;
		font-size: 0.9rem;
	}
	#mv .txt_wrap {
		position: static;
		left: 0;
		top: auto;
		transform: none;
		width: auto;
		padding-left: 6%;
		margin-top: -27px;
	}
	#mv .page_ttl {
		font-size: 5.5rem;
	}
	#mv .page_ttl + p {
		font-size: 1.5rem;
	}
}

/* ------------------------------
    #main_contents
------------------------------ */

#employment #main_contents {
	margin: 120px auto 230px;
}

.employment {
	overflow: hidden;
	justify-content: space-between;
}

.employment .flex > div {
	width: 46%;
}

/* left_area */

.employment .left_area h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #26346e;
}

.employment .left_area p {
	font-size: 1.6rem;
	line-height: 2.1;
}

.employment .left_area h5 {
	margin-top: 30px;
	margin-bottom: 12px;
}

.employment .left_area h5 span {
	font-size: 2.6rem;
	line-height: 1.6;
	border-bottom: 2px solid
}

.employment .left_area .txt_small {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2;
}

/* right_area */

.employment .right_area {}

.employment .right_area .img {
	margin-bottom: 40px;
}

.employment .right_area table {
	width: 100%;
	border-collapse: collapse;
}

.employment .right_area table th {
	width: 29%;
	min-width: 93px;
	padding: 14px 8px;
	border-bottom: 1px solid #26346e;
	font-weight: bold;
}

.employment .right_area table td {
	padding: 14px 8px 14px 0;
	border-bottom: 1px solid #26346e;
}

.employment .right_area table tr:last-child th,
.employment .right_area table tr:last-child td {
	border: none;
}

.entry_btn {
	max-width: 1300px;
	margin: 100px auto 0;
}

.entry_btn a {
	width: 100%;
	display: block;
	background: #26346e;
	color: #fff;
	font-size: 1.8rem;
	padding: 32px 0;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.entry_btn a span {
	font-size: 3.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-bottom: 3px;
}

.entry_btn a::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0px;
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
	.entry_btn {
		max-width: inherit;
	}

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
	#employment #main_contents .wrap1100 {
		width: 100%;
	}
	#employment #main_contents {
		margin: 45px auto 140px;
	}

	.employment {
		flex-direction: column;
	}

	.employment .flex > div {
		width: 100%;
	}

	/* left_area */
	.employment .left_area {
		padding: 0 6%;
	}
	.employment .left_area h4 {
		font-size: 1.3rem;
		padding-bottom: 8px;
		margin-bottom: 15px;
	}
	.employment .left_area p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.employment .left_area h5 span {
		font-size: 1.7rem;
	}
	.employment .left_area .txt_small {
		font-size: 1.1rem;
	}

	/* right_area */
	.employment .right_area {
		margin-top: 50px;
	}
	.employment .right_area .img img {
		width: 100%;
	}
	.employment .right_area table {
		width: 88%;
		margin: auto;
	}
	.employment .right_area table th {
		width: 29%;
		padding: 9px 8px 9px 0;
		font-size: 1.2rem;
	}
	.employment .right_area table td {
		padding: 9px 8px 9px 0;
		font-size: 1.2rem;
	}

	.entry_btn {
		margin: 55px auto 0;
	}
	.entry_btn a {
		font-size: 1.3rem;
		padding: 38px 0;
	}
	.entry_btn a span {
		font-size: 2.3rem;
		margin-right: 12px;
		padding-bottom: 2px;
	}

}