/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2025 | 06:59:00 */
#Recruit .section1{
	padding-top:60px;
	padding-bottom:80px;
}
#Recruit .section1 h2{
	font-size:32px;
	font-family: "Zen Maru Gothic", serif;
	font-weight:500;
	color:#FF9029;
	margin-bottom:10px;
}
#Recruit .section1 ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin-top:20px;
	margin-bottom:20px;
}
#Recruit .section1 ul li{
background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(https://sakudesign.jp/astra/wp-content/uploads/2025/04/ico_circle_orange.svg);
    padding-left: 25px;
    background-position: left center;
	font-size:20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight:600;
	color:#673000;
	line-height:1;
	margin-top: 0px;
}
#Recruit .section1 h3{
	font-size:24px;
	font-family: "Zen Maru Gothic", serif;
	font-weight:500;
	color:#FF9029;
    margin-bottom:10px;
}

#Recruit .section2{
	padding-bottom:120px;
}
#Recruit .section2 h2{
	font-size:28px;
	font-family: "Zen Maru Gothic", serif;
	font-weight:500;
	color:#673000;
		padding-bottom:5px;
	border-bottom:3px solid #FF9029;
	margin-bottom:30px;
}
#Recruit .section2 .box{
	background-color:#FFF;
	border:3px solid #FF9029;
	border-radius:20px;
	padding:30px 30px;
}
#Recruit .section2 h3{
	font-size:26px;
	font-family: "Zen Maru Gothic", serif;
	font-weight:500;
	color:#FF9029;
    margin-bottom:10px;
}
#Recruit .section2 p{
	font-size:18px;
}
#Recruit .section2 .btn {
	color: #FFF;
	margin-top:20px;
  }
#Recruit .section2 .btn a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	  background-color:#FF9029;
	  font-size:16px;
	  border-radius:100px;
  }
#Recruit .section2 .btn a:hover {
	  background-color:#FF9029;
	  opacity: 0.7;
  }
#Recruit .section2 .btn a:before {
	background: url(https://sakudesign.jp/astra/wp-content/uploads/2025/04/ico_arrow_white.svg);
	content: "";
	width: 8px;
	height: 12px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }




@media (max-width: 833px) {
	#Recruit .section1{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Recruit .section1 h2{
	font-size:26px;
	margin-bottom:10px;
}
#Recruit .section1 ul{
	gap:20px;
	margin-top:15px;
	margin-bottom:15px;
}
#Recruit .section1 ul li{
background-size: 16px 16px;
    padding-left: 25px;
	font-size:18px;
}
#Recruit .section1 h3{
	font-size:21px;
	margin-bottom:10px;
}
	
	#Recruit .section2{
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Recruit .section2 h2{
	font-size:24px;
	border-bottom:3px solid #FF9029;
	margin-bottom:20px;
}
#Recruit .section2 .box{
	border-radius:15px;
	padding:15px 15px;
}
#Recruit .section2 h3{
	font-size:22px;
    margin-bottom:10px;
}
#Recruit .section2 p{
	font-size:16px;
}

}



