@charset "utf-8";
/*--------------------
	contents
--------------------*/
#visual {
	height: 330px;
	background: url(/img/bg_visual.jpg) no-repeat center center/cover;
}
#visual div {
	position: relative;
	margin: 70px auto 0;
	height: 330px;
}

#visual div p,
#visual div a {
	position: absolute;
	font-weight: bold;
}
#visual div p {
	text-align: center;
	bottom: -15px;
	width: 100%;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1),-1px 0px 13px rgba(0, 0, 0, 1), -1px 0px 13px rgba(0, 0, 0, 1), -1px 0px 13px rgba(0, 0, 0, 1), -1px 0px 13px rgba(0, 0, 0, 1);
    transform: translate(0%, -50%);
}
#visual div a.btn {
	right: 0;
	bottom: -100px;
	left: 0px;
	text-align: left;
	margin: auto;
	border: 2px solid #fff;
}
#visual div a::before {
	content: "";
    float: left;
	margin: 0 10px;
	width: 65px;
    height: 51px;
    background: url(/img/visual_btn_img.png) no-repeat center left / contain;
}
#visual div a::after {
	transform: translate(0%, -50%);
}

main #news,main #business,
main > div {
	margin-bottom: 20px;
}


/*--------------------
	news
--------------------*/
#news {
	padding-top: 128px;
}
#news ul {
	margin-left: 0;
	list-style: none;
}
#news ul li {
	margin-left: 0;
}
#news ul li a {
	float: left;
	width: 100%;
	height: 85px;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #cecece;
	background: #fff;
}
#news ul li a div {
	float: left;
	margin-right: 5px;
    width: 135px;
    height: 86px;
}
#news ul li:last-of-type {
	border-bottom: 1px solid #cecece;
}

#news ul li a b {
	display: block;
	padding-top: 5px;
	width: 100%;
}

/*--------------------
	about
--------------------*/
#about {
	padding: 20px 0;
	width: 100%;
	height: 700px;
	background: url(/img/top_about.jpg) no-repeat center / cover;
}

#about section {
	margin: auto;
	padding: 10px;
	width: 90%;
	background-color: rgba(255, 255, 255, 0.9);
}
#about section b {
	display: block;
	text-align: center;
	margin: 10px 0;
	font-size: 1.3em;
}
#about section b span {
	color: #ff0000;
}
#about section b span.sub {
	display: block;
}
#about section .btn {
	margin: 10px auto 0;
}

/*--------------------
	business
--------------------*/
#business div.b_detail {
	padding: 20px 10px;
	background: rgba(255,255,255,0.8);
}

#business div.b_contents {
	margin: auto;
	width: 95%;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.8) 100%);
}
#business div.b_contents a {
	position: relative;
	float: left;
	width: 32%;
	height: 175px;
}
#business div.b_contents a::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 175px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}
#business div.b_contents a:nth-last-of-type(2) {
	right: 0;
    left: 8px;
}

#business div.b_contents a:last-of-type {
	float: right;
	margin-right: 0;
}
#business div.b_contents::after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#business div.b_contents p {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4),1px 1px 10px rgba(0, 0, 0, 0.4),1px 1px 10px rgba(0, 0, 0, 0.4),1px 1px 10px rgba(0, 0, 0, 0.4);
}
#business a img {
	width: 100%;
	height: 175px;
}

/*--------------------
	trucks
--------------------*/
#trucks {
	overflow: hidden;
}
#trucks section {
	margin: auto;
	width: 95%;
}

#trucks ul {
	margin: 0;
}
#trucks ul li {
	margin-top: 20px;
}
#trucks .bg_slick li {
	position: relative;
	margin: 20px 0 0;
	background: #000;
}
#trucks .bg_slick li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
#trucks .bg_slick li.slick-active::before {
	display: none;
}

#trucks .bg_slick li img {
	width: 100%;
	height: auto;
}
#trucks .bg_slick li.slick-active img {
	opacity: 1;
}

#trucks .arrow {
    position: relative;
	width: 100%;
    margin: 0 auto;
}
#trucks .carouPrev {
    left: 10px;
    background: url(/img/left_prev.png) center no-repeat;
	background-size: 100%;
}
#trucks .carouNext {
	right: 10px;
    background: url(/img/right_next.png) center no-repeat;
	background-size: 100%;
}
#trucks .arrow .carouPrev, #trucks .arrow .carouNext {
    position: absolute;
	top: -110px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#trucks .thumbnail {
	margin-bottom: 0;
	padding: 10px 0;
	background: #65C4A4;
}
#trucks .thumbnai .slick-slide {
	margin-right: 10px;
}

#trucks .thumbnail img {
	width: 100%;
    height: auto;
}

/*--------------------
	sns
--------------------*/
#sns {
	background-color: rgba(255, 255, 255, 0.8);
}
#sns section {
	padding: 20px 0;
	margin: auto;
	width: 95%;
}

#sns section img {
	width: 100%;
	height: auto;
}

#sns section div {
	text-align: center;
}
#sns section div img {
	margin: 10px 0;
	width: 60%;
}

/*--------------------
	about
--------------------*/
#group {
	margin-bottom: 30px;
	padding: 10px 0;
	width: 100%;
	background: url(/img/group_bg.jpg) no-repeat center / cover;
	font-size: 18px;
}

#group section {
	margin: 0 auto;
	padding: 20px 5px;
	width: 95%;
	background-color: rgba(255,255,255,0.9);
}

#group section > div {
	margin-bottom: 0;
}

#group section .btn {
	margin: 20px auto 0;
}

#group section div div {
	margin: 0 auto 10px;
	width: 40%;
	height: 145px;
	background: url(/img/group_logo.png)no-repeat center/contain;
}
#group section p {
	text-align: left;
	font-weight: bold;
    line-height: 2em;
}