#header {
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  height: 60px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  #header {
    height: 80px;
    position: fixed;
  }
}
#header .navbar {
  padding: 0;
}
#header .logo {
  margin-bottom: -26px;
  width: 100px;
}
@media (max-width: 767px) {
  #header .logo {
    margin-bottom: -25px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  #header .offcanvas {
    max-width: 100vw;
    width: 100vw;
  }
}
@media (min-width: 992px) {
  #header .offcanvas-body .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
#header .language {
  width: 80px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #03953F;
  padding: 6px 6px 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #03953F;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#header .language_content {
  position: absolute;
  top: 100%;
  right: 0;
  left: -4px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 4px;
}
#header .language_content ul {
  width: 100%;
  padding-left: 0;
  background-color: #fff;
  border-radius: 8px;
  margin: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#header .language_content ul li {
  height: 32px;
  width: 100%;
  padding: 6px 6px 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .language_content ul li + li {
  border-top: 1px solid #eee;
}
#header .language_content ul li:hover {
  background-color: #f9f9f9;
}
#header .language:not(:hover) .language_content {
  pointer-events: none;
}
#header .language:hover .language_content {
  opacity: 1;
}
#header .language .icon {
  width: 20px;
}
#header .language .icon .imgDrop {
  padding-top: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
}

#footer {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45.73%, #D7DFCF), to(#76AA4A));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #D7DFCF 45.73%, #76AA4A 100%);
  color: #03953F;
}
#footer .logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #footer .logo {
    width: 200px;
  }
}
#footer address {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #176A3A;
  font-style: normal;
}

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: #176A3A;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  background-image: url(../images/icon/icon_arr_w.svg);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
#backtotop.show {
  display: block;
}

.sec_about .ttl {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sec_about .ttl {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .sec_about .ttl {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .sec_about .ttl {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .sec_about .fz-45 {
    text-align: center;
  }
}

.sec_founder {
  position: relative;
}
.sec_founder:before {
  position: absolute;
  content: "";
  height: 1000px;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12%;
  width: 1050px;
  background-image: url(../images/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.sec_founder .founder_item {
  background-color: #6fa056;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
@media (max-width: 767px) {
  .sec_founder .founder_item {
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .sec_founder .founder_item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_founder .founder_item:hover {
  background-color: #70bd57;
}
.sec_founder .founder_item .images {
  height: 100%;
  margin: 0 32px;
  position: relative;
}
@media (max-width: 991px) {
  .sec_founder .founder_item .images {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .sec_founder .founder_item .images img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.sec_founder .founder_item .content {
  min-height: 350px;
  padding: 24px;
}
@media (min-width: 768px) {
  .sec_founder .founder_item .content {
    padding: 45px;
  }
}
.sec_founder .founder_item .content .ttl {
  position: relative;
}
.sec_founder .founder_item .content .ttl:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
}

.sec_banner .slick-dots {
  bottom: 24px;
}

.sec_why {
  background-image: url(../images/bg5.png);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center;
}
.sec_why .ttl2 {
  font-weight: 900;
  color: #ffb400;
}
.sec_why .ttl2 .fz-80 {
  background-color: #ffb400;
  color: #fff;
  padding: 0 16px;
  margin-left: 16px;
  border-radius: 4px;
}
.sec_why .content_main {
  position: relative;
}
@media (max-width: 991px) {
  .sec_why .content_main {
    margin-top: 40px;
  }
}
.sec_why .content_main .images {
  max-width: 44.0677966102%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .sec_why .content_main .images {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.sec_why .content_main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
.sec_why .content_main .content .item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .sec_why .content_main .content .item {
    padding: 12px 24px;
    width: 50%;
    min-height: 172px;
  }
}
.sec_why .content_main .content .item .inner {
  max-width: 420px;
}
@media (min-width: 768px) {
  .sec_why .content_main .content .item .inner {
    text-align: center;
  }
}
.sec_why .content_main .content .item:not(:nth-child(1), :nth-child(2)) {
  border-top: 1px solid #fff;
}
.sec_why .content_main .content .item:nth-child(odd) {
  background-color: #6FA056;
}
.sec_why .content_main .content .item:nth-child(odd):hover {
  background-color: #70bd57;
}
.sec_why .content_main .content .item:nth-child(even) {
  background-color: #00602D;
}
.sec_why .content_main .content .item:nth-child(even):hover {
  background-color: #0b9f30;
}
@media (min-width: 768px) {
  .sec_why .content_main .content .item:nth-child(even) {
    border-left: 1px solid #fff;
  }
}

.sec_benefit {
  background-color: #F2E7D5;
  position: relative;
}
.sec_benefit:before, .sec_benefit:after {
  position: absolute;
  content: "";
  max-width: 295px;
  max-height: 608px;
  width: 20.4861111111%;
  height: 42.2222222222vw;
  background-size: 100%;
  background-origin: 100% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.sec_benefit:before {
  background-image: url(../images/deco1.png);
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  left: 0;
  top: 0;
}
.sec_benefit:after {
  background-image: url(../images/deco2.png);
  -webkit-transform: translateY(-75%);
      -ms-transform: translateY(-75%);
          transform: translateY(-75%);
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .sec_benefit .images {
    margin-bottom: 30px;
  }
}
@media (min-width: 1241px) {
  .sec_benefit .images {
    margin-left: -130px;
  }
}
.sec_benefit .accordion_item {
  border-top: 1px solid #ABABAB;
}
.sec_benefit .accordion-button {
  color: #03953F;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .sec_benefit .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }
}
.sec_benefit .accordion-button[aria-expanded=true] {
  -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(96%) saturate(681%) hue-rotate(106deg) brightness(95%) contrast(108%);
          filter: brightness(0) saturate(100%) invert(35%) sepia(96%) saturate(681%) hue-rotate(106deg) brightness(95%) contrast(108%);
}
.sec_benefit .accordion_body {
  padding-bottom: 16px;
}

.sec_investors,
.sec_process {
  position: relative;
  z-index: 2;
}
.sec_investors .bg,
.sec_process .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec_investors .bg:before,
.sec_process .bg:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0A6102;
  z-index: 1;
  mix-blend-mode: multiply;
}
.sec_investors .video .imgDrop,
.sec_process .video .imgDrop {
  padding-top: 56.2711864407%;
  border-radius: 8px;
}
.sec_investors .video .imgDrop .icon,
.sec_process .video .imgDrop .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_investors .video .imgDrop:hover:before,
.sec_process .video .imgDrop:hover:before {
  opacity: 0.35;
}
.sec_investors .video .imgDrop:hover .icon,
.sec_process .video .imgDrop:hover .icon {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.sec_investors .space,
.sec_process .space {
  padding-top: 22.0833333333%;
  background-image: url(../images/bg4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.sec_investors .space2,
.sec_process .space2 {
  padding-top: 6.9444444444%;
  background-image: url(../images/bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7481%) hue-rotate(266deg) brightness(111%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7481%) hue-rotate(266deg) brightness(111%) contrast(110%);
  width: 100%;
}
.sec_investors .space2 .deco,
.sec_process .space2 .deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  right: 0;
}
.sec_investors .space2 .deco:before, .sec_investors .space2 .deco:after,
.sec_process .space2 .deco:before,
.sec_process .space2 .deco:after {
  display: block;
  content: "";
  background-image: url(../images/deco8.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 -1.5%;
}
.sec_investors .space2 .deco:before,
.sec_process .space2 .deco:before {
  max-width: 150px;
  max-height: 150px;
  width: 10.4166666667%;
  height: 10.4166666667vw;
  -webkit-transform: rotateY(180deg) rotateZ(25deg);
          transform: rotateY(180deg) rotateZ(25deg);
}
.sec_investors .space2 .deco:after,
.sec_process .space2 .deco:after {
  max-width: 208px;
  max-height: 208px;
  width: 14.4444444444%;
  height: 14.4444444444vw;
}
.sec_investors .content_main,
.sec_process .content_main {
  margin-top: 32px;
  padding-top: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .sec_investors .content_main,
  .sec_process .content_main {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 360px;
  }
}
.sec_investors .content_main .content_step,
.sec_process .content_main .content_step {
  position: absolute;
  width: 100%;
  max-width: 580px;
  min-height: 200px;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.sec_investors .content_main .content_step:before,
.sec_process .content_main .content_step:before {
  position: absolute;
  content: "";
  top: 100%;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 30px solid transparent;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 100px solid #fff;
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
@media (min-width: 768px) {
  .sec_investors .content_main .content_step:before,
  .sec_process .content_main .content_step:before {
    border-left: 10px solid transparent;
    border-right: 30px solid transparent;
    border-top: 150px solid #fff;
  }
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step:before,
  .sec_process .content_main .content_step:before {
    border-top: 200px solid #fff;
  }
}
.sec_investors .content_main .content_step:not(.active),
.sec_process .content_main .content_step:not(.active) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.sec_investors .content_main .content_step1:before,
.sec_process .content_main .content_step1:before {
  left: 0;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (min-width: 768px) {
  .sec_investors .content_main .content_step1:before,
  .sec_process .content_main .content_step1:before {
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step1:before,
  .sec_process .content_main .content_step1:before {
    -webkit-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
.sec_investors .content_main .content_step2:before,
.sec_process .content_main .content_step2:before {
  left: 20%;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (min-width: 768px) {
  .sec_investors .content_main .content_step2:before,
  .sec_process .content_main .content_step2:before {
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step2:before,
  .sec_process .content_main .content_step2:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.sec_investors .content_main .content_step3:before,
.sec_process .content_main .content_step3:before {
  left: 50%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step3:before,
  .sec_process .content_main .content_step3:before {
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.sec_investors .content_main .content_step4:before,
.sec_process .content_main .content_step4:before {
  left: 40%;
  border-left: 30px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  right: 50%;
}
@media (min-width: 768px) {
  .sec_investors .content_main .content_step4:before,
  .sec_process .content_main .content_step4:before {
    right: 60%;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step4:before,
  .sec_process .content_main .content_step4:before {
    right: 40%;
  }
}
.sec_investors .content_main .content_step5:before,
.sec_process .content_main .content_step5:before {
  border-left: 30px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  right: 40%;
}
@media (min-width: 768px) {
  .sec_investors .content_main .content_step5:before,
  .sec_process .content_main .content_step5:before {
    right: 40%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step5:before,
  .sec_process .content_main .content_step5:before {
    right: 20%;
  }
}
.sec_investors .content_main .content_step6:before,
.sec_process .content_main .content_step6:before {
  right: 0;
  border-left: 30px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  right: 25%;
}
@media (min-width: 992px) {
  .sec_investors .content_main .content_step6:before,
  .sec_process .content_main .content_step6:before {
    right: 0%;
    -webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
}
.sec_investors .content_main .step,
.sec_process .content_main .step {
  position: relative;
}
.sec_investors .content_main .step:before,
.sec_process .content_main .step:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1000px;
  right: -1000px;
  border-top: 1px solid #fff;
}
.sec_investors .content_main .step_number,
.sec_process .content_main .step_number {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 32px;
}
@media (min-width: 768px) {
  .sec_investors .content_main .step_number,
  .sec_process .content_main .step_number {
    width: 45px;
  }
}
.sec_investors .content_main .step_number.active,
.sec_process .content_main .step_number.active {
  font-weight: 700;
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.sec_investors .content_main .step_number .number,
.sec_process .content_main .step_number .number {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  color: #00602D;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_investors .content_main .step_number .number,
  .sec_process .content_main .step_number .number {
    font-size: 22px;
  }
}
.sec_investors .content_main .step_number .number span,
.sec_process .content_main .step_number .number span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

#modal_video .modal-content {
  padding: 0;
}
#modal_video .modal-content .imgDrop {
  padding-top: 56.2711864407%;
}

@media (min-width: 768px) {
  .sec_certificate .content_main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto 23px auto;
    grid-template-rows: auto auto;
    gap: 23px 10px;
  }
  .sec_certificate .content_main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_certificate .content_main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_certificate .content_main > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .sec_certificate .content_main > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sec_certificate .content_main > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .sec_certificate .content_main > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) {
  .sec_certificate .content_main {
    gap: 40px 20px;
  }
}
.sec_certificate .content_main > .item {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media (max-width: 767px) {
  .sec_certificate .content_main > .item {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_certificate .content_main .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}
@media (max-width: 767px) {
  .sec_certificate .content_main .content {
    margin-top: 16px;
  }
}
.sec_certificate .content_main .content .flex {
  gap: 10px;
}
.sec_certificate .content_main .content .item {
  width: 100%;
  background-color: #322f31;
}

.sec_statistics .item_row {
  position: relative;
  height: 30px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .sec_statistics .item_row {
    height: 70px;
    margin-top: 10px;
  }
}
.sec_statistics .item_row .line {
  height: 100%;
  position: relative;
}
.sec_statistics .item_row .line .txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: 90%;
  opacity: 0;
  -webkit-transition: ease-out 1s;
  transition: ease-out 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_statistics .item_row .line .txt img {
  height: 60%;
  width: auto;
  max-width: initial;
}
.sec_statistics .item_row .line span {
  display: block;
  height: 100%;
  width: 10px;
  -webkit-transition: ease-in 1.5s;
  transition: ease-in 1.5s;
  background-color: #00602D;
}
.sec_statistics .item_row:nth-child(1) .line {
  width: 16.6666666667%;
}
.sec_statistics .item_row:nth-child(1) .line span, .sec_statistics .item_row:nth-child(1) .line .txt {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec_statistics .item_row:nth-child(2) .line {
  width: 33.3333333333%;
}
.sec_statistics .item_row:nth-child(2) .line span, .sec_statistics .item_row:nth-child(2) .line .txt {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.sec_statistics .item_row:nth-child(3) .line {
  width: 50%;
}
.sec_statistics .item_row:nth-child(3) .line span, .sec_statistics .item_row:nth-child(3) .line .txt {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_statistics .item_row:nth-child(4) .line {
  width: 66.6666666667%;
}
.sec_statistics .item_row:nth-child(4) .line span, .sec_statistics .item_row:nth-child(4) .line .txt {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.sec_statistics .item_row:nth-child(5) .line {
  width: 83.3333333333%;
}
.sec_statistics .item_row:nth-child(5) .line span, .sec_statistics .item_row:nth-child(5) .line .txt {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec_statistics .item_row:nth-child(6) .line {
  width: 100%;
}
.sec_statistics .item_row:nth-child(6) .line span, .sec_statistics .item_row:nth-child(6) .line .txt {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.sec_statistics.scrolled .item_row .line .txt {
  opacity: 1;
  right: -8px;
}
@media (min-width: 768px) {
  .sec_statistics.scrolled .item_row .line .txt {
    right: -16px;
  }
}
.sec_statistics.scrolled .item_row .line span {
  width: 100%;
}

.sec_news {
  position: relative;
  z-index: 9;
}
.sec_news .item {
  padding: 6px;
}
@media (min-width: 992px) {
  .sec_news .item {
    padding: 40px 24px;
  }
}
.sec_news .item .imgDrop {
  padding-top: 130%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .sec_news .item .imgDrop {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .sec_news .item .imgDrop:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_news .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-radius: 50%;
  background-size: 24px;
  background-position: center;
  z-index: 999;
}
.sec_news .space2 {
  padding-top: 6.9444444444%;
  background-image: url(../images/bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.sec_news .space2 .deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  right: 0;
}
.sec_news .space2 .deco:before, .sec_news .space2 .deco:after {
  display: block;
  content: "";
  background-image: url(../images/deco8.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 -1.5%;
}
.sec_news .space2 .deco:before {
  max-width: 150px;
  max-height: 150px;
  width: 10.4166666667%;
  height: 10.4166666667vw;
  -webkit-transform: rotateY(180deg) rotateZ(25deg);
          transform: rotateY(180deg) rotateZ(25deg);
}
.sec_news .space2 .deco:after {
  max-width: 208px;
  max-height: 208px;
  width: 14.4444444444%;
  height: 14.4444444444vw;
}

.sec_service {
  position: relative;
  z-index: 3;
  background-image: url(../images/bg6.png);
  background-size: 100% 100%;
}
.sec_service .container {
  position: relative;
}
.sec_service .container:before, .sec_service .container:after {
  position: absolute;
  content: "";
  width: 14.6527777778%;
  height: 41.6666666667%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/deco3.png);
}
.sec_service .container:before {
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  left: 0;
  bottom: 0;
  -webkit-transform-origin: -100% 50%;
      -ms-transform-origin: -100% 50%;
          transform-origin: -100% 50%;
}
.sec_service .container:after {
  -webkit-transform: rotate(-45deg) translateX(50%);
      -ms-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
  right: 0;
  top: 0;
  -webkit-transform-origin: 100% 30%;
      -ms-transform-origin: 100% 30%;
          transform-origin: 100% 30%;
}
.sec_service .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec_service .content_main {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sec_service .content_main .inner {
  padding-top: 100%;
}
.sec_service .content_main .ttl {
  width: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
@media (max-width: 767px) {
  .sec_service .content_main .ttl {
    font-size: 16px;
    line-height: 24px;
  }
}
.sec_service .content_main .item {
  width: 25%;
  position: absolute;
}
.sec_service .content_main .item .box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .sec_service .content_main .item .box .text {
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
.sec_service .content_main .item:hover .box {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.sec_service .content_main .item img {
  width: 100%;
  height: auto;
}
.sec_service .content_main .item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_service .content_main .item:nth-child(2) {
  top: 25%;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_service .content_main .item:nth-child(3) {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sec_service .content_main .item:nth-child(4) {
  top: 75%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_service .content_main .item:nth-child(5) {
  bottom: 0;
  width: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_service .content_main .item:nth-child(6) {
  top: 75%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.sec_service .content_main .item:nth-child(7) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sec_service .content_main .item:nth-child(8) {
  top: 25%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.home_spa {
  background-image: url(../images/deco_8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.home_spa .item {
  padding: 0;
}
@media (min-width: 992px) {
  .home_spa .item {
    padding: 0 40px;
  }
}
@media (min-width: 1241px) {
  .home_spa .item {
    padding: 0 80px;
  }
}
.home_spa .item .images {
  max-width: 377px;
  margin-left: auto;
  margin-right: auto;
}
.home_spa .item .images .imgDrop {
  position: relative;
  padding-top: 60%;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .home_spa .item .images .imgDrop {
    padding-top: 116.7108753316%;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .home_spa .item .content {
    padding-left: 0;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .home_spa .slider {
    margin-bottom: 40px !important;
  }
}
.home_spa .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-radius: 50%;
  background-size: 24px;
  background-position: center;
  z-index: 999;
}
@media (max-width: 767px) {
  .home_spa .slick-arrow {
    top: auto;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    bottom: -60px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home_spa .slick-arrow.slick-next {
    -webkit-transform: translate(0) rotate(180deg) !important;
        -ms-transform: translate(0) rotate(180deg) !important;
            transform: translate(0) rotate(180deg) !important;
    left: 60px;
    right: auto;
  }
}

.ttl_sub {
  color: #4D3539;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ttl_sub:before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon/icon_ttl.svg);
  background-size: 100%;
}

.sec_partner {
  background-color: #F2E7D5;
  position: relative;
}
.sec_partner:before, .sec_partner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-size: 100%;
  content: "";
  width: 100%;
  mix-blend-mode: hard-light;
  background-image: url(../images/deco5.png);
}
.sec_partner:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec_partner .slider .item {
  padding: 0 10px;
  color: #4D3539;
}
.sec_partner .slider .item .imgDrop {
  padding-top: 68.4210526316%;
  border-radius: 10px;
}

.sec_contact {
  background-image: url(../images/bg7.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .sec_contact {
    background-size: cover;
    background-position: center;
  }
}
.sec_contact:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(64.9%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 64.9%);
  pointer-events: none;
}
.sec_contact .form_contact {
  position: relative;
  z-index: 1;
  padding: 30px 16px;
  -webkit-box-shadow: 1px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 13px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .sec_contact .form_contact {
    padding: 60px 24px;
  }
}
@media (min-width: 1241px) {
  .sec_contact .form_contact {
    padding: 80px 24px;
  }
}
.sec_contact .form_contact .group .input {
  border: 1px;
  background-color: transparent;
  height: 36px;
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 4px;
  border: 1px solid #4D3539;
}
.sec_contact .form_contact .group .input:focus {
  border-color: #03953F !important;
  color: #03953F;
  outline: none;
}
