.c-panel_contact__tel {
  width: auto;
  margin-left: auto;
}

.c-panel_contact__telItem {
  justify-content: flex-start;
}

.p-home_kv__catchMain span {
  filter: drop-shadow(2px 2px 4px #333);
}

.p-home_office .c-inner {
  max-width: 100%;
}
.p-home_office .c-inner .p-home_office__wrap {
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .p-home_office .c-inner .p-home_office__wrap {
    flex-wrap: wrap;
  }
}
.p-home_office .c-inner .p-home_office__wrap .p-home_office__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 991px) {
  .p-home_office .c-inner .p-home_office__wrap .p-home_office__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_office .c-inner .p-home_office__wrap .p-home_office__item {
    width: 100%;
  }
}
.p-home_office .c-inner .p-home_office__wrap .p-home_office__item img {
  width: 100%;
}

@media screen and (max-width: 991.9px) {
  .c-panel_contact__tel {
    margin-left: 0;
  }
}

.c-form__field.-checkbox {
  flex-direction: column;
  align-items: start;
}

.p-recruit_btnWrap {
  margin-top: 10rem;
}
@media screen and (max-width: 767.9px) {
  .p-recruit_btnWrap {
    margin-top: 7.5rem;
  }
}

.p-recruit_head__ttl .main span {
  font-size: 0.8em;
}

.p-recruit_head__ttl .sub {
  padding-right: 0.5vw;
}

.l-header__inner {
  padding-right: 5vw;
  padding-top: 1em;
  padding-bottom: 1em;
}

body {
  padding-top: var(--header-height);
}/*# sourceMappingURL=include.css.map */