@charset "UTF-8";
/* CSS Document */



/*----fv----------------------------*/



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

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





/*----画像section----------------------------*/
.works_img{
	position: relative;
	width: calc((100% / 6) * 5);
	margin-top: 60px;
	margin-left: auto;
}
.works_img .wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.works_img .wrapper img{
	width: calc((100% / 3) - 20px);
}

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

}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:520px) {
	.works_img{
		width: calc(100% - 20px);
		margin-top: 30px;
	}
	.works_img .wrapper img{
		width: calc((100% / 3) - 8px);
	}

}



/*----リストsection----------------------------*/
.works_list{
	margin-top: 100px;
}
.works_list .wrapper{
	width: calc((100% / 3) * 2);
	margin: 0 auto;
}
.works_list .wrapper .inner{
	padding: 30px 0;
	border-bottom: 1px solid var(--border-color);
}
.works_list .wrapper .inner:first-child{
	border-top: 1px solid var(--border-color);
}
.works_list .wrapper .inner .works_name{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.works_list .wrapper .inner p{
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .1em;
	color: var(--text-color-gray);
}
@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:520px) {
	.works_list{
		margin-top: 60px;
	}
	.works_list .wrapper{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.works_list .wrapper .inner{
		padding: 24px 0;
	}
	.works_list .wrapper .inner .works_name{
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 6px;
	}
	.works_list .wrapper .inner p{
		font-size: 1.4rem;
	}
}
