/* CSS Document */
/**/
.opa{
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}
/*ページタイトル*/
section.recruit section.pagetitle {
  background-image: url("../img/recruit/sp_pagetitle.png");
  color: #FFF;
  position: relative;
  z-index: 1;
}
/*コンテンツ*/
.r_top{
	box-sizing: border-box;
}
.r_top > h2{
	font-size: 36px;
	text-align: center;
	color: #f80;
	margin-bottom: 1.5rem;
}
.r_top > h2::after{
	
}
.r_top > p{
	line-height: 1.8rem;
}
.r_top > .logo_back{
	position: relative;
	z-index: 2;
}
.r_top > .logo_back::after{
	content: "";
  -webkit-mask-image: url("/img/svg/logo.svg");
  mask-image: url("/img/svg/logo.svg");
  background-image: url("/img/svg/logo.svg") -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 250px;
  height: 250px;
  background-color: #f80;
  opacity: 0.05;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.r_top > h3{
	color: #f80;
	margin: 0 auto;
	border-top: 1px solid #f80;
	border-bottom: 1px solid #f80;
	padding: 0 1rem;
	height: 40px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	line-height: calc(1rem +(1em - 1lh) / 2);
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.r_top > h3::before{
	content: "";
	top: -5px;
	left: 0;
	right: 0;
	bottom: -5px;
	border-top: 1px solid #f80;
	border-bottom: 1px solid #f80;
	z-index: 2;
	position: absolute;
}
.r_top > ul{
	padding: 2.5rem 1.5rem 1rem 2.5rem;
	box-sizing: border-box;
	display: flex;
	gap:0.5rem;
	flex-direction: column;
	border: solid 1px #f80;
	box-sizing: border-box;
	position: relative;
	z-index: -1;
}
.r_top > ul li{
}
.r_bottom{
	box-sizing: border-box;
}
.r_bottom .r_b_text{
}
.r_bottom .r_b_text > p{
	line-height: 1.8rem;
}
.r_bottom .medical_info{
	padding: 0.75rem;
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.r_bottom .medical_info > dl{
	display: flex;
	gap:0.25rem;
}
.r_bottom .medical_info > dl dt{
}
.r_bottom .medical_info > dl dd{
}
.r_bottom .medical_info > dl dd adress{
}
.r_bottom .medical_info > dl dd .tel{
	text-decoration: none;
}
.r_bottom .medical_info > dl dd p{
}
/*ボタン*/
.r_btn{
	width: fit-content;
	margin: 0 auto;
}
.r_btn a{
	background-color: #228e00;
  color: #fff;
  border-radius: 0.5rem;
  display: block;
	text-align: center;
  padding: 1.2rem 1rem 0.8rem;
  font-size: 1.55rem;
  line-height: 1.75rem;
}
@media only screen and (max-width:999px){
	.r_top{
		padding: 50px 20px 25px 20px;
	}
	.r_top > h2{
		font-size: 21px;
		margin-bottom: 0.75rem;
	}
	.r_top > p{
		font-size: 14px;
		line-height: 1.8rem;
		color: #333;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 1.25rem;
	}
	.r_top > p:not(:first-of-type){
		margin-top: 10px;
	}
	.r_top > p br.none{
		display: none;
	}
	.r_top > h3{
		width: 240px;
    height: 58px;
    text-align: center;
    font-size: 17px;
    box-sizing: border-box;
    line-height: 1.25;
    padding-top: 5px;
	}
	.r_top > ul{
  	padding: 2.5rem 0.75rem 0.75rem 1.75rem;
		margin-top: -1.5rem;
	}
	.r_top > ul li{
		color: #333;
		font-size: 14px;
	}
	.r_bottom{
		padding: 0 20px 30px 20px;
	}
	.r_bottom .r_b_text{ 
	}
	.r_bottom .r_b_text > p{
		line-height: 1.8rem;
		color: #333;
		font-size: 14px;
		padding: 0 10px;
    box-sizing: border-box;
	}
	.r_bottom .r_b_text > p:not(:first-of-type){
		margin-top: 2px;
	}
	.r_bottom .medical_info{
		padding: 0.5rem;
		margin-bottom: 14px;
		margin-top: 10px;
	}
	.r_bottom .medical_info > dl{
		font-size: 14px;
		color: #333;
	}
	.r_bottom .medical_info > dl dt{
	}
	.r_bottom .medical_info > dl dd{
	}
	.r_bottom .medical_info > dl dd adress{
	}
	.r_bottom .medical_info > dl dd .tel{
		color: #333;
	}
	.r_bottom .medical_info > dl dd p{
	}
	.r_btn a{
		font-size: 1.45rem;
	}
}
@media only screen and (min-width:1000px){
	.r_top{
		padding: 60px calc((100vw - 850px) / 2) 30px;
	}
	.r_top > h2{
		font-size: 26px;
	}
	.r_top > p{
		text-align: center;
		margin-bottom: 2rem;
	}
	.r_top > h3 br{
		display: none;
	}
	.r_top > ul{
		width: 450px;
		margin: -1.5rem auto 2rem auto;
	}
	.r_bottom{
		padding: 0 calc((100vw - 850px) / 2) 60px;
	}
	.r_bottom .r_b_text{
	}
	.r_bottom .r_b_text > p{
		text-align: center;
	}
	.r_bottom .medical_info{
		width: 400px;
		margin: 1rem auto;
	}
	
	
	.r_bottom .medical_info > dl dd .tel{
		pointer-events: none;
		color: #000;
	}
	.r_btn{
		margin: 2rem auto 0 auto;
		width: 250px;
	}
