.image.image-02 {
    text-align: end;
}

.all-1 {
    margin-top: 50px;
}

main .num {
    font-size: 24px;
    font-weight: 500;
    color: #16a6c1;
    margin-top: 10px;
}

.position {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}

.name {
    font-size: 24px;
    font-weight: 500;
    color: #16a6c1;
    margin-top: 10px;
    margin-bottom: 20px;
}


.row-staff .image img {
    border-radius: 10px;
}



.row-catch .num::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 1px solid #16a6c1;
    width: 54%;
    right: 15px;
    left: 47px;
    z-index: 1;

}

.button-area {
    text-align: center;
}

.num {
    position: relative;
}

.row-staff .image img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

@media screen and (max-width: 991px) {

    .image.image-01,
    .image.image-03 {
        width: 75%;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    h1 {
        font-size: 20px !important;
    }

    .button-area .btn-outline-primary {
        min-width: inherit;
        padding: 20px 38px 20px 38px;
        text-align: left;
    }
}


@media screen and (min-width: 768px) {


    .row-catch h1 {
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 10px;
        margin-bottom: 25px !important;

    }
}


@media screen and (max-width: 767px) {
    .row-catch h1 {
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 10px;
        margin-bottom: 25px !important;

    }

    .row-catch .all-1 .image img {
        width: 50%;
    }

    .button-area .btn-outline-primary {
        min-width: inherit;
        padding: 20px 50px 20px 20px;
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .image.image-02 {
        width: 100%;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .button-area .btn-outline-primary {
        min-width: inherit;
        padding: 20px 44px 20px 34px;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {

    .image.image-01,
    .image.image-03 {
        width: 75%;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .image.image-02 {
        width: 75%;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .row-catch h1 {

        padding-left: 50px;
    }

    .button-area .btn-outline-primary {
        min-width: 154px;
        padding: 15px 28px 15px 28px;
        text-align: left;
    }

    .staff-top-ttl {
        font-size: 26px !important;
        font-weight: 500;
    }
}

.image.image-02 {
    margin-top: 25px;
    margin-bottom: 25px;
}