@charset "UTF-8";


#c01,
#c02,
#c03,
#c04 {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0 0;
	position: relative;
}

.main-copy {
	text-align: center;
	line-height: 1.6;
	font-size:26px; 
	color: #6ABC00;
	letter-spacing: 3px;
	font-weight: bold;
}

.box {
	background-color: #FFF4C7;
	padding: 25px;
	margin-bottom: 50px;
}



.box table.ttl {
	width: 100%;
}
.box table.ttl th {
	background-color: white;
	color: #6ABC00;
	font-size: 18px;
	padding: 10px;
}

.box table.ttl td {
	color: #000;
	padding:10px 20px;
}

.box table th {
	width: 130px;
	text-align: center;
}

.box table.bosyu {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.box table.bosyu th {
	background-color: #FFDD50;
	color: #000;
	font-size: 18px;
	padding: 10px;
	border-bottom: 5px solid #FFF4C7;
}

.box table.bosyu td {
	color: #000;
	padding:10px 20px;
	font-size: 14px;
}

.bottom {
	width: 1040px;
	margin:0 auto;
}
.bottom .message {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
.for-tel {
	width: 50%;
	float: left;
	border: 1px solid #FF9100;
	padding: 20px 20px 20px 120px;
	background: url(../img/recruit/tel.png) no-repeat 20px 50%;
	font-size: 18px;
	font-weight: bold;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-right: 10px;
}

.for-tel span {
	color: #FF9100;
	font-size: 36px;
	display: block;
}

.for-mail {
	width: 49%;
	float: left;
	border: 1px solid #7CCC1F;
	padding: 20px 20px 20px 120px;
	background: url(../img/recruit/mail.png) no-repeat 20px 50%;
	font-size: 18px;
	font-weight: bold;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.for-mail span {
color: #7CCC1F;
	font-size: 24px;
    display: block;
	padding: 0px 0px 20px 0px;

}

.main-copy + p {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 0 0;
	line-height: 1.8;
}

/*20190919追加*/
.text_s {
	font-size: 11px;
}
.bosyu02 th{
	padding: 12px!important;	
}


/*20191029追加*/
		  .sp{
			  display: none;
		  }
		  .staff_message{
			 width: 855px;
   			 margin: 0 auto 50px;
			 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		  }
		  .staff_message .ttl{
			 margin-left: 53px;
		  }
		  .staff_message .message_inner{
			  background: center url(../img/recruit/message_bg.jpg)no-repeat;
			  height: 390px;
			  position: relative;
		  }
		  .staff_message .message_inner .message01{
			  width: 600px;
			  position: absolute;
			  top: 20px;
			  left: 80px;
		  }
		  .staff_message .message_inner .message02{
			  position: absolute;
			  width: 210px;
			  top: 235px;
			  left: 13px;
		  }		  
		  .staff_message .message_inner .message03{
			  position: absolute;
			  width: 309px;
			  top: 256px;
			  left: 280px;
		  }		  
		  .staff_message .message_inner .message04{
			  position: absolute;
			  width: 150px;
			  top: 275px;
			  left: 680px;
			  color: #6ABC00;
			  font-weight: bold;
			  font-size: 20px;
			  text-align: center;
			  line-height: 27px;
		  }	  
@media screen and ( max-width:60em ) { 
	
	#c01 {
		width: auto;
		padding-top: 0;
	}

	.main-copy {
		text-align: left;
		font-size: 22px;
		padding: 0 25px;
	}
	
	.main-copy br {
		display: none;
	}

	.box table.ttl {
		width: 100%;
	}
	
	.box table.ttl th {
		display: block;
		width: auto;
	}

	.box table.ttl td {
		display: block;
		width: auto;
		padding: 10px 0;
	}

	.box table th {
		width: auto;
	}

	.box table.bosyu {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.box table.bosyu th {
		display: block;
		width: auto;
		border-top: 5px solid #FFF4C7;
	}

	.box table.bosyu td {
		display: block;
		width: auto;
	}

	.bottom {
		width: auto;
	}
	
	.bottom .message {
		text-align: left;
		margin: 0 30px 30px;
	}
	
	.for-tel {
		width: auto;
		float: none;
		padding: 100px 20px 20px 20px;
		background: url(../img/recruit/tel@2x.png) no-repeat 50% 20px;
		background-size: 69px;
		font-size: 18px;
		text-align: center;
		margin: 0 25px 10px;
	}

	.for-tel span {
		font-size: 22px;
	}

	.for-mail {
		width: auto;
		float: none;
		padding: 100px 20px 20px 20px;
		background: url(../img/recruit/mail@2x.png) no-repeat 50% 20px;
		background-size: 69px;
		font-size: 18px;
		text-align: center;
		margin: 0 25px;
	}

	.for-mail span {
		font-size: 22px;
	}

	.main-copy + p {
		text-align: left;
		padding: 20px 25px 0 ;
	}
	
/*20191029追加*/
			  .pc{
				  display: none;
			  }
			  .sp{
				  display: block;
			  }
		  .staff_message{
			 width: 90%;
		  }			  
		  .staff_message .ttl{
			     margin-left: 0px;
			    line-height: 45px;
			    font-size: 35px;
		  }
		  .staff_message .message_inner{
			  background: none;
			  height: auto;
			  position: static;
		  }
		  .staff_message .message_inner .sp_message{
			  width: 93%;
			  position: static;
			  border: 3px solid #69B42E;
			  border-radius: 10px;
			  padding: 10px;
			  margin: 15px auto;
		  }
	
}
/* 20210614追加 */
		  .sp{
			  display: none;
		  }
		  .staff_message{
			 width: 855px;
   			 margin: 0 auto 50px;
			 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		  }
		  .staff_message .ttl{
			 margin-left: 53px;
		  }
		  .staff_message .message_inner{
			  background: center url(../img/recruit/message_bg.jpg)no-repeat;
			  height: 390px;
			  position: relative;
		  }
		  .staff_message .message_inner .message01{
			  width: 600px;
			  position: absolute;
			  top: 20px;
			  left: 80px;
		  }
		  .staff_message .message_inner .message02{
			  position: absolute;
			  width: 210px;
			  top: 235px;
			  left: 13px;
		  }		  
		  .staff_message .message_inner .message03{
			  position: absolute;
			  width: 309px;
			  top: 256px;
			  left: 280px;
		  }		  
		  .staff_message .message_inner .message04{
			  position: absolute;
			  width: 150px;
			  top: 275px;
			  left: 680px;
			  color: #6ABC00;
			  font-weight: bold;
			  font-size: 20px;
			  text-align: center;
			  line-height: 27px;
		  }	
		 .box .ttl{
				  font-size: 32px;
			  }
		 .box .subTtl{
				  font-size: 20px;
			  }
		  .center01 .ttl{
			  color: #ED711A;
		  }
		  .center02 .ttl{
			  color: #E06060;
		  }		  
		  .box.center02{
			  background: #F8E1DC;
		  } 
		  .box.center02 table.bosyu th{
			  background: #F6BCB3;
			  border-bottom: 5px solid #F8E1DC;
		  }
			.center03 .ttl{
			  color: #00A4E0;
		  }	
		  .box.center03{
			  background: #E6F1FA;
		  } 
		  .box.center03 table.bosyu th{
			  background: #BAD6F0;
			  border-bottom: 5px solid #E6F1FA;
		  }		  
		  .for-mail span {
    font-size: 36px;
    padding: 0px;
}
		  @media screen and (max-width: 60em){
			  .pc{
				  display: none;
			  }
			  .sp{
				  display: block;
			  }
		  .staff_message{
			 width: 90%;
		  }			  
		  .staff_message .ttl{
			     margin-left: 0px;
			    line-height: 45px;
			    font-size: 35px;
		  }
		  .staff_message .message_inner{
			  background: none;
			  height: auto;
			  position: static;
		  }
		  .staff_message .message_inner .sp_message{
			  width: 93%;
			  position: static;
			  border: 3px solid #69B42E;
			  border-radius: 10px;
			  padding: 10px;
			  margin: 15px auto;
		  }
			  .box .ttl, .box .subTtl{
				  text-align: center;
			  }
			  .box.center02 table.bosyu th {
   				 border-top: 5px solid #F8E1DC;
				}
			  .box.center03 table.bosyu th {
   				 border-top: 5px solid #E6F1FA;
				}
			  .for-mail span {
    font-size: 22px;
}
		  }	  
		  
		  #footer .inner{
			  height: 300px;
		  }	  		