.bg-common.greeting h2 {
    justify-content: left;
}



.bg-common.greeting h2 .ttl-eng {
    text-align: left;
}


.president-area {
    display: flex;
    align-items: center;
}

.position {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Noto Serif JP", serif;
}

.president-name {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    color: #000;
}

.bg-common.profile {
    background-color: #f3f3f3;
}

@media screen and (min-width: 992px) {
    .sp-991 {
        display: none;
    }
}


@media screen and (min-width: 768px) {
    .height-99 {
        height: 99px;
    }

    .height-122 {
        height: 122px;
    }

    .bg-common.history .table-dl.table-base {
        width: 40%;
        margin: auto;
    }
}

.bg-common.history {
    background-color: #f3f3f3;
}

@media screen and (max-width: 991px) {}








@media screen and (min-width: 576px) {
    .table-base dl dt {
        width: 116px;
        min-width: 116px;
        padding: 5px;
    }
}