/* ===========================================
 * company use css
=========================================== */

#company_greeting{
	padding: 100px 0;
	position: relative;
}
#company_greeting::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CBCBCB;
}
#company_greeting h2{
	font-size: 30px;
	text-align: center;
}
#company_greeting p{
	font-size: 15px;
	line-height: 3em;
	margin: 40px 0;
}
#company_greeting h3{
	text-align: right;
	font-size: 24px;
}
#company_greeting h3 span.post{
	font-size: 14px;
	margin-right: 20px;
}
#company_greeting h3 span.ruby{
	display: block;
	font-size: 13px;
}

#company_staff{
	padding: 100px 0;
	border-bottom: 1px solid #707070;
}
#company_staff h2{
	font-size: 30px;
	text-align: center;
}
#company_staff .block{
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
}
#company_staff .block .box{
	width: 482px;
}
#company_staff .block .box .img_box{
	width: 482px;
	height: 332px;
	margin-bottom: 20px;
}
#company_staff .block .box .img_box img{
	width: 482px;
	height: 332px;
	object-fit: cover;
}
#company_staff .block .box .text_box h3{
	font-size: 24px;
}
#company_staff .block .box .text_box h3 span{
	margin-left: 20px;
	font-size: 13px;
}
#company_staff .block .box .text_box p.post{
	font-size: 14px;
}
#company_staff .block .box .text_box p{
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: normal;
}


#company_about{
	padding: 100px 0;
}
#company_about h2{
	font-size: 30px;
}
#company_about .img_box{
	width: 1000px;
	height: 618px;
	margin-bottom: 40px;
}
#company_about .img_box img{
	width: 1000px;
	height: 618px;
	object-fit: cover;
}
#company_about table{
	border-collapse: collapse;
	margin: 40px 0;
}
#company_about table tr{
	border-bottom: 1px solid #CBCBCB
}
#company_about table tr th{
	width: 150px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
#company_about table tr td{
	width: 850px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

#company_map{
	width: 100%;
	height: 400px;
}

@media screen and (max-width:640px){
	
	#company_greeting{
		padding: 100px 0;
		position: relative;
	}
	#company_greeting::before {
	  content: '';
	  position: absolute;
	  left: 50%;
	  bottom: 0;
	  width: 150px;
	  height: 1px;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: #CBCBCB;
	}
	#company_greeting h2{
		font-size: 40px;
		text-align: center;
	}
	#company_greeting p{
		font-size: 24px;
		line-height: 2em;
		margin: 40px 0;
	}
	#company_greeting h3{
		text-align: right;
		font-size: 32px;
	}
	#company_greeting h3 span.post{
		font-size: 20px;
		margin-right: 20px;
	}
	#company_greeting h3 span.ruby{
		display: block;
		font-size: 20px;
	}

	#company_staff{
		padding: 100px 0;
		border-bottom: 1px solid #707070;
	}
	#company_staff h2{
		font-size: 40px;
		text-align: center;
	}
	#company_staff .block{
		margin: 40px 0 0;
		display: block;
		justify-content: space-between;
	}
	#company_staff .block .box{
		width: 580px;
		margin-bottom: 40px;
	}
	#company_staff .block .box .img_box{
		width: 580px;
		height: auto;
		margin-bottom: 20px;
	}
	#company_staff .block .box .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#company_staff .block .box .text_box h3{
		font-size: 32px;
	}
	#company_staff .block .box .text_box h3 span{
		margin-left: 20px;
		font-size: 20px;
	}
	#company_staff .block .box .text_box p.post{
		font-size: 20px;
	}
	#company_staff .block .box .text_box p{
		font-size: 24px;
		margin-bottom: 20px;
		letter-spacing: normal;
	}


	#company_about{
		padding: 100px 0;
	}
	#company_about h2{
		font-size: 40px;
	}
	#company_about .img_box{
		width: 580px;
		height: auto;
		margin-bottom: 40px;
	}
	#company_about .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#company_about table{
		border-collapse: collapse;
		margin: 40px 0;
	}
	#company_about table tr{
		border-bottom: 1px solid #CBCBCB
	}
	#company_about table tr th{
		display: block;
		width: 580px;
		padding: 10px 0 0;
		font-size: 24px;
		font-weight: 500;
		text-align: left;
	}
	#company_about table tr td{
		display: block;
		width: 580px;
		padding: 10px 0 10px 1em;
		font-size: 24px;
		font-weight: 500;
		text-align: left;
		box-sizing: border-box;
	}

	#company_map{
		width: 100%;
		height: 400px;
	}
	
	

	
}

