@charset "utf-8";

/*-------------------------------------------------
	//レスポンシブ用
-------------------------------------------------*/
#contents{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

/*-------------------------------------------------
	//01用
-------------------------------------------------*/
#contents{
	overflow: hidden;
}


.cvBox{
	background: url("../img/cv_bg.jpg") repeat-y;
	background-size: 100%;
	padding-bottom: 1%;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto 20px;
}
.cvBox .btn{
	width: 85%;
	margin: 0 auto;
}

.movieBox{
	position: relative;
}
.movieBox .movieCV01,
.movieBox .movieCV02{
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.movieBox .movieCV01{
	width: 100%;
	bottom: 0;
	z-index: -1;
}
.movieBox .movieCV02{
	width: 93.3%;
	top: 0;
}

.movieBox .iconAni{
    position: absolute;
	width: 30%;
	margin: 0 auto;
	top: 0;
	left: 3%;
}