/* ======================================
ページトップ
========================================= */
#news .firstview {
  background-image: url(../img/news/mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#news .big__title {
  top: 36%;
  left: 12%;
  width: 8%;
}

/* ======================================
ニュースのカテゴリー
========================================= */
.news__cat {
  margin: 40px auto;
  display: flex;
}

.news__cat .red__button a {
  background-color: #000;
  border: solid 4px #000;
}

.news__cat .red__button a:hover {
  background-color: #fff;
  color: #000;
}

/* ======================================
ニュース
========================================= */
.news__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 8%;
}




@media (max-width:768px) {

  .news__cat.all__content {
    justify-content: center;
    gap: 1em .5em;
    flex-wrap: wrap;
  }
}