/* 06・07 新規事業ブロック */
.new-business .menu-info-row {
    margin-bottom: 0 !important;
}

.new-business-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(15, 23, 42, 0.12);
    background: linear-gradient(155deg, #fff 0%, #f8fafc 100%);
}

.new-business-card .case-card-tag {
    white-space: normal;
}

.new-business-thumb {
    aspect-ratio: 16 / 10;
    background: #111827;
}

.new-business-thumb img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

@media (max-width: 768px) {
    .new-business .menu-info-row {
        gap: 0;
    }

    .new-business-card {
        padding: 1.1rem;
    }
}
