@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/news/news_mv_2x.png');
}
/* =====================
  ニュースタイトル
===================== */
/* ==== H2タイトル ==== */
.news .h2-title {
  margin-top: 18.5vw;
  width: 55.46666666666667vw;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 8.2vw;
  position: relative;
  top: 8.9vw;
}
/* =====================
  ニュース一覧
===================== */
.news .inner {
  padding-bottom: 16.3vw;
}
.news-wrapper {
  width: 89.33333333333333vw;
  margin-inline: auto;
  font-size: 3.2vw;
}
.news-wrapper ul li {
  border-bottom: 1px solid var(--white);
}
.news-wrapper ul li .head {
  padding-top: 1.5em;
  padding-bottom: 0.7em;
}
.news-wrapper ul li .body {
  height: inherit;
  padding-bottom: 1.6em;
  letter-spacing: 0.02em;
}
.news-wrapper ul li .body::before {
  content: '';
  display: block;
  height: 1px;
  width: 7.933333333333334vw;
  background: var(--navy);
  margin-bottom: 0.7em;
}
/* ==== READ MORE ==== */
.news button {
  display: block;
  margin-inline: auto;
  margin-top: 10.6vw;
}
.news .more {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/arrow_2x.png');
  transform: rotate(90deg);
  width: 10.266666666666666vw;
  height: 8vw;
  margin: auto;
}
.news button > span {
  text-align: center;
  font-family: var(--title);
  font-size: 3.2vw;
  display: block;
  margin-top: 1.3em;
}
