@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

html {
  font-size: 62.5%;
  line-height: 1;
}
@media (max-width: 767px) {
  html {
    font-size: 60%;
  }
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
}
body.en * {
  font-family: Arial !important;
}

a {
  color: #262626;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

/* header */
.l-header {
  position: relative;
  width: 100%;
}
.l-header__inner {
  display: flex;
  width: 100%;
  height: 73px;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .l-header__inner {
    display: block;
    padding: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 70px;
    padding: 10px;
  }
}
.l-header__search {
  text-align: right;
  position: absolute;
  left: 0;
  top: 73px;
  width: 100%;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  font-size: 1.4rem;
  display: none;
  z-index: 2;
  line-height: normal;
}
@media (max-width: 767px) {
  .l-header__search {
    display: block;
    position: static;
    background-color: inherit;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .l-header__search img {
    display: none;
  }
}
.l-header__search form {
  margin: 0;
}
.l-header__search form p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .l-header__search form p {
    justify-content: flex-start;
  }
}
.l-header__search form a {
  color: #2D845D;
  font-size: 1.2rem !important;
}
.l-header__search [type=text] {
  border: 1px #2D845D solid;
  background-color: rgb(192, 231, 215);
  width: 30em;
  height: 40px;
  display: block;
  margin: 0 0 0 10px;
  font-size: 2.4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .l-header__search [type=text] {
    width: 11em;
    margin: 0;
  }
}
.l-header__search [type=submit] {
  display: block;
  background-color: #2D845D;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 70px;
  font-size: 12px;
  text-align: center;
  text-indent: -9999px;
  background-image: url(../images/common/y_search_icon.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
@media (max-width: 767px) {
  .l-header__search [type=submit] {
    font-size: 0.9rem;
    width: 45px;
  }
}
.l-header__scroll {
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  font-size: 1.4rem;
  font-family: futura;
  font-weight: bolder;
  color: #fff;
}
.l-header__scroll span {
  width: 8px;
  height: 8px;
  display: block;
  margin: 10px auto 0;
  border-radius: 50%;
  background-color: #fff;
}
.l-header__scroll:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 1px;
  background-color: #fff;
  animation: line 1s linear 0s infinite normal;
}
.l-header__scroll.black {
  color: #262626;
}
.l-header__scroll.black span {
  background-color: #2D845D;
}
.l-header__scroll.black:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 1px;
  background-color: #262626;
  animation: line 1s linear 0s infinite normal;
}

@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
/* nav */
.l-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .l-nav {
    display: none;
  }
}
.l-nav ul {
  display: flex;
  border-right: 1px #CCCCCC solid;
  margin-right: 32px;
}
.l-nav ul li {
  margin-right: 32px;
  height: 73px;
  line-height: 73px;
}
.l-nav ul li a {
  font-size: 1.5rem;
  transition: 0.5s;
}
.l-nav ul li a:hover {
  opacity: 0.4;
}
.l-nav ul li a img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-nav ul li a img {
    display: none;
  }
}
.l-nav-link {
  font-size: 1.5rem;
}
.l-nav-link a {
  transition: 0.5s;
}
.l-nav-link a:hover {
  opacity: 0.4;
}
.l-nav-trigger {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 7px;
  right: 7px;
  z-index: 1000;
  display: none;
}
@media (max-width: 1000px) {
  .l-nav-trigger {
    display: block;
  }
}
.l-nav-trigger img {
  width: 45px;
}
.l-nav.on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  padding: 90px 30px 0;
  margin-top: 0;
}
.l-nav.on ul {
  flex-direction: column;
  border: 0;
  margin: 0;
}
.l-nav.on ul li {
  border-left: 7px #2D845D solid;
  padding-left: 25px;
  height: auto;
  margin-bottom: 30px;
  line-height: normal;
}
.l-nav.on p {
  border-left: 7px #2D845D solid;
  padding-left: 25px;
}
.l-nav.on .l-nav-search {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
@media (max-width: 767px) {
  .l-nav.on .l-nav-search {
    position: fixed;
    bottom: 32px;
  }
}
.l-nav.on .l-nav-search p {
  border: none;
  padding: 0;
}

/* common */
.l-home__block {
  position: relative;
  opacity: 0;
  top: 25px;
  transition: 1s;
}
.l-home__block.is-show {
  top: 0;
  opacity: 1;
}
.l-home__block::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  background-color: #2D845D;
}
@media (max-width: 1000px) {
  .l-home__block::before {
    width: 20px;
  }
}

.l-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.l-section h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 767px) {
  .l-section h2 {
    font-size: 2.4rem;
  }
}
.l-section h2 span {
  display: block;
  font-family: futura;
  font-weight: lighter;
  color: #CCCCCC;
  font-size: 2rem;
  padding-left: 2px;
  margin-top: 10px;
}

.l-footer {
  background-color: #F9F9F9;
  padding: 33px;
  text-align: center;
  font-family: futura;
  font-weight: lighter;
}
.l-footer small {
  font-size: 1.6rem;
}

.c-more__button {
  font-family: futura;
  font-weight: lighter;
  font-size: 1.6rem;
  text-align: right;
  text-decoration: underline;
  width: 100%;
  height: 20px;
  padding-right: 30px;
  line-height: 20px;
  display: block;
  background-image: url("../images/common/button_more.png");
  background-repeat: no-repeat;
  background-position: right center;
  transition: 0.5s;
}
.c-more__button:hover {
  opacity: 0.4;
  padding-right: 25px;
}
.c-pankuzu {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-pankuzu {
    position: static;
    background-color: #999;
    padding: 10px;
  }
}
.c-pankuzu-home {
  display: inline-block;
  width: 11px;
  margin-right: 10px;
}
.c-pankuzu-arrow {
  width: 7px;
  display: inline-block;
  margin: 0 15px;
}
.c-pankuzu.white, .c-pankuzu.white a {
  color: #fff;
}
.c__pagetop {
  position: fixed;
  right: 32px;
  bottom: 32px;
}
@media (max-width: 767px) {
  .c__pagetop {
    right: 0px;
  }
}
.c__pagetop img {
  width: 44px;
  height: auto;
  display: block;
}

.release-body dl {
  padding: 25px 0;
  border-bottom: 1px #CCCCCC solid;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .release-body dl {
    justify-content: space-between;
  }
}
.release-body dl:last-child {
  border-bottom: none;
}
.release-body dl dt {
  background-color: #2D845D;
  font-size: 1.4rem;
  padding: 8px 16px;
  color: #fff;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .release-body dl dt {
    width: 35%;
    line-height: 2rem;
  }
}
.release-body dl dd {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .release-body dl dd {
    width: 55%;
    line-height: 2.4rem;
  }
}

.registered-single-1 {
  font-size: 65% !important;
  vertical-align: super;
}/*# sourceMappingURL=style.css.map */