.kv {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv {
    overflow: hidden;
  }
}

.kv-img01 {
  width: 100%;
  height: auto;
}

.animation-fadeUp {
  -webkit-animation: slide_fadeIn2 2.5s ease both;
  animation: slide_fadeIn2 2.5s ease both;
}

@keyframes slide_fadeIn {
  0% {
    transform: translate(0, 50px);
    will-change: transform;
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    will-change: transform;
    opacity: 1;
  }
}
@keyframes slide_fadeIn2 {
  0% {
    transform: translate(0, 0px);
    will-change: transform;
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    will-change: transform;
    opacity: 1;
  }
}
.sec01 {
  padding: 176px 20px 175px;
  background: url(../img/bg02.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 126px 20px 129px;
    background: url(../img/bg02-sp.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}

.sec01-title {
  margin-bottom: 92px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01-title {
    margin-bottom: 64px;
    text-align: left;
  }
}

.sec01-title-first {
  display: block;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .sec01-title-first {
    left: 0;
  }
}

.sec01-text {
  margin: 0 auto;
  line-height: 2.5;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01-text {
    font-size: 15px;
    text-align: left;
  }
}

.sec02 {
  padding: 77px 0 144px 0;
  background-color: #d2d9d9;
}
.sec02__inner {
  width: min(964px, 100%);
  margin: auto;
}
.sec02__title {
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02__btn {
  margin-top: 38px;
  text-align: right;
}
.sec02__btn a {
  position: relative;
  right: 0;
  padding-right: 16px;
  transition: 0.2s;
}
.sec02__btn a:hover {
  right: -5px;
  opacity: 1;
}
.sec02__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.sec03 {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 20px;
  background: url("../img/front/sec03-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .sec03 {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    min-height: 230px;
    height: auto;
    padding: 10px;
  }
}
.sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.sec03__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border: solid 1px #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    height: 210px;
  }
}
.sec03__title {
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__title {
    font-size: 30px;
  }
}
.sec03__text {
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__text {
    font-size: 20px;
  }
}

.sec04 {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 20px;
  background: url("../img/front/sec04-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .sec04 {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    min-height: 230px;
    height: auto;
    padding: 10px;
  }
}
.sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.sec04__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border: solid 1px #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    height: 210px;
  }
}
.sec04__title {
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: 26px;
  }
}
.sec04__text {
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__text {
    font-size: 20px;
  }
}
