@charset "UTF-8";
/*about*/
/*h2*/
h2.bottom_h2.index{
	background: url('../../about/img/bottom_h2_index.jpg') center center no-repeat;
	background-size: cover;
	}
h2.bottom_h2.message{
	background: url('../../about/img/bottom_h2_message.jpg') center center no-repeat;
	background-size: cover;
	}
h2.bottom_h2.history{
	background: url('../../about/img/bottom_h2_history.jpg') center center no-repeat;
	background-size: cover;
	}
h2.bottom_h2.base{
	background: url('../../about/img/bottom_h2_base.jpg') center center no-repeat;
	background-size: cover;
	}
h2.bottom_h2.profile{
	background: url('../../about/img/bottom_h2_profile.jpg') center center no-repeat;
	background-size: cover;
	}
h2.bottom_h2.recruit{
	background: url('../../about/recruit/img/bottom_h2_recruit.jpg') center center no-repeat;
	background-size: cover;
	}


/*about_index*/
#about_index{
	padding: 80px 0;
	}

.about_index_item{
	width: 380px;
	margin: 0 30px 40px 0;
	padding-bottom: 80px;
	position: relative;
	}

.about_index_item:nth-child(3),.about_index_item:nth-child(5){
	margin: 0 0 40px 0;
	}

.about_index_item p{
	font-weight: bold;
	text-align: center;
	}


.about_index_item img.item_img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

.about_index_item a.btn_333d47{
	width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 1.428em;
	position: absolute;
	bottom: 0;
	left: 40px;
	}

/*message*/
#message_01{
	padding: 80px 0;
	}



/*history*/
#history_01{
	padding: 80px 0;
	}

#history_01 table.tbl_01 th{
	width: 170px;
	}

#history_01 dl{
	overflow: hidden;
	}

#history_01 dl dt,#history_01 dl dd{
	float: left;
	}
#history_01 dl dt{
	clear: both;
	width: 75px;
	}
#history_01 dl dd{
	width: calc(100% - 75px);
	}


/*base*/
#base_01{
	padding: 80px 0;
	}

#base_01 .bg_3f6a89{
	padding: 0 4px 2px;
	}

#base_01 .bg_3f6a89 h3.txt_20{
	color: #ffffff;
	padding: 16px;
	}

#base_01 .base_item{
	width: 554px;
	background: #ffffff;
	margin: 2px 0;
	padding: 20px;
	}


#base_01 .base_item h4{
	line-height: 2;
	}

a.btn_333d47.warehouse{
	width: 980px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 1.428em;
	margin: 40px auto 0;
	}

/*profile*/
#profile_01{
	padding: 80px 0;
	border-bottom: 1px solid #333d47;
	}

#profile_01 table.tbl_01 th{
	width: 170px;
	}

#profile_01 dl{
	overflow: hidden;
	}

#profile_01 dl dt,#profile_01 dl dd{
	float: left;
	}
#profile_01 dl dt{
	clear: both;
	width: 145px;
	}
#profile_01 dl dd{
	width: calc(100% - 145px);
	}


#profile_02{
	padding: 80px 0;
	}


/*recruit_index*/
#recruit_index{
	padding: 80px 0;
	}

.recruit_index_item{
	width: 580px;
	}

.recruit_index_item p{
	font-weight: bold;
	text-align: center;
	}

.recruit_index_item .item_img_link{
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #333d47;
	position: relative;
	}

.recruit_index_item .item_img_link div.item_img_txt{
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: calc(100% - 40px);
	height: 100px;
	line-height: 100px;
	font-size: 3.571em;
	padding: 0 20px;
	bottom: 0;
	z-index: 1;
	}

.recruit_index_item img.item_img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.5;
	border-radius: 10px;
	}


.recruit_index_item a.btn_333d47{
	width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 1.428em;
	margin: 20px auto 0;
	}

.recruit_driver_wrap{
                                background: #e8e8e8;
                                padding: 40px;
                                border-radius: 10px;
                                }
.recruit_driver_wrap img.recruit_driver_img{
                                display: block;
                                width: 300px;
                                height: auto;
                                border-radius: 10px;
                                }

.recruit_driver_wrap .txt_wrap{
                                width: calc(100% - 340px);
                                }

.recruit_driver_wrap .txt_wrap p.txt_20{
                                line-height: 1.8;
                                }

.recruit_driver_wrap hr{
                                height: 0;
                                margin: 20px 0;
                                padding: 0;
                                border: 0;
                                border-top: 1px solid #cccccc;
                                }

/*recruit_bottom*/
#recruit_bottom_01{
	padding: 80px 0;
	border-bottom: 1px solid #333d47;
	}

#recruit_bottom_02{
	padding: 80px 0;
	}


/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {
.about_index_item{
	width: calc((100% - 120px) / 3);
	}

.about_index_item a.btn_333d47{
	width: 100%;
	left: 0;
	}

#base_01 .base_item{
	width: calc(50% - 42px);
	background: #ffffff;
	margin: 2px 0;
	padding: 20px;
	}
a.btn_333d47.warehouse{
	width: 100%;
	}

.recruit_index_item{
	width: calc(50% - 10px);
	}
}
@media screen and (max-width:960px) {
/*about_index*/
#about_index{
	padding: 20px 0;
	}

.about_index_item{
	width: calc(100% - 20px);
	margin: 0 auto 20px;
	position: static;
	}
.about_index_item:nth-child(3),.about_index_item:nth-child(5){
	margin: 0 auto 20px;
	}

.about_index_item img.item_img{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
	}

.about_index_item a.btn_333d47{
	position: static;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 1.25em;
	margin: 5px auto 0;
	}

/*message*/
#message_01{
	padding: 20px 0;
	}


/*history*/
#history_01{
	padding: 20px 0;
	}

#history_01 table.tbl_01 th{
	width: 100%;
	}

#history_01 dl dt{
	width: 4em;
	}
#history_01 dl dd{
	width: calc(100% - 4em);
	}


/*base*/
#base_01{
	padding: 20px 0;
	}

#base_01 .bg_3f6a89{
	padding: 0 2px 2px;
	}

#base_01 .bg_3f6a89 h3.txt_20{
	padding: 8px;
	}

#base_01 .base_item{
	width: calc(100% - 20px);
	margin: 2px 0 0;
	padding: 10px;
	}

#base_01 .base_item.sp_none{
	display: none;
	}

a.btn_333d47.warehouse{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 1.25em;
	margin: 10px auto 0;
	}

/*profile*/
#profile_01,#profile_02{
	padding: 20px 0;
	}

#profile_01 table.tbl_01 th{
	width: 100%;
	}

#profile_01 dl dt{
	width: 120px;
	}
#profile_01 dl dd{
	width: calc(100% - 120px);
	}

#profile_02 .half{
	width: 100%;
	}

#profile_02 .half:nth-child(2){
	margin-top: 20px;
	}

/*recruit*/
#recruit_index{
	padding: 20px 0;
	}

.recruit_index_item{
	width: calc(100% - 20px);
	margin: 20px auto;
	}


.recruit_index_item .item_img_link div.item_img_txt{
	width: calc(100% - 20px);
	height: 50px;
	line-height: 50px;
	font-size: 2.083em;
	padding: 0 10px;
	}

.recruit_index_item img.item_img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.5;
	border-radius: 10px;
	}


.recruit_driver_wrap{
                                padding: 20px;
                                }
.recruit_driver_wrap img.recruit_driver_img{
                                width: 100%;
                                }

.recruit_driver_wrap .txt_wrap{
                                width: 100%;
                                margin-top: 20px;
                                }

.recruit_driver_wrap hr{
                                margin: 10px 0;
                                }

/*recruit_bottom*/
#recruit_bottom_01,#recruit_bottom_02{
	padding: 20px 0;
	}

}