.news {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-top: 62px;
  }
}
.news__title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.news__title::before, .news__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
.news__title::after {
  bottom: 0;
}
.news__inner {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .news__inner {
    width: 100%;
  }
}
.news__list {
  margin-bottom: 58px;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .news__list {
    position: relative;
  }
  .news__list::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--base-border-color);
    content: "";
  }
}
.news__item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15em;
}
.news__item span:first-of-type {
  padding-right: 31px;
}
.news__item a {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .news__item a {
    flex-direction: column;
    gap: 16px;
  }
}

main {
  background-size: cover;
}

.news-detail {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  .news-detail {
    padding-top: 62px;
  }
}
.news-detail__content {
  display: grid;
  position: relative;
  width: 68%;
  grid-template-columns: 44% auto;
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .news-detail__content {
    width: 100%;
    grid-template-columns: auto;
    grid-template-rows: repeat(5, auto);
  }
}
.news-detail__date {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8rem;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
  grid-area: 1/1/2/3;
}
.news-detail__date::before, .news-detail__date::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
.news-detail__date::after {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .news-detail__date {
    grid-area: auto;
  }
}
.news-detail__title {
  padding-top: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1024px) {
  .news-detail__title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 167%;
    grid-area: auto;
  }
  .news-detail__title::before, .news-detail__title::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--base-border-color);
    content: "";
  }
  .news-detail__title::after {
    bottom: 0;
  }
}
.news-detail__text {
  position: relative;
  margin-bottom: 56px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
  grid-area: 2/2/3/3;
}
.news-detail__text p {
  padding-bottom: 12px;
}
.news-detail__text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
@media screen and (max-width: 1024px) {
  .news-detail__text {
    grid-area: auto;
  }
  .news-detail__text:after {
    content: none;
  }
}
.news-detail__nav {
  display: grid;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  grid-area: 3/2/4/3;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
}
@media screen and (max-width: 1024px) {
  .news-detail__nav {
    padding-bottom: 47px;
    font-size: 16px;
    grid-area: auto;
  }
}
.news-detail__back {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 1024px) {
  .news-detail__back {
    grid-area: auto;
  }
}/*# sourceMappingURL=news.css.map */