@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

@media screen and (max-width: 767px) and (min-width:375px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .sp {
    display: block;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.footer {
  width: 100%;
  padding: 40px 0 32px;
  background-color: #fff;
  text-align: center;
}
.footer .footer__logo .logo {
  width: 140px;
  height: 140px;
  display: block;
  margin: auto;
}
.footer .footer__logo .logo img {
  width: inherit;
  height: inherit;
}
.footer .footer__logo .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer .footer__logo .sns a {
  width: 22px;
  height: 22px;
  display: block;
}
.footer .footer__logo .sns a img {
  width: inherit;
  height: inherit;
}
.footer .footer__logo .sns a {
  width: 30px;
  height: 30px;
  display: block;
}
.footer .footer__logo .sns a img {
  width: inherit;
  height: inherit;
}
.footer .ycu {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  background-color: #2163A7;
  margin: auto;
  margin-top: 30px;
}
.footer .texts {
  margin-top: 24px;
}
.footer .texts a, .footer .texts p {
  color: #333;
  font-size: 18px;
  display: block;
  margin-top: 16px;
  line-height: 18px;
}
.footer small {
  color: #aaa;
  font-size: 14px;
  line-height: 14px;
  margin-top: 32px;
  display: block;
}/*# sourceMappingURL=common.css.map */