@charset "utf-8";

/*==================================================
	【works】ページ固有のスタイル
==================================================*/
#works .works_link {
	margin: 30px auto 80px;
}
#works .works_link ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 0;
}
#works .works_link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #b6b8a1;
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
}
#works .box_works {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 0;
}
#works .box_works .box .img img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}
#works .box_works .date {
	display: block;
	font-size: 13px;
	margin-bottom: -3px;
}
#works h3.sub02 {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin: 0 0 50px;
}
#works h3.sub02::before,
#works h3.sub02::after{
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #dad0c8;
}
#works h3.sub02::before {
	margin-right: 25px;
}
#works h3.sub02::after {
	margin-left: 25px;
}
#works #works_plant .img_box {
	width: 80%;
	margin: 0 auto 50px;
}
#works #works_plant .txt_box {
	border: 2px solid #dad0c8;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}
#works #works_plant .txt_box .ttl {
	font-size: 18px;
}
#works #works_plant .txt_box ul {
	margin-bottom: 20px;
}
#works #works_plant .txt_box li {
	position: relative;
	padding-left: 1.5em;
}
#works #works_plant .txt_box li::before {
	content: "・";
	font-size: 20px;
	position: absolute;
	top: -5px;
	left: 0;
}
#works #works_plant .txt_box .txt {
	font-size: 16px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#works h3.sub02 {
		font-size: 25px;
	}
	#works .box_works .box .img img {
		height: 22vw;
	}
	#works #works_plant .txt_box {
		width: 100%;
		padding: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works .works_link {
		margin: 30px auto 30px;
	}
	#works .works_link li a {
		font-size: 13px;
	}
	#works .box_works {
		grid-template-columns: repeat(2, 47%);
		gap: 20px 0;
	}
	#works .box_works .box .img img {
		height: 32vw;
	}
	#works #works_plant .img_box {
		width: 100%;
		margin-bottom: 30px;
	}
	#works #works_plant .txt_box .ttl {
		font-size: 16px;
	}
	#works #works_plant .txt_box .txt {
		font-size: 14px;
	}
	#works h3.sub02 {
		font-size: 25px;
		margin: 0 0 25px;
	}
}
