.president-info{
    align-items: center;
}
.president-info .president-image{
    text-align: center;
    margin-top: 60px;
}
.president-info .president-image img{
    width: 750px;
}
.president-image{
    position: relative;
}
.president-text{
    font-size: 3rem;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.president-info em{
    color: #C50018;
    font-weight: 700;
}
.president-name{
    font-size: 1.6rem;
    margin-top: 45px;
}
@media screen and (max-width: 767px){
    .title-lv1 .heading{
        font-size: calc(48 / 768 * 100vw);
    }
    .president-info .col,
    .president-info .col:not(.president-image){
        width: 100%;
    }
    .president-info .col:not(.president-image){
        margin-top: 8px;
    }
    .president-info .president-image{
        margin-top: 30px;
    }
    .president-info .president-image img{
        width: 100%;
    }
    .president-text{
        font-size: 2rem;
        margin-top: 0;
    }
    .president-name{
        font-size: 1.6rem;
        margin-top: 20px;
    }
}