#wrapper{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

img,video{
	display: block;
	width: 100%;
}

.cvBox,
.movieBox{
	position: relative;
}

.movieBox .movie01,
.movieBox .movie02,
.movieBox .movie03,
.movieBox .movie04{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.movieBox .movie01{
	width: 85%;
	top: 51%;
}
.movieBox .movie02{
	width: 85%;
	top: 25%;
}
.movieBox .movie03{
	width: 85%;
	top: 24%;
}
.movieBox .movie04{
	width: 93.5%;
	top: 30.5%;
}


.movieBox .iconAni01{
	position: absolute;
	left: 11%;
	margin: 0 auto;
	width: 25%;
	top: 20%;
}
.movieBox .iconAni02{
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 45%;
	top: 51%;
}

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

/*****************スライド*******************/
.slide01 li img{
	width: 100%;
}
.slick-dots{
	bottom: -10%;
}
.slick-dots li button:before{
	font-size: 20px;
	color: #fff;
}
.slick-dots li.slick-active button:before{
	color: #fff;
}