@charset "UTF-8";

/* company
------------------------------------------------- */
.companyList {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.companyList__item {
    width: calc((100% - 18px) / 4);
    height: 48px;
    letter-spacing: -0.06em;
}
.companyList__item.is-active .modBtn03 {
    background-color: var(--color-base01);
    color: #fff;

}
@media screen and (max-width: 768px) {
    .companyList {
        max-height: 260px;
        overflow-x: auto;
    }
    .companyList__item {
        width: calc((100% - 12px) / 3);
        height: 32px;
    }
}

/* cate
------------------------------------------------- */
.cateList {
    font-size: 0;
}
.cateList__item {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.3rem;
}


/* sec
------------------------------------------------- */
.sec {
    margin-top: 70px;
    position: relative;
}
.sec__footer {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .sec {
        margin-top: 50px;
    }
    .sec__footer {
        position: static;
        margin-top: 20px;
    }
}


/* js-slider-related-column
------------------------------------------------- */
.js-slider-related-column .slick-list {
    padding-bottom: 10px;
}

.js-slider-related-column .modColumn01 {
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.04);
    margin: 0 10px;
    
}

.js-slider-related-column {
    
}