/* works.css */


/* タブ */
.works_tab {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.works_tab ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 28px auto;
	width: 98%;
	height: auto;
	overflow: hidden;
}

.work_ti a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0.5% 10px 0.5%;
	width: 15.6%;
	height: 40px;
	line-height: 39px;
	background-color: #fff;
	font-size: 1.2em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	text-align: center;
	color: #108b3b;
	background-color: #fff;
	border: 1px solid #108b3b;
	border-radius: 5px;
	float: left;
}

.work_ti a:hover {
	color: #fff;
	background-color: #108b3b;
}

.work_ti a.current {
	color: #fff;
	background-color: #108b3b;
}


/*
.work_ti2 a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0.5% 10px 0.5%;
	width: 15.6%;
	height: 40px;
	line-height: 39px;
	background-color: #fff;
	font-size: 1.2em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	text-align: center;
	color: #108b3b;
	background-color: #fff;
	border: 1px solid #108b3b;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.work_ti2 a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #108b3b;
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	
	transform: skewY(-10deg) scale(1, 0);
	height: 140px;
	
	border: 1px solid #108b3b;
	border-radius: 5px;
	z-index: -1;
}

.work_ti2 a:hover {
	text-align: center;
	color: #fff;
	border: 1px solid #108b3b;
	border-radius: 5px;
}

.work_ti2 a:hover::after {
 	transform: skewY(-10deg) scale(1, 1);
}
  
.work_ti2 a.current {
	color: #fff;
	background-color: #108b3b;
}
*/





@media screen and (max-width:1200px) {

	.work_ti a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0.5% 10px 0.5%;
		width: 32.3%;
		height: 48px;
		line-height: 47px;
	}

}

@media screen and (max-width:640px) {

	.work_ti a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 1% 8px 1%;
		width: 48%;
		height: 48px;
		line-height: 47px;
		font-size: 1.1em;
	}

}












/* 一覧 */
.works_all {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.works_all ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}
	
	

.work_build {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1% 45px 1%;
	width: 31.3%;
	height: auto;
	float: left;
}

.work_build .work_name {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	letter-spacing: 1px;
	overflow: auto;
}

.work_build a:hover .work_name {
	color: #108b3b;
	text-decoration: underline;
}

.work_build .work_th_img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.work_build .work_th_img img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	cursor: pointer;
}

.work_build a:hover .work_th_img img {
	opacity: 0.6;
}
	
.work_build .work_th_img .work_category {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 10px;
	right: 8px;
	min-width: 120px;
	height: 24px;
	z-index: 10;
	font-size: 0.9em;
	line-height: 24px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	text-align: center;
	color: #108b3b;
	background-color: #fff;
	border: 1px solid #108b3b;
	border-radius: 6px;
}



@media screen and (max-width:1800px) {

	.work_build {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 1% 45px 1%;
		width: 48%;
		height: auto;
		float: left;
	}

}

@media screen and (max-width:768px) {

	.work_build {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 3% 45px 3%;
		width: 94%;
		height: auto;
		float: none;
	}

}

@media screen and (max-width:460px) {

	.work_build {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 45px auto;
		width: 95%;
		height: auto;
		float: none;
	}

}





.works_content {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 960px;
	height: auto;
	overflow: hidden;
}





