/* ================================
  recruit
  MB→PC min-width:768px
================================ */

#recruit .mainExplanation{
	text-align:center;
	padding:60px 50px;
}
#recruit .mainExplanation h2{
	color:#e50012;
	border-bottom: 2px dotted #e50012;
	padding: 0 5px 15px;
	font-size:32px;
}
#recruit .mainExplanation p{
	text-align:center;
	padding-top:25px;
}
#recruit .displayPc{
	  display:block;
}
#recruit .displaySp{
	  display:none;
}

#recruit .overview dl:first-child{
	border-top:1px dotted #000;	
}


#recruit .overview dl{
	overflow:hidden;
	background:#f5f3e9;
	border-bottom:1px dotted #000;
	text-align:left;
	margin:0;
}
#recruit .overview dt{
	padding: 15px 2.5%;
	width:150px;
	float:left;
}
#recruit .overview dd{
	margin-left:150px;
	padding: 15px 2.5%;
	background:#fff;
}
#recruit .overview dd.conditions{
	padding: 0; 
}
#recruit .overview dd.conditions div{
  padding: 15px 2.5%;
  overflow:hidden;
}

#recruit .overview .dooto{
  border-bottom:1px dotted #000;
  padding-bottom: 7px !important;
}
#recruit .overview dd.conditions strong{
  width:80px;
  float:left;
}
#recruit .overview dd.conditions p{
  margin-left:80px;
  padding-top:0;
}


#recruit .finalEducation{
  width:80px;
  display:inline-block;
}
#recruit .conditions .dooto p{
  padding-bottom:8px;
} 
#recruit .waku{
  width:70px;
  display:inline-block;
  border:1px #000 solid;
  text-align:center;
  margin:0 10px 0 0;
}
#recruit .business{
  margin-left:20px;
}

.flow ol{
	list-style-type:none;
	padding-left:0;
}

#recruit .flow .white strong{
	display:block;
  width:100%;
  max-width:530px;
  color:#e50012;
  border:1px solid #e50012;
  text-align:center;
  padding:10px 5%;
  margin:0 auto;
  font-size:1.2rem;
  font-weight:600;
}
#recruit .flow .red{
  width:100%;
  max-width:530px;
  color:#fff;
  background:#e50012;
  text-align:center;
  padding:10px 5%;
  margin:0 auto;
  font-size:1.2rem;
  font-weight:600;
}
#recruit .arrow {
	display:block;
    position: relative;
    height:30px;
}
#recruit .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 48%;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}



#recruit .contactUs{
	border:1px solid #e50012;
	text-align:center;
	margin:40px 0;
	padding:30px 5%;
}
#recruit .contactUs h2{
	color:#e50012;
	border-bottom: 2px dotted #e50012;
	padding: 0 5px 15px;
}
#recruit .contactUs p{
	text-align:center;
	margin-top:15px;
}
#recruit .contactUs strong{
	font-size:1.8rem;
}
#recruit .contactUs i{
	color:#e50012;
}






@media screen and (max-width: 768px) {
#recruit .displayPc{
	  display:none;
}
#recruit .displaySp{
	  display:block;
}
#recruit .mainExplanation h2{
	font-size: 1.4rem;
}
#recruit .mainExplanation{
	text-align:left;
	padding: 2rem 0;
}
#recruit .mainExplanation p{
	text-align:left;
}
#recruit .overview dd.conditions div{
  padding: 15px 5%;
}

#recruit .finalEducation{
  display:block;
}
#recruit .overview dd.conditions strong{
  float:none;
}
#recruit .overview dd.conditions p{
  margin-left:0;
  padding-top:0;
}
#recruit .contactUs h2{
	font-size: 1.2rem;
}
#recruit .contactUs strong{
	font-size: 1.3rem;
	line-height:2;
}
}


@media screen and (max-width: 600px) {
#recruit .business{
  display:block;
  margin:8px 0 0 0;
}
#recruit .arrow::before {
  right: 45%;
}
#recruit .overview dt{
	padding: 15px 0 15px 5%;
	width: 120px;
}
#recruit .overview dd{
	margin-left:120px;
	padding: 15px 0 15px 5%;
}
#recruit .contactUs .mail{
	font-size:0.7rem;
}

}