@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.pc-inline {
  display: none !important;
}

.sp-inline {
  display: inline !important;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-size: 16px;
}

html body main {
  width: 100%;
  max-width: 100%;
}
html body .content-wrap .inner {
  padding: 0 1.5rem;
}
html body .content-wrap .staff-intro {
  padding: 1rem;
}
html body .content-wrap .staff-intro p {
  font-weight: bold;
  font-size: 0.9rem;
}
html body .content-wrap .btn-wrap p {
  font-size: 0.9rem;
}
html body .content-wrap .btn-wrap img {
  padding: 0.5rem 0 1.5rem;
}
html body > footer .inner img {
  max-width: 250px;
}