
.about__ttl--jp {
    font-size: 1.125em;
}
.--top-center .ttl-icon {
    margin-bottom: 2em;
}
.about__img figure {
    width: 28rem;
    display: block;
    margin: 0 auto;
}
.about__bg-img {
    display: block;
}
 .about__bg-img img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position:center;
}
/** sp **/
@media only screen and (max-width:767px){ 
}
/** pc **/
@media only screen and (min-width:768px){
   .about__ttl--jp {
        font-size: 1.5em;
    }
    .about__bg-img img {
        height: 28rem;
    }
}

