.news-index-page main {
  background: #eef3f7;
}

.news-index-hero.page-hero {
  padding-block: 72px 78px;
  border-bottom: 1px solid rgba(77, 216, 255, .36);
  background: #07131f;
}

.news-index-hero.page-hero::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(7, 19, 31, .96) 0%, rgba(7, 19, 31, .86) 58%, rgba(7, 19, 31, .68) 100%),
    repeating-linear-gradient(90deg, rgba(77, 216, 255, .08) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(77, 216, 255, .06) 0 1px, transparent 1px 72px),
    radial-gradient(circle at 83% 35%, rgba(37, 99, 170, .75), transparent 34%),
    #07131f;
}

.news-index-hero.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(-110px, 2vw, 16px);
  bottom: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(77, 216, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(77, 216, 255, .035), 0 0 0 108px rgba(77, 216, 255, .025);
}

.news-index-hero .wrap {
  max-width: none;
}

.news-hero-kicker,
.news-hero-status,
.news-section-code,
.news-card-meta,
.news-card-action {
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: .08em;
}

.news-hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8be6ff;
  font-size: 13px;
  font-weight: 800;
}

.news-hero-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8ff55;
  box-shadow: 0 0 16px rgba(184, 255, 85, .82);
}

.news-index-hero.page-hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(52px, 8vw, 92px);
  line-height: 1;
  letter-spacing: -.055em;
}

.news-index-hero h1 span {
  color: #4dd8ff;
}

.news-index-hero.page-hero > .wrap > p {
  max-width: 700px;
  color: #d8e5ef;
  font-size: clamp(17px, 2vw, 20px);
}

.news-hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: #91a8ba;
  font-size: 11px;
  font-weight: 800;
}

.news-hero-status span:first-child {
  color: #b8ff55;
}

.news-hero-status span:first-child::before {
  content: "●";
  margin-right: 7px;
  font-size: 8px;
}

.news-index-section {
  padding-block: 72px 104px;
}

.news-index-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbd7e2;
}

.news-index-heading h2 {
  margin: 3px 0 0;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.35;
  letter-spacing: -.035em;
}

.news-index-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.news-section-code {
  color: #246d91;
  font-size: 11px;
  font-weight: 900;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.news-row {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d2dde7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 31, 48, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.news-row:hover {
  border-color: #79bad5;
  box-shadow: 0 18px 40px rgba(9, 31, 48, .13);
  transform: translateY(-4px);
}

.news-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #203448;
  background:
    linear-gradient(135deg, rgba(77, 216, 255, .07), transparent 45%),
    #08131f;
}

.news-card-media::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: solid rgba(77, 216, 255, .24);
  border-width: 1px 0 0 1px;
  clip-path: polygon(0 0, 36px 0, 36px 1px, 1px 1px, 1px 36px, 0 36px);
}

.news-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #08131f;
}

.news-card-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: #8be6ff;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 900;
  letter-spacing: .12em;
}

.news-card-placeholder small {
  display: block;
  margin-top: 8px;
  color: #6f879a;
  font-size: 10px;
  text-align: center;
}

.news-card-body {
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 24px 25px 22px;
}

.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #627487;
  font-size: 11px;
  font-weight: 800;
}

.news-card-id {
  color: #247ba1;
}

.news-row h2 {
  margin: 13px 0 10px;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.news-row p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
  color: #174e83;
  font-size: 11px;
  font-weight: 900;
}

.news-card-action b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #07131f;
  background: #b8ff55;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  transition: transform .2s ease, background .2s ease;
}

.news-row:hover .news-card-action b {
  background: #4dd8ff;
  transform: translateX(3px);
}

.news-empty {
  padding: 56px 32px;
  border: 1px solid #cbd7e2;
  border-radius: 14px;
  text-align: center;
  background: #fff;
}

.news-empty h2 {
  margin-top: 0;
}

.news-empty p {
  margin-bottom: 0;
  color: var(--muted);
}

.news-index-page .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 48px;
}

.news-index-page .pagination > a,
.news-index-page .pagination > span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border: 1px solid #c4d2de;
  border-radius: 4px;
  background: #fff;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
}

.news-index-page .pagination > a:hover {
  color: #07131f;
  border-color: #4dd8ff;
  background: #e7f9ff;
}

.news-index-page .pagination > span[aria-current="page"] {
  color: #07131f;
  border-color: #b8ff55;
  background: #b8ff55;
  box-shadow: inset 0 -3px #07131f;
}

.news-index-page .pagination > .pagination-nav {
  min-width: 76px;
  padding-inline: 12px;
}

.news-index-page .pagination > .pagination-gap {
  min-width: 24px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 760px) {
  .news-index-hero.page-hero {
    padding-block: 60px 64px;
  }

  .news-index-hero.page-hero::before {
    background:
      linear-gradient(rgba(7, 19, 31, .9), rgba(7, 19, 31, .94)),
      repeating-linear-gradient(90deg, rgba(77, 216, 255, .07) 0 1px, transparent 1px 48px),
      repeating-linear-gradient(0deg, rgba(77, 216, 255, .05) 0 1px, transparent 1px 48px),
      #07131f;
  }

  .news-index-hero.page-hero h1 {
    font-size: clamp(50px, 18vw, 70px);
  }

  .news-index-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .news-card-body {
    min-height: 0;
  }

  .news-card-action {
    margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .news-index-section {
    padding-block: 58px 78px;
  }

  .news-card-body {
    padding: 20px 19px 18px;
  }

  .news-row h2 {
    font-size: 19px;
  }

  .news-hero-status {
    display: grid;
    gap: 5px;
  }

  .news-index-page .pagination > a,
  .news-index-page .pagination > span {
    min-width: 38px;
    min-height: 38px;
  }

  .news-index-page .pagination > .pagination-nav {
    min-width: 64px;
    padding-inline: 8px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-row,
  .news-card-action b {
    transition: none;
  }
}
