@charset "utf-8";

/*	fv
---------------------------------*/
.news-top{
}
.news-top__bgImg{
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
    background-image: url("/system_panel/uploads/images/img_office_topBg01.png");
    background-size: cover;
}
.news-top__relative{
    position: relative;
}
.news-top__mainImg{
    margin: 0 -15px;
    padding-left: 60px;
    object-fit: cover;
    height: 250px;
}
.news-top__mainImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-top___titleBox{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50px);
}
.news-top__title__ja{
    padding: 10px 20px;
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #1c2c43;
}
.news-top__title__en{
    max-width: max-content;
    width: 60%;
    position: relative;
    top: -10px;
    left: 70px;
}
@media screen and (min-width:768px){
    .news-top__mainImg{
        height: 480px;
    }
    .news-top__bgImg{
        padding: 60px 0;
    }
    .news-top__title__ja{
        padding: 20px 30px;
        font-size: 4.0rem;
    }
}
@media screen and (min-width:1024px){
    .news-top__mainImg{
        margin: 0 -15px 0 0;
        padding-left: 120px;
    }
}
@media screen and (min-width:1230px){
    .news-top__mainImg{
        margin-right: max(calc((1200px - 100vw) / 2), -200px);
    }
    .news-top___titleBox{
        left: max(calc((1230px - 100vw) / 2), -80px);
    }
}

/*	新着情報
---------------------------------*/
.news-cont{
    padding: 60px 0;
}
.news-cate{
    margin-bottom: 30px;
}
.news-cate .webgene-blog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}
.news-cate .webgene-item{
    max-width: 220px;
    width: calc((100% - 15px) / 2);
}
.news-cate .webgene-item:last-of-type{
    margin-right: 0;
}
.news-cate .webgene-item a{
    display: block;
    text-align: center;
}
.news-cate .webgene-item p{
    border: solid 1px #058978;
    font-size: min(3.2vw, 1.4rem);
    letter-spacing: 0.05em;
    color: #058978;
    padding: 10px;
    position: relative;
}

.info-list{
    width: 100%;
}
.info-list .webgene-item{
    border-top: solid 1px #ccc;
}
.info-list .webgene-item:last-of-type{
    border-bottom: solid 1px #ccc;
}
.info-list .webgene-item a{
    display: block;
    padding: 10px 0;
}
.info-list .blog-item .blogdate{
}
.info-list .blog-item__cate{
    margin-left: 20px;
}
.info-list .blog-item .blogcate{
    min-width: 100px;
    background-color: #1c2c43;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    position: relative;
}
.info-list .blog-item .blogcate:before{
}
.info-list .blog-item .blogttl{
    width: 100%;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
    .news-cont{
        padding: 100px 0;
    }
    .news-cate{
        margin-bottom: 50px;
    }
    .news-cate .webgene-item{
        width: calc((100% - 30px) / 3);
    }
    .news-cate .webgene-item p{
        font-size: 1.6rem;
        padding: 15px;
    }
    .info-list .webgene-item a{
        padding: 15px;
    }
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogcate{
    }
    .info-list .blog-item .blogcate:before{
        font-size: 1.6rem;
    }
    .info-list .blog-item .blogttl{
    }
}
@media screen and (min-width: 1024px){
    .news-cate .webgene-item{
        width: calc((100% - 45px) / 4);
    }
    .info-list{
    }
    .info-list .webgene-item a{
        padding: 20px 15px;
    }
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogttl{
        flex: 1;
        padding-left: 20px;
    }
}
@media screen and (min-width: 1080px){
    .info-list .blog-item .blogdate{
    }
    .info-list .blog-item .blogttl{
    }
}
@media screen and (min-width: 1230px){
    .news-cate .webgene-item{
        width: calc((100% - 60px) / 5);
    }
}

/*ページャー*/
.webgene-pagination{
    width: 100%;
    margin-top: 20px;
}
.webgene-pagination ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    margin: 0px;
    -webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
    padding-inline-start: 0px;
}
.webgene-pagination li a {
    display: block;
    width:30px;
    background-color: #e6f9f6;
    border: solid 1px #e6f9f6;
    border-radius: 0;
    text-align: center;
    letter-spacing: normal;
    line-height: 30px;
    margin-right: 10px;
    color: #333;
}
.webgene-pagination li.next a{
    width: 50px;
}
.webgene-pagination li.prev a{
    width: 50px;
}
.webgene-pagination li a:hover {
    background-color: #058978;
    border: solid 1px #058978;
    border-radius: 0;
    color: #fff;
    opacity:1;
}
.webgene-pagination .selected a{
    background-color: #058978;
    border: solid 1px #058978;
    border-radius: 0;
    color: #fff;
}
@media screen and (min-width:768px){
    .webgene-pagination{
        margin-top: 30px;
    }
    .webgene-pagination li a{
        width: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width:1024px){
    .webgene-pagination{
        margin-top: 50px;
    }
}

/*	新着情報詳細
---------------------------------*/
.info-detail{
    margin-bottom: 40px;
}
.info-detail .webgene-blog{
    border: solid 1px #54c091;
    padding: 40px 15px;
}
.info-detail .webgene-item{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.info-detail .webgene-item .info-detail-top{
    border-bottom: solid 1px #058978;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.info-detail .blog-item{
}
.info-detail .webgene-item .blogdate{
    color: #444;
}
.info-detail .webgene-item .info-detail-ttl{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1c2c43;
}
.info-detail .webgene-item figure{
    text-align: center;
    margin-bottom: 20px;
}
.info-detail .webgene-item a{
    padding: 0;
}
.info-detail-content{
    letter-spacing: 0.05em;
}
.info-detail .webgene-item .info-detail-content{
    font-size: 1.4rem;
}
#post-pdf, #post-youtube{
    display: block;
    font-size: 1.4rem;
    margin-top: 20px;
}
#post-pdf{
    color: #007bff;
    text-decoration:underline
}
#post-pdf[href=""]{
    display: none;
}
@media screen and (min-width:768px){
    .info-detail{
        margin-bottom: 70px;
    }
    .info-detail .webgene-blog{
        padding: 70px 20px;
    }
    .info-detail .webgene-item{
    }
    .info-detail .webgene-item .info-detail-top{
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .info-detail .blog-item{
    }
    .info-detail .webgene-item .info-detail-ttl{
        font-size: 2.1rem;
    }
    .info-detail .webgene-item figure{
        margin-bottom: 25px;
    }
    .info-detail .webgene-item .info-detail-content{
        font-size: 1.6rem;
    }
    #post-pdf, #post-youtube{
        font-size: 1.6rem;
        margin-top: 30px;
    }
}
@media screen and (min-width:1024px){

}
@media screen and (min-width:1061px){
    .info-detail .webgene-item{
        /* padding: 60px 0; */
    }
}