#footer {
  background: #FEFDFA;
  box-sizing: border-box;
  position: relative;
}
#footer .inner {
  padding-top: 3.6458333333vw;
  padding-bottom: 4.6875vw;
  box-sizing: border-box;
}
#footer .box {
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .txt-box {
  padding-top: 0;
  position: relative;
}
#footer .txt-box .logo-box {
  width: auto;
  height: 3.5416666667vw;
  margin-bottom: 1.25vw;
}
#footer .txt-box .logo-box a {
  display: flex;
  width: auto;
  height: 100%;
}
#footer .txt-box .logo-box a img {
  width: auto;
}
#footer .txt-box .logo-box a:hover {
  opacity: 0.8;
}
#footer .txt-box .txt-p {
  color: #253E54;
  margin-bottom: 1.25vw;
}
#footer .txt-box .txt-t {
  color: #253E54;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  line-height: 1;
  pointer-events: none;
}
#footer .txt-box .txt-t svg {
  display: flex;
  width: 2.0833333333vw;
  height: 2.0114583333vw;
}
#footer .txt-box .txt-n {
  text-align: center;
  color: #253E54;
  margin-top: 1vw;
}
#footer .txt-box .txt-l {
  box-sizing: border-box;
  border: solid 2px #1A6271;
  background: #1A6271;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5833333333vw;
  height: 3.6458333333vw;
  max-height: 70px;
  border-radius: 70px;
  margin: 0 auto;
  gap: 0.5vw;
  margin-top: 2.0833333333vw;
}
#footer .txt-box .txt-l svg {
  display: flex;
  width: 1.25vw;
  height: 1.25vw;
}
#footer .txt-box .txt-l svg path {
  transition: 1s;
  fill: #ffffff;
}
#footer .txt-box .txt-l:hover {
  background: #ffffff;
  color: #253E54;
}
#footer .txt-box .txt-l:hover svg path {
  fill: #253E54;
}
#footer .menu-box {
  justify-content: space-between;
  align-items: flex-start;
}
#footer .menu-box .footer-menus {
  width: 100%;
}
#footer .menu-box #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.6458333333vw;
}
#footer .menu-box #menu-footer-menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .menu-box #menu-footer-menu li a {
  display: flex;
  align-items: center;
  color: #253E54;
  font-size: 0.8333333333vw;
  font-family: "font-ZMGb", "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  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: #1A6271;
}
#footer .menu-box #menu-footer-menu li a:hover .arrow {
  background: #1A6271;
}
#footer .menu-box #menu-footer-menu li a:hover {
  color: #1A6271;
}
#footer .txt-c {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64.59%;
  line-height: 2.0833333333vw;
  box-sizing: border-box;
  margin: 0 auto;
  color: #253E54;
  border-top: solid 0.1041666667vw rgba(37, 62, 84, 0.35);
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #footer .box {
    flex-wrap: wrap;
    display: flex;
  }
  #footer .txt-box {
    padding-top: 0;
    position: relative;
    order: 2;
  }
  #footer .txt-box .logo-box {
    width: auto;
    height: 50px;
    margin-bottom: 30px;
  }
  #footer .txt-box .logo-box a {
    display: flex;
    width: auto;
    height: 100%;
  }
  #footer .txt-box .logo-box a img {
    width: auto;
  }
  #footer .txt-box .logo-box a:hover {
    opacity: 0.8;
  }
  #footer .txt-box .txt-p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #footer .txt-box .txt-t {
    gap: 10px;
    font-size: 32px;
    pointer-events: painted;
  }
  #footer .txt-box .txt-t svg {
    display: flex;
    width: 32px;
    height: 32px;
  }
  #footer .txt-box .txt-n {
    margin-top: 10px;
    font-size: 12px;
  }
  #footer .txt-box .txt-l {
    width: 100%;
    height: 60px;
    font-size: 16px;
    max-height: 60px;
    border-radius: 60px;
    font-size: 16px;
    gap: 10px;
    margin-top: 40px;
  }
  #footer .txt-box .txt-l svg {
    display: flex;
    width: 20px;
    height: 20px;
  }
  #footer .menu-box {
    justify-content: space-between;
    align-items: flex-start;
    order: 1;
    margin-bottom: 60px;
  }
  #footer .menu-box .footer-menus {
    width: 100%;
  }
  #footer .menu-box #menu-footer-menu {
    gap: 30px 0;
    justify-content: space-between;
  }
  #footer .menu-box #menu-footer-menu li {
    width: 47%;
  }
  #footer .menu-box #menu-footer-menu li a {
    font-size: 16px;
    justify-content: center;
    justify-content: flex-start;
  }
  #footer .txt-c {
    width: 90%;
    line-height: 40px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */