@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;
}

.l-header {
  z-index: 2;
}

.release-head {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1000px) {
  .release-head {
    padding: 0;
  }
}

.release-head__title {
  font-size: 18px;
  font-family: futura;
}

.release-head__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-left: 48px;
}

.release-head__link {
  padding: 2px 14px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  background-color: #CCCCCC;
  border-radius: 15px;
  text-align: center;
}

.release-head__link.active {
  background-color: #2D845D;
}

.p-press {
  background-color: #F4F9F7;
  max-width: none;
}
.p-press_wrap {
  background-color: #fff;
  width: 1184px;
  position: relative;
  top: -90px;
  left: calc(50% - 592px);
  z-index: 3;
  padding: 96px 64px;
}
@media (max-width: 1000px) {
  .p-press_wrap {
    width: 100%;
    position: relative;
    left: initial;
    top: 0;
    margin: 0 auto;
    padding: 40px 0px;
  }
}

.release-main {
  position: relative;
  margin-top: 73px;
  z-index: 1;
}
.release-main h2 {
  position: absolute;
  top: 27%;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .release-main h2 {
    top: 17%;
  }
}
.release-main h2 .small {
  font-family: futura;
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 575px) {
  .release-main h2 .small {
    font-size: 1.2rem;
  }
}
.release-main h2 .large {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 4.1rem;
  font-weight: bolder;
  display: block;
  letter-spacing: 0.07em;
  margin-top: 5px;
  display: block;
}
@media (max-width: 575px) {
  .release-main h2 .large {
    font-size: 2.4rem;
  }
}

.release-body {
  padding: 0 32px;
}
@media (max-width: 1000px) {
  .release-body {
    padding: 0;
  }
}
.release-body dl {
  display: block;
}
.release-body dl dt {
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
}
.release-body dl dd {
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .release-body dl dd {
    width: 100%;
  }
}

.release_button {
  padding-top: 62px;
  padding-bottom: 96px;
}
.release_button ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.release_button ul li {
  font-size: 2rem;
  margin: 0 8px;
}
.release_button ul li.current {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #2D845D;
}
@media (max-width: 575px) {
  .release_button ul li.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.release_button ul li.current a {
  color: #fff;
}
@media (max-width: 575px) {
  .release_button ul li:nth-child(2), .release_button ul li:nth-child(3), .release_button ul li:nth-child(5) {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.release_button ul li:nth-child(4) {
  font-size: 5rem;
  width: 60px;
  letter-spacing: 10px;
  text-align: center;
  height: 40px;
  line-height: 4px;
}
@media (max-width: 575px) {
  .release_button ul li:nth-child(4) {
    font-size: 2rem;
    width: 40px;
    letter-spacing: 5px;
    height: 20px;
  }
}
.release_button ul li:nth-child(6) {
  font-size: 1.6rem;
}
.release_button ul li:nth-child(6) img {
  margin-left: 9px;
  vertical-align: inherit;
}
@media (max-width: 575px) {
  .release_button ul li:nth-child(6) {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=press.css.map */