/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/helloog/fonts/noto-sans-jp-v55-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/helloog/fonts/noto-sans-jp-v55-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/helloog/fonts/noto-sans-jp-v55-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/helloog/fonts/poppins-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/helloog/fonts/poppins-v24-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#container {
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}
#container a {
  text-underline-offset: 0.1em;
}
#container img {
  vertical-align: bottom;
  max-width: 100%;
}
#container * {
  box-sizing: border-box;
}
#container *::before, #container *::after {
  box-sizing: border-box;
}

.hg-pagetop {
  max-width: 1140px;
  min-width: 1000px;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  pointer-events: none;
  padding: 0 20px;
}
.hg-pagetop > a {
  position: relative;
  width: 50px;
  display: block;
  margin-left: auto;
  pointer-events: auto;
  transition: 0.3s;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
}
.hg-pagetop > a.on {
  opacity: 1;
  visibility: visible;
}
.hg-footer {
  position: relative;
  background-color: #0061a5;
  color: #fff;
  font-size: 12px;
}
.hg-footer-inner {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hg-footer-link {
  display: flex;
}
.hg-footer-link > li:nth-of-type(n+2) {
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid #fff;
}
.hg-footer-copyright {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
  }
  .hg-pagetop {
    max-width: none;
    min-width: 0;
  }
  .hg-footer-inner {
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .hg-footer-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hg-footer-link > li:last-of-type {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    border: none;
    padding: 0;
  }
  .hg-footer-copyright {
    margin-top: 20px;
    text-align: center;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .hg-footer-link > li > a:hover {
    text-decoration: underline;
  }
}