@charset "UTF-8";
/*
====================================
news archive
====================================
*/
.news-archive {
  padding-top: 60px;
  padding-bottom: 0px;
}
.news-archive__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 56px;
}
.news-archive__filterBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 52px;
  padding: 12px 28px;
  border: 1px solid #59b7d7;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
.news-archive__filterBtn span {
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.news-archive__filterBtn.is-active {
  border-color: transparent;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
}
.news-archive__filterBtn.is-active span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.news-archive__filterBtn:hover {
  opacity: 0.85;
}
.news-archive__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.news-archive__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
.news-archive__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .news-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .news-archive__filter {
    gap: 10px;
    margin-bottom: 32px;
  }
  .news-archive__filterBtn {
    min-width: 90px;
    min-height: 32px;
    padding: 4px 8px;
  }
  .news-archive__filterBtn span {
    font-size: 1.3rem;
  }
  .news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .news-archive__pagination {
    margin-top: 36px;
  }
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-color: #ddd !important;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  font-family: "futura-pt", sans-serif;
  box-sizing: border-box;
  border-radius: 0;
  text-decoration: none;
}
.wp-pagenavi .current {
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  border-color: transparent;
  color: #fff;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: auto;
  min-width: 28px;
  padding: 0 8px;
}

/*
====================================
スマホ本文サイズ統一
====================================
*/
@media screen and (max-width: 768px) {
  p,
  .p,
  .top-fv__text,
  .top-about__text p,
  .top-about-card__text p,
  .top-evs__lead,
  .top-pipeline__text,
  .top-pipeline__text p,
  .top-news__lead p,
  .top-partners__lead p,
  .about-detail__introText p,
  .about-detail__text p,
  .member-card__text p,
  .member-company__table th,
  .member-company__table td,
  .partner-block__text p,
  .about-why__sub,
  .about-strategy__leadText,
  .about-strategy-detail__text p,
  .tech-hero-nav__lead,
  .tech-feature__lead,
  .tech-feature__text p,
  .tech-feature__boxDesc,
  .tech-uc__lead,
  .tech-uc__note,
  .pipeline-item__contentInner p,
  .page-content p,
  .page-content li,
  .page-content th,
  .page-content td,
  .single-news__content p,
  .contact-form-section__officeLabel,
  .contact-form-section__officeText,
  .page-faq-item__answerText p,
  .news-archive__empty {
    font-size: 1.3rem;
  }
}
