@charset "UTF-8";
.news-archive {
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
}
.news-cats {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  padding: 4px;
  width: fit-content;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 64px;
}
.news-cats span, .news-cats a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-inline: 32px;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .news-cats span, .news-cats a {
    padding-inline: 16px;
  }
}
.news-cats span {
  color: #fff;
  background-color: #333;
}
.news-cats a {
  color: #666;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .news-list {
    gap: 16px;
    margin-top: 16px;
  }
}
.news-item {
  display: block;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.5s;
}
.news-item:hover {
  opacity: 0.5;
}
.news-item__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .news-item__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.news-item__date {
  font-family: var(--fontInter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news-item__date {
    font-size: 12px;
  }
}
.news-item__cats {
  display: flex;
  gap: 8px;
}
.news-item__cats p {
  display: grid;
  place-content: center;
  width: fit-content;
  padding-inline: 8px;
  height: 18px;
  font-size: 11px;
  font-weight: 300;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 4px;
}
.news-item__title {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .news-item__title {
    font-size: 12px;
  }
}
.news-pager {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .news-pager {
    margin-top: 32px;
  }
}
.news-pager .nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-pager span, .news-pager a {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 700;
  color: #aaa;
}
.news-pager .dots {
  color: #aaa;
  font-weight: 500;
}
.news-pager span {
  color: #000;
}
.news-pager .prev, .news-pager .next {
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon_angle_gray.svg");
}
.news-pager .prev:hover, .news-pager .next:hover {
  background-image: url("../images/icons/icon_angle.svg");
}
.news-pager .prev {
  transform: scaleX(-1);
}
.news-single {
  margin-top: 19.3rem;
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .news-single {
    margin-top: 11.8rem;
  }
}
.news-single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.news-single__title {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 24px;
  }
}
.news-single__head {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .news-single__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.news-single__date {
  font-family: var(--fontInter);
  font-size: 16px;
  font-weight: 600;
}
.news-single__cats {
  display: flex;
  gap: 8px;
}
.news-single__cats a {
  display: grid;
  place-content: center;
  width: fit-content;
  padding-inline: 8px;
  height: 18px;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  background-color: #000;
  border-radius: 4px;
}
.news-single__content {
  margin-top: 32px;
}
.news-single__content h2 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-single__content h2 {
    font-size: 18px;
  }
}
.news-single__content h3 {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-single__content h3 {
    font-size: 16px;
  }
}
.news-single__content h4 {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-single__content h4 {
    font-size: 14px;
  }
}
.news-single__content p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.news-single__content img {
  margin-top: 32px;
}
.news-single__content ul {
  margin-top: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.news-single__content ul li {
  margin-left: 1.2em;
  list-style-type: disc;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.news-single__buttons {
  display: flex;
  justify-content: center;
  margin-top: 7.2rem;
}
.news-single__button {
  display: grid;
  place-content: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  width: 25.5rem;
  height: 6.1rem;
  background-color: #000;
  color: #FFF;
  border-radius: 999px;
  background-image: url(../images/icons/ico_arrow_wht_rtl.svg);
  background-repeat: no-repeat;
  background-position: center left 3.2rem;
  background-size: 1.4rem 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-single__button {
    width: 100%;
  }
}

.archive .gradient._02,
.single-news .gradient._02 {
  width: 142.2rem;
  top: 30%;
  left: 0;
  transform: translateX(-70%);
  background-size: contain;
}
.archive .gradient._02 img,
.single-news .gradient._02 img {
  width: 100%;
}

@media (max-width: 750px) {
  .archive .gradient._02,
  .single-news .gradient._02 {
    top: 44%;
    width: 150vw;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .archive .gradient._02 img,
  .single-news .gradient._02 img {
    width: 30%;
  }
}
.archive .gradient._03,
.single-news .gradient._03 {
  width: 170.2rem;
  bottom: 0;
  right: 0;
  transform: translate(60%, 75%);
}

@media (max-width: 750px) {
  .archive .gradient._03,
  .single-news .gradient._03 {
    display: none;
  }
}
/* トップページ ニュース */
.top-news {
  margin-top: 21rem;
}

@media (max-width: 750px) {
  .top-news {
    margin-top: 9.6rem;
  }
}
.top-news__inner {
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
}

.top-news__list {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .top-news__list {
    margin-top: 2.4rem;
  }
}

.top-news__buttons {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .top-news__buttons {
    margin-top: 2.4rem;
  }
}

.top-news__button {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 48px;
  width: fit-content;
  height: 40px;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.top-news__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/ico_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}