@charset "utf-8";

#kv{
	position: relative;
	overflow: unset;
}
	#kv .center_wrap{
		width: 52.631578%;
		max-width: 700px;
		text-align: center;
		position: absolute;
		top: 40vh;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	#kv .catch-copy{
		background: rgba(0, 58, 107, 0.6);
		padding-top: 36px;
		padding-bottom: 36px;
	}
		#kv .catch-copy img{
			width: 80%;
			max-width: 420px;
		}
	#kv .main-copy{
		color: #fff;
		font-size: 47px;
		font-weight: 400;
		text-align: center;
		line-height: 1;
		letter-spacing: .2em;
		font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	}
	#kv .sub-copy{
		color: #fff;
		font-size: 35px;
		text-align: center;
		margin-top: 10px;
	}
	#kv .arrow{
		width: 62px;
		height: 62px;
		display: inline-block;
		margin-top: -31px;
	}
	#kv .arrow + p{
		margin-top: 10px;
	}
	#kv .arrow img{
		width: 100%;
	}
	#kv .name{
		color: #fff;
		font-size: 21px;
		letter-spacing: 6px;
		position: absolute;
		bottom: 5%;
		right: 6%;
		z-index: 1;
		margin-bottom: 0;
	}

	#kv .scrollBtn {
		position: absolute;
		bottom: -140px;
		left: 50%;
		margin-left: -24px;
		-webkit-animation: vertical 1s ease-in-out infinite alternate;
		animation: vertical 1s ease-in-out infinite alternate;
	}

	@-webkit-keyframes vertical {
		0% {
		  -webkit-transform: translateY(-15px);
				  transform: translateY(-15px);
		}
		100% {
		  -webkit-transform: translateY(0px);
				  transform: translateY(0px);
		}
	  }
	  
	  @keyframes vertical {
		0% {
		  -webkit-transform: translateY(-15px);
				  transform: translateY(-15px);
		}
		100% {
		  -webkit-transform: translateY(0px);
				  transform: translateY(0px);
		}
	  }

.video{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.video.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.dots .slick-dots{
	bottom: 20px;
}
.dots .slick-dots li{
	width: 12px;
	height: 12px;
	margin: 0 8px;
}
.dots .slick-dots li button{
	background: #b0afaf;
}
.dots .slick-dots li.slick-active button{
	background-color: #4e4d4e;
}
#concept{
	margin-top: 80px;
}
#concept .contents{
	width: calc(100% - 40px);
	/*max-width: 818px;*/
	max-width: 1280px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

h2{font-family: "Hind Siliguri", sans-serif;
	font-weight: bold;}

h3,
#concept .title60{
	color: #7f8183;
	font-weight: bold;
	text-align: center;
}
h3{
	font-size: 40px;
	margin-top: 3rem;
	font-family: "Hind Siliguri", sans-serif;
	font-weight: bold;
}
	#concept .title40:not(:first-child){
		margin-top: 20px;
	}

/* category color */
.jcate1::before,
.category.jcate1::before,
a.jcate1{
	background: #009be4;
}
.jcate2::before,
.category.jcate2::before,
a.jcate2{
	background: #16508a;
}
.jcate3::before,
.category.jcate3::before,
a.jcate3{
	background: #1a887d;
}
.jcate4::before,
.category.jcate4::before,
a.jcate4{
	background: #398e49;
}
.jcate1 .j_title,
.category.jcate1{
	color: #009be4;
}
.jcate2 .j_title,
.category.jcate2{
	color: #16508a;
}
.jcate3 .j_title,
.category.jcate3{
	color: #1a887d;
}
.jcate4 .j_title,
.category.jcate4{
	color: #398e49;
}
#concept .title60{
	font-size: 60px;
}
#concept .text{
/*
	width: 69.193154%;
	max-width: 566px;*/
	margin-left: auto;
	margin-right: auto;
	line-height: 38px;
	margin-top: 10px;
	text-align: center;
}

#concept .jigyo_wrap {
	width: 100%;
	max-width: 818px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#concept .jigyo_wrap .jigyo_block{
	width: 247px;
	position: relative;
}
#concept .jigyo_wrap .jigyo_block::before{
	content: '';
	width: 86.639676%;
	max-width: 214px;
	height: 190px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#concept .jigyo_wrap .jigyo_block img{
	max-width: 234px;
	margin-top: 12px;
}
#concept .jigyo_wrap .jigyo_block .j_title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
#concept .jigyo_wrap .jigyo_block .j_text{
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}

#concept .slide_topics{
	margin-top: 20px;
}

#concept .slide_topics date{
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

#concept .slide_topics .category{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-indent: 15px;
	margin-top: 10px;
}

#concept .slide_topics .slick-dots{display: none;}
.category::before{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}
#concept .slide_topics .text2{
	font-size: 14px;
	margin-top: 5px;
	
	/* 3行以上で「…」表示 */
	/*overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 48px; /* ブラウザがサポートしていない場合のフェールセーフ */
}
#concept .slide_topics .text2 p{
	line-height: 1.6;
	word-wrap: break-word;
    word-break: break-all;
    text-align: justify;
}
#concept .slide_topics .text2.show{
	display: block;
	max-height: unset;
}
#concept .slide_topics .slick-dots{
	bottom: -60px;
}

#concept .slide_topics .slick-dots.d-none{display: none;}

.jigyo_section{
	position: relative;
	padding-top: 85px;
	padding-bottom: 145px;
}

.jigyo_section h2{
	color: #fff;
	font-size: 64px;
	font-weight: bold;
	text-align: center;
}

.jigyo_section h2+div{
	margin-top: 85px;
	width: calc(100% - 40px);
	max-width: 522px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 25px 30px;
	font-size: 15px;
}
	.jigyo_section h2+div p{
		margin-top: 20px;
	}
		.jigyo_section h2+div p:first-child{
			margin-top: 0;
		}

#transportation{
	margin-top: 50px;
	background-image: url(../img/top/bg_transportation.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
	#transportation::before{
/*		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../img/top/bg_transportation.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		z-index: -1;*/
	}
	#transportation h2{
		color: #7f8183;
	}
#warehouse{
	background-image: url(../img/top/bg_warehouse.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
	#warehouse::before{
/*		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../img/top/bg_warehouse.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		z-index: -1;*/
	}

#gasstation{
	padding-top: 195px;
	background-image: url(../img/top/bg_gasstation.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
	#gasstation::before{
/*		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../img/top/bg_gasstation.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		z-index: -1;*/
	}

#recruit{
	width: calc(100% - 40px);
	max-width: 940px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.recruit_wrap{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.recruit_wrap .recruit_block{
		width: 218px;
		margin-top: 25px;
	}
	.recruit_wrap .recruit_block img{
		width: 100%;
	}
	.recruit_wrap .recruit_block .category{
		font-weight: bold;
		position: relative;
		text-indent: 15px;
		margin-top: 12px;
	}
	.recruit_wrap .recruit_block .text2{
		margin-top: 5px;
		line-height: 22px;
		font-size: 14px;
	}
.recruit_wrap2{
	background: #d4ecf1;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	padding: 14px 30px 28px;
}
	.recruit_wrap2 .recruit_block{
		width: calc((100% - 80px) / 4);
		max-width: 205px;
	}
	.recruit_wrap2 .recruit_block .category{
		font-size: 20px;
		font-weight: bold;
		position: relative;
		text-indent: 20px;
	}
		.recruit_wrap2 .recruit_block .category.other{
			text-indent: unset;
			color: #d7913e;
		}
	.recruit_wrap2 .recruit_block .category::before{
		width: 15px;
		height: 15px;
		top: 3px;
	}
	.recruit_wrap2 .recruit_block a {
		font-size: 19px;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin-top: 5px;
	}
	a.other{
		background: #d7913e;
	}
#ourlicense{
	width:calc(100% - 40px);
	max-width: 332px;
	margin: 95px auto;
}
	.license_wrap{
		display: flex;
		justify-content: space-between;
		text-align: center;
		margin-top: 60px;
	}
	/*
	.license_wrap img {
	    transform: scale(1.2);
	}
	*/
	.license_wrap p{
		font-size: 11px;
	    padding-top: 10px;

	}

@media screen and (max-width: 1200px){
	#kv .center_wrap{
		top: 25vh;
	}
}

@media screen and (max-width: 950px){
	.recruit_wrap{
		justify-content: center;
		margin-left: -7px;
		margin-right: -7px;
	}
	.recruit_wrap .recruit_block{
		margin-left: 7px;
		margin-right: 7px;
	}
}

@media screen and (max-width: 880px){
	#kv .center_wrap{
		top: 15vw;
	}
	#kv .main-copy{
		font-size: 42px;
	}
	#kv .sub-copy{
		font-size: 30px;
	}
	#concept .jigyo_wrap{
		justify-content: center;
		/*margin-left: -20px;
		margin-right: -20px;*/
	}
	#concept .jigyo_wrap .jigyo_block{
		/*margin-left: 20px;
		margin-right: 20px;*/
		margin: auto;
		margin-bottom: 20px;
		width: 90%;
	}

	#concept .jigyo_wrap .jigyo_block::before {
		height: 65%;
	}

	#concept .jigyo_wrap .jigyo_block img {
		width: 70%;
		max-width: 100%;
	}
	#concept .slide_topics .slick-dots{display: block;}
}

@media screen and (max-width: 790px){
	#kv .main-copy{
		font-size: 37px;
	}
	#kv .sub-copy{
		font-size: 25px;
	}
	.recruit_wrap2{
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.recruit_wrap2 .recruit_block{
		width: 140px;
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.recruit_wrap2 .recruit_block .category,
	.recruit_wrap2 .recruit_block a{
		font-size: 16px;
	}
}
@media screen and (max-width: 690px){
	#kv .main-copy{
		font-size: 32px;
	}
	#kv .sub-copy{
		font-size: 20px;
	}
	#kv .arrow{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 600px){
	#kv .main-copy{
		font-size: 27px;
	}
	#kv .sub-copy{
		font-size: 15px;
	}
}
@media screen and (max-width: 510px){
	#kv .center_wrap{
		top: calc(87px + 4vw);
	}
	#kv .scrollBtn{
		bottom: -80px;
	}
	#kv .catch-copy{
		padding-top: 9px;
		padding-bottom: 9px;
	}
	#kv .arrow{
		width: 30px;
		height: 30px;
	}
	#kv .name{
		font-size: 15px;
		right: 4%;
	}
	#kv .main-copy{
		font-size: 22px;
	}
	#concept .contents{
		padding-top: 0;
	}
	.jigyo_section h2{
		font-size: 43px;
	}
	h3{
		font-size: 30px;
	}
	#concept{
		margin-top: 40px;
	}
	#concept .title60{
		font-size: 45px;
	}
	#concept .text{
		width: 100%;
		line-height: 30px;
	}
	.jigyo_section{
		padding-top: 42px;
		padding-bottom: 72px;
	}
	.jigyo_section h2+div{
		margin-top: 42px;
	}
	#gasstation{
		padding-top: 62px;
	}
	.recruit_wrap .recruit_block{
		width: calc(50% - 14px);
	}
	.pagetop{
		right: 35px;
		bottom: 35px;
	}
}

