.fixed-page__title{
    font-size: var(--spFontSize20);
    text-align: center;
    margin-bottom: 16rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .fixed-page__content{
        position: relative;
    }
    .fixed-page__content--about{
        padding: 0 156rem;
    }
    .fixed-page__title{
        margin-bottom: 36rem;
    }
}
.about-site__text-div{
    margin-bottom: 20rem;
}
.about-site__text-div-pc{
    display: none;
}
.about-site__text{
    font-size: var(--spFontSize16);
    text-align: center;
    line-height: 220%;
}
.about-site__text:nth-of-type(1){
    margin-bottom: 40rem;
}
.about-site__text-span{
    font-size: 22rem;
    line-height: 150%;
}
.about-site__img{
    display: block;
    width: 100%;
}
@media screen and (min-width: 600px) {
    .about-site__text-div{
        margin-bottom: 0;
    }
    .about-site__text-div-sp{
        display: none;
    }
    .about-site__text-div-pc{
        display: block;
    }
    .about-site__text{
        text-align: left;
    }
    .about-site__text:nth-of-type(1){
        margin-bottom: 30rem;
    }
    .about-site__text-span{
        font-size: 38rem;
    }
    .about-site__img{
        width: 160rem;
        height: 300rem;
        position: absolute;
        top: 90rem;
        right: 156rem;
    }
}