.news-item.item-list .cat {
    font-size: 1.5rem;
}

.pagination-list {
    position: relative;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wp-pagenavi a.page,
.wp-pagenavi span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 50%;
    line-height: 1;
    color: #000;
    border: 1px solid #000000;
    background-color: #fff;
}

.wp-pagenavi span.current {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
a.next-btn,
a.pre-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-next.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 10px;
    text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
a.pre-btn {
    left: 0;
    right: unset;
    background-position: center left;
    background-image: url(../images/index/icon-prev.svg);
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-item .label {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333333;
    margin-right: 20px;
}

.sidebar {
    background-color: #edf5f9;
}


/* .news-filter {
    border: 1px solid #E1E1E1;
    min-height: 173px;
    display: flex;
    align-items: center;
    background-color: #fff;
} */

.sidebar-item .select select {
    width: 289px;
    height: 47px;
    padding-left: 20px;
    border: none;
    background-image: url(../images/index/bg-select-cms.svg);
    background-size: 15px 13px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    color: #333333;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #000;
    box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.25);
}

.news-item.item-list .cat {
    height: 33px;
}

.title-line {
    position: relative;
}

.title-line .date {
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
}

.title-line .title-single {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1A1A1A;
}

.box-single-top {
    padding: 0 50px 30px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 40px;
}

.post-content {
    border-width: 1px 0;
    padding-bottom: 50px;
}

.post-content-inner {
    max-width: 1030px;
    padding: 0 15px;
    margin: auto;
}

.infor-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.infor-line .date {
    padding-right: 15px;
}

.post-content .cat a {
    min-height: 27px;
    min-width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.post-content .cat a.cat-1 {
    background-color: #EAF5F9;
}

.post-content .cat a.cat-3 {
    background-color: #E1F9D7;
}

.post-content .cat a.cat-2 {
    background-color: #FCEBD6;
}

a.btn.btn-list-link {
    max-width: 900px;
    border: 1px solid #C7C7C7;
    height: 52px;
    border-radius: 10px;
    padding-left: 20px;
    justify-content: start;
    font-size: 1.5rem;
    margin: 0 auto 10px;
}

a.btn.btn-list-link::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/index/icon-list-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

a.btn.btn-list-link:hover {
    opacity: 0.6;
}

a.btn.btn-single-back {
    height: 75px;
    width: 325px;
    background-color: #993D8C;
    color: #fff;
}

a.btn.btn-single-back::after {
    background-image: url(../images/index/icon-right-white.svg);
    width: 5px;
    height: 10px;
    right: 20px;
}

.list-link-download {
    border-bottom: 1px solid #c7c7c7;
    /* border-top: 1px solid #c7c7c7; */
}

#hotnews::after {
    display: none;
}

.img-top-emp {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.box-top-employee-right {
    padding: 45px;
}

.staff-content {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1875;
    padding-top: 35px;
    letter-spacing: 0.1em;
}

.staff-content img {
    height: auto;
}

.staff-content .wp-block-media-text {
    display: flex;
    justify-content: space-between;
}

.staff-content .wp-block-media-text>figure {
    width: 44%;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
}

.staff-content .wp-block-media-text>div {
    width: 51.5%;
    padding-left: 15px;
    padding-top: 35px;
}

.question-employee {
    margin-bottom: 55px;
    margin-top: 40px;
}

.staff-navi .pagination-list {
    padding-top: 60px;
    margin-top: 100px;
    padding-bottom: 60px;
    border-top: 1px solid #C7C7C7;
}

.post-content h1 {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 2px solid #FF7BA7;
    margin-bottom: 30px;
}

.post-content p {
    font-size: 1.6rem;
    line-height: 2.3;
    margin-bottom: 15px;
}

.post-content h2 {
    font-size: 2rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #AEAEAE;
    margin-bottom: 30px;
    padding-left: 38px;
    position: relative;
}

.post-content h2::after {
    content: "";
    width: 23px;
    height: 23px;
    background-color: #FF7BA7;
    position: absolute;
    left: 0;
    top: 7px;
}

.post-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.post-content ul li::after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #FF7BA7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.post-content h3 {
    font-size: 1.7rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #AEAEAE;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width:767px) {
    .staff-navi .pagination-list {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 50px;
    }
    .box-top-employee-left {
        height: 265px;
    }
    .staff-content {
        font-size: 14px;
    }
    .box-top-employee-right {
        padding: 25px;
    }
    .title-employ {
        line-height: 1.58;
        padding-top: 20px;
    }
    .question-employee {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .staff-content .wp-block-media-text {
        flex-wrap: wrap;
    }
    .staff-content .wp-block-media-text>figure,
    .staff-content .wp-block-media-text>div {
        width: 100%;
        margin: 0px auto 20px;
        padding: 0 0 0 0;
    }
    /* .main-menu li.nav-item:hover .mega-menu {
        display: none !important;
    } */
    .sidebar-item {
        justify-content: space-between;
    }
    .sidebar-item:not(:nth-last-child(1)) {
        margin-bottom: 27px;
    }
    .hotnews .news-item.item-list {
        padding: 20px 3px;
    }
    .news-item.item-list .title {
        margin-top: 0px;
    }
    .sidebar-item .label {
        margin-bottom: 10px;
        font-size: 1.4rem;
        margin-right: 15px;
    }
    .sidebar-item .select select {
        width: 223px;
        height: 36px;
        font-size: 1.4rem;
        background-size: 12px 10px;
        padding-left: 12px;
    }
    .news-item.item-list .cat {
        font-size: 1.3rem;
    }
    .wp-pagenavi a.page,
    .wp-pagenavi span,
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.previouspostslink {
        font-size: 1.3rem;
        width: 28px;
        height: 28px;
    }
    a.btn.btn-single-back {
        height: 50px;
        width: 165px;
    }
    .title-line {
        padding: 0px 0;
        font-size: 1.4rem;
    }
    .infor-line {
        justify-content: flex-start;
    }
    .title-line .title-single {
        font-size: 1.7rem;
    }
    .post-content {
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0;
    }
    .post-content-inner {
        padding: 0 0;
    }
    .post-content .cat a {
        font-size: 1.3rem;
    }
    .post-content .cat a {
        min-height: 25px;
    }
    a.next-btn,
    a.pre-btn {
        top: 0;
        transform: none;
    }
    .wp-pagenavi a.page,
    .wp-pagenavi span {
        width: 28px;
        height: 28px;
    }
    .box-single-top {
        padding: 0 0 15px 0;
        margin-bottom: 20px;
    }
    #single-content {
        padding: 0 5px;
    }
    .post-content-news h1 {
        font-size: 1.5rem;
        padding-left: 20px;
        padding-bottom: 15px;
        margin-top: 25px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .post-content-news h1::after {
        width: 12px;
        height: 12px;
    }
    .page-navi {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .sidebar-item .select select {
        width: 200px;
    }
}