@charset 'utf-8';
/* ==========================================

  works

========================================== */
/* ------------content css------------ */
.recruit_wrap{
	width: 100%;
}
#slider{
	height: 512px!important;
}
#contact{
	margin: 0 auto;
	padding: 50px;
}
.slider_wrap{
	margin-bottom: 60px;
}
.slider_content{
	width: 623px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.recruit_wrap h2{
	width: 910px;
	margin: 0 auto;
	margin-bottom: 82px;
}
.recruit_wrap .recruit_point_bg{
	width: 1000px;
	margin: 0 auto;
	background: #e1dfeb;
	border:1px solid #24458a;
	margin-bottom: 100px;
	position: relative;
}
.recruit_point_bg .recruit_point_deco span{
	width: 32px;
	height: 32px;
	background: #24458a;
	display: block;
}
.recruit_point_bg .recruit_point_deco span:nth-child(1){
	position: absolute;
	top: -16px;
	left: -16px;
}
.recruit_point_bg .recruit_point_deco span:nth-child(2){
	position: absolute;
	top: -16px;
	right: -16px;
}
.recruit_point_bg .recruit_point_deco span:nth-child(3){
	position: absolute;
	bottom: -16px;
	left: -16px;
}
.recruit_point_bg .recruit_point_deco span:nth-child(4){
	position: absolute;
	bottom: -16px;
	right: -16px;
}

.recruit_wrap .recruit_point{
	width: 775px;
	margin: 0 auto;
	padding: 26px 0 36px;
}
.recruit_wrap .recruit_point h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
  margin-bottom: 1em;
}
.recruit_wrap .recruit_point ul{
	margin-left: 1em;
}
.recruit_wrap .recruit_point li{
	font-size: 20px;
	margin-bottom: 1em;
  list-style: disc;
}
.recruit_section {
	width: 1000px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
	margin-bottom: 160px;
}
.recruit_section .recruit_content_L{
	width: 485px;
}
.recruit_section .recruit_content_R{
	width: 485px;
}
.recruit_section .recruit_content_R h3{
	font-size: 40px;
	color: #24458a;
	line-height: 1.2em;
}
.recruit_section .recruit_content_R h3 span{
	font-size: 20px;
	color: #e83828;
}
.recruit_section .recruit_content_R .ttl{
	background: #e1dfeb;
	padding: 2px 5px;
	margin-top: 1.8em;
	margin-bottom: 0.5em;
}
.recruit_section .recruit_content_R p:nth-of-type(1){
	margin-top: 0.5em;
}
.recruit_section .recruit_content_R p{
	line-height: 1.5em;
}
.recruit_section .recruit_content_R li{
	list-style: disc;
	line-height: 1.5em;
  margin-left: 1.5em;
}
.recruit_section .recruit_content_L .image_box{
	margin-bottom: 40px;
}
.recruit_section_bg{
	background: url("images/recruit_section01_bg.png");
	background-repeat: no-repeat;
	background-size: 660px;
	background-position: calc(50% - 320px) bottom;
}
.recruit_section_bg.section02{
	background: url("images/recruit_section02_bg.png");
	background-repeat: no-repeat;
	background-size: 660px;
	background-position: calc(50% + 320px) bottom;
}
.recruit_section_bg.section03{
background: none;
}
.recruit_section.section02{
	flex-direction: row-reverse;
}
/* ------------sp css------------ */
@media screen and (max-width: 1000px){
	.recruit_wrap{
		width: 100%;
	}
	#slider{
		height: 51.2vw!important;
	}
	.recruit_wrap h2{
		width: 90%;
	}
	.slider_content{
		width: 62.3vw;
	}
	.recruit_wrap h2{
    margin-bottom: 8.2vw;
	}
	.recruit_wrap .recruit_point_bg{
		width: 90vw;
	}
	.recruit_wrap .recruit_point{
		width: 77.5vw;
		padding: 2.6vw 0 3.6vw;
	}
	.recruit_section{
		width: 90%;
		margin-bottom: 16vw;
	}
	.recruit_section .recruit_content_L{
		width: 44vw;
	}
	.recruit_section .recruit_content_R{
		width: 44vw;
	}
	.recruit_section_bg{
		background-size: 66vw;
    background-position: calc(50% - 32vw) bottom;
	}
	.recruit_section .recruit_content_R h3 span{
		display: block;
	}
	#contact{
    padding: 3.91vw 0;
		padding-top: 12vw;
		margin-top: -12vw;
	}

}
@media screen and (max-width: 900px){
	.recruit_section{
		flex-wrap: wrap;
	}
	.recruit_section .recruit_content_L{
		width: 100%;
	}
	.recruit_section .recruit_content_R{
		width: 100%;
	}
	.recruit_section .recruit_content_L .image_box{
    margin-bottom: 4.44vw;
	}
	.recruit_section .recruit_content_R h3 br{
		display: none;
	}
}
@media screen and (max-width: 760px){

}
@media screen and (max-width: 500px){
	.recruit_section .recruit_content_R h3 br{
		display: block;
	}
	.recruit_wrap .recruit_point h3{
		font-size: 6.4vw;
	}
}
