/* 静态内容页 — 会社情報 / お知らせ */
.static-hero {
  margin: 0 -20px 32px;
  padding: 56px 0;
  background: linear-gradient(135deg, #fff5f4, #fff);
  border-bottom: 1px solid #f0f0f0;
}

.static-hero .wrap h1 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 10px;
}

.static-hero .wrap p {
  color: #555;
  font-size: 16px;
}

.static-content-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.news-list-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.news-list-item:last-child { border-bottom: 0; }

.news-list-item time {
  font-size: 13px;
  color: #888;
  font-weight: 700;
}

.news-list-item h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.news-list-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.page-grid section + section { margin-top: 32px; }
.page-grid h2 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.link-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.link-list a { color: var(--red); text-decoration: none; font-weight: 600; }
.link-list a:hover { text-decoration: underline; }

@media (max-width: 720px) {
  .news-list-item { grid-template-columns: 1fr; }
}
