.c-recruit-banner {
  background: orange;
  top: initial;
  bottom: 8rem;
}

.c-recruit-banner:hover .c-recruit-banner__txt {
  color: orange;
}

.su-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .su-sp {
    display: block;
  }
}

.recruit-main .search__container__inner .row-search-box__item .search-box {
  z-index: 1;
}

.recruit-main .search__container__inner .row-search-box__item .search-box i {
  z-index: -1;
}

.header__container .hamburger__container .nav {
  width: 100%;
}

@media screen and (max-width: 1270px) {
  .header_image_flex {
    flex-wrap: wrap;
    row-gap: 0;
    width: 100%;
    margin: 0 auto;
  }
  .top-main .mv .wrap {
    max-width: 700px;
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 960px) {
  .top-main .mv .wrap {
    max-width: 500px;
  }
}
.su-fixed {
  position: fixed;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  bottom: 0;
  left: 50%;
  translate: -50%;
  z-index: 9999;
  width: 100vw;
}
@media screen and (min-width: 1101px) {
  .su-fixed {
    display: none;
  }
}
.su-fixed__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0 1.5rem;
  font-size: 1.5rem;
  gap: 0.8rem;
  color: #fff;
  font-weight: 700;
}
.su-fixed__btn::before {
  content: "";
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.su-fixed__btn.--tel {
  background-color: #00b050;
}
.su-fixed__btn.--tel::before {
  width: 2.4rem;
  background-image: url("../su-img/common/icon-tel.svg");
}
.su-fixed__btn.--mail {
  background-color: #ffa501;
}
.su-fixed__btn.--mail::before {
  width: 2rem;
  translate: 0 0.1rem;
  background-image: url("../su-img/common/icon-mail.svg");
}

@media screen and (max-width: 960px) {
  .footer__bg-txt {
    max-width: 50.3rem;
    width: 100%;
  }
}

.su-header__nav-wrapper {
  width: 73.75%;
}
@media screen and (max-width: 1100px) {
  .su-header__nav-wrapper {
    display: none;
  }
}

.su-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.6rem 0.7rem;
  font-size: 1.4rem;
  gap: 0.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color color;
  will-change: background-color color;
  border: 1px solid;
  box-sizing: border-box;
}
.su-header__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0.8rem;
}
.su-header__btn::before {
  content: "";
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color;
  will-change: background-color;
}
.su-header__btn.--tel {
  background-color: #00b050;
  border-color: #00b050;
}
.su-header__btn.--tel:focus-visible {
  color: #00b050;
  background-color: #fff;
}
.su-header__btn.--tel:focus-visible::before {
  background-color: #00b050;
}
@media (any-hover: hover) {
  .su-header__btn.--tel:hover {
    color: #00b050;
    background-color: #fff;
  }
  .su-header__btn.--tel:hover::before {
    background-color: #00b050;
  }
}
.su-header__btn.--tel::before {
  width: 3.2rem;
  background-color: #fff;
  -webkit-mask: url("../su-img/common/icon-tel.svg") center/cover no-repeat;
  mask: url("../su-img/common/icon-tel.svg") center/cover no-repeat;
}
.su-header__btn.--mail {
  background-color: #ffa501;
  border-color: #ffa501;
}
.su-header__btn.--mail:focus-visible {
  color: #ffa501;
  background-color: #fff;
}
.su-header__btn.--mail:focus-visible::before {
  background-color: #ffa501;
}
@media (any-hover: hover) {
  .su-header__btn.--mail:hover {
    color: #ffa501;
    background-color: #fff;
  }
  .su-header__btn.--mail:hover::before {
    background-color: #ffa501;
  }
}
.su-header__btn.--mail::before {
  width: 2.4rem;
  translate: 0 0.1rem;
  background-color: #fff;
  -webkit-mask: url("../su-img/common/icon-mail.svg") center/cover no-repeat;
  mask: url("../su-img/common/icon-mail.svg") center/cover no-repeat;
}

.header__container .header-nav {
  width: 100%;
}

.header {
  padding-top: 1rem;
}

.c-mv__title {
  top: 14.4rem;
}