@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#newsWrap {
	padding-bottom: 100px;
}

#newsCat {
	padding-bottom: 30px;
}

#newsCat p {
	font-size: 1.5rem;
	padding-bottom: 10px;
}

.newsCatSelect {
	padding: 10px 20px;
	background: #FFF;
	border: 2px solid #d2d2d2;
	font-size: 1.6rem;
	border-radius: 5px;
}

#newsList {
	padding: 100px;
	background: #f2f2ea;
	border-radius: 10px;
}

#newsList > ul > li {
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#newsList li a {
	min-height: 150px;
	padding: 20px 30px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.newsListImg {
	width: 160px;
	height: 120px;
	background: #eeeeee;
	border-radius: 10px;
	overflow: hidden;
}

.newsListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsListTitWrap {
	flex: 1;
}

.newsListDate {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.newsDate {
	font-size: 1.2rem;
}

.newsCat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.newsCat > li {
	padding: 0 20px;
	font-size: 1.2rem;
	color: #007b43;
	border: 1px solid #007b43;
	border-radius: 100vw;
}

.newsListTit {
	font-size: 1.6rem;
	font-weight: 500;
}

#sortTxt {
	font-size: 1.6rem;
	padding-bottom: 10px;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
    margin-top: 40px;
    text-align: center;
}

#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#pageNavWrap a, #pageNavWrap span {
    width: 40px;
    height: 40px;
    color: #007b43;
	border: 3px solid #007b43;
    background-color: #FFF;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	border-radius: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pageNavWrap span.current,
#pageNavWrap a:hover {
    color: #fff;
    background-color: #007b43;
    transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap a.next,
#pageNavWrap a.prev {
    background-color: none;
    transition: all 0.3s ease-in-out 0s;
	border: none;
}

#pageNavWrap a.next:hover,
#pageNavWrap a.prev:hover {
    background: none;
}

#pageNavWrap span.dots {
    width: 1em;
    background-color: #fff;
    color: #007b43;
    padding: 10px 0;
	border: none;
}

/* 新着詳細 */
/* ----------------------------------- */
#newsSingleWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	padding-bottom: 100px;
}

#newsTit {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 3rem;
	color: #007b43;
}

#singleDate {
	padding-bottom: 40px;
}

#singleContent {
	max-width: 100%;
	padding: 100px;
	border: 1px solid #d2d2d2;
	font-size: 1.6rem;
}

#singleContent h2 {
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 1em;
	font-size: 2rem;
	border-top: 2px solid #007b43;
	border-bottom: 2px solid #007b43;
	color: #007b43;
	font-weight: 500;
}

#singleContent h3 {
	margin-top: 1em;
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #007b43;
	font-weight: 500;
}

#singleContent p {
	padding-bottom: 1em;
	line-height: 1.7;
}

#singleContent a {
	color: #007b43;
}

#singleContent a:hover {
	text-decoration: underline;
}

#backBtn {
	padding-top: 20px;
}

#singleContent iframe {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

/* 実績紹介 */
/* ----------------------------------- */
#worksWrap {
	padding-bottom: 100px;
}

#worksList > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}

#worksList > ul > li {
	width: 32%;
}

.worksListImg {
	width: 100%;
	height: 265px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 10px;
}

.worksListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.worksListTitWrap {

}

.worksListDate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.worksDate {
	font-size: 1.3rem;
}

.worksCat {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.worksCat li {
	padding: 0 10px;
	font-size: 1.2rem;
	color: #007b43;
	border: 1px solid #007b43;
	border-radius: 100vw;
}

.worksListTit {
	font-size: 1.6rem;
	font-weight: 500;
}






/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#newsList {
		padding: 30px 4%;
		background: #f2f2ea;
		border-radius: 10px;
	}

	/* 実績紹介 */
	/* ----------------------------------- */
	.worksListImg {
		height: 170px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* 一覧 */
	/* ----------------------------------- */
	
	#newsWrap {
		padding-bottom: 80px;
	}

	#newsCat p {
		font-size: 1.3rem;
		padding-bottom: 5px;
	}

	#newsCat {
		padding-bottom: 20px;
	}

	.newsCatSelect {
		padding: 8px 15px;
		font-size: 1.4rem;
	}

	#newsList li a {
		min-height: auto;
		padding: 15px 4%;
		gap: 10px;
	}

	.newsListImg {
		width: 70px;
		height: 60px;
		background: #eeeeee;
		border-radius: 10px;
		overflow: hidden;
	}

	.newsListTit {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.2;
	}

	.newsListDate {
		padding-bottom: 5px;
	}

	.newsCat > li {
		padding: 0 10px;
		font-size: 1rem;
	}

	/* 詳細 */
	/* ----------------------------------- */
	#newsSingleWrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		padding-bottom: 80px;
	}

	#newsTit {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.8rem;
		line-height: 1.2;
	}

	#singleDate {
		padding-bottom: 20px;
	}

	#singleContent {
		padding: 30px 5%;
		font-size: 1.4rem;
	}

	#singleContent h2 {
		font-size: 1.7rem;
	}

	#singleContent h3 {
		font-size: 1.7rem;
	}

	/* 実績紹介 */
	/* ----------------------------------- */
	#worksList > ul > li {
		width: 100%;
	}

	.worksListImg {
		height: 220px;
	}

	.worksListTit {
		font-size: 1.4rem;
		font-weight: 500;
	}
	
}