#footer {
  background: #F6F4ED;
  box-sizing: border-box;
  position: relative;
  overflow-x: clip;
}
#footer::before {
  content: "";
  background: url(../img/wave002.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  width: 110vw;
  height: 5.2083333333vw;
  position: absolute;
  top: -1.5vw;
  left: 0;
}
#footer .inner {
  padding-top: 3.6458333333vw;
  padding-bottom: 4.4270833333vw;
  box-sizing: border-box;
  position: relative;
}
#footer .top-box {
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .logo-box {
  width: auto;
  height: 7.2916666667vw;
}
#footer .logo-box a {
  display: flex;
  width: auto;
  height: 100%;
}
#footer .logo-box img {
  width: auto;
}
#footer .txt-box {
  padding-top: 0;
  position: relative;
}
#footer .txt-box .txt-p {
  color: #000000;
  margin-bottom: 0.2604166667vw;
}
#footer .txt-box .txt-l {
  display: block;
  color: #000000;
}
#footer .txt-box .txt-m {
  display: block;
  color: #000000;
}
#footer .menu-box {
  justify-content: space-between;
  width: 45%;
  align-items: flex-start;
}
#footer .menu-box .txt-a {
  width: 10.6770833333vw;
  height: 2.6041666667vw;
  max-height: 50px;
  border-radius: 50px;
  background: #248C61;
  color: #ffffff;
  border: solid 2px #248C61;
  transition: 1s;
}
#footer .menu-box .txt-a:hover {
  background: #ffffff;
  color: #248C61;
}
#footer .menu-box .footer-menus {
  width: calc(100% - 14.0625vw);
}
#footer .menu-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5625vw 0;
}
#footer .menu-box #menu-footer-menu li {
  width: 46%;
}
#footer .menu-box #menu-footer-menu li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.8333333333vw;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.5s;
}
#footer .menu-box #menu-footer-menu li a::before {
  content: none;
}
#footer .menu-box #menu-footer-menu li a:hover {
  color: #D20B1B;
}
#footer .menu-box #menu-footer-menu li a:hover .arrow {
  background: #D20B1B;
}
#footer .menu-box #menu-footer-menu li a:hover {
  color: #D20B1B;
}
#footer .link-box {
  margin-top: 2.6041666667vw;
  display: flex;
  gap: 0.5vw;
}
#footer .link-box .txt-o {
  width: 12.1145833333vw;
  height: 4.0833333333vw;
  transition: 1s;
}
#footer .link-box .txt-o:hover {
  opacity: 0.7;
}
#footer .txt-c {
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.8229166667vw;
  border-top: solid 0.1041666667vw #D20B1B;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #footer {
    background: #F6F4ED;
    box-sizing: border-box;
    position: relative;
    overflow-x: clip;
  }
  #footer::before {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -10px;
  }
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  #footer .top-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .logo-box {
    width: auto;
    height: 60px;
    margin: 0 auto;
  }
  #footer .logo-box a {
    display: flex;
    width: auto;
    height: 100%;
  }
  #footer .logo-box img {
    width: auto;
  }
  #footer .menu-box {
    margin-top: 40px;
    width: 100%;
  }
  #footer .menu-box .txt-a {
    width: 200px;
    height: 50px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
  }
  #footer .menu-box .footer-menus {
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  #footer .menu-box #menu-footer-menu li {
    width: 46%;
  }
  #footer .menu-box #menu-footer-menu li a {
    font-size: 16px;
  }
  #footer .menu-box #menu-footer-menu li a::before {
    content: none;
  }
  #footer .link-box {
    margin-top: 40px;
    gap: 10px 2%;
  }
  #footer .link-box .txt-o {
    width: 49%;
    height: 14.5vw;
  }
  #footer .txt-c {
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 1.3em;

    
    border-top: solid 0.1041666667vw #D20B1B;
    border-width: 2px;
    font-size: 10px;


  }
}
/*# sourceMappingURL=footer.css.map */