@media (min-width: 768px) {
  .sec00 {
    height: 100vh;
    min-height: 845px;
    margin-left: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sec00 {
    padding-top: 60px;
    padding-bottom: 12vw;
  }
}
.sec00__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .sec00__wrapper {
    margin-top: 170px;
  }
}
.sec00__mv {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sec00__mv {
    width: 82.67vw;
    height: 41.33vw;
    max-height: 620px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__mv {
    max-height: none;
    min-height: 620px;
  }
}
@media (max-width: 767px) {
  .sec00__mv {
    width: 90.67vw;
    height: 82.67vw;
    margin-top: 29.33vw;
  }
}
.sec00__mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.sec00__mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/00_fv_img.png);
  background-repeat: repeat;
  background-size: 3px 3px;
  z-index: 3;
}
.sec00__head {
  position: absolute;
  z-index: 5;
}
@media (min-width: 768px) {
  .sec00__head {
    top: -50px;
    right: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__head {
    top: -3.66vw;
    right: 12vw;
  }
}
@media (max-width: 767px) {
  .sec00__head {
    top: -24vw;
    left: 0;
    right: 0;
    width: 81.47vw;
  }
}
.sec00__title {
  opacity: 0;
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .sec00__title1 img, .sec00__title2 img, .sec00__title3 img {
    width: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__title1 img, .sec00__title2 img, .sec00__title3 img {
    width: 6vw;
  }
}
@media (max-width: 767px) {
  .sec00__title1 img, .sec00__title2 img, .sec00__title3 img {
    width: 13.33vw;
  }
}
@media (min-width: 768px) {
  .sec00__title2, .sec00__title3 {
    margin-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__title2, .sec00__title3 {
    margin-right: 10.98vw;
  }
}
@media (max-width: 767px) {
  .sec00__title2, .sec00__title3 {
    margin-right: 4vw;
  }
}
@media (min-width: 768px) {
  .sec00__title4 {
    margin-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__title4 {
    margin-right: 10.98vw;
  }
}
@media (max-width: 767px) {
  .sec00__title4 {
    margin-right: 8vw;
  }
}
@media (min-width: 768px) {
  .sec00__title4 img {
    width: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec00__title4 img {
    width: 12.88vw;
  }
}
@media (max-width: 767px) {
  .sec00__title4 img {
    width: 24vw;
  }
}

.sec01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding: 40px 0 35px;
  }
}
.sec01__mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.sec01__mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/01_img.png);
  background-repeat: repeat;
  background-size: 3px 3px;
  z-index: 3;
}
.sec01__wrapper {
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .sec01__wrapper {
    max-width: 1060px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sec01__wrapper {
    width: 81.33vw;
  }
}
.sec01__head {
  color: #5dd08c;
  line-height: 52px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .sec01__head {
    width: 310px;
    margin-right: 100px;
    font-size: 60px;
    margin-top: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec01__head {
    margin-right: 7.32vw;
  }
}
@media (max-width: 767px) {
  .sec01__head {
    font-size: 40px;
  }
}
.sec01__body {
  color: #fff;
}
@media (min-width: 768px) {
  .sec01__body {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .sec01__p {
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .sec01__p {
    line-height: 41px;
  }
}

@media (min-width: 768px) {
  .sec02 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .sec02 {
    padding: 60px 0 40px;
  }
}
@media (min-width: 768px) {
  .sec02__wrapper {
    max-width: 1250px;
    padding: 0 20px;
  }
}
.sec02__items {
  list-style: none;
}
.sec02__item {
  transition: transform ease 0.7s, opacity ease 0.7s;
  opacity: 0;
  transform: translateY(50px);
}
.sec02__item.in {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .sec02__item + .sec02__item {
    margin-top: 115px;
  }
}
.sec02__box {
  position: relative;
}
@media (min-width: 768px) {
  .sec02__box {
    gap: 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__box {
    gap: 0 5.33vw;
  }
}
.sec02__img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .sec02__img {
    width: 696px;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__img {
    width: 46.4vw;
  }
}
@media (min-width: 768px) {
  .sec02__content {
    flex: 1;
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  .sec02__content {
    padding: 0 10px;
  }
}
.sec02__num {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #008e66;
  text-stroke: 1px #008e66;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .sec02__num {
    position: absolute;
    top: -35px;
    left: 0;
  }
}
.sec02__title {
  color: #008e66;
}
@media (min-width: 768px) {
  .sec02__title {
    line-height: 1;
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec02__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec02__title {
    font-size: 31px;
  }
}
.sec02__hr {
  background-color: #000;
  height: 1px;
  flex-grow: 1;
  min-width: 10px;
  margin: 0 10px;
}
.sec02__anc {
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__anc {
    font-size: 14px;
  }
}
.sec02__p {
  line-height: 32px;
}
@media (max-width: 767px) {
  .sec02__btn {
    width: 150px;
    height: 39px;
    border: 1px solid #000;
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  .sec03__bgcontainer {
    position: relative;
    height: 100vh;
    min-height: 680px;
  }
}
@media (min-width: 768px) {
  .sec03__bginner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
}
.sec03__bg {
  background-image: url("../img/top/03_bk.jpg");
  background-position: center;
}
@media (min-width: 768px) {
  .sec03__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .sec03__bg {
    width: 100vw;
    height: 45.33vw;
    background-size: 100vw 45.33vw;
  }
}
.sec03__wrapper {
  position: relative;
  background-color: #282828;
}
@media (min-width: 768px) {
  .sec03__wrapper {
    width: 100%;
    padding: 4vw 0 2.67vw;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    padding: 45px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec03__content {
    margin-left: 9.33vw;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec03__content {
    margin-left: 4.67vw;
  }
}
@media (min-width: 768px) {
  .sec03__logo {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .sec03__logo {
    width: 245px;
  }
}
.sec03__address, .sec03__tel {
  color: #fff;
  line-height: 32px;
  font-style: normal;
}
.sec03__btn {
  border: 1px solid #5dd08c;
  background-color: transparent;
  color: #5dd08c;
  height: 45px;
  border-radius: 50px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .sec03__btn {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .sec03__btn {
    width: 215px;
  }
}
.sec03__btn:hover {
  opacity: 1;
  background-color: #5dd08c;
  color: #282828;
}
@media (min-width: 768px) {
  .sec03__img {
    position: relative;
    margin-top: -6.67vw;
    width: 46.4vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sec03__img {
    width: 85.33vw;
  }
}

.sec04 {
  background-color: #5dd08c;
  color: #282828;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .sec04:hover {
    background-color: #008e66;
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 35px 0;
  }
}
.sec04__en {
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__en {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .sec04__en {
    font-size: 36px;
  }
}/*# sourceMappingURL=top.css.map */