.project-main .imageWrapper {
    border-radius: 90px;
}
.project-sub .imageWrapper {
    border-radius: 60px;
}

/* タブレット用
------------------------------- */
@media screen and (max-width: 1100px) {
    .project-main .imageWrapper {
        border-radius: 58px;
    }
    .project-sub .imageWrapper {
        border-radius: 36px;
    }
}

/* スマホ用
------------------------------- */
@media screen and (max-width: 600px) {
    .project-main .imageWrapper {
        border-radius: 28px;
    }
    .project-sub .imageWrapper {
        border-radius: 18px;
    }
}