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

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header .header-logo img {
  opacity: 0;
}

.header .header-logo img.wh {
  opacity: 1;
}

.header .header-lang {
  border-left: 1px solid #4d4d4d;
}

.header .header-lang span {
  color: #313131;
}

.header .header-lang span a, .header .header-lang span a:link, .header .header-lang span a:visited {
  color: #313131;
}

.header .header-lang span.active a, .header .header-lang span.active a:link, .header .header-lang span.active a:visited {
  color: #cb322b;
}

.header .header-lang span.active:before {
  background-color: #cb322b;
}

.header-navi .header-navi-list__item a, .header-navi .header-navi-list__item a:link, .header-navi .header-navi-list__item a:visited {
  color: #313131;
}

.header-navi .header-navi-list__item.active a, .header-navi .header-navi-list__item.active a:link, .header-navi .header-navi-list__item.active a:visited {
  color: #cb322b;
}

.main {
  padding: 0;
}

.main-content {
  margin: 0;
}

.box1 {
  margin: 0;
}

.box-area {
  width: 100%;
  height: 100vh;
  background-image: url(/tech/life/img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.box-copyright {
  font-size: 10px;
  position: absolute;
  right: 1.87%;
  bottom: 2.7em;
}

@media screen and (min-width: 769px) {
  .header .header-inner {
    border-bottom: 1px solid #4d4d4d;
  }
  .header .header-logo {
    border-right: 1px solid #4d4d4d;
  }
  .header-inner {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    border-bottom: 0.3vw solid #4d4d4d !important;
  }
  .header .header-contact {
    border-left: 0.3vw solid #4d4d4d !important;
    border-right: 0.3vw solid #4d4d4d !important;
  }
  .box-area {
    background-image: url(/tech/life/img/main-sp.jpg);
  }
  .box-copyright {
    font-size: 2.4vw;
    right: auto;
    bottom: 5vw;
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=life.css.map */
