.point__img__container {
    justify-content: center;
}

/* 写真加工の画像 */
.kakou {
    width: 200px;
}

/* 画面幅に合わせて矢印の配置と向きを変更 */
@media (max-width: 1045px) {
    .img__cotainer-kakou {
        flex-direction: column;
    }

    .point .arrow {
        width: 0.2em;
        height: 2em;
    }

    .point .arrow::before {
        transform: rotate(135deg);
        right: 0.1em;
        top: 105%;
        width: 1em;
        height: 1em;
        border-width: 0.2em;
    }

}

.point .title-img {
    width: 300px;
}

@media (max-width: 1045px) {}