@charset "UTF-8";
/*-----------------------------------

	header

-----------------------------------*/
#headline {
  background: url("../img/recruit/headline_img.jpg") no-repeat center/cover;
}
@media screen and (max-width: 640px) {}
/*-----------------------------------

	recruit_block

-----------------------------------*/
#recruit_block{
	padding: 80px 0 0;
}
#recruit_block h3 {
  font-size: 32px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
}
#recruit_block h3 span {
  background: radial-gradient(circle farthest-side, #EF9E67, #EF9E67 40%, transparent 40%, transparent);
  background-size: 10px 10px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  line-height: 59px;
}
.row_box{
	display: flex;
	justify-content: center;
}
.orange{
	background: #EF9E67;
}
.sp{
	display: none;
}
@media screen and (max-width: 860px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#recruit_block{
	   padding: 75px 0 0;
    }
	#recruit_block h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.row_box{
	    display: block;
    }
}
@media screen and (max-width: 640px){
	#recruit_block{
	   padding: 50px 0 0;
    }
}

/****deco****/
#recruit_block .intro_deco01,
#recruit_block .intro_deco02,
#recruit_block .intro_deco03{
	position: absolute;
	z-index: -1;
}
#recruit_block .intro_deco01{
	width: 498px;
	top: 27.5%;
	left: -6%;
	transform: translateY(-50%);
}
#recruit_block .intro_deco02{
	width: 483px;
	top: 35%;
	right: -13%;
}
#recruit_block .intro_deco03{
	width: 498px;
	top: 57.5%;
	left: -5%;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px){
	#recruit_block .intro_deco01{
		width: 239px;
		top: 10.5%;
	}
	#recruit_block .intro_deco02{
		width: 232px;
		top: 25%;
	}
	#recruit_block .intro_deco03{
		width: 239px;
	}
}

/****nav_link****/
#recruit_block .contents_inner .row_box.nav_link{
	margin: 21px auto 70px;
	gap: 21px;
	flex-wrap: wrap;
}
#recruit_block .contents_inner .row_box.nav_link.driver_link {
	margin: 105px auto 0;
}
#recruit_block .contents_inner .row_box.nav_link.driver_link li {
	background: #f54c5e;
}
#recruit_block .contents_inner .row_box.nav_link li{
	/* width: 366px; */
	width: 46%;
	height: 90px;
	background: #7DB293;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
#recruit_block .contents_inner .row_box.nav_link li a{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	padding: 13px 0;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	position: relative;
}
#recruit_block .contents_inner .row_box.nav_link li a::after{
	content: "";
	position: absolute;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg); 
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 42px;
}

/****recruit_box****/
.recruit_box{
	background: #fff;
	border-radius: 20px;
	padding: 0 70px 80px;
	box-shadow: 10px 10px 12px #CFCBC1;
}
.recruit_box .box_ttl{
	padding: 61px 0 37px;
	font-family: "Kiwi Maru", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 46px;
	color: #60433C;
}
.recruit_box .box_ttl span{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	margin-left: 20px;
	padding-left: 80px;
	position: relative;
}
.recruit_box .box_ttl span::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #60433C;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.recruit_box .box_css table{
	margin: 0 auto;
	border: 1px solid #EF9E67;
	width: 100%;
}
/*.recruit_box .box_css table tbody{
	border-bottom: 1px solid #EF9E67;
}*/
.recruit_box .box_css table tbody .table_ttl td{
	border: 1px solid #FFFFFF;
	background: #F8E9D7;
	color: #60433C;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-bottom: none;
}
.recruit_box .box_css table tbody tr th{
	padding: 25px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	font-weight: 500;
	background: #EF9E67;
	text-align: justify;
	border-top: 1px solid #fff;
	width: calc(100% / 3);
}
.recruit_box .box_css table tbody tr th p{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 13px;
}
.recruit_box .box_css table tbody tr td{
	border-bottom: 1px dashed #EF9E67;
	border-right: 1px dashed #EF9E67;
	width: 700px;
}
.recruit_box #clinic table tbody tr td{
	width: calc(100% / 3);
}
/*.recruit_box .box_css table tbody tr td:last-child{
	border-right: 1px solid #EF9E67;
}*/
.recruit_box .box_css table tbody tr td p{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #60433C;
	background: #fff;
	width: 300px;
	height: 50px;
	line-height: 26px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-left: 16.5px;
}
.recruit_box .box_css table tbody tr td p:hover{
	border: 1px solid #fff;
	background: #EF9E67;
	transition: all 0.5s;
}
.recruit_box .box_css table tbody tr td a{
	color: #60433C;
}
.recruit_box .box_css table tbody tr td a:hover{
	color: #fff;
	transition: all 0.5s;
	opacity: 1;
}
.recruit_box #clinic table tbody tr td p{
	margin: 15px auto 0;
}
.recruit_box #clinic table tbody tr .two p{
    margin-left: 16.5px;
	width: 45%;
}
.recruit_box #clinic table tbody tr .p_bottom p {
	margin-bottom: 25px;
}
.recruit_box .box_css table tbody tr td p:first-child{
	margin-top: 0;
	width: 90%;
    max-width: 300px;
}
.recruit_box .box_css table tbody tr td p a{
	padding: 10px 30px 10px 20px;
	position: relative;
	flex-grow: 1;
}
.recruit_box .box_css table tbody tr td p a::after{
	content: "";
	position: absolute;
	border-top: 2px solid #60433C;
    border-right: 2px solid #60433C;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
	right: 21px;
}
.recruit_box .box_css table tbody tr td p a:hover::after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all 0.5s;
}

.contents_inner .apply_btn{
	width: 450px;
	height: 80px;
	line-height: 80px;
	background: #EF9E67;
	border-radius: 20px;
	margin: 71px auto 110px;
}
.contents_inner .apply_btn:hover{
	opacity: 0.8;
	transition: all 0.5s;
}
.contents_inner .apply_btn p{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.contents_inner .apply_btn p::after{
	content: "";
	position: absolute;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 43px;
}
.contents_inner .apply_btn p a{
	display: block;
	color: #fff;
}
.contents_inner .apply_btn p a:hover{
	opacity: 1;
}
@media screen and (max-width: 1250px){
	.recruit_box #clinic table tbody tr td p{
		width: 90%;
	}
}
@media screen and (max-width: 860px){
	#recruit_block{
	   padding: 75px 0 0;
    }
	#recruit_block .contents_inner .row_box.nav_link{
		display: block;
		margin-top: 30px;
	}
	#recruit_block .contents_inner .row_box.nav_link li{
		margin: 20px auto;
		height: 70px;
	}
	#recruit_block .contents_inner .row_box.nav_link li a{
		font-size: 16px;
		line-height: 23px;
	}
	
	/***recruit_box***/
	.recruit_box{
		padding: 0 40px 50px;
	}
	.recruit_box .box_ttl{
		padding-top: 40px;
	}
	.recruit_box .box_ttl span{
		display: block;
		margin-left: 0;
	}
	.recruit_box #clinic table tbody tr td p{
		margin: 15px auto;
	}
	.recruit_box .box_css table tbody tr td p{
		margin: 15px auto!important;
		width: 90%;
		max-width: none!important;
	}
	.contents_inner .apply_btn{
		margin: 75px auto;
	}
}
@media screen and (max-width: 640px){
	#recruit_block{
	   padding: 50px 0 0;
    }
	#recruit_block .contents_inner .row_box.nav_link {
		margin-bottom: 50px;
	}
	#recruit_block .contents_inner .row_box.nav_link li{
		width: 100%;
	}
	
	.recruit_box{
		padding: 0 20px 50px;
	}
	.recruit_box .box_ttl{
		font-size: 26px;
		padding-bottom: 25px;
	}
	.recruit_box .box_ttl span{
		font-size: 20px;
	}
	.recruit_box .box_css table tbody tr td p{
		font-size: 14px;
	}
	.contents_inner .apply_btn{
		width: 100%;
		margin: 50px auto;
	}
}

.recruit_box #clinic table tbody tr td p.job_n {
	pointer-events: none;
}

.recruit_box .box_css table tbody tr td p.job_n a::after {
	display: none;
}