
#mainphoto{
    width: 100%;
    height: 465px;
    background-image: url(../images/mainphoto_about.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.title{
    font-size: 1.3em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}
.flexbox{
    display: flex;
    justify-content: space-between;
}

#aboutLeft{
    width: 40%;
}
#aboutLeft01{
    width: 100%;
    max-width: 434px;
    height: auto;
}
#about_p{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}
#about_below{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#aboutRight{
    width: 45%;
    padding-left: 20px;
    padding-top: 10%;
}
#staff_above{
    flex-direction:row-reverse;
    margin-bottom: 40px;
}
#staff_aboveRight{
    padding-left: 30px;
}
#staff_aboveLeft{
    width: 60%;
}
#staff_belowRight{
    width: 60%;
}