.news-section[data-v-48a3c5fd] {
  background-color: #fff;
  padding: clamp(96px, 11.1111111111vw, 160px) 0;
}
.news-section .section-body[data-v-48a3c5fd] {
  gap: clamp(32px, 2.7777777778vw, 40px);
}
@media screen and (min-width: 1024px) {
.news-section .section-body[data-v-48a3c5fd] {
    flex-wrap: wrap;
    width: clamp(0px, 91.1111111111vw, 1312px);
    margin: 0 auto;
}
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body[data-v-48a3c5fd] {
    flex-direction: column;
}
}
.news-section .section-body .title[data-v-48a3c5fd] {
  font-size: var(--h4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  line-height: 1;
  margin-right: auto;
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body .title[data-v-48a3c5fd] {
    font-size: var(--sub-h1);
    line-height: 1.4;
    margin-left: var(--gutter);
}
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body .button-base[data-v-48a3c5fd] {
    order: 3;
    margin: 0 auto;
}
}
.news-section .section-body .news-list[data-v-48a3c5fd] {
  flex: 100%;
  display: grid;
  gap: clamp(17px, 1.8055555556vw, 26px);
}
@media screen and (min-width: 1024px) {
.news-section .section-body .news-list[data-v-48a3c5fd] {
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body .news-list[data-v-48a3c5fd] {
    overflow: auto;
    scroll-snap-type: x mandatory;
    grid-template-columns: repeat(3, 268px);
    padding: 0 var(--gutter);
}
}
.news-section .section-body .news-list .news-item[data-v-48a3c5fd] {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body .news-list .news-item[data-v-48a3c5fd] {
    scroll-snap-align: center;
}
}
.news-section .section-body .news-list .news-item .news-poster[data-v-48a3c5fd] {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}
.news-section .section-body .news-list .news-item .news-date[data-v-48a3c5fd] {
  margin-top: clamp(14px, 1.1805555556vw, 17px);
  font-size: var(--desc);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  letter-spacing: 0.1em;
}
.news-section .section-body .news-list .news-item .news-summary[data-v-48a3c5fd] {
  margin-top: 5px;
  font-size: var(--desc);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
.news-section .section-body .news-list .news-item .news-summary[data-v-48a3c5fd] {
    white-space: pre-line;
    font-size: 16px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
}
@media screen and (max-width: 1023.98px) {
.news-section .section-body .news-list .news-item .news-summary[data-v-48a3c5fd] {
    font-size: 14px;
}
}