@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #5b5b5b;
}

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
}

a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  color: #666;
  transition-duration: 0.3s;
}

.slider {
  width: 100%;
}

.slick-slide img {
  width: 100%;
  vertical-align: middle;
}

.slick-prev:before,
.slick-next:before {
  color: 4c4b48;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slider {
  width: 100%;
}

.slick-slide img {
  width: 100%;
  vertical-align: bottom;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

h5 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

#service {
  position: relative;
}

#company {
  position: relative;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.warpArea {
  background-color: #fff;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=common.css.map */