@charset "utf-8";
/* recruit.css */

#recruit {
	padding: 115px 0 0;
}

@media screen and (max-width:1000px) {
#recruit {
	padding: 75px 0 0;
}	
}


.page_ttl {
	padding: 70px 0;
}

@media screen and (max-width:1000px) {
.page_ttl {
	padding: 50px 0 40px;
}	 
}

.page_ttl h2 {
	font-size: 40px;
	text-align: center;
	color: #9B9B9B;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
.page_ttl h2 {
	font-size: 24px;
	margin: 0 0 10px;
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 {
	font-size: 21px;
	margin: 0 0 10px;
}	
}


.page_ttl h2 span {
	font-size: 20px;

}

@media screen and (max-width:1000px) {
.page_ttl h2 span {
	font-size: 13px;	
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 span {
	font-size: 11px;	
}	
}


.page_ttl p {
	display: flex;
	justify-content: space-between;
	width: 62px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.page_ttl p {
	width: 50px;
	margin: 0 auto 20px;
}	
}

.page_ttl p span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
.page_ttl p span {
	width: 9px;
	height: 9px;
}	
}

.page_ttl p span:first-child {
	background-color: #F6B83A;
}

.page_ttl p span:nth-child(2) {
	background-color: #81AF2D;
}

.page_ttl p span:nth-child(3) {
	background-color: #DD606D;
}

#recruit_container {
	width: 95%;
	margin: 0 auto 60px;
}


#recruit_list {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



#recruit_list li {
	width: 48%;
	margin: 0 0 45px;
}

@media screen and (max-width:768px) {
#recruit_list li {
	max-width: 500px;
	width: 95%;
	margin: 0 auto 30px;
}	
}

#recruit_list li a {
	display: inline-block;
	width: 100%;
	border: 6px solid #F3C651;
	border-radius: 30px;
	overflow: hidden;
}

@media screen and (max-width:768px) {
#recruit_list li a {
	border: 5px solid #F3C651;
}	
}

#recruit_list li figure {
	overflow: hidden;
}

#recruit_list li figure img {
	transition: all .3s ease-in;
}

#recruit_list li a:hover figure img {
	transform: scale(1.05);
}

.recruit_text {
	background-color: #FFF;
	padding: 10px 0 20px;
}

@media screen and (max-width:768px) {
.recruit_text {
	padding: 5px 0 10px;
}	
}

.recruit_text h3 {
	text-align: center;
	color: #7B7B7B;
	font-size: 28px;
	padding: 15px 0 0;
	margin: 0 0 20px;
}

@media screen and (max-width:1400px) {
.recruit_text h3 {
	font-size: 24px;
}	
}

@media screen and (max-width:1000px) {
.recruit_text h3 {
	font-size: 20px;
}	
}

@media screen and (max-width:400px) {
.recruit_text h3 {
	font-size: 18px;
}	
}


.recruit_text h3 span {
    background: linear-gradient(transparent 50%, #FEF7E5 50%);
	padding: 0 10px 0;
}


.recruit_text p {
	width: 200px;
	padding: 14px 30px 12px 20px;
	border-radius: 25px;
	line-height: 1;
	background-color: #F3C651;
	color: #FFF;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:768px) {
.recruit_text p {
	width: 200px;
	font-size: 15px;
	padding: 10px 30px 8px 20px;
}	
}

.recruit_text p::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 15px;
	width: 10px;
	height: 17px;
	background-image: url("../images/recruit/recruit_yajirusi.png");
	background-size: contain;
	background-position: center center;
}

@media screen and (max-width:768px) {
.recruit_text p::after {
	top: 8px;
	right: 12px;
}	
}



