h2 .ttl-jpn {
    font-size: 24px;
    font-weight: 400;
}

h2 .ttl-eng {
    font-size: 16px;
    font-weight: 400;
}



main img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);

}

.president-area {
    display: flex;
    justify-content: end;
    align-items: baseline;
}


.b0.president-name {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.position {
    font-size: 18px;
    font-weight: 400;
    color: #000;

}

.row-message h3 {
    border-bottom: 1px solid #dc8d14;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .ttl-eng {
        margin-left: 16px;
    }

    h2 {
        border-bottom: 1px solid #dc8d14;
        padding-bottom: 20px;
        margin-bottom: 30px !important;
    }

    .row-message .item-text .cont-box {
        background-color: #fff;
        box-shadow: 1px 6px 10px 5px rgb(232 234 231);
        margin-top: 176px;
    }
}

@media screen and (max-width: 767px) {
    .ttl-eng {
        margin-left: 0px;
    }

    h2 {
        border-bottom: 1px solid #dc8d14;
        padding-bottom: 20px;
    }

    .row .item {
        margin-top: 25px;
    }

    .row-message .item-text .cont-box {
        background-color: #fff;
        box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    }
}

.number-all .title {
    font-size: 24px;
    font-weight: 400;
}

.number {
    color: #f7e6cc;
    font-weight: 500;
    font-size: 64px;

}

.number-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.row-efforts .number-all {
    justify-content: flex-start;
}

.row-efforts .number-all .number {
    margin-right: 20px;
}

p {
    line-height: 30px;
}



.in-page-link {
    pointer-events: none;
    padding-top: 100px;
    margin-top: -100px;
}