.point__img-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point__img01-box {
    width: 60.4%;
}

.point__img-box {
    width: 73.6%;
}

.point__img00-box {
    width: 57.6%;
}

.other__img01 {
    width: 91.2%;
}

/* スマホ */
@media (max-width: 768px) {

    .point__img01-box,
    .point__img-bo,
    .point__img00-box {
        width: 81.3%;
    }

    .point__img-box {
        width: 81.3%;
    }


}