.footer {
  background-color: #f4f3f5;
}

.footer-cta {
  position: relative;
}

.footer-cta__img {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.footer-cta__img img {
  position: relative;
  z-index: 1;
}
.footer-cta__img::after {
  background-color: #363636;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.footer-cta__boxs {
  color: #fff;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.footer-cta__box {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  padding-inline: 20px;
  padding-top: 30px;
  pointer-events: none;
}
.footer-cta__box:nth-of-type(2) {
  position: relative;
}
.footer-cta__box:nth-of-type(2):before, .footer-cta__box:nth-of-type(2)::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 6px);
}
.footer-cta__box:nth-of-type(2)::before {
  top: 0;
}
.footer-cta__box:nth-of-type(2)::after {
  bottom: 0;
}

.footer-cta__wrap {
  max-width: 331px;
  pointer-events: visible;
  width: 100%;
}

.footer-cta__label {
  font-family: "Prompt", sans-serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: calc(50 / 33);
}

.footer-cta__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.footer-cta__title p {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
}

.footer-cta__title-img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  width: 20px;
}
.footer-cta__title-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-cta__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: calc(30 / 14);
  margin-top: 20px;
}

.footer-cta__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-cta__link--tel {
  margin-top: 20px;
}
.footer-cta__link--tel p:nth-of-type(1) {
  font-family: "Prompt", sans-serif;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(52 / 37);
}
.footer-cta__link--tel p:nth-of-type(2) {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

a.footer-cta__link--btn {
  background-color: #fff;
  border-radius: 999px;
  color: #43423f;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  margin-inline: auto;
  margin-top: 20px;
  max-width: 300px;
  padding-left: 20px;
  padding-right: 35px;
  position: relative;
  width: 100%;
}
a.footer-cta__link--btn:hover {
  opacity: 1;
}
a.footer-cta__link--btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
a.footer-cta__link--btn::after {
  background: url(../images/arrow_black.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 10px;
}

.footer-contents {
  padding-inline: 20px;
  padding-top: 60px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-info__logo {
  width: 78px;
}
.footer-info__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-info__adds {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  line-height: calc(24 / 13);
  margin-top: 10px;
}

.footer-sitemap {
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}

.footer-sitemap__link {
  align-items: center;
  border-left: 1px solid #d2d9e0;
  display: flex;
  gap: 20px;
  padding-block: 3px;
  padding-left: 18px;
}
.footer-sitemap__link::after {
  background-color: #c9c9c9;
  border-radius: 3px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: 9px;
  width: 6px;
}

.footer-bottom {
  margin-top: 80px;
}
.footer-bottom.bg-text__wrap {
  overflow: hidden;
  width: 100%;
}
.footer-bottom .bg-text {
  align-items: center;
  display: flex;
  gap: 20px;
}
.footer-bottom .bg-text img {
  aspect-ratio: 158/111;
  overflow: hidden;
  width: 80px;
}
.footer-bottom .bg-text p {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: calc(154 / 102);
}

.footer-copy {
  color: #7e7e7e;
  font-size: 11px;
  font-weight: normal;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 20px;
  text-align: right;
}

@media (min-width: 768px) {
  .footer-inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .footer-sitemap {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}

@media (min-width: 1024px) {
  .footer-cta__boxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-cta__box {
    padding-bottom: 52px;
    padding-top: 65px;
  }
  .footer-cta__box:nth-of-type(2):before, .footer-cta__box:nth-of-type(2)::after {
    height: calc(100% - 6px);
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .footer-cta__box:nth-of-type(2)::before {
    left: 0;
    top: 50%;
  }
  .footer-cta__box:nth-of-type(2)::after {
    bottom: auto;
    right: 0;
    top: 50%;
  }
  .footer-cta__title {
    margin-top: 3px;
  }
  .footer-cta__desc {
    margin-top: 37px;
  }
  .footer-cta__link--tel {
    margin-top: 35px;
  }
  a.footer-cta__link--btn {
    margin-top: 37px;
  }
  .footer-info__adds {
    gap: 10px;
  }
  .footer-bottom {
    margin-top: 150px;
  }
  .footer-bottom .bg-text {
    gap: 40px;
  }
  .footer-bottom .bg-text img {
    width: 158px;
  }
  .footer-bottom .bg-text p {
    font-size: 102px;
  }
  .footer-copy {
    padding-bottom: 26px;
    padding-top: 72px;
  }
}

@media (min-width: 1366px) {
  .footer-contents {
    padding-left: 61px;
    padding-right: 83px;
    padding-top: 85px;
  }
  .footer-sitemap {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 50px;
  }
  .footer-copy {
    padding-inline: 33px;
  }
}