@charset "UTF-8";.footer {
  position: relative;
  z-index: 10;
}

.footer-contact {
  display: block;
  margin-inline: auto;
  max-width: 1142px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.footer-contact:hover {
  opacity: 1;
}
.footer-contact:hover .footer-contact__right {
  transform: translateX(5px);
}

.footer-contact__img {
  border-radius: 10px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.footer-contact__img::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer-contact__contents {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  left: 50%;
  max-width: 965px;
  padding-inline: 20px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.footer-contact__left {
  width: 100%;
}
.footer-contact__left .c-title-cycle {
  font-size: 18px;
  gap: 13px;
  margin-top: 4px;
}
.footer-contact__left .c-title-cycle::before {
  height: 12px;
  width: 12px;
}
.footer-contact__left .c-desc {
  margin-top: 30px;
}

.footer-contact__left-en {
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: calc(106 / 80);
}

.footer-contact__right {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100px;
  justify-content: center;
  margin-left: auto;
  transition: all 0.3s ease;
  width: 100px;
}

.footer-contact__icon {
  position: relative;
  transition: width 0.3s ease;
  width: 20px;
  z-index: 3;
}
.footer-contact__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  background: linear-gradient(180deg, #fff 0%, #eceeef 97.11%);
  margin-top: -100px;
  padding-bottom: 52px;
  padding-inline: 20px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.footer-bottom__inner {
  margin-inline: auto;
  max-width: 1142px;
}

.footer-sitemap {
  color: #505050;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

a.footer-info__logo {
  color: currentColor;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
}
.footer-info__adds {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 20px;
}

.footer-list {
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

a.footer-list__item {
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.42px;
}

.footer-pagetop {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}

a.footer-pagetop__link {
  height: 102px;
  width: 102px;
}
a.footer-pagetop__link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copy {
  padding-top: 30px;
}
.footer-copy p {
  color: #6d6d6d;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-contact__contents {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 965px;
    padding-inline: 20px 30px;
  }
  .footer-contact__left {
    max-width: 519px;
  }
  .footer-sitemap {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-list {
    gap: 40px;
    justify-content: flex-end;
    max-width: 440px;
  }
}
@media (min-width: 1024px) {
  .footer-contact__left .c-desc {
    margin-top: 43px;
  }
  .footer-contact__left-en {
    font-size: 80px;
  }
  .footer-contact__right {
    height: 120px;
    width: 120px;
  }
  .footer-bottom {
    margin-top: -283px;
    padding-top: 460px;
  }
  a.footer-info__logo {
    font-size: 25px;
  }
  .footer-info__adds {
    margin-top: 26px;
  }
  .footer-list {
    margin-top: 19px;
  }
  .footer-copy {
    padding-top: 40px;
  }
}
@media (min-width: 1366px) {
  .footer-contact__img {
    height: 500px;
  }
  .footer-pagetop {
    margin-top: 210px;
  }
}