img {
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  position: fixed;
  z-index: 11;
}
@media only screen and (max-width: 750px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  max-width: 1740px;
  width: calc(100% - 70px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .header__inner {
    width: calc(100% - 16px);
  }
}
.header__logo {
width: 100%;
max-width: 320px;
}
@media only screen and (max-width: 750px) {
  .header__logo {
    max-width: 264px;
    padding-right: 8px;
  }
}
.header__btn {
  width: 185px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #22bbd9;
  display: block;
}
@media only screen and (max-width: 750px) {
  .header__btn {
    width: 140px;
    padding: 5px;
    font-size: 14px;
  }
}

.footer {
  background-color: #1e2626;
}
.footer__box {
  padding: 18px 0;
}
@media only screen and (max-width: 750px) {
  .footer__box {
    padding: 12px 0;
  }
}
.footer__small {
  font-size: 14px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.scroll {
  overflow: auto;
}/*# sourceMappingURL=common.css.map */