@charset "UTF-8";

.visual{margin-top: 90px;}
.visual img{width: 100%;}
.img img{width: 100%;}

.quick{position: fixed; bottom: 10px; right: 10px; display: flex; flex-direction: column; gap: 7px 0; z-index: 5;}
.quick a{display: flex; border-radius: 50%; overflow: hidden; width: 59px; height: 59px;}
.quick a img{width: 100%;}

@media all and (max-width: 1024px) {

    .visual{margin-top: 60px;}
}