.news-categories-box {
  position: relative;
}

.news-categories {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .news-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.8rem;
  }
}

.news-category {
  --taxbg: #020b83;
  display: block;
  font-size: 1.4rem;
  min-width: 13rem;
  height: 3rem;
  border-radius: 0.3rem;
  padding: 0.4rem 2rem;
  position: relative;
  font-weight: bold;
  background-color: #d8d9e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.news-category:hover {
  opacity: 0.7;
}
.news-category::before {
  border-radius: 4px 0 4px 0;
  margin-right: 0.6rem;
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background-color: var(--taxbg);
}
.news-category.is-active {
  background-color: transparent;
}

.news-detail-mv {
  background-image: url("../images/common/paage-head-bg-long.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 77rem;
  border-radius: 0 0 15rem 0;
  padding: 12rem 0 0;
  color: var(--color-blue);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .news-detail-mv {
    padding: 9rem 0 10rem;
    height: 100%;
    border-radius: 0;
  }
}
.news-detail-mv__date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  font-family: var(--font-english);
  margin-top: 5.8rem;
}
@media (max-width: 767px) {
  .news-detail-mv__date {
    font-size: 1.2rem;
    margin-top: 2.4rem;
    margin-bottom: 0.85rem;
  }
}
.news-detail-mv__title {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 7.2rem;
}
@media (max-width: 767px) {
  .news-detail-mv__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
}
.news-detail-main {
  border-radius: 0.8rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: -10rem;
}
@media print, screen and (min-width: 768px) {
  .news-detail-main {
    padding-bottom: 5rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .news-detail-main {
    padding-bottom: 1rem;
    margin-top: 0;
  }
}
.news-detail-main__image {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .news-detail-main__image {
    top: -24.5rem;
    margin-bottom: -18rem;
  }
}
@media (max-width: 767px) {
  .news-detail-main__image {
    top: -10rem;
    margin-bottom: -6rem;
  }
}
.news-detail-main__image img {
  border-radius: 10rem 0 10rem 0;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .news-detail-main__image img {
    height: 13.8rem;
    border-radius: 3rem 0;
  }
}

/*# sourceMappingURL=news.css.map */
