@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  margin: 0;
  color: #fff;
  background-color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#mainvisual {
  height: 100vh;
  background-image: url(mainvisual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#mainvisual h2 {
  margin: 0;
  width: 150px;
  position: absolute;
  top: 50px;
  left: 50px;
}

#mainvisual img {
  -webkit-animation: 5s linear infinite rotation1;
          animation: 5s linear infinite rotation1;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#mainvisual h1 {
  position: absolute;
  top: 300px;
  left: 500px;
  background-color: rgba(0, 0, 0, 0.644);
  font-size: 3rem;
  padding: 30px 50px;
}

/*========= ナビゲーションのためのCSS ===============*/
/*アクティブになったエリア*/
#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #999;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  -webkit-transition: all .6s;
  transition: all .6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  -webkit-transform: scale(50);
          transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: block;
  /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  text-align: center;
  list-style: none;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 70px;
  height: 70px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn span:nth-of-type(3) {
  top: 39px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

#photo {
  margin-top: 100px;
}

#menu {
  margin-top: 150px;
}

#menu h2 {
  text-align: center;
  font-size: 1.5rem;
}

#menu #menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#menu #menu-flex #menu-text {
  width: 60%;
  background-color: #d4b78b;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
}

#menu #menu-flex #menu-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu #menu-flex #menu-text dl dt {
  width: 70%;
}

#menu #menu-flex #menu-text dl dd {
  width: 30%;
  margin: 0;
}

#menu #menu-flex #menu-image {
  width: 40%;
  position: absolute;
  top: 30px;
  right: 30px;
  border: cadetblue 3px solid;
}

#career {
  margin-top: 150px;
}

#career h2 {
  text-align: center;
  font-size: 1.5rem;
}

#career #career-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#career #career-flex #career-image {
  width: 40%;
  position: absolute;
  top: 30px;
  right: 30px;
  border: #4d599c 3px solid;
}

#career #career-flex #career-text {
  width: 60%;
  padding: 0 30px;
  background: #dedd87;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
}

#access {
  margin-top: 150px;
}

#access h2 {
  text-align: center;
  font-size: 1.5rem;
}

#access #access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
  color: #333;
}

#access #access-flex #access-text {
  width: 50%;
  padding: 0 30px;
}

#access #access-flex #access-map {
  width: 50%;
  padding: 30px 30px;
}

#access #access-flex #access-map iframe {
  width: 100%;
  height: 300px;
}

footer {
  margin-top: 100px;
  background: #555;
  height: 150px;
}

footer #footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footer-flex #footer-logo {
  width: 100px;
  line-height: 150px;
  margin-left: 100px;
}

footer #footer-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-top: 0;
}

footer #footer-flex ul li {
  padding-right: 50px;
}

@media screen and (max-width: 800px) {
  #mainvisual h1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.5rem;
  }
  #photo ul {
    padding: 0;
  }
  #menu #menu-flex {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: static;
  }
  #menu #menu-flex #menu-text {
    width: 100%;
  }
  #menu #menu-flex #menu-image {
    position: static;
    width: 100%;
  }
  #career #career-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
  }
  #career #career-flex #career-text {
    width: 100%;
  }
  #career #career-flex #career-image {
    position: static;
    width: 100%;
  }
  #access #access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
  }
  #access #access-flex #access-text {
    width: 100%;
  }
  #access #access-flex #access-map {
    width: 100%;
  }
  #access #access-flex #access-map iframe {
    width: 300px;
  }
  footer #footer-logo {
    margin: 0 auto !important;
  }
  footer #footer-nav {
    display: none;
  }
  .wrap {
    overflow: hidden;
  }
}
/*# sourceMappingURL=styles.css.map */