/* 新着情報 blog.html — Strata 上書き + サービスメニュー型リスト（参考: ahc-net.co.jp/service/） */

.page-blog {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #1e293b !important;
  background: #e8eef4 !important;
  -webkit-font-smoothing: antialiased;
}

.page-blog .blog-main {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-blog a {
  border-bottom: none;
}

/* ヒーロー */
.blog-hero {
  background: linear-gradient(165deg, #1c293f 0%, #243652 40%, #152238 100%);
  color: #fff;
  padding: 2rem 1.25rem 2.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-hero {
    padding: 2.75rem 1.5rem 2.75rem;
  }
}

.blog-hero .section-heading__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #e8c96b;
  margin-bottom: 0.65rem;
}

.blog-hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.35;
  color: #fff;
}

.blog-hero__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  margin: 1.1rem auto 0;
  max-width: 26rem;
  line-height: 1.8;
}

/* 記事パネル（サービス一覧の白枠に近い） */
.blog-section {
  padding: 2rem 0 3rem;
}

.blog-section > .container {
  max-width: 52rem !important;
}

.blog-feed-panel {
  background: #fff;
  border: 1px solid var(--ahc-border, #dce4ee);
  padding: 1.5rem 1.25rem 0.5rem;
  box-shadow: 0 2px 16px rgba(28, 41, 63, 0.06);
}

@media (min-width: 768px) {
  .blog-feed-panel {
    padding: 2rem 2rem 0.5rem;
  }
}

.blog-feed-head {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--ahc-border, #dce4ee);
}

.blog-feed-head__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--ahc-accent, #c5a03a);
  margin-bottom: 0.35rem;
}

.blog-feed-head__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ahc-navy, #1c293f);
  margin: 0 0 0.5rem;
  letter-spacing: 0.06em;
}

.blog-feed-head__note {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* 記事リスト */
.blog-news-list {
  display: flex;
  flex-direction: column;
}

.blog-feed-item {
  margin: 0;
  border-top: 1px solid #e8edf3;
}

.blog-feed-item:first-child {
  border-top: none;
}

.blog-feed-item__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 0;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.15s ease;
}

@media (max-width: 575px) {
  .blog-feed-item__link {
    flex-direction: column;
    gap: 0.85rem;
  }
}

.blog-feed-item__link:hover {
  background: rgba(28, 74, 110, 0.04);
}

.blog-feed-item__link:hover .blog-feed-item__cta {
  color: #0f172a;
}

.blog-feed-item__media {
  flex-shrink: 0;
  width: 140px;
  height: 88px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

@media (min-width: 576px) {
  .blog-feed-item__media {
    width: 168px;
    height: 96px;
  }
}

.blog-feed-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-feed-item__body {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.blog-feed-item__brand {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #64748b;
  margin: 0 0 0.35rem;
  /* text-transform: uppercase; */
}

.blog-feed-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ahc-navy, #1c293f);
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.blog-feed-item__date {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.65rem;
}

.blog-feed-item__cta {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c4a6e;
  border-bottom: 2px solid var(--ahc-accent, #c5a03a);
  padding-bottom: 2px;
  align-self: flex-start;
}

.blog-back-wrap {
  text-align: center;
  margin: 2rem 0 0;
}

.blog-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 0.65rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff !important;
  background: var(--ahc-navy, #1c293f);
  text-decoration: none !important;
  border: none;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.blog-back-btn:hover {
  background: var(--ahc-navy-mid, #2d4a6a);
  color: #fff !important;
}
