.sec1__wrap {
  max-width: 80%;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .sec1__wrap {
    max-width: 100%;
  }
}
.sec1__catch-wrap {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 50;
}
@media screen and (max-width: 992px) {
  .sec1__catch-wrap {
    max-width: 85%;
    bottom: 20%;
  }
}
.sec1__catch {
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .sec1__catch {
    padding-bottom: 0;
  }
}
.sec1__swiper-img {
  height: calc(100dvh - 80px);
  width: 100%;
}

.sec--sub .sec__triangle {
  border-color: transparent #f06aa0 transparent transparent;
}
.sec--recruit .sec__item:nth-child(1), .sec--recruit .sec__item:nth-child(3) {
  margin-top: 0;
}
.sec__tx {
  max-width: 820px;
  margin: 0 auto;
}
.sec__wrap {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec__wrap {
    display: block;
  }
}
.sec__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  align-self: self-start;
}
@media screen and (max-width: 992px) {
  .sec__item {
    width: 100%;
  }
}
.sec__item:nth-child(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .sec__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec__item:nth-child(1), .sec__item:nth-child(3) {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec__item:nth-child(1), .sec__item:nth-child(3) {
    margin-top: 20px;
  }
}
.sec__item:hover .sec__img {
  filter: brightness(1);
}
.sec__img {
  width: 100%;
  filter: brightness(0.8);
  transition: 0.6s all;
}
.sec__ttl-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  border: 1px solid white;
  padding: 5px;
  display: grid;
  align-items: end;
}
.sec__ttl-inr {
  color: white;
}
.sec__ttl-ja {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.sec__ttl-en {
  font-size: 3rem;
  line-height: 1;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.sec__triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 50px 50px 0px 0px;
  border-color: transparent #52bcb1 transparent transparent;
  right: 0;
  bottom: 0;
}
.sec__btn {
  text-align: center;
  margin-top: 50px;
}

.sec2__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec2__btn {
    margin-top: 20px;
  }
}

.sec5__otr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sec5__otr {
    display: block;
  }
}
.sec5__img-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .sec5__img-wrap {
    width: 100%;
  }
}
.sec5__img {
  width: 100%;
}
.sec5__tx-wrap {
  width: calc(50% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .sec5__tx-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.sec6 {
  overflow: hidden;
}
.sec6__bg {
  position: relative;
}
.sec6__bg-img {
  width: 100%;
}
.sec6__otr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .sec6__otr {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    left: initial;
    transform: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec6__tx {
  text-align: center;
  font-size: 1.4rem;
}
.sec6 .h2__en {
  color: #b6e8e3;
}
.sec6__wrap {
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .sec6__wrap {
    margin-top: 50px;
  }
}
.sec6__wrap::before {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #b6e8e3;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
}
.sec6__wrap::after {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #f8c0d6;
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  z-index: -1;
}/*# sourceMappingURL=top.css.map */