.footer{
  background-color: #F2F2F2;
}

.footer_backcollar {
  /* background-color: #F2F2F2; */
  width: 100%;
  /* height: 59.4rem; */
  padding-top: 7.2rem;
  padding-left: 48.81rem;
  padding-bottom: 6rem;
}

.footer_area {
  width: max-content;
}

.footer_address_logo {
  width: max-content;
}

.footer_logo {
  height: min(4.7rem,47px);
  width: min(22rem,220px);
  object-fit: contain;
}

.footer_address {
  font-size: min(1.5rem,15px);
  font-weight: 400;
  line-height: calc(24 / 15);
  margin-top: 2.1rem;
  margin-bottom: 5.2rem;
  font-family: var(--NotoSans);
}


.tel_title {
  font-size: min(1.8rem,18px);
  font-weight: 500;
  line-height: calc(30 / 18);
  margin-bottom: 0.2rem;
}

.footer_section {
  display: flex;
  width: 72rem;
  justify-content: space-between;
  /* margin-bottom: 8.3rem; */
}

.tel_icon_area {
  margin-bottom: 3.3rem;
}

.tel_icon_area:last-child {
  margin-bottom: 0;
}

.footer_tel_icon {
  width: 1.58rem;
  height: 2.03rem;
  object-fit: contain;
  filter: brightness(0);
  margin-right: 1.14rem;
}

.footer_tel_a {
  font-size: min(2.8rem,28px);
  font-weight: 700;
  display: flex;
  align-items: center;
  width: fit-content;
}

.footer_right_area {
  width: max-content;
  position: relative;
  height: max-content;
}

.footer_right_img {
  width: 36rem;
  height: 14rem;
  object-fit: contain;
  /* padding-top: 3.9rem; */
}

.footer_right_text_area {
  position: absolute;
  top: 0;
  padding-top: 3.9rem;
  margin: 0 auto;
  text-align: center;
  /* width: max-content; */
}

.footer_right_title {
  font-size: 1.9rem;
  line-height: calc(26 / 19);
  font-weight: 700;
  color: #fff;
  padding-left: 8.6rem;
  text-align: left;
  margin-bottom: 0.9rem;
}

.footer_right_link {
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(30 / 15);
  padding-left: 10.9rem;
  gap: 1rem;
}

.footer_arrow {
  background-color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
  padding: 0.9rem;
  border-radius: 3.4rem;
}

.copyright_text {
  text-align: center;
  font-size: min(1.5rem,15px);
  line-height: calc(20 / 15);
  /* background-color: #F2F2F2; */
  padding-bottom: 2rem;
}

.footer_recruit_area{
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer_recruit_link{
  position: relative;
}

.footer_recruit_img{
  width: 10rem;
  height: auto;
}

.footer_recruit_text{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 699.98px) {
  .footer_backcollar {
    padding-left: 3rem;
    padding-top: 5.0rem;
    padding-bottom: 0rem;
    padding-right: 3rem;
/* height: 41.1rem; */
  }

  .footer_logo {
    height: 4.5rem;
    width: 21.48rem;
  }

  .tel_icon_area {
    margin-bottom: 2.2rem;
  }

  .footer_address {
    font-size: 1.2rem;
    line-height: calc(24em / 12);
    margin-bottom: 3.1rem;
  }

  .footer_right_area {
    /* display: none; */
    width: auto;
  }

  .copyright_text {
    text-align: center;
    font-size: 1rem;
    line-height: calc(14 / 10);
    /* background-color: #F2F2F2; */
    padding-bottom: 3.0rem;
    padding-top: 5.2rem;
  }

  .footer_section {
    width: auto;
    margin-bottom: 0rem;
    flex-direction: column;
    gap: 4rem;
  }

  .tel_title {
    font-size: 1.5rem;
    line-height: calc(30 / 15);
    margin-bottom: 0;
  }

  .footer_right_img{
    width: 100%;
  }

  .footer_area{
    width: 100%;
  }
}