.pagenation {
  margin-top: 9.2rem;
}
@media only screen and (max-width: 640px) {
  .pagenation {
    margin-top: 6.25vw;
    margin-bottom: 31.25vw;
  }
}
.pagenation ul {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .pagenation ul {
    gap: 6.25vw;
  }
}
.pagenation ul a {
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.4px;
  text-decoration-line: underline;
}
.pagenation ul a.-colorGreen {
  text-decoration-line: none;
  color: #ae9b61;
}

@media only screen and (max-width: 640px) {
  .kv__titlearea.-position {
    top: 58%;
  }
}

@media only screen and (max-width: 640px) {
  .news_title {
    font-size: 6.875vw;
    margin: 19.375vw auto 7.8125vw;
  }
}
.news_list {
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .news_list {
    width: 100%;
    gap: 6.25vw;
    font-size: 3.75vw;
  }
}
.news_list_container {
  margin-bottom: 3em;
  text-align: center;
}
.news_item {
  padding: 4rem 0;
  display: flex;
  border-bottom: dashed 1px rgb(0, 0, 0);
}
@media only screen and (max-width: 640px) {
  .news_item {
    padding: 0 0 6.25vw;
  }
}
.news_item:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .news_item {
    display: block;
  }
}
.news_item dt {
  width: 9em;
  font-weight: 600;
  text-align: left;
  color: #ae9b61;
}
@media only screen and (max-width: 640px) {
  .news_item dt {
    width: auto;
  }
}
.news_item dd {
  width: calc(100% - 9em);
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .news_item dd {
    width: auto;
  }
}
.news .deco01 {
  position: absolute;
  right: 0;
  top: -8rem;
  width: 21rem;
}
@media only screen and (max-width: 640px) {
  .news .deco01 {
    width: 33.125vw;
    right: auto;
    left: 5vw;
    top: -37.5vw;
  }
}

.news_list {
  display: flex;
}

@media only screen and (max-width: 640px) {
  .news-detail .content {
    margin-bottom: 28.125vw;
  }
}

.news-detail__date {
  color: #ae9b61;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}

.news-detail__ttl {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3.6px;
  margin: 0.6rem 0 5.7rem;
}
@media only screen and (max-width: 640px) {
  .news-detail__ttl {
    margin-bottom: 6.25vw;
  }
}

.news-detail__body h2 {
  font-size: 3.2rem;
  margin: 1.5em 0 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .news-detail__body h2 {
    font-size: 5vw;
  }
}
.news-detail__body h3 {
  font-size: 2.8rem;
  margin: 1.5em 0 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .news-detail__body h3 {
    font-size: 4.375vw;
  }
}
.news-detail__body h4 {
  font-size: 2.4rem;
  margin: 1.5em 0 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .news-detail__body h4 {
    font-size: 3.75vw;
  }
}
.news-detail__body p,
.news-detail__body figure {
  margin: 1.5em 0;
}
.news-detail__body a {
  text-decoration: underline;
  color: #ae9b61;
}
.news-detail__body ul li {
  list-style: disc;
  margin-left: 1.5em;
}

.news-detail__txt {
  color: rgb(0, 0, 0);
  font-weight: 400;
  letter-spacing: 0.8px;
}

.news-detail__pagination {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  margin-top: 11.5rem;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination {
    margin-top: 7.8125vw;
  }
}
.news-detail__pagination a {
  display: flex;
  align-items: center;
}
.news-detail__pagination a img {
  margin-right: 1.6rem;
  width: 1rem;
  height: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination a img {
    width: 1.5625vw;
    height: 1.875vw;
    margin-right: 1.5625vw;
  }
}
.news-detail__pagination a span {
  color: rgb(0, 0, 0);
}
.news-detail__pagination .prev {
  display: flex;
  width: 33.3333333333%;
  justify-content: flex-start;
}
.news-detail__pagination .prev img {
  transform: rotate(180deg);
}
.news-detail__pagination .list {
  display: flex;
  width: 33.3333333333%;
  justify-content: center;
}
.news-detail__pagination .list img {
  transform: rotate(-90deg);
}
.news-detail__pagination .next {
  display: flex;
  width: 33.3333333333%;
  justify-content: flex-end;
}
.news-detail__pagination .next a {
  flex-direction: row-reverse;
}
.news-detail__pagination .next a img {
  margin-left: 1.6rem;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination .next a img {
    margin-left: 1.5625vw;
  }
}/*# sourceMappingURL=information.css.map */