@charset "UTF-8";
/* ============================================================
  Break Point
============================================================ */
/* ============================================================
  Font Size
============================================================ */
/* ============================================================
  Font Weight
============================================================ */
/* ============================================================
  Break Point
============================================================ */
/* ============================================================
  Font Size
============================================================ */
/* ============================================================
  Font Weight
============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: Yu Mincho;
  font-weight: 500;
  src: url("../fonts/yumin.ttf");
  src: url("../fonts/yumin.ttf") format("truetype");
}
@font-face {
  font-family: Yu Mincho;
  font-weight: 400;
  src: url("../fonts/yuminl.ttf");
  src: url("../fonts/yuminl.ttf") format("truetype");
}
#sustainability {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #141D1D;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 991px) {
  #sustainability {
    font-size: 1.4rem;
  }
}
#sustainability .container {
  padding: 0 25px;
  max-width: 1250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.visual-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
    common
============================================================ */
section:not(.banner-title, .page_top) {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  section:not(.banner-title, .page_top) {
    padding-bottom: 60px;
  }
}

.heading {
  font-size: 3.3rem;
  margin-bottom: 32px;
  font-weight: 600;
  font-family: "Yu Mincho", sans-serif;
  color: #003927;
  letter-spacing: 0.5rem;
  list-style: 1.5;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
    margin-bottom: 32px;
  }
}

.title {
  font-size: 2.6rem;
  padding-left: 22px;
  border-left: 6px solid #A0C81E;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #003927;
}
@media screen and (max-width: 768px) {
  .title {
    padding-left: 16px;
  }
}
@media screen and (max-width: 370px) {
  .title {
    font-size: 2.4rem;
  }
}

.sub-title {
  margin-bottom: 20px;
  border-bottom: 2px solid rgb(0, 100, 68);
  font-weight: 500;
}
.sub-title span {
  font-size: 1.8rem;
  background: rgb(0, 100, 68);
  min-width: 160px;
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3rem;
  padding: 5px 40px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .sub-title.sub-table {
    margin-right: -25px;
  }
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

.only-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.back-to-top {
  position: fixed;
  top: auto;
  bottom: 20px;
  -webkit-transform: unset;
          transform: unset;
  right: 30px;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004831;
}
.back-to-top a img {
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.back-to-top a img + img {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .back-to-top a img {
    width: 40px;
    height: 40px;
  }
}
.back-to-top a:hover img + img {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
}
@-webkit-keyframes desplode {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
}
@keyframes desplode {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -320px;
    margin-top: -320px;
    background: #004831;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background: #004831;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes reveal-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes reveal-left {
  from {
    clip-path: circle(100% at -100% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
html {
  scroll-behavior: unset;
}

/* ============================================================
    Breadcrumb
============================================================ */
.breadcrumb {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    overflow: auto;
  }
}
.breadcrumb li,
.breadcrumb a {
  white-space: nowrap;
}

.hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .hamburger {
    top: 25px;
    right: 25px;
  }
}
.hamburger.fixed {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

/* ============================================================
    Main Visual
============================================================ */
.mv {
  position: relative;
}
.mv-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* đảm bảo luôn lấp đầy khung */
}
.mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0rem;
  width: 100%;
  padding: 0 8px;
  text-align: center;
}
.mv-title img {
  max-width: 480px;
  width: 100%;
}

/* ============================================================
    Menu
============================================================ */
.section-nav {
  max-width: 1140px;
  margin: 0 auto;
}
.section-nav .close {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-nav {
    padding: 0 25px;
  }
}
.section-nav_list {
  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;
  gap: 96px;
  padding: 20px 48px;
  background: #006444;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  border-radius: 0 0 30px 30px;
  min-height: 72px;
}
@media screen and (max-width: 1240px) {
  .section-nav_list {
    gap: 88px;
  }
}
@media screen and (max-width: 1120px) {
  .section-nav_list {
    gap: 72px;
  }
}
@media screen and (max-width: 991px) {
  .section-nav_list {
    padding: 20px;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-nav_link {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .section-nav_link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .section-nav_link {
    padding: 0 16px;
    font-size: 1.4rem;
  }
}
.section-nav_item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-nav_item {
    display: block;
    width: 100%;
  }
}
.section-nav_item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -48px;
  width: 1px;
  height: 32px;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .section-nav_item:not(:last-child)::before {
    right: -44px;
  }
}
@media screen and (max-width: 1120px) {
  .section-nav_item:not(:last-child)::before {
    right: -36px;
  }
}
@media screen and (max-width: 991px) {
  .section-nav_item:not(:last-child)::before {
    right: 0;
    bottom: -20px;
    height: 1px;
    width: 100%;
  }
}

.sidebar {
  position: fixed;
  max-width: 350px;
  width: 100%;
  max-height: 540px;
  height: 100%;
  background: rgb(0, 100, 68);
  top: 20px;
  z-index: 10;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
  border-radius: 30px 0 0 30px;
  padding: 48px;
  right: -100%;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.sidebar.active {
  right: 0;
}
.sidebar .close {
  display: block;
  margin: 0 auto 24px;
  width: 42px;
  border: 0;
  background: transparent;
}
.sidebar .section-nav_list {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0;
}
.sidebar .section-nav_item {
  width: 100%;
}
.sidebar .section-nav_item:first-child {
  border-top: 1px solid #fff;
}
.sidebar .section-nav_item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sidebar .section-nav_item::before {
  content: unset;
}
.sidebar .section-nav_link {
  display: block;
  padding: 24px 0;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ============================================================
    Why Forest
============================================================ */
.break-icon {
  display: block;
  width: 10.278vw;
  margin: 0 auto;
  padding: 144px 0 0;
}
@media screen and (max-width: 991px) {
  .break-icon {
    display: none;
  }
}

.why-forest {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(226, 239, 188)), color-stop(75%, rgb(226, 239, 188)), to(rgb(229, 237, 234)));
  background: linear-gradient(180deg, rgb(226, 239, 188) 0%, rgb(226, 239, 188) 75%, rgb(229, 237, 234) 100%);
}
.why-forest .break-icon {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .why-forest {
    padding-bottom: 80px;
  }
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 237, 234)), color-stop(75%, rgb(229, 237, 234)), to(rgb(213, 234, 215)));
  background: linear-gradient(180deg, rgb(229, 237, 234) 0%, rgb(229, 237, 234) 75%, rgb(213, 234, 215) 100%);
  padding-top: 144px;
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.natural-intelligence {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 234, 215)), color-stop(75%, rgb(213, 234, 215)), to(rgb(248, 244, 225)));
  background: linear-gradient(180deg, rgb(213, 234, 215) 0%, rgb(213, 234, 215) 75%, rgb(248, 244, 225) 100%);
  padding-top: 144px;
}
.natural-intelligence .flex-wrap .wrap-img .wrap-logo {
  width: 116px;
}
@media screen and (max-width: 1440px) {
  .natural-intelligence .flex-wrap .wrap-img .wrap-logo {
    width: 8.056vw;
  }
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-img .wrap-logo {
    max-width: 332px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .natural-intelligence .flex-wrap .wrap-img .wrap-logo {
    max-width: 100%;
  }
}
.natural-intelligence .flex-wrap .wrap-text .text {
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-text .text {
    margin-bottom: 56px;
  }
}
.natural-intelligence .flex-wrap .wrap-bg {
  left: auto;
  right: 0;
}
.natural-intelligence .flex-wrap .wrap-bg .wrap-image {
  width: 30.417vw;
  bottom: auto;
  top: 30%;
  right: 0;
}
.natural-intelligence .flex-wrap .wrap-bg .wrap-image.wrap-image-02 {
  width: 26.528vw;
  top: 62%;
  right: 4.5vw;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .wrap-image.wrap-image-02 {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
  .natural-intelligence .flex-wrap .wrap-bg .wrap-image {
    top: 33%;
  }
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .wrap-image {
    width: 100%;
    top: auto;
  }
}
.natural-intelligence .flex-wrap .wrap-bg .ico-01 {
  width: 66px;
  bottom: auto;
  left: 7vw;
  top: 19%;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .ico-01 {
    display: none;
  }
}
.natural-intelligence .flex-wrap .wrap-bg .ico-02 {
  width: 96px;
  bottom: auto;
  left: 7vw;
  top: 54%;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .ico-02 {
    width: 61px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 12px;
  }
}
.natural-intelligence .flex-wrap .wrap-bg .ico-03 {
  width: 126px;
  bottom: auto;
  right: 5vw;
  top: 80%;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .ico-03 {
    display: block;
    width: 100px;
    top: 24px;
    left: 0;
    right: auto;
  }
}
.natural-intelligence .flex-wrap .wrap-bg .ico-04 {
  width: 119px;
  bottom: auto;
  left: 7vw;
  top: 87%;
}
@media screen and (max-width: 991px) {
  .natural-intelligence .flex-wrap .wrap-bg .ico-04 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .natural-intelligence {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

.impact {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 244, 225)), to(rgb(248, 244, 225)));
  background: linear-gradient(180deg, rgb(248, 244, 225) 0%, rgb(248, 244, 225) 100%);
  padding-bottom: 150px;
  padding-top: 144px;
}
@media screen and (max-width: 991px) {
  .impact {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg {
    margin-top: 80px;
  }
}
.impact .flex-wrap .wrap-bg .ico-01 {
  bottom: auto;
  top: 12%;
  width: 77px;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-01 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-02 {
  width: 66px;
  bottom: auto;
  left: auto;
  top: 26%;
  right: 5vw;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-02 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .wrap-image {
  width: 82%;
  bottom: auto;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .wrap-image {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .wrap-image.wrap-image-02 {
  width: 82%;
  top: 71%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .wrap-image.wrap-image-02 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .wrap-image.wrap-image-03 {
  width: 82%;
  top: 90%;
  right: 0;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .wrap-image.wrap-image-03 {
    display: block;
    width: 100%;
  }
}
.impact .flex-wrap .wrap-bg .ico-03 {
  width: 60px;
  bottom: auto;
  left: 5vw;
  top: 44%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-03 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-04 {
  width: 66px;
  right: 6vw;
  bottom: auto;
  top: 47%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-04 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-05 {
  position: absolute;
  width: 66px;
  right: 5vw;
  top: 55%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-05 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-06 {
  position: absolute;
  width: 66px;
  left: 5vw;
  top: 64%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-06 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-07 {
  position: absolute;
  width: 66px;
  left: 16vw;
  top: 67%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-07 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-08 {
  position: absolute;
  width: 40px;
  right: 12vw;
  top: 81%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-08 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-09 {
  position: absolute;
  width: 66px;
  left: 5vw;
  top: 83%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-09 {
    display: none;
  }
}
.impact .flex-wrap .wrap-bg .ico-10 {
  position: absolute;
  width: 66px;
  right: 5vw;
  top: 87%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-10 {
    top: 0;
    right: 16px;
  }
}
.impact .flex-wrap .wrap-bg .ico-11 {
  position: absolute;
  width: 66px;
  left: 5vw;
  top: 98%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-11 {
    top: auto;
    bottom: 16px;
    left: 16px;
  }
}
.impact .flex-wrap .wrap-bg .ico-12 {
  position: absolute;
  width: 66px;
  right: 6vw;
  top: 99%;
}
@media screen and (max-width: 991px) {
  .impact .flex-wrap .wrap-bg .ico-12 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .impact .wrap-text {
    overflow: auto;
  }
}

.indient {
  margin-left: -8px;
}

.impact-image {
  margin-bottom: 104px;
}

figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  figcaption {
    font-size: 1.2rem;
  }
}

.wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.306vw;
  padding-top: 6.111vw;
  margin-top: 3.472vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .wrap-inner {
    padding-top: 11.389vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 150px;
  }
}
.wrap-inner .icon-tree-01 {
  position: absolute;
  width: 8.403vw;
  right: 3.5vw;
}
@media screen and (max-width: 1150px) {
  .wrap-inner .icon-tree-01 {
    top: 0.5vw;
  }
}
@media screen and (max-width: 991px) {
  .wrap-inner .icon-tree-01 {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inner .icon-tree-01 {
    width: 100px;
    right: 20%;
    top: 54px;
  }
}
.wrap-inner .icon-tree-04 {
  position: absolute;
  width: 6.389vw;
  right: 8.333vw;
  bottom: 11vw;
}
@media screen and (max-width: 768px) {
  .wrap-inner .icon-tree-04 {
    display: none;
  }
}
.wrap-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .wrap-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 350px;
  }
}
.wrap-item-top {
  position: relative;
  width: 43.75vw;
  margin-bottom: 9.028vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-top {
    width: calc(100% - 25px);
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.wrap-item-top .wrap-bg {
  position: absolute;
  width: 34.028vw;
  top: -9.2vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-top .wrap-bg {
    top: -130px;
    width: 93%;
  }
}
.wrap-item-top .wrap-image {
  position: relative;
  border-radius: 0 48px 16px 0;
}
.wrap-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 31.528vw;
}
@media screen and (max-width: 991px) {
  .wrap-item-bg {
    top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item-bg {
    position: unset;
    width: 60%;
    margin-left: auto;
  }
}
.wrap-item-bg .ico-grass {
  position: absolute;
  width: 5.972vw;
  bottom: -5vw;
  right: 4vw;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .wrap-item-bg .ico-grass {
    display: none;
  }
}
.wrap-item-bg-bottom {
  position: absolute;
  bottom: 27vw;
  right: 25vw;
  width: 31.528vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-bg-bottom {
    position: unset;
    width: 90%;
    margin-right: auto;
    margin-top: 666px;
    margin-bottom: 200px;
  }
}
.wrap-item-middle {
  width: 30.208vw;
  margin-bottom: 15.278vw;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-item-middle {
    width: 88%;
    margin-top: 30px;
    margin-bottom: 64px;
    position: unset;
  }
}
.wrap-item-middle .wrap-image {
  border-radius: 3.333vw 1.111vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-middle .wrap-image {
    border-radius: 16px 0 0 48px;
  }
}
.wrap-item-middle .ico-tree {
  position: absolute;
  left: -15.25vw;
  bottom: -2vw;
  width: 11.25vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-middle .ico-tree {
    display: none;
  }
}
.wrap-item-middle .ico-grass {
  position: absolute;
  width: 5.972vw;
  bottom: -9.5vw;
  right: 11vw;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .wrap-item-middle .ico-grass {
    display: none;
  }
}
.wrap-item-bottom {
  position: relative;
  width: 29.861vw;
  margin: 0 7vw 10.903vw auto;
}
@media screen and (max-width: 768px) {
  .wrap-item-bottom {
    margin-top: 64px;
    width: 65%;
    margin: 0 auto 0 20px;
  }
}
.wrap-item-bottom .wrap-image {
  border-radius: 3.333vw 1.111vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-bottom .wrap-image {
    border-radius: 48px 16px;
  }
}
.wrap-item-bottom .ico-tree {
  position: absolute;
  right: 7vw;
  bottom: -12vw;
  width: 5.903vw;
}
@media screen and (max-width: 768px) {
  .wrap-item-bottom .ico-tree {
    display: none;
  }
}
.wrap-sp {
  padding-bottom: 170px;
  position: relative;
}
.wrap-sp .ico-tree-01 {
  width: 33.067vw;
  position: absolute;
  bottom: -80px;
  left: 32px;
}
.wrap-sp .ico-tree-02 {
  width: 19.733vw;
  position: absolute;
  right: 64px;
  bottom: 16px;
}
.wrap-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: sticky;
  top: 30px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wrap-right {
    padding: 0 25px;
  }
}
.wrap-right .text {
  line-height: 1.8;
  color: #003927;
}
@media screen and (max-width: 991px) {
  .wrap-right .text {
    font-size: 1.6rem;
  }
}
.wrap-right .text.mb0 {
  margin-bottom: 0;
}
.wrap-right p + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .wrap-right p + p {
    margin-top: 16px;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}
.flex-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .flex-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}
.flex-wrap .wrap-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 80px;
  }
}
.flex-wrap .wrap-img .wrap-logo {
  position: sticky;
  top: 30px;
  width: 170px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
.flex-wrap .wrap-img .wrap-logo img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .flex-wrap .wrap-img .wrap-logo {
    width: 11.806vw;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-img .wrap-logo {
    position: relative;
    width: 100%;
    top: 0;
    max-width: 332px;
  }
}
.flex-wrap .wrap-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-text {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }
}
.flex-wrap .wrap-text .text,
.flex-wrap .wrap-text .content {
  margin-bottom: 56px;
  line-height: 2;
  color: #141D1D;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-text .text,
  .flex-wrap .wrap-text .content {
    font-size: 1.6rem;
  }
}
.flex-wrap .wrap-text .content {
  margin-bottom: 104px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-text .content {
    margin-bottom: 80px;
  }
}
.flex-wrap .wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 48px;
  margin-bottom: 104px;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-list {
    margin-bottom: 80px;
    gap: 48px 24px;
  }
}
.flex-wrap .wrap-list li {
  width: calc(50% - 24px);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .flex-wrap .wrap-list li {
    width: 100%;
  }
}
.flex-wrap .wrap-list li .ls-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #003927;
  position: relative;
  padding-left: 38px;
  text-align: left;
  letter-spacing: 0.16rem;
  color: rgb(0, 57, 39);
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-list li .ls-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .flex-wrap .wrap-list li .ls-title {
    font-size: 1.7rem;
    padding-left: 32px;
  }
}
.flex-wrap .wrap-list li .ls-title .s-pace {
  margin-left: -12px;
  text-align: left;
}
@media screen and (max-width: 395px) {
  .flex-wrap .wrap-list li .ls-title .s-pace .break {
    display: block;
  }
}
@media screen and (max-width: 355px) {
  .flex-wrap .wrap-list li .ls-title .s-pace .break {
    display: unset;
  }
}
.flex-wrap .wrap-list li .ls-title::before {
  content: attr(data-number);
  width: 24px;
  height: 24px;
  background: #A0C81E;
  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;
  font-size: 1.8rem;
  font-family: "Yu Mincho", sans-serif;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-list li .ls-title::before {
    width: 22px;
    height: 22px;
    font-size: 1.6rem;
  }
}
.flex-wrap .wrap-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-bg {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.flex-wrap .wrap-bg .wrap-image {
  width: 22.5vw;
  bottom: 30vw;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .flex-wrap .wrap-bg .wrap-image {
    width: 23.333vw;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-bg .wrap-image {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 53px 0;
  }
}
.flex-wrap .wrap-bg .ico-01 {
  position: absolute;
  width: 55px;
  bottom: 78vw;
  left: 6vw;
}
@media screen and (max-width: 1440px) {
  .flex-wrap .wrap-bg .ico-01 {
    width: 3.819vw;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-bg .ico-01 {
    width: 53px;
    top: 0;
    bottom: auto;
    left: 16px;
  }
}
.flex-wrap .wrap-bg .ico-02 {
  position: absolute;
  width: 38px;
  bottom: 69vw;
  left: 25.5vw;
}
@media screen and (max-width: 1440px) {
  .flex-wrap .wrap-bg .ico-02 {
    width: 2.639vw;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-bg .ico-02 {
    width: 53px;
    bottom: 26px;
    left: auto;
    right: 64px;
  }
}
.flex-wrap .wrap-bg .ico-03 {
  position: absolute;
  width: 125px;
  right: 7vw;
  bottom: 10vw;
}
@media screen and (max-width: 1440px) {
  .flex-wrap .wrap-bg .ico-03 {
    width: 8.681vw;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap .wrap-bg .ico-03 {
    display: none;
  }
}
.flex-wrap .ico-04 {
  position: absolute;
  width: 17.847vw;
  right: 0;
  bottom: 55vw;
}
@media screen and (max-width: 991px) {
  .flex-wrap .ico-04 {
    display: none;
  }
}

.dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 104px;
  gap: 40px 0;
}
@media screen and (max-width: 991px) {
  .dl-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .dl-list {
    gap: 0;
  }
}
.dl-list dt {
  width: 140px;
  padding-right: 24px;
  font-size: 2rem;
  color: #003927;
  letter-spacing: 0;
  font-family: "Yu Mincho", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .dl-list dt {
    width: 100%;
    margin-bottom: 16px;
  }
}
.dl-list dd {
  width: calc(100% - 140px);
  padding-left: 32px;
  font-size: 1.4rem;
  border-left: 1px solid #003927;
}
@media screen and (max-width: 768px) {
  .dl-list dd {
    width: 100%;
    padding-left: 12px;
  }
  .dl-list dd:not(:last-child) {
    margin-bottom: 45px;
  }
}

.location {
  max-width: 722px;
  width: 100%;
  margin-top: -32px;
  display: block;
}
@media screen and (max-width: 1240px) {
  .location {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 768px) {
  .location {
    margin-top: 48px;
    margin-bottom: 136px;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  margin: 0 auto 104px;
  width: 100%;
}
.grid img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .grid {
    margin-bottom: 56px;
  }
  .grid:first-child {
    margin-bottom: 80px;
  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 56px;
  }
}
.box .grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .box .grid {
    margin-bottom: 0;
  }
}

.box-list {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .box-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.box-list ul:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .box-list ul {
    width: 100%;
  }
}
.box-list li {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003927;
}
.box-list li .dot {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-list li .text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.box-list li:not(:last-child) {
  margin-bottom: 6px;
}

.col-2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 768px) {
  .col-2 {
    grid-gap: 20px 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.col-3 {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 32px;
}
@media screen and (max-width: 991px) {
  .col-3 {
    grid-gap: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .col-3 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .col-3.last > *:last-child {
    grid-column: 1/-1;
  }
}

.col-4 {
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 16px;
}
@media screen and (max-width: 768px) {
  .col-4 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.card-item .box-list {
  width: 100%;
  gap: 0 24px;
}
.card-item .box-list.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .card-item .box-list.col-2 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.card-item .box-list.col-2 ul {
  width: calc(50% - 15px);
}
.card-item .box-list.col-2 li {
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 991px) {
  .card-item .box-list.col-2 li {
    width: 100%;
    letter-spacing: 0;
  }
}
.card-image {
  border-radius: 8px;
  cursor: default;
}
.card-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  color: #003927;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-size: 1.4rem;
  }
  .card-title.card-fs {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 366px) {
  .card-title.card-fs {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .evaluation {
    gap: 20px;
    margin-bottom: 64px;
  }
}
.evaluation li {
  color: rgb(20, 29, 29);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}
.evaluation li:not(.l-title) {
  padding: 10px 36px;
  font-size: 1.4rem;
  min-height: 96px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 991px) {
  .evaluation li:not(.l-title) {
    -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;
    padding: 16px 16px 28px;
  }
}
.evaluation li.l-title {
  width: calc(100% - 216px);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .evaluation li.l-title {
    display: none;
  }
}
.evaluation li.cl-green {
  background: rgb(213, 234, 215);
}
.evaluation li.cl-blue {
  background: rgb(223, 242, 252);
}
.evaluation li p {
  min-width: 170px;
  border-right: 1px solid rgb(0, 57, 39);
  padding: 10px 0 10px 38px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
  position: relative;
  letter-spacing: 0.2rem;
  color: rgb(0, 57, 39);
}
@media screen and (max-width: 991px) {
  .evaluation li p {
    border-right: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
}
.evaluation li p::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  color: rgb(0, 57, 39);
  font-family: "Yu Mincho", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  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;
  text-indent: 2px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .evaluation li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.evaluation li span .title-sm {
  display: none;
}
@media screen and (max-width: 991px) {
  .evaluation li span .title-sm {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    padding-top: 20px;
    margin: 20px 0 12px;
    border-top: 1px solid rgb(0, 57, 39);
  }
}
@media screen and (max-width: 991px) {
  .evaluation li span {
    border-right: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
}

.sec-tab {
  border-radius: 24px;
  padding: 40px;
}
.sec-tab:not(:last-child) {
  margin-bottom: 104px;
}
@media screen and (max-width: 991px) {
  .sec-tab:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-tab {
    margin: 0 -25px;
    padding: 64px 25px 25px;
    width: calc(100% + 50px);
  }
}
.sec-tab.cl-green {
  background: rgb(213, 234, 215);
}
.sec-tab.cl-blue {
  background: rgb(223, 242, 252);
}
.sec-tab .title {
  text-align: center;
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .sec-tab .title {
    margin-bottom: 64px;
  }
}
.sec-tab .title span {
  padding-left: 50px;
  position: relative;
}
.sec-tab .title span::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 10px;
  color: rgb(0, 57, 39);
  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;
  line-height: 1;
  font-family: "Yu Mincho", sans-serif;
}
.sec-tab .desc {
  margin: 0 -40px 40px;
  font-size: 2.2rem;
  font-weight: bold;
  color: rgb(0, 57, 39);
  background: #fff;
  padding: 0px 0 2px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-tab .desc {
    margin: 0 -25px 40px;
  }
}
.sec-tab .text {
  font-size: 1.4rem !important;
  margin-bottom: 24px !important;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #006444;
}
@media screen and (max-width: 768px) {
  .tabs {
    gap: 4px;
  }
}
.tabs .tab {
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  width: calc(33.3333333333% - 2px);
  background: #fff;
  color: #006444;
  letter-spacing: 0.15rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .tabs .tab {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .tabs .tab {
    line-height: 1.2;
    padding: 10px 4px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 680px) {
  .tabs .tab {
    white-space: unset;
  }
  .tabs .tab span {
    display: block;
    text-align: center;
  }
}
.tabs .tab.current, .tabs .tab:hover {
  background: #006444;
  color: #fff;
}
.tabs.tabs-col-2 .tab {
  width: calc(50% - 2px);
}

.panel {
  padding: 42px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 991px) {
  .panel {
    padding: 24px 16px;
  }
}
.panel .col-2 {
  gap: 48px;
}
.panel .grid {
  margin-bottom: 0;
}
.panel .grid-item {
  letter-spacing: 0;
  font-size: 1.4rem;
}
.panel .grid-item figcaption {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #141D1D;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .panel .grid-item figcaption {
    margin-top: 48px;
  }
}
.panel .grid-item p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #141D1D;
}
.panel .grid-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #003927;
}
@media screen and (max-width: 991px) {
  .panel [data-tab=scenario-specific-evaluation] .grid-item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .panel [data-tab=scenario-specific-evaluation] .grid-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .panel [data-tab=scenario-specific-evaluation] .grid-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .panel [data-tab=scenario-specific-evaluation] .grid-item:last-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.panel-text {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.panel-image.res {
  overflow: auto;
}
.panel-image.res img {
  min-width: 636px;
  width: 100%;
}
.panel-image:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .panel-image:not(:last-child) {
    margin-bottom: 48px;
  }
}
.panel .note {
  max-width: 472px;
  margin-left: auto;
  text-align: left;
  margin-bottom: 45px;
  font-size: 1.2rem;
}

.table-res {
  overflow: auto;
  margin-bottom: 104px;
}
@media screen and (max-width: 991px) {
  .table-res {
    margin-bottom: 80px;
    margin-right: -25px;
  }
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .table {
    margin: 0;
    width: 800px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  width: 1080px;
}
.table-item:first-child {
  border-bottom: 1px solid #006444;
}
.table-item:first-child .table-head {
  background: rgb(248, 244, 225);
  color: #141D1D;
}
@media screen and (min-width: 992px) {
  .table-item:first-child {
    width: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
  }
  .table-item:first-child .table-body {
    width: 110px;
  }
  .table-item:first-child .table-body .table-head {
    width: 110px;
    background: transparent;
  }
  .table-item:first-child .table-body .table-wrap {
    width: 110px;
    border-right: 0;
  }
  .table-item:first-child .table-body .table-wrap:first-child {
    height: 528.5px;
  }
  .table-item:first-child .table-body .table-wrap:nth-child(2), .table-item:first-child .table-body .table-wrap:nth-child(3) {
    display: none;
  }
  .table-item:first-child .table-body .table-title {
    text-align: center;
  }
}
.table-item:nth-child(2) .table-head {
  background: rgb(248, 244, 225);
  color: #141D1D;
}
@media screen and (min-width: 992px) {
  .table-item:nth-child(2) .table-head {
    background: transparent;
  }
}
.table-item:nth-child(3) .table-head {
  background: #D5EAD7;
  border-radius: 4px 0 0 4px;
  color: rgb(0, 57, 39);
}
@media screen and (min-width: 992px) {
  .table-item:nth-child(3) .table-head {
    background: transparent;
    border-radius: 0;
  }
}
.table-item:last-child .table-head {
  background: #DFF2FC;
  border-radius: 4px 0 0 4px;
  color: rgb(0, 57, 39);
}
@media screen and (min-width: 992px) {
  .table-item:last-child .table-head {
    background: transparent;
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .table-item {
    width: 480px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-item:nth-child(2) .table-wrap {
    padding-left: 0;
  }
}
.table-item.cl-green {
  background: #D5EAD7;
  border-radius: 4px 0 0 4px;
}
@media screen and (min-width: 992px) {
  .table-item.cl-green {
    width: 99px;
    border-radius: 4px 4px 0 0;
  }
}
.table-item.cl-green .table-body {
  background: #D5EAD7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .table-item.cl-green .table-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.table-item.cl-green .table-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-item.cl-blue {
  background: #DFF2FC;
  border-radius: 4px 0 0 4px;
}
@media screen and (min-width: 992px) {
  .table-item.cl-blue {
    width: 99px;
    border-radius: 4px 4px 0 0;
  }
}
.table-item.cl-blue .table-body {
  background: #DFF2FC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .table-item.cl-blue .table-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.table-item.cl-blue .table-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-item.h10 {
  height: 10px;
}
.table-item.h10 .table-head {
  background: rgb(248, 244, 225);
}
@media screen and (min-width: 992px) {
  .table-item.h10 {
    width: 12px;
    height: 668px;
    padding: 0;
  }
  .table-item.h10 .table-head {
    padding: 0;
  }
  .table-item.h10 .table-body {
    width: 100%;
  }
  .table-item.h10 .table-wrap {
    padding: 0;
    border: 0;
  }
  .table-item.h10 .table-wrap:not(:last-child) {
    border-bottom: 1px solid #006444;
  }
}
.table-circle {
  text-align: center;
  font-size: 24px;
}
.table-head {
  width: 80px;
  padding: 16px 4px;
  font-weight: 600;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  position: sticky;
  left: 0;
}
@media screen and (min-width: 992px) {
  .table-head {
    width: 100%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding: 8px;
    display: block;
    text-align: center;
    height: 42px;
    position: unset;
    font-family: 400;
  }
}
.table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .table-body {
    width: 480px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100% - 42px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.table-wrap {
  width: 250px;
  padding: 16px;
  text-align: left;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .table-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 24px 16px;
    border-bottom: 1px solid #006444;
  }
  .table-wrap:first-child {
    height: 160px;
  }
  .table-wrap:nth-child(2) {
    height: 250px;
  }
  .table-wrap:nth-child(3) {
    height: 115px;
  }
  .table-wrap:last-child {
    height: 94px;
    border-bottom: 0;
  }
}
.table-wrap:not(:last-child) {
  border-right: 1px solid #006444;
}
@media screen and (min-width: 992px) {
  .table-wrap:not(:last-child) {
    border-right: 0;
  }
}
.table-title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: rgb(0, 57, 39);
}
@media screen and (min-width: 992px) {
  .table-title {
    width: 160px;
    text-align: left;
  }
}
.table-content {
  font-size: 1.4rem;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .table-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    gap: 0;
  }
}
.table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 992px) {
  .table-box {
    gap: 0;
  }
}
.table-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
}
.table-dot {
  margin-left: 15px;
}
.table-text-space {
  margin-left: 12px;
}

.smbc-forest {
  padding-bottom: 0 !important;
}

.news {
  margin-bottom: 30px;
  padding-top: 120px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .news {
    padding-top: 56px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
.news .container {
  max-width: 1010px;
}
.news .heading {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .news .heading {
    margin-bottom: 80px;
  }
}
.news .heading img {
  max-width: 206px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .news .heading img {
    max-width: 332px;
  }
}
@media screen and (max-width: 480px) {
  .news .heading img {
    max-width: 100%;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.news-date {
  width: 140px;
  color: rgb(51, 52, 52);
}
@media screen and (max-width: 960px) {
  .news-date {
    width: 100%;
  }
}
.news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .news-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.news-link {
  padding: 24px 0;
  color: rgb(0, 72, 49);
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .news-link {
    width: 100%;
    padding: 0;
  }
}
.news-label {
  border: 1px solid rgb(0, 57, 39);
  padding: 6px;
  color: rgb(0, 72, 49);
  line-height: 1;
  margin-left: 48px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .news-label {
    margin-left: 0;
    margin-top: 24px;
  }
}

.related {
  padding-top: 120px;
  padding-bottom: 175px !important;
}
@media screen and (max-width: 991px) {
  .related {
    padding-top: 56px;
    padding-bottom: 80px !important;
  }
}
.related .container {
  max-width: 1010px;
}
.related .heading {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .related .heading {
    margin-bottom: 80px;
  }
}
.related .heading img {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .related .heading img {
    max-width: 332px;
  }
}
@media screen and (max-width: 480px) {
  .related .heading img {
    max-width: 100%;
  }
}

.box-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 32px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 48px;
}
@media screen and (max-width: 768px) {
  .box-item {
    padding: 24px 16px;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .box-left {
    width: 100%;
  }
  .box-left .title {
    margin-bottom: 24px;
  }
}
.box-left .col-2 {
  grid-gap: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-left .col-2 {
    grid-gap: 8px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.box-right {
  width: 50%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-right {
    width: 100%;
  }
}
.box-right .btn {
  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%;
  max-width: 230px;
  height: 56px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  color: #004831;
  border: 2px solid;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .box-right .btn {
    margin: 24px auto 0;
  }
}

.links .card {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 722px;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.links .card:hover {
  opacity: 0.7;
}
.links .card h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 650px) {
  .links .card h3 {
    font-size: 1.4rem;
  }
}
.links .card h3 a {
  display: block;
  padding: 18px 20px;
  color: rgb(0, 72, 49);
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .links .card h3 a {
    padding: 12px 16px;
  }
}

footer {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .scrollbar {
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .scrollbar .res {
    padding-bottom: 5px;
  }
  .scrollbar .res::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .custom-scrollbar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #e2e2e2;
  }
  .thumb, .thumb1 {
    height: 4px;
    background: #adadad;
    border-radius: 4px;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 710px) and (max-width: 992px) {
  [data-tab=current-status] .custom-scrollbar {
    display: none;
  }
}