@charset "UTF-8";

@media(max-width: 767px){
	.sec-top:before{
		background-image: url(../assets/recruit_first-view.jpg);
		background-position: -70px center;
	}
}
@media(min-width: 768px){
	.sec-top{
		background-image: url(../assets/recruit_first-view.jpg);
		background-size: cover;
		background-position: 0 center;
	}
}


/*仕事内容=========================*/
.sec-about-job{
	padding-top: 70px;
	margin-bottom: 70px;
}
.sec-about-job h2{
	margin-bottom: 40px;
}
.sec-about-job > p{
	padding: 0 28px;
	text-align: left;
	max-width: 700px;
	margin: 0 auto 50px;
}
.sec-about-job_work-flow{
	background: #fafafa;
	padding: 70px 28px;
}
.sec-about-job_work-flow h3{
	margin-bottom: 60px;
}
.sec-about-job_work-flow div{
	max-width: 600px;
	margin: 0 auto;
	padding-left: 6px;
}
.sec-about-job_work-flow div img{
	width: 100%;
}
.sec-about-job_work-flow p{
	font-size: 1.2rem;
	margin: 40px auto 0;
}
@media(min-width: 960px){
	.sec-about-job > p{
		margin: 0 auto 80px;
	}
	.sec-about-job{
		padding-top: 120px;
		margin-bottom: 0;
	}
	.sec-about-job_work-flow{
		padding: 100px 0;
	}
	.sec-about-job_work-flow h3{
		margin-bottom: 70px;
	}
	.sec-about-job_work-flow div{
		max-width: 640px;
	}
}


/*会社概要===============================*/
.sec-requirement{
	padding: 0 6.58823529411765% 50px;
	box-sizing: border-box;
}
.sec-requirement h2 {
	margin-bottom: 40px;
}
.sec-requirement table{
	text-align: left;
}
.sec-requirement_container{
	width: 100%;
}
table{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 70px;
}
table tr:first-child{
	border-top: solid 1px #ddd;
}
table th{
	width: 44%;
	padding: 37px 20px 37px 0;
	border-bottom: solid 1px #ddd;
	font-weight: 600;
}
table td{
	width: 56%;
	border-bottom: solid 1px #ddd;
	padding: 37px 0;
}
.sec-requirement h3{
	border: none;
	margin-bottom: 20px;
	font-size: 2.2rem;
}
.sec-requirement .btn{
	margin-top: 30px;
}
@media(min-width: 960px){
	.sec-requirement{
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 6.94444444444444% 80px;
	}
	.sec-requirement_container{
		margin-bottom: 90px;
		display:flex;
		justify-content: space-between;
	}
	.sec-requirement h2 {
		width: 140px;
		text-align: left;
		margin: 0;
	}
	.sec-requirement h2 .en{
		line-height: 1.3;
	}
	.sec-requirement table{
		width: 58%;
		margin: 0;
	}
	.sec-requirement .btn{
		width: 400px;
		height: 70px;
		line-height: 4.375;
		margin-top: 50px;
	}
	.sec-requirement h3{
		border: none;
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
}
.footer{
	background-color: #fff;
}

#sec-requirement_container{
	position: relative;
}
/*左エリア*/
#sec-requirement_title{
	position: -webkit-sticky;
	position: sticky;
	top:0;
	height: 100vh;
	padding-top: 120px;
}
#company-table{
	display: block;
	padding-top: 130px;
}

/*768px以下の見え方==================*/
@media screen and (max-width:959px){
	#sec-requirement_container{
		display: block;
	}
	#sec-requirement_title{
		height: auto;
		padding-top: 0;
	}
	#company-table{
		width:100%;
		padding-top: 0;
	}
}

