@charset "utf-8";
#store_recruitment *{box-sizing: border-box;}
.ttl_main p{
	font-size: 20px;
	margin-top: 20px;
    line-height: 1.5;
}
#store_recruitment ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#store_recruitment .inner div,#store_recruitment li{
	font-size: 20px;
	font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#store_recruitment .inner div,#store_recruitment li,.ttl_main p{font-size: 17px;}
}
/*　======================================================
	
======================================================　*/
.inner01 ul{
	align-items: stretch;
    gap: 20px 2.8%;
}
.inner01 ul li{
	width: 30%;
	text-align: center;
}
.inner01 ul li:nth-child(2){
	border-right: solid 1px #0074bf;
	border-left: solid 1px #0074bf;
}
.inner01 div{
	color: #0074bf;
	margin-bottom: 10px;
}
.inner01 ul li p{
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.inner01 ul li{width: 100%}
	.inner01 ul li:nth-child(2){
		border-right:none;
		border-left:none;
		border-top: solid 1px #0074bf;
		border-bottom: solid 1px #0074bf;
		padding: 20px 0;
	}
}
/*　======================================================
	inner01
======================================================　*/
.inner02 ol{
	max-width: 700px;
    margin: 0 auto;
	display: flex;
    flex-direction: column;
    gap: 30px 0;
} 
.inner02 ol li{
	border: solid 1px #0074bf;
	display: flex;
	align-items: center;
    text-align: center;
}
.inner02 ol li div{
	width: 25%;
	color: #FFFFFF;
	background-color: #0074bf;
	padding: 10px 0;
	position: relative;
}
.inner02 ol li div::after{
	content: '';
    position: absolute;
    inset: auto 0 -12px 0;
    margin: 0 auto;
    width: 0px;
    border: 12px solid transparent;
    border-top-color: #0074bf;
    border-bottom: 0;
}
.inner02 ol li p{
	width: 75%;
	font-weight: 500;
	color: #0074bf;
}
/*　======================================================
	inner02
======================================================　*/
.inner03 ul{
	text-align: center;
	margin-bottom: 20px;
}
.inner03 ul li{width: 20%;}
.inner03 ul li:nth-child(odd){
	border: solid 1px #000000;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 2.5%;
}
.inner03 ul li img{
	max-width: 100%;
	margin: 0 auto;
}
.inner03 .sp{display: none;}
@media screen and (max-width: 890px) {
	.inner03 ul li{width: 100%;}
	.inner03 .pc{display: none;}
	.inner03 .sp{display: block;}
}
/*　======================================================
	inner03
======================================================　*/
.inner04 ul{
	margin-top: 20px;
	gap:25px 1.5%;
}
.inner04 ul li{
	width: 32%;
    border: solid 1px #0074bf;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    height: 125px;
    padding: 0 2.5%;
    text-align: center;
}
.inner04 ul li span{
	display: block;
	font-size: 15px;
}
@media screen and (max-width: 750px) {
	.inner04 ul li{width: 100%;height: 80px;}
}
/*　======================================================
	inner04
======================================================　*/
.inner05{
	background-color: #0074bf;
	color: #FFFFFF;
	text-align: center;
	padding: 45px 1.5%;
}
.inner05 div{
	margin-bottom: 20px;
}
/*　======================================================
	inner04
======================================================　*/