@charset "utf-8";
/* CSS Document */
.business-line {
	border-bottom: 1px solid rgba(208,208,208,1.00);
}
#works-top {
	border-bottom: 1px solid rgba(168,168,168,1.00);
	position: relative;
	height: 300px;
	width: 100%;
	z-index: 1;
}
#works-top h2 {
	color: #333333;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 5%;
	line-height: 1.0;
	padding: 0;
	margin: 0;
}

#visual-img {
	z-index: 1;
	position: relative;
	width: 100%;
} 

#top-works {
/*	margin-bottom: 80px;*/
	width: 100%;
	background-color: #F0F0F0;
	padding: 100px 0;
}

#top-works h3 {
	color: #00A0E8;
	font-size: 27px;
/*
	margin-top: 30px;
	margin-bottom: 35px;
*/

	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

/* ==================== */
/* 251028 sugaya ====== */
/* ==================== */

.fb__wrap__works {
	width: 940px;
	margin: 50px auto;
	padding: 0 10px;
	
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
}

.item__works_list {
	width: calc(100% / 2 - 40px);
	/*margin-bottom: 50px;*/
	margin: 10px 10px 30px;
	/*border-bottom: 1px solid #E4E4E4;*/
	padding: 10px 10px 30px;
	background-color: #FFF;
}

.item__works_list--img {
	/*width: 35%;*/
}

.item__works_list img {
	width: 100%;
	/*aspect-ratio: 4 / 3;*/
	object-fit: cover;
	padding-bottom: 10px;
}

.item__works_list--title {
	/*width: 65%;
	padding: 10px 0 10px 30px;
	box-sizing: border-box;*/
}

.item__works_list h4 {
	position: relative;
	padding: 10px;
/*	color: #00A0E8;*/
	color: #555;
	font-size: 20px;
/*	font-weight: normal;*/
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-bottom: 1px solid #A3D3E8;
	text-align: center;
}
/*
.item__works_list h4::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #A3D3E8, #A3D3E8 2px, #fff 2px, #fff 4px);
}
*/
.item__works_list dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	padding: 0 10px;
}

.item__works_list dl dt {
	width: 50px;
}

.item__works_list dl dd {
	width: calc(100% - 50px);
	box-sizing: border-box;
}

/* ======================= */
/* // 251028 sugaya ====== */
/* ======================= */
