.bg_color {
  background-color: #5B2A08;
  width: 100%;
  height: 100%;
}

.footer_logo_text{
  display: flex;
  flex-direction: column;
}
.footer_welfare_corporative {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: calc(28em / 18);
  letter-spacing: calc(0.36em / 18);
  color: #fff;
}

.footer_kenjukai {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: calc(28em / 22);
  letter-spacing: calc(0.44em / 22);
  color: #fff;
}

.footer_takatiho,
.footer_onoda,
.footer_chigusano,
.footer_karatu,
.footer_recruitment,
.footer_latest,
.footer_contact {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  letter-spacing: calc(0em / 16);
  color: #fff;
  padding-bottom: 1rem;
}

.footer_link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  letter-spacing: calc(0em / 16);
  color: #fff;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}

.footer_link_wrap {
  display: flex;
  gap: 6.1rem;
  margin-top: 2.5rem;
  margin-left: 7.5rem;
  padding-bottom: 4.6rem;
}

.footer_logo {
  padding-top: 3rem;
  padding-left: 2.5rem;
  width: fit-content;
}

.footer_circle {
  position: relative;
}

.footer_circle::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F4A805;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
}

.footer_space {
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width:699.98px) {
  .footer_link_wrap {
    display: block;
  }

  .bg_color {
    height: 100%;
  }

  .footer_welfare_corporative,
  .footer_kenjukai {
    font-weight: 500;
  }

  .footer_onoda,
  .footer_chigusano,
  .footer_karatu,
  .footer_recruitment,
  .footer_latest {
    margin-top: 2.5rem;
  }

  .footer_contact {
    margin-top: 2.1rem;
    padding-bottom: 4.5rem;
  }
}