.page-title {
  background-image: url("../img/news/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/news/sp/mv.jpg");
  }
}

.news {
  margin-bottom: 10rem;
}
.news .inner {
  width: 120rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news .inner {
    width: 65rem;
  }
}
.news--category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .news--category {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 3rem 2rem;
    padding: 0 1.4rem;
  }
}
.news--category li a {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 3.4rem;
  padding: 0 2.75rem;
  border-radius: 3.4rem;
  display: block;
  border: 1px solid #003399;
  word-break: keep-all;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news--category li a {
    line-height: 4.2rem;
    font-size: 2.2rem;
    padding: 0 1.75rem;
  }
}
.news--category li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.15s;
  border-radius: 5rem;
  z-index: -1;
}
.news--category li a:hover {
  opacity: 1;
}
.news--category li a:hover::before {
  width: 100%;
}
.news--category li a.active {
  color: #fff !important;
}
.news--category li a.all {
  border: 1px solid #003399;
  color: #003399;
}
.news--category li a.all::before {
  background: #003399;
}
.news--category li a.all.active {
  background: #003399;
}
.news--category li a.all:hover {
  color: #fff;
}
.news--category li a.competition-cat {
  border-color: #7476b2;
  color: #7476b2;
}
.news--category li a.competition-cat::before {
  background: #7476b2;
}
.news--category li a.competition-cat.active {
  background: #7476b2;
}
.news--category li a.competition-cat:hover {
  background: #7476b2;
  color: #fff;
}
.news--category li a.service-cat {
  border-color: #dc4f51;
  color: #dc4f51;
}
.news--category li a.service-cat::before {
  background: #dc4f51;
}
.news--category li a.service-cat.active {
  background: #dc4f51;
}
.news--category li a.service-cat:hover {
  background: #dc4f51;
  color: #fff;
}
.news--category li a.regular-cat {
  border-color: #e78f00;
  color: #e78f00;
}
.news--category li a.regular-cat::before {
  background: #e78f00;
}
.news--category li a.regular-cat.active {
  background: #e78f00;
}
.news--category li a.regular-cat:hover {
  background: #e78f00;
  color: #fff;
}
.news--category li a.news-cat {
  border-color: #98aa2e;
  color: #98aa2e;
}
.news--category li a.news-cat::before {
  background: #98aa2e;
}
.news--category li a.news-cat.active {
  background: #98aa2e;
}
.news--category li a.news-cat:hover {
  background: #98aa2e;
  color: #fff;
}
.news--list {
  margin-bottom: 10rem;
}
@media print, screen and (min-width: 768px) {
  .news--list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--list {
    margin-bottom: 4rem;
  }
}
.news--list__single {
  padding-bottom: 3rem;
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .news--list__single {
    width: 36.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--list__single {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.news--list__single a {
  display: block;
}
.news--list__single a:hover {
  opacity: 1;
}
.news--list__single a:hover .thumb::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .news--list__single a {
    display: flex;
    align-items: flex-start;
  }
}
.news--list__single .thumb {
  margin-bottom: 3rem;
  position: relative;
}
.news--list__single .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .news--list__single .thumb {
    margin: 0 2.6rem 0 0;
    width: 26rem;
  }
}
.news--list__single .post-txt {
  position: relative;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-txt {
    width: calc(100% - 28.6rem);
    padding: 0;
  }
}
.news--list__single .post-txt::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-txt::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .news--list__single .post-info {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-info {
    margin-bottom: 1rem;
  }
}
.news--list__single .post-info time {
  color: #003399;
  margin-right: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-info time {
    line-height: 1;
    margin: 0 0 2rem;
    display: block;
  }
}
.news--list__single .post-info .category span {
  line-height: 2.3rem;
  color: #fff;
  text-align: center;
  padding: 0 1.75rem;
  border-radius: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-info .category span {
    padding: 0 3rem;
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
}
.news--list__single .post-info .category span.service-cat {
  background: #dc4f51;
}
.news--list__single .post-info .category span.news-cat {
  background: #98aa2e;
}
.news--list__single .post-info .category span.regular-cat {
  background: #e78f00;
}
.news--list__single .post-info .category span.competition-cat {
  background: #7476b2;
}
.news--list__single .post-info .title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media only screen and (max-width: 767px) {
  .news--list__single .post-info .title {
    font-size: 2.8rem;
  }
}
.news .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .pager * {
  margin: 0 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  width: 5.2rem;
  line-height: 5rem;
  border: 1px solid #999;
  border-radius: 5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news .pager * {
    width: 8.41rem;
    line-height: 8rem;
    font-size: 2.8rem;
    margin: 0 1.5rem;
  }
}
.news .pager span.current {
  color: #fff;
  background: #999;
}
.news .pager span.dots {
  width: auto;
  border: none;
}
.news .pager .prev, .news .pager .next {
  display: none;
}
/*# sourceMappingURL=news.css.map */