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


/*共有*/
.pc{display:block;}
.sp{display:none;}
.page_wrap{overflow: hidden;}
p{text-align:justify;}

/*ヘッダー*/
header{position: absolute;width: 100%;z-index:900;}
.pc_header{}
.pc_header h1{
	max-width:520px;
	width:40%;
	padding-left:2%;
	background:#fff;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	}
.pc_header h1 a{display:block;max-width:365px;width:85%;}
.pc_header h1 a img{display:block;}
.pc_header div.pc_menu{
	width:auto;
	background:rgba(0,0,0, 0.8);
	position: relative;
	}
.pc_header div.pc_menu ul{
	display:table;
	width:55%;
	position: absolute;
	right: 0;
	top:calc(50% - 1em);
	}
.pc_header div.pc_menu ul li{display:table-cell;}
.pc_header div.pc_menu ul li a{color:#FFF;font-size:2vw;}


/*Movie*/
#movie_wrap{
	background: #333;
	width: 100%;
	text-align: center;
  }
  
#movie_wrap video{
	width: 100%;
	display:block;
}


/*メイン*/
main.index_page{padding:2em 0 0;}
main.sub_page{padding:0 0 2em;}


/*トップページ*/
main.index_page{
	background:url(../img/top/sky_bg.webp) top center no-repeat;
	background-size:contain;
	}

h2.mark_title{
	background:url(../img/common/title_mark.webp) top center no-repeat;
	background-size:270px;
	font-size:110px;
	font-weight:900;
	padding-top:100px;
	line-height:1em;
	text-align:center;
	color:#013889;
	margin:0.7em 0 0.3em;
	}

.photo_right{margin:10% 0;}
.photo_right .text_area{
	background:#fff;
	padding:2em;
	width:50%;
	margin-bottom:2em;
	position:relative;
	top:-3em;
	}

.photo_right .text_area h3{
	color:#013889;
	font-size:40px;
	font-weight:700;
	padding-bottom:0.5em;
	}

.kouritsu_wrap{
	background:url(../img/top/kouritsu_bg.webp) bottom right no-repeat;
	background-size:60%;
	margin-top:3em;
	}


.photo_left{margin:10% 0;}
.photo_left .inner{}

.photo_left .text_area{
	background:#fff;
	padding:2em;
	width:50%;
	margin-bottom:2em;
	position:relative;
	top:-3em;
	left:calc(50% - 4em);
	}

.photo_left .text_area h3{
	color:#013889;
	font-size:40px;
	font-weight:700;
	padding-bottom:0.5em;
	}

.oogata_wrap{
	background:url(../img/top/oogata_bg.webp) bottom left no-repeat;
	background-size:60%;
	margin-top:3em;
	min-height:500px;
	}

.license_wrap{
	background:url(../img/top/license_bg.webp) center center no-repeat;
	background-size:cover;
	padding:5% 0;
	}

.license_wrap .text_area{
	float:left;
	width:60%;
	color:#FFF;
}
.license_wrap .text_area h3{font-size:40px;padding-bottom:0.5em;}

.license_wrap .license{float:right;width:35%;max-width:400px;display:block;}


/*フッター*/
footer{background:#1a1a1a;padding-top:2em;color:#FFF;}
footer h3{max-width:184px;margin:0 auto;}
footer h4{text-align:center;}
footer address{text-align:center;padding-bottom:2em;}

footer #copyright{
	background:#FFF;
	color:#333;
	text-align:center;
	padding:0.5em;
	line-height:1em;
	font-size:0.8em;
	}
	
/*サブページ*/
#main_img{height:38vw;max-height:540px;}
.pankuzu{padding:0.5em 0;font-size:0.8em;}
h2.mark_title_sub{
	background:url(../img/common/title_mark.webp) top center no-repeat;
	background-size:220px;
	font-size:70px;
	font-weight:900;
	padding-top:100px;
	line-height:1em;
	text-align:center;
	color:#013889;
	margin:0.7em 0 0.3em;
	}

h2.sub_title{
	font-size:70px;
	font-weight:900;
	line-height:1em;
	text-align:center;
	color:#013889;
	margin:0.7em 0 0.3em;
	}

h2.black_title{color:#333;}
h2.black_title span{font-size:0.5em;color:#013889;display:block;}


.table_wrap dl{width:100%;display:table;border-bottom:1px #888 dashed;}
.table_wrap dt{width:6em;display:table-cell;padding:0.5em 0;text-align:center;}
.table_wrap dd{width:calc(100% - 6em);display:table-cell;padding:0.5em 0;}


/*カラム*/
.column2{display:table;width:100%;}
.column2 .left{display:table-cell;vertical-align:top;width:49%;padding-right:1%;}
.column2 .right{display:table-cell;vertical-align:top;width:49%;padding-left:1%;}


/*会社概要*/
.camp #main_img{
	background:url(../img/camp/main_img.webp) center top no-repeat;
	background-size:cover;
}

.about_wrap{margin:3em 0;}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 25vw;
  max-height:330px;
}

.access_wrap{padding:3em 0;}
.access_wrap h3{
	padding:0.7em 1em 0.5em;
	width:7em;
	margin:1em auto 0.5em;
	background:#518fcc;
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:700;
	line-height:1em;
	}
.access_wrap address{text-align:center;padding-bottom:0.5em;}

.gmap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.gmap iframe {
  width: 100%;
  height: 40vw;
  max-height:400px;
}


/*業務案内*/
.cont #main_img{
	background:url(../img/cont/main_img.webp) center top no-repeat;
	background-size:cover;
}

.img_shizuoka{display:block;margin:2em 0;}
.cont .sub_title{margin-top:1.5em;}
.cont .yellow_title{color:#FF0;}
.cont p.title_btm{color:#FFF;text-align:center;font-size:1.4em;}

.added_value_wrap{
	background:#0b345d url(../img/cont/added_value_bg.webp) bottom center no-repeat;
	background-size:cover;
	padding:2em 0 300px;
	}

.added_value_wrap .wrap{margin-top:4em;display: flex;width:100%;justify-content: space-between;}
.added_value_wrap .wrap div{width:calc(48% - 2em);background:#FFF;padding:1em;}
.added_value_wrap h2.sub_title{font-size:50px;line-height:1.4em;margin-bottom:2em;}
.added_value_wrap .wrap div h3{
	text-align:center;
	position:relative;
	top:-2.5em;
	color:#FFF;
	height:0;
	font-weight:700;
	font-size:1.2em;
	line-height:1em;
}
.added_value_wrap .wrap div .icon{max-width:360px;width:90%;margin:0.2em auto;display:block;}
.added_value_wrap .wrap div p{
	color:#333;
	font-size:0.8em;
	line-height:1.8em;
	display:block;
	padding:0 1em;
	text-align:justify;
	}


.car_wrap .wrap{margin-top:2em;display: flex;width:100%;justify-content: space-between;}
.car_wrap .wrap div{width:48%;}
.car_wrap .wrap:last-child div{width:100%;}
.car_wrap .wrap div h3{text-align:center;}


/*採用情報*/
.recruit #main_img{
	background:url(../img/recruit/main_img.webp) center top no-repeat;
	background-size:cover;
}
.recruit .btn_up_text{text-align:center;color:#F00;}
.recruit .line_wrap{border:5px #06C solid;padding:1em;margin:1em 0 2em;}

.btn {
  display: block;
  max-width:18em;
  width:80%;
  text-align: center;
  line-height: 1em;
  font-size: 24px;
  color: #FFF;
  background: #033e84;
  padding: 0.8em 1em 0.6em;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 1em auto 3em;
  font-weight: bold;
}

.btn:hover {
 background: #06C;color:#FFF;
}


/*貨物追跡*/
.traking #main_img{
	background:url(../img/traking/main_img.webp) center top no-repeat;
	background-size:cover;
}
.traking .title_btm{text-align:center;}
.traking main{padding-bottom:10em;}

@media screen and (min-width:1200px) {
/*ヘッダー*/
.pc_header div.pc_menu ul li a{font-size:21px;}

.kouritsu_wrap{background:url(../img/top/kouritsu_bg.webp) top right no-repeat;}
.oogata_wrap{background:url(../img/top/oogata_bg.webp) top left no-repeat;}
}


@media screen and (max-width:760px) {
/*共通*/
.pc{display:none;}
.sp{display:block;}

/*ヘッダー*/
.sp_header{}
.sp_header h1{float:left;width:calc(100% - 61px);background:#FFF;padding:3px 0 3px 10px;}
.sp_header h1 a{display:block;max-width:180px;height:45px;}
.sp_header h1 a img{display:block;}
.sp_header div.pc_menu{
	width:auto;
	background:rgba(0,0,0, 0.8);
	position: relative;
	}
.pc_header div.pc_menu ul{
	display:table;
	width:55%;
	position: absolute;
	right: 0;
	top:calc(50% - 1em);
	}
.pc_header div.pc_menu ul li{display:table-cell;}
.pc_header div.pc_menu ul li a{color:#FFF;font-size:2vw;}

/*movie*/
#movie_wrap{margin-top:51px;}

/*トップページ*/
h2.mark_title{
	background:url(../img/common/title_mark.webp) top center no-repeat;
	background-size:30%;
	font-size:8vw;
	font-weight:900;
	padding-top:12vw;
	line-height:1em;
	}

.photo_right{}
.photo_right .text_area{
	padding:0.5em;
	width:calc(100% - 1em);
	margin-bottom:2em;
	position:static;
	top:0;
	}

.photo_right .text_area h3{
	font-size:6.5vw;
	text-align:center;
	padding-bottom:0.5em;
	line-height:1.4em;
	}

.photo_left{}
.photo_left .text_area{
	padding:0.5em;
	width:calc(100% - 1em);
	margin-bottom:2em;
	position:static;
	top:0;
	}

.photo_left .text_area h3{
	font-size:6.5vw;
	text-align:center;
	padding-bottom:0.5em;
	line-height:1.4em;
	}


.kouritsu_wrap{
	background:none;
	margin-top:0;
	}
	
.oogata_wrap{
	background:none;
	margin-top:0;
	}
	
.text-bottom{margin-top:2em;}


.license_wrap{padding:10% 0;}

.license_wrap .text_area{
	float:none;
	width:100%;
}
.license_wrap .text_area h3{text-align:center;}

.license_wrap .license{
	float:none;
	width:80%;
	margin:2em auto 0;
}

/*フッター*/
footer address{font-size:3.5vw;}

/*カラム*/
.column2{display:block;}
.column2 .left{display:block;width:100%;padding-right:0%;}
.column2 .right{display:block;width:100%;padding-left:0%;}


/*サブページ*/
#main_img{margin-top:51px;}
h2.mark_title_sub{
	background:url(../img/common/title_mark.webp) top center no-repeat;
	background-size:30%;
	font-size:8vw;
	font-weight:900;
	padding-top:12vw;
	line-height:1em;
	}

h2.sub_title{
	background-size:30%;
	font-size:8vw;
	font-weight:900;
	line-height:1em;
	}


.youtube {margin:1.5em 0;}
.youtube iframe {
  width: 100%;
  height: 51vw;
  max-height:330px;
}


/*業務案内*/
.added_value_wrap{
	background:#0b345d url(../img/cont/added_value_bg.webp) bottom center no-repeat;
	background-size:contain;
	padding:2em 0 200px;
	}
.added_value_wrap h2.sub_title{font-size:6vw;}

.added_value_wrap .wrap{margin-top:4em;display:block;}
.added_value_wrap .wrap div{width:calc(100% - 2em);}
.added_value_wrap .wrap div:first-child{margin-bottom:4em;}


}


