/* ======================
    施工実績について セクション
======================= */
.works-section .headline--secondary {
  color: var(--color-light-blue);
}
.works-section img {
  width: 100%;
}
.track-records {
  list-style: none;
}
.track-records span {
  color: var(--color-red);
}

/* レスポンシブMobile用（～768px） */
@media screen and (max-width: 768px) {
  .works-section .container .mt-50:first-child {
    margin-top: 0;
  }
  .works-section .material-list .is-grid.mt-20 {
    margin-top: 50px;
  }
  .works-section .material-list .is-grid.gap-16 {
    gap: 0;
  }

  .track-records li {
    font-size: 1.8rem;
  }
}
