/* employment
---------------------------*/
.main_page {
	background: url("../images/employment/main_sp.jpg") no-repeat center center;
	background-size: cover;
	min-height: 180px;
}
.section {
	padding: 20px 0 40px;
}
.headline {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 35px;
}

.anchor_list .item {
	margin-bottom: 10px;
}
.anchor_list .item .btn_anchor {
	background: rgba(0, 150, 230, 0.3);
	border: none;
	color: #004196;
	font-size: 17px;
	padding:  15px 30px;
	transition: all 0.25s ease-out;
}
.anchor_list .item .btn_anchor:hover {
	background: #004196;
	color: #ffffff;
}
.anchor_list .item .btn_anchor:after {
	transform: rotate(90deg) translateX(-50%);
}
.section_require {
	padding-bottom: 0;
	overflow: hidden;
}
.require {
	background: rgba(0, 150, 230, 0.15);
	padding: 0 0 40px;
}
.require .sec_title_img::after {
	background: #ffffff;
	content: "";
	position: absolute;
	height: 50%;
	top: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.require .require_info dl dt {
	background: rgba(0, 150, 230, 0.6);
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	padding: 15px 20px;
}
.require .require_info dl:first-child dt {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.require .require_info dl dd {
	background: #ffffff;
	padding: 15px 20px 5px;
}
.require .require_info dl dd .txt {
	margin-bottom: 15px;
}
.require .require_info dl dd .txt.number {
	text-indent: -40px;
	padding-left: 30px;
}
.require .require_info dl:last-child dd {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 15px;
}
.section_form .sec_title_img .ttl {
	background: url('../images/common/bg_title_long.png') no-repeat center center;
	background-size: 100% auto;
	background-position-x: -15px;
	padding: 17px 35px 25px 55px;
}
.section_form .form_content .form_row:first-child {
	padding-top: 0;
}
.section_form .form_content .form_row:first-child:after {
	display: none;
}
.section_form  .form_row .final_school .radio_item, 
.section_form  .form_row .gender .radio_item {
	display: inline-block;
	margin-right: 15px;
}
.section_form .qualify {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -15px;
}
.section_form .qualify .checkbox_item {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 5px;
	margin-bottom: 15px;
}
.section_form .qualify .checkbox_item:nth-child(2) {
	-ms-flex: 0 0 66.66%;
	flex: 0 0 66.66%;
	max-width: 66.66%;
}

@media only screen and (min-width: 768px) {
	.require .require_info dl dd .txt a[href^="tel:"] {
		margin-left: 15px;
	}
}
@media only screen and (min-width: 1025px) {
	.main_page {
		background: url("../images/employment/main.jpg") no-repeat center center;
		background-size: cover;
		min-height: 300px;
	}
	.section {
		padding: 32px 0 80px;
	}
	.headline {
		font-size: 18px;
		line-height: 1.77;
		letter-spacing: 0.03em;
		margin-bottom: 52px;
	}
	.anchor_list {
		display: flex;
		margin: 0 -5px 56px;
	}
	.anchor_list .item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 5px;
	}
	.anchor_list .item .btn_anchor {
		font-size: 22px;
		padding: 18px 30px;
		letter-spacing: 0.02em;
		line-height: 2;
		max-width: 100%;
	}
	.sec_title_img {
		margin-bottom: 26px;
		padding-top: 10px;
	}
	.sec_title_img .ttl {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
	.require {
		padding: 0 0 80px;
	}
	.require .require_info dl {
		display: flex;
	}
	.require .require_info dl dt {
		border-bottom: 1px solid #ffffff;
		font-size: 18px;
		line-height: 1.4;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		max-width: 280px;
		padding: 46px 0 40px 50px;
	}
	.require .require_info dl dd {
		border-bottom: 1px solid #0096e6;
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.05em;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		padding: 44px 15px 30px 50px;
	}
	.require .require_info dl dd .txt {
		margin-bottom: 6px;
	}
	.require .require_info dl dd .txt.number {
		line-height: 1.5;
		margin-bottom: 24px;
	}
	.require .require_info {
		background: #ffffff;
		border-radius: 15px;
		overflow: hidden;
		padding-right: 50px;
	}
	.require .require_info dl:last-child dt {
		border: none;
	}
	.require .require_info dl:last-child dd {
		border-radius: 0;
		border: none;
		padding: 44px 15px 58px 50px;
	}
	.require .require_info dl:first-child dt {
		border-radius: 0;
	}
	.require .sec_title_img .ttl {
		background: url('../images/common/bg_title_short.png') no-repeat left center;
		background-size: 295px auto;
		padding: 20px 25px 35px 30px;
		max-width: 375px;
		text-align: center;
		transform: translateY(-10px);
	}
	.section_form {
		padding-top: 0;
	}
	.section_form .sec_title_img .ttl {
		background: url('../images/common/bg_title_long.png') no-repeat left center;
		background-size: 410px auto;
		padding: 20px 25px 35px 30px;
		max-width: 475px;
		text-align: center;
	}
	.section_form .qualify .checkbox_item {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.section_form .qualify .checkbox_item:nth-child(2) {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.form_row textarea.form_input {
		height: 100px;
	}
}