.c-cta__topLeft__sns a {
    display: block;
    width: 30px;
}

.c-work__image img.noimg {
    padding: 10px;
    width: 100%;
    object-fit: contain;
}

.c-banner {
    padding: 40px 0;
    max-width: 700px;
}

@media (max-width: 767px) {
    .c-banner {
        padding: 40px 0;
        max-width: 100%;
    }
}

/* 2024/12/20 */
#masthead .wp-gr {
    width: fit-content !important;
    padding-bottom: 0px !important;
}

.slick-slide {
    min-width: 300px;
}

.c-posts .slick-track {
    display: flex;
}

#primary .c-post__header__image, .c-post__header .post-thumbnail {
    border-radius: 10px;
}

#primary .c-post__header__image, .c-post__header .post-thumbnail img {
    border-radius: 10px;
    object-fit: contain;
}

.c-post__tags {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.c-post__tags span {
    white-space: nowrap;
}

/* 2025/02/06 */

.u-container {
    padding: 0 1rem;
}

.p-work__progress__box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}

.p-work__progress__box__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .p-work__progress__box__box {
        width: 100%;
        padding-bottom: 1rem;
    }
}

.p-work__progress__figure {
    margin-bottom: 1rem;
    max-width: 80%;
    max-height: 500px;
    width: 100%;
    height: 100%;
}
