body.home,
body.privacy-policy,
body.page,
body.single {
  overflow: visible;
}

#body_wrap {
  z-index: 99999999;
}

.sh-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.sh-header-container {
  width: 100%;
  max-width: 1200px;
  height: 50px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .sh-header-container {
    height: 60px;
  }
}

.sh-logo {
  height: 100%;
  padding: 12px 0;
}
@media screen and (min-width: 576px) {
  .sh-logo {
    padding: 14px 0;
  }
}
.sh-logo img {
  height: 100%;
}

.sh-header-button a {
  display: inline-block;
  width: 145px;
  border-radius: 8px;
  background: #28bd47;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 9px 15px;
  text-align: right;
  position: relative;
  line-height: normal;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .sh-header-button a {
    width: 180px;
    font-size: 16px;
    padding: 10px 15px;
  }
}
.sh-header-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  background: url(./icon_LINE.webp) no-repeat center center/contain;
  width: 1.78em;
  aspect-ratio: 125/148;
}
.sh-header-button a:hover {
  color: #fff;
}

#vk-mobile-nav-menu-btn {
  display: none;
}

#sh-footer {
  background-color: #0e4947;
  padding: 80px 16px 60px;
  color: #ffffff;
}
#sh-footer address {
  font-style: normal;
  line-height: 2;
  font-size: 18px;
}
#sh-footer p {
  line-height: 2;
}

.sh-footer-container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .sh-footer-container {
    max-width: 576px;
  }
}
@media screen and (min-width: 768px) {
  .sh-footer-container {
    max-width: 768px;
  }
}
@media screen and (min-width: 992px) {
  .sh-footer-container {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .sh-footer-container {
    max-width: 1200px;
  }
}

.sh-company-name {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 14px;
}

.sh-company-info {
  margin: 0 0 60px;
}

.sh-footer-nav {
  margin: 0 0 60px;
}
.sh-footer-nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.sh-footer-nav ul li {
  margin: 0;
  line-height: 2;
  font-size: 14px;
}
.sh-footer-nav a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.sh-footer-nav a:hover {
  font-weight: bold;
  color: #fff;
}

.sh-copyright {
  text-align: center;
}
.sh-copyright small {
  font-size: 14px;
  line-height: 2;
}/*# sourceMappingURL=sh-style-common.css.map */