@charset "utf-8";

#banner {
    display: none;
}

.om-sub-visual {
    min-height: 500px;
}

@media (min-width: 1024px) {
    .om-sub-visual {
        min-height: 880px;
    }
}


.om-system-card {
    background-color: rgba(255, 255, 255, 0.92);
}

.om-service-card__img {
    aspect-ratio: 466 / 286;
}

.om-feature-card {
    background-color: rgba(255, 255, 255, 0.95);
}
