@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #444;
	font-size: 18px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 450px){
	body{
		font-size: 0.8rem;
	}
}
a{
	text-decoration: none;
	color: #444;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	background: #fff;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/*flexbox*/
.flexbox{
	display: flex;
	justify-content: space-between;
}

.mg60{
	margin-bottom: 60px;
}
.mg40{
	margin-bottom: 40px;
}
.mg20{
	margin-bottom: 20px;
}
.mg10{
	margin-bottom: 10px;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}

h2.title{
	margin-bottom: 40px;
	overflow: hidden;
}
h2.title span.en{
	display: block;
	text-transform: uppercase;
	font-size: 3.8rem;
	color: #4779c0;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.2;
	font-family: 'Scheherazade New', serif;
}
h2.title span.ja{
	display: block;
	font-size: 1.2rem;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	letter-spacing: 0.1rem;
	font-weight: normal;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
/*h2.title.center span.ja::before{
	width: .5em;
}
h2.title.center span.ja::after{
	content: '';
	border-top: 1px solid;
	width: .5em;
	margin-left: .5em;
}*/

h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
/*h2.title.white span.en::first-letter{
	color: #4779c0;
}*/


@media (max-width: 450px){
	h2.title span.en{
		font-size: 3rem;
	}
}

.mtitle{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #4779c0;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: normal;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #4779c0;
}

.dtitle{
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
	font-size: 1.2rem;
}

.blue{
	color: #4779c0;
}


/*ボタン*/
.sbtn{
	text-align: center;
}
.sbtn a{
	position: relative;
	padding: 10px 0;
	border: 1px solid #4779c0;
	background: #4779c0;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 260px;
}
.sbtn.long a{
	max-width: none;
}
.sbtn a:hover{
	background: #fff;
	color: #4779c0;
}
.sbtn a:hover::after{
	transform: translateX(5px);
}

.m_contact a{
	min-width: 280px;
}
.m_contact a::after{
	display: none;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
}
.info_table tr{
}
.info_table th{
	width: 30%;
}
.info_table th,
.info_table td{
	font-weight: normal;
	padding: 15px 0;
	padding-left: 10px;
	color: #555;
}
.info_table td{
	padding-left: 10px;
}
.info_table td {
	width: 70%;
}
/*奇数行*/
table tr:nth-child(odd){
	background-color: #f5f5f5;
}
/*偶数行*/
table tr:nth-child(even){
	background-color: #fff;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
}
.info_table02 th,
.info_table02 td {
	padding: 15px 0;
}
.info_table02 td{
	padding-left: 10px;
}
.info_table02 td{
	width: 70%;
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table03 tr{
	border: 2px solid #f5f5f5;
}
.info_table03 th{
	background: #4779c0;
	color: white;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table03 th,
.info_table03 td {
	padding: 15px 0;
}
.info_table03 td{
	padding-left: 10px;
}
.info_table03 td {
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}
span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #D1EBFF;
	padding: 5px 0;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #4779c0;
	margin-right: .5em;
	font-size: 0.8em;
	transform: translateY(-0.1em);
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #4779c0;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*===// 共通部分ここまで ===========*/






/*===ヘッダー==============================*/
.site_header{
	background: #fff;
	transition: .6s;
	border-bottom: 1px solid #eee;
}

.sticky{
	position: sticky;
	top: 0;
	z-index: 100;
}
.site_header h1{
	width: 500px;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.header_top{
	padding: 30px 0;
	transition: .4s;
}
.site_header.transform .header_top{
	padding: 20px 0;
}
.header_top .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header .header_btn a{
	display: block;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	margin-left: 20px;
	width: 200px;
	background: transparent;
	border: 1px solid #4779c0;
	border-radius: 25px;
	color: #4779c0;
}
.site_header .header_btn a:hover{
	opacity: .6;
}
.site_header .header_btn.non a:hover{
	opacity: 1;
}


/*global_nav*/
.global_nav{
	width: 100%;
	background: #4779c0;
	padding: 15px 0;
	transition: .4s;
}
.site_header.transform .global_nav{
	padding: 10px 0;
}
.global_nav ul{
	display: flex;
	justify-content: space-between;
}
.global_nav li{
	width: calc(100% / 6);
	border-left: 1px solid rgba(18, 18, 18, 0.2);
	border-left: 1px solid #eee;
}
.global_nav ul li:last-child{
	border-right: 1px solid rgba(18, 18, 18, 0.2);
	border-right: 1px solid #eee;
}
.global_nav li a{
	display: block;
	text-align: center;
	font-size: 0.6rem;
	position: relative;
	color: #fff;
}
.global_nav li a span{
	display: block;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	color: #fff;
}
.global_nav li a::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 10%;
	width: 80%;
	height: 2px;
	background:#fff;
	transition: 0.2s all ease-in;
	transform: scale(0, 1);
	transform-origin: center top;
}
.global_nav li a:hover::after {
	transform: scale(0.2, 1);
}

@media (max-width: 960px){
	.site_header{
		padding: 20px 0;
	}
	.header_top{
		padding: 0;
	}
	.site_header.transform .header_top{
		padding: 0;
	}
	.site_header h1{
		width: 300px;
	}
	.site_header .tr{
		display: none;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header h1{
		width: 250px;
	}
}


/*===スライダー==============================*/
.top_kv{
	position: relative;
	overflow: hidden;
}

/*右に消えるエリア*/
.top_kv .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
	z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
	left:50%;
    transform: scaleX(1);
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*左に消えるエリア*/
.top_kv .splashbg2{
	animation-name:PageAnime2;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
	z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
	right:50%;
    transform: scaleX(1);
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes PageAnime2{
	0% {
		transform-origin:right;
		transform:scaleX(1);
	}

	50% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

.top_kv video{
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

/*キャッチ*/
.top_kv .catch{
	position: absolute;
	top: 5%;
	left: 3%;
	pointer-events: none;
	z-index: 2;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-shadow: 0 0 60px #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	transition: .4s;
}
.top_kv .catch p{
	margin-bottom: 10px;
}

@media (max-width: 960px){
	.top_kv .catch{
		/*left: 10px !important;*/
		font-size: 3.5vw;
	}
}
@media (max-width: 750px){
	.top_kv video{
		height: 500px;
	}
}
@media (max-width: 450px){
	.top_kv video{
		height: 400px;
	}
	
}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.img_wrap{
	position: relative;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	overflow: hidden;
}
.img_wrap img{
	transition: 1s;
	transform: translateX(-10%) scale(1.2);
}
.img_wrap::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 1s;
}
.img_wrap.inview img{
	transform: translateX(0) scale(1);
}
.img_wrap.inview::after{
	transform: translateX(100%);
}

/*==news==============================*/



/*==welcome==============================*/
.welcome .flex{
	display: flex;
	justify-content: space-between;
}
.welcome .flex .text{
	width: 55%;
}
.welcome .flex .img{
	width: 40%;
}
.welcome .flex .text p{
	margin-bottom: 20px;
}
@media (max-width: 960px){
	.welcome .flex{
		display: block;
	}
	.welcome .flex .text{
		width: 100%;
		margin-bottom: 40px;
	}
	.welcome .flex .img{
		width: 100%;
	}
	.welcome .flex .img .img_wrap{
		margin: 0 auto 20px;
	}
}


/*===事業内容==============================*/
.top_service .flex{
	display: flex;
	flex-wrap: wrap;
}
.top_service .flex .box{
	width: calc(25% - 4px);
	margin: 0 2px 20px;
	position: relative;
}
.top_service .flex .box img{
	display: block;
	width: 100%;
}
.top_service .flex .box .text{
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	/*backdrop-filter: blur(4px);*/
	padding: 10px;
	width: 90%;
	text-align: center;
}
.top_service .flex .box .text .ja{
	border-bottom: 1px solid #4779c0;
}
.top_service .flex .box .text .en{
	text-transform: capitalize;
	font-family: 'Scheherazade New', serif;
}
@media (max-width: 960px){
	.top_service .flex .box{
		width: calc(100% / 3 - 4px);
	}
}
@media (max-width: 750px){
	.top_service .flex .box{
		width: calc(50% - 4px);
	}
}
@media (max-width: 450px){
	.top_service .flex .box{
		width: 100%;
		margin: 0 0 20px;
	}
}

.top_service .special{
	max-width: 960px;
}
.top_service .special .box{
	width: calc(100% / 3 - 4px);
}
@media (max-width: 750px){
	.top_service .special .box{
		width: calc(50% - 4px);
	}
}
@media (max-width: 450px){
	.top_service .special .box{
		width: 100%;
		margin: 0 0 20px;
	}
}

/*===共同配送サービス==============================*/
.top_jd{
	z-index: 1;
	background: url(../img/top_jd.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .top_jd{
	background-attachment: scroll;
}
.top_jd::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.top_jd p{
	color: #fff;
}


/*===倉庫紹介==============================*/
.top_warehouse{
}


/*===車両紹介==============================*/
.mini_slider .slider01 li a{
	display: block;
	width: 100%;
}
.mini_slider .slider01 li a img{
	display: block;
	width: 100%;
}
.mini_slider .slider01 li a:hover img{
	opacity: 0.7;
}


/*===アクセス==============================*/
.access{
	background: url(../img/access.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	color: #fff;
}
.access::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index:-1;
}
.access .flex{
	display: flex;
}
.access .box{
	width: calc(100% / 3);
	border-right: 1px solid #ccc;
	padding: 20px;
}
.access .box:last-child{
	border-right: none;
}
.access .box .text{
	margin-bottom: 20px;
}
.access .box .map iframe{
	vertical-align: top;
}
@media (max-width: 960px){
	.access{
		background-position: left;
	}
	.access .flex{
		display: block;
	}
	.access .box{
		width: 100%;
		border-right: none;
		padding: 10px;
		margin-bottom: 30px;
	}
}



/*===フッター==============================*/
.footer_top{
	background: #D1EBFF;
	padding: 60px 0;
	text-align: center;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
	max-width: 800px;
	margin: 0 auto;
}
.footer_top .btn_wrap .btn a{
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: #4779c0;
	color: #fff;
}
.footer_top .btn_wrap .btn a:hover{
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 450px){
	.footer_top h2{
		margin-bottom: 20px;
	}
}


.footer_middle{
	padding: 60px 0 20px;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
}
.footer_middle .flex .flex_l{
	width: 25%;
	text-align: center;
}
.footer_middle .flex .flex_r{
	width: 70%;
}

.footer_middle .flex .flex_l h3{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px;
}
.footer_middle .flex .flex_l h3 a{
	display: block;
	width: 100%;
}
.footer_middle .flex .flex_l h3 a img{
	display: block;
	width: 100%;
}
.footer_middle .flex .flex_l h3 a:hover img{
	opacity: 0.7;
}
.footer_middle .flex .flex_l p{
	font-size: 0.8rem;
}

.footer_nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_nav ul li a{
	display: inline-block;
	font-weight: normal;
	font-size: 0.8rem;
	white-space: nowrap;
}
.footer_nav ul li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 10px;
}
.footer_nav ul li.head a{
	font-weight: bold;
	font-size: 1rem;
}
.footer_nav ul li.head a::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 0.8em;
	background: linear-gradient(to bottom, #4779c0 0%,#4779c0 50%, #000 50%,#000 100%);
	margin-right: 4px;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}


.footer_bottom{
	background: #4779c0;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
@media (max-width: 960px){
	.footer_middle{
		padding-bottom: 0;
	}
	.footer_middle .flex{
		display: block;
		width: 100%;
	}
	.footer_middle .flex .flex_l{
		width: 100%;
		margin-bottom: 40px;
	}
	.footer_middle .flex .flex_r{
		width: 100%;
		background: #333;
		padding: 20px 0;
	}
	.footer_middle .flex .flex_r a{
		color: #fff;
	}
	.footer_middle .flex .flex_l h3{
		width: 80%;
	}
	.footer_nav{
		justify-content: space-around;
	}
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_nav{
		display: block;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #4779c0;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 96%;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.kasou_top h2{
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.kasou_top h2::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1.2em;
	background: #4779c0;
	margin-right: 8px;
	transform: translateY(20%);
	border-radius: 5px;
}
@media (max-width: 750px){
	.kasou_top{
	  height: 350px;
	}
}
@media (max-width: 450px){
	.kasou_top{
	  height: 300px;
	}
}

/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
	text-align: right;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #4779c0;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===白馬グループ概要ページ==============================*/
.history .inner .history_table{
	border-left: 1px solid #4779c0;
}
.history .inner .history_table .item{
	margin-bottom: 20px;
}
.history .inner .history_table .item p{
	position: relative;
	left: -0.5em;
	font-weight: bold;
}
.history .inner .history_table .item p::before{
	content: '';
	background: #4779c0;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin-right: 3px;
}
.history .inner .history_table .item ul{
	margin-left: 20px;
}
.history .inner .history_table .item ul li{
	padding: 3px 0;
	border-bottom: 1px dotted #4779c0;
}

/*===事業内容ページ==============================*/
.strength{
	background: url(../img/strength.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .strength{
	background-attachment: scroll;
}
.strength::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.strength .wrapper{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px 10px;
	text-align: center;
}





/*===共同配送サービスページ==============================*/
.jd{
	margin-bottom: -100px;
}
.jd .img{
	width: 90%;
	margin: 0 0 0 auto;
}
.jd .text{
	background: #fff;
	padding: 40px 40px;
	width: 95%;
	margin-left: 10px;
	border-radius: 20px;
	transform: translateY(-100px);
	position: relative;
	z-index: 10;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.jd .text p{
	margin-bottom: 30px;
	line-height: 2;
}
@media (max-width: 750px){
	.jd{
		margin-bottom: 0;
	}
	.jd .img{
		width: 90%;
		margin-bottom: 10px;
	}
	.jd .text{
		padding: 0;
		border-radius: 0;
		transform: none;
		box-shadow: none;
	}
}

.figure .inner{
	max-width: 960px;
}


.merit{
	background: url(../img/merit.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.merit::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.merit .flex{
	display: flex;
	justify-content: space-between;
}
.merit .flex .wrapper{
	background: rgba(255, 255, 255, 0.8);
	padding: 40px 20px;
	width: 48%;
	border-radius: 5px;
}
.merit .white{
	color: #fff;
	text-shadow: 0 0 80px #000;
}
@media (max-width: 750px){
	.merit .flex{
		display: block;
	}
	.merit .flex .wrapper{
		width: 100%;
		margin-bottom: 20px;
		padding: 35px 20px;
	}
}



/*===車両紹介ページ==============================*/
.list_category{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center
}
.list_category li{
	position:relative;
	margin:0 2% 2% 0;
	width:31%
}
.list_category li::before,.list_category li::after{
	display:block;
	content:"";
	width:0;
	height:1px;
	position:absolute;
	background:#4779c0;
	-webkit-transition:all 0.4s 0s ease;
	transition:all 0.4s 0s ease;
	-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
.list_category li::before{
	left:0;
	top:0
}
.list_category li::after{
	right:0;
	bottom:0
}
.list_category li a{
	display:block;
	background:#fff;
	padding:25px 0;
	border:1px solid #e1e5e4;
	color:#424242;
	line-height:1;text-align:center;
	-webkit-transition:all 0.4s 0s ease;
	transition:all 0.4s 0s ease;
	-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
.list_category li a::before,.list_category li a::after{
	display:block;
	content:"";
	width:1px;
	height:0;
	position:absolute;
	background:#4779c0;
	-webkit-transition:all 0.4s 0s ease;
	transition:all 0.4s 0s ease;
	-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
.list_category li a::before{
	left:0;
	top:0
}
.list_category li a::after{
	right:0;
	bottom:0
}
.list_category li:hover::before,.list_category li:hover::after{
	width:100%
}
.list_category li:hover a{
	color:#4779c0;
}
.list_category li:hover a::before,.list_category li:hover a::after{
	height:100%
}

@media (max-width: 960px){
	.list_category li{
		width:48%
	}
}
@media (max-width: 750px){
	.list_category li{
		width: 100%;
		margin: 0 auto 20px;
	}
}


.truck_list .box{
	margin-bottom: 60px;
}
.truck_list .box .flex{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}
.truck_list .box .flex::after{
	content: '';
	width: 90%;
	height: 90%;
	position: absolute;
	bottom: 3%;
	right: 2%;
	background: #D1EBFF;
	z-index:-1;
}
.truck_list .box .flex .img{
	width: 58%;
}
.truck_list .box .flex .text{
	width: 40%;
	padding-top: 150px;
}
.truck_list .box .flex .text .deco{
	position: absolute;
	top: 0;
	right: 0;
	background: #4779c0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	transition: 0.6s;
}
.truck_list .box .flex .text .deco span{
	display: block;
}
@media (max-width: 960px){
	.truck_list .box .flex{
		display: block;
	}
	.truck_list .box .flex::after{
		display: none;
	}
	.truck_list .box .flex .img{
		width: 100%;
	}
	.truck_list .box .flex .text{
		width: 100%;
		padding-top: 0;
	}
	.truck_list .box .flex .text .deco{
		position: static;
		margin: 0 auto 10px;
	}
	.truck_list .box .flex .text .deco span{
		display: block;
	}
}


.maintenance_slide{
	margin-top: 40px;
}
.maintenance_slide li{
	margin: 0 10px;
}
.maintenance_slide li a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.maintenance_slide li a img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.maintenance_slide li a:hover img{
	opacity: 0.8;
	transform: scale(1.15);
}
/*arrow*/
.maintenance_slide .slide_left, .maintenance_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 101%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
}
.maintenance_slide .slide_left{
	left: 0;
}
.maintenance_slide .slide_right{
	right: 0;
}
.maintenance_slide .slide_left i, .maintenance_slide .slide_right i{
	display: block;
	font-size: 50px;
	transition: .8s;
}
.maintenance_slide .slide_left:hover i{
	transform: translate(-6px);
}
.maintenance_slide .slide_right:hover i{
	transform: translate(6px);
}

/*===倉庫紹介ページ==============================*/

.wh_box .container{
	margin-bottom: 40px;
}
.wh_box .container .slider .main_slider{
	margin-bottom: 30px;
}
.wh_box .container .slider .main_slider li{
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wh_box .container .slider .main_slider li img{
	display: inline-block;
	max-height: 100%;
}
.wh_box .container .slider .thumbnail_slider li{
	background: #f0f0f0;
	height: 150px;
	text-align: center;
	overflow: hidden;
	margin: 0 1px;
}
.wh_box .container .slider .thumbnail_slider li img{
	display: inline-block;
	height: 100%;
	cursor: pointer;
}
.wh_box .container .slider .thumbnail_slider li img:hover{
	opacity: .9;
}
/*arrow*/
.wh_box .container .slider .slide_left, .wh_box .container .slider .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 101%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
}
.wh_box .container .slider .slide_left{
	left: 0;
}
.wh_box .container .slider .slide_right{
	right: 0;
}
.wh_box .container .slider .slide_left i, .wh_box .container .slider .slide_right i{
	display: block;
	font-size: 50px;
	transition: .8s;
}
.wh_box .container .slider .slide_left:hover i{
	transform: translate(-6px);
}
.wh_box .container .slider .slide_right:hover i{
	transform: translate(6px);
}
@media (max-width: 450px){
	.wh_box .container .slider .main_slider li{
		height: 400px;
	}
	.wh_box .container .slider .thumbnail_slider li{
		height: 100px;
	}
}



.wh_box{
	margin-bottom: 60px;
}
.wh_box:last-child{
	margin-bottom: 0;
}
.wh_box .flex{
	display: flex;
	flex-wrap: wrap;
}
.wh_box .flex a{
	display: block;
	width: 30%;
	margin: 0 1% 40px;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	background: #000;
}
.wh_box .flex a::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.wh_box .flex a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wh_box .flex a:hover img{
	transform: scale(1.15);
	opacity: 0.8;
}
@media (max-width: 750px){
	.wh_box .flex a{
		width: 48%;
		margin: 0 1% 20px;
	}
}


/*===会社マップページ==============================*/

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root object{
  background-attachment: scroll;
}