.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #222;
  font-feature-settings: "palt";
  background-color: #fff;
}
a.--disabled {
  pointer-events: none !important;
}

.swiper-wrapper {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  backface-visibility: hidden;
}

.bg-navy {
  background: linear-gradient(180deg, #011e35 0%, #011013 100%);
}

section.news {
  width: 75rem;
  margin: auto;
  padding: 8.75rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.news {
    width: 100%;
    padding: 3.5rem 0;
  }
}
section.news .news-lists {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists {
    padding: 0 1rem;
  }
}
section.news .news-lists .news-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list {
    gap: 1.5rem;
  }
}
section.news .news-lists .news-list .tab ul {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .tab ul {
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
}
section.news .news-lists .news-list .tab ul li a {
  border-radius: 100vh;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #e6e6e6;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .tab ul li a {
    font-size: 0.8125rem;
    padding: 0.25rem 1rem;
  }
}
section.news .news-lists .news-list .tab ul li a.active {
  background: #145ecc;
  color: #fff;
  border: 1px solid #145ecc;
}
section.news .news-lists .news-list .tab ul li a:hover {
  opacity: 1;
  color: #145ecc;
  border-color: #145ecc;
}
section.news .news-lists .news-list .tab ul li a:hover.active {
  color: #fff;
}
section.news .news-lists .news-list .list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.news .news-lists .news-list .list a {
  background-color: #fafafa;
  display: flex;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .list a {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
section.news .news-lists .news-list .list a .category {
  border-radius: 100vh;
  border: 1px solid #145ecc;
  background: #fff;
  width: 10.625rem;
  padding: 0.5rem 0;
  text-align: center;
  color: #145ecc;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .list a .category {
    width: auto;
    padding: 0.25rem 1rem;
    font-size: 0.8125rem;
  }
}
section.news .news-lists .news-list .list a .date {
  color: #777;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  width: 4.5625rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .list a .date {
    font-size: 0.8125rem;
  }
}
section.news .news-lists .news-list .list a .text {
  color: #222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  width: 53.8125rem;
}
@media screen and (max-width: 767px) {
  section.news .news-lists .news-list .list a .text {
    width: 100%;
    font-size: 0.875rem;
  }
}
section.news .news-lists .pagination nav ul {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
section.news .news-lists .pagination nav ul li a {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  border: 1px solid #cecece;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
section.news .news-lists .pagination nav ul li a:hover {
  border-color: #145ecc;
  background-color: #145ecc;
  color: #fff;
  opacity: 1;
}
section.news .news-lists .pagination nav ul li a svg {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  display: block;
}
section.news .news-lists .pagination nav ul li a.prev {
  transform: rotate(360deg);
}
section.news .news-lists .pagination nav ul li a:hover, section.news .news-lists .pagination nav ul li a:focus-visible {
  border-color: #145ecc;
  background-color: #145ecc;
  color: #fff;
  opacity: 1;
  outline: none;
}
section.news .news-lists .pagination nav ul li a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=news.css.map */