@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* BIZ UDPGothic */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Regular.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* BIZ UDPGothic-Bold */
@font-face {
    font-family: ' BIZUDPGothic ';
    src: url('../fonts/BIZUDPGothic-Bold.woff2') format('woff2'),
             url('../fonts/BIZUDPGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: ' Barlow Semi Condensed ';
    src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format('woff2'),
             url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: ' Barlow Semi Condensed ';
    src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'),
             url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
color: #333;
font-size: 93%;
line-height: 1.6;
font-weight:400;
font-family: ' BIZUDPGothic ';
letter-spacing: 0.05rem;
padding-top:0px;
position: relative;
overflow: hidden;
background:white;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top: 0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.8;
letter-spacing: 0.08rem;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 2em;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}
ol.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;font-size: .9em;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs2{margin-bottom: 10px;}

}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.swing {
animation: swing 2s ease-in-out infinite;
}
/* swing */
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}


[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.5; }
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 700;font-family: ' BIZUDPGothic ';}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background:none;}
.sc.is-scroll {background: #fafafa;}
.sc .logo{padding-left: 15px;width: 180px;}
.sc .logo.color{display: none;}

.sc.is-scroll .drawer_menu .drawer_button .drawer_bar {	background:#111;}
.sc.is-scroll .logo{display: none;}
.sc.is-scroll .logo.color{display: block;}



header{display: none;}



/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}


.header {
  color: #fff;
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header.page {}

.header .logo {position: relative;padding-left: 20px;width: 220px;}
.header .logo.color {display: none;}


.header .navi{padding-right: 20px;}


/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 1.5em;line-height: 1;}
.menu-item:after {
content:"";
position:absolute;
right:0;
top:50%;
transform: translateY(-50%);
background:#ddd;/*線の色指定*/
width:1px;/*線の幅指定*/
height:11px;/*線の高さ指定*/
}
.menu-item:first-child:before {
content:"";
position:absolute;
left:0;
top:50%;
transform: translateY(-50%);
background:#ddd;/*線の色指定*/
width:1px;/*線の幅指定*/
height:11px;/*線の高さ指定*/
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}
.menu-item a {
font-size: 15px;
font-weight: 500;
padding: .5em 0;
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a:hover {color: #00D7FF;}
.menu-item a.active {color:#fFF;position: relative;}
.menu-item a.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
font-weight: 900;
color:#00D7FF;
font-size: .4em;
position: absolute;
background: none;
top:-1.5em;
left:50%;
transform: translateX(-50%);
}
/* ドロップダウンメニュー */
.drop-menu {position: relative;}
.drop-menu a{cursor:text;}
.drop-menu a .fas{font-size: .8em;}


.drop-menu-list {
  left: 0;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  background: white;
  border:1px solid #555;
  padding: 1em 1.3em;
  border-radius: .5em;
}
.drop-menu-list a{line-height: 1; transition: .5s; color:#555;text-align: left;justify-content: space-between;cursor: pointer;}
.drop-menu-list a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
}
.drop-menu-list a:hover{ color: black; }
.drop-menu-list a.active{color: #00D7FF!important;}
.drop-menu-list a:hover::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
  color: #00D7FF;
}
.drop-menu-list a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 1em;
  color: #00D7FF;
}
.drop-menu-list a.active::before {display: none;}

.drop-menu-item{border-bottom: 1px solid #999;padding-bottom: .9em;margin-bottom: .9em;}
.drop-menu-item:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0em;}

}

.contents {}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #111;
  background: #fafafa;
  height: 80px;
  transition: color 2s ease-out;
}
.header.headerColorScroll .logo {display: none;}
.header.headerColorScroll .logo.color {display: block;margin-top: .3em;}

.header.headerColorScroll .menu-item a {color: #222;}






@media (min-width: 1440px){
.header .logo {position: relative;padding-left: 50px;width: auto;}

.header .navi{padding-right: 50px;}

}











/*main
------------------------------------------------------------------*/

#main{position: relative;height: 100vh;overflow: hidden;}
#main-video-area{
    position: absolute;
    z-index: 10;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#main-video-area::before {
  content: '';
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
}
#main-video {
    /*天地中央配置*/
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.main-h2{position: absolute;z-index: 50;top: 30%;left: 18%;width: 80%;}
.main-h2 h2.mv-h2{color: white;font-size: 150px;font-family: ' Barlow Semi Condensed ';font-weight: 700;line-height: 1;letter-spacing: .1rem;}
.main-h2 h2.mv-h2:last-child{margin-bottom: .25em;}

.mv-h2 span{
animation: showText .5s backwards;
display: inline-block;
}
.mv-h2 > span{overflow: hidden;}
.mv-h2 > span > span{animation: showTextFromBottom 0.5s backwards;}
@keyframes showTextFromBottom{
      0%{transform: translateY( 100% );}
      100%{transform: translateY( 0px );}
    }

.main-h2 .sub{color: #00D3FC;font-weight: 500;font-size: 28px;padding-left: .3em;letter-spacing: .2rem;}
.main-road{position: absolute;z-index: 40;top: 0;left: 50%;transform: translateX(-50%);margin-right: -50%;}
.main-road img{width: auto;height: 100vh;}

.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	z-index: 30;
	right:7%;
	bottom:100px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-.8em;
	top: -65px;
    /*テキストの形状*/
	color: #fff;
  writing-mode: vertical-rl;
	font-size: 1em;
	letter-spacing: 0.2rem;
	font-family: ' Barlow Semi Condensed ';
font-weight: 500;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 200px;
	background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:75px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}





@media (max-width: 1680px){
.main-h2{position: absolute;z-index: 50;top: 30%;left: 15%;width: 80%;}
.main-h2 h2.mv-h2{font-size: 130px;}



}



@media (max-width: 1280px){

.main-h2{position: absolute;z-index: 50;top: 30%;left: 15%;width: 80%;}
.main-h2 h2.mv-h2{font-size: 100px;}





}


@media (max-width: 1199px){

.scrolldown{right:5%;}

}




@media only screen and (max-width: 991px) {
.main-h2{position: absolute;z-index: 50;top: 45%;left: 7%;width: 80%;}
.main-h2 h2.mv-h2{font-size: 90px;}
.main-h2 .sub{font-size: 22px;padding-left: .2em;}
.main-road{}


}

@media only screen and (max-width: 767px) {
#main{position: relative;height: 360px;}
.main-h2{top: 30%;left: 7%;width: 90%;}

.main-h2 h2.mv-h2{font-size: 60px;}
.main-h2 .sub{font-size: 18px;padding-left: .2em;}
.main-road img{width: auto;height: 360px;}
.scrolldown{display: none;}

}


@media only screen and (max-width: 666px) {
#main{position: relative;height: 300px;}

.main-h2 h2.mv-h2{font-size: 50px;}
.main-road img{width: auto;height: 300px;}


}

@media only screen and (max-width: 414px) {
#main{position: relative;height: 100vh;}
.main-road img{width: auto;height: 100vh;}

.main-h2{position: absolute;z-index: 50;top:46%;left: 20px;width: auto;}
.main-h2 h2.mv-h2{font-size: 45px;}
.main-h2 .sub{font-size:15px;padding-left: .2em;letter-spacing: .08rem;}
.scrolldown{display: block;}


}



/* index.html 
---------------------------------------------------- */

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-arrow {
font-family: ' Barlow Semi Condensed ';font-weight: 500;
width: 150px;
    height: 40px;   
    display: flex;
    justify-content: space-between;
    align-items: center;background: rgba(255,255,255,0);
    color: #111;
	padding: 0 1em;
    border: 1px solid #333;
    cursor: pointer;
	transition: .5s;
	position: relative;
	font-size: 14px;}
	
.btn-arrow:after{
  content: '';/*何も入れない*/
  position: absolute;
  right:2em;top:49%;
  width: 20px;/*画像の幅*/
  height: 6px;/*画像の高さ*/
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  transition: .4s;
}
.btn-arrow:hover {
    align-items: center;background:#eee;
    color: #000;
	padding: 0 1em;
    }
.btn-arrow:hover:after{right:1em;}


.h3-top{position: relative;margin-bottom: 30px;width: max-content;}
.h3-top h3{text-transform: uppercase;color: #5dd9f9;font-family: ' Barlow Semi Condensed ';font-weight: 700;font-size: 3em;position: relative;z-index: 20;}
.h3-top .fuchidori {
position: absolute;
z-index: 10;
bottom:-.5em;
right:-.5em;
color: rgba(255,255,255,1);
text-transform: uppercase;
font-family: ' Barlow Semi Condensed ';font-weight: 700;font-size: 3em;
text-shadow:1px 1px 0 #b9dae2, -1px -1px 0 #b9dae2,
-1px 1px 0 #b9dae2, 1px -1px 0 #b9dae2,
0px 1px 0 #b9dae2,  0-1px 0 #b9dae2,
-1px 0 0 #b9dae2, 1px 0 0 #b9dae2;
}


.home #section01{position: relative;padding: 50px 0;}
.newsarea{position: relative;overflow-y: scroll;background: white;border-top: 1px solid #ddd;}
.newsarea .set{padding: 15px;border-bottom: 1px solid #ddd;}
.newsarea a .set{position: relative;}
.newsarea a .set::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right:15px;
  top:50%;
  transform: translateY(-50%);
  color: #ccc;transition: .4s;
}
.newsarea a:hover .set::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right:0px;
  top:50%;
  transform: translateY(-50%);
  color: #00DCFE;
}

.newsarea .set:last-child{margin-bottom: 0;}
.newsarea .set .date{margin-bottom:.3em;line-height: 1.4;font-family: ' Barlow Semi Condensed ';font-weight: 500;color: #222;}
.newsarea .set .date span.new{color: red;margin-left: 10px;}
.newstext{line-height: 1.4;width: 100%;color: #333;}
.newstext .title{font-weight: 700;color: black;margin-bottom: .3em;}

.newsarea a .set .newstext{padding-right: 30px;}


.home #section02{position: relative;padding: 0px 0 50px;}
.home #section02 .wrap{padding: 0 20px;position: relative;}
.home #section02 .wrap .box .h3-top{position: relative;margin-bottom: 30px;width: auto;}
.home #section02 .wrap .box .h3-top h3{text-align: right;padding-right: .5em;}
.home #section02 .wrap .box .h3-top .fuchidori {right:0;}
.home #section02 .wrap .thumb{width:50%;margin-bottom: 15px;}
.home #section02 .wrap .thumb img{filter: drop-shadow(5px 5px 5px rgba(0,51,102,.3));}

.home #section02 .wrap .box{}
.home #section02 .wrap .box .index{font-size: 1.4em;text-align: right;margin-bottom: 1em;}
.home #section02 .wrap .box .txt{margin-bottom: 1em;}
.windingroad{position: absolute;bottom:0;right:0;width: 70%;}

.home #section03{position: relative;}
.home #section03 .box{position: relative;padding: 2em 1.5em;overflow: hidden;}
.home #section03 .box:before {
    content: '';
    background: url("../images/top-service1.jpg");
	background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: .5s;
    z-index: 1;
}
.home #section03 .box.soko:before {
    content: '';
    background: url("../images/top-service2.jpg");
	background-size: cover;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
	width: 100%;
    height: 100%;
	transition: .5s;
    z-index: 1;
}
.home #section03 .box::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,51,102,.5);
  transition: .5s;
}
.home #section03 .index{position: relative;z-index: 50;color: white;font-weight: 700;font-size: 1.1em;margin-bottom: 1.2em;text-align: center;}
.home #section03 .txt{position: relative;z-index: 50;color: white;margin-bottom: 1.2em;}

.home #section03 a:hover .box:before {filter: blur(5px);}
.home #section03 a:hover .box::after {background: rgba(0,51,102,.6);}

.home #section03 a:hover .btn-view {color: #fff;background: #00BDFF;}
.home #section03 a:hover .btn-view::after{background:#6cf;}


.home #section04{position: relative;padding: 50px 20px 50px;}
.home #section04 .box{margin-bottom: 1.5em;}
.home #section04 .index{font-weight: 700;font-size: 1.2em;margin-bottom: 1em;}
.home #section04 .txt{margin-bottom: 1.5em;}
.home #section04 .thumb img{filter: drop-shadow(5px 5px 5px rgba(0,51,102,.3));}
.densen{position: absolute;left:0;top:0;display: none;}

.home #section05{position: relative;padding: 50px 0px;}
.home #section05 ul{width: 95%;margin: 0 auto;}
.home #section05 .box{position: relative;padding: 2em 1.5em;overflow: hidden;}
.home #section05 .box:before {
    content: '';
    background: url("../images/top-safety.jpg");
	background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: .5s;
    z-index: 1;
}
.home #section05 .box.eco:before {
    content: '';
    background: url("../images/top-eco.jpg");
	background-size: cover;
    position: absolute;
	width: 100%;
    height: 100%;
	transition: .5s;
    z-index: 1;
}
.home #section05 .box::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,51,102,.5);
  transition: .5s;
}
.home #section05 .txt{position: relative;z-index: 50;color: white;margin-bottom: 1.2em;}

.home #section05 a:hover .box:before {filter: blur(5px);}
.home #section05 a:hover .box::after {background: rgba(0,51,102,.6);}

.home #section05 a:hover .btn-view {color: #fff;background: #00BDFF;}
.home #section05 a:hover .btn-view::after{background:#6cf;}


.gmap{margin-bottom: 30px;padding: 1em;border-radius: .5em;background: white;border:1px solid #ddd;}
.gmap:last-child{margin-bottom: 0px;}

.gmap iframe{width: 100%;height: 220px;border-radius: .5em;vertical-align: bottom;}




@media (min-width: 667px) {
.home #section02 .wrap{display: flex;align-items: center;justify-content: space-between;}
.home #section02 .wrap .thumb{width: 49%;margin-bottom: 0;}
.home #section02 .wrap .box{width: 49%;margin-bottom: 0;}

.windingroad{position: absolute;bottom:0;right:0;width: 50%;}
.home #section03 .txt{text-align: center;margin-bottom: 1.5em;}
.home #section04 .box{margin-bottom:0;}
.densen{position: absolute;left:0;top:0;display: block;width: 150px;}

.home #section05 .txt{width: 70%;margin: 0 auto;margin-bottom: 1.2em;}


}




@media (min-width: 768px) {
.h3-top{position: relative;margin-bottom: 50px;width: max-content;}
.h3-top h3{font-size: 4.5em;}
.h3-top .fuchidori {font-size: 4.5em;}

.home #section01{padding: 70px 0;}
.newsarea{background: white;width: 80%;}
.newsarea .set{padding: 15px 15px;display: flex;align-items: center;}
.newsarea .set .date{margin-bottom:0;line-height: 1.4;width: 160px;}
.newstext{line-height: 1.4;width: calc(100% - 160px);}




.home #section02{padding: 0px 0 70px;}
.home #section02 .wrap .box .txt{text-align: right;margin-bottom: 1em;}
.windingroad{position: absolute;bottom:70px;right:0;width: 35%;}

.gmap{margin-bottom: 50px;}



.home #section04{position: relative;padding: 70px 40px 70px;}
.densen{position: absolute;left:0;top:0;display: block;width: 250px;}

.home #section05{padding: 0px 0px 70px;}
.home #section05 .txt{width: 100%;margin: 0 auto;margin-bottom: 1.2em;}


.link-pdf{width: 100px;}

.gmap{}
.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.h3-top{position: relative;margin-bottom: 50px;}
.h3-top h3{font-size: 6.5em;}
.h3-top .fuchidori {font-size: 6.5em;}

.newsarea{background: white;width:100%;}
.newsarea .set .date{width: 180px;}
.newstext{width: calc(100% - 180px);}

.home #section02 .wrap .h3-top{position: relative;text-align: right;margin-bottom: 70px;width: auto;padding-right:0;}
.home #section02 .wrap .h3-top .fuchidori {font-size: 6.5em;}
.home #section02 .wrap .box{width: 49%;padding-right: 9%; margin-bottom: 0;}
.home #section02 .wrap .box .index{font-size: 1.5em;text-align: right;margin-bottom: 1em;}
.home #section02 .wrap .box .txt{margin-bottom: 1.5em; line-height: 2;}

.home #section03 .box{position: relative;padding: 3em 1.5em;}
.home #section03 .txt{font-size: .9em;}

.home #section04 .box{margin-bottom:0;width:75%;margin-left: 15%;}
.home #section04 .index{font-weight: 700;font-size: 1.2em;margin-bottom: 1em;}
.home #section04 .txt{margin-bottom: 1.5em;}
.densen{position: absolute;left:0;top:0;display: block;width: 300px;}

.home #section05 .txt{width:100%;margin: 0 auto;margin-bottom: 1.2em;text-align: center;}


.btn-arrow{
width: 200px;
    height: 60px;   
	padding: 0 1em;
	}

.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0;}
.newsarea .set{padding: 20px 15px;}



.home #section02{padding: 50px 0 100px;}
.home #section02 .wrap{display: flex;justify-content:flex-start;}
.home #section02 .wrap .h3-top{position: relative;text-align: right;margin-bottom: 90px;}

.home #section02 .wrap .box{width:509px;padding-right: 0; margin-bottom: 0;}
.home #section02 .wrap .box .index{font-size: 36px;text-align: right;margin-bottom: 1em;}
.home #section02 .wrap .box .txt{margin-bottom: 2em;font-size: 1.1em;line-height: 2.2;}
.windingroad{position: absolute;bottom:100px;right:0;width: auto;}

.gmap{margin-bottom: 80px;padding: 1.5em;}


.home #section03 .index{font-weight: 700;font-size: 1.2em;margin-bottom: 1.3em;}
.home #section03 .txt{margin-bottom: 1.5em;font-size: 1em;}

.home #section04{padding: 100px 40px 100px;}
.home #section04 ul{display: flex;align-items: center;}
.home #section04 .box{width: 68%;margin-left: 30%}

.densen{position: absolute;left:0;top:0;display: block;width: 360px;}

.home #section05{padding: 0px 0px 100px;}
.home #section05 ul{width: 95%;margin: 0 auto;}
.home #section05 .txt{width:80%;margin: 0 auto;margin-bottom: 1.6em;text-align: center;}



}





@media (min-width: 1440px) {
.home #section02 .wrap .box{width:530px;padding-right: 0; margin-bottom: 0;}
.home #section02 .wrap .box .index{font-size: 40px;text-align: right;margin-bottom: 1em;}
.home #section02 .wrap .box .txt{margin-bottom:3em;font-size: 1.1em;line-height: 2.2;}

.home #section03 .box{position: relative;padding:3.5em 2.5em;}
.home #section03 .index{font-size: 1.4em;margin-bottom: 1.5em;}
.home #section03 .txt{margin-bottom: 2.5em;}
.home #section04{padding: 100px 60px 100px;}
.densen{width: 350px;}
.home #section04 .box{width: 60%;margin-left: 35%}
.home #section04 .index{font-weight: 700;font-size: 1.8em;margin-bottom: 1.3em;}
.home #section04 .txt{margin-bottom: 2.5em;}
.home #section05 .txt{width:70%;margin: 0 auto;margin-bottom: 1.8em;}
}

@media (min-width: 1680px) {
.h3-top{position: relative;margin-bottom: 70px;}
.h3-top h3{font-size:100px;letter-spacing: .5rem;}
.h3-top .fuchidori {font-size: 100px;letter-spacing: .5rem;}
.home #section02 .wrap{padding: 0 60px;}

.densen{width: auto;}
.home #section04 .index{font-size: 2em;margin-bottom: 1.3em;}
.home #section04 .txt{margin-bottom: 3em;}

.home #section05 ul{width:1460px;margin: 0 auto;}


.gmap iframe{width: 100%;height: 420px;}

}

@media (min-width: 1920px) {
.home #section02 .wrap{padding: 0 0px;width: 1800px;margin: 0 auto;}
.windingroad{position: absolute;bottom:120px;right:0;width: auto;}

.home #section02 .wrap .box .txt{margin-bottom:4em;font-size: 1.1em;line-height: 2.2;}

.home #section04 ul{width: 1800px;margin: 0 auto;}
.home #section04 .box{width: 60%;margin-left: 35%}
.home #section04 .index{font-size: 2.2em;margin-bottom: 1.3em;}
.home #section04 .txt{margin-bottom: 3em;line-height: 2.2;font-size: 1.2em;}

}



.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}


.btn-center{display: flex;justify-content: center;position: relative;z-index: 50;}
.btn-right{display: flex;justify-content:flex-end;position: relative;z-index: 50;}

.btn-view {position: relative;display: flex;align-items: center;height:60px;padding-left: 1.5em; border-radius: 30px; color: #222;font-size: .9em;letter-spacing: .05rem;transition: .5s;width: 230px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}
.btn-view::after{
content: "";
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
.btn-view::before {
content: "";
    width: 19px;
    height: 13px;
    position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
}
a.btn-view:hover {color: #fff;background: #00BDFF;}
a.btn-view:hover::after{background:#6cf;}


a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {
.btn-view {position: relative;display: flex;align-items: center;height:60px; border-radius: 30px; color: #222;font-size: .9em;letter-spacing: .05rem;transition: .5s;width: 250px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.btn-view {position: relative;display: flex;align-items: center;height:60px; border-radius: 30px; color: #222;font-size:1em;letter-spacing: .05rem;transition: .5s;width: 280px; background: #fff;box-shadow: 0 0 10px rgba(51,102,204,0.3);}

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position:fixed;
   bottom: 50px;
    right: 50px;
    z-index: 90;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {right: 40px;}



}

@media (max-width: 992px) {
#pagetop {right: 15px;bottom:20px;}

}



/* -----  common / footer ------- */
.common{padding: 40px 0;position: relative;background:  url("../images/contact-road.png"),#e8f1f4;background-position: center top;background-repeat: no-repeat;overflow: hidden;}
.common .road{position: absolute;top:0;left:50%;transform: translateX(-50%);}
.common h3{font-family: ' Barlow Semi Condensed ';font-weight: 500;color: #09f;text-align: center;margin-bottom:2em;}
.common h3 span{padding-bottom: .2em;border-bottom: 2px solid #09f;font-size: 30px;}
.common ul{max-width: 600px;margin: 0 auto;}

.common .txt{text-align: center;margin-bottom: 2em;}
.common .txt span{font-weight: 700;font-size: 1.4em;color: black;}

.common .mail{color: #fff;font-size: 14px;
background-image: linear-gradient(90deg, rgba(1, 94, 234, 1), rgba(6, 167, 234, 1));letter-spacing: 0;display: flex;align-items: center;justify-content: center;text-align: center;height: 58px;transition: .4s;}
.common .mail .far{font-size: 1.6em;margin-right: .2em;}
.common .mail:hover{color: #fff;background-image: linear-gradient(180deg, rgba(1, 94, 234, 1), rgba(6, 167, 234, 1));}


footer{ padding: 40px 0px 15px;position: relative;background:#369;color: white;}
footer .container{max-width: 100%;padding: 0 15px;}
footer .logoblock{position: relative; width: 200px;margin: 0 auto; margin-bottom: 25px;}



footer .address{font-size: .9em;letter-spacing: 0;margin-bottom: .3em;text-align: center;}
footer .address a{color: white;}

footer .tel{font-size: 1em;font-family: ' Barlow Semi Condensed ';font-weight:500;margin-bottom: 1.2em;text-align: center;}
footer .tel span{color: #fff;font-size: 1.1em;letter-spacing: .15rem;}
footer .link{font-size: 1em;margin-bottom:1.5em;text-align:center;}
footer .link a{color: white;transition: .4s;border:1px solid #ddd;padding: .5em .5em;border-radius: .5em;}
footer .link a:hover{color:#fff;transition: .4s;background: #095BC0;}

.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1.5em;}
.footer-menu ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.footer-menu li{width:48%;text-align: left;background:none;font-size: 14px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .7em 0;background: #036;display: block;transition: .3s;margin-bottom: 12px;}
.footer-menu li a:hover{color:#fff;background: #555;}



.copy{text-align: center;color: #cccc; font-size: .8em;letter-spacing: 0;}
.copy{padding-top: 1.5em;}

@media (min-width: 667px) {
.common ul{max-width: 100%;margin: 0 auto;}
.common .mail{width: 300px;margin: 0 auto;font-size: 14px;}

footer{ padding: 40px 0px 20px;}
footer .tel span{margin-right: 1.5em;}
footer .tel span:last-child{margin-right:0;}

.footer-menu{width: 80%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto; margin-bottom:0em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 1em;text-align: left;border-bottom: none;line-height: 1;background: none;}
.footer-menu li a:hover{color:#fff;background:none;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {
.common .titlebox{width: 80%;margin: 0 auto; margin-top: -20px;padding: 2em 1.5em 0;margin-bottom: 1.5em;}

.common ul{max-width: 600px;margin: 0 auto;}
.common .tel p{font-size: 18px;}
.common .tel .call{margin-left: .2em;font-size: 30px;letter-spacing: .1rem;}

footer{ padding: 60px 0px 25px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto;margin-bottom: 25px;}
footer .address{font-size: .9em;}
footer .tel{font-size: .9em;}




.copy{font-size: 12px;}


}


@media (min-width: 992px) {
.common .txt{font-size: 1.1em;margin-bottom: 2em;}

footer{ padding: 80px 0px 50px;}
footer .container{max-width: 100%;padding: 0 15px;}
footer .logoblock{margin-bottom: 30px;margin-left: 0;}

footer .address{font-size: .9em;text-align: left;}
footer .tel{font-size: 1em;margin-bottom:1.5em;text-align: left;}
footer .tel span{font-size: 1.1em;}
footer .link{text-align: left;margin-bottom: 0;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 0px;margin-right: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;justify-content: flex-end;}

.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .4em;letter-spacing: .08rem;margin-bottom: 1em!important;display: block;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .4em;}
.footer-menu li a:hover{color:#ccc;}


.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 12px;text-align: right;}

}




@media (min-width: 1200px) {
.common{padding: 70px 0;}
.common h3{margin-bottom: 60px;}
.common h3 span{font-size: 48px;}

.common ul{max-width: 700px;margin: 0 auto;}
.common .mail{font-size: 16px;height: 70px;width: 400px;}
.common .mail .far{font-size: 1.6em;margin-right: .2em;}



footer{padding: 80px 0 30px;}
footer .container{max-width: 1110px;padding: 0;}
footer .office{width:auto;margin-right: 5em;}

footer .logoblock{position: relative; margin-bottom: 40px;}
footer .address{font-size: .9em;}
footer .tel{font-size: 1em;margin-bottom: 1.8em;}
footer .tel:last-child{margin-bottom: 0em;}
footer .tel span{font-size: 1em;}

.footer-menu li a{text-decoration: none;font-size: 1.05em; letter-spacing: .08rem;}

.copy{font-size: 12px;}



}

@media (min-width: 1680px) {
.common h3 span{font-size: 60px;}


}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 360px;
display: flex;align-items:center;justify-content: center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: rgba(0,0,0,.5);
}
.h2area.h2-transport{background: url("../images/h2-transport.jpg");background-position: center bottom;background-size: cover;}
.h2area.h2-soko{background: url("../images/h2-soko.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-safe{background: url("../images/h2-safety.jpg");background-position: center;background-size: cover;}
.h2area.h2-eco{background: url("../images/h2-eco.jpg");background-position: center;background-size: cover;}
.h2area.h2-recruit{background: url("../images/h2-recruit.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center bottom;background-size: cover;}
.h2area .bg-deco{position: absolute;z-index: 5; top:120px;left:18%;color: rgba(0,0,0,0); -webkit-text-stroke: 1px #8ab9c3;text-stroke: 1px #8ab9c3;font-size:120px;font-family: ' Barlow Semi Condensed ';font-weight: 700;line-height: 1;}

.h2-txt{position:absolute;z-index: 10; left:15%; top:60%;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 50px;letter-spacing: .3rem;color: #fff;}
.h2-txt span { display: block;font-size: 20px;letter-spacing: .2rem;margin-top: .3em;}


@media (max-width: 1440px){
.h2area{height: 300px;}
.h2area .bg-deco{position: absolute;z-index: 5; top:130px;left:18%;font-size:100px;}


}


@media (max-width: 1199px){
.h2area{height: 250px;}
.h2area .bg-deco{position: absolute;z-index: 5; top:100px;left:18%;font-size:90px;}

.h2-txt{font-size: 45px;left:15%;}
.h2-txt span {font-size: 22px;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 200px;margin-top: 0;}
.h2area .bg-deco{position: absolute;z-index: 5; top:80px;left:15%;font-size:80px;}
.h2-txt{font-size: 40px;left:10%;}
.h2-txt span {font-size: 22px;}


}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}
.h2area .bg-deco{position: absolute;z-index: 5; top:70px;left:15%;font-size:70px;}

.h2-txt{font-size: 35px;}
.h2-txt span {font-size: 20px;}



}

 @media only screen and (max-width: 666px) {

.h2area{height: 160px;}
.h2area .bg-deco{top:70px;left:15%;font-size:40px;}

.h2-txt{font-size: 22px;}
.h2-txt span {font-size: 18px;}


}

/*------------------------------　　下層ページ style　　------------------------------------------*/

.headline-h3 {
color: #000;
  position: relative;
  margin-bottom: 2em;
  font-size: 22px;
  letter-spacing: .1rem;
  line-height: 1.4;
font-family: ' BIZUDPGothic ';font-weight: 700;text-align: center;}
.headline-h3 span{display: block;font-family: ' Barlow Semi Condensed ';font-weight: 500;position: relative;}
.headline-h3 span.ja{display:inline-block!important;font-family: ' BIZUDPGothic ';font-weight: 700;font-size: 18px;margin-right: .4em;}
.headline-h3::after {
  content: '';
  width: 3em;
  height: 5px;
  display: inline-block;
  background-color:#F6642C;
  position: absolute;
  bottom: -.6em;border-radius: 4px;
  left: calc(50% - 1.5em)
}


.headline-h4 {
  font-family: ' BIZUDPGothic ';font-weight: 700;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1em;
  text-align: left;
  color: black;
  border-left:5px solid #14DDFD;padding-left: .5em;
}

.headline {
 position: relative;
 z-index: 50;
 padding-top: 45px;text-align: center;
  margin-bottom: 1.6em;
  color:#fff;
  font-size: 25px;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.headline span{line-height: 1;display: block;margin-top: .2em;font-family: ' Barlow Semi Condensed ';font-weight: 500;font-size: 18px;letter-spacing: .05rem;text-transform: uppercase;}
.headline::before {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 50%;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 30px;
	background-color: #fff; /*--縦線の色--*/

}

.business .headline {
  color:#222;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.business .headline span{color: #00E1FF;}
.business .headline::before {background-color: #555; }

.h5-about{ font-family: ' BIZUDPGothic ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {




}



@media (min-width: 768px) {


.headline-h3 {font-size: 24px;margin-bottom: 2.2em;}
.headline-h3 span.ja{font-size: 18px;margin-right: .3em;}

.headline-h4 {font-size: 20px;margin-bottom: 35px;}



.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.headline-h3 {font-size: 26px;}



 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {
.headline {
 padding-top: 65px;text-align: center;
  margin-bottom: 1.6em;
  font-size: 40px;
}
.headline span{font-size: 23px;letter-spacing: .1rem;}
.headline::before {	height: 50px;}


.headline-h3 {font-size: 30px;margin-bottom: 2.4em;}
.headline-h3 span.ja{font-size: 20px;margin-right: .3em;}


.headline-h4 { font-size: 24px;letter-spacing: .1rem;margin-bottom:40px;}



}


@media (min-width: 1680px) {

.headline {font-size: 43px;letter-spacing: .1rem;}




}




#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(162,131,79,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::-webkit-scrollbar {
height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#999;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.3%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid darkorange;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}









/* business.html
--------------------------------------------------------- */

.business #section01{padding: 50px 0px 50px;position: relative;}
.business #section01 .txt1{margin-bottom: 0px;}
.business #section01 .txt2{margin-bottom: 20px;}

.business #section02{padding:50px 0px 50px;position: relative;background: #f6f6f6;}
.biz-thumb{border:1px solid #ccc;padding: .5em;background: white;filter: drop-shadow(5px 5px 5px rgba(0,51,102,.3));}
.biz-txt{margin-bottom: 20px;}
.biz-txt2{margin-bottom: 20px;}
.business #section02 .address{}
.business #section02 .tel{ font-family: ' Barlow Semi Condensed ';font-weight: 500;font-size: 1em;margin-bottom:1.5em;}
.business #section02 .tel span.call{font-size: 1em;}
.business #section02 .tel span.space{padding: 0 .5em;}

.business #section03{padding: 50px 0px 50px;position: relative;}
.fleet{display: flex;justify-content: space-between;background: #f7f7f7;padding: .5em 1em;margin-bottom: .5em;}
.fleet span{}
.business #section03 .index{font-weight: 700;margin-bottom: .5em;color: black;}
.business #section03 .index .fas{color: #45CCE5;font-size: 1.2em;margin-right: .3em;}
.business #section03 .thumb{margin-bottom: .5em;}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.business #section02 .tel{font-size: 1.2em;}
.business #section02 .tel span.call{}
.business #section02 .tel span.space{padding: 0 .5em;}


}



@media (min-width: 768px) {
.business #section01{padding: 70px 0px 70px;}
.business #section01 .txt1{}
.business #section01 .txt2{margin-bottom:0px;}

.business #section02{padding: 70px 0px 70px;}
.biz-txt{margin-bottom: 0px;}

.business #section03{padding: 70px 0px 70px;}
.business #section03 .index{font-size: 1.4em;}


}



@media (min-width: 992px) {
.business #section01 .txt1{text-align: center;}
.biz-txt{margin-bottom: 0px;margin-right: 2em;line-height: 2;}
.business #section01 .txt2{padding-right: 2em;line-height: 2;}

.fleet{padding: .8em 1.2em;margin-bottom: .5em;}

}



@media (min-width: 1200px) {
.business #section01{padding:100px 0px 100px;}
.business #section01 .txt1{text-align: center;line-height: 2;font-size: 1.1em;}
.business #section01 .txt2{padding-right: 2em;line-height: 2.2;font-size: 1.1em;}

.business #section02{padding:100px 0px 100px;}
.biz-txt{font-size: 1.1em;margin-right:3em;line-height: 2.2;}


.business #section03{padding:100px 0px 100px;}



}


@media (min-width: 1440px) {



}



/* safety.html
--------------------------------------------------------- */


.safety #section01{padding: 50px 0px 50px;position: relative;}
.safety #section01 .txt1{font-family: ' BIZUDPGothic ';font-weight: 700;color: #0034A0;margin-bottom: 50px;}
.safety #section01 .txt2{margin-bottom: 20px;}



.safety #section02{padding: 50px 0px 50px;position: relative;background: rgba(0,162,167,.05);}
.safety #section02 .txt1{margin-bottom: 1.8em;}
.safety .pdf{margin-bottom: 0;text-align: center;}


.safety #section03{padding: 50px 0px 50px;position: relative;}

.safety #section04{padding: 50px 0px 50px;position: relative;background: #fafafa;}
.safety #section04 .indent{font-size: .9em;letter-spacing: 0;}

.safety #section04 .table.table-bordered{background: white;}
.safety #section04 .table.table-bordered th{background:#f7e8c6;text-align: center;}
.safety #section04 .table.table-bordered td{text-align: center;}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}


@media (min-width: 667px) {


}


@media (min-width: 768px) {
.safety #section01{padding: 70px 0px;}
.safety #section01 .txt1{margin-bottom: 70px;}


.safety #section02{padding: 70px 0px;}
.safety #section03{padding: 70px 0px;}
.safety #section04{padding: 70px 0px;}

}

@media (min-width: 992px) {
.safety #section01 .txt1{font-size: 1.2em;}



#target1{position: absolute;left:0;top:-80px;}
#target2{position: absolute;left:0;top:-80px;}
#target3{position: absolute;left:0;top:-80px;}

}


@media (min-width: 1200px) {
.safety #section01{padding: 100px 0px;}
.safety #section01 .txt1{margin-bottom: 90px;font-size: 1.3em;}



.safety #section02{padding: 100px 0px;}
.safety #section02 .txt1{padding: 0 2em;}

.safety #section03{padding: 100px 0px;}
.safety #section03 .txt1{padding: 0 2em;}

.safety #section04{padding: 100px 0px;}
.safety #section04 .txt1{padding: 0 2em;}
}







/* company.html
--------------------------------------------------------- */
.company #section01{padding: 50px 0px 50px;position: relative;}
.company .headline {
  color:#222;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.company .headline span{color: #00E1FF;}
.company .headline::before {background-color: #555; }
.company #section01 .txt{font-weight: 700;text-align: center;margin-bottom: 1.3em;color: black;font-size: 1.22em;}
.company #section01 .txt2{}
.pic-daihyo{display: block;text-align: center;margin-bottom: 1em;}


.company #section02{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}
.company #section02 .rinen{background: url("../images/bg-rinen.jpg");background-position: center;background-size: cover;padding: 1.5em;color: white;margin-bottom: 50px;}
.company #section02 .rinen p{font-weight: 700;font-size: 1.2em; color: white;}
.company #section02 .decimal{margin-bottom: 50px;}
.company #section02 .decimal li{margin-bottom: 10px;}
.company #section02 .decimal li:last-child{margin-bottom:0px;}
.company .table{font-size: .9em;}
.company .table.gaiyo{margin-bottom: 50px;}
.company .table.pgroup{margin-bottom: 50px;}
.company .table.pgroup:last-child{margin-bottom:0px;}
.company .table th{font-weight:normal;width: 100%;display: block;padding: 15px .5em;background: rgba(94,228,254,.08)!important;}
.company .table.gaiyo th{background:rgba(12,146,212,.04)!important;}
.company .table.pgroup th{background:rgba(12,146,212,.04)!important;}
.company .table td{width: 100%;display: block;padding-left: 1em;background: white!important;}
.company .table td span{color: #333;}

.company #section03{padding: 50px 0px 50px;position: relative;}

.company #section04{padding: 50px 0px 50px;position: relative;background: #f7f7f7;}

.company #section05{padding: 50px 0px 50px;position: relative;}
.company #section05 #link{position: absolute;left:0;top:-60px;}

.company #section05 .index{font-weight: 700;color: black;margin-bottom: .3em;}
.company #section05 .address{}
.company #section05 .tel{margin-bottom: .5em;}
.company #section05 .tel span{color: #333;display: block;}
.company #section05 .gmap{margin-bottom: 30px;padding:0;border-radius:0;border:none;}
.company #section05 .gmap iframe{border-radius: 0;}

@media (min-width: 667px) {
.company .table th{width: 130px;display: table-cell;vertical-align: middle;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;vertical-align: middle;}
.company .table.pgroup th{width: 180px;}

.company #section02 .rinen{padding: 3em 2em;color: white;display: flex;align-items: center;justify-content: center;}
.company #section02 .rinen p{font-size: 1.2em; color: white;line-height: 1.8;}

}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px 70px;}
.company #section01 .txt{font-size:1.8em;}
.company #section01 .txt2{}
.pic-daihyo{display: block;float: right; text-align: center;margin-bottom: 0;margin-left: 1em;}


.company #section02{padding: 70px 0px 70px;}
.company #section02 .rinen{margin-bottom:70px;}
.company #section02 .rinen p{font-size: 1.3em; color: white;line-height: 2;}
.company #section02 .decimal{margin-bottom: 70px;}


.company .table.gaiyo{margin-bottom: 70px;}
.company .table.pgroup{margin-bottom: 70px;}

.company .table{font-size: 1em;}
.company .table th{width: 180px;}
.company #section02 .pic{width: auto;margin: 0 auto;}
.company .table.pgroup th{width: 200px;}

.company #section03{padding: 70px 0px 70px;}

.company #section04{padding: 70px 0px 70px;}

.company #section05{padding: 70px 0px 70px;}

}




@media (min-width: 992px) {
.company #section01 p{line-height: 2;}
.company #section02 .rinen{padding: 4em 2em;color: white;display: flex;align-items: center;justify-content: center;}
.company #section02 .rinen p{font-size: 1.4em; color: white;line-height: 2.2;}

.company .table th{width: 200px;}
.company .table.pgroup th{width: 230px;}

.company #section05 #link{top:-80px;}
.company #section05 .tel span{color: #333;display:inline-block;margin-right: 1em;}


}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px 100px;}
.company #section01 .txt{font-size:2em;}



.company #section02{padding: 100px 0px 100px;}
.company #section02 .rinen{margin-bottom:100px;}
.company #section02 .rinen p{font-size: 1.6em; line-height: 2.5;}
.company #section02 .decimal{margin-bottom: 100px;}

.company .table.gaiyo{margin-bottom: 80px;}
.company .table.pgroup{margin-bottom: 80px;}

.company .table th{padding: 1.5em 1.2em;width: 230px;}
.company .table td{padding: 1.5em 1em;}
.company .table.pgroup th{width: 250px;}

.company #section03{padding: 100px 0px 100px;}
.company #section04{padding: 100px 0px 100px;}
.company #section05{padding: 100px 0px 100px;}
.company #section05 .gmap iframe{height: 320px;}

}





/* recruit.html
--------------------------------------------------------- */
.recruit #section01{padding: 50px 0px 50px;position: relative;}
.recruit #section01 .index{text-align: center;margin-bottom: 20px;font-family: ' Barlow Semi Condensed ';font-weight: 700;color: black;font-size: 2.5em;letter-spacing: .25rem;filter: drop-shadow(2px 2px 2px #ddd);}
.recruit #section01 .txt{}
.recruit .headline {color: black;}
.recruit .headline span{color:#1AC6E1;}
.recruit .headline::before {background-color: #555;}

.recruit #section02{padding: 50px 0px 50px;position: relative;background: rgba(37,222,254,.05);}
.recruit #section02 .wrap{margin-bottom: 1.5em;}
.recruit #section02 .wrap h4{margin-bottom: 1em;font-weight: 700;color: black;font-size: 1.2em;line-height: 1.6;position: relative;padding: 1.8em 0 0 1.8em;}
.recruit #section02 .wrap h4 span{font-family: ' Barlow Semi Condensed ';font-weight: 500;position: absolute;left:0;top:0;font-size: 3.5em;line-height: 1; color: rgba(68,186,210,.4);}

.recruit #section03{padding: 50px 0px 50px;position: relative;}
.recruit #section03 .truck{margin-bottom: 50px;}
.recruit #section03 .truck li{display: flex;justify-content: space-between;margin-bottom: 30px;}
.recruit #section03 .truck li:last-child{margin-bottom:0px;}
.recruit #section03 .pic{width: 45%;}
.recruit #section03 .box{width: 50%;}
.recruit #section03 .box .index{font-weight: 700;margin-bottom: .2em;color: black;}
.recruit #section03 .box .txt{font-size: .9em;line-height: 1.4;margin-bottom: .5em;}
.recruit #section03 .box .more{font-size: .9em;display: block;color: #009CFF;border:1px solid #09f;border-radius: .3em;text-align: center;padding: .5em;transition: .4s;}
.recruit #section03 .box .more:hover{color: #fff;background:  #09f;}

.recruitment{position: relative;background: #fafafa;padding: 1.5em;border:1px solid #ccc;margin-bottom: 30px;}
.recruitment:last-child{margin-bottom: 0px;}
.recruitment .title{font-weight: 700;font-size: 20px;margin-bottom: 15px;}
.recruitment .title span{padding-bottom: .3em;border-bottom: 3px solid #09f;}
.recruitment .table{margin-bottom: 25px;}
.recruitment .table.table-bordered th{width: 100%;display: block;background: rgba(125,203,252,.2)!important;}
.recruitment .table.table-bordered td{width: 100%;display: block;background: white!important;}
.recruitment .table.table-bordered td .call{color: #333;}

.recruit #section04{padding: 50px 0px 50px;position: relative;background: #fafafa;}
.table.entry{margin-bottom: 50px;}
.table.entry th{position: relative;vertical-align: middle;background: #daf6ef!important;width: 100%; display: block;}
.table.entry td{background: white!important;display: block;width: 100%; }
.auto{font-size: .8em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;letter-spacing: 0;}
.recruit #section04 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.recruit #section04 .pre-scrollable h5{font-weight: 700;color: black;margin-bottom: .3em;}

@media (min-width: 667px) {
.recruit #section02 .wrap{margin-bottom: 0;}
.recruit #section03 .truck li{display: block;margin-bottom: 0px;}
.recruit #section03 .pic{width: 100%;margin-bottom: 16px;}
.recruit #section03 .box{width: 100%;}

}


@media (min-width: 768px) {
.recruit #section01{padding: 70px 0px;}
.recruit #section01 .index{text-align: center;margin-bottom: 20px;font-size: 3.5em;letter-spacing: .25rem;}

.recruit #section02{padding: 70px 0px;}

.recruit #section03{padding: 70px 0px;}
.recruit #section03 .truck{margin-bottom: 70px;}
.recruit #section03 .box .index{font-weight: 700;margin-bottom: .2em;color: black;font-size: 1.2em;}
.recruit #section03 .box .txt{font-size: 1em;line-height: 1.4;margin-bottom: 1.5em;}
.recruitment{margin-bottom: 70px;}
.recruitment .table{margin-bottom: 35px;}
.recruitment .table.table-bordered th{width: 180px;display:table-cell;}
.recruitment .table.table-bordered td{width:auto;display: table-cell;}

.recruit #section04{padding: 70px 0px;}
.table.entry th{position: relative;vertical-align: middle;background: #daf6ef;width: 180px; display: table-cell;}
.table.entry td{background: white;display:table-cell;width: auto; }
.recruit #section04 .pre-scrollable{max-height: 430px;padding: 15px;}

}


@media (min-width: 992px) {

.recruit #section01 .txt{text-align: center;line-height: 2;}
.recruit #section02 .wrap{margin-bottom: 0;padding: 0 2em;}
.recruit #section02 .wrap h4{margin-bottom: 1em;font-size: 1.4em;line-height: 1.6;position: relative;padding: 1.8em 0 0 1.8em;}
.recruit #section02 .wrap h4 span{position: absolute;left:-25px;top:-15px;font-size: 4.5em;line-height: 1; color: rgba(68,186,210,.4);}
.recruitment{padding: 2em;}
.recruitment .title{font-weight: 700;font-size: 26px;margin-bottom: 25px;}
.table.entry{margin-bottom: 70px;}

.table.entry th{width: 200px; }
.recruit #section04 .pre-scrollable{max-height: 430px;padding: 25px;}
}


@media (min-width: 1200px) {
.recruit #section01{padding: 100px 0px;}
.recruit #section01 .index{margin-bottom: 30px;font-size:4em;letter-spacing: .25rem;}
.recruit #section01 .txt{font-size: 1.03em;line-height: 2.2;}

.recruit #section02{padding: 100px 0px;}
.recruit #section02 .wrap h4{margin-bottom: 1em;font-size: 24px;line-height: 1.6;position: relative;padding: 1.8em 0 0 1.8em;}

.recruit #section03{padding: 100px 0px;}
.recruit #section03 .truck{margin-bottom: 100px;}

.recruitment{padding: 4em;margin-bottom: 80px;}
.recruitment .title{font-size: 30px;margin-bottom: 30px;}
.recruitment .table{margin-bottom: 50px;}
.recruitment .table.table-bordered th{width: 200px;display:table-cell;}

.recruit #section04{padding: 100px 0px;}
.table.entry th{width: 250px; }

.recruit #section04 .pre-scrollable{max-height: 430px;padding: 35px;}
}








/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 50px;position: relative;}
.contact #section01 .wrap{}
.contact #section01 .telbox{
    position: relative;
    margin: 0 auto;
    text-align: center;
	padding: 1em;
	border:1px solid #999;
	display: flex;align-items: center;
	margin-bottom: 1.2em;
}
.contact #section01 .telbox:last-child{margin-bottom: 0;}
.contact #section01 .telbox .icon{background: rgba(21,166,192,1.00);display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;font-family: ' Barlow Semi Condensed ';font-weight: 500;color: white;}
.contact #section01 .telbox .icon.fax{background:rgba(129,152,155,1.00);}
.contact #section01 .telbox .tel{font-size: 16px;font-family: ' Barlow Semi Condensed ';font-weight: 500;line-height: 1;margin-left: 18px;}
.contact #section01 .telbox .tel .call{font-size: 28px;font-weight: 500;letter-spacing: .2rem;color: #333;}
.contact #section01 .time{font-size: 14px;letter-spacing: 0;display: block;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";line-height: 1;font-weight: normal;color: #999;margin-top: .2em;}

.contact #section02{padding: 50px 0px;position: relative;background: rgba(3,0,0,.05);}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 5px;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: white;background:darkorange; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;}
.contact .table th{background: rgba(225,234,241,.6)!important;vertical-align: middle;font-weight: 700;position: relative;display: block;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}
.table th span.hissu{color: white;background: darkorange; padding: 3px 5px;border-radius: 2px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}


.contact h5{font-weight: 700;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}


@media (min-width: 667px) {



}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .wrap{width: 100%;margin: 0 auto;}
.contact #section01 .wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.contact #section01 .telbox{width: 48%;margin-bottom: 0;}
.contact #section01 .telbox .icon{width: 60px;height: 60px;}

.contact #section02{padding: 70px 0px;}
.contact .table {margin-bottom: 70px;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}

}


@media (min-width: 992px) {
.contact #section01 .wrap{width:100%;margin: 0 auto;}
.contact #section01 .telbox .tel{font-size: 25px;letter-spacing: .2rem;}
.contact #section01 .telbox .tel .call{font-size:35px;font-weight: 200;}

.contact .table th{display: table-cell;width: 240px;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .wrap{width:90%;margin: 0 auto;}
.contact #section01 .telbox .tel{font-size: 25px;}
.contact #section01 .telbox .tel .call{font-size:45px;}
.contact #section01 .telbox .icon{width: 70px;height: 70px;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table {margin-bottom: 80px;}

.contact .table th{display: table-cell;width: 250px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}

}




.doi-box{padding: 30px 15px;background: white;border:1px solid #ddd;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid darkorange!important;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

input::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}

.header {
  color: #fff;
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header.page {background: none;height: 80px;}
.header .logo {position: relative;padding-left: 20px;width: 220px;}
.header .logo.color {display: none;}
.header .navi{padding-right: 20px;}



/* ナビゲーションメニュー */
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}

.menu-item {position: relative;padding: 0 1em;line-height: 1;}
.menu-item:after {
content:"";
position:absolute;
right:0;
top:50%;
transform: translateY(-50%);
background:#ddd;/*線の色指定*/
width:1px;/*線の幅指定*/
height:11px;/*線の高さ指定*/
}
.menu-item:first-child:before {
content:"";
position:absolute;
left:0;
top:50%;
transform: translateY(-50%);
background:#ddd;/*線の色指定*/
width:1px;/*線の幅指定*/
height:11px;/*線の高さ指定*/
}
.menu-item a {
font-size: 14px;
font-weight: 500;
padding: .5em 0;
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  transition: .3;line-height: 1;
}
.menu-item a.active {color:#fFF;position: relative;}
.menu-item a.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
font-weight: 900;
color:#00D7FF;
font-size: .4em;
position: absolute;
background: none;
top:-1.5em;
left:50%;
transform: translateX(-50%);
}
.drop-menu-list {display: none;}

.home #section02 .wrap .box .txt{text-align: right;margin-bottom: 1em;}
.home #section03 .box{position: relative;padding: 3em 1.5em;}
.home #section03 .txt{font-size: .9em;}
.home #section05 ul{width: 100%;margin: 0 auto;}
.home #section05 .txt{width:100%;margin: 0 auto;margin-bottom: 1.6em;text-align: center;}

.business #section01 .txt1{text-align: center;}
.recruitment .table.table-bordered th{width: 180px;display:table-cell;}
.recruitment .table.table-bordered td{width:auto;display: table-cell;}


.company .table th{width: 200px;}
.company .table.pgroup th{width: 230px;}
.recruitment .table{margin-bottom: 35px;}
.recruitment .table.table-bordered th{width: 180px;display:table-cell;}
.recruitment .table.table-bordered td{width:auto;display: table-cell;}
.table.entry th{position: relative;vertical-align: middle;background: #daf6ef;width: 180px; display: table-cell;}
.table.entry td{background: white;display:table-cell;width: auto; }

.contact #section01 .wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.contact #section01 .telbox{width: 48%;margin-bottom: 0;}
.contact .table {margin-bottom: 70px;}
.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

footer .logoblock{margin-bottom: 30px;margin-left: 0;width: 180px;}

footer .address{font-size: .9em;text-align: left;}
footer .tel{font-size: .9em;margin-bottom:1.5em;text-align: left;}
footer .tel span{font-size: .9em;}
footer .link{text-align: left;margin-bottom: 0;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 0px;margin-right: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;justify-content: flex-end;}
.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 0px;margin-right: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;justify-content: flex-end;}

.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .4em;letter-spacing: 0;margin-bottom: 1em!important;display: block;font-size: .9em;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .4em;}
.copy{font-size: 12px;text-align: right;}
.btn-view {border:1px solid #ddd;}
.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
