@charset "UTF-8";

#key .key-news {
  position: relative;
  height: 90.134vw;
  line-height: 0;
  overflow: hidden;
}

#key .key-news__img {
  height: 100%;
}

#key .key-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#key .key-news__badge {
  position: absolute;
  left: 7%;
  bottom: 8%;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0.16em;
  color: #e6e4d6;
  background: rgba(15, 22, 32, 0.75);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

@media only screen and (min-width: 768px) {
  #key .key-news {
    height: 676px;
  }
  #key .key-news__badge {
    left: 60px;
    bottom: 60px;
    font-size: 20px;
    padding: 30px;
  }
}

.news-wrap {
  padding: 18vw 0 12vw;
}

.news-wrap.bg2 {
  padding-top: 14vw;
  padding-bottom: 16vw;
}

body.policy-page .news-article__body {
  max-width: 860px;
  margin: 0 auto;
}

body.policy-page .news-article__body > h3 {
  margin: 28px 0 12px;
  padding: 14px 16px 14px 0;
  border-bottom: 0.6px solid #e6e4d6;
  background: rgba(26, 32, 53, 0.25);
  color: #e6e4d6;
  scroll-margin-top: 120px; /* nav-fixed がかぶる分を考慮 */
  font-size: 1.3rem;
  font-weight: 700;
}

body.policy-page .news-article__body > p {
  margin: 0 0 14px;
  line-height: 1.95;
  color: #e6e4d6;
}

body.policy-page .news-article__body > ul {
  margin: 8px 0 18px;
  padding-left: 22px;
  line-height: 1.85;
}

body.policy-page .news-article__body > ul li {
  margin: 6px 0;
}

.news-heading {
  margin-bottom: 6vw;
  text-align: left;
}

.news-intro {
  max-width: 720px;
  margin: 0 auto 8vw;
  line-height: 1.9;
}

.news-list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid rgba(26, 32, 53, 0.15);
}

.news-item {
  border-bottom: 1px solid rgba(26, 32, 53, 0.12);
}

.news-link {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 4px 18px;
}

.news-thumb {
  flex: 0 0 92px;
  margin: 0;
}

.news-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.news-body {
  flex: 1 1 auto;
}

.news-article .news-thumb {
  flex: none;
  max-width: 900px;
  margin: 24px auto 20px;
}

.news-article .news-thumb img {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 6px;
}

.news-date {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7c7c7c;
}

.news-label {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(61, 90, 108, 0.08);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.news-title {
  margin: 6px 0 6px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.news-summary {
  font-size: 13px;
  line-height: 1.8;
  color: #3b3b3b;
}

.bg2 .news-item {
  border-color: rgba(230, 228, 214, 0.16);
}

.bg2 .news-list {
  border-color: rgba(230, 228, 214, 0.24);
}

.bg2 .news-summary {
  color: #e6e4d6;
}

.bg2 .news-date {
  color: #b6b3a0;
}

.bg2 .news-label {
  background: rgba(232, 230, 218, 0.06);
}

/* 一覧へ戻るボタン（記事ページ） */
.news-article .more.back-to-list {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}
.news-article .more.back-to-list a {
  display: inline-block;
  padding: 14px 28px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1a2035;
  background: #e6e4d6;
  border: 2px solid #3d5a6c;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.news-article .more.back-to-list a:hover {
  background: #3d5a6c;
  color: #e6e4d6;
  border-color: #3d5a6c;
}
.news-article.bg2 .more.back-to-list a {
  color: #e6e4d6;
  background: transparent;
  border-color: rgba(230, 228, 214, 0.6);
}
.news-article.bg2 .more.back-to-list a:hover {
  background: rgba(230, 228, 214, 0.15);
  border-color: #e6e4d6;
  color: #e6e4d6;
}

@media only screen and (min-width: 768px) {
  .news-wrap {
    padding: 110px 0 110px;
  }

  .news-wrap.bg2 {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .news-heading {
    margin-bottom: 38px;
    text-align: center;
  }

  .news-link {
    padding: 22px 6px 24px;
    gap: 20px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-link:hover {
    background: rgba(26, 32, 53, 0.02);
  }

  .bg2 .news-link:hover {
    background: rgba(10, 15, 22, 0.7);
  }
}

