@charset "utf-8";
/* CSS Document */
/* =======================================

	recruit.css

========================================== */
.recruitMessage{
	margin: 0 auto 50px;
	width: fit-content;
	padding: 1em 1.5em;
	border: 3px solid #F36672;
	font-weight: bold;
}

.recruit_ttl01{
	position: relative;
	line-height:1.2;
	letter-spacing:2px;
	margin-top: 50px;
	margin-bottom:50px;
	padding:15px 20px 15px 160px;
	border-radius: 50px;
	font-size:26px;
	font-weight: bold;
	background-color: #FFC81F;
	filter: drop-shadow(0 0 2px #ccc);
	color: #644F31;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;}

.recruit_ttl01::before{
	content: '';
	position: absolute;
	background: url(../images/recruit/recruit_ttl_icon.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 60px;
	height: 60px;
	top: -3%;
	left: 13px;
	z-index: 9999;
	-webkit-transform: rotate(30deg);
	transform:rotate(30deg);
}
.recruit_ttl01::after{
	content: '';
	position: absolute;
	background: #FFC81F;
	width: 80px;
	height: 80px;
	top: -25%;
	left: 0;
	z-index: 9998;
	border: solid 3px white;
	border-radius: 50%;
}
.recruitArea table th{
	width: 25%;
}
.recruit_box{
	padding-bottom: 50px;
}
.recruit_btn{
	padding: 20px 0;
}
.recruit_btn ul{
	font-size: 0;
}
.recruit_btn ul li{
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.recruit_btn ul li:last-child{
	margin-right: 0;
}
.recruit_btn ul li a{
	display: block;
	background: #FFC81F;
	border-radius: 10px;
	padding: 10px 0;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #644F31;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.recruit_btn ul li a:hover{
	background: #644F31;
	color: #fff;
	text-shadow: 1px 1px 0 #644F31, -1px -1px 0 #644F31, -1px 1px 0 #644F31, 1px -1px 0 #644F31, 0px 1px 0 #644F31, 0-1px 0 #644F31, -1px 0 0 #644F31, 1px 0 0 #644F31;
}

@media screen and (max-width: 768px) {
	.recruit_ttl01::before{
		width: 70px;
		height: 70px;
	}
	.recruit_ttl01::after{
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 599px) {
	.recruit_btn ul li a{
		font-size: 18px;
	}
	.recruit_ttl01{
		margin-top: 20px;
		margin-bottom:30px;
		padding:10px 20px 10px 90px;
		font-size:20px;
	}
	.recruit_ttl01::before{
		width: 50px;
		height: 50px;
		left: 10px;
	}
	.recruit_ttl01::after{
		width: 60px;
		height: 60px;
	}
	.recruitArea table th{
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.recruit_btn ul li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	.recruit_btn ul li a{
		font-size: 14px;
	}
}
