@charset "utf-8";
/* CSS Document */


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

#info .container {
	padding-left: 15px;
	padding-right: 15px;
}

#info h3 {
	/*border-bottom: 1px dotted #333;*/
	border-bottom: 1px dotted #308C6B;
	color: #308C6B;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 15px;
}

#info .right {
	text-align: right;
}

#info .img img {
	margin-bottom: 20px;
	width: 100%;
}

/*先輩たちの声*/
#voice figure {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

#voice figcaption {
	font-size: 18px;
	font-weight: bold;
}

#voice .teacher img {
	display: block;
	border-radius: 250px;
	margin: 0 auto 20px;
	width: 250px;
	height: auto;
	
}

/*募集要項*/
#detail .job {
	margin-bottom: 30px;
}

#detail .job h3 {
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

#detail .contact {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	width: 100%;
}

#detail .contact h3 {
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

#detail .contact .tel {
	color: #B1191C;
	font-size: 24px;
	font-weight: bold;
}

#detail .contact .tantou {
	font-size: 20px;
	font-weight: bold;
}

#detail .right {
	text-align: right;
}





/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/
@media (min-width: 768px) {
	#info article {
		padding: 0 20px;
	}
	
	#info .img {
		/*clear: both;*/
		text-align: center;
	}
		
	#info .img img {
		margin-top: 20px;
        width: 40%;
    }
	
	#info .img img:first-child {
		margin-right: 20px;
	}
	
	/*先輩たちの声*/
	#voice .teacher {
		float: left;
		width: 33.333%;
		padding-right: 2%;
	}
	
	#voice .teacher:nth-of-type(3) {
		padding-right: 0;
	}
	
	#voice article::after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
	
	#voice .teacher img {
        border-radius: 200px;
        margin: 0 auto 20px;
        width: 200px;
        height: auto;

    }
	
	/*募集要項*/
	#detail article {
		margin-right: -20px;
	}
	#detail .job {
		float: left;
		width: 47%;
		margin-right: 3%;
		margin-bottom: 30px;
	}
	
	#detail .job:nth-of-type(even) {
		margin-right: 0;
	}
	
	#detail .contact {
		clear: both;
		margin: 0 auto;
		width: 50%;
	}
	


}









/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/
@media only screen and (min-width: 992px) {
	
	/*働きませんか？*/
    #info article {
		padding: 0 100px 30px;
	}
	
	#info .img img {
		margin-top: 20px;
        width: 30%;
    }
	
	
	/*先輩たちの声*/
    #voice .teacher img {
        border-radius: 250px;
        margin: 0 auto 20px;
        width: 250px;
        height: auto;

    }
	
	/*募集要項*/
	#detail article {
		margin: 0 50px 30px;
	}
	#detail .contact {
		/*width: 40%;*/
	}
	
	#detail .contact h3 {
        font-size: 20px;
    }

    #detail .contact .tel {
        font-size: 28px;
    }

    #detail .contact .tantou {
        font-size: 20px;
    }




	
	

	
	

}








/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/
@media only screen and (min-width: 1200px) {
	
	/*働きませんか？*/
    #info article {
		padding: 0 150px 30px;
	}
	
	/*募集要項*/
	#detail article {
		margin: 0 100px 30px;
	}


	


}
