/* ニュース: セクション上余白 */
.front-news {
  padding-top: 32px;
}

/* ニュース: 見出しの書体をサンセリフに */
.front-news .section-center {
  font-family: var(--font-gothic);
  letter-spacing: 0.2em;
}

/* ニュース: 見出し下の区切り線 */
.front-news .news-divider {
  width: 90%;
  margin: 18px auto 22px;
  border-top: 1px solid var(--brand-black);
}

/* ニュース: 見出し（NEWS） */
.front-news .section-center {
  margin: 0 0 47px;
}

/* ニュース: もっと見る導線 */
.front-news .news-more {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  /* モバイル: 並び順を入れ替え */
  .front-news .container {
    display: flex;
    flex-direction: column;
  }

  .front-news .news-divider-top {
    order: 1;
    margin: 0 auto 38px;
  }

  .front-news .section-center {
    order: 2;
  }

  .front-news .news-list {
    order: 3;
  }

  .front-news .news-more {
    order: 4;
  }

  .front-news .news-divider-bottom {
    order: 5;
    margin-top: 0;
  }

}

@media (min-width: 768px) {
  /* PC: achievements 下の余白と合わせて前セクションとの間を200pxにする */
  .front-news {
    margin-top: 96px;
  }

  .front-news .section-center {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .front-news .news-divider-top {
    margin: 0 auto 94px;
  }

  .front-news .news-divider-bottom {
    margin-top: 0;
  }

  .front-news .news-more {
    margin-top: 41px;
    margin-bottom: 53px;
  }
}
