footer {
  width: 100%;
  padding: 50px 0 30px;
  background-color: #6E60A8;
}
footer .inner-box {
  width: 85%;
  margin: 0 auto 50px;
}
footer .inner-box .c-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .inner-box .c-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  footer .inner-box .c-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  footer .inner-box .c-name {
    font-size: 20px;
  }
}
footer .inner-box .add {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner-box .add {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  footer .inner-box .add {
    font-size: 14px;
  }
}
footer .inner-box .num li {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
footer .inner-box .num li div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .inner-box .num li div {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  footer .inner-box .num li div {
    font-size: 14px;
  }
}
footer small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=footer.css.map */