.mv__sub02-box {
    margin-bottom: 8.6%;
}

.concept__img {
    display: flex;
    justify-content: center;
}

.concept__img00 {
    width: 93.8%;
}

.point__img01-box {
    width: 70.2%;
}

.point__img-group {
    justify-content: center;
}

.point__img01-box {
    width: 45.4%;
}

.point__img-box {
    width: 49.7%;
    margin-top: 0;
}

.point__img-group00 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.other__img01 {
    width: 91.2%;
}

.other__img02 {
    width: 79%;
}

.mv__sub02-link {
    display: none;
}

/* スマホ */
@media (max-width: 768px) {
    .point__img01-box {
        width: 81.3%;
    }

    .point__img-group00 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        row-gap: 15px;
    }

    .point__img-box {
        width: 81.3%;
    }
}