@charset "UTF-8";

.footer-contact {
  padding-inline: 20px;
}

.footer-contact__swiper {
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.footer-contact__swiper:after {
  background-color: #0c2c81;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.footer-contact__swiper .swiper-slide {
  aspect-ratio: 400/500;
  height: 100px;
  width: 100%;
}

.footer-contact__contents {
  align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 500px;
  padding: 25px 20px 40px;
  position: relative;
  width: 100%;
  z-index: 2;
  z-index: 3;
}
.footer-contact__contents h1,
.footer-contact__contents h2,
.footer-contact__contents h3 {
  font-family: "Belleza", sans-serif;
  font-size: 60px;
  letter-spacing: normal;
  line-height: calc(69 / 60);
}

.footer-contact__label {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18);
}

.footer-contact__desc {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 35px;
  max-width: 400px;
  text-align: center;
}

.footer-contact__btn {
  margin-top: 40px;
  width: 100%;
}
.footer-contact__btn a.c-btn-simple {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  margin-inline: auto;
  max-width: 340px;
  width: 100%;
}

.footer-bottom {
  background-image: linear-gradient(to bottom, #f5faff, #eceff7);
  margin-top: -225px;
  padding-inline: 20px;
  padding-top: 300px;
}

.footer-sitemap {
  padding-bottom: 120px;
}

.footer-sitemap__inner {
  margin-inline: auto;
  max-width: 1200px;
}

.footer-sitemap__flex {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer-sitemap__left {
  flex-shrink: 0;
}

.footer-sitemap__logo {
  aspect-ratio: 132/60;
  width: 132px;
}

.footer-sitemap__name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: calc(20 / 14);
  margin-top: 23px;
}

.footer-sitemap__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}
.footer-sitemap__info p {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: calc(19 / 13);
  opacity: 0.5;
}

.footer-sitemap__right {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 680px;
}

.footer-sitemap__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-sitemap__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  line-height: calc(20 / 14);
}
.footer-sitemap__item::before {
  background-color: #677bad;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}

.footer-sitemap__block--small {
  gap: 20px;
}

.footer-sitemap__item--small {
  font-size: 13px;
  font-weight: 500;
  line-height: calc(19 / 13);
  opacity: 0.5;
  padding-left: 18px;
}

.footer-copy {
  border-top: solid 1px rgba(12, 44, 129, 0.1);
  margin-inline: auto;
  max-width: 1200px;
  padding-bottom: 60px;
  padding-top: 40px;
}
.footer-copy p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: calc(17 / 12);
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .footer-contact__swiper {
    height: 500px;
  }
  .footer-contact__swiper .swiper-slide {
    height: 500px;
  }
  .footer-contact__contents {
    height: 100%;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .footer-bottom {
    padding-top: 377px;
  }
  .footer-sitemap__flex {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .footer-sitemap__right {
    justify-content: space-between;
    margin-top: 27px;
    max-width: 100%;
    width: 63.6%;
  }
}