@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.page-title .page-service5-cover {
	background-image: url("../img/recruitment/m_bg.png")!important;
}
#employment h1 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 35px;
}
#employment .flex {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#employment .flex p {
	width: 420px!important;
	font-size: 14px;
	letter-spacing: -0.01em;
	line-height: 1.8em;
	font-feature-settings: "palt";
}
#employment .flex figure {
	width: 500px!important;
}
#employment .flex+figure {
	text-align: center;
	margin-top: 30px;
}
#employment .flex+figure+figure {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
#employment .flex+figure+figure+h2 {
	background-color: #1B9D43;
	width: 960px;
	height: 78px;
	line-height: 78px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 100px;
	letter-spacing: -0.01em;
}
#flow {
	background-color: #E5E5E5;
	margin-top: 90px;
	padding-bottom: 50px;
	text-align: center;
}
#flow h2 {
	font-size: 34px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 30px;
}
#system h2 {
	font-size: 34px;
	font-weight: bold;
	padding-top: 100px;
	margin-bottom: 30px;
	text-align: center;
}
#system figure {
	background-color: #DAF0E3;
	width: 960px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	text-align: center;
}
#system figure img {
	position: relative;
	top: 60px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.page-title .page-service5-cover {
	background-image: url("../img/recruitment/m_bg.png")!important;
}
#employment h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 35px;
}
#employment .flex {
	margin-left: 5vw;
	margin-right: 5vw;
}
#employment .flex p {
	letter-spacing: -0.01em;
	line-height: 1.8em;
	font-feature-settings: "palt";
	margin-bottom: 5vw;
}
#employment .flex+figure {
	text-align: center;
	margin-top: 30px;
	margin-left: 5vw;
	margin-right: 5vw;
}
#employment .flex+figure+figure {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}
#employment .flex+figure+figure+h2 {
	background-color: #1B9D43;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 100px;
	letter-spacing: -0.01em;
}
#flow {
	background-color: #E5E5E5;
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#flow h2 {
	font-size: 28px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 30px;
}
#flow figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#system h2 {
	font-size: 28px;
	font-weight: bold;
	padding-top: 100px;
	margin-bottom: 30px;
	text-align: center;
}
#system figure {
	background-color: #DAF0E3;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 20px;
	padding-top: 5vw;
	padding-bottom: 5vw;
	padding-left: 5vw;
	padding-right: 5vw;
	text-align: center;
}
#system figure img {
	position: relative;;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
