.title .ttl-03.green {
    border-bottom: 2px solid #007e62;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 60px;
}



.number.number-base {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -25px;
}

.title.right {
    text-align: end;
}



.img-all {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.img-business-title {
    margin-top: 30px;
    margin-bottom: 60px;
}

.row.row-features .item-text .title .number.number-02.ttl-07.green-1 .title.right {
    margin-top: 20px;
}

.number.number-02 {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -25px;
}

@media screen and (max-width: 767px) {

    /* .item-text.mt .title.right {
        margin-top: 0px;
    } */
    .row.row-features .item-text .title {
        margin-top: 20px;
    }


    .number.number-02 {
        position: relative;
        z-index: -1;
        left: 0px;
        top: -8px;
    }

    .row-features .item-text {
        margin-top: 30px;
    }

    /* .row-features .item-text.mt {
        margin-top: 50px;
    } */

    .ttl-07 {
        font-size: 60px;
    }

    .img-all .img-2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cont-pad {
        padding-top: 15px;
    }

    .president-area {
        margin-top: 30px;
    }

    .number-02 {
        /* position: absolute;
        z-index: -1;
        left: 0px;
        top: -12px; */
        display: block;
        text-align: center;
    }

    .number.number-base {
        position: relative;
        z-index: -1;
        left: 0px;
        top: 0px;
        display: block;
        text-align: center;
    }

    /* .number.number-base.base-3 {
        position: absolute;
        z-index: -1;
        left: 0px;
        top: -14px;
    }
 */


    .title.right,
    .title {
        text-align: center;
    }

    .title .ttl-03.green {
        margin-bottom: 20px;
    }
}

.president-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.president-name {
    margin-left: 20px;
}


@media screen and (min-width: 768px) {
    .row.row-features .item-text .title {
        margin-top: 70px;
    }


    .cont-pad p {
        line-height: 2rem;
    }

    .president-area {
        margin-top: 30px;
    }

    .cont-pad {
        padding-left: 30px;
    }

    .img-all .img-2 {
        margin-left: 60px;
        margin-right: 60px;
    }
}

.president-area.company-area {
    margin-right: 90px;
    font-size: 20px;
    margin-bottom: -20px;
}