
/* TOP RECRUIT SLIDER */

.main_box { display:flex; }

@media print, screen and (max-width:1024px) {
  .main_box{ flex-direction:column-reverse; margin-bottom: -260px; overflow: hidden; margin-top: -4vw; }
	.recruit_fadeImages{ width: 166vw; position:absolute; left:-18vw; top:-40vw; margin-bottom:-38%; }
  .recruit_plane{ width: 7vw; top: -3.3%; left: -1%; }
}

@media print, screen and (min-width:1025px) {
	.recruit_fadeImages { width: 176%; margin-top: -48.4%; margin-left: -53%; margin-right: -66%; margin-bottom: -56%; }
	.recruit_plane { width:6%; top:-3.2%; left:-3.6%; }
}

@media print, screen and (max-width:450px) {
  .main_box{ margin-bottom: -380px;}
}