.news-archive {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .news-archive {
    margin-top: 43px;
  }
}
.news-archive__box {
  padding-inline: min(4.8333333333vw, 58px);
}
@media screen and (max-width: 768px) {
  .news-archive__box {
    padding-inline: 5.8666666667vw;
  }
}
.news-archive__category {
  display: flex;
  align-items: center;
  column-gap: 17.3px;
}
@media screen and (max-width: 768px) {
  .news-archive__category {
    column-gap: 12px;
  }
}
.news-archive__category-title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .news-archive__category-title {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.news-archive__category-selects {
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-archive__category-selects {
    flex: 1;
    width: auto;
  }
}
.news-archive__category-selects::before {
  content: "";
  display: block;
  width: 22.95px;
  aspect-ratio: 1;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .news-archive__category-selects::before {
    width: 15px;
    right: 13px;
  }
}
.news-archive__category-select {
  padding-inline: 36.7px 70px;
  width: 399.29px;
  max-width: 100%;
  min-height: 62.72px;
  border-radius: 100vmax;
  background: #F2F2F2;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  font-family: var(--font-family_noto-sans-jp);
}
@media screen and (max-width: 768px) {
  .news-archive__category-select {
    padding-inline: 24px 52px;
    width: 100%;
    min-height: 41px;
    font-size: 1.4rem;
  }
}
.news-archive__list {
  margin-top: 21.2px;
}
.news-archive__pagination {
  margin-top: 28px;
}/*# sourceMappingURL=news-archive.css.map */