.video_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.video_area video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100svh;
}
@media only screen and (max-width: 767px) {
  .video_area video {
    aspect-ratio: 9/16;
  }
}
.video_area .catchcopy {
  position: absolute;
  top: 4rem;
  left: 4rem;
  display: none;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .video_area .catchcopy {
    font-size: 4.4rem;
  }
}

.swiper {
  position: relative;
  padding-bottom: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .swiper {
    padding-bottom: 12.2rem;
  }
}
.swiper .swiper-wrapper {
  height: auto;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 2.4rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem;
  background: rgba(0, 51, 153, 0.5);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 3rem;
    height: 3rem;
    margin: 0 1.2rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003399;
}

@media only screen and (max-width: 767px) {
  .navigation-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination {
    width: auto;
  }
  .swiper-button-prev,
.swiper-button-next {
    width: 7.8rem;
    height: 7.8rem;
    top: auto;
    bottom: 0;
  }
  .swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    width: 100%;
    height: 100%;
  }
  .swiper-button-prev::after {
    background: url("../img/common/sp/swiper-prev.svg") no-repeat center/cover;
  }
  .swiper-button-next::after {
    background: url("../img/common/sp/swiper-next.svg") no-repeat center/cover;
  }
}
.mv {
  margin-bottom: 10rem;
  position: relative;
  background: #000;
  overflow: hidden;
  height: 100svh;
}
.mv video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mv .img {
  position: relative;
  height: 100%;
}
.mv .img figcaption {
  position: absolute;
  bottom: 6.4rem;
  left: 10rem;
  overflow: hidden;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .mv .img figcaption {
    left: 5rem;
    bottom: 32rem;
  }
}
.mv .img figcaption .catch-txt {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #fff;
  width: 100vw;
}
.mv .img figcaption .catch-txt .other-stype {
  position: relative;
  left: -2.5rem;
  letter-spacing: -0.1em;
  color: inherit;
}
.mv .img figcaption .catch-txt .js-txt {
  display: block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.mv .img figcaption .catch-txt span {
  color: #fff;
}
.mv .img figcaption .catch-txt small {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv .img figcaption .catch-txt small {
    font-size: 2.8rem;
  }
}
.mv .img figcaption .catch-txt.-visible, .mv .img figcaption .catch-txt.-visible span {
  transform: translate(0, 0);
}
.mv .scroll-down {
  position: absolute;
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .mv .scroll-down {
    top: 50%;
    right: 5rem;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .mv .scroll-down {
    bottom: 5rem;
    left: 5rem;
  }
}
.mv .scroll-down span {
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-right: 0.7rem;
  letter-spacing: 0.06em;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .mv .scroll-down span {
    font-size: 2rem;
  }
}
.mv .scroll-down .bar {
  width: 2px;
  height: 12.7rem;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv .scroll-down .bar {
    width: 0.7rem;
    height: 18.3rem;
    background: none;
  }
  .mv .scroll-down .bar::after {
    content: "";
    width: 0.2rem;
    height: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    display: block;
  }
}
.mv .scroll-down .bar::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 12.7rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .mv .scroll-down .bar::before {
    height: 18.3rem;
    width: 0.7rem;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.content-slider {
  position: relative;
  margin-bottom: 10rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .content-slider {
    margin-bottom: 15.4rem;
  }
}
.content-slider .swiper-slide figure {
  overflow: hidden;
}
.content-slider .swiper-slide figure img {
  transition: 1s;
}
.content-slider .swiper-slide figure:hover img {
  transform: scale(1.1);
}
.content-slider .swiper-slide a img {
  width: 100%;
}

.news {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-bottom: 17rem;
  }
}
.news .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .news .inner {
    width: 120rem;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .news .inner {
    padding: 0 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news--title {
    width: 23.5rem;
  }
}
.news--title .section-ttl {
  text-align: left;
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .news--title .section-ttl {
    text-align: center;
  }
}
.news--content {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .news--content {
    width: 86.3rem;
  }
}
.news--content .single {
  position: relative;
}
.news--content .single::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: rgba(248, 246, 246, 0.8);
  top: 0;
  left: 0;
  transition: 0.2s;
}
.news--content .single:hover::before {
  width: 100%;
}
.news--content .single:hover a::after {
  right: 0;
}
.news--content .single:last-of-type {
  border-bottom: 1px solid #ccc;
}
.news--content .single a {
  text-decoration: none;
  display: block;
  padding: 2.5rem 0;
  border-top: 1px solid #cccccc;
  position: relative;
}
.news--content .single a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .news--content .single a {
    padding: 4.5rem 4.5rem 4.5rem 0;
  }
}
.news--content .single a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .news--content .single a::after {
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.news--content .single a .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .news--content .single a .post-info {
    margin-bottom: 3rem;
  }
}
.news--content .single a .post-info time {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #003399;
}
@media only screen and (max-width: 767px) {
  .news--content .single a .post-info time {
    font-size: 2.8rem;
  }
}
.news--content .single a .post-info .category span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0 1.6rem;
  line-height: 2.3rem;
  border-radius: 2.3rem;
  margin-left: 2rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .news--content .single a .post-info .category span {
    padding: 0 2.7rem;
    font-size: 2.45rem;
    line-height: 4rem;
    margin-left: 3.5rem;
  }
}
.news--content .single a .post-info .category span.service-cat {
  background: #dc4f51;
}
.news--content .single a .post-info .category span.news-cat {
  background: #98aa2e;
}
.news--content .single a .post-info .category span.competition-cat {
  background: #7476b2;
}
.news--content .single a .post-info .category span.regular-cat {
  background: #e78f00;
}
@media only screen and (max-width: 767px) {
  .news .link-btm {
    width: 53rem;
    margin: 7rem auto 0;
  }
}

.course {
  height: 150vh;
  overflow: clip;
  margin-bottom: 10rem;
  position: relative;
}
.course * {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .course {
    height: 110vh;
    margin-bottom: 15rem;
  }
}
.course .bg-movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
}
.course .inner {
  color: #fff;
  position: relative;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .course .inner {
    height: 70vh;
  }
}
.course .inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .course .inner::before {
    height: 150vh;
  }
}
.course .txt-box {
  position: absolute;
  top: 70vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 4rem;
}
@media only screen and (max-width: 767px) {
  .course .txt-box {
    top: 40vh;
  }
}
.course .title {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .course .title {
    margin-bottom: 6rem;
  }
}
.course p {
  line-height: 2.125;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .course p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .course p {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.course .link-btm {
  margin: auto;
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .course .link-btm {
    width: 100%;
  }
}
.course .section-ttl span {
  margin-bottom: 1.3rem;
}

.facility {
  margin-bottom: 10.8rem;
}
@media only screen and (max-width: 767px) {
  .facility {
    margin-bottom: 15rem;
  }
}
.facility .inner {
  margin: auto;
  padding: 0 5rem;
}
@media print, screen and (min-width: 768px) {
  .facility .inner {
    width: 120rem;
  }
}
.facility .title {
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .facility .title {
    margin-bottom: 7rem;
  }
}
.facility--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .facility--list {
    grid-template-columns: 1fr 1fr;
    gap: 4.4rem 5rem;
  }
}
.facility--list__single {
  display: block;
}
.facility--list__single:hover {
  opacity: 1;
}
.facility--list__single:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}
.facility--list__single figure {
  position: relative;
}
.facility--list__single figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.facility--list__single figure figcaption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .facility--list__single figure figcaption {
    font-size: 3.3rem;
    line-height: 1.24;
  }
}
.facility--list__single figure figcaption::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/common/link-icon-white.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .facility--list__single figure figcaption::after {
    width: 3rem;
    height: 3rem;
  }
}
.facility--list__single:hover figure figcaption::after {
  right: 1.5rem;
}

.movie {
  background: #f2f2f2;
  padding: 9.5rem 0 10.4rem;
  margin-bottom: 10.8rem;
}
@media only screen and (max-width: 767px) {
  .movie {
    padding: 15rem 0;
  }
  .movie .inner {
    padding: 0 5rem;
  }
}
.movie .title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .movie .title {
    margin-bottom: 7rem;
  }
}
.movie .swiper {
  padding-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .movie .swiper {
    padding-bottom: 14rem;
  }
}
.movie .movie-slider .swiper-slide {
  transition: 0.3s;
  cursor: pointer;
}
.movie .movie-slider .swiper-slide:hover figure .thumb::before {
  background: rgba(0, 0, 0, 0.5);
}
.movie .movie-slider .swiper-slide a {
  display: block;
}
.movie .movie-slider .swiper-slide figcaption {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .movie .movie-slider .swiper-slide figcaption {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .movie .movie-slider .swiper-slide figcaption {
    font-size: 2.4rem;
    line-height: 1.66;
  }
}
.movie .movie-slider .swiper-slide figure .thumb {
  overflow: hidden;
  position: relative;
  background: #000;
}
.movie .movie-slider .swiper-slide figure .thumb img {
  transition: 0.3s;
  z-index: 1;
  position: relative;
}
.movie .movie-slider .swiper-slide:hover figure img {
  transform: scale(1.1);
  opacity: 0.7;
}

.access {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .access {
    margin-bottom: 5rem;
  }
}
.access .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .access .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .access .inner {
    padding: 0 5rem;
  }
}
.access-link {
  display: flex;
  justify-content: center;
  background: url("../img/home/access-image.jpg") no-repeat center/cover;
  height: 35rem;
  color: #fff;
  position: relative;
}
.access-link:hover {
  opacity: 1;
}
.access-link:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 768px) {
  .access-link {
    width: 120rem;
    padding-top: 13.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .access-link {
    background: url("../img/home/sp/access-image.jpg") no-repeat center/cover;
    height: 50rem;
    align-items: center;
  }
}
.access-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.access-link .link-btm p:hover::after {
  right: 2rem;
}
.access-link:hover .link-btm::before {
  width: 100%;
}
.access-link:hover .link-btm p {
  color: #333;
}
.access-link:hover .link-btm p i.arrow {
  border-color: #333;
  right: 1.5rem;
}
.access-link:hover .link-btm p i.arrow::before {
  border-top-color: #333;
  border-right-color: #333;
}
.access-link .link-txt {
  position: relative;
}
.access .title {
  color: #fff;
  margin-bottom: 0;
}
.access .title * {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .access .title {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .access .section-ttl {
    font-size: 1.8rem;
  }
  .access .section-ttl .enfont {
    font-size: 5rem;
    margin-bottom: 1.3rem;
  }
}
.access .link-btm {
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .access .link-btm {
    width: 53rem;
  }
}

.other-content {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
  margin-bottom: 10rem;
}
@media print, screen and (min-width: 768px) {
  .other-content {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .other-content {
    grid-template-columns: 1fr 1fr;
    gap: 4.4rem 5rem;
    padding: 0 5rem;
    margin-bottom: 5rem;
  }
}
.other-content__single {
  display: block;
  position: relative;
}
.other-content__single figure {
  position: relative;
}
.other-content__single figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.other-content__single figure figcaption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .other-content__single figure figcaption {
    font-size: 3.3rem;
  }
}
.other-content__single figure figcaption::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/common/link-icon-white.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .other-content__single figure figcaption::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.other-content__single figure figcaption.other::after {
  background: url("../img/common/blank-icon-white.svg") no-repeat center/100%;
  width: 1.5rem;
  height: 1.5rem;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .other-content__single figure figcaption.other::after {
    width: 2rem;
    height: 2rem;
  }
}
.other-content__single:hover {
  opacity: 1;
}
.other-content__single:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}
.other-content__single:hover figure figcaption::after {
  right: 1.5rem;
}

.line-banner {
  margin: 0 auto 10rem;
}
@media print, screen and (min-width: 768px) {
  .line-banner {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .line-banner {
    padding: 0 5rem;
    margin-bottom: 15rem;
  }
}
.line-banner a {
  background: #06c755;
  position: relative;
}
.line-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.line-banner a:hover {
  opacity: 1;
}
.line-banner a:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 768px) {
  .line-banner a {
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .line-banner a {
    display: block;
    padding: 4rem 0 3rem;
  }
}
.line-banner a .icon {
  width: 12rem;
  margin-right: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .line-banner a .icon {
    width: 10rem;
    margin: 0 auto 2.5rem;
  }
}
.line-banner a .line-txt {
  width: 67.5rem;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .line-banner a .line-txt {
    width: 57.6rem;
    margin: auto;
  }
}
.line-banner a .line-txt p {
  text-align: center;
  background: #fff;
  line-height: 4.4rem;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 4.4rem;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .line-banner a .line-txt p {
    font-size: 3.2rem;
  }
}
.line-banner a .line-txt h3 {
  font-size: 6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .line-banner a .line-txt h3 {
    font-size: 5.1rem;
  }
}

.group {
  background: #f0efe8;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .group {
    padding: 14.5rem 0;
  }
}
.group .title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .group .title {
    margin-bottom: 7rem;
  }
}
.group .swiper-slide a {
  display: block;
  position: relative;
}
.group .swiper-slide a::after {
  content: "";
  background: url("../img/common/blank-icon-white.svg") no-repeat center/100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.8rem;
  bottom: 2rem;
  transition: 0.3s;
  z-index: 1;
}
.group .swiper-slide a:hover {
  opacity: 1;
}
.group .swiper-slide a:hover figure .thumb::before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.group .swiper-slide a:hover::after {
  right: 1rem;
  bottom: 1rem;
}
.group .swiper-slide a figure {
  position: relative;
}
.group .swiper-slide a figure .thumb {
  overflow: hidden;
  position: relative;
}
.group .swiper-slide a figure .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s;
}
.group .swiper-slide a figure .thumb img {
  transition: 1s;
}
.group .swiper-slide a figure .thumb:hover img {
  transform: scale(1.1);
}
.group .swiper-slide a figure figcaption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 2.6rem;
  font-weight: 500;
}

.load_area {
  position: fixed;
  z-index: 1002;
  width: 100%;
  height: 100%;
  left: 0%;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load_area .inner {
  width: 50rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .load_area .inner {
    width: 60rem;
  }
}
.load_area p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .load_area p {
    font-size: 3.5rem;
  }
}

.loading-logo {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .loading-logo {
    width: 46rem;
    margin: 0 auto 6.5rem;
  }
  .loading-logo img {
    width: 100%;
  }
}

.load_per {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}

.load-imgae {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  position: relative;
}
.load-imgae .left {
  width: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .load-imgae .left {
    width: 5.4rem;
  }
}
.load-imgae .right {
  width: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .load-imgae .right {
    width: 6.8rem;
  }
}
.load-imgae .car {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .load-imgae .car {
    width: 5.5rem;
  }
  .load-imgae .car img {
    width: 100%;
  }
}
.load-imgae .loading-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .load-imgae .loading-txt {
    font-size: 2.5rem;
  }
}

.loading-bottom-txt.view span {
  opacity: 1;
  top: 0;
}
.loading-bottom-txt.view span:nth-of-type(1) {
  transition: 0.2s linear;
}
.loading-bottom-txt.view span:nth-of-type(2) {
  transition: 0.35s linear;
}
.loading-bottom-txt.view span:nth-of-type(3) {
  transition: 0.5s linear;
}
.loading-bottom-txt.view span:nth-of-type(4) {
  transition: 0.65s linear;
}
.loading-bottom-txt.view span:nth-of-type(5) {
  transition: 0.8s linear;
}
.loading-bottom-txt.view span:nth-of-type(6) {
  transition: 0.95s linear;
}
.loading-bottom-txt.view span:nth-of-type(7) {
  transition: 1.05s linear;
}
.loading-bottom-txt.view span:nth-of-type(8) {
  transition: 1.2s linear;
}
.loading-bottom-txt.view span:nth-of-type(9) {
  transition: 1.35s linear;
}
.loading-bottom-txt.view span:nth-of-type(10) {
  transition: 1.5s linear;
}
.loading-bottom-txt.view span:nth-of-type(11) {
  transition: 1.65s linear;
}
.loading-bottom-txt.view span:nth-of-type(12) {
  transition: 1.8s linear;
}
.loading-bottom-txt.view span:nth-of-type(13) {
  transition: 1.95s linear;
}
.loading-bottom-txt.view span:nth-of-type(14) {
  transition: 2.15s linear;
}
.loading-bottom-txt.view span:nth-of-type(15) {
  transition: 2.3s linear;
}
.loading-bottom-txt.view span:nth-of-type(16) {
  transition: 2.45s linear;
}
.loading-bottom-txt.view span:nth-of-type(17) {
  transition: 2.6s linear;
}
.loading-bottom-txt.view span:nth-of-type(18) {
  transition: 2.75s linear;
}
.loading-bottom-txt.view span:nth-of-type(19) {
  transition: 2.9s linear;
}
.loading-bottom-txt.view span:nth-of-type(20) {
  transition: 3.05s linear;
}
.loading-bottom-txt span {
  display: inline-block;
  -webkit-animation: bounce 1.2s ease;
          animation: bounce 1.2s ease;
  opacity: 1;
  position: relative;
  top: 2rem;
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}

.progress-bar {
  width: 100%;
  height: 0.25rem;
  background-color: #62991a;
  position: relative;
  overflow: hidden;
}
.progress-bar .gradient-bar {
  width: 0%;
  background: #003399;
  background: linear-gradient(90deg, rgb(0, 51, 153) 70%, rgb(98, 153, 26) 100%);
  height: 100%;
}

.load_area {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_area .inner {
  text-align: center;
}
.load_area .inner .progress-bar .gradient-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgb(0, 51, 153) 70%, rgb(98, 153, 26) 100%);
  transition: width 2.5s linear;
}
/*# sourceMappingURL=home.css.map */