@charset "UTF-8";
/* CSS Document */
.w800{width: 800px;margin: 0;}
div.parallax{
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	}


#first article {
 background-repeat: no-repeat;
	background-position:right center;
	background-size: 40%;
	padding-bottom: 200px;
	height: auto;
}
#first h2 img{
  color: white;
  font-size: 4em;
width: 200px
}

.box-item03{margin-bottom: 5%;text-align: center;}
.box-item03 a{color: #ffffff;text-decoration: none;}
.works_h2{font-size: 28px;margin: 0; padding: 38% 0%;}
.pagettl{font-size: 20px;}
.page_btn{width: 60%;margin: 0 auto;}

.border_bottom{border-bottom: solid 1px #ffffff;padding-bottom: 2%;}

.bk-img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("./img/box_more.svg");
}
a{color: #ffffff;text-decoration: none;}
a:hover {
	color:#dfdfdf;
	text-decoration:underline;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.w800{width: 100%;margin: 0;}
#first h2 img{
  color: white;
  font-size: 4em;
width: 150px;
padding-top: 10%;
}

.pagettl{font-size:16px;}
.page_btn{width: 80%;margin: 0 auto;}

#first article {
background-repeat: no-repeat;
	background-position: right center;
	background-size: 60%;
	padding-bottom: 50px;
	margin-right: 0%;
}
.works_h2{font-size: 24px;margin: 0; padding: 28% 0%;}
.bk-img {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("./img/box_more.svg");
}
}