@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
------------------------------------------------------ */
.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;
	font-family: 'SourceHanSansJP-Regular';
}
.post-content{
    max-width: 700px;
    margin: 60px auto;
}
.post-content p{
    	font-family: 'SourceHanSansJP-Regular';
    line-height: 3rem;

}
.btn {
	background: #938038;
	border: 1px solid #938038;
}
.btn:hover span {
	color: #938038;
}
/*== 背景が流れる（斜め） */
.bgskew.btn::before {
	background: #fff;
}
/*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;
    }    
}









