.contents {
  padding-block: 1.875rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .contents {
    padding-block: 3.5rem 6.25rem;
  }
}

.future__list {
  display: flex;
  gap: 1.875rem 0.9375rem;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .future__list {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 576px) {
  .future__item {
    width: calc((100% - 1.875rem) / 3);
  }
}

.future__item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.future__item_image {
  border-radius: 0.625rem;
}

.future__item_image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 390/215;
  border-radius: 0.625rem;
}

.future__item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  text-align: center;
  margin-top: 0.625rem;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .future__item_title {
    font-size: 1.0625rem;
  }
}

.future__item_title::after {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 0.875rem;
  margin-left: 0.625rem;
  background-image: url("/media/images/icon/icon_arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.futre__item_text {
  font-size: 0.8125rem;
  line-height: 1.8571428571;
  color: #716F6F;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .futre__item_text {
    font-size: 0.875rem;
  }
}

.currents__posts {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .currents__posts {
    margin-top: 4.6875rem;
  }
}

.currents__posts_category {
  font-size: 1.125rem;
  font-weight: 700;
  color: #153E68;
}
@media screen and (min-width: 768px) {
  .currents__posts_category {
    font-size: 1.5rem;
  }
}

.currents__posts_list {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .currents__posts_list {
    margin-top: 1.25rem;
  }
}

.currents__posts_pagination {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .currents__posts_pagination {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=style-features.css.map */