@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:1px dashed #ddd;
    margin: 0;
    padding:0;
	margin-bottom: 50px;
}

input, select {vertical-align:middle;}


/* ShipporiMincho */
@font-face {
    font-family: ' ShipporiMincho ';
    src: url('../fonts/ShipporiMincho-Regular.woff2') format('woff2'),
             url('../fonts/ShipporiMincho-Regular.ttf') format('truetype');
    font-weight: 400;
}

/* ShipporiMincho-SemiBold */
@font-face {
    font-family: ' ShipporiMincho ';
    src: url('../fonts/ShipporiMincho-SemiBold.woff2') format('woff2'),
             url('../fonts/ShipporiMincho-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

/* SquadaOne-Regular */
@font-face {
    font-family: ' Squada ';
    src: url('../fonts/SquadaOne-Regular.woff2') format('woff2'),
             url('../fonts/SquadaOne-Regular.ttf') format('truetype');
    font-weight: 400;
}



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

@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;
}
hr {margin-bottom: 70px;}


}

@media (min-width: 992px) {

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

}
@media (min-width: 1200px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}
hr {margin-bottom: 100px;}


}


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

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

.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: 25px;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;}

.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;}
.mb30-lg{margin-bottom: 30px;}
}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 70px;}
.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;}
.mb10-xs2{margin-bottom: 10px;}
.mb30-xs{margin-bottom: 30px;}
}
@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.4;
}

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

.flexbox{display: flex;align-items: center;}
.flexbox-center{display: flex;align-items: center;justify-content: 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;}





/* 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;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;}

.white { color: #ffffff; }
.red { color: #f00; }
.blue{color: dodgerblue;}
.green { color: forestgreen; }
.pink { color:rgba(255,87,154,.8); }
.orange { color: #f60; }
.murasaki { color:#AF47C2!important; }
.brown{color: #8b6f57;}





/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
header{display: block;position: relative;z-index: 160;}
.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width:100%;
  padding-right: 55px;
  height: 60px;
  display: flex;
  align-items: center;justify-content: space-between;
  background:white;
}
.home .header {height: 60px;background:none;}

.header .logo{margin-left:10px;width: 240px;}
.home .header .logo{margin-left:10px;width: 260px;}

.header .telbox{background: #0C3375;color: white;margin-right: 0px;}
.header .telbox .call-xs{width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;}
.header .telbox img{width: 26px;height: auto;}
.header .telbox .tel{display: none;}
header{}

@media (min-width: 768px) {
.header .logo{margin-left:10px;width: 300px;}
}

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

header{display: block;position: relative;z-index: 160;}

.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header .logo{margin-left:20px;width: 350px;}
.home .header {height: 120px;}
.home .header .logo{margin-left:20px;width: 360px;}
.logo a{}
.header .telbox{background: #0C3375;padding: .5em .8em; color: white;margin-right: 45px;}
.header .telbox .call-xs{display: none;}
.header .telbox .tel{font-size: 22px;line-height: 1;}
.header .telbox .tel{display: inline-block;}
.header .telbox .call{display: inline-block;color: white;padding-left: .2em;letter-spacing: .1rem;}
.header .telbox .time{display: block;font-size: 13px;letter-spacing: 0;margin-top: 5px;}
.home .drawer_menu{display: none;}

}

@media (min-width: 1200px){
.header {}


}


@media (min-width: 1440px){
.header .logo{margin-left:40px;width: 400px;}
.home .header .logo{margin-left:40px;width: 460px;}

.header .telbox{padding: .8em 1.2em;}


}

@media (min-width: 1680px){
.home .header {height: 160px;}
.home .header .logo{margin-left:40px;width: 493px;}

.header .logo{margin-left:50px;width: 400px;}



}


/*========= ローディング画面のためのCSS ===============*/

/* ── キャンバス（背景レイヤー）──────────────────────────────────────────── */
#splash-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

/* ── UIオーバーレイ（ロゴ・テキスト等）────────────────────────────────────── */
.splash-ui {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* ── ロゴ画像（ベース: 1440px以上） ────────────────────────────────────── */
#splash-logo-three {
  width: 340px;
  max-width: 55vw;
  margin-bottom: 50px;
  opacity: 0;
  display: flex;
  justify-content: center;
  transform: translateY(18px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}
#splash-logo-three.visible {
  opacity: 1;
  transform: translateY(0);
}

#splash-logo-three img {
  width: 220px;
}

/* ── ゴールドライン（ベース: 1440px以上） ───────────────────────────────── */
.splash-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8a96e, transparent);
  margin-bottom: 36px;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.splash-line.visible {
  width: 220px;
}

/* ── テキスト1: 役員運転手 × 警備 ─────────────────────────────────────── */
.splash-text-one {
  font-family: ' ShipporiMincho ', 'Hiragino Mincho ProN', 'YuMincho', serif;
  font-weight: 500;
  font-size: clamp(18px, 2.8vw, 34px);
  letter-spacing: 0.1em;
  color: #f0ede8;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.1s ease, transform 1.1s ease;
  margin-bottom: 30px;
  text-align: center;
}
.splash-text-one.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── テキスト2: キャッチコピー ────────────────────────────────────────── */
.splash-text-two {
  font-family: ' ShipporiMincho ', 'Hiragino Mincho ProN', 'YuMincho', serif;
  font-weight: 500;
  font-size: clamp(18px, 2.8vw, 34px);
  letter-spacing: 0.1em;
  color: #c8a96e;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  text-align: center;
}
.splash-text-two.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── レスポンシブ調整 ───────────────────────────────────────────────────── */
@media (max-width: 1439px) {
  #splash-logo-three {
    width: 260px;
    margin-bottom: 40px;
  }
  .splash-line.visible {
    width: 180px;
  }
  #splash-logo-three img {
  width: 180px;
}
}

@media (max-width: 767px) {
  #splash-logo-three {
    width: 160px;
    margin-bottom: 30px;
  }
  .splash-line.visible {
    width: 130px;
  }
  #splash-logo-three img {
  width: 160px;
}
  .splash-text-one {
    letter-spacing: 0.2em;
    margin-bottom: 22px;
  }
  .splash-text-two {
    letter-spacing: 0.2em;
    line-height: 2;
    padding: 0 20px;
  }
}


/*========= 画面遷移のためのCSS ===============*s/

/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;
}


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

#main{position: relative; height: 100vh;}
#main .nav{position: absolute;left:10%;top:50%;transform: translateY(-50%);z-index: 50;}
#main .nav ul{padding-top: 180px;}
#main .nav ul li{margin-bottom: .5em;}
#main .nav ul li:last-child{margin-bottom: 0em;}
#main .nav ul li a{color: white;font-size: 24px;display: flex;align-items: center;transition: .4s;}
#main .nav ul li a span{font-size: 16px;padding-left: 1em;}
#main .nav ul li a:hover{color:#FFB000;}

#main .nav ul li.nav2{margin-left: 1.5em;}
#main .nav ul li.nav3{margin-left: 3em;}
#main .nav ul li.nav4{margin-left: 4.5em;}
#main .nav ul li.nav5{margin-left: 6em;}
#main .nav ul li.nav6{margin-left: 7.5em;}
#main .nav ul li.nav7{margin-left: 9em;}
#main .nav ul li.nav8{margin-left: 10.5em;}

.slider-2 {
  position: absolute;left:50%;transform: translateX(-50%);margin-right: -50%; width: 500px; bottom:20px;background: rgba(0,0,0,.5); z-index: 50;
  color: white;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}
.slider-2 li{padding: 15px;display: flex;align-items: center;justify-content: space-between;}
.slider-2 li .date{width: 95px;}
.slider-2 li .kiji{width: calc(100% - 100px);white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;}
.slider-2 li .kiji a{color: #FFB000;text-decoration: underline;transition: .4s;}
.slider-2 li .kiji a:hover{color: #FFf;text-decoration:none;}

.main-h2{position: absolute;z-index: 50;
left: 50%;
top:50%;
}
.main-h2 h2{font-weight: 400;font-size: 80px;line-height: 1; margin-bottom: 0px;font-family: ' Squada ';color: white;}
.main-h2 .ja{font-weight: 400;color: white;line-height: 1;font-size: 28px;}
.home-copy{position: absolute;z-index: 50;right:20px;bottom:20px;color: white;letter-spacing: 0;font-size: 14px;text-align: right;}
.home-copy span{display: block;font-size: 12px;}
.keibi{margin-bottom: 10px;}
.keibi a{display: inline-block;background: #036;color: white;transition: .4s;line-height: 1;padding: 1.5em 2.5em;font-size: 16px;letter-spacing: .1rem;}
.keibi a:hover{background:#FFB000;color: white;}

.layer{
    position: absolute;
    z-index: 40;
	top: 0;
    left: 0;
	bottom:0;
}
.layer01{position: relative;z-index: 41;margin-left: -100px;}
.layer02{position:absolute;z-index: 42;left:-100px;top: 0;}
.layer03{position:absolute;z-index: 43;left:-100px;top: 0;}
.layer-right{
    position: absolute;
    z-index: 40;
    right: 0;
	bottom:0;
}
.layer04{position:relative;z-index: 42;right:0;bottom: 0;}
.layer05{position:absolute;z-index: 43;right:0;bottom: 0;}

@media (max-width: 1680px){
#main{position: relative; }

.main-h2 h2{font-size: 70px;}
.main-h2 .ja{font-size: 24px;}


}



@media (max-width: 1366px){
.main-h2 h2{font-size: 56px;}
.main-h2 .ja{font-size: 22px;}
#main .nav{position: absolute;left:8%;top:50%;transform: translateY(-50%);z-index: 50;}
#main .nav ul{padding-top: 50px;}
#main .nav ul li{margin-bottom: .5em;}
#main .nav ul li a{color: white;font-size: 22px;display: flex;align-items: center;}
#main .nav ul li a span{font-size: 16px;padding-left: 1em;}


}


@media (max-width: 1199px){
.main-h2{position: absolute;z-index: 50;
left: 55%;
top:50%;
}

.main-h2 h2{font-size: 50px;}
.main-h2 .ja{font-size: 20px;}
.layer{
    position: absolute;
    z-index: 40;
	top: auto;
    left: -200px;
	bottom:0;
}
.layer01{position: relative;z-index: 41;margin-left:0;width: 785px;}
.layer02{position:absolute;z-index: 42;left:0;top: auto;bottom:0;width: 585px;}
.layer03{position:absolute;z-index: 43;left:0;top: auto;bottom:0;width: 385px;}
.layer-right{
    position: absolute;
    z-index: 40;
    right: 0px;
	bottom:0;
}
.layer04{position:relative;z-index: 42;width:350px; right:0;bottom: 0;}
.layer05{position:absolute;z-index: 43;width: 170px;right:0;bottom: 0;}
.keibi a{padding: 1.2em 2em;font-size: 15px;letter-spacing: .1rem;}

#main .nav{position: absolute;left:4%;top:50%;transform: translateY(-50%);z-index: 50;}
#main .nav ul{padding-top: 50px;}
#main .nav ul li{margin-bottom: .5em;}
#main .nav ul li a{color: white;font-size: 20px;display: flex;align-items: center;}
#main .nav ul li a span{font-size: 15px;padding-left: 1em;}
.slider-2 {
  position: absolute;left:4%;transform: translateX(0);margin-right: auto; width: 450px; bottom:20px;background: rgba(0,0,0,.5); z-index: 50;
  color: white;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}
.slider-2 li{padding: 12px;display: flex;align-items: center;justify-content: space-between;}

}


@media only screen and (max-width: 991px) {
#main .nav{display: none;}
.slider-2 {position: absolute;left:50%;transform: translateX(-50%);margin-right: -50%; width: 450px; bottom:200px;background: rgba(0,0,0,.5); z-index: 50;}

.main-h2{
left: 30%;
top:40%;
}

.main-h2 h2{font-size:50px;margin-bottom: 20px;}
.main-h2 .ja{font-size: 20px;}

.home-copy{right:auto;left:50%;transform: translateX(-50%);margin-right: -50%;text-align: center;}

.layer{
    position: absolute;
    z-index: 40;
	top: auto;
    left: -300px;
	bottom:0;
}
.layer01{position: relative;z-index: 41;margin-left:0;width: 585px;}
.layer02{position:absolute;z-index: 42;left:0;top: auto;bottom:0;width: 485px;}
.layer03{position:absolute;z-index: 43;left:0;top: auto;bottom:0;width: 385px;}
.layer-right{
    position: absolute;
    z-index: 40;
    right: -80px;
	bottom:0;
}
.layer04{position:relative;z-index: 42;width:250px; right:0;bottom: 0;}
.layer05{position:absolute;z-index: 43;width: 200px;right:0;bottom: 0;}


}

@media only screen and (max-width: 767px) {
.layer{
    position: absolute;
    z-index: 40;
	top: auto;
    left: -220px;
	bottom:0;
}
.layer01{position: relative;z-index: 41;margin-left:0;width: 400px;}
.layer02{position:absolute;z-index: 42;left:0;top: auto;bottom:0;width: 350px;}
.layer03{position:absolute;z-index: 43;left:0;top: auto;bottom:0;width: 300px;}
.layer-right{
    position: absolute;
    z-index: 40;
    right: -80px;
	bottom:0;
}
.layer04{position:relative;z-index: 42;width:200px; right:0;bottom: 0;}
.layer05{position:absolute;z-index: 43;width: 150px;right:0;bottom: 0;}
.keibi a{padding: 1em 1.5em;font-size: 15px;letter-spacing: .05rem;}

}


@media only screen and (max-width: 666px) {
.main-h2{
left:10%;
top:40%;
}

.main-h2 h2{font-size: 36px;}
.main-h2 .ja{font-size: 18px;line-height: 1.4;}

.slider-2 {position: absolute;left:50%;transform: translateX(-50%);margin-right: -50%; width: 90%; bottom:160px;background: rgba(0,0,0,.5); z-index: 50;}
.slider-2 li{padding: 12px;display: flex;align-items: center;justify-content: space-between;font-size: .8em;letter-spacing: 0;}
.slider-2 li .date{width: 70px;}
.slider-2 li .kiji{width: calc(100% - 75px);}

}





/* index.html 
---------------------------------------------------- */
.newsarea{max-height: 250px;overflow-y: auto;margin-bottom: 50px;padding-right: 5px;position: relative;}
.newsarea .set{background: #fff;padding: 1.2em 1.2em;margin-bottom: 10px;}
.newsarea .set:last-child{margin-bottom: 0px;}
.newsarea .set .head{margin-bottom: .6em;}
.newsarea .set .head .date{font-weight: 400;line-height: 1;margin-bottom: .6em;display: flex;align-items: center;}
.newsarea .set .head .date .new{color: #fff;background:#FFB000;font-size: 0.8em; display: inline-block;padding: .1em .5em; margin: 0 .5em;line-height: 1;}

.newsarea .set .title a{color:#FF5915;text-decoration: underline; transition: .4s;}
.newsarea .set .title a:hover{color: #555;}
.newsarea .set .newstxt{}
.newsarea .set .newstxt .txt{}
.newsarea .set .newstxt .txt a{text-decoration: underline;color:#0354BE;transition: .4s;}
.newsarea .set .newstxt .txt a:hover{color:#FFB100;}

.newsarea .set .newstxt .pdf{margin-top: .5em;}
.newsarea .set .newstxt .pdf a{display: inline-block;}
.newsarea .set .newstxt .pdf a span{background:#003479; color: white; display: flex;align-items: center;justify-content: center;transition: .4s;padding: .5em 1em;line-height: 1;}
.newsarea .set .newstxt .pdf a:hover span{background:#FFB000; color: white;}

.newsarea .set .newstxt .pdf a:hover{background:#FFB000;}
.bn-recruit{background-image: linear-gradient(-60deg, #2e6fbc, #000b7f);color: white;display: flex;align-items: center;height: 120px;width: 100%;position: relative;overflow: hidden;transition: .4s;}
.bn-recruit:hover{background-image: linear-gradient(-60deg, #000b7f, #000);color: white;}

.bn-recruit .eagle{position: absolute;width: 130px;right:15px;top:0;z-index: 1;}
.bn-recruit h3{position: relative;z-index: 5;padding-left: 1em;font-size: 34px;letter-spacing: .1rem;}
.bn-recruit h3 span{display: block;font-size: 18px;}

/* SimpleBarのカスタムスタイル */
.newsarea .simplebar-scrollbar {
background-color:#003479!important;
border-radius: 5px;
}
.newsarea .simplebar-track {background-color:rgba(51,51,51,.3);}




/* arrow */
.slick-arrow{
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #cc667c;
  border-right: 3px solid #cc667c;
  opacity: .8;
}
.slick-arrow::before{content: '';}
.slick-prev{
  left: 15px;
  transform: rotate(-135deg);
  filter: drop-shadow(0 0 1rem white);
}
.slick-next{
  right: 15px;
  transform: rotate(45deg);
  filter: drop-shadow(3px 3px 6px white);
}


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

.btn-posi-right{display: flex;justify-content: flex-end;}

.btn-view{color:#cc667c;font-weight: 400;display: flex;align-items: center;transition: .4s;letter-spacing: .2rem;}
.btn-view:hover{color:#222;}
.btn-view:hover img{margin-left:1em;}
.btn-view .yazirusi {display: flex;transition: .4s;} 
.btn-view .yazirusi::after {
  content: '';
  width: 30px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}


.btn-view2{}
.btn-view2 div{color:#cc667c;font-weight: 400;display: flex;align-items: center;justify-content: space-between;transition: .4s;letter-spacing: .2rem;border:1px solid #cc667c;padding: .5em 1em;width: 180px;}

.btn-view2 div:hover{color:#fff;background:#cc667c; }
.btn-view2 .yazirusi {display: flex;align-items: center;transition: .4s;} 
.btn-view2 .yazirusi::after {
  content: '';
  width: 25px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}


@media (min-width: 667px) {



}




@media (min-width: 768px) {
.newsarea{max-height: 250px;}
.newsarea .set .head{margin-bottom: .8em;display: flex;align-items: center;}
.newsarea .set .head .date{margin-bottom: 0;}

.bn-recruit{height: 150px;}
.bn-recruit .eagle{position: absolute;width: 180px;right:35px;top:-5px;}
.bn-recruit h3{position: relative;z-index: 5;padding-left: 1em;font-size: 36px;letter-spacing: .2rem;}
.bn-recruit h3 span{display: block;font-size: 18px;}


.gmap{margin-bottom: 0em;}
.gmap iframe{width: 100%;height: 250px;}


}



@media (min-width: 992px) {

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

}




@media (min-width: 1200px) {

.newsarea{}
.newsarea .set{padding: 2em 2em;}
.newsarea .set .newstxt .txt{font-size: 1.1em;}
.newsarea .set .newstxt .pdf{margin-top: 1em;}

.bn-recruit{height: 250px;}
.bn-recruit .eagle{position: absolute;width: 300px;right:45px;top:-15px;}
.bn-recruit h3{position: relative;z-index: 5;padding-left: 2em;font-size: 56px;letter-spacing: .2rem;}
.bn-recruit h3 span{display: block;font-size: 20px;margin-top: .3em;}


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



}





@media (min-width: 1440px) {
.newsarea{max-height:320px;}
.newsarea .set .head{}
.newsarea .set{padding: 2.5em 3em;}


}

@media (min-width: 1680px) {


}









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: #66ccff;}

@media (min-width:667px) {


}



@media (min-width:768px) {

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) {

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


}



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


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



}

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

}



/* -----  contact footer ------- */
#common{padding: 50px 0;position: relative;z-index: 2; background: #f7f7f7;}
#common .container{max-width: 87%; padding: 2.2em 2em 2em;background: #eee;}
#common h3{font-weight: 600;font-size: 30px;position: absolute;top:-.6em;left:-.5em;}
#common .txt{margin-bottom: 1.5em;text-align: justify;}
#common .box{background: white;padding: 1.5em;}
#common .box .tel{text-align: center;font-size: 21px;color: black;}
#common .box .tel span{font-size: 25px;letter-spacing: .1rem;color: black;margin-left: 5px;}
#common .box .time{font-size: 13px;text-align: center;letter-spacing: 0;}
#common .mail a{background: white;color: black;display: flex;align-items: center;justify-content: center;height: 70px;transition: .4s;}
#common .mail a:hover{background:#FFB000;color: white;}


footer{ padding: 50px 0px 20px;position: relative;z-index: 2; background:#00214D; color: white;}

footer .container{max-width: 100%;z-index: 10;}

footer .logoblock{position: relative;text-align: center;width: 260px;margin: 0 auto; margin-bottom: 30px;}

.logo-txt{text-align: center;margin-bottom: 15px;font-weight: 600;}
.logo-txt span{display: block;font-size: 20px;}
footer .address{font-size: .95em;letter-spacing: 0;text-align: center;margin-bottom: .6em;}
footer .address a{color: white;transition: .4s;}
footer .address a:hover{color:#FFAF00;}
footer .tel{font-size: 1em;text-align: center;margin-bottom: 2.5em;line-height: 1;}
footer .tel span.call{color: #fff!important;font-size: 1.1em;letter-spacing: .08rem;}
footer .tel span.call:last-child{padding-right: 0;}



.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1.5em;padding: 0 0px;}
.footer-menu ul{display: block;}
.footer-menu li{width:100%;text-align: left;background:none;font-size: 15px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align:left; font-size: 17px; padding: .5em .3em;line-height: 1.4; border-bottom: 1px dashed rgba(255,255,255,.4);display: block;letter-spacing: 0; transition: .3s;}
.footer-menu li a span{font-size: 14px;margin-right: .4em;}
.footer-menu li:first-child a{border-top: 1px dashed rgba(255,255,255,.4);}
.footer-menu li a:hover{color:#FFB100;}

footer .sns{text-align: center;margin-bottom: 20px;}
footer .sns a{color: white;font-size: 30px;}

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

@media (min-width: 667px) {
#common .container{max-width: 70%; padding: 2.2em 2em 2em;background: #eee;}

footer .address{text-align: center;font-size: 1em;}
footer .tel{text-align: center;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin-bottom: 1.5em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 13px;}
.footer-menu li a{letter-spacing:0rem;border-right:none; font-size: 13px; padding:0em .3em;text-align:center;display: flex;flex-direction: column;align-items: center;justify-content: center;border-bottom: none;line-height: 1.3;}

.footer-menu li:first-child a{border-top: none;padding:0em .4em 0 0;}
.footer-menu li:last-child a{border-top: none;padding:0em 0 0 .4em;}

}



@media (min-width: 768px) {
#common{padding: 70px 0;}
#common .container{max-width: 80%;padding: 2.7em 2em 2em;}
#common h3{font-size: 36px;top:-.6em;left:-.5em;}
#common .box{padding: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 90px;}
#common .box .tel{text-align: center;font-size: 21px;color: black;}
#common .box .tel span{font-size: 25px;letter-spacing: .1rem;color: black;margin-left: 5px;}
#common .box .time{font-size: 13px;text-align: center;letter-spacing: 0;}
#common .mail a{background: white;color: black;display: flex;align-items: center;justify-content: center;height: 90px;transition: .4s;}

footer {padding: 90px 0 30px;}
footer .logoblock{width: 250px; margin-bottom: 30px;}
footer .address{font-size:1em;}
footer .tel{font-size:1em;}

.footer-menu li {}
.footer-menu li a{letter-spacing:0;border-right:none; padding:0em .5em;font-size: 14px;}
.footer-menu li:first-child a{border-top: none;padding:0em .5em 0 0;}
.footer-menu li:last-child a{border-top: none;padding:0em 0 0 .5em;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {
#common .container{max-width: 80%;padding: 3em 2.5em 2.5em;}
#common h3{font-size: 36px;top:-.6em;left:-.5em;}
#common .box{padding: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 90px;}
#common .box .tel{text-align: center;font-size: 23px;color: black;}
#common .box .tel span{font-size: 30px;letter-spacing: .1rem;color: black;margin-left: 5px;}
#common .box .time{font-size: 13px;text-align: center;letter-spacing: 0;}
#common .mail a{background: white;color: black;display: flex;align-items: center;justify-content: center;height: 90px;transition: .4s;font-size: 1.1em;}


footer .logoblock{position: relative;width: 350px;margin-bottom: 30px;}

footer .address{margin-bottom: 10px;}
footer .tel{margin-bottom: 30px;}


.footer-menu{margin-bottom: 20px;}
.footer-menu li a{letter-spacing:0;border-right:none; padding:0em .7em;font-size: 15px;}
.footer-menu li:first-child a{border-top: none;padding:0em .7em 0 0;}
.footer-menu li:last-child a{border-top: none;padding:0em 0 0 .7em;}
footer .sns a{color: white;font-size: 32px;transition: .4s;}
footer .sns a:hover{color:#FFD200;}



.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: center;}
.copy{padding-top: 1.5em;border-top:1px solid rgba(255,255,255,.3);}

}




@media (min-width: 1200px) {
#common{padding: 100px 0;}
#common .container{max-width:1100px;padding: 3em 2.8em 2.8em;}
#common h3{font-size: 46px;top:-.6em;left:-.5em;}
#common .box{padding: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 90px;}
#common .box .tel{text-align: center;font-size: 23px;color: black;}
#common .box .tel span{font-size: 30px;letter-spacing: .1rem;color: black;margin-left: 5px;}
#common .box .time{font-size: 13px;text-align: center;letter-spacing: 0;}
#common .mail a{background: white;color: black;display: flex;align-items: center;justify-content: center;height: 90px;transition: .4s;font-size: 1.1em;}

footer{padding: 100px 0 40px;}
footer .container{max-width:100%;}

.footer-menu li {font-size: 15px;}
.footer-menu li a{letter-spacing:.08rem;border-right:none; padding:0em 1em;font-size: 16px;}

footer .sns{text-align: center;margin-bottom: 30px;}
footer .sns a{color: white;font-size: 32px;}


.copy{font-size: 14px;}



}


@media (min-width: 1440px) {


footer{padding: 100px 0 40px;}
footer .logoblock{margin-bottom: 30px;width: 420px;}

.footer-menu li a{border-right:none;}

.copy{padding-top: 2em;}



}

@media (min-width: 1680px) {
#common{padding: 120px 0;}
#common .container{max-width:1100px;padding: 4em 3.5em 3.5em;}
#common h3{font-size: 46px;top:-.6em;left:-.5em;}
#common .box{padding: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100px;}
#common .box .tel{text-align: center;font-size: 25px;color: black;}
#common .box .tel span{font-size: 33px;letter-spacing: .1rem;color: black;margin-left: 5px;}
#common .box .time{font-size: 14px;text-align: center;letter-spacing: 0;}
#common .mail a{background: white;color: black;display: flex;align-items: center;justify-content: center;height: 100px;transition: .4s;font-size: 1.1em;}


}




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

.h2area{
position: relative;
max-width: 1920px;
width: 100%;
height: 400px;
display: flex;
align-items: center;
z-index: 2;
}
.h2area.securityguard{background: url("../images/h2-securityguard.jpg");background-position: center top;background-size: cover;}
.h2area.staffing{background: url("../images/h2-staffing.jpg");background-position: center;background-size: cover;}
.h2area.driver{background: url("../images/h2-driver.jpg");background-position: center;background-size: cover;}
.h2area.price{background: url("../images/h2-price.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75) 10%, rgba(0, 0, 0, .2) 90%);
}

.h2-txt{font-size: 36px;padding-left: 10%; letter-spacing: .1rem;color: #fff;font-weight: 400;font-family: ' ShipporiMincho ';position: relative;z-index: 5;}
.h2-txt span {display: block;margin-top: 10px;font-size: 60px;line-height: 1.3;}

@media (max-width: 1440px){
.h2area{height: 350px;}

.h2-txt{ font-size: 35px;padding-left:10%;}
.h2-txt span {display: block;margin-top: 10px;font-size:50px;}


}


@media (max-width: 1280px){



}

@media only screen and (max-width: 1199px) {
.h2area{height: 300px;}

.h2-txt{font-size: 30px;}
.h2-txt span {font-size: 48px;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 220px;}

.h2-txt{font-size: 26px;}
.h2-txt span {font-size: 38px;}



}

@media only screen and (max-width: 767px) {
.h2area{height: 200px;}
.h2-txt{font-size: 24px;}
.h2-txt span {font-size: 34px;}




}

 @media only screen and (max-width: 666px) {
.h2area{height: 180px;}
.h2-txt{letter-spacing: .05rem;font-size: 20px;}
.h2-txt span{font-size: 26px;}


}

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

.headline-h3 {
color: #fff;
  position: relative;
  margin-bottom: 25px;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.4;
font-weight: 600;}
.headline-h3.kuro {color: #000;}

.headline-h3 span{padding-bottom: .3em;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #06f 0%, #555 100%);
    border-image-slice: 1;}


.headline-h4 {
  font-weight: 400;
  font-size: 1.4em;
 position: relative;
 text-align: center;
  margin-bottom: 45px;
  letter-spacing: .05rem;
}
.headline-h4::after {
  background-color:#FFB000;
  position: absolute;
  bottom:-13px;
  left:50%;
  transform: translateX(-50%);
  content: "";
  height: 3px; /* 横線の高さ */
  width: 2.8em; /* 横線の長さ */
}

.headline-h4 span.sub {color: #E58FA2;font-size: 14px;letter-spacing: 0;display: block;margin-top: .3em;}

.headline {
font-weight: 600;
font-family: ' ShipporiMincho ';
font-size: 24px;
 position: relative;
 z-index: 10;
 text-align:left;
  margin-bottom: 1.2em;
  letter-spacing: .08rem;
  color:#373737;
}
.headline span.sub {color: #cc415f;font-weight: 400;font-size: 14px;display: flex;align-items: center;margin-bottom: .4em;position: relative;}
.headline span.sub::after {
  background-color: #cc415f; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
}
.headline span.sub::after {margin-left: 10px;}


@media (min-width: 667px) {


}



@media (min-width: 768px) {
.headline {margin-bottom:1.5em;}
.headline span.sub::after {width: 50px;}


.headline-h3 {font-size: 30px;margin-bottom: 30px; }

.headline-h4 {
  font-size: 1.8em;
 position: relative;
  margin-bottom:55px;
}


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

}


@media (min-width: 992px) {
.headline {margin-bottom:1.7em;font-size: 26px;}


.headline-h3 {margin-bottom: 40px;letter-spacing: .1rem;}



.headline-h4{font-size: 26px; }
.headline-h4 span.sub {font-size: 15px;margin-top: .3em;}


}


@media (min-width: 1200px) {
.headline span.sub::after {width: 60px;}

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


.headline-h4 {
  font-size: 30px;
 position: relative;
  margin-bottom: 2em;
}
.headline-h4 span.sub {font-size: 18px;margin-top: .3em;}

}


@media (min-width: 1680px) {
.headline {margin-bottom: 2em;}
.headline-h3 {font-size: 45px; margin-bottom: 60px;letter-spacing: .1rem;}

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




}




#pankuzu{display: none; position: relative;width: 100%;padding: .6em 1em .6em 7%;border-top:1px solid #f7cde3;border-bottom:1px solid #f7cde3;background: rgba(229,143,162,.04);}





.marker {background: linear-gradient(transparent 60%, rgba(0,102,255,.4) 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(86,168,72,1.00);
  color: #fff;/*文字色*/
  font-size:1.2em;
  letter-spacing: .2rem;
  transition: .3s;
}
.btn-back:hover{
  color: #333;/*文字色*/
  background:rgba(86,168,72,.5);

}

.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;
}

}
@media (min-width:992px) {

#pankuzu{display: block; position: relative;width: 100%;padding: .6em 1em .6em 7%;border-top:1px solid #f7cde3;border-bottom:1px solid #f7cde3;background: rgba(229,143,162,.04);}
}

@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-weight: 400;
}
.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:#232323;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#232323;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 5px 7px 5px rgba(0,0,0,.2)}
.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: 768px) {
.table-responsive {
border:none;margin-bottom: 15px;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

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

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



/*サムネ付きスライダー start*/
.slickwrap {
position: relative;
width: 100%;
max-width: 780px;
margin: 0px auto;
margin-bottom: 60px;
  background-color:none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider {
border:none;
  width: 100%;
  margin: 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;height: auto;}
.slide-item .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;
}
.slider .slide{position: relative;}
.slider .slide span{position: absolute;left:0;bottom:0;background: rgba(255,255,255,.75);color: #373737;font-weight: 400;line-height: 1;padding: 1em;font-size: 1.3em;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
flex-wrap: wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:16.666%!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 green;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top:40%;
}

.prev-arrow{
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  left:-35px;
}
.next-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(102,153,51,.6);
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  right:-35px;
}
.prev-arrow {transform: rotate(180deg);}
.prev-arrow:hover{background: rgba(102,153,51,.9);}
.next-arrow:hover{background: rgba(102,153,51,.9);}


.prev-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

@media screen and (max-width:991px) {
.slickwrap{width: 500px;}
.prev-arrow,
.next-arrow {
width: 40px;
height:40px;
}
.prev-arrow{left:-15px;}
.next-arrow {right:-15px;}

.slider .slide span{position: absolute;left:0;right:0;bottom:0;background: rgba(255,255,255,.75);color: #373737;font-weight: 600;line-height: 1;padding: .6em;font-size: 1.1em;}

}

@media only screen and (max-width:767px){
.slickwrap{width:90%;}

.slider {margin: 0 0 10px 0;}
  .prev-arrow,
  .next-arrow {
    width: 30px;
    height:30px;
  }
.prev-arrow{
  left:-12px;
}

.next-arrow {
  right:-12px;
}
.prev-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin-bottom: 30px;}
}
/*サムネ付きスライダー end*/










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








/* ----- #target  -----*/

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



@media (min-width: 992px) {

#target1{position: absolute;left:0;top:-100px;}
#target2{position: absolute;left:0;top:0;}
#target3{position: absolute;left:0;top:0;}
#target4{position: absolute;left:0;top:0;}
#target5{position: absolute;left:0;top:0;}
#target6{position: absolute;left:0;top:0;}
#target7{position: absolute;left:0;top:0;}
#target8{position: absolute;left:0;top:0;}
#target9{position: absolute;left:0;top:0;}

}



/* security-guarding.html
--------------------------------------------------------- */
.bg-fixed{position: fixed;width: 100%;height: auto;z-index: 1;}
.security-guarding #section01{padding: 50px 0 50px;position: relative;z-index: 2; background: #111;color: white;}
.security-guarding #section01 .txt{margin-bottom: 25px;text-align: justify;}
.security-guarding #section01 .index{font-weight: 600;margin-bottom: 20px;font-size: 20px;position: relative;padding-left: 25px;}
.security-guarding #section01 .index:before{  content:'';
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-eagle.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;}
.security-guarding #section01 .index span{font-weight: 400;font-size: .7em;}
.security-guarding #section01 .price{font-weight: 600;margin-bottom: 15px;font-size: 20px;}
.security-guarding #section01 .price span{font-weight: 400;font-size: .7em;}

.security-guarding #section01 .pic{width: 260px;margin: 0 auto;}
.security-guarding #section01 .title{margin-bottom: .5em;font-weight: 600;font-size: 18px;text-align: center;}
.security-guarding #section01 .txt2{text-align: justify;}
.security-guarding #section01 .txt2 a{transition: .4s;color: #FFB000;display: inline-block;position: relative;}
.security-guarding #section01 .txt2 a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FFB000;
  border-right: solid 2px #FFB000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
 right:-6px;
  bottom: 0;
  margin: auto;
}
.security-guarding #section01 .txt2 a:hover{transition: .4s;color:#0B75DB;}
.security-guarding #section01 .txt2 a:hover:after {
  border-top: solid 2px #0B75DB;
  border-right: solid 2px #0B75DB;
}

.security-guarding #section01 .pic2{width: 100%;margin: 0 auto;margin-bottom: 10px;}
.h4-price{font-weight: 600;margin-bottom: 1.2em;border-left:4px solid #FFB000;padding-left: .5em;letter-spacing: 0;font-size: 1.2em;line-height: 1.3;}
.plan{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
 }
.security-guarding #section01 .plan .price{margin-bottom: 0px;}
.plan dt {width: 155px;}
.plan dd {
  margin-left: 0;
  width: calc(100% - 155px);
}
.security-guarding #section02{padding: 50px 0 50px;position: relative;z-index: 2; overflow: hidden;background:  url("../images/tuyomi.jpg"),#f6f6f6;background-position: center top;background-size: cover;}
.security-guarding #section02.driver{background:  url("../images/driver-tuyomi2.jpg"),#f6f6f6;background-position: center;background-size: cover;}
.security-guarding #section02.price{background:  url("../images/price.jpg"),#fff;background-position: center;background-size: cover;margin-bottom: 250px;}

.security-guarding #section02 .container{z-index: 5;}
.security-guarding #section02 h3{font-weight: 600;margin-bottom: 30px;font-size: 26px;text-shadow: 2px 2px 3px #ccc;}
.security-guarding #section02 h3 span{font-weight: 400;font-size:18px;letter-spacing: 0;}
.security-guarding #section02 .wrap{background: rgba(255,255,255,.7);padding: 1.5em;}
.security-guarding #section02 .wrap .set{margin-bottom: 1.5em;}
.security-guarding #section02 .wrap .set:last-child{margin-bottom: 0;}
.security-guarding #section02 .wrap .index{font-size: 18px;font-weight: 600;margin-bottom: .5em;}
.security-guarding #section02 .wrap .index span{color: #0D58BF;font-size: 22px;}
.security-guarding #section02 .wrap .sub{font-weight: 600;font-size: 16px;margin-bottom: .4em;}
.security-guarding #section02 .wrap .txt{text-align: justify;}
.security-guarding #section02 .wrap dl{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.security-guarding #section02 .wrap dl dt{width: 140px; font-weight: 400;line-height: 1.4;padding-bottom: .2em;letter-spacing: 0;font-size: .9em;}
.security-guarding #section02 .wrap dl dd{line-height: 1.4;padding-bottom: .2em;width: calc(100% - 145px);letter-spacing: 0;font-size: .9em;}

.security-guarding #section03{padding: 50px 0 50px;position: relative;z-index: 2; background: #333;color: white;margin-bottom: 250px;}
.security-guarding #section03 .set{margin-bottom: 1.5em;}
.security-guarding #section03 .set:last-child{margin-bottom:0;}
.irai-title {
    position: relative;
    padding:5px 15px 5px 20px;
    color: #111;
background: linear-gradient(to right, #fff 0%, #eee 80%);
font-size:18px;
	width: 90%;
    font-weight: 600;
	margin-bottom: 15px;
}
.irai-title::after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background: #eee;
    content: '';
    z-index: 1;
}
.irai-title::after {
    border-right: 3px solid #efefef;
    transform: skew(30deg);
}
.security-guarding #section03 .txt{text-align: justify;}


@media (min-width: 667px) {
.security-guarding #section01 .pic{width: 340px;margin: 0 auto;}

.irai-title {
    position: relative;
    padding:5px 15px 5px 20px;
    color: #111;
    font-size:18px;
	width: 280px;
    font-weight: 600;
	margin-bottom: 15px;
}


}


@media (min-width: 768px) {
.security-guarding #section01{padding: 70px 0 70px;}
.security-guarding #section01 .index{margin-bottom: 30px;font-size: 24px;padding-left: 35px;}
.security-guarding #section01 .index:before{  content:'';
  width: 28px;
  height: 28px;  
  margin-right: 5px;}
.security-guarding #section01 .title{margin-bottom: 15px;font-weight: 600;font-size:17px;text-align: center;}
.security-guarding #section01 .txt2{text-align: justify;}
.security-guarding #section01 .pic2{width: 100%;margin: 0 auto;margin-bottom: 15px;}
.h4-price{letter-spacing: 0.08rem;font-size: 1.4em;line-height: 1.3;}
.plan dt {width: 165px;}
.plan dd {
  margin-left: 0;
  width: calc(100% - 165px);
}
.security-guarding #section02{padding: 70px 0;background:  url("../images/tuyomi.jpg"),#f6f6f6;background-position: center top;background-size: cover;}
.security-guarding #section02.driver{background:  url("../images/driver-tuyomi2.jpg"),#f6f6f6;background-position: center top;background-size: cover;}
.security-guarding #section02.price{background:  url("../images/price.jpg"),#fff;background-position: center top;background-size: cover;margin-bottom: 450px;}

.security-guarding #section02 h3{margin-bottom: 30px;font-size: 33px;}
.security-guarding #section02 h3 span{font-size:22px;letter-spacing: 0.08rem;}
.security-guarding #section02 .wrap{background: rgba(255,255,255,.7);padding: 2.5em;}
.security-guarding #section02 .wrap .set{margin-bottom: 1.5em;}
.security-guarding #section02 .wrap .set:last-child{margin-bottom: 0;}
.security-guarding #section02 .wrap .index{font-size: 20px;font-weight: 600;margin-bottom: .5em;}
.security-guarding #section02 .wrap .index span{color: #0D58BF;font-size: 22px;}
.security-guarding #section02 .wrap .sub{font-size: 18px;margin-bottom: .6em;}

.security-guarding #section02 .wrap .txt{text-align: justify;}
.security-guarding #section02 .wrap dl{display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-start;}
.security-guarding #section02 .wrap dl dt{width: 180px; font-weight: 400;line-height: 1.4;padding-bottom: .2em;letter-spacing: 0;font-size: 1em;}
.security-guarding #section02 .wrap dl dd{line-height: 1.4;padding-bottom: .2em;width: calc(100% - 180px);letter-spacing: 0;font-size:1em;}

.security-guarding #section03{padding: 70px 0 70px;margin-bottom: 450px;}
.security-guarding #section03 .set{margin-bottom: 2em;}
.irai-title {
    position: relative;
    padding:5px 15px 5px 20px;
    font-size:20px;
	width: 320px;
	margin-bottom: 20px;
}


}


@media (min-width: 992px) {
.security-guarding #section01 .title{margin-bottom: 15px;font-weight: 600;font-size:20px;text-align: center;}
.security-guarding #section01 .txt{margin-bottom: 25px;}
.security-guarding #section01 .txt:last-child{margin-bottom: 0;}
.security-guarding #section01 .pic{width: 100%;margin: 0 auto;}
.security-guarding #section01 .price{margin-bottom: 20px;font-size: 24px;}
.plan dt {width: 180px;}
.plan dd {
  margin-left: 0;
  width: calc(100% - 180px);
}
.security-guarding #section02{padding: 70px 0;background:  url("../images/tuyomi.jpg"),#f6f6f6;background-position: left -70% top;background-size: 70% auto;background-repeat: no-repeat;}
.security-guarding #section02.driver{background:  url("../images/driver-tuyomi2.jpg"),#f6f6f6;background-position: left -70% top;background-size: 70% auto;background-repeat: no-repeat;}
.security-guarding #section02.price{background:  url("../images/price.jpg"),#fff;background-position: left -75% top;background-size: 70% auto;background-repeat: no-repeat;}

.security-guarding #section02 h3{margin-bottom: 30px;font-size: 33px;}
.security-guarding #section02 h3 span{font-size:22px;letter-spacing: 0.08rem;}
.security-guarding #section02 .wrap{background: rgba(255,255,255,0);padding: 0;padding-left: 50%;}
.security-guarding #section02 .wrap .set{margin-bottom: 1.5em;display: flex;}
.security-guarding #section02 .wrap .set:last-child{margin-bottom: 0;}
.security-guarding #section02 .wrap .index{font-size: 18px;font-weight: 600;margin-bottom:0em;width: 140px;}
.security-guarding #section02 .wrap .index.ryokin{margin-bottom:1.3em;width:auto;}

.security-guarding #section02 .wrap .index span{color: #0D58BF;font-size: 22px;}
.security-guarding #section02 .wrap .txt{text-align: justify;width: calc(100% - 140px);}

}


@media (min-width: 1200px) {
.security-guarding #section01{padding: 100px 0 100px;}
.security-guarding #section01 .txt{margin-bottom: 25px;padding-right: 1.5em;}
.security-guarding #section01 .index{margin-bottom: 25px;font-size: 28px;padding-left: 45px;}
.security-guarding #section01 .index:before{  content:'';
  width: 35px;
  height: 35px;  
  margin-right: 5px;}
.security-guarding #section01 .title{margin-bottom: 20px;font-weight: 600;font-size:22px;text-align: center;}
.h4-price{font-size: 1.6em;line-height: 1.3;}
.plan dt {width: 200px;}
.plan dd {width: calc(100% - 200px);}
.security-guarding #section02{padding: 100px 0;background-position: left -20% top;background-size: 50% auto;}
.security-guarding #section02.driver{background-position: left -20% top;background-size: 50% auto;}
.security-guarding #section02.price{background-position: left -20% top;background-size: 50% auto;}

.security-guarding #section02 h3{margin-bottom: 50px;font-size: 48px;}
.security-guarding #section02 h3 span{font-size:26px;letter-spacing: 0.08rem;}
.security-guarding #section02 .wrap{padding-left:42%;}
.security-guarding #section02 .wrap .index{font-size: 20px;font-weight: 600;margin-bottom:0em;width: 150px;}
.security-guarding #section02 .wrap .index span{color: #0D58BF;font-size: 24px;}
.security-guarding #section02 .wrap .txt{text-align: justify;width: calc(100% - 150px);}

.security-guarding #section03{padding: 100px 0;}
.security-guarding #section03 .set{margin-bottom: 3em;}
.security-guarding #section03 .txt{font-size: 1.1em;line-height: 2;}

}

@media (min-width: 1440px) {

.security-guarding #section01 .container{max-width: 1340px;}
.security-guarding #section01 .txt{margin-bottom: 40px;padding-right: 2.5em;line-height: 2;font-size: 1.1em;}
.security-guarding #section01 .index{margin-bottom: 30px;font-size: 30px;padding-left: 50px;}
.security-guarding #section01 .index:before{  content:'';
  width: 40px;
  height: 40px;  
  margin-right: 5px;}

.security-guarding #section02 .wrap .set{margin-bottom:2em;}

.security-guarding #section02 .wrap .index{font-size: 22px;font-weight: 600;margin-bottom:0em;width: 180px;}
.security-guarding #section02 .wrap .index span{color: #0D58BF;font-size: 30px;}
.security-guarding #section02 .wrap .txt{text-align: justify;width: calc(100% - 180px);font-size: 1.1em;}


}
@media (min-width: 1680px) {
.security-guarding #section01{padding: 120px 0;}
.security-guarding #section01 .txt{margin-bottom: 50px;padding-right: 2.5em;line-height: 2;font-size: 1.1em;}
.security-guarding #section01 .index{margin-bottom: 30px;}
.security-guarding #section01 .title{margin-bottom: 20px;font-weight: 600;font-size:25px;text-align: center;}
.security-guarding #section01 .txt2{text-align: justify;line-height: 2;font-size: 1.1em;}
.security-guarding #section01 .pic2{width: 100%;margin: 0 auto;margin-bottom: 23px;}

.security-guarding #section02{padding: 120px 0;}
.security-guarding #section02 h3{margin-bottom: 50px;font-size: 64px;}
.security-guarding #section02 h3 span{font-size:30px;letter-spacing: 0.08rem;}
.security-guarding #section02.price{margin-bottom: 500px;}

.security-guarding #section03{padding: 120px 0;margin-bottom: 500px;}

}

@media (min-width: 1920px) {
.security-guarding #section01 .container{max-width: 1450px;}

}


/* company.html
--------------------------------------------------------- */
.company #section01{padding: 50px 0;position: relative;background: black;color: white;}
.company #section01 .eagle{position: absolute;z-index: 1;width: 90%;top:50%;left:50%;transform: translate(-50%, -50%);}
.company #section01 .container{z-index: 5;}
.company #section01 p{text-align: justify;}
.company #section01 p.txt{margin-bottom: 1.3em;}
.company #section01 p.txt:last-child{margin-bottom: 0em;}
.company #section01 p.index{font-weight: 600;font-size: 20px;margin-bottom: 15px;line-height: 1.4;}

.company #section02{padding: 50px 0;position: relative;}
.company #section02 p.txt{margin-bottom: 1.3em;text-align: justify;}
.company #section02 p.txt .pic{display: block;width: 180px;margin: 0 auto;margin-bottom: 1em;}
.company #section02 p.sign{text-align: right;}
.company #section02 p.sign span{font-size: 22px;margin-left: 10px;font-weight: 600;}

.company #section03{padding: 50px 0;position: relative;background: #f7f7f7;}
.company #section03 .table{margin-bottom: 50px;}
.company #section03 .table th{display: block;width: 100%;background: black!important;color: white;font-weight: 400;}
.company #section03 .table td{display: block;width: 100%;background: white!important;}
.company #section03 .table td .call{color: #222;}

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

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

@media (min-width: 667px) {
.company #section02 p.txt .pic{display: inline;float: left;width: 150px;margin-left:0;margin-right: 1em; margin-bottom: 1em;}

.company #section03 .table th{display: table-cell;width: 120px;vertical-align: middle;}
.company #section03 .table td{display: table-cell;width: auto;}

}

@media (min-width: 768px) {
.company #section01{padding: 70px 0;overflow: hidden;}
.company #section01 .eagle{position: absolute;z-index: 1;width: 60%;top:50%;left:50%;transform: translate(-50%, -50%);}

.company #section02{padding: 70px 0;}
.company #section02 p.txt .pic{display: inline;float: left;width: 180px;margin-left:0;margin-right: 1em; margin-bottom: 1em;}

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

.company #section03 .table th{display: table-cell;width: 150px;}

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

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

}

@media (min-width: 992px) {
.company #section01 .eagle{position: absolute;z-index: 1;width: 60%;top:50%;left:45%;transform: translateY(-50%);}
.company #section01 p{text-align: justify;width: 55%;}
.company #section01 p.txt{margin-bottom: 1.3em;}
.company #section01 p.index{font-size: 25px;margin-bottom: 20px;line-height: 1.4;}
.company #section02 p.txt .pic{display: inline;float: left;width: 200px;margin-left:0;margin-right: 2em; margin-bottom: 1em;}
}

@media (min-width: 1200px) {
.company #section01{padding: 100px 0;}
.company #section01 .eagle{position: absolute;z-index: 1;width: 60%;top:50%;left:45%;transform: translateY(-50%);}
.company #section01 p{text-align: justify;width: 70%;line-height: 2;font-size: 1.1em;}
.company #section01 p.txt{margin-bottom: 1.3em;}
.company #section01 p.index{font-size: 30px;margin-bottom: 25px;line-height: 1.4;}

.company #section02{padding: 100px 0;}
.company #section02 p.txt{margin-bottom: 1.3em;font-size: 1.1em;line-height: 2;}
.company #section02 p.sign{text-align: right;}
.company #section02 p.sign span{font-size: 22px;margin-left: 10px;font-weight: 600;}

.company #section03{padding: 100px 0;}
.company #section03 .table{margin-bottom: 80px;}
.company #section03 .table th{display: table-cell;width: 200px;}


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

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

}

@media (min-width: 1680px) {
.company #section01{padding: 120px 0;}

.company #section02{padding: 120px 0;}
.company #section02 p.txt{margin-bottom: 1.3em;font-size: 1.1em;line-height: 2.2;}

.company #section03{padding: 120px 0;}
.company #section03 .table th{display: table-cell;width: 260px;padding: 20px 25px;}
.company #section03 .table td{padding: 20px;}

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

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

}









/* contact.html
--------------------------------------------------------- */
.contact #section01{padding: 50px 0;position: relative;background: #111;color: white;}
.contact #section01 .wrap{}
.contact #section01 .wrap ul li{margin-bottom: 10px;}
.contact #section01 .wrap ul li:last-child{margin-bottom:0px;}
.contact #section01 .box{background: rgba(255,255,255,1.00);color:#111;padding: 1em;}
.contact #section01 .box .tel{text-align: center;margin-bottom: .5em;line-height: 1;font-size:18px;display: flex;align-items: center; justify-content: center;}
.contact #section01 .box .tel span{margin-left: 4px;color:#111;font-size:32px;letter-spacing: .1rem;}
.contact #section01 .box .tel img{width: 26px;height: auto;margin-right: 5px;}
.contact #section01 .box .time{font-size: .9em;color: #555;line-height: 1;font-weight: 400;text-align: center;}

.contact #section02{padding: 50px 0;position: relative;}
.contact #section02 p{font-weight: 400;color: #001d40;}
.contact #section02 .pre-scrollable{max-height: 300px;overflow-y: auto;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;}
.privacybox .pre-scrollable {}
/* SimpleBarのカスタムスタイル */
.privacybox .simplebar-scrollbar {
background-color:#003479!important;
border-radius: 5px;
}
.privacybox .simplebar-track {background-color:rgba(51,51,51,.3);}

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

.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}

.contact h5{font-weight: 700;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}


.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;
}



@media (min-width: 667px) {
.contact #section01 .wrap ul li{margin-bottom: 0px;}
.contact #section01 .box .tel{font-size: 16px;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:26px;letter-spacing: .05rem;}

}


@media (min-width: 768px) {
.contact #section01{padding: 70px 0;}
.contact #section01 .box{padding: 1.5em 1em;}
.contact #section01 .box .tel{font-size: 18px;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:32px;letter-spacing: .05rem;}

.contact #section02{padding: 70px 0;}
.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 .box .tel{text-align: center;margin-bottom: .7em;line-height: 1;font-size: 22px;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:38px;letter-spacing: .2rem;}
.contact #section01 .box .time{font-size: 1em;line-height: 1;letter-spacing: .1rem;}

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

}


@media (min-width: 1200px) {
.contact #section01{padding: 100px 0;}
.contact #section01 .box{padding: 1.8em 1em;}

.contact #section01 .box .tel span{margin-left: 6px;font-size:46px;letter-spacing: .2rem;}

.contact #section02{padding: 100px 0;}
.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: #f7f7f7;border-radius: .4em;}
.doi-box p{line-height: 1.6;}
.doi-box span.hissu{color: white;background:#004AAD; padding: 2px 5px;border-radius: 2px;font-size: 12px;line-height: 1;}
div.posi{width: 100%;margin: 0 auto;display: flex;justify-content: center;font-size: 15px;}
.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;}
.doi-box .linkbtn{
    font-size: 14px;
    color: #fff;
    position: relative;
    text-decoration:none;
    display: flex;
	justify-content: center;
    overflow: hidden;
	width: 149px;
    padding:0px .5em;
	height: 45px;
    border-radius: 25px;
    transition: opacity .45s ease, background .35s ease;
    background: #f7731b;
    align-items: center;
	border:none;
	margin-right: 1em;
}
.doi-box .linkbtn:last-child{margin-right: 0;}

.doi-box .linkbtn.kon{background: #102153;}
.doi-box .linkbtn.kon .linkbtn__circle{right: .8rem;}
.doi-box .linkbtn.kon .linkbtn__circle::before{background: #f7731b;}
.doi-box .linkbtn.kon .linkbtn:hover .linkbtn__circle::before{background: #f7731b;}


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

.doi-box .linkbtn{
	width: 180px;
    padding:0px .5em;
	height: 50px;
    border-radius: 25px;
}


}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}
.doi-box .linkbtn{
font-size: 16px;
	width: 230px;
    padding:0px .5em;
	height: 60px;
    border-radius: 30px;
}
.doi-box .linkbtn.kon .linkbtn__circle{right: 1rem;}

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






.form-s{width:70px}
.form-m{width:150px}
.form-post{width:8em}
.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 #004AAD!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 {
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;justify-content: space-between;
}
.header .logo{margin-left:20px;width: 350px;}
.home .header {height: 120px;}
.home .header .logo{margin-left:20px;width: 360px;}
.header .telbox{background: #0C3375;padding: .5em .8em; color: white;margin-right: 45px;}
.header .telbox .call-xs{display: none;}
.header .telbox .tel{font-size: 22px;line-height: 1;}
.header .telbox .tel{display: inline-block;}
.header .telbox .call{display: inline-block;color: white;padding-left: .2em;letter-spacing: .1rem;}
.header .telbox .time{display: block;font-size: 13px;letter-spacing: 0;margin-top: 5px;}

.h2area{
position: relative;
margin-top: 100px;
max-width: 1920px;
width: 100%;
height: 250px;
display: flex;
align-items: center;
z-index: 2;
}
.h2area.securityguard{background: url("../images/h2-securityguard.jpg");background-position: center;background-size: cover;}
.h2area.staffing{background: url("../images/h2-staffing.jpg");background-position: center;background-size: cover;}
.h2area.driver{background: url("../images/h2-driver.jpg");background-position: center;background-size: cover;}
.h2area.price{background: url("../images/h2-price.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}

.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75) 10%, rgba(0, 0, 0, .2) 90%);
}

.h2-txt{font-size: 24px;padding-left: 10%; letter-spacing: .1rem;color: #fff;font-weight: 400;font-family: ' ShipporiMincho ';position: relative;z-index: 5;}
.h2-txt span {display: block;margin-top: 10px;font-size: 36px;line-height: 1.3;}

#pankuzu{display: block; position: relative;width: 100%;padding: .6em 1em .6em 7%;border-top:1px solid #f7cde3;border-bottom:1px solid #f7cde3;background: rgba(229,143,162,.04);}
.copy{font-size: 12px;}


.drawer_menu{}
.drawer_menu .drawer_button {
display: block;
background-color:none!important;
border: none;
padding:25px 28px;
width: 100px;height: 100px;
letter-spacing: 0.1em;
cursor: pointer;
position: fixed;
top: 0px;
right: 0px;
bottom:0;
z-index: 1001;
text-align: center;
outline: none;
}

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

}
