/* ======================
    素材について セクション
======================= */
.material-section .headline--secondary {
  color: var(--color-light-blue);
}
.material-section .material-left img {
  border-radius: 20px;
}

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