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

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

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

a:hover {
  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 .3s;
  opacity: .2; }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1; }

.slider {
  width: 100%; }

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

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: .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; }

h4 {
  display: flex;
  align-items: center;
  /* 垂直中心 */ }

h4:before {
  border-top: 1px solid;
  content: "";
  width: 2em;
  /* 線の長さ */
  margin-right: 0.5em; }

#service {
  position: relative; }

#company {
  color: #fff;
  position: relative; }

#contact {
  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; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scrolldown1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 0.9rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 5%;
  bottom: 3%;
  /*全体の高さ*/
  height: 50px;
  font-weight: 600; }

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -7px;
  top: -50px;
  /*テキストの形状*/
  color: #330000;
  font-size: 0.7rem;
  letter-spacing: 0.05em; }

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #330000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0; }

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
