@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.sp {
  display: none !important;
}

@media screen and (max-width: 979px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.sp2 {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .sp2 {
    display: block !important;
  }
}

@media screen and (max-width: 595px) {
  .pc2 {
    display: none !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.lato {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.12em;
}

.didot {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
}

.wrap {
  width: 1060px;
  box-sizing: border-box;
  padding: 0 30px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
}

.inview1 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.1s;
}

.inview1.is-show1 {
  opacity: 1;
  transform: translate(0, 0);
}

.inview2 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.3s;
}

.inview2.is-show2 {
  opacity: 1;
  transform: translate(0, 0);
}

.inview3 {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.5s;
}

.inview3.is-show3 {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}
header h1,
header .header__logo {
  margin: 0;
  line-height: 1;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 979px) {
  header h1,
  header .header__logo {
    padding-top: 10px;
    padding-left: 10px;
  }
}
header h1 img,
header .header__logo img {
  width: 160px;
  height: auto;
  display: block;
}
@media screen and (max-width: 979px) {
  header h1 img,
  header .header__logo img {
    width: 100px;
  }
}
header .header__logo a {
  display: block;
}
header #nav__btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 100;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 979px) {
  header #nav__btn {
    width: 70px;
    height: 120px;
  }
}
header #nav__btn {
  background: rgba(255, 255, 255, 0.03);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 6px 24px rgba(0, 0, 0, 0.04);
}
@supports (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) {
  header #nav__btn {
    background: rgba(255, 255, 255, 0.045);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);
  }
}
header #nav__btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

body.is-footer-visible header h1,
body.is-footer-visible header .header__logo {
  opacity: 0;
  pointer-events: none;
}

body.page-privacy header #nav__btn span {
  background: #000;
}

body.is-nav-open {
  overflow: hidden;
}
body.is-nav-open #nav__btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
body.is-nav-open #nav__btn span:nth-child(2) {
  opacity: 0;
}
body.is-nav-open #nav__btn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

body.page-privacy.is-nav-open header #nav__btn span {
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  body.is-nav-open #nav__btn span {
    transition-duration: 0.01ms;
  }
  .global-nav {
    transition-duration: 0.01ms !important;
  }
}
.global-nav {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(15, 63, 4, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  box-sizing: border-box;
  padding: 24px;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.global-nav .global-nav__inner {
  width: 100%;
  max-width: 560px;
}
.global-nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 230px;
}
.global-nav ul li {
  margin: 0 0 40px;
}
@media screen and (max-width: 599px) {
  .global-nav ul li {
    margin-bottom: 25px;
  }
}
.global-nav ul li a {
  font-size: 20px;
  display: inline-block;
  color: white;
  transition: 0.4s;
  text-decoration: none;
}
.global-nav ul li a:hover {
  opacity: 0.6;
}
.global-nav ul li:last-child {
  margin-bottom: 0;
}

body.is-nav-open .global-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

.mv__area {
  position: relative;
  height: 400vh;
  isolation: isolate;
}
.mv__area .mv__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mv__area .mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.mv__area .mv__bg-inner {
  position: absolute;
  inset: 0;
}
.mv__area .mv__bg-layer {
  position: absolute;
  inset: 0;
  margin: 0;
  display: block;
}
.mv__area .mv__bg-layer:nth-child(1) {
  z-index: 1;
}
.mv__area .mv__bg-layer:nth-child(2) {
  z-index: 2;
}
.mv__area .mv__bg-layer:nth-child(3) {
  z-index: 3;
}
.mv__area .mv__bg-layer:nth-child(4) {
  z-index: 4;
}
.mv__area .mv__bg-layer img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.mv__area .mv__content {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
.mv__area h2 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .mv__area h2 {
    margin-bottom: 30px;
  }
}
.mv__area h2 img {
  width: 417px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .mv__area h2 img {
    width: 340px;
  }
}
@media screen and (max-width: 599px) {
  .mv__area h2 img {
    width: 260px;
  }
}
.mv__area h3 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .mv__area h3 {
    margin-bottom: 30px;
  }
}
.mv__area h3 img {
  width: 282px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .mv__area h3 img {
    width: 224px;
  }
}
@media screen and (max-width: 599px) {
  .mv__area h3 img {
    width: 180px;
  }
}
.mv__area .mv__text1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  color: white;
}
@media screen and (max-width: 599px) {
  .mv__area .mv__text1 {
    font-size: 14px;
  }
}
.mv__area .mv__text2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: white;
}

.info__area {
  background: white;
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .info__area {
    padding: 30px 0;
  }
}
.info__area .wrap {
  width: 800px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .info__area .wrap {
    width: 100%;
    display: block;
  }
}
.info__area h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  width: 180px;
  color: #0F3F04;
}
@media screen and (max-width: 979px) {
  .info__area h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .info__area h2 {
    width: 100%;
  }
}
.info__area a {
  display: flex;
  justify-content: space-between;
  color: #555;
  text-decoration: none;
  transition: 0.4s;
  width: calc(100% - 180px);
  margin-top: 3px;
}
@media screen and (max-width: 979px) {
  .info__area a {
    margin-top: 1px;
  }
}
@media screen and (max-width: 599px) {
  .info__area a {
    width: 100%;
    margin-top: 5px;
  }
}
.info__area a:hover {
  opacity: 0.6;
}
.info__area a .info__text1 {
  font-size: 12px;
  font-weight: 600;
  margin: 2px 0 0;
  width: 140px;
}
@media screen and (max-width: 599px) {
  .info__area a .info__text1 {
    width: 100px;
  }
}
.info__area a .info__text2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 240px);
}
@media screen and (max-width: 979px) {
  .info__area a .info__text2 {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 599px) {
  .info__area a .info__text2 {
    width: calc(100% - 100px);
  }
}
.info__area a .info__text3 {
  width: 100px;
  box-sizing: border-box;
  text-align: right;
  padding-right: 15px;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  margin: 2px 0 0;
}
@media screen and (max-width: 979px) {
  .info__area a .info__text3 {
    display: none;
  }
}
.info__area a .info__text3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow.png);
  background-size: cover;
}

.message__area {
  background-image: url(../img/message-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: white;
}
@media screen and (max-width: 979px) {
  .message__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .message__area {
    padding: 80px 0;
  }
}
.message__area .wrap {
  display: flex;
}
@media screen and (max-width: 979px) {
  .message__area .wrap {
    display: block;
  }
}
.message__area .message__left {
  width: 247px;
}
@media screen and (max-width: 979px) {
  .message__area .message__left {
    width: 100%;
    margin-top: 50px;
  }
}
.message__area .message__left img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 40px;
}
@media screen and (max-width: 979px) {
  .message__area .message__left img {
    width: 247px;
    margin-bottom: 20px;
  }
}
.message__area .message__left .ml__text1 {
  font-size: 12px;
  margin: 0 0 10px;
}
.message__area .message__left .ml__text2 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 600;
}
.message__area .message__left .ml__text3 {
  font-size: 12px;
  margin: 0;
}
.message__area .message__right {
  width: calc(100% - 247px);
  box-sizing: border-box;
  padding-left: 80px;
}
@media screen and (max-width: 979px) {
  .message__area .message__right {
    width: 100%;
    padding-left: 0;
  }
}
.message__area .message__right h2 {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .message__area .message__right h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.message__area .message__right h3 {
  margin: 0 0 100px;
}
@media screen and (max-width: 979px) {
  .message__area .message__right h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .message__area .message__right h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .message__area .message__right h3 img {
    width: 310px;
  }
}
.message__area .message__right .mr__text1 {
  font-size: 16px;
  line-height: 1.95;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .message__area .message__right .mr__text1 {
    font-size: 14px;
  }
}
.message__area .message__right .mr__text2 {
  font-size: 20px;
  position: relative;
  padding: 25px 38px;
  box-sizing: border-box;
  margin: 50px 0;
  line-height: 1.95;
}
@media screen and (max-width: 599px) {
  .message__area .message__right .mr__text2 {
    font-size: 16px;
    margin: 30px 0;
    padding: 20px 25px;
  }
}
.message__area .message__right .mr__text2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 21px;
  background-image: url(../img/dot1.png);
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .message__area .message__right .mr__text2::before {
    width: 20px;
    height: 14px;
    top: 10px;
  }
}
.message__area .message__right .mr__text2::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 30px;
  height: 21px;
  background-image: url(../img/dot2.png);
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .message__area .message__right .mr__text2::after {
    width: 20px;
    height: 14px;
    bottom: 10px;
  }
}

.about__area {
  background: #F2F2F2;
  padding: 200px 0 150px;
}
@media screen and (max-width: 979px) {
  .about__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .about__area {
    padding: 80px 0;
  }
}
.about__area .about__flex {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 979px) {
  .about__area .about__flex {
    display: block;
  }
}
.about__area .about__flex .about__left {
  width: calc(100% - 666px);
  box-sizing: border-box;
  color: #3B6432;
}
@media screen and (max-width: 979px) {
  .about__area .about__flex .about__left {
    width: 100%;
  }
}
.about__area .about__flex .about__left h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 50px;
}
@media screen and (max-width: 599px) {
  .about__area .about__flex .about__left h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.about__area .about__flex .about__left h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .about__area .about__flex .about__left h3 {
    font-size: 20px;
  }
}
.about__area .about__flex .about__left h3 img {
  width: 93px;
}
@media screen and (max-width: 979px) {
  .about__area .about__flex .about__left h3 img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .about__area .about__flex .about__left h3 img {
    width: 80px;
  }
}
@media screen and (max-width: 979px) {
  .about__area .about__flex .about__left h3 {
    display: inline-flex;
    justify-content: inherit;
  }
}
.about__area .about__flex .about__left .al__text {
  margin: 50px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .about__area .about__flex .about__left .al__text {
    font-size: 14px;
    margin-top: 30px;
  }
}
.about__area .about__flex .about__right {
  width: 666px;
}
@media screen and (max-width: 979px) {
  .about__area .about__flex .about__right {
    width: 100%;
  }
}
.about__area .about__flex .about__right picture {
  display: block;
  width: 100%;
  position: relative;
  top: -110px;
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .about__area .about__flex .about__right picture {
    right: -30px;
  }
}
@media screen and (max-width: 979px) {
  .about__area .about__flex .about__right picture {
    top: 0;
    right: 0;
  }
}
.about__area .about__flex .about__right picture img {
  width: 100%;
  display: block;
}
.about__area .director__title {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #3B6432;
}
@media screen and (max-width: 979px) {
  .about__area .director__title {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .about__area .director__title {
    font-size: 20px;
    margin-top: 50px;
  }
}
.about__area .director__flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  color: #3B6432;
}
@media screen and (max-width: 599px) {
  .about__area .director__flex {
    margin-top: 20px;
    display: block;
  }
}
.about__area .director__flex .df__col {
  width: 25%;
}
@media screen and (max-width: 979px) {
  .about__area .director__flex .df__col {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .about__area .director__flex .df__col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about__area .director__flex .df__col img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .about__area .director__flex .df__col img {
    margin-bottom: 10px;
  }
}
.about__area .director__flex .df__col .df__text1 {
  font-size: 12px;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .about__area .director__flex .df__col .df__text1 {
    margin-bottom: 7px;
  }
}
.about__area .director__flex .df__col .df__text2 {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .about__area .director__flex .df__col .df__text2 {
    margin-bottom: 7px;
  }
}
.about__area .director__flex .df__col .df__text3 {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.02em;
}
.about__area .director__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
  color: #3B6432;
}
@media screen and (max-width: 599px) {
  .about__area .director__row {
    display: block;
    padding: 15px 0;
  }
}
.about__area .director__row h3 {
  width: 270px;
  box-sizing: border-box;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .about__area .director__row h3 {
    font-size: 20px;
    width: 100%;
  }
}
.about__area .director__row h3 span {
  font-size: 40px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .about__area .director__row h3 span {
    font-size: 35px;
  }
}
.about__area .director__row p {
  width: calc(100% - 270px);
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .about__area .director__row p {
    font-size: 14px;
    width: 100%;
  }
}
.about__area .director__row.director__row1 {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .about__area .director__row.director__row1 {
    margin-top: 50px;
  }
}
.about__area .director__row.director__row3 {
  border-bottom: none;
  padding-bottom: 0;
}

.information__area {
  background: white;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .information__area {
    padding: 50px 0;
  }
}
.information__area .wrap {
  width: 800px;
}
.information__area h2 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
  color: #0F3F04;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .information__area h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.information__area a {
  display: flex;
  text-decoration: none;
  color: #555;
  transition: 0.4s;
  margin-bottom: 20px;
}
.information__area a:last-child {
  margin-bottom: 0;
}
.information__area a:hover {
  opacity: 0.6;
}
.information__area a .information__text1 {
  font-size: 12px;
  width: 130px;
  margin: 2px 0 0;
}
@media screen and (max-width: 599px) {
  .information__area a .information__text1 {
    width: 100px;
  }
}
.information__area a .information__text2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 130px);
}
@media screen and (max-width: 599px) {
  .information__area a .information__text2 {
    width: calc(100% - 100px);
  }
}

.forest__area {
  background-image: url(../img/forest.jpg);
  padding: 200px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .forest__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .forest__area {
    padding: 80px 0;
  }
}
.forest__area h2 {
  text-align: center;
  margin: 0;
  color: white;
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .forest__area h2 {
    font-size: 40px;
  }
}
.forest__area h3 {
  margin: 0 auto 80px;
}
.forest__area h3 img {
  width: 266px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .forest__area h3 img {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .forest__area h3 {
    margin-bottom: 50px;
  }
}
.forest__area .forest__textarea {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2;
}
.forest__area .forest__textarea .forest__text1 {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .forest__area .forest__textarea .forest__text1 {
    font-size: 14px;
  }
}
.forest__area .forest__textarea .forest__text2 {
  font-size: 20px;
  margin: 50px 0;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .forest__area .forest__textarea .forest__text2 {
    font-size: 16px;
    margin: 30px 0;
  }
}

.better__area {
  padding: 200px 0;
  background: #0F3F04;
  color: white;
}
@media screen and (max-width: 979px) {
  .better__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .better__area {
    padding: 80px 0;
  }
}
.better__area .wrap {
  display: flex;
}
@media screen and (max-width: 979px) {
  .better__area .wrap {
    display: block;
  }
}
.better__area .better__left {
  width: calc(100% - 312px);
  box-sizing: border-box;
  padding-right: 140px;
}
@media screen and (max-width: 979px) {
  .better__area .better__left {
    width: 100%;
    padding-right: 0;
  }
}
.better__area .better__left h2 {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .better__area .better__left h2 {
    font-size: 14px;
  }
}
.better__area .better__left h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 100px;
}
@media screen and (max-width: 979px) {
  .better__area .better__left h3 {
    margin-bottom: 40px;
  }
}
.better__area .better__left .better__text1 {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 979px) {
  .better__area .better__left .better__text1 {
    font-size: 14px;
  }
}
.better__area .better__right {
  width: 312px;
}
@media screen and (max-width: 979px) {
  .better__area .better__right {
    width: 100%;
    margin-top: 50px;
  }
}
.better__area .better__right ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.better__area .better__right ol li {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #366D2A;
}
.better__area .better__right ol li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 60px;
}
@media screen and (max-width: 599px) {
  .better__area .better__right ol li span {
    font-size: 14px;
    width: 50px;
    margin-top: 2px;
  }
}

.ecosystem__area {
  background-image: url(../img/ecosystem-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: white;
}
@media screen and (max-width: 979px) {
  .ecosystem__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .ecosystem__area {
    padding: 80px 0;
  }
}
.ecosystem__area h2 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .ecosystem__area h2 {
    font-size: 14px;
  }
}
.ecosystem__area h3 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .ecosystem__area h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.ecosystem__area .ecosystem__text1 {
  text-align: center;
  margin: 0 0 90px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__text1 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.ecosystem__area .ecosystem__flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .ecosystem__area .ecosystem__flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__flex {
    display: block;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col {
  width: 22%;
  box-sizing: border-box;
  margin-right: 4%;
  padding-right: 4%;
  position: relative;
}
@media screen and (max-width: 979px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col {
    width: 48%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col {
    width: 100%;
    margin-bottom: 50px;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: white;
}
@media screen and (max-width: 979px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col::before {
    display: none;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col:last-child {
  margin-right: 0;
  padding-right: 0;
}
.ecosystem__area .ecosystem__flex .ecosystem__col:last-child::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col:last-child {
    margin-bottom: 0px;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col .didot {
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 50px;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col .didot {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col .didot {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col .lato {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .ecosystem__area .ecosystem__flex .ecosystem__col .lato {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ecosystem__area .ecosystem__flex .ecosystem__col .ecosystem__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.concept__area {
  background: #F2F2F2;
  padding: 150px 0;
  color: #3B6432;
}
@media screen and (max-width: 979px) {
  .concept__area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .concept__area {
    padding: 80px 0;
  }
}
.concept__area .type2 {
  width: 1160px;
}
.concept__area h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
}
.concept__area h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 40px;
}
.concept__area .concept__text1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .concept__area .concept__text1 {
    font-size: 14px;
    margin-bottom: 90px;
  }
}
.concept__area .concept__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  color: #3B6432;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .concept__area .concept__flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 979px) {
  .concept__area .concept__flex {
    margin-top: 80px;
  }
}
.concept__area .concept__flex::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: #3B6432;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  .concept__area .concept__flex::before {
    display: none;
  }
}
.concept__area .concept__flex .concept__col {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .concept__area .concept__flex .concept__col {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 979px) {
  .concept__area .concept__flex .concept__col {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .concept__flex .concept__col {
    width: 100%;
    margin: 20px 0;
    padding: 0 6vw;
  }
}
.concept__area .concept__flex .concept__col::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .concept__area .concept__flex .concept__col::before {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 979px) {
  .concept__area .concept__flex .concept__col::before {
    width: 45vw;
    height: 45vw;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .concept__flex .concept__col::before {
    width: 85vw;
    height: 85vw;
  }
}
.concept__area .concept__flex .concept__col .didot {
  font-size: 60px;
  margin: 2px auto 20px;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  z-index: 2;
  background: white;
}
@media screen and (max-width: 1200px) {
  .concept__area .concept__flex .concept__col .didot {
    width: 80px;
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.concept__area .concept__flex .concept__col .cc__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .concept__area .concept__flex .concept__col .cc__title {
    margin-bottom: 5px;
  }
}
.concept__area .concept__flex .concept__col .cc__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .concept__area .concept__flex .concept__col .cc__text {
    font-size: 12px;
  }
}
.concept__area .wwh__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 100px 0 40px;
}
@media screen and (max-width: 599px) {
  .concept__area .wwh__title {
    font-size: 20px;
    margin: 130px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .wwh__title.mt2 {
    margin-top: 80px;
  }
}
.concept__area .wwh__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .concept__area .wwh__flex {
    display: block;
  }
}
.concept__area .wwh__flex .wwh__col {
  width: 31%;
  box-sizing: border-box;
  border-top: 1px solid #3B6432;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .concept__area .wwh__flex .wwh__col {
    width: 100%;
    border-bottom: 1px solid #3B6432;
    border-top: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.concept__area .wwh__flex .wwh__col p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 979px) {
  .concept__area .wwh__flex .wwh__col p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .wwh__flex .wwh__col p {
    text-align: left;
  }
}
.concept__area .activity__flex {
  display: flex;
}
@media screen and (max-width: 979px) {
  .concept__area .activity__flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.concept__area .activity__flex .activity__col {
  width: 23.6%;
  box-sizing: border-box;
  margin-right: 2.1%;
  padding-right: 2.1%;
  position: relative;
  line-height: 1.5;
  color: #0F3F04;
}
@media screen and (max-width: 979px) {
  .concept__area .activity__flex .activity__col {
    width: 48%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.concept__area .activity__flex .activity__col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #0F3F04;
}
@media screen and (max-width: 979px) {
  .concept__area .activity__flex .activity__col::before {
    display: none;
  }
}
.concept__area .activity__flex .activity__col:last-child {
  margin-right: 0;
  padding-right: 0;
}
.concept__area .activity__flex .activity__col:last-child::before {
  display: none;
}
.concept__area .activity__flex .activity__col .activity__title {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .concept__area .activity__flex .activity__col .activity__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.concept__area .activity__flex .activity__col .activity__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .concept__area .activity__flex .activity__col .activity__text {
    font-size: 12px;
  }
}
.concept__area .future__box {
  background: white;
  box-sizing: border-box;
  padding: 60px;
  color: #0F3F04;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .concept__area .future__box {
    padding: 40px 20px;
    margin-top: 50px;
  }
}
.concept__area .future__box .fb__row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #0F3F04;
  padding-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .concept__area .future__box .fb__row {
    display: block;
  }
}
.concept__area .future__box .fb__row .fb__text1 {
  width: 250px;
  font-size: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 979px) {
  .concept__area .future__box .fb__row .fb__text1 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .future__box .fb__row .fb__text1 {
    font-size: 38px;
  }
}
.concept__area .future__box .fb__row .fb__text1 span {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .concept__area .future__box .fb__row .fb__text1 span {
    font-size: 20px;
  }
}
.concept__area .future__box .fb__row .fb__text2 {
  width: calc(100% - 250px);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 979px) {
  .concept__area .future__box .fb__row .fb__text2 {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .future__box .fb__row .fb__text2 {
    font-size: 14px;
  }
}
.concept__area .future__box .fb__row .fb__text3 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  width: 250px;
}
@media screen and (max-width: 979px) {
  .concept__area .future__box .fb__row .fb__text3 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .concept__area .future__box .fb__row .fb__text3 {
    font-size: 32px;
  }
}
.concept__area .future__box .fb__row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.concept__area .contact__box {
  margin-top: 80px;
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  background-position: right;
  text-align: center;
  padding: 80px 20px;
  color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box {
    padding: 50px 15px;
  }
}
.concept__area .contact__box h2 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box h2 {
    font-size: 14px;
  }
}
.concept__area .contact__box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box h3 {
    font-size: 20px;
  }
}
.concept__area .contact__box .contact__text {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box .contact__text {
    font-size: 14px;
  }
}
.concept__area .contact__box .contact__flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box .contact__flex {
    margin-top: 30px;
    display: block;
  }
}
.concept__area .contact__box .contact__flex a {
  width: 250px;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 10px;
  margin: 0 10px;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box .contact__flex a {
    margin: 0 auto;
  }
}
.concept__area .contact__box .contact__flex a:hover {
  opacity: 0.6;
}
.concept__area .contact__box .contact__flex a.cf__link1 {
  background: white;
  color: #3B6432;
}
@media screen and (max-width: 599px) {
  .concept__area .contact__box .contact__flex a.cf__link1 {
    margin-bottom: 20px;
  }
}
.concept__area .contact__box .contact__flex a.cf__link2 {
  border: 1px solid white;
  color: white;
}

footer {
  background: white;
  padding: 90px 0 20px;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 50px 0 20px;
  }
}
footer .footer__wrap {
  width: 1244px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  display: block;
}
footer .footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 979px) {
  footer .footer__flex {
    display: block;
    text-align: center;
  }
}
footer .footer__flex .footer__left {
  width: 50%;
}
@media screen and (max-width: 979px) {
  footer .footer__flex .footer__left {
    width: 100%;
  }
}
footer .footer__flex .footer__left .footer__logo-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.4s;
}
footer .footer__flex .footer__left .footer__logo-link:hover {
  opacity: 0.6;
}
footer .footer__flex .footer__left img {
  width: 160px;
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  footer .footer__flex .footer__left img {
    width: 100px;
  }
}
footer .footer__flex .footer__left p {
  font-size: 12px;
  margin: 0;
}
footer .footer__flex .footer__right {
  width: 50%;
}
@media screen and (max-width: 979px) {
  footer .footer__flex .footer__right {
    width: 100%;
  }
}
footer .footer__flex .footer__right ul {
  list-style: none;
  display: flex;
  justify-content: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 979px) {
  footer .footer__flex .footer__right ul {
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  footer .footer__flex .footer__right ul {
    display: block;
  }
}
footer .footer__flex .footer__right ul li {
  margin-left: 20px;
}
@media screen and (max-width: 979px) {
  footer .footer__flex .footer__right ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  footer .footer__flex .footer__right ul li {
    margin: 2px 0;
  }
}
footer .footer__flex .footer__right ul li a {
  font-size: 14px;
  text-decoration: none;
  color: black;
  transition: 0.4s;
}
footer .footer__flex .footer__right ul li a:hover {
  opacity: 0.6;
}
footer .footer__text {
  font-size: 10px;
  margin: 40px 0 0;
  text-align: center;
}

.privacy-page {
  padding: 220px 0 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .privacy-page {
    padding: 160px 0 60px;
    font-size: 14px;
  }
}
.privacy-page__title {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 40px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .privacy-page__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.privacy-page__lead {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .privacy-page__lead {
    font-size: 14px;
  }
}
.privacy-page__section p {
  margin: 0 0 1em;
}
.privacy-page__section p:last-child {
  margin-bottom: 0;
}
.privacy-page__heading {
  border-left: 2px solid #3B6432;
  margin: 72px 0 40px;
  padding-left: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .privacy-page__heading {
    margin: 48px 0 24px;
    font-size: 18px;
    padding-left: 12px;
  }
}
.privacy-page__mail {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.4s ease;
}
.privacy-page__mail:hover {
  opacity: 0.6;
}