.about{
    margin-top: 80px;
    margin-bottom: 136px;
}
.about-inner{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.about-text{
    width: 45%;
    text-align: left;
}
.about-text h3{
    margin-bottom: 24px;
    color:#4B2934;
    /* Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.about-text p{
    text-align: left;
    margin-bottom: 40px;
}
.about-inner img{
    width: 50%;
}
