@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/


.title .explanation{
	color: #233B68;
}


.title{
	background: url("../imgs/recruit/recruit_image.jpg") no-repeat center bottom;
	background-size: cover;
	min-height: 280px;
	margin-bottom: 24px;

}
.breadcrumb{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}
h2.recruit_title{
	z-index: 2;
	margin-top: 64px;
	margin-bottom: 16px;
}
h2.recruit_title::before{
	content:"TOKO";
	font-family: "Outfit", sans-serif;
	font-size:3.0rem;
	font-weight: 500;
	color:#B8E3F9;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index:1;
}
h2.recruit_title::after{
	content:"Recruit Information";
	font-family: "Outfit", sans-serif;
	font-size:3.0rem;
	font-weight: 500;
	color:#B8E3F9;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index:-1;
	width:300px;
}

.recruit_menu_title{
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	color: #233B68;
	margin-bottom: 64px;
}

.recruit_menu{
	width: 92%;
	margin: 0 auto 64px;
	font-size: 1.4rem;
	font-weight: 700;
}
.recruit_menu{
	display: flex;
	justify-content: space-between;
}
.recruit_menu li{
	position: relative;
	letter-spacing: -0.1px;
}

.recruit_menu li::before{
	content: "";
	display: inline-block;
	background:#1E1F21;
	width:1px;
	height:16px;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.business .explanation{
	width: 92%;
	margin: 0 auto 40px;
	text-align: left;
}


.block01{
	margin-left: -5%;
	margin-bottom: 24px;
}
.block01 img{
	border-radius: 0 16px 16px 0;
	width: 100%;
	height: auto;
}
.block02{
	margin-bottom: 24px;
	margin-right: -5%;

}

/*	主な仕事内容*/
	.business{
		overflow: hidden;
		text-align: center;
	}
	.reason_list{
		text-align: left;
	}
	.reason_list > li{
		margin-bottom: 64px;
	}
	
	.reason_list > li:nth-child(2){
		flex-direction: row-reverse;
	}


	.block01 img{
		border-radius: 0 16px 16px 0;
	}
	.block02 img{
		border-radius: 16px 0 0 16px;
	}
	.reason_detail dt{
		color: #56B3E7;
		font-size: 2.6rem;
		font-weight: 900;
		margin-bottom: 16px;
	}
	
	
	.reason_detail dd{
		line-height: 2;
		text-align: left;
		font-weight: 500;
        letter-spacing: -0.1px;
	}
.reason_detail dd div{
	margin-top: 24px;
}

	.environment{
		padding-top: 120px;
	}
	
.environment .explanation{
	text-align: left;
	width: 92%;
	margin: 0 auto  64px;
}
	.environment h3{
		font-size: 2.6rem;
		font-weight: 900;
		margin-bottom: 40px;
	}
	
	.environment_img img{
		width:80px;
		height:80px;
	}
	
	.box_shadow > li{
		padding: 24px;
	}

.environment_detail dt{
		font-size: 2.4rem;
		font-weight:700;
		color: #233B68;
	margin-bottom: 16px;
}
.environment_detail dd{

	font-weight: 500;
	text-align: left;
}
	.time_table{
		width: 92%;
		margin: 64px auto;
	}

	.time_table img{
		width: 80px;
		height: 80px;
	}
	.time_table h3{
		text-align: center;
		margin: 0 auto 40px;
	}

	.tt{
		border-bottom: solid 1px #C4C4C4;
		line-height: 1;
		display: flex;
        flex-wrap: wrap;
		width: 100%;
	}
	.tt dt{
		width: 24%;
		color: #233B68;
		text-align: center;
		padding: 16px 0;
		font-size: 1.6rem;
		font-weight: 500;
		font-family: "Outfit", sans-serif;

	}
	.tt dd{
		width: 76%;
		text-align: left;
		padding: 16px 0;
		font-size: 1.6rem;
		font-weight: 500;

	}
	
	.charm{
		background: #fff;
		padding: 64px 0;

	}
	
	.charm .explanation{
		width: 92%;
		margin: 0 auto 40px;
		text-align: left;
	}
	
	.charm_list li{
		margin-bottom: 64px;
	}
.charm_list li:last-child{
	margin-bottom: 0;
}
	.charm_contents dt{
		font-size: 2.8rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 16px;
	}
	.charm_contents dt img{
		width: 240px;
		height: 240px;
		border-radius: 50%;
		margin:0 auto 16px;
		display: block;
	}
	.charm_contents dd{
		text-align: left;
		line-height: 2;
		font-weight: 500;
		letter-spacing: -0.1px;
	}
	
	.portrait{
		padding: 64px 0;
	}
	
	.portrait_list{
		width:90%;
		margin: 0 auto 40px;


	}
	
	.portrait_list li{
		border-radius:18px;
		margin-bottom: 8px;
		font-size: 1.6rem;
		font-weight: 700;
		height: 36px;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		background: #fff;
		-webkit-justify-content: center; 
		justify-content:center;
	}

	.portrait_list li span{
		background: linear-gradient(90deg, #56B3E7 0%, #0052CC 100%);
		-webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
		position: relative;
		line-height: normal
	}
	
	.portrait_list li span::before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		background:url("../imgs/recruit/icon_check.png") no-repeat;
		background-size:contain;
		width:18px;
		height: 18px;
		padding-right: 4px;
		position: relative;
		top: -2px;


	}
	.slider5{
		margin-bottom: 8px;
	}
	.slider5 .slick-slide img,
	.slider6 .slick-slide img{
		border-radius: 16px;
	}
	.requirements{
		width: 92%;
		margin: 0 auto 64px;
	}
	.requirements_contents{
		background: #fff;
		border-radius: 24px;
		padding: 24px;
		text-align: left;
		margin-bottom: 24px;
	}
	
	.requirements_contents dt{
		color: #233B68;
		font-weight: 700;
		border-bottom: solid 1px #233B68;
		padding:8px 0;
		
	}
	
	.requirements_contents dd{
		padding:8px 0;
		font-size: 1.5rem;
		font-weight: 500;
		margin-bottom: 24px;
		
	}
	
	.pr{
		font-size: 2.0rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 40px;
	}
.recruit_contact{
	padding: 24px 8px;
}
	.recruit_contact_tel a{
		font-size: 3.0rem;
		font-weight: 700;
		color: #233B68;
	}
	.recruit_contact_tel div{
		color: #233B68;
		font-weight: 500;
	}
	
	.recruit_contact_tel div span{
		margin-left: 16px;
	}

