.licompc{
    display: none !important;
}
.imgcompc{
    width: 25% !important;
}
.imgcompc2{
    width: 100%;
}
.hover2:hover{
    color: var(--primary--100) !important;
}
@media (max-width: 576px) {   
    .imgcompc{
        width: 100% !important;
    }
    .imgcompc2{
        width: 100%;
    } 

    .scroll-item {
        scroll-snap-align: center;
        flex: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 56vh !important;
        background-color: #eef0f4; /* 余白の背景色 */
    }

    .scroll-container {
        display: flex;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        height: 56vh !important;
    }

    .div2weima{
        width: 100%;
        text-align: left !important;
    }
}
@media (max-width: 991px)  {
    .licompc{
        display: unset !important;
    }    

    .div2weima{
        width: 100%;
        text-align: left !important;
    }
}
@media (min-width: 577px) and (max-width: 991px)  {
    .licompc{
        display: unset !important;
    }
    .imgcompc{
        width: 50% !important;
    }
    .imgcompc2{
        width: 100%;
    } 
}
@media (max-width: 1200px) {
    .imgcompc2{
        width: 80%;
    }
}

.communityimg{
    object-fit: contain;
    max-width: 500px;
    max-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 5px solid rgba(184, 182, 117, 0.884);
}
@media (max-width: 992px)  {
    .communityimg{
        object-fit: contain;      
        max-width: 95%;
        max-height: 300px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border: 5px solid rgba(184, 182, 117, 0.884);
    }
    .communitydiv{
        text-align: center;
        width: 95%;
    }
    .contactusdiv{
        max-width: 100%;
    }
}
.communitydiv{
    text-align: center;
    width: 500px;

    background-color: var(--quaternary)
}
.contactusdiv{
    max-width: 80%;    
}
.scroll-container {
    display: flex;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    height: 100vh;
}   
.scroll-item {
    scroll-snap-align: center;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #eef0f4; /* 余白の背景色 */
}

.scroll-item img {
    max-width: 95%;
    max-height: 100%;
    object-fit: contain;
}

.div2weima{
    width: 100%;
    text-align: right;
}