.fv {
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    margin-top: 70px;
  }
}
.fv__head {
  position: absolute;
  color: #2FC986;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.02rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 12vw;
    line-height: 10.98vw;
    bottom: -6.98vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 21.07vw;
    line-height: 1;
    bottom: -18.67vw;
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 10.98vw 0 7.32vw;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 22.67vw 0 20vw;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    width: 86.67vw;
  }
}
@media (min-width: 768px) {
  .intro__body {
    padding: 0 30px;
    line-height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .intro__body {
    line-height: 4.69vw;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 44px;
  }
}
.intro__p {
  color: #484848;
}
.sec {
  position: relative;
  margin: 11vw 0;
}
@media (min-width: 768px) {
  .sec__wrapper {
    max-width: 1000px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sec__wrapper {
    width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .sec__flex {
    gap: 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec__flex {
    gap: 0 9.43vw;
  }
}
@media (min-width: 768px) {
  .sec__content {
    flex: 1;
  }
}
.sec__figure {
  display: table;
  max-width: 456px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec__figure {
    max-width: 39.1vw;
  }
}
@media (max-width: 767px) {
  .sec__figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec__figure figcaption {
  line-height: 28px;
}
.sec__head {
  line-height: 56px;
  letter-spacing: 0.06rem;
}
.sec__p {
  line-height: 38px;
}

.sec01::before, .sec01::after,
.sec03::before,
.sec03::after,
.sec04::before,
.sec04::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01__wrapper,
.sec03__wrapper,
.sec04__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .sec02 {
    padding: 140px 0 110px;
  }
}
@media (max-width: 767px) {
  .sec02__wrapper {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.sec01 {
  background-color: #c6d5d4;
}
.sec01::before {
  background-position: top center;
  background-image: url(../img/common/co_gr1_fr_top_2x.png);
  height: 10.98vw;
  top: -10.8vw;
}
.sec01::after {
  background-position: bottom center;
  background-image: url(../img/common/co_gr1_fr_btm_2x.png);
  height: 10.98vw;
  bottom: -10.8vw;
}

.sec03 {
  background-color: #2fc986;
  color: #fff;
}
.sec03::before {
  background-position: top center;
  background-image: url(../img/common/co_gr2_fr_top_2x.png);
  height: 10.98vw;
  top: -10.8vw;
}
.sec03::after {
  background-position: bottom center;
  background-image: url(../img/common/co_gr2_fr_btm_2x.png);
  height: 10.98vw;
  bottom: -10.8vw;
}

.sec04 {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec04 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 13.33vw;
  }
}
.sec04::before {
  display: none;
}
.sec04::after {
  background-position: bottom center;
  background-image: url(../img/common/co_w_fr_btm_2x.png);
  height: 10.98vw;
  bottom: -10.8vw;
}

.mv {
  position: relative;
  z-index: -1;
  margin-top: -11vw;
}
.mv__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .mv__wrapper {
    max-height: 750px;
    height: 54.9vw;
  }
}
@media (max-width: 767px) {
  .mv__wrapper {
    height: 97.33vw;
  }
}
.mv__wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.mv__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/to_02_mov_ptn.png);
  background-repeat: repeat;
  background-size: 3px 3px;
  z-index: 0;
}