@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap');
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url('../font/SourceHanSansJP-Regular.woff') format('woff');
}
/* news
------------------------------------------------------ */
a:hover{
    opacity: .6;
}
.news-bg{
    padding: 100px 0;
	background: linear-gradient(90deg, #F5F5F3 0%, #F5F5F3 50%, #fff 50%, #fff 100%);
    z-index: -2;
}
.news{
    margin-top: 100px;
    max-width: 1000px;
}
h2 {
	color: #1E3C43;
	font-size: 4rem;
	margin-bottom: 20px;
    line-height: 4.4rem;
    text-align: center;
    margin-left: 0;
    position: relative;
    z-index: 3;
}
h2:after {
	content: 'N';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	color: #fff;
	font-size: 10rem;
    left: 40%!important;
    z-index: -1;
}
h2 span {
	display: block;
}
.main-lead{
    text-align: center;
    margin-left: 0;
    border-bottom: 1px solid #B7B6B6;
    padding-bottom: 30px;
}
.news-list{
    margin: 60px auto;
    width: 90%;
}

.news-list li a{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #707070;
    padding-top: 20px;
}
.news-cat{
    background: #938038;
    color: #fff;
    text-align: center;
    display: block;
    width: 100px;
    margin: 0 20px;
}
.pagenation-list,.pagenation{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagenation-list li,.pagenation span,.pagenation a{
    margin: 4px;
}
.pagenation-list li a,.pagenation span,.pagenation a{
    color: #938038;
    display: block;
    width: 26px;
    height: 20px;
    border: 1px solid #938038;
    text-align: center;
    line-height: 20px;
    padding: 8px 2px;
}
.pagenation-list li a.current,.pagenation span{
    background: #938038;
    color: #fff;
}
.pagenation-list li:first-child a{
    border: none;
}
.pagenation-list li:last-child a{
    border: none;
}
.pagenation a.next,.pagenation a.prev{
    border: none;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
h2 {
	font-size: 2.2rem;
	letter-spacing: .2rem;
}
h2:after {
	top: 10px;
	font-size: 8rem;
}
h2 span {
	margin-top: 0;
}
.main-img:after {
	height: 220px;
}
    .news{
        margin-top: 0;
    }
    .news-list li a{
        flex-wrap: wrap;
    }
    .news-txt{
        width: 100%;
        line-height: 1.8rem;
    margin-top: 10px;
    }
    .news-list{
        margin: 30px auto;
    }    
    .news-bg{
        padding-bottom: 1px;
    }
}









