@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/* RESET
----------------------------------------------------------------------------------------------------*/
a, article, body, dd, div, dl, dt, em, form, footer, header, h1, h2, h3, h4, h5, h6, html, i, iframe, img, label, legend, li, nav, ol, p, section, main, span, table, tbody, tfoot, thead, time, tr, th, td, ul, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
  text-align: left;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
  text-align: left;
}

article, footer, header, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

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

 * アンカータグの設定

---------------------------------------------- */
#header a {
  outline: none;
  color: #333;
}

#header a:hover {
  text-decoration: none;
}

#header a, a:hover, a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

#header a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

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

 * 要素を左右中央寄せ

---------------------------------------------- */
.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

.container {
  margin: 0 auto;
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 769px), print {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }
  .gutters .colR:first-child {
    margin-right: 0;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  border-bottom: 1px solid #222;
  z-index: 191;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

#gNav {
  width: 100%;
}

#gNav ul {
  margin: 0 80px;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #header {
    margin: 0 auto;
    height: 60px;
  }
  .h_logo {
    width: 180px;
    position: absolute;
    top: 18px;
    left: 25px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  #header {
    height: 80px;
  }
  .h_logo img {
    width: 190px;
    padding-left: 25px;
  }
  #h_top {
    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;
  }
  #gNav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer {
  padding: 50px 0;
  margin: 0 auto;
  background: #b4b4b4;
  line-height: 30px;
  height: 300px;
}

@media only screen and (max-width: 769x) {
  footer footer {
    max-width: 100%;
    width: 100%;
    padding: 60px 0 0;
    height: 200px;
  }
}

@media only screen and (max-width: 480x) {
  footer footer {
    max-width: 100%;
    width: 100%;
    padding: 60px 0;
    height: 200px;
  }
}

footer p {
  font-size: 14px;
  line-height: 17px;
  margin: 3px 0 0 20px;
  color: black;
}

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

　   CONTENTS

--------------------------------------------------------------------------------------------- */
/* the important bits */
.main-container li {
  -webkit-perspective: 400px;
          perspective: 400px;
}

.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  pointer-events: none;
  background-color: rgba(216, 216, 216, 0.9);
}

.in-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}

@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}

/* ul */
.main-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

.main-container > ul {
  max-width: 100%;
  width: 100%;
  padding: 0 5px;
  margin: 120px auto 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-container > ul:after {
  content: "";
  display: table;
  clear: both;
}

.main-container li {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  margin: 15px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-container li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
}

h3 {
  margin: 5px auto;
  font-size: 18px;
  text-align: center;
  color: rgba(34, 34, 34, 0.9);
  line-height: 2;
  margin-bottom: 0;
}

.main-container p {
  text-align: center;
  margin: 15px auto 0;
  width: 45px;
  height: 45px;
  max-width: 100%;
}

.normal {
  width: 100%;
  height: 100%;
  color: rgba(52, 73, 94, 0.6);
  -webkit-box-shadow: inset 0 2px 20px #e6ebed;
          box-shadow: inset 0 2px 20px #e6ebed;
  text-align: center;
  font-size: 50px;
  line-height: 200px;
}

.arrow {
  width: 20px;
  height: 20px;
  left: 0;
  top: 20px;
  text-align: center;
}

.main-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding-top: 18px;
  }
  .main-container > ul {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
  .main-container li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .main-container {
    margin: 0 auto;
  }
  .main-container > ul {
    width: 100%;
    margin: 80px 12px;
    text-align: center;
  }
  .main-container li {
    width: 150px;
    height: 150px;
    margin: 10px;
    text-align: center;
    overflow: hidden;
  }
  .main-container p {
    text-align: center;
    margin: 5px auto 0;
    width: 25px;
    height: 25px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 詳細ページ　詳細ページ 詳細ページ　詳細ページ　詳細ページ　詳細ページ　詳細ページ　詳細ページ*/
.detail-page {
  max-width: 1200px;
  width: 100%;
  margin: 120px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.left-article {
  max-width: 100%;
  width: 420px;
}

.eng {
  font-size: 12px;
  padding: 0 12px;
  margin: -4px;
}

.engplan {
  font-size: 12px;
  padding: 0 12px;
  margin: -4px auto 8px;
}

.eng-title {
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
}

.feature {
  font-size: 12px;
  padding: 5px 8px;
  margin-bottom: 15px;
}

.feature img {
  max-width: 100%;
  width: 420px;
  height: auto;
  margin-top: 10px;
}

.feature-title {
  font-size: 22px;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .detail-page {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .left-article {
    margin: 20px;
	width:calc(100%-40px);
  }
  .slide-item img {
    display: block;
  }
  #thumbnail-list > ul {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .slide-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 5px 30px;
    text-align: center;
    padding: 10px;
  }
  .slide-item img {
    display: block;
  }
}

/* slick */
#wrap {
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  float: right;
  max-width: 100%;
}

#slider {
  width: 300px;
  margin: 0 auto 30px;
}

.slide-item {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slide-item img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#thumbnail-list {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

/*メニュー部分*/
.btn-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
}

.menu-btn {
  width: 100%;
  height: 30px;
  margin: 120px auto -80px;
  padding: 0;
  font-size: 12px;
  background-color: #c9c4b5;
  border: 1px solid #c9c4b5;
}

/* 概要ページ 概要ページ 概要ページ 概要ページ 概要ページ 概要ページ 概要ページ 概要ページ */
.kaisha {
  max-width: 100%;
  width: 980px;
  margin: 30px auto 80px;
  font-size: 14px;
}

.kaisha h2 {
  font-size: 20px;
  margin: 120px auto 10px;
  text-align: center;
}

.kaisha th,
.kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
}

.kaisha th {
  font-weight: normal;
  background-color: #dedede;
}

@media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display: block;
  }
  .kaisha th {
    width: auto;
  }
}

@media screen and (max-width: 480x) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display: block;
  }
  .kaisha th {
    width: auto;
  }
}

/*svgアニメーション*/
.svg-wrapper {
  width: 100%;
  height: 100vh;
  background: #fff;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.opbox {
  width: 200px;
  margin: 50px auto 0;
  z-index: 100;
}

[class^="txt"] {
  fill: #fff;
  stroke: #444;
  stroke-width: 0;
  stroke-dasharray: 990px;
  stroke-dashoffset: 990px;
  -webkit-animation: txt-anime 2s linear forwards;
          animation: txt-anime 2s linear forwards;
}

@-webkit-keyframes txt-anime {
  0% {
    stroke-dashoffset: 990px;
  }
  80% {
    stroke-dashoffset: 110px;
    fill: #444;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #444;
  }
}

@keyframes txt-anime {
  0% {
    stroke-dashoffset: 990px;
  }
  80% {
    stroke-dashoffset: 110px;
    fill: #444;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #444;
  }
}

.txt2 {
  -webkit-animation: txt-anime 1s 1.5s linear forwards;
          animation: txt-anime 1s 1.5s linear forwards;
}

.txt3 {
  -webkit-animation: txt-anime 1s 2s linear forwards;
          animation: txt-anime 1s 2s linear forwards;
}

.txt4 {
  -webkit-animation: txt-anime 1s 2.5s linear forwards;
          animation: txt-anime 1s 2.5s linear forwards;
}

.txt5 {
  -webkit-animation: txt-anime 1s 2.5s linear forwards;
          animation: txt-anime 1s 2.5s linear forwards;
}

.txt6 {
  -webkit-animation: txt-anime 1s 3s linear forwards;
          animation: txt-anime 1s 3s linear forwards;
}

.txt7 {
  -webkit-animation: txt-anime 1s 3s linear forwards;
          animation: txt-anime 1s 3s linear forwards;
}

.txt8 {
  -webkit-animation: txt-anime 1s 3.5s linear forwards;
          animation: txt-anime 1s 3.5s linear forwards;
}

.txt9 {
  -webkit-animation: txt-anime 2s 4s linear forwards;
          animation: txt-anime 2s 4s linear forwards;
}
/*# sourceMappingURL=style.css.map */