.information .content {
  margin-bottom: 19.1rem;
}
@media only screen and (max-width: 640px) {
  .information .content {
    margin-bottom: 15.625vw;
  }
}

.information__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.information__item {
  background: rgba(35, 24, 21, 0.05);
  padding: 3.5rem 0 3.5rem 3.6rem;
}
@media only screen and (max-width: 640px) {
  .information__item {
    padding: 3.125vw;
  }
}
.information__item a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .information__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5625vw;
  }
}

.information__date {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  width: 16rem;
}
@media only screen and (max-width: 640px) {
  .information__date {
    font-size: 3.75vw;
  }
}

.information__title {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .information__title {
    font-size: 3.75vw;
  }
}

.information__pagination {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 4.1rem;
}
@media only screen and (max-width: 640px) {
  .information__pagination {
    margin-top: 6.25vw;
  }
}

.information__pagination-item {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration-line: underline;
}
@media only screen and (max-width: 640px) {
  .information__pagination-item {
    font-size: 3.75vw;
  }
}

.information-detail .content {
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .information-detail .content {
    padding-bottom: 7.8125vw;
  }
}

.information-detail__title {
  color: #231815;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .information-detail__title {
    font-size: 6.875vw;
    padding-bottom: 7.8125vw;
  }
}

.information-detail__date {
  color: rgb(255, 0, 0);
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
  display: block;
  text-align: right;
  padding-top: 2.2rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .information-detail__date {
    font-size: 3.75vw;
    padding-top: 3.4375vw;
  }
}
.information-detail__date::before {
  content: "";
  position: absolute;
  width: 12.2rem;
  height: 1px;
  background: rgb(255, 0, 0);
  top: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .information-detail__date::before {
    width: 20.3125vw;
  }
}

.information-detail__text {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.4px;
  margin: 5rem 0;
}
@media only screen and (max-width: 640px) {
  .information-detail__text {
    font-size: 3.75vw;
    margin: 7.8125vw 0;
  }
}

.information-detail__img img {
  width: 100%;
}

.information-detail__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 7.1rem;
}
@media only screen and (max-width: 640px) {
  .information-detail__pagination {
    margin-top: 6.25vw;
  }
}
.information-detail__pagination li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #000;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .information-detail__pagination li a {
    gap: 1.5625vw;
    font-size: 3.4375vw;
  }
}
.information-detail__pagination li a img {
  width: 3.6rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .information-detail__pagination li a img {
    width: 5.625vw;
  }
}

.arrow-left {
  transform: rotate(180deg);
}

.arrow-center {
  transform: rotate(-90deg);
}/*# sourceMappingURL=information.css.map */