.news .main-visual-section .bg-area {
    background: url(../img/NEWS/main-visual-news.png) center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.news .wrapper {
    padding: 130px 0 170px;
}

.news-content-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5%;
    font-family: "zen-kaku-gothic-new", sans-serif;
}

.news-content-wrapper li {
    width: 30%;
    margin-bottom: 50px;
}

.news-content-wrapper li a {
    color: #202020;
    width: 100%;
}

.news-tmb {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    overflow: hidden;
    background-color: #e0b8c0;
}

.news-content {
    padding: 45px 0 45px 15px;
}

.single-news-section .news-content {
    padding: 0;
}

.news-date {
    margin-bottom: 30px;
    font-size: 15px;
    color: #A1A1A1;
}

.news-title {
    font-weight: 700;
}







/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.entry-title {
    font-size: 30px;
}