
/* --------------------------------------------------- */
#sec01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 40px;
}
#sec01 .news {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#sec01 .news:nth-child(4n) {
	margin-right: 0;
}
#sec01 .news a {
}
#sec01 .news a:hover {
}
#sec01 .news .ph {
	display: block;
	position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0 0 10px;
	overflow: hidden;
}
#sec01 .news .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition: transform 0.5s ease;
    transform-origin: center center;
}
#sec01 .news a:hover .ph img {
    transform: scale(1.1);
}
#sec01 .news .figure {
}
#sec01 .news .figcaption {
}
#sec01 .news p {
	display: flex;
	justify-content: space-between;
	border-bottom: #ddd 1px solid;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
#sec01 .news .year {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	line-height: 140%;
}
#sec01 .news .category {
	display: inline-block;
	font-size: 10px;
	line-height: 140%;
}
#sec01 .news .ttl {
	font-size: 1em;
	font-weight: 400;
	line-height: 140%;
}
@media screen and (min-width: 1700px) {
	#sec01 {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	#sec01 .news,
	#sec01 .news:nth-child(4n) {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    #sec01 .news:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sec01 .news,
	#sec01 .news:nth-child(4n) {
        width: 47.5%;
        margin-right: 0;
    }
	#sec01 .news .year,
	#sec01 .news .category {
		font-size: 9px;
	}
	#sec01 .news .ttl {
		font-size: .9em;
		line-height: 160%;
	}
}
/* --------------------------------------------------- */
#sec02 {
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec02 p,
#sec02 img {
	margin-bottom: 50px;
}
#sec02 .news-ttl {
	margin-bottom: 50px;
}
#sec02 .news-ttl p {
	margin-bottom: 0;
}
#sec02 .news-ttl p {
	display: flex;
	justify-content: space-between;
	border-bottom: #ddd 1px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#sec02 .news-ttl .year {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#sec02 .news-ttl .category {
	display: inline-block;
	font-size: 12px;
	line-height: 140%;
}
#sec02 .news-ttl .ttl {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
	#sec02 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 40px;
	}
	#sec02 p {
        margin-bottom: 30px;
    }
	#sec02 .news-ttl {
        margin-bottom: 30px;
    }
    #sec02 img {
        margin-bottom: 20px;
    }
	#sec02 .news-ttl .ttl {
		font-size: 1.2em;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


