@charset "UTF-8";

.point .point__block1wrap {
    background-image: url(../images/point1_add.jpg);
    height: 230em;
}

.point .point__block1:nth-of-type(4) {
    top: 185em;
    right: 14.5em;
}

@media screen and (max-width: 768px) {
    .point .point__block1wrap {
        background: none;
        height: inherit;
    }
}

@media screen and (max-width: 768px) {
    .point .point__block1:nth-of-type(4) {
        background: url(../images/point1-5_sp.jpg) no-repeat center top / contain, url(../images/point1-4_sp.jpg) no-repeat left bottom / 40%;
    }
}