#footer {
  position: relative;
  background: #01640B;
}
#footer .inner {
  box-sizing: border-box;
  position: relative;
  padding-top: 5.2083333333vw;
}
#footer .inner::before {
  content: "";
  background: url(../img/footer_circle.webp) top no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
#footer .box {
  justify-content: space-between;
  padding-bottom: 3.6458333333vw;
}
#footer .txt-box {
  margin-top: 2.6041666667vw;
}
#footer .txt-box .logo {
  display: block;
  z-index: 2;
  margin-bottom: 1.5625vw;
}
#footer .txt-box .logo span {
  display: block;
  color: #ffffff;
  line-height: 1;
}
#footer .txt-box .logo span.txt-t {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 0.78125vw;
  color: #ffffff;
}
#footer .txt-box .logo span.txt-t span {
  background: #F3F4EE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01640B;
  width: 3.6458333333vw;
  height: 1.5625vw;
  border-radius: 0.2vw;
}
#footer .txt-box .logo:hover {
  opacity: 0.8;
}
#footer .txt-box .txt-p {
  color: #ffffff;
}
#footer .txt-box .txt-a {
  color: #ffffff;
  display: block;
  margin-top: 0.5vw;
  letter-spacing: 0.05vw;
}
#footer .map-box {
  width: 52.3%;
  flex: none;
  height: 20.8333333333vw;
  overflow: clip;
  border-radius: 1.0416666667vw;
}
#footer .map-box iframe {
  width: 100%;
  height: 100%;
}
#footer .txt-c {
  color: #01640B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125vw;
  background: #F3F4EE;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 50px;
  }
  #footer .box {
    padding-bottom: 50px;
  }
  #footer .txt-box {
    width: 100%;
  }
  #footer .txt-box .logo {
    display: block;
    z-index: 2;
    margin-bottom: 20px;
  }
  #footer .txt-box .logo span {
    display: block;
    color: #ffffff;
    line-height: 1;
    font-size: 24px;
  }
  #footer .txt-box .logo span.txt-t {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 10px;
  }
  #footer .txt-box .logo span.txt-t span {
    width: 55px;
    height: 22px;
    font-size: 12px;
    border-radius: 4px;
  }
  #footer .txt-box .logo:hover {
    opacity: 0.8;
  }
  #footer .txt-box .txt-p {
    font-size: 16px;
  }
  #footer .txt-box .txt-a {
    font-size: 16px;
    margin-top: 5px;
  }
  #footer .map-box {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }
  #footer .txt-c {
    font-size: 10px;
    height: 30px;
  }
}
/*# sourceMappingURL=footer.css.map */