@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/works/main_img.jpg")no-repeat center / cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
  margin-bottom: 140px;
}
.lead_area  {
  letter-spacing: 0.05em;
}
.lead_area .inner {
  padding-bottom: 0;
}
.lead_area p {
  padding: 0;
  margin-bottom: 1em;
  line-height: 2.2;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 40px;
  margin-top: 60px;
}
.works_list>li {
  width: 500px;
}
.works_list>li h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
  border-left: solid 5px var(--green);
  padding-left: 15px;
  line-height: 1.5;
}
.works_list .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 20px;
}
.works_list .img_box li {
  width: 100%;
  height: 375px;
  position: relative;
}
.works_list .img_box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_list .img_box li::before {
  content: "完成後";
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  padding: 0 10px;
  color: #FFF;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
.works_list .img_box li:nth-of-type(2)::before {
  content: "着工前";
  font-size: 1.3rem;
}
.works_list .img_box li:nth-of-type(3)::before {
  content: "工事中";
  font-size: 1.3rem;
}

.works_list .img_box li:nth-of-type(2),
.works_list .img_box li:nth-of-type(3) {
  width: 240px;
  height: 180px;
}
.works_list>li dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #BBB;
}
.works_list>li dl dt {
  width: 200px;
  border-left: solid 1px #BBB;
  border-top: solid 1px #BBB;
  padding: 0 10px;
  text-align: center;
}
.works_list>li dl dd {
  width: 300px;
  border-left: solid 1px #BBB;
  border-right: solid 1px #BBB;
  border-top: solid 1px #BBB;
  padding: 0 20px;
}




}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/works/main_img.jpg")no-repeat center / cover;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
  margin-bottom: 80px;
}
.lead_area  {
  letter-spacing: 0.05em;
}
.lead_area .inner {
  padding-bottom: 0;
}
.lead_area p {
  padding: 0;
  margin-bottom: 1em;
  line-height: 2.2;
}


.works {
  background: #FFF;
}

.works .separator {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.works .inner {
  padding: 120px 0 60px;
  margin: 0 auto;
  background: #FFF;
}
.works .txt_box {
  background: #FFF;
  margin: 0 auto;
  padding: 60px 10px;
  position: relative;
  z-index: 1;
}
.works_list {
  width: 100%;
  margin: 0 auto;
}
.works_list>li {
  width: 100%;
  margin-bottom: 50px;
}
.works_list>li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  border-left: solid 5px var(--green);
  padding-left: 15px;
  line-height: 1.5;
}
.works_list .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-bottom: 10px;
}
.works_list .img_box li {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
}
.works_list .img_box li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.works_list .img_box li::before {
  content: "完成後";
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  padding: 0 10px;
  color: #FFF;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
.works_list .img_box li:nth-of-type(2)::before {
  content: "着工前";
  font-size: 1.2rem;
}
.works_list .img_box li:nth-of-type(3)::before {
  content: "工事中";
  font-size: 1.2rem;
}

.works_list .img_box li:nth-of-type(2),
.works_list .img_box li:nth-of-type(3) {
  width: 48%;
  height: 100%;
}
.works_list>li dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #BBB;
}
.works_list>li dl dt {
  width: 25%;
  border-left: solid 1px #BBB;
  border-top: solid 1px #BBB;
  padding: 0 10px;
  text-align: center;
}
.works_list>li dl dd {
  width: 75%;
  border-left: solid 1px #BBB;
  border-right: solid 1px #BBB;
  border-top: solid 1px #BBB;
  padding: 0 20px;
}

}



