.page-hero{
    content: "";
    background-image: url(../../img/top-page/top-main-image-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    aspect-ratio: 375 / 660;
    width: 100%;
    object-fit: cover;
    max-height: 1090rem;
}
.page-hero__inner{
    padding: 160rem 20rem 0;
}
.page-hero__logo-container{
    width: 122rem;
    height: 60rem;
    margin: 0 auto 40rem;
}
.page-hero__logo{
    width: 100%;
    display: block;
}
.page-hero__title{
    margin-bottom: 24rem;
    text-align: center;
}
.page-hero__description{
    margin: 0;
    text-align: center;
    line-height: 200%;
}
@media screen and (min-width: 768px) {
    .page-hero__logo-container{
        width: 198rem;
        height: 97rem;
        margin-bottom: 70rem;
    }
    .page-hero__title{
        margin-bottom: 40rem;
    }
}

@media screen and (min-width: 960px) {
    .page-hero{
        background-image: url(../../img/top-page/top-main-image-pc.png);
        aspect-ratio: 1440 / 1090;
    }
}