@font-face {
    font-family: "nasa";
    src:url("../font/nasa.eot");
    src:url("../font/nasa.eot?#iefix") format("embedded-opentype"),
        url("../font/nasa.woff") format("woff"),
        url("../font/nasa.ttf") format("truetype"),
        url("../font/nasa.svg") format("svg");
}


.page-top{
  width: 100%;
  height: 70px;
  background-color: #2A78DB;
}

/* ヘッダーとフッターのスタイルを以下に記述 */

/* PC表示時のメニューバーのスタイリング */
.header-nav {
	position: absolute;
	bottom: -64px;
  background-color: #f4f5f7;
	width: 100%;
	text-align: center;
  z-index: 2;
  font-size: .8em;
}

a {
  color: #374046;
	text-transform: uppercase;
}

header-nav.ul {
	width:100%;
	overflow:hidden;
	list-style:none;
	margin: 0 auto;
	z-index: 10000;
}

.header-nav ul li {
  display: inline-block;
  padding: 26px 10px 20px 10px;

}

.header-nav ul li:hover {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
@media screen and (max-width: 1040px)  {
		.header-nav{
		  font-size: 0.6em;
		}
    .header-nav-for-toppage{
      font-size: 0.6em;
    }
}
#header-tell-charge{
  font-size: 1.2em;
  margin-top: 16px;
  margin-right:  10%;
  padding: 10px 30px;
  float: right;
  border-radius: 60px;
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  box-shadow:
  inset 0 0 20px #0142f4,
  inset 0 0 20px #0142f4,
  inset 0 0 20px #0142f4;
}
/* PC表示時のメニューバーのスタイリング */


/* メニューバー内の電話番号エリア */
.header-tell-area-tab{
  float: right;
  margin-right: 4%;
  width: 200px;
}
@media screen and (max-width: 770px)  {
    .header-tell-area-tab{
      display: none;
    }
}
.header-tell-area-tab p{
  font-size: 0.6em;
  text-align: center;
}
/* メニューバー内の電話番号エリア */


/* メニューバー内のロゴエリア */
.header-manu-logo-area{
  float: left;
  margin-left: 3%;
  height: 60px;
  margin-top: 2px;
  max-width: 290px;
}
.header-manu-logo-area img{
  height: 50px;
  margin-top: 4px;
  display:block;
  float: left;
}
.header-manu-logo-area-tab{
  float: left;
  margin-left: 3%;
  height: 60px;
  margin-top: 2px;
  width: 260px;
}
.header-manu-logo-area-tab img{
  height: 46px;
  margin-top: 4px;
  display:block;
  float: left;cs
}
.res-logo-pc{
  margin-top: 4px;
  margin-left: 4px;
  font-family: "nasa";
  font-size: 2em;
  /* float: right; */
  display:block;
  position: relative;
  width: 280px;
}
.res-logo-pc:first-letter {
    font-size:1.6em;
    padding: 0;
    margin-top: 10px;
}

.logo-area-tab{
  /* display: none; */
}

@media screen and (max-width: 770px)  {
    .logo-area-tab{
      display: none;
    }
}
.res-logo-pc-1{
  margin-top: 18px;
  margin-left: 3px;
  font-family: "nasa";
  font-size: 1.8em;
  display:block;
  position: relative;
  color: #fff;
  text-align: right;
}




.header-manu-logo-area-x{
  float: left;
  margin-left: 3%;
  height: 60px;
  margin-top: 2px;
  width: 220px;
}
.header-manu-logo-area-x img{
  height: 46px;
  margin-top: 4px;
  display:block;
  float: left;
}
@media screen and (max-width: 1040px)  {
		.header-manu-logo-area-x{
		  width: 180px;
		}
}
@media screen and (max-width: 840px)  {
  .header-manu-logo-area-x{
    width: 140px;
  }
  .header-manu-logo-area-x img{
    height: 34px;
    margin-top: 4px;
  }
}

.res-logo-pc-2{
  margin-top: 8px;
  margin-left: 0;
  font-family: "nasa";
  font-size: 1.8em;
  /* float: right; */
  display:block;
  position: relative;
  text-align: right;
  color: #696969;
}
.res-logo-pc-3{
  margin-top: 2px;
  margin-left: 0;
  font-family: "nasa";
  font-size: 1.4em;
  display:block;
  position: relative;
  text-align: right;
  color: #696969;
}
@media screen and (max-width: 1040px)  {
		.res-logo-pc-2{
		  margin-top: 15px;
		}
}
@media screen and (max-width: 840px)  {
  .res-logo-pc-2{
    font-size: 1.5em;
  }
  .res-logo-pc-3{
    font-size: 1.2em;
  }
}

/* メニューバー内のロゴエリア */


/* ページトップの電話番号エリア */
a.green.button-pc {
  line-height: 0.7em;
  font-size: 1em;
  margin-top: 9px;
  padding: 6px 30px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(0, 38, 255, .8);
  color: #fff;
}

a.green.button {
  font-size: 1em;
  margin-top: 16px;
  margin-right:  10%;
  padding: 10px 30px;
  text-align: center;
  float: right;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  line-height: 14px;
  animation-name: greenPulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;

  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: greenPulse;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  color: #374046;
  display: block;
  background-color: rgba(255,255,255,.7);
}
@-webkit-keyframes greenPulse {
  from {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 15px 10px #fff;
    -webkit-box-shadow: 0 0 15px 10px #fff;
    -ms-box-shadow: 0 0 15px 10px #fff;
   }
  50% {
    background-color: 	rgba(255,255,255,.7);
    box-shadow: 0 0 18px rgba(255,255,255,.7);
    -webkit-box-shadow: 0 0 18px rgba(255,255,255, .7);
    -ms-box-shadow: 0 0 18px rgba(255,255,255,.7);
   }
  to {
    background-color: rgba(255,255,255, .9);
    box-shadow: 0 0 15px 10px #fff;
    -webkit-box-shadow: 0 0 15px 10px #fff;
    -ms-box-shadow: 0 0 15px 10px #fff;
   }
}
@keyframes greenPulse {
  from {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 15px 10px #fff;
   }
  50% {
    background-color: 	rgba(255,255,255,.7);
    box-shadow: 0 0 18px rgba(255,255,255,.7);
   }
  to {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 15px 10px #fff;
   }
}

/* ページトップの電話番号エリア */



/* スマフォ用のドロワーメニュー（770pxでヘッダーメニューをドロワーメニューに切り替え） */
#topbar{
			box-sizing: border-box;
	    position: absolute;
			/* height: 100px; */
	    top: 0;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    padding: 4px;
	    text-align: center;
			/* background: rgba(55, 76, 93, 1); */
			background: rgba(255, 255, 255, 1);
	    color: #333;
			display:none;
			position: fixed;
			border-bottom: 1px solid #ddd;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.pure-container{
	z-index: 2;
}
@media screen and (max-width: 770px)  {
		#topbar{
		  display: block;
		}
		header{
			display: none;
		}
}
.res-logo{
  font-family: "nasa";
  font-size: 1.2em;
}
.res-logo img{
  height: 20px;
}
/* スマフォ用のドロワーメニュー（770pxでヘッダーメニューをドロワーメニューに切り替え） */

/* レスポンシブのヘッダーメニューのスタイリング */
.header-tell-area{
		font-size: 1.5em;
		margin-top: 6px;
    margin-right:  30%;
    float: right;
    margin-top: -30px;
}
@media screen and (max-width: 520px)  {
		.header-tell-area{
		  margin-top: 6px;
		}
}
.header-tell-area p{
  font-size: .6em;
  margin-bottom: 4px;
}
@media screen and (max-width: 520px)  {
		.header-tell-area p{
		  display: none;
		}
}
.res-nav-area{
	margin-top: 100px;
	 text-align: center;
}
.res-nav-btn{
	display: block;
	width: 100%;
	margin: 10px auto;
	line-height: 40px;
	font-size: 20px;
	transition: 0.2s;
	color: #fff;
}
.res-nav-btn:hover{
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.2s;
}


/* ヘッダーメニューボタンアニメーションのためのCSS */
.wrapper {
  margin: 150px auto;
  text-align: center;
  width: 100%;
  position: relative;
}
.btn4{
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

.btn4::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #3367ff;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
/* ヘッダーメニューボタンアニメーションのためのCSS */

/* ヘッダーメニューボタンアニメーション(固定ボーダーライン)のためのCSS */
.btn2{
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  border-bottom: 2px solid #3367ff;
}
/* ヘッダーメニューボタンアニメーション(固定ボーダーライン)のためのCSS */

.telephone{
	position: absolute;
	top: 6px;
	left:0;
	width: 300px;
	height: 60px;
	margin: 0 10%;
	font-size: 2em;
	font-family: 'Tahoma';
		color: rgba(255, 255, 255, .6);
}

/* 各ページトップに配置している会社のロゴ */
.logo{
	position: absolute;
	top: 17%;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	font-family: "nasa";
	color: rgba(255, 255, 255, .6);
	font-size: 4em;
	text-align: center;
  line-height: normal;
}
.logo:first-letter {
    font-size:1.6em;
    padding: 0;
    margin-top: 10px;
}
@media screen and (max-width: 1300px)  {
		.logo{
		  display: none;
		}
}
/* 各ページトップに配置している会社のロゴ */

/* トップページの画像に入れるコメント */
#pagetop-comment-top{
  position: absolute;
	bottom: 0;
  margin-bottom: 10px;
	left:0;
  max-height: 300px;
	max-width: 80%;
	margin-left: 10%;
  padding-left: 30%;
	color:#fff;
  text-shadow:
		0 0 10px #edf8ff,
		0 0 10px #edf8ff,
		0 0 0.30px #edf8ff;
}
#pagetop-comment-top-res1800{
  position: absolute;
	bottom: 0;
  margin-bottom: 10px;
	left:0;
  max-height: 300px;
	max-width: 80%;
	margin-left: 10%;
  margin-right: 20px;
  padding-left: 30%;
	color:#fff;
  text-shadow:
		0 0 10px #edf8ff,
		0 0 10px #edf8ff,
		0 0 0.30px #edf8ff;
    display: none;
}
#pagetop-comment-top-res540{
  position: absolute;
	bottom: 0;
  margin-bottom: 10px;
	left:0;
  max-height: 300px;
	max-width: 80%;
	margin-left: 10%;
  margin-right: 20px;
  padding-left: 30%;
	color:#fff;
  text-shadow:
		0 0 10px #edf8ff,
		0 0 10px #edf8ff,
		0 0 0.30px #edf8ff;
    display: none;
}
.pagetop-comment-a{
	font-size: 1.6em;
}
.pagetop-comment-b{
	font-size: .9em;
  line-height: 26px;
}
.pagetop-comment-a1{
	font-size: 1.6em;
  margin-left: 120px;
}
.pagetop-comment-b1{
	font-size: .9em;
  line-height: 26px;
  margin-left: 120px;
}
@media screen and (max-width: 2000px)  {
  .pagetop-comment-a{
  	font-size: 1.4em;
  }
  .pagetop-comment-b{
  	font-size: .8em;
    line-height: 20px;
  }
  .pagetop-comment-a1{
  	font-size: 1.4em;
    margin-left: 120px;
  }
  .pagetop-comment-b1{
  	font-size: .8em;
    line-height: 20px;
    margin-left: 120px;
  }
}
@media screen and (max-width: 1800px)  {
  #pagetop-comment-top{
    display: none;
  }
  #pagetop-comment-top-res1800{
    display: block;
  }
}
@media screen and (max-width: 1060px)  {
  .pagetop-comment-a{
  	font-size: 1.2em;
  }
  .pagetop-comment-a1{
  	font-size: 1.2em;
  }
}
@media screen and (max-width: 800px)  {
  #pagetop-comment-top-res1800{
  	margin-left: 20%;
    padding-left: 10%;
  }
  .pagetop-comment-a1{
    margin-left: 20px;
  }
}
@media screen and (max-width: 660px)  {
  .pagetop-comment-a{
  	font-size: 1em;
  }
  .pagetop-comment-a1{
  	font-size: 1em;
  }
}
@media screen and (max-width: 540px)  {
  #pagetop-comment-top-res1800{
  	display: none;
  }
  #pagetop-comment-top-res540{
    display: block;
  }
}
@media screen and (max-width: 390px)  {
  #pagetop-comment-top-res540{
  	margin-left: 12%;
    padding-left: 0%;
  }
}

/* トップページ以外のコメントエリア */
.pagetop-comment-black{
  position: absolute;
	bottom: 0;
  margin-bottom: 50px;
	left:0;
  max-height: 300px;
	max-width: 80%;
	margin-left: 50%;
	color:#fff;
  font-size: 1.6em;
  text-shadow:
		0 0 10px #edf8ff,
		0 0 10px #edf8ff,
		0 0 0.30px #edf8ff;
}
@media screen and (max-width: 1200px)  {
.pagetop-comment-black{
  margin-bottom: 20px;
  font-size: 1.4em;
  }

}
@media screen and (max-width: 1000px)  {
.pagetop-comment-black{
font-size: 1.2em;
  }
}
@media screen and (max-width: 770px)  {
.pagetop-comment-black{
margin-left: 14%;
  }
}

.pagetop-comment-white{
  position: absolute;
	bottom: 0;
  margin-bottom: 50px;
	left:0;
  max-height: 300px;
	max-width: 80%;
	margin-left: 50%;
	color:#fff;
  font-size: 1.6em;
  text-shadow:
		0 0 10px #c0c0c0,
		0 0 10px #c0c0c0,
		0 0 0.30px #c0c0c0;
}
@media screen and (max-width: 1200px)  {
.pagetop-comment-white{
  margin-bottom: 20px;
  font-size: 1.4em;
  }

}
@media screen and (max-width: 1000px)  {
.pagetop-comment-white{
font-size: 1.2em;
  }
}
@media screen and (max-width: 770px)  {
.pagetop-comment-white{
margin-left: 14%;
  }
}


#content-top {
	position: relative;
	height: 46vh;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
  background-image: url(../img/01-2560.jpg);
  background-position: 20% 99%;
  background-size: cover;
}

#content-top .follow {
	position: fixed;
	top: 0;
	border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-top{
  height: 60vh;
  }
}
/* index.htmlのヘッダースタイリング */

/* charge.htmlのヘッダースタイリング */
#content-charge {
	position: relative;
	height: 46vh;
	background-image: url(../img/02-2560.jpg);
  background-position: 50% 50%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}
#content-charge .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-charge{
  height: 60vh;
  }
}

/* charge.htmlのヘッダースタイリング */

/* vehicle.htmlのヘッダースタイリング */
#content-vehicle {
	position: relative;
	height: 46vh;
	background-image: url(../img/03-2560.jpg);
  background-position: 50% 60%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}

#content-vehicle .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-vehicle{
  height: 60vh;
  }
}
/* vehicle.htmlのヘッダースタイリング */

/* example.htmlのヘッダースタイリング */
#content-example {
	position: relative;
	height: 46vh;
	background-image: url(../img/04-2560.jpg);
  background-position: 50% 70%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}
#content-example .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-example{
  height: 60vh;
  }
}
/* example.htmlのヘッダースタイリング */

/* contact.htmlのヘッダースタイリング */
#content-contact {
	position: relative;
	height: 46vh;
	background-image: url(../img/05-2560.jpg);
  background-position: 50% 60%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}
#content-contact .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-contact{
  height: 60vh;
  }
}
/* contact.htmlのヘッダースタイリング */

/* information.htmlのヘッダースタイリング */
#content-information {
	position: relative;
	height: 46vh;
	background-image: url(../img/06-2560.jpg);
  background-position: 50% 70%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}
#content-information .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-information{
  height: 60vh;
  }
}
/* information.htmlのヘッダースタイリング */

/* company.htmlのヘッダースタイリング */
#content-company {
	position: relative;
	height: 46vh;
	background-image: url(../img/07-2560.jpg);
  background-position: 50% 40%;
  background-size: cover;
	transform:
	translateZ(-#{$scroll-factor * 2}px)
	scale(1 + $scroll-factor * 2);
}
#content-company .follow {
	position: fixed;
	top: 0;
	/* background-color: rgba(255, 255, 255, .9); */
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 770px)  {
  #content-company{
  height: 60vh;
  }
}
/* company.htmlのヘッダースタイリング */



/* PC用フッターメニューのスタイリング */
.footer_image{
	width: 100%;
	height: 300px;
	background-image: url(../img/08-2560.jpg);
	background-position: 80% 1%;
	background-size: cover;
	margin-bottom: -2px;
}
@media screen and (max-width: 920px)  {
  .footer_image{
  	height: 200px;
  }
}
.footer_nav{
	width: 100%;
	min-height: 80px;
	margin-bottom: -2px;
  background-color: #51a6ff;
}
.phone-footer_nav{
	margin-top: 10px;
	width: 100%;
	min-height: 220px;
	background-color: #51a6ff;
	margin-bottom: -2px;
	display: none;
}
@media screen and (max-width: 480px)  {
		.footer_nav{
			display: none;
		}
		.phone-footer_nav{
			display: block;
		}
}
.copyligft{
	width: 100%;
	height: 100px;
	background: rgba(63, 63, 63, .9);
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.footer-menu {
  margin: 0 auto;
  max-width: 80em;
  padding: 1em 0;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 1em;
}
.module {
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
}

@supports (display: grid) {
  .module {
    margin: 0;
  }
}
/* PC用フッターメニューのスタイリング */

/* フッターからのページ内リンクの高さ調整のためのスタイリング */
#point01,#point02,#point03,#point04,#point05,#point06,#point07,#point08,#point09,#point10{
	position: relative;
	top: -100px;
	display: block;
}
#contact-point01,#contact-point02,#contact-point03,#contact-point04,#contact-point05,#contact-point06,#contact-point-03{
	position: relative;
	top: -100px;
	display: block;
}

/* フッターからのページ内リンクの高さ調整のためのスタイリング */
/* フッターメニューボタンアニメーションのためのCSS */
.btn3{
  display: block;
  text-align: left;
  text-decoration: none;
  transition: .2s;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 30px;
  font-size: 1em;
  color: #e8e8e8;
}
.btn3:hover{
  color: #fff;
  transition: .2s;
}
.btn5{
  text-align: left;
  display: block;
  text-decoration: none;
  transition: .2s;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 6px;
  color: #e8e8e8;
  font-size: 0.8em
}
.btn5:hover{
  color: #fff;
  transition: .2s;
}
/* フッターメニューボタンアニメーションのためのCSS */

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 5px auto 30px;
  padding: 0;
  margin: 0 auto;
  padding-left: 2%;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 14%;
  float: left;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #51a6ff;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #5589fe;
  background: #64a6fc;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #64a6fc;
}
.dropmenu li a:hover{
  background: #5589fe;
}

#normal { position: relative; z-index: 8; }
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

@media screen and (max-width: 920px)  {
		#normal li:hover ul{
			display: none;
		}
    .dropmenu li{
      width: 25%;
    }
}


.res-up1300{
  margin-top: -60px;
}
.res-1300{
	display: none;
}
@media screen and (max-width: 1300px)  {
	.res-up1300{
		display: none;
	}
	.res-1300{
		display: block;
    float: left;
	}
}
