.mv {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	background: url(/recruit/lib/cmn_img/sub_mv_bg.jpg) left repeat;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
	color: #0c1941;
}

.contants {
	background: url(/recruit/lib/cmn_img/ptn_bg01.jpg) left repeat;
}

.move3 {
	position: relative;
	width: 100%;
}

.move3 .rellax.Img01 {
	top: 0px;
	left: 0;
	position: absolute;
}

.move3 .rellax.Img01 img {
	width: 18vh;
}

.move3 .rellax.Img02 {
	top: 100px;
	right: 0;
	position: absolute;
}

.move3 .rellax.Img02 img {
	width: 18vh;
}

.move4 {
	position: relative;
	width: 100%;
}

.move4 .rellax.Img01 {
	top: 800px;
	left: 0;
	position: absolute;
}

.move4 .rellax.Img01 img {
	width: 18vh;
}

.move4 .rellax.Img02 {
	top: 1000px;
	right: 0;
	position: absolute;
}

.move4 .rellax.Img03 img {
	width: 18vh;
}

.move4 .rellax.Img03 {
	top: 2000px;
	right: 0;
	position: absolute;
}

.move4 .rellax.Img02 img {
	width: 18vh;
}

.mainTxt {
	padding: 50px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	color: #0c1941;
}

.contants .mainTxt span {
	font-size: 22px;
}

#section01 {
	padding-bottom: 100px;
	overflow: hidden;
}

.title h2 img {
	width: 100%;
}

#section01 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 18%;
}

#section01 .sinceBox {
	position: relative;
	z-index: 99;
}

#section01 .sinceBox .since {
	margin: 30px auto;
	width: 70%;
}

#section01 .sinceBox .since img {
	width: 100%;
}

#section01 .sinceBox p.arrow {
	margin: 20px auto;
	text-align: center;
	width: 4%;
}

#section01 .sinceBox p.arrow img {
	width: 100%;
}

#section01 .sinceBox .storyBox {
	background: #fff;
	border: 1px solid #4fa5dc;
	padding: 40px;
	border-radius: 20px;
	font-weight: bold;
	line-height: 1.8;
	color: #0c1941;
}

#section01 .sinceBox .imgBox {
	width: 40%;
	float: left;
}

#section01 .sinceBox .txtBox {
	float: right;
	width: 57%;
}

#section01 .sinceBox .txtBox .title {
	font-size: 20px;
	margin-bottom: 15px;
}

#section02 {
	background: url(/recruit/about/images/whats_bg02.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

#section02 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 20%;
}

#section02 .txtBox {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	color: #0c1941;
	margin-top: 50px;
	font-size: 16px;
}

#section02 .txtBox span {
	font-size: 20px;
}

#section03 {
	background: url(/recruit/about/images/ptn_bg03.jpg) repeat;
	padding: 100px 0;
}

#section03 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 26%;
}

#section03 .txtBox {
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
	color: #0c1941;
	line-height: 1.8;
}

#section03 p.img {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#section03 p.img img {
	width: 100%;
}

#section03 .point_txt {
	text-align: center;
	font-weight: bold;
	color: #0c1941;
	line-height: 1.8;
	font-size: 20px;
}

#section04 {
	background: #fff;
	padding: 100px 0;
}

#section04 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 25%;
}

#section04 p.img {
	width: 70%;
	margin: 20px auto 0;
	margin-bottom: 20px;
}

#section04 p.img img {
	width: 100%;
}

#section04 .txtBox {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #0c1941;
	line-height: 1.8;
}

#section05 {
	background: #bfe2f5;
	padding: 100px 0;
}

#section05 .title h2 {
	margin: 0 auto;
	text-align: center;
	width: 35%;
}

section#section05 {
	padding: 80px 0;
	background: #bfe2f5;
}

#section05 .slider {
	margin-top: 30px;
}

#section05 .slider .center .slick-center {
	opacity: 1;
}


/*
li.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.10);
}
*/

.slick-initialized .slick-slide {
	opacity: 0.5;
}

.slick-slide {
	transform: scale(.8);
}

.slick-current {
	transform: scale(1);
}

.slick-prev:before,
.slick-next:before {
	font-size: 40px !important;
}

.slick-prev,
.slick-next {
	width: 40px !important;
	height: 40px !important;
}

.slick-prev {
	left: -45px !important;
}

.slick-next {
	right: -45px !important;
}




@media screen and (max-width:1200px) and (min-width:800px) {

	#section05 .scInr {
		max-width: 900px;
	}

}


@media screen and (max-width:800px) {

	.mv {
		padding: 40px;
		font-size: 24px;
	}

	.mainTxt {
		padding: 0 20px;
		margin: 50px 0;
		line-height: 1.8;
	}

	.contants .mainTxt span {
		font-size: 20px;
	}

	#section01 {
		padding-bottom: 50px;
		overflow: hidden;
	}

	#section01 .title h2 {
		width: 46%;
	}

	#section01 .sinceBox .since {
		margin: 30px auto;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	#section01 .sinceBox .storyBox {
		margin: 0 20px;
		padding: 30px;
	}

	#section01 .sinceBox .imgBox {
		width: 100%;
		float: none;
	}

	#section01 .sinceBox .txtBox {
		float: none;
		width: 100%;
	}

	#section01 .sinceBox .txtBox .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#section01 .sinceBox .txtBox .txt {
		font-size: 14px;
	}

	#section01 .sinceBox p.arrow {
		width: 7%;
	}

	#section02 {
		background: url(/recruit/about/images/whats_bg02.jpg) 92% no-repeat;
		background-size: cover;
		padding: 50px 0;
	}

	#section02 .title h2 {
		width: 50%;
	}

	#section02 .txtBox {
		padding: 0 20px;
		font-size: 14px;
	}

	#section02 .txtBox span {
		font-size: 16px;
	}

	#section03 {
		padding: 50px 0;
	}

	#section03 .title h2 {
		width: 68%;
	}

	#section03 .txtBox {
		padding: 0 20px;
		font-size: 14px;

	}

	#section03 p.img {
		width: 90%;
		padding: 0 20px;
	}

	#section03 .point_txt {
		padding: 0 20px;
		font-size: 16px;
	}

	#section04 {
		padding: 50px 0;
	}

	#section04 p.img {
		width: 100%;
		padding: 0 20px;
	}

	#section04 .title h2 {
		width: 62%;
	}

	#section04 .txtBox {
		padding: 0 20px;
		font-size: 14px;
	}

	#section05 {
		padding: 50px 0;
	}

	#section05 .title h2 {
		width: 90%;
	}

	.slick-dots {
		bottom: -45px !important;
	}

}
