.page-title {
  background-image: url("../img/news/mv.jpg");
  background-image: -webkit-image-set(url("../img/news/mv.webp") type("image/webp"), url("../img/news/mv.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/news/mv.webp") type("image/webp"), url("../img/news/mv.jpg") type("image/jpeg"));
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/news/sp/mv.webp") type("image/webp"), url("../img/news/sp/mv.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/news/sp/mv.webp") type("image/webp"), url("../img/news/sp/mv.jpg") type("image/jpeg"));
  }
}
.page-title::before {
  width: 71.7rem;
  height: 5.5rem;
  background-image: url("../img/news/en-title.svg");
}
@media print, screen and (min-width: 768px) {
  .page-title::before {
    right: calc(50% + 8rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-title::before {
    left: 0.5rem;
    height: 4.6rem;
    width: 61.2rem;
  }
}

.news--category {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .news--category {
    gap: 2rem;
  }
}
.news--category li {
  width: 21.2rem;
  min-height: 5rem;
}
@media only screen and (max-width: 767px) {
  .news--category li {
    width: calc(50% - 1rem);
    min-height: 8.75rem;
  }
}
.news--category li a {
  display: block;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #999;
  border-radius: 10rem;
  align-content: center;
  line-height: 1.3;
  padding: 1rem 2rem;
  transition: 0.3s;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .news--category li a {
    font-size: 2.8rem;
  }
}
.news--category li a.active {
  background: #28A5EB;
}
.news--category li a:hover {
  background: #28A5EB;
}
.news--content {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6rem 0 6rem 0;
  padding: 5rem;
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .news--content {
    padding: 5rem 4rem;
  }
}
.news--content::before {
  content: "";
  width: 101rem;
  height: calc(100% - 8.2rem);
  border-right: 2px solid #28A5EB;
  border-bottom: 2px solid #28A5EB;
  border-radius: 0 0 7rem 0;
  position: absolute;
  right: -1.7rem;
  bottom: -1.9rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .news--content::before {
    width: 62.7rem;
    border-radius: 0 0 6rem 0;
    right: -2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news--content .single {
    display: flex;
    align-items: flex-start;
  }
}
.news--content .single:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
  margin-bottom: 2.85rem;
}
.news--content .single .info {
  display: flex;
  align-items: center;
  width: 25.5rem;
}
@media print, screen and (min-width: 768px) {
  .news--content .single .info {
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--content .single .info {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.news--content .single .info time {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 12rem;
}
@media only screen and (max-width: 767px) {
  .news--content .single .info time {
    font-size: 2.6rem;
    width: 19rem;
    margin-right: 4rem;
  }
}
.news--content .single .info .category {
  text-align: center;
  width: 12rem;
  line-height: 1.8rem;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .news--content .single .info .category {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .news--content .single .info .category {
    width: 19rem;
    line-height: 3.7rem;
    font-size: 2.1rem;
  }
}
.news--content .single .single--title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .news--content .single .single--title {
    width: calc(100% - 30.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .news--content .single .single--title {
    font-size: 2.8rem;
  }
}
.news--content .single .single--title a {
  position: relative;
  padding-right: 2rem;
  display: block;
}
.news--content .single .single--title a::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .news--content .single .single--title a::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news--content .single .single--title a::after {
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 3px;
    border-right-width: 3px;
    top: 1.6rem;
  }
}
.news .pager {
  margin-bottom: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.news .pager .page-numbers {
  width: 7rem;
  height: 7rem;
  border: 1px solid #000;
  border-radius: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "Lato", sans-serif;
  transition: 0.3s;
  opacity: 1 !important;
  font-size: 2rem;
  font-weight: 700;
}
.news .pager .page-numbers:hover {
  background: #28A5EB;
  color: #fff;
  border: none;
  border: 1px solid #28A5EB;
}
.news .pager .page-numbers.current {
  background: #28A5EB;
  border-color: #28A5EB;
  color: #fff;
}
.news .pager .page-numbers.prev, .news .pager .page-numbers.next {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 1 !important;
  border: 1px solid #000 !important;
}
.news .pager .page-numbers.prev::before, .news .pager .page-numbers.prev::after, .news .pager .page-numbers.next::before, .news .pager .page-numbers.next::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 1.5rem;
  transition: 0.3s;
}
.news .pager .page-numbers.prev::after, .news .pager .page-numbers.next::after {
  display: none;
}
.news .pager .page-numbers.prev:hover, .news .pager .page-numbers.next:hover {
  background: #fff;
  color: #000;
}
.news .pager .page-numbers.prev:hover::before, .news .pager .page-numbers.prev:hover::after, .news .pager .page-numbers.next:hover::before, .news .pager .page-numbers.next:hover::after {
  border-top-color: #000;
  border-left-color: #000;
}
.news .pager .page-numbers.next::before {
  display: none;
}
.news .pager .page-numbers.next::after {
  display: block;
  transform: rotate(135deg);
  margin-left: 1.5rem;
  margin-right: 0;
}
/*# sourceMappingURL=news.css.map */