/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2024 | 10:54:24 */
#Recruit{
	padding-bottom:120px;
}

#Recruit h2{
	font-family: "Noto Serif JP", serif;
	font-size:28px;
    font-weight: 400;
	padding-bottom:10px;
	border-bottom:solid 3px #142E5C;
	border-image: linear-gradient(to right, #142E5C, #2860BF);
    border-image-slice: 1;
	margin-bottom:30px;
}

#Recruit .table_wrap {
  border-collapse: collapse;
  width: 100%;
}
#Recruit .table_wrap th,
#Recruit .table_wrap td {
  padding: 18px 20px;
  background-color: #F5F5F5;
  border: solid 5px #fff;
  box-sizing: border-box;
}
#Recruit .table_wrap th {
  background-color: #556B9C;
  color: #fff;
  width: 245px;
  font-weight: bold;
  vertical-align: middle;
}

#Recruit .work{
	padding-bottom:80px;
}
#Recruit .work p{
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}

#Recruit .personality{
	padding-bottom:40px;
}
#Recruit .personality h3{
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 400;
	color:#21386B;
	margin-bottom:10px;
}
#Recruit .personality .table_wrap {
	margin-bottom:40px;
}


#Recruit .requirements .btn {
  color: #fff;
	margin-top:50px
}
#Recruit .requirements .btn a {
  position: relative;
  padding-top: 20px;
  padding-right: 35px;
  padding-left: 60px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
	background: linear-gradient(90deg, #142E5C, #2860BF);
	font-size:16px;
}
#Recruit .requirements .btn a:hover {
	background: linear-gradient(90deg, #142E5C, #2860BF);
	opacity: 0.7;
}
#Recruit .requirements .btn a:before {
  background: url(http://daihochem-saiyo.com/wp-content/uploads/2024/09/ico_entry_white.svg);
  content: "";
  width: 26px;
  height: 19px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}




@media (max-width: 833px) {
	
	#Recruit{
	padding-bottom:40px;
}
	
	#Recruit h2{
	font-size:24px;
	padding-bottom:8px;
	margin-bottom:15px;
		font-weight: 500;
}
#Recruit p{
	line-height:1.6;
}
	
	#Recruit .table_wrap th {
    padding: 4px 15px;
  }
#Recruit .table_wrap th,
#Recruit .table_wrap td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }
	
	#Recruit .work{
	padding-bottom:60px;
		padding-left:15px;
	padding-right:15px;
}
	#Recruit .work p{
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}
	
	#Recruit .personality{
	padding-bottom:20px;
		padding-left:15px;
	padding-right:15px;
}
	
	#Recruit .requirements{
	padding-bottom:40px;
		padding-left:15px;
	padding-right:15px;
}
	
	#Recruit .personality h3{
	font-size:22px;
		font-weight: 500;
}
#Recruit .personality .table_wrap {
	margin-bottom:40px;
}
	
}









