.psc-cards{background:var(--Surface-Inverse,#3d3f40);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;overflow:hidden;width:100vw}.psc-cards__container{padding:80px 40px}.psc-cards__grid{align-content:flex-start;align-items:flex-start;display:flex;flex:1 0 0;flex-wrap:wrap;gap:var(--sds-size-space-0)}.psc-cards__card{aspect-ratio:5/3;box-sizing:border-box;display:flex;flex:1 0 0;flex-direction:column;justify-content:flex-end;min-width:343px;overflow:hidden;padding:24px;position:relative}.psc-cards__card,.psc-cards__card:hover{text-decoration:none}.psc-cards__card-bg{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}.psc-cards__card-overlay{background:linear-gradient(180deg,rgba(17,18,19,0) 50%,#111213),rgba(17,18,19,.2);inset:0;position:absolute;transition:background .3s ease;z-index:1}.psc-cards__card:hover .psc-cards__card-overlay{background:linear-gradient(180deg,rgba(17,18,19,0) 40%,rgba(17,18,19,.9)),rgba(17,18,19,.3)}.psc-cards__card-action{align-items:flex-end;display:flex;gap:8px;justify-content:space-between;position:relative;z-index:2}.psc-cards__card-title{color:#fff;font-family:Noto Sans JP,sans-serif;font-size:28px;font-weight:500;line-height:1.57}.psc-cards__card-arrow{align-items:center;background:hsla(0,0%,100%,.25);display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background .3s ease;width:48px}.psc-cards__card:hover .psc-cards__card-arrow{background:#e60012}@media (max-width:1280px){.psc-cards__container{padding:60px 24px}.psc-cards__card{min-height:360px}.psc-cards__card-title{font-size:24px}}@media (max-width:767px){.psc-cards__container{padding:40px 16px}.psc-cards__grid{flex-direction:column;gap:0}.psc-cards__card{aspect-ratio:5/3;flex:none;min-height:auto;min-width:0;width:100%}.psc-cards__card-title{font-size:22px}.psc-cards__card-arrow{height:40px;width:40px}}