/* 他のhive */
.another img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}
.another ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.another li {
    text-align: center;
    width: 14%;
}

.another li:nth-child(2) img {
    display: inline-block;
    background-color: #000;
    padding: 4px;
    width: 108px;
}

.Operating-item img {
    max-width: 200px;
    aspect-ratio: auto;
}
.Operating-item {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .brsp {
        display: block;
    }
    .brpc {
        display: none;
    }
    .another li {
        width: 30%;
    }
}
