@charset "UTF-8";
.news-main {
    margin-bottom: 80px;
}

.news-main .production-item li {
    margin-bottom: 80px;
    justify-content: space-between;
}

.news-main .production-item li .item-description {
    width: 720px;
    position: relative;
    margin-right: 20px;
}

.news-main .production-item li .item-description::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.news-main .production-item li .item-description .category,
.bd-news-detail .header-detail .category {
    position: relative;
    margin-bottom: 13px;
}

.news-main .production-item li .item-description .category p,
.bd-news-detail .header-detail .category p {
    font-size: 2.8rem;
    font-weight: bold;
    font-weight: 700;
}

.news-main .production-item li .item-description .category button,
.bd-news-detail .header-detail .category button {
    font-size: 1.4rem;
    width: 72px;
    height: 20px;
    background-color: transparent;
    border: solid 1px #333333;
    line-height: 18px;
    position: absolute;
    left: 200px;
    top: 12px;
    color: #333;
}

.news-main .production-item li .item-description .text {
    align-items: flex-end;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.news-main .production-item li .item-description .text p {
    width: calc(100% - 177px);
    max-width: 538px;
    margin-right: 47px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.news-main .production-item li .item-description .title,
.bd-news-detail .header-detail .title {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: calc(36 / 24);
}

.news-main .production-item li .item-description .intro {
    width: calc(100% - 177px);
    max-width: 538px;
    margin-right: 47px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.news-main .production-item li .item-description .detail-link {
    margin-bottom: -10px;
}

.news-main .production-item li .item-description .detail-link a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    font-weight: 700;
    color: #455C7B;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.news-main .production-item li .item-description .detail-link a img {
    margin-left: 5px;
    font-size: 2vw;
}

.news-main .production-item li .item-img {
    width: 360px;
    margin-top: 44px;
}

.news-main .production-item li .item-img img {
    width: 100%;
}

.news-main .pagenation .menu {
    display: flex;
    justify-content: center;
}

.news-main .pagenation .menu li {
    margin-right: 20px;
}

.news-main .pagenation .menu li:last-child {
    margin-right: 0;
}

.news-main .pagenation .menu li a {
    display: block;
    padding: 14px 16px;
    font-size: 30px;
    font-weight: bold;
    font-weight: 700;
}

.news-main .pagenation .menu li a.active {
    border-bottom: solid 1px;
}

.news-main .pagenation .menu #ellipsis:before {
    content: "...";
    margin-top: -10px;
    font-size: 3rem;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .news-main {
        margin-bottom: 10vw;
    }
    .news-main .production-item li {
        flex-wrap: wrap;
    }
    .news-main .production-item li .item-description {
        order: 2;
        margin-right: 0;
        margin-top: 15px;
    }
    .news-main .production-item li .item-description .category,
    .bd-news-detail .header-detail .category {
        margin-bottom: 1vw;
        line-height: 41px;
    }
    .news-main .production-item li .item-description .title,
    .bd-news-detail .header-detail .title {
        margin-bottom: 3vw;
    }
    .news-main .production-item li .item-description .text {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news-main .production-item li .item-description .text p {
        width: 100%;
        margin-right: 0;
    }
    .news-main .production-item li .item-description .intro {
        width: 100%;
        margin-right: 0;
    }
    .news-main .production-item li .item-description .detail-link {
        width: auto;
        margin-top: 0;
        margin: 3vw 0 0 auto;
    }
    .news-main .production-item li .item-description .detail-link a {
        font-size: 2rem;
        margin-top: 0;
        align-items: center;
        justify-content: flex-end;
    }
    .news-main .production-item li .item-description .detail-link a img {
        width: 6vw;
        height: 6vw;
    }
    .news-main .production-item li .item-img,
    .news-main .production-item li .item-img img {
        width: 100%;
        margin-top: 0;
    }
    .news-main .pagenation .menu li {
        margin-right: 3vw;
    }
    .news-main .pagenation .menu li a,
    .news-main .pagenation .menu #ellipsis:before {
        font-size: 4.4vw;
        padding: 2vw 2.2133333vw;
    }
}


/* 記事ページ */

.bd-news-detail .header-detail {
    padding-bottom: 36px;
}

.bd-news-detail .header-detail .title h1 {
    font-size: 3.6rem;
    line-height: calc(54 / 36);
    font-weight: bold;
    font-weight: 700;
}

.bd-news-detail .eyecatch {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.bd-news-detail .detail-production {
    margin-bottom: 100px;
}

.bd-news-detail .detail-production .container {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 80px 40px;
}

.bd-news-detail .detail-production .container p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: calc(28.8 / 16);
}

.bd-news-detail .detail-production .container .image {
    margin-bottom: 90px;
    text-align: center;
}

.bd-news-detail .detail-production .container .image img {
    width: 640px;
    margin: auto;
}

.bd-news-detail .related-production .heading {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .bd-news-detail .header-detail {
        padding-bottom: 5vw;
    }
    .bd-news-detail .header-detail .title h1 {
        font-size: 2.5rem;
    }
    .bd-news-detail .header-detail .category {
        margin-bottom: 10px;
    }
    .bd-news-detail .header-detail .category p {
        font-size: 2.4rem;
        line-height: 1;
    }
    .bd-news-detail .header-detail .category button {
        top: 0;
        bottom: 0;
        left: 120px;
        margin: auto;
        height: 20px;
    }
    .bd-news-detail .eyecatch {
        height: 38vw;
        margin-bottom: 20px;
    }
    .bd-news-detail .detail-production .container {
        padding: 8vw 8.3333vw 12vw;
    }
    .bd-news-detail .detail-production .container p {
        margin-bottom: 10vw;
    }
    .bd-news-detail .detail-production .container .image {
        margin-bottom: 12vw;
    }
    .bd-news-detail .detail-production .container .image img {
        width: 100%;
    }
    .bd-news-detail .related-production .heading {
        margin-bottom: 16vw;
    }
}