@charset "UTF-8";

#title .item01 img {
    object-position: right 40%;
}

.sub-title {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    margin: -120px 0 80px 0;
    line-height: 3;
}

.catch {
    margin: 200px 0 0 0;
    width: 100%;
}

.catch img {
    width: 100%;
    max-width: 300%;
}

.catch .image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.catch .image img {
    width: 20%;
    height: 140px;
    object-fit: cover;
    padding: 4px;
    border-radius: 20px;
}

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

    .sub-title {
        font-size: 0.8rem;
        margin: -40px 0 40px 0;
        line-height: 2;
    }

    .catch .image img {
        height: 80px;
    }
}
