@charset "utf-8";



/**************************************************
 h2
**************************************************/
h2{
	position: relative;
	width: calc(100% - 100px);
	min-width: 1150px;
	margin: 50px auto 0 auto;
}
h2 div{
	position: relative;
	height: 550px;
	margin: 50px auto 0 auto;
	background: url("../works/img/h2_bg.jpg") no-repeat center center;
	background-size: cover;
	z-index: 1;
}
h2::before{
	position: absolute;
	content: '';
	width: calc(100% - 100px);
	height: 500px;
	top: 150px;
	right: -50px;
	background: linear-gradient(90deg,#38C4E5,#EBEDC6);
}
h2 span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 5.0rem;
	font-weight: 900;
	letter-spacing: 10px;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,0.3);
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
h2 img{display: none;}



/**************************************************
 main
**************************************************/
main{
	position: relative;
	display: block;
	width: 1050px;
	min-width: auto;
	margin: 100px auto 0 auto;
	padding: 50px 0 150px 0;
	background: url("../img/bg1.png") repeat-y center top;
	z-index: 0;
}



/**************************************************
 works
**************************************************/
.works{
	padding: 50px;
	margin: 50px 0 0 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 #CCCCCC;
	-moz-box-shadow: 0 0 5px 0 #CCCCCC;
	box-shadow: 0 0 5px 0 #CCCCCC;
}
.works h3{
	position: relative;
	font-size: 4.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	text-align: center;
	padding: 0 0 30px 0;
}
.works h3::before{
	position: absolute;
	content: '';
	width: 60px;
	height: 5px;
	bottom: 0;
	left: calc(50% - 30px);
	/*background-color: #000000;*/
	background: linear-gradient(90deg,#38C4E5,#EBEDC6);
}
.works p{
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.6;
	padding: 25px 0 0 0;
	text-align: center;
}

.slider{
	position: relative;
	margin: 50px 0 0 0;
	/*overflow-x: hidden;*/
}
.slider ul{position: relative;}
.slider ul li{margin: 0;}
.slider ul li img{width: 100%;}

.slick-prev,
.slick-next{
    position: absolute;
    width: 40px;
    height: 40px;
	top: -21px;
	left: auto;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.slick-prev{
	right: 41px; 
	background: url("../img/prev.png") no-repeat center center #000000;
	background-size: 6px auto;
}
.slick-next{
	right: 0; 
	background: url("../img/next.png") no-repeat center center #000000;
	background-size: 6px auto;
}
.slick-prev:hover{
	background: url("../img/prev.png") no-repeat center center #000000;
	background-size: 6px auto;
	opacity: 0.5;
}
.slick-next:hover{
	background: url("../img/next.png") no-repeat center center #000000;
	background-size: 6px auto;
	opacity: 0.5;
}
.slick-prev:focus{
	background: url("../img/prev.png") no-repeat center center #000000;
	background-size: 6px auto;
	opacity: 1.0;
}
.slick-next:focus{
	background: url("../img/next.png") no-repeat center center #000000;
	background-size: 6px auto;
	opacity: 1.0;
}
.slick-prev:before,
.slick-next:before{display: none;}

.slick-dotted.slick-slider{margin-bottom: 0;}

.slick-dots{bottom: -15px;}
.slick-dots li{
   /* width: 20px;
    height: 20px;
    margin: 0 5px;*/
}
.slick-dots li button{
   /* width: 20px;
    height: 20px;
    padding: 5px;*/
}
.slick-dots li button:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 0;
	left: 5px;
	border-radius: 10.0rem;
	background-color: #DDDDDD;
	opacity: 1;
	
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: #000000;
}








/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
	
	
/**************************************************
 h2
**************************************************/
h2{
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
h2 div{
	height: 50vw;
	margin: 0;
}
h2::before{
	width: 85%;
	height: 50vw;
	top: 50px;
	right: 0;
}
h2 span{
	font-size: 3.4rem;
	letter-spacing: 5px;
}
	
	
	
	
/**************************************************
 main
**************************************************/
main{
	width: 100%;
	margin: 50px 0 0 0;
	padding: 1px 15px 50px 15px;
	background: url("../img/bg2.png") repeat-y center top;
	background-size: 320px auto;
}



/**************************************************
 works
**************************************************/
.works{
	padding: 20px;
	margin: 50px 0 0 0;
}
.works h3{
	font-size: 2.0rem;
	letter-spacing: 2px;
	padding: 0 0 20px 0;
}
.works h3::before{
	width: 50px;
	height: 4px;
	left: calc(50% - 25px);
}
.works p{
	font-size: 1.5rem;
	letter-spacing: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

.slider{margin: 40px 0 0 0;}

.slick-prev,
.slick-next{
    width: 30px;
    height: 30px;
	top: -16px;
}
.slick-prev{right: 31px;}
	
	
	
}