@charset "UTF-8";

#about-kimg{
	background-image: url("../../images/about/kimg_about.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size:cover;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 416px;
	position: relative;
}

#about-kimg .kimg-txt{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.05em;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 1.8;
	text-shadow: 2px 2px 10px #000 ,
-2px 2px 10px #000 ,
2px -2px 10px #000 ,
-2px -2px 10px #000;
}

#about-detail{
	
}

#about-detail .about-detail-wrap{
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 20px;
}

#about-detail .about-article{
	color: #fff;
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
}

#about-detail .about-article h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #ccc;
}


#about-detail .about-article h4{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0.3em;
}

#about-detail .about-article h5{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #BCBCBC;
}


#about-detail .about-article.lead-copy{
	font-size: 24px;
	padding: 120px 0 60px 0;
	text-align: center;
}





.about-list{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	text-align: center;
	color: #fff;
}

.about-list li{
	width: 22%;
	font-size: 16px;
}

.about-list li img{
	width: 100%;
}

.about-list li dd{
	margin-top: 1em;
	font-weight: bold;
}


.colum3{
	display: flex;
	margin-top: 80px;
	justify-content: space-between;
}

.colum3 li{
	width: 30%;
}


#about-company{
	background: #fff;
	width: 100%;
}

#about-company .about-company-wrap{
	max-width: 1240px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 20px;
}

#about-company h2{
	font-size: 24px;
	font-weight: bold;
}

#about-company table{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 80px;
	font-size: 24px;
	width: 100%;
	line-height: 1.4;
}
#about-company table th,
#about-company table td{
	border-bottom: 1px solid #5C5C5C;
	padding: 30px 30px 30px 0px;
	font-weight: 400;
}

#about-company table th{
	color: #5C5C5C;
}

.company-list{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;

}

.company-list li{
	width: 25%;
	position: relative;
	aspect-ratio: 296 / 168;
	overflow: hidden;
	display: block;
	object-fit: cover;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.company-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}




/*----------------------
 sp tablet
----------------------*/

@media (max-width: 900px) {
	
	
#about-kimg{
	height: 250px;
}

#about-kimg .kimg-txt{
	font-size: 18px;
  transform: translateY(-70%) translateX(-50%);
	line-height: 1.8;
}

#about-detail{
	
}

#about-detail .about-detail-wrap{
	padding: 40px 20px;
}
	
	


#about-detail .about-article{
	font-size: 12px;
}

#about-detail .about-article h3{
	font-size: 20px;
	margin-bottom: 1em;
	line-height: 1.4;
}


#about-detail .about-article h4{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0.3em;
}

#about-detail .about-article h5{
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #BCBCBC;
}




.about-list{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap;
}

.about-list li{
	width: 47%;
	font-size: 11px;
	margin-top: 35px;
}

.about-list li img{
	width: 100%;
}

	
.colum3{
	display: block;
	margin-top: 0px;
	justify-content: space-between;
}

.colum3 li{
	width: 100%;
	margin-top: 40px;
}

	
#about-detail .about-article.lead-copy{
	font-size: 14px;
	padding: 60px 0 30px 0;
	text-align: left;
}


#about-company{
	background: #fff;
	width: 100%;
}

#about-company .about-company-wrap{
	padding: 40px 20px;
}

#about-company h2{
	font-size: 22px;
}

#about-company table{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 14px;
	width: 100%;
	line-height: 1.4;
}
#about-company table th,
#about-company table td{
	padding: 20px 20px 20px 0px;
}

#about-company table th{
	white-space: nowrap;
}

.company-list{
	margin-top: 30px;

}

.company-list li{
	width: 50%;
}

	
	

	
	
#works-detail p.category{
	font-size: 12px;
}

#works-detail h2.works-title{
	font-size: 20px;
}

#works-detail .txt-area{
	color: #fff;
	line-height: 2;
	font-size: 12px;
	margin-top: 2em;
}
	
  
}