.introduction-results__button-wrapper{display:flex;justify-content:center;margin-top:32px}.introduction-results__list{align-items:center;display:grid;gap:3.6rem 2.4rem;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;margin-top:5rem}.introduction-results__item{width:fit-content}.introduction-results__item-image{max-height:46px;max-width:200px;object-fit:contain;width:auto}.introduction-results__note{color:var(--annotation);font-size:1.2rem;font-weight:var(--font-weight-regular);line-height:1;margin:3.2rem 0 0 auto;width:fit-content}.introduction-results__button{align-items:center;border-radius:999rem;color:#fff;display:flex;font-family:var(--font-jp);font-size:1.6rem;font-weight:var(--font-weight-semiBold);gap:.6rem;justify-content:center;line-height:1.5;max-width:100%;padding:1.6rem;text-align:center;white-space:nowrap;width:30rem}.introduction-results__button--primary{background:var(--primary-gradient)}.introduction-results__button--primary:hover{background:var(--primary-gradient-hover);opacity:1}.introduction-results__button--secondary{background-color:var(--secondary)}@media screen and (max-width:768px){.introduction-results__list{align-items:center;gap:2.4rem 1.1rem;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;margin-top:4rem;padding:0 2rem}.introduction-results__item{align-items:center;display:flex;height:54px;justify-content:center;width:100%}.introduction-results__item-image{max-height:40px;max-width:100%;object-fit:contain}.introduction-results__note{margin:2.4rem auto 0}.introduction-results__button{max-width:100%;width:30rem}}