@charset "utf-8";


/* CSS Document */
.top-slider{
  display: none;
}
.top-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/* -- common ----------------------------------------------------*/
.btn-01{
	width: 280px;
	margin: -20px auto 0;
	position: relative;
	z-index: 20;
	background: #93A047;
}
.btn-01 a{
	padding: 20px;
	color: #fff;
	font-size: 16px;
}
.btn-01 a .Arrow {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #fff;
    top: 34px;
    right: 20px;
}
.btn-01 a .Arrow:before {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    bottom: -2px;
    background-color: #1a1a1a;
    width: 100%;
    height: 3px;
    z-index: 2;
    opacity: 0;
}
.btn-01 a .Arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  right: -1px;
  bottom: 1px;
  background: #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-01 a:hover{
	background: rgba(86, 133, 49, 0.5);
}
/* -- top-img ----------------------------------------------------*/
.top-img{
	position: relative;
}
.top-img .bg01{
	width: 100%;
	background: url(../img/top/top-img01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40%;
}
.top-img .bg02{
	width: 100%;
	background: url(../img/top/top-img02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40%;
}
.top-img .bg03{
	width: 100%;
	background: url(../img/top/top-img03.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40%;
}
.top-img .truck{
	/*background: url(../img/top/truck.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    width: 35%;
    position: absolute;
    bottom: -8%;
    right: 5%;
}
.top-img .text h1{
    background: rgba(86, 133, 49, 0.9);
    color: #fff;
    padding: 3%;
    font-size: 30px;
    position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
 	margin:0;
}
/* -- arrivals ----------------------------------------------------*/
.arrivals{
	margin: 200px 0 0;
	position: relative;
	display:none;
}
.arrivals .block{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
.arrivals .block .icon{
	font-size: 50px;
	line-height: 50px;
	color: #3A5691;
	margin: 0 0 20px;
}
.arrivals .block h2{
	width: 100%;
	border-bottom: 1px solid #D3D8A0;
	display: flex;
	justify-content: space-between;
	color: #568531;
	font-size: 30px;
}
.arrivals .block h2 span.en{
	font-family: 'Josefin Sans';
	font-size: 40px;
	color: #fff;
}
.arrivals .bg{
	background: #568531;
	width: 60%;
	padding: 300px 0 0;
	position: absolute;
	top: 0;
	right: 0;
    z-index: -1;
	box-shadow: -15px 15px rgba(86, 133, 49, 0.5);
}
.arrivals .flex{
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
	background: rgba(243, 247, 249, 0.8);
}
.arrivals .flex .box{
	width: 33.333%;

	border-right: 1px solid #fff;
	padding: 40px 20px;
	z-index: 10;
}
.arrivals .flex .box .text{
	overflow: hidden;
}
.arrivals .flex .box .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrivals .flex .box .time{
	font-family: 'Josefin Sans';
	color: #93A047;
	margin: 0 0 10px;
	font-size: 18px;
}
.arrivals .slick-slide .img{
	margin: 20px 0 0;
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100% 0 0;
}
.arrivals  .btn-01 {
    margin: -50px auto 0;
}
/* -- vehicle ----------------------------------------------------*/
.vehicle{
	margin: 100px 0 0;
}

.vehicle .block{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
.vehicle .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.vehicle .twitter,
.vehicle .instagram{
	width: 50%;
}
.vehicle .twitter h2{
	font-size: 24px;
	text-align: center;
}
.vehicle .twitter h2 span.en{
	font-family: 'Josefin Sans';
	font-size: 40px;
	color: #568531;
	display: block;
}
.vehicle .twitter .icon{
	font-size: 30px;
	color: #000;
	margin: 0 20px 0 0;
}
.vehicle .twitter .x-icon{
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: -0.1em;
}
.vehicle .twitter .box{
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    border: 1px solid #cfd9de;
    border-radius: 12px;
    background: #fff;
    overflow: auto;
    max-height: 600px;
    -webkit-overflow-scrolling: touch;
}
.vehicle .twitter .box .x-feed-loading{
	margin: 0;
	padding: 40px 20px;
	text-align: center;
	color: #536471;
	font-size: 14px;
}
.vehicle .twitter .box .x-feed-list{
	display: none;
	margin: 0;
}
.vehicle .twitter .box .x-feed-item{
	border-bottom: 1px solid #eff3f4;
}
.vehicle .twitter .box .x-feed-item:last-child{
	border-bottom: none;
}
.vehicle .twitter .box .x-feed-item-link{
	display: block;
	padding: 14px 16px 16px;
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease;
}
.vehicle .twitter .box .x-feed-item-link:hover{
	background: #f7f9f9;
}
.vehicle .twitter .box .x-feed-head{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
}
.vehicle .twitter .box .x-feed-avatar{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background: #eff3f4;
}
.vehicle .twitter .box .x-feed-avatar--placeholder{
	display: inline-block;
}
.vehicle .twitter .box .x-feed-meta{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 6px;
	min-width: 0;
	line-height: 1.3;
}
.vehicle .twitter .box .x-feed-name{
	font-weight: 700;
	font-size: 14px;
	color: #0f1419;
}
.vehicle .twitter .box .x-feed-screen,
.vehicle .twitter .box .x-feed-date{
	font-size: 13px;
	color: #536471;
}
.vehicle .twitter .box .x-feed-date::before{
	content: "·";
	margin-right: 6px;
}
.vehicle .twitter .box .x-feed-text{
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #0f1419;
	white-space: pre-wrap;
	word-break: break-word;
}
.vehicle .twitter .box .x-timeline-fallback{
	display: none;
	margin: 0;
	padding: 30px 20px;
	text-align: center;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
}
.vehicle .twitter .box.is-fallback{
	border: none;
	background: transparent;
	max-height: none;
	overflow: visible;
}
.vehicle .twitter .box.is-fallback .x-timeline-fallback{
	display: block;
}
.vehicle .twitter .box.is-fallback .x-feed-loading,
.vehicle .twitter .box.is-fallback .x-feed-list{
	display: none;
}
.vehicle .twitter .box .x-timeline-fallback a{
	color: #568531;
	text-decoration: underline;
}
.vehicle .instagram  h2{
	font-family: 'Josefin Sans';
	color: #568531;
	font-size: 40px;
	text-align: center;
}
.vehicle .instagram p{
	text-align: center;
	font-size: 24px;
}
.vehicle .instagram .fa-instagram{
	font-size: 30px;
	padding: 0 20px 0 0;
}
.vehicle #instafeed {
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.vehicle #instafeed .item{
	width: 50%;
	padding: 2px;
}
.vehicle #instafeed .item a {
    padding: 100% 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vehicle #instafeed .item a:hover{
	opacity: 0.5;
}
/* -- recruit ----------------------------------------------------*/
#recruit {
	}
.recruit{
	margin: 200px 0 0;
	position: relative;
	background: #EFEFEF;
	padding: 0;
	z-index: 0;
}
.recruit .block{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
.recruit .icon{
	background: #EFEFEF;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
}
.recruit .icon img{
	width: 50%;
	margin: auto;
	padding: 20px 0 0;
}
.recruit .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 60px 0;
}
.recruit .img{
	width: 33%;
}
.recruit .img img{
	width: 180px;
	margin: auto;
	border-radius: 50%;
}
.recruit .img img.i03{
	display: none;
}
.recruit .text{
	width: 30%;
}
.recruit .text h2{
	color: #568531;
	font-size: 40px;
	text-align: center;
	z-index: 1;
}
.recruit .text h2 span{
	display: block;
	color: #C4D367;
	font-size: 20px;
}
.recruit .btn-01{
	background: #568531;
    position: absolute;
    right: 0;
    left: 0;
    margin: -40px auto 0;
}
.recruit .btn-01 a:hover{
	background: #93A047;
}

.recruit_info {
	width:500px;
	margin:0 auto;
	margin-top:-80px;
	padding-bottom:60px;
}

.recruit_info h3 {
	font-size:25px;
	text-align: center;
	background-color: #fff;
	padding:0.5em 1em;
	border-radius: 10px;
}

.recruit_info dl {
	display: flex;
	flex-wrap: wrap;
	margin-top:16px;
	margin-bottom:16px;
}

.recruit_info dl dt {
	color:#568531;
	flex-basis: 150px;
	padding:0.5em 1em 0.5em 0;
	text-align: right;

}

.recruit_info dl dd {
	flex-basis: calc(100% - 150px);
	padding:0.5em 0;

}
.recruit_info .contact {
	text-align: center;
	border: 5px solid #fff;
	border-radius: 100px;
	padding:1em 1em;
	margin:1em 0;


}
.recruit_info .contact a {
	text-align: center;
	font-size:25px;
	margin-top:0.5em;
}

@media screen and (max-width:899px){
	.top-img .bg01,
	.top-img .bg02,
	.top-img .bg03{
		padding-top: 60%;
	}
	.top-img .text h1{
	    font-size: 3vw;
	}
	.top-img .truck {
	    width: 50%;
	    bottom: -15%;
	    right: 2%;
	}

	

/* -- arrivals ----------------------------------------------------*/
	.arrivals{
		margin: 100px 0 0;
		position: relative;
	}
	.arrivals .block{
		padding: 0 10px;
	}
	.arrivals .block .icon{
		font-size: 40px;
		line-height: 40px;
	}
	.arrivals .block h2{
		font-size: 18px;
	}
	.arrivals .block h2 span.en{
		font-size: 24px;
	}
	.arrivals .bg{
		padding: 40% 0 0;
	}
/* -- vehicle ----------------------------------------------------*/
	.vehicle .twitter,
	.vehicle .instagram{
		width: 100%;
	}
	.vehicle #instafeed {
		height:800px;
	}
	.vehicle .instagram{
		margin: 100px 0 0;
	}
	.vehicle .twitter h2{
		font-size: 18px;
	}
	.vehicle .twitter h2 span.en{
		font-size: 24px;
	}
	.vehicle .twitter .icon {
		font-size: 20px;
		margin: 10px 10px 0 0;
	}
	.vehicle .instagram h2{
		font-size: 24px;
	}
	.vehicle .instagram p {
		font-size: 18px;
		margin: 10px 10px 0 0;
	}
	.vehicle .instagram .fa-instagram {
		font-size: 20px;
		padding: 0 10px 0 0;
	}
	.twitter .box{
	  overflow: auto;
	  max-height: 300px;
	  -webkit-overflow-scrolling: touch;/* ←これ重要 */
	  overflow-scrolling: touch;/* ←これ重要 */
	}


/* -- recruit ----------------------------------------------------*/
	.recruit {
	    margin: 150px 0 0;
	}
	.recruit .flex{
		padding: 30px 0 70px;
	}
	.recruit .img{
		width: 100%;
		display: flex;
	}
	.recruit .img img{
		width: 45%;
		height: 45%;
		max-width: 200px;
		max-height: 200px;
		margin: 0 auto;
	}
	.recruit .img img.i01{
		display: none;
	}
	.recruit .img img.i03{
		display: inherit;
	}
	.recruit .text{
		width: 100%;
		margin: 25px 0 0;
	}
	.recruit .text h2{
		font-size: 25px;
	}
	.recruit .text h2 span{
		font-size: 18px;
	}

	.recruit_info {
		width:100%;
		margin-top:-40px;
		padding-bottom:30px;
	}

	.recruit_info dl dt {
		flex-basis: 100px;
	
	}
	
	.recruit_info dl dd {
		flex-basis: calc(100% - 100px);
	
	}
/* -- instagram ----------------------------------------------------*/
/*
	.instagram  h2{
		font-size: 25px;
	}
	.instagram  h2 span{
		padding: 0 20px;
	}
	.instagram p{
		font-size: 18px;
	}
	.instagram .fa-instagram{
		font-size: 18px;
		padding: 0 10px 0 0;
	}


*/

}
