﻿body, html {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #000000;
  min-width: 1000px;
}
.rel {
  position: relative;
  display: block;
}
.abs {
  position: absolute;
  display: block;
}
.btn .on {
  cursor: pointer;
}
.top_block {
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}
.top_block_logo {
  width: 300px;
  height: 54px;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -150px;
}
.navi_logo {
  top: 50px;
  left: 50px;
}
.top_navi {
  left: 50px;
  top: 150px;
}
.top_navi li {
  margin-bottom: 10px;
  cursor: pointer;
}
.scroll_anim {
  bottom: 30px;
  left: 50%;
  width: 42px;
  height: 46px;
  margin-left: -21px;
}
.copyright {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  bottom: 17px;
}
.about_block, .service_block, .access_block {
  background: #f2f2f2;
  padding: 55px 0 75px;
  width: 100%;
  text-align: center;
}
.concept_block, .company_block {
  padding: 55px 0 75px;
  width: 100%;
  text-align: center;
}
.service_btn {
  width: 900px;
  height: auto;
  margin: 0 auto 20px;
}
.service_btn img {
  display: block;
}
.service_btn .on {
  right: 0;
  bottom: 0;
}
.map_block {
  width: 900px;
  height: 450px;
  margin: 0 auto;
}
.footer {
  width: 100%;
  height: auto;
  background: #6c8531;
  padding: 30px 0 15px;
  text-align: center;
}
hr {
  width: 100%;
  border-top: 1px dotted #797979;
  margin: 30px auto 50px;
}
.pageTop {
  bottom: 20px;
  right: 45px;
  position: relative;
  display: block;
}
.footer_btns {
  width: 810px;
  height: 94px;
  margin: 0 auto 25px;
}
.footer_btns li {
  float: left;
  margin: 0 36px;
  height: 94px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb70 {
  margin-bottom: 70px;
}
.logo_earth {
  left: 94px;
  top: 0;
  animation-name: flipInY;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-name: flipInY;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: flipInY;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: flipInY;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: both;
  -ms-animation-iteration-count: infinite;
}
@keyframes flipInY {
  from {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
  }
}
/*---------------------------------------------------------------------
	ヘッダー
---------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
}
.header #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  min-width: 400px;
  width: 27.8vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(141, 141, 141, 0.3);
  transition: right 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 35px;
  overflow-y: scroll;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.header #g-nav.panelactive {
  right: 0;
}
.header #g-nav ul {
  display: flex;
  flex-direction: column;
  grid-row-gap: ;
  column-gap: 0;
  height: auto;
  align-items: flex-start;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  cursor: pointer;
  width: 60px;
  height: 100%;
  z-index: 1000;
  position: absolute;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 6px;
}
.openbtn span {
  width: 100%;
  height: 2px;
  background-color: #606060;
  transition: transform 0.2s ease-out;
}
.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-20deg);
  transform: translateY(2px) rotate(-20deg);
}
.openbtn.active span:last-of-type {
  -webkit-transform: translateY(-7px) rotate(20deg);
  transform: translateY(-7px) rotate(20deg);
}
@media screen and (max-width: 768px) {
  body.active {
    overflow: hidden;
  }
  .header #g-nav {
    min-width: 340px;
  }
  .header #g-nav ul {
    row-gap: 20px;
    height: calc(100% - 240px);
  }
  .header #g-nav ul li img {
    height: 40px;
  }
}