
@charset "utf-8";
/*  style　[   ]
=================================================================== */

.page-wrapper .main-visual {
	background: url(./images/main.jpg) center center no-repeat;
	background-size: cover;
}

.works-list-box {
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-works {
	width: 45%;
}
.item-works figure img {
	border-radius: 10px;
}
.list-works {
	list-style: none;
	margin: 0;
	padding: 1em;
	line-height: 1.7;
}
.list-works li {
	border-bottom: #ccc 1px dashed;
	padding: 5px;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.item-works {
	width: 96%;
}
}


/* read more */
.readmore {
  position: relative;
  margin: 0 auto 0;
  padding: 0px 0px 75px;
}

.readmore .readmore-content p{
  margin: 15px;
}

.readmore .readmore-content {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.readmore .readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, rgba(255,255,255,1) 100%);
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: ' 元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}



/* 施工 */
.sekou {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	list-style: none;
}
.sekou li {
	width: 30%;
	margin: 0 1% 15px 1%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.sekou li {
	width: 96%;
	margin: 10px auto;
}
}




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