@charset "UTF-8";
/* CSS Document */
/* phpページCSS */

/*施工実績*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*キービジュアル*/
	#works-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#works-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.works-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.works-key-text h1 {
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 6px;
		line-height: 50px;
		text-align: center;
		color: #333333;
	}
	
	.works-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.works-key-text h1 font {
		color: #F18405;
	}
	
	.works-key-text h1 span {
		padding: 5px 18px;
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 26px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 12px;
	}
	
	/*施工実績一覧*/
	#works {
		position: relative;
		width: 1320px;
		height: auto;
		padding: 100px 0;
		margin: 0 auto;
	}
	
	.works-side {
		position: relative;
		width: 210px;
		height: auto;
		margin: 0 0 0 0;
		float: left;
	}
	
	.works-con {
		position: relative;
		width: 1110px;
		height: auto;
		margin: 0 0 0 0;
		float: left;
	}
	
	/*サイドバー*/
	.works-side h3 {
		position: relative;
		padding: 40px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
		background: #F18405;
	}
	
	.works-side a {
		z-index: 1;
		display: block;
		position: relative;
		width: 100%;
		padding: 20px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #333;
		background: #fff;
		box-sizing: border-box;
		border: solid 1px #F3F6F6;
		transition: 0.3s;
	}
	
	.works-side a:hover {
		color: #fff;
		background: #F18405;
		border: solid 1px #F3F6F6;
	}
	
	.works-all {
		color: #fff!important;
		background: #F18405!important;
	}
	
	.works-current {
		color: #fff!important;
		background: #F18405!important;
	}
	
	/*ループ設定*/
	.works-loop {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 0 110px 50px;
		float: left;
	}
	
	.works-loop-img {
		z-index: 2;
		width: 320px;
		height: 210px;
		padding: 0 0 0 0;
		border-radius: 10px;
		overflow: hidden;
	}
		
	.works-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition: transform 0.2s linear;
	}
		
	.works-loop:hover .works-loop-img img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.works-loop-title {
		position: absolute;
		top: 220px;
		left: 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		color: #333;
		text-align: left;
	}
	
	.works-category {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 160px;
		padding: 8px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 10px;
	}
	
	/*施工実績 個別*/
	.works-con01 {
		position: relative;
		width: 1060px;
		height: auto;
		margin: 0 0 0 50px;
		float: left;
	}
	
	.works-title {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.work01-thumb {
		position: relative;
		width: 80%;
		height: auto;
		margin: 0 auto 25px 0;
	}
	
	.work01-thumb img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.works01-category a {
		display: inline-block;
		width: 160px;
		padding: 8px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 10px;
	}
	
	.works01-title h2 {
		position: relative;
		margin: 20px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
	}
	
	.works01-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.works01-con p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	.works01-con h3 {
		margin: 0 0 20px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	.works01-con h3 font {
		font-weight: normal!important;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*キービジュアル*/
	#works-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#works-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 190px;
		object-fit: cover;
		object-position: center;
	}
	
	.works-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.works-key-text h1 {
		margin-bottom: 6px;
		font-size: 30px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 3px;
		line-height: 30px;
		text-align: center;
		color: #333333;
	}
	
	.works-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.works-key-text h1 font {
		color: #F18405;
	}
	
	.works-key-text h1 span {
		padding: 3px 8px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 5px;
	}
	
	/*施工実績一覧*/
	#works {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}
	
	.works-side {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 40px 0;
	}
	
	.works-con {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	/*サイドバー*/
	.works-side h3 {
		position: relative;
		padding: 15px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F18405;
	}
	
	.works-side a {
		z-index: 1;
		display: block;
		position: relative;
		width: 100%;
		padding: 10px 0;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: center;
		color: #333;
		background: #fff;
		box-sizing: border-box;
		border: solid 1px #F3F6F6;
	}
	
	.works-all {
		color: #fff!important;
		background: #F18405!important;
	}
	
	.works-current {
		color: #fff!important;
		background: #F18405!important;
	}
	
	/*ループ設定*/
	.works-loop {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	.works-loop-img {
		z-index: 2;
		width: 300px;
		height: 200px;
		padding: 0 0 0 0;
		border-radius: 5px;
		overflow: hidden;
	}
		
	.works-loop-img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.works-loop-title {
		position: absolute;
		top: 208px;
		left: 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		color: #333;
		text-align: left;
	}
	
	.works-category {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		padding: 4px 0;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 5px;
	}
	
	/*施工実績 個別*/
	.works-con01 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
	
	.works-title {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.work01-thumb {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 13px 0;
	}
	
	.work01-thumb img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 5px;
		object-fit: cover;
	}
	
	.works01-category a {
		display: inline-block;
		width: 120px;
		padding: 4px 0;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 5px;
	}
	
	.works01-title h2 {
		position: relative;
		margin: 12px 0 10px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.works01-con {
		position: relative;
		width: 100%;
		height: auto;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
	}
	
	.works01-con p {
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
	}
	
	.works01-con h3 {
		margin: 0 0 10px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
	}
	
	.works01-con h3 font {
		font-weight: normal!important;
	}
	
}