@charset "utf-8";
/* ============================================
  施工事例
============================================ */

.page_header01::before {
  background-image: url(../img/kv01.jpg);
}

/* ============================================
  
============================================ */

.section01 .text01 {
  font-size: 2rem;
  margin-bottom: 1em;
}

/* List */

.worksList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.worksList::after {
  content: "";
  width: 298px;
  height: 0;
}

.worksList_item {
  width: 298px;
}

.worksList_item dl {
  margin-top: 0.625em;
}

.worksList_item dl dt::after {
  content: "様";
}

@media(min-width:768px) {
  .worksList_item:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}

@media(max-width:767px) {
  .worksList_item {
    width: 100%;
  }
  .worksList_item+.worksList_item {
    margin-top: calc(60/750*100vw);
  }
}