@charset "utf-8";

#about .inner {
    width: 900px;
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#aboutvisual {
    width: 100vw;
    height: 450px;
    background-image: url(../images/index/about.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#aboutvisual .inner {
    width: 900px;
    max-width: 92%;
    height: 450px;
    margin: 0 auto 0;
    position: relative;
}
#aboutvisual img {
    width: 228px;
    height: auto;
    position: absolute;
    right: 0;
    bottom:115px;
    max-width: 90%;
}

#about section p {
    text-align: center;
    line-height: 3;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}
#about section p br.pc {
    display: block;
}
#about section .signup {
    display: block;
    width: 363px;
    max-width: 90%;
    height: 101px;
    margin: 0 auto 100px;
    text-align: left;
    padding-top: 52px;
    padding-left: 28px;
    color: #ffffff;
    font-size: 18px;
}

#about section .parents {
    background-image: url(../images/index/sign-up_parents.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#about section .business {
    background-image: url(../images/index/sign-up_business.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


@media screen and (max-width:750px) { 
    
    #about section p {
    text-align: left;
    line-height: 2.2;
    margin-top:30px;
    margin-bottom:30px;
    }
    #about section p br.pc {
	display:none;
    }
    #about section .parents{
	margin-bottom:50px;
    }
    #aboutvisual {
    width: 100vw;
    /*height: 350px;*/
    height:230px;
    background-image: url(../images/index/about_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#aboutvisual .inner {
    max-width: 92%;
    /*height: 350px;*/
    height: 230px;
    margin: 0 auto 0;
    position: relative;
}
#aboutvisual img{
    width:170px;
    bottom:16px;
}
    


}
