.staff_archive .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: none;
}
.c-button-primary {
  color: #fff;
  /*color: #32312f;*/
  background-color: #808080 !important;
  border: none;
}
.l-header.is-top .c-button-primary {
  color: #fff;
  background-color: #808080;
  border: none;
}
.l-footer {
  padding: 100px 0 90px;
  background-color: #6a747b;
}

@media only screen and (max-width: 991px) {
  .top .sec-mv .swiper-slide {
    padding-top: 0;
  }

  .top .sec-mv .swiper-slide img {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
}

.contact .form-wrap .button-back {
  max-width: 320px;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #32312f;
  border: 1px solid #32312f;
  border-radius: 27px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.l-footer .list,
.l-header .list {
  border: none;
  background: transparent;
}

body.landing-body header {
  position: fixed;
  z-index: 99;
}

body.landing-body .mv {
  padding-top: 87px;
}

@media only screen and (min-width: 992px) {
  body.landing-body .mv {
    padding-top: 97px;
  }
}

.sec-recruit .nail-eye-bnr {
  max-width: 710px;
  width: 100%;
  margin: 15px auto 0;
  display: block;
}

.l-header .nav-wrap .nav .list .item ul li a {
  padding-left: 25px;
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.l-header .nav-wrap .nav .list .item ul li {
  margin-top: 10px;
}

.l-header .nav-wrap .nav .list .item ul li a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li {
  margin-top: 10px;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li a {
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  body.landing-body .youtube {
    margin-top: 60px;
  }
}

body.landing-body .youtube .bnr-career {
  max-width: 650px;
  margin: 0 auto 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  body.landing-body .youtube .bnr-career {
    margin-bottom: 0;
  }
}
