body {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.opensans {
  font-family: "Open Sans", serif;
}

#page.in {
  margin-top: 122px;
}

.wrap1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.wrap900 {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-header {
  position: relative;
}

.page-header-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #22AC38;
  position: absolute;
  top: 0;
  left: 0;
}

.page-header-bg img {
  width: 100%;
}

.page-header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
  height: 100%;
  text-align: center;
}

.page-header-subttl {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-header-subttl:before {
  content: "";
  width: 0.83em;
  padding-top: 0.83em;
  background: #22AC38;
  border-radius: 50%;
  display: inline-block;
  text-shadow: none;
  margin-right: 4px;
}

.page-header-subttl.white {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}

.page-header-ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-header-ttl > span {
  background: #000;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 25px 4px;
  line-height: 1.1;
}

.subpage-nav {
  padding: 70px 0;
  background: #fff;
}

.subpage-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #000000;
}

.subpage-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #000000;
}

.subpage-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subpage-nav-link:before {
  content: attr(data-eng);
  font-family: "Open Sans", serif;
  font-size: 51px;
  font-weight: 700;
  color: #F6F7F7;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.subpage-nav-link.lotchar:before {
  -webkit-transform: translate(-50%, -50%) scale(0.65, 1);
          transform: translate(-50%, -50%) scale(0.65, 1);
}

@media screen and (max-width: 1280px) {
  .wrap1200 {
    padding: 0 40px;
  }
  .subpage-nav-link:before {
    font-size: 4vw;
  }
}
@media screen and (max-width: 980px) {
  .wrap900 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #page.in {
    margin-top: 100px;
  }
  .wrap1200 {
    width: 88%;
    padding: 0;
  }
  .wrap900 {
    width: 88%;
    padding: 0;
  }
  .page-header-ttl {
    font-size: 25px;
  }
  .page-header-ttl > span {
    padding: 0 12px 2px;
  }
  .subpage-nav {
    padding: 36px 0;
  }
  .subpage-nav-list {
    display: block;
    border-left: 0;
    border-top: 1px solid #000000;
  }
  .subpage-nav-item {
    border-right: 0;
    border-bottom: 1px solid #000000;
  }
  .subpage-nav-link {
    min-height: 78px;
    font-size: 16px;
  }
  .subpage-nav-link:before {
    font-size: 52px;
  }
  header .header-btn {
    right: 20px;
    top: 32px;
  }
}
@media (hover: hover) {
  .subpage-nav-link:hover {
    color: #22AC38;
  }
}
#floating {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
}
#floating .link-btn {
  display: block;
  max-width: 126px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (hover: hover) {
  #floating .link-btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media (max-width: 767px) {
  #floating {
    right: 12px;
    bottom: 12px;
  }
  #floating .link-btn {
    max-width: 64px;
  }
}