.top .ttl {
    margin-bottom: 30px;
}

.top p {
    margin-bottom: 60px;
}

.img-1 {
    width: 65%;
    height: auto;
    margin-right: 20px;
}

.img-1 img {
    height: 100%;
    object-fit: cover;
}

.img-2 {
    width: 45%;
    height: auto;
}

.img-1 img {
    height: 100%;
    object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 820px) {
    .img-1 {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 600px) {}