.news.sub {
  padding-top: clamp(2rem, 1.7894736842rem + 1.0526315789vw, 2.5rem);
  background-color: #f3f4f9;
}
.news__cp {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(1.5rem, 1.3947368421rem + 0.5263157895vw, 1.75rem);
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: clamp(2.5rem, 1.8684210526rem + 3.1578947368vw, 4rem);
}
@media screen and (max-width: 768px) {
  .news__cp {
    font-size: 1.125rem;
  }
}
.news__article {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(0.9375rem, 0.9111842105rem + 0.1315789474vw, 1rem);
  line-height: 160%;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .news__article {
    font-size: 0.9375rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .news__article {
    flex-direction: column;
  }
}
.news__article:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.news__article time {
  color: #777777;
  flex-basis: 120px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .news__article time {
    flex-basis: auto;
    margin-bottom: 0.5rem;
  }
}
.news__article > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 950px;
  transition: 0.4s;
}
.news__article > a:hover {
  opacity: 0.7;
}
.news__btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(180deg, #12448e 0%, #60a6e0 100%);
  border-radius: 25px;
  padding: 1rem 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}