.recruit-info-link-button {
  padding: 100px 0 100px;
}

.recruit-info-link-button a {
  display: block;
  text-align: center;
  padding: 12px 0 0 0;
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  border-radius: 20px;
  background-color: #666666;
  width: 300px;
  height: 40px;
  position: relative;
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

.recruit-info-link-button a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061 ";
  white-space: pre;
  margin-right: 15px;
  position: absolute;
  right: 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .recruit-info-link-button a {
    width: 89.583vw;
    height: 13.021vw;
    border-radius: 6.51vw;
    font-size: 3.646vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.site-header__navigation-item.site-header__navigation-item-recruit a {
  padding: 10px 22px;
  border-radius: 100px;
  color: #ffffff;
  background: #C40913;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border: none;
  transition: all 0.2s;
}

.site-header__navigation-item.site-header__navigation-item-recruit a:hover {
  background: #ffffff;
  color: #000000;
  padding: 10px 22px;
  transform: scale(1.1);
}

@media screen and (min-width: 769px) {
  .brand__item:nth-child(5n+4) .brand__img {
    margin-left: 12%;
  }

  .brand__item:nth-child(5n+2) .brand__img {
    margin-left: 4%;
  }

  .brand__item:nth-child(5n+3) .brand__img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .site-header__navigation-item.site-header__navigation-item-recruit a {
    width: auto;
    margin: 5vw auto;
  }

  .site-header__navigation-item.site-header__navigation-item-recruit a:hover {
    color: #ffffff;
    background: #C40913;
  }

  .brand__item:nth-child(3n-1) .brand__img {
    display: block;
    margin: 0 auto;
  }
}

.site-footer__logo {
  flex-direction: column;
}

.site-footer__logo-buttons {
  width: 100%;
  margin: 10px 0 0 0;
}

.site-footer__logo-buttons a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .site-footer__logo-buttons {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
  }
  .site-footer__logo-buttons a {
    width: auto;
  }
}

#slider {
  height: 700px;
  display: none;
}
#slider .slick-list {
  height: 100%;
}
#slider .slick-track {
  height: 100%;
}
#slider .slick-slide {
  height: 100%;
  padding: 0 5px;
}
#slider .slick-list img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #slider {
      height: auto;
  }
  #slider .slick-list {
      height: 100%;
  }
  #slider .slick-track {
      height: 100%;
  }
  #slider .slick-slide {
      height: 100%;
      padding: 0;
  }
  #slider .slick-list img {
      width: 100%;
      height: auto;
  }
}
.site-footer {
  height: auto;
  padding-bottom: 40px;
}
.site-footer__sns-buttons {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
  height: 35px;
  gap: 23px;
}
.site-footer__sns-buttons .sns_title {
  background: url(/cms/wp-content/themes/masaya/assets/img/common/footer_sns_anchr.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 5px 5px;
} 
.site-footer__sns-buttons a {
  display: block;
  height: auto;
  width: 35px;
} 
.site-footer__sns-buttons a img {
  height: auto;
  width: 100%;
} 
@media only screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 0;
    height: auto;
  }
  .site-footer__sns-buttons {
    margin: 6.7vw 0 9.4vw;
    height: 9.4vw;
    gap: 8.1vw;
    justify-content: center;
  }
  .site-footer__sns-buttons .sns_title {
    padding: 0 2vw 2vw;
    font-size: 3.2vw;
  } 
  .site-footer__sns-buttons a {
    width: 9.4vw;
  } 
  .site-footer__sns-buttons a img {
  } 

  .site-footer__logo-credit {
    width: 100%;
    padding: 5vw;
    background: #ffffff;
  }
}


.site-header__navigation-item.site-header__navigation-item-narcis {
    margin: 0 16px;
}
.site-header__navigation-item.site-header__navigation-item-recruit {
    margin: 0 16px;
}
.site-header__navigation-item.site-header__navigation-item-narcis a {
    padding: 10px 22px;
    border-radius: 100px;
    color: #ffffff;
    background-color: #9f8559;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    border: none;
    transition: all 0.2s;
}
.site-header__navigation-item.site-header__navigation-item-narcis a:hover {
    background: #ffffff;
    color: #000000;
    padding: 10px 22px;
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    .site-header__navigation-item.site-header__navigation-item-narcis a {
        width: auto;
        margin: 5vw auto;
    }
}
