.mv{
	width: 100%;
	height: 934px;
	background: url(../img/index_mv.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
}
.job{
	padding:50px;
}

@media screen and (max-width: 767px){
	.mv{
		display:none;
	}
}
.thanx .thanx_info{
	margin-top: 20px;
}
@media screen and (min-width: 768px){
	.thanx header {
	/* background:#0ca6f1;
	position: relative; */
	}
}

@media screen and (max-width: 767px){
	.thanx .job{
		padding-top: 100px;
	}
}
