.mv{
	background:none;
	height:auto;
}
.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:#E71F19;
	position: relative;
	}
}

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