#header .flex {
	align-items: center;
    justify-content: start;
}

.hButton {
	padding-left: 45px;
}

.hButton span {
	background: #6F813F;
	color: #fff;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
}

#mv .bottom {
	background: #F0513F;
	padding: 20px 0;
}

#mv .bottom img {
	margin: 0 auto;
	height: 53px;
}

.section .ttl, #recruitment .ttl {
	margin: 0 0 20px;
}

#philosophy {
	background: url(../img/recruit/philosophy-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}

#philosophy .ttl img {
    max-height: 78px;
}

#date .ttl img {
    max-height: 68px;
}

#training .ttl img {
    max-height: 55px;
}

#date {
	padding: 55px 0;
}

.time-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
}

.time-item {
	position: relative;
}

.time-item .time3-sub {
	position: absolute;
	top: 35px;
	right: -15px;
}

#training {
	padding: 0 0 55px;
}

#recruitment {
	padding: 0 0 55px;
}

.recruitment-item {
	padding: 0 0 25px;
}

.recruitment-item img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
	transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.recruitment-item a:hover img {
	opacity: 0.7;
}

.slick-arrow {
	background: url(../img/recruit/arrow.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 78px;
	width: 37px;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -39px;
}

.slick-prev {
	left: -47px;
	transform: rotate(180deg);
}

.slick-next {
	right: -47px;
}

@media screen and (max-width: 767px) {
	#mv {
		margin-top: 60px;
	}
	
	.hButton {
		padding-left: 10px;		
	}
	
	.hButton span {
		font-size: 12px;
		line-height: 24px;
		padding: 0 6px;
	}

	.time-grid {
		gap: 15px;
	}
	
	.time-item .time3-sub {
		position: absolute;
		top: 15px;
		right: -5px;
		width: 40px;
	}
	
	.slick-arrow {
		background-size: 100% auto;
		height: 39px;
		width: 18px;
		margin-top: -20px;
	}
	
	.slick-prev {
		left: -5%;
	}
	
	.slick-next {
		right: -5%;
	}
}