@charset "utf-8";
#bg_main_image_recruit {
	display: flex;
}


.nav_contents_recruit > ul > li:nth-child(1) .image:before{
	background-image: url(../img/img_photo01.jpg);
}
.nav_contents_recruit > ul > li:nth-child(2) .image:before{
	background-image: url(../img/img_photo02.jpg);
}
.nav_contents_recruit > ul > li:nth-child(3) .image:before{
	background-image: url(../img/img_photo03.jpg);
}
.nav_contents_recruit > ul > li:nth-child(4) .image:before{
	background-image: url(../img/img_photo04.jpg);
}
.nav_contents_recruit > ul > li:nth-child(5) .image:before{
	background-image: url(../img/img_photo05.jpg);
}
.nav_contents_recruit > ul > li:nth-child(6) .image:before{
	background-image: url(../img/img_photo06.jpg);
}



@media screen and (min-width:1025px) {
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
}

@media print, screen and (min-width: 751px) {
#bg_main_image_recruit > div{
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: cover;
	width: 50%;
}
#bg_main_image_recruit > .bg1{
	background-image: url(../img/img_main1.jpg);
}
#bg_main_image_recruit > .bg2{
	background-image: url(../img/img_main2.jpg);
}
#main_index {
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#main_index > .catch {
	width: 41.4%;
	position: relative;
	z-index: 1;
}
#main_index > .catch > span {
	background: url(../img/main_ttl.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 41.3%;
	display: block;
}
	
	.txt{
		font-size: 20px;
	}

}

@media screen and (max-width: 750px) {
#bg_main_image_recruit{
		flex-direction: column;
}
#bg_main_image_recruit > div{
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: cover;
	height: 50%;
}
#bg_main_image_recruit > .bg1{
	background-image: url(../img/img_main1.jpg);
}
#bg_main_image_recruit > .bg2{
	background-image: url(../img/img_main2.jpg);
}
#main_index {
	color: #FFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#main_index > .catch {
	width: 86%;
	position: relative;
	z-index: 1;
}
#main_index > .catch > span {
	background: url(../img/main_ttl.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 41.3%;
	display: block;
}

	
}
