@charset "UTF-8";
/* フッター ----------------------------------------------------- */
.footer {
  background-color: rgb(51, 51, 51);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 0;
}
@media (max-width: 1023px) {
  .footer {
    padding-bottom: 16px;
  }
}
.footer .footer-container {
  display: flex;
  min-height: 350px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  align-items: start;
  gap: 40px 95px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1365px) {
  .footer .footer-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .footer .footer-container {
    justify-content: center;
    max-width: 100%;
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer .company-info {
  display: flex;
  min-width: 300px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 300px;
}
.footer .company-logo {
  align-self: stretch;
  width: 100%;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  font: 700 14px/24px Noto Sans CJK JP, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 1023px) {
  .footer .company-logo {
    white-space: initial;
  }
}
.footer .logo-image {
  aspect-ratio: 9.43;
  object-fit: contain;
  object-position: center;
  width: 274px;
  max-width: 100%;
}
.footer .company-tagline {
  margin-top: 8px;
  font-size: 13px;
}
.footer .contact-info {
  margin-top: 33px;
  width: 224px;
  max-width: 100%;
  font-style: normal;
}
.footer .company-address {
  color: rgb(255, 255, 255);
  font: 400 14px/25px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}
.footer .info-links {
  display: flex;
  margin-top: 16px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}
.footer .map-link {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}
.footer .map-icon-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
  width: 16px;
  margin: auto 0;
}
.footer .map-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}
.footer .map-text {
  align-self: stretch;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  width: 76px;
  margin: auto 0;
  font: 400 14px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 1023px) {
  .footer .map-text {
    white-space: initial;
  }
}
.footer .policy-link {
  display: flex;
  margin-top: 19px;
  align-items: center;
  gap: 8px;
  justify-content: start;
}
.footer .policy-icon-wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
  width: 16px;
  margin: auto 0;
}
.footer .policy-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  margin: auto 0;
}
.footer .policy-text {
  align-self: stretch;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  width: 98px;
  margin: auto 0;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .footer .policy-text {
    white-space: initial;
  }
}
.footer .phone-section {
  display: flex;
  margin-top: 33px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: rgb(255, 255, 255);
  font-weight: 400;
  white-space: nowrap;
  justify-content: start;
}
.footer .phone-number {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .footer .phone-number {
    white-space: initial;
  }
}
.footer .phone-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}
.footer .phone-text {
  align-self: stretch;
  margin: auto 0;
}
.footer .phone-text a {
  color: #fff;
}
.footer .business-hours {
  font-size: 14px;
  align-self: end;
  margin-top: 7px;
}
.footer .main-content {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
@media (max-width: 1023px) {
  .footer .main-content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.footer .content-wrapper {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer .content-wrapper {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.footer .navigation-menu {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px 100px;
  /* justify-content: space-between; */
  flex-grow: 1;
  flex-shrink: 1;
  width: 260px;
}
@media (max-width: 1023px) {
  .footer .navigation-menu {
    width: 100%;
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .navigation-menu {
    gap: 80px;
  }
}
.footer .nav-column {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin: auto 0;
}
.footer .nav-column-1 {
  width: 111px;
}
.footer .nav-column-2 {
  width: 100px;
}
.footer .nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}
.footer .nav-item + .nav-item {
  margin-top: 20px;
}
.footer .nav-item-recruitment {
  gap: 12px;
}
.footer .nav-arrow {
  align-self: stretch;
  display: flex;
  min-height: 13px;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 13px;
  margin: auto 0;
  padding: 2px;
}
.footer .nav-arrow-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin: auto 0;
}
.footer .nav-link {
  color: rgb(255, 255, 255);
  align-self: stretch;
  margin: auto 0;
  font: 400 15px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}
.footer .certification-images {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 16px;
  justify-content: start;
}
.footer .certification-image-1 {
  aspect-ratio: 1.46;
  object-fit: contain;
  object-position: center;
  width: 194px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}
@media (max-width: 1023px) {
  .footer .certification-image-1 {
    width: auto;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .footer .certification-image-1 {
    height: 124px;
  }
}
.footer .certification-image-2 {
  aspect-ratio: 1.15;
  object-fit: contain;
  object-position: center;
  width: 153px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}
@media (max-width: 1023px) {
  .footer .certification-image-2 {
    width: auto;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .footer .certification-image-2 {
    height: 124px;
  }
}
.footer .company-description {
  color: rgb(255, 255, 255);
  margin-top: 36px;
  font: 400 12px/18px Noto Sans JP, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 1023px) {
  .footer .company-description {
    max-width: 100%;
  }
}
.footer .external-bnr {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 16px;
  padding-top: 36px;
}
.footer .external-bnr a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.footer .external-bnr a img {
  height: 64px;
}
.footer .external-bnr a img.bnr_wolfdogs {
  aspect-ratio: 300/91;
}
.footer .external-bnr a img.bnr_villages {
  aspect-ratio: 281/81;
}
.footer .external-bnr a span {
  font-size: 0.563rem;
  color: #fff;
}
.footer .copyright {
  color: rgb(255, 255, 255);
  text-align: right;
  margin-top: 36px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    max-width: 100%;
    text-align: center;
  }
}
.footer .go-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #222;
  z-index: 90;
}
.footer .go-to-top img {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}/*# sourceMappingURL=footer.css.map */