.hpl-news-list {
  --hpl-paper: #f8f8f4;
  --hpl-ink: #1a1e19;
  --hpl-line: #d7d9d1;
  --hpl-accent: #d5f45c;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 4.5% 112px;
  color: var(--hpl-ink);
  font-family: Arial, "Yu Gothic", Meiryo, sans-serif;
}

html body .page .c-pageTitle {
  display: block !important;
}

.hpl-news-list *,
.hpl-news-list *::before,
.hpl-news-list *::after {
  box-sizing: border-box;
}

.hpl-news-list__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 28px;
  border-top: 1px solid var(--hpl-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.hpl-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 28px;
}

.hpl-news-card,
.hpl-news-card a,
.hpl-news-card figure,
.hpl-news-card h2,
.hpl-news-card p {
  margin: 0;
}

.hpl-news-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hpl-news-card a:focus-visible {
  outline: 3px solid #416213;
  outline-offset: 6px;
}

.hpl-news-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8e9e2;
  border: 1px solid var(--hpl-line);
}

.hpl-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.hpl-news-card__image--empty {
  display: grid;
  place-items: center;
  background: var(--hpl-accent);
}

.hpl-news-card__image--empty span {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.hpl-news-card a:hover .hpl-news-card__image img {
  transform: scale(1.025);
}

.hpl-news-card__body {
  padding-top: 18px;
  border-top: 1px solid transparent;
}

.hpl-news-card time {
  display: block;
  margin-bottom: 11px;
  font-size: 11px;
  letter-spacing: .1em;
}

.hpl-news-card h2 {
  min-height: 3.2em;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}

.hpl-news-card__body > p {
  margin-top: 13px;
  color: #596055;
  font-size: 13px;
  line-height: 1.9;
}

.hpl-news-card__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hpl-ink);
  font-size: 12px;
  font-weight: 700;
}

.hpl-news-card__more b {
  font-size: 20px;
  font-weight: 400;
}

.hpl-news-card a:hover .hpl-news-card__more {
  background: var(--hpl-accent);
}

.hpl-news-empty {
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 64px 20px;
  border: 1px solid var(--hpl-line);
  background: #fff;
  text-align: center;
}

.hpl-news-empty p,
.hpl-news-empty h2 {
  margin: 0;
}

.hpl-news-empty__en {
  margin-bottom: 20px !important;
  color: #5d6657;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.hpl-news-empty h2 {
  font-size: clamp(21px, 3vw, 32px);
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hpl-news-empty h2 + p {
  margin-top: 14px;
  color: #596055;
  font-size: 13px;
}

.hpl-news-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 72px;
}

.hpl-news-pagination .page-numbers {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid var(--hpl-line);
  color: var(--hpl-ink);
  text-decoration: none;
  font-size: 12px;
}

.hpl-news-pagination .current,
.hpl-news-pagination a:hover {
  border-color: var(--hpl-ink);
  background: var(--hpl-ink);
  color: #fff;
}

.hpl-news-portfolio .pf-news-hero {
  max-width: 1600px;
  margin: auto;
  padding: 56px 4.5% 26px;
}

.hpl-news-portfolio .pf-news-hero__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.hpl-news-portfolio .pf-news-hero h1 {
  margin-top: 34px;
  font-size: clamp(80px, 11vw, 164px);
}

.hpl-news-portfolio .pf-news-hero__jp {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
}

.hpl-news-portfolio .hpl-news-list {
  max-width: 1600px;
  padding-top: 24px;
}

.hpl-article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 5% 120px;
}

.hpl-article__back {
  display: inline-flex;
  margin-bottom: 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.hpl-article__head {
  padding: 34px 0 42px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.hpl-article__head time {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: .12em;
}

.hpl-article__head h1 {
  font-size: clamp(29px, 5vw, 54px);
  line-height: 1.45;
  letter-spacing: .01em;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hpl-article__image {
  margin: 48px 0 0;
}

.hpl-article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.hpl-article__content {
  margin-top: 56px;
  font-size: 16px;
  line-height: 2;
}

.hpl-article__content > * + * {
  margin-top: 1.6em;
}

.hpl-article__content h2,
.hpl-article__content h3 {
  margin-top: 2.4em;
  line-height: 1.55;
}

.hpl-article__content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .hpl-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hpl-news-list {
    padding: 30px 5% 72px;
  }

  .hpl-news-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hpl-news-card h2 {
    min-height: 0;
  }

  .hpl-news-portfolio .pf-news-hero {
    padding: 38px 5% 12px;
  }

  .hpl-news-portfolio .pf-news-hero h1 {
    margin-top: 28px;
    font-size: 21vw;
  }

  .hpl-news-portfolio .pf-news-hero__jp {
    margin-top: 20px;
    font-size: 14px;
  }

  .hpl-article {
    padding: 48px 5% 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hpl-news-card__image img {
    transition: none;
  }
}
