.top-news__list{column-gap:3.2rem;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:3.5rem}.top-news__item-thumbnail{align-items:center;aspect-ratio:320/212;background-color:var(--light);border-radius:.8rem;display:flex;justify-content:center;overflow:hidden;width:100%}.top-news__item-thumbnail img{height:auto;object-fit:cover;object-position:center;width:auto}.top-news__item{font-family:var(--font-body)}.top-news__item:hover .top-news__item-title{color:var(--tertriary)}.top-news__item-title{color:var(--dark);display:-webkit-box;font-size:1.6rem;font-weight:var(--font-weight-medium);letter-spacing:.1em;line-height:1.4;margin-top:1.2rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.top-news__item-date{color:var(--nikkeiBlue600);font-size:1.8rem;font-weight:var(--font-weight-bold);line-height:1;margin-top:2rem}.top-news__viewmore{align-items:center;color:var(--tertriary);display:flex;font-family:var(--font-jp);font-size:1.6rem;font-weight:var(--font-weight-semiBold);line-height:1;margin-left:auto;margin-top:6rem;width:fit-content}.top-news__viewmore>span{text-decoration:underline}@media (max-width:768px){.top-news__list{grid-template-columns:1fr;margin-top:4rem}.top-news__item:not(:first-child){display:none}.top-news__viewmore{margin-left:auto;margin-right:auto}}@media screen and (min-width:769px) and (max-width:1023px){.top-news__list{grid-template-columns:1fr 1fr}.top-news__item:nth-child(n+3){display:none}}