@charset "UTF-8";
.press-page .auto-scroll {
  margin-top: 20.6rem;
}
@media (max-width: 768px) {
  .press-page .auto-scroll {
    margin-top: 11rem;
  }
}

.press-page .page-title {
  margin: 0 2rem 8rem 2rem;
  padding: 0 8%;
  border-bottom: 3px solid #6B717C;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .press-page .page-title {
    padding: 0;
    margin: 0 1.5rem 4rem 1.5rem;
    padding-bottom: 4rem;
  }
}

.press-page .page-title h1 {
  font-size: clamp(2.4rem, 1.737rem + 1.768vw, 4rem);
  font-weight: bold;
}

.press-page .page-title div {
  display: flex;
  font-size: clamp(1.4rem, 1.3rem + 0.5vw, 1.6rem);
}

.press-page .page-title div a {
  margin-right: 0.5rem;
}

.press-page .press-archive__filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  margin: 0 8%;
  margin-bottom: 8rem;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .press-page .press-archive__filter {
    flex-direction: column;
    gap: 1rem;
    margin: 0 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
  }
}

.press-page .press-archive__filter-label {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-weight: bold;
}

.press-page .press-archive__cat-list {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .press-page .press-archive__cat-list {
    flex-wrap: wrap;
  }
}

.press-page .press-archive__cat-list li a {
  padding: 0.7rem 2rem;
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
}
.press-page .press-archive__cat-list li a.is-active {
  background-color: #101A2A;
  color: #FFFFFF;
  border: 1px solid #101A2A;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .press-page .press-archive__cat-list li a {
    padding: 0.5 1.5rem;
  }
}

.press-page .press-page__inner {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .press-page .press-page__inner {
    margin-bottom: 8rem;
  }
}

.press-page .press-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, minmax(0, 48rem));
  margin: 0 8%;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .press-page .press-list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 1.5rem;
  }
}

.press-page .press-item {
  margin: 0 auto;
  width: 100%;
}

.press-page .press-link-block {
  display: block;
  width: 100%;
}

.press-page .press-image {
  max-width: 48rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .press-page .press-image {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.press-page .press-link-block:hover .press-image {
  transform: translateY(-4px) scale(1.02);
}

.press-page .press-link-block:hover {
  opacity: 1;
}

.press-page img {
  width: 100%;
  border-radius: 4px;
}

.press-page .press-info {
  max-width: 48rem;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .press-page .press-info {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.press-page .press-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .press-page .press-meta {
    margin-bottom: 1rem;
  }
}

.press-page .press-title {
  width: 100%;
}

.press-page .press-category {
  border: solid 1px;
  padding: 0.4rem 2rem;
  font-weight: 600;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  line-height: 1;
  border-radius: 4px;
}

.press-page .press-pagination {
  display: flex;
  justify-content: center;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  /*align-items: center;*/
  gap: 2rem;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
}

.press-page .press-pagination__num,
.press-page .press-pagination__arrow {
  text-decoration: none;
  color: #132133;
  transition: opacity 0.3s, color 0.3s;
}

.press-page .press-pagination__num:hover,
.press-page .press-pagination__arrow:not(.is-disabled):hover {
  opacity: 0.8;
}

.press-page .press-pagination__num.is-current {
  color: #2EAADD;
  font-weight: bold;
  opacity: 1;
}

.press-page .post-pagination img {
  max-width: 3.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .press-page .post-pagination img {
    max-width: 3rem;
  }
}

/* 無効化されている矢印（1ページ目の「前へ」など） */
.press-pagination__arrow.is-disabled {
  opacity: 0.3;
  cursor: default;
}

.press-page .voice__innner--content {
  border-bottom: none;
}

.press-page .voice__innner--content::after {
  display: none;
}

.press-page .voice__innner--content:nth-child(n) {
  border-right: none;
  border-bottom: none;
}

.press-archive__empty {
  text-align: center;
  margin-bottom: 5rem;
}

/* 無効化されている矢印（1ページ目の「前へ」など） */
.press-pagination__arrow.is-disabled {
  opacity: 0.3;
  cursor: default;
}

.press-page .voice__innner--content {
  border-bottom: none;
}

.press-page .voice__innner--content::after {
  display: none;
}

.press-page .voice__innner--content:nth-child(n) {
  border-right: none;
  border-bottom: none;
}

.news-archive__empty {
  text-align: center;
  margin-bottom: 5rem;
}/*# sourceMappingURL=p-press.css.map */