@charset "UTF-8";

@media screen and (max-width: 1023px) {
    #title .item01 img {
        object-position: 80% 40%;
    }
}

@media screen and (max-width: 600px) {
    .section-title {
        font-size: 1.4rem;
        margin: 20px 0 0 0;
    }
}