@charset "UTF-8";
.breadcrumb{
	margin-bottom: 80px;
}

.sub_title{
		font-size: 4.0rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 72px;
	}
.title .explanation{
	color: #233B68;
}

.recruit_menu{
	display: flex;
	justify-content: space-between;
}
.recruit_menu li{
	position: relative;
}

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

	.title{
		background: url("../imgs/recruit/recruit_image.jpg") no-repeat center bottom;
		background-size: cover;
		min-height: 600px;
		margin-bottom: 40px;
		
	}
	.title_small{
		margin: 40px auto 64px;
		text-align: center;
	}
	.title .breadcrumb{
		margin: 0 auto 40px;
	}
	h2.recruit_title{
		z-index: 2;
	}
	h2.recruit_title::before{
	content:"TOKO";
	font-family: "Outfit", sans-serif;
	font-size:8.0rem;
	font-weight: 500;
	color:#B8E3F9;
	position: absolute;
    top: -120px;
    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:8.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;
	width: 800px;
}
	
	.recruit_menu_title{
		font-size: 3.0rem;
		font-weight: 700;
		text-align: center;
		color: #233B68;
		margin-bottom: 64px;
	}
	
	.recruit_menu{
		width: 50%;
		margin: 0 auto 120px;
		font-size: 2.0rem;
		font-weight: 700;
	}
	
/*	主な仕事内容*/
	.business{
		overflow: hidden;
		text-align: center;
	}
	.reason_list{
		text-align: left;
	}
	.reason_list > li{
		display: flex;
		margin-bottom: 80px;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.reason_list > li:nth-child(2){
		flex-direction: row-reverse;
	}
	.reason_detail{
		width:80vw;
	}

	.block01{
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: 96px;

	}
	.block01 img{
		border-radius: 0 16px 16px 0;
	}
	.block02 img{
		border-radius: 16px 0 0 16px;
	}
	.reason_detail dt{
		color: #56B3E7;
		font-size: 4.0rem;
		font-weight: 900;
		margin-bottom: 16px;
	}
	
	
	.reason_detail dd{
		line-height: 2.25;
		text-align: left;
	}
.reason_detail dd div{
	margin-top: 24px;
}
	.block02{
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: 96px;

	}
	.environment{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.environment h3{
		font-size: 4.0rem;
		font-weight: 900;
		margin: 64px 0;
		
	}
	
	.environment_img img{
		width:140px;
		height: 140px;
	}
	
	.box_shadow > li{
		padding: 64px;
	}

.environment_detail dt{
		font-size: 3.0rem;
		font-weight:700;
		color: #233B68;
	margin-bottom: 16px;
}
.environment_detail dd{
	font-weight: 500;
	text-align: left;
}
	.time_table,.tt{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		-webkit-align-items: center;
		align-items: center;

	}
	.time_table img{
		width: 120px;
		height: 120px;
	}
	.time_table h3{
		width: 45%;
		text-align: center;
		
	}
	
	.time_table > div{
		width:55%;
	}
	.tt{
		border-bottom: solid 1px #C4C4C4;
		line-height: 1;
	}
	.tt dt{
		width: 150px;
		color: #233B68;
		font-weight: 500;
		text-align: center;
		padding: 24px 0;
		font-size: 2.4rem;
		font-weight: 500;
		font-family: "Outfit", sans-serif;

	}
	.tt dd{
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
		text-align: left;
		padding: 24px 0;
		font-size: 1.8rem;

	}
	
	.charm{
		background: #fff;
		padding: 120px 0;
	}
	
	.charm_list{
		display: flex;
		justify-content: space-between;
	}
	
	.charm_list li{
		width: 31%;
	}
	
	.charm_contents dt{
		font-size: 3.2rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 16px;
	}
	.charm_contents dt img{
		border-radius: 50%;
		margin-bottom: 16px;
	}
	.charm_contents dd{
		text-align: left;
		line-height: 2;
	}
	
	.portrait{
		padding: 120px 0;
	}
	
	.portrait_list{
		width:500px;
		margin: 0 auto 40px;


	}
	
	.portrait_list li{
		border-radius: 26px;
		margin-bottom: 16px;
		font-size: 2.0rem;
		font-weight: 700;
		height: 52px;
		line-height: 52px;
		background: #fff;
	}

	.portrait_list li span{
		background: linear-gradient(90deg, #56B3E7 0%, #0052CC 100%);
		-webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.portrait_list li span::before{
		content: "";
		display: inline-block;
		background:url("../imgs/recruit/icon_check.png") no-repeat;
		background-size:contain;
		width:20px;
		height: 20px;
		padding-right: 8px;
		position: absolute;
		top: 6px;
		left: -28px;

	}
	.slider5{
		margin-bottom: 24px;
	}
	.slider5 .slick-slide img,
	.slider6 .slick-slide img{
		border-radius: 16px;
	}
	.requirements{
		padding-bottom: 120px;
	}
	.requirements_contents{
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		width: 50%;
		margin: 0 auto 64px;
		border-radius: 24px;
		padding: 80px;

	}
	
	.requirements_contents dt{
		width: 160px;
		color: #233B68;
		font-weight: 500;
		border-bottom: solid 1px #233B68;
		text-align: center;
		padding: 24px 0;
		
	}
	
	.requirements_contents dd{
		width: -webkit-calc(100% - 192px);
		width: calc(100% - 192px);
		padding:24px 0 24px 32px;
		border-bottom: solid 1px #C4C4C4;
		text-align: left;
		
	}
	
	.pr{
		font-size: 3.2rem;
		font-weight: 900;
		color: #56B3E7;
		margin-bottom: 40px;
	}
	.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;
	}

