/* ======================
    ニュース セクション
======================= */
.news-section .headline--secondary {
  color: var(--color-light-blue);
}
.news-section img {
  width: 100%;
}

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