@charset "UTF-8";
/* CSS Document */



/* ////////////////////////////////////////////////////////////////////////////////

	recruit

//////////////////////////////////////////////////////////////////////////////// */

#recruit {
    height: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	background: url("../images/bg_recruit.jpg") no-repeat center center fixed;
	background-size: cover;
    max-width: inherit;
    padding: 200px 60px 120px;
}
#recruit .catchImg {
	max-width: 400px;
	line-height: 0;
	margin-bottom: 10px;
	
	opacity: 0;
	animation: op1 1.5s ease-out 0.4s forwards;
}
#recruit h2, .recruitIntro {
	color: #fff;
}

#recruit .recruitWrap {
    max-width: 1040px;
    margin: 0 auto;
}

@media screen and (max-width: 812px) {
	
	#recruit {
		padding: 26vw 6vw 14vw;
		background: none;
	}
	#recruit::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: url("../images/bg_recruit_sp.jpg") no-repeat center center;
		background-size: cover;
		z-index: -1;
	}
	
	#recruit .catchImg {
		max-width: 44vw;
		margin-bottom: 3vw;
	}
	#recruit .catchTxt {
		font-size: 6vw;
		padding-top: 3vw;
		margin-bottom: 12vw;
	}
	
	footer {
		background-color: #efefef;
	}
}