@charset "utf-8";
.cta {
  background-color: #EC3480;
  position: relative;
}
.cta__top {
      position: absolute;
    font-size: 24px;
    font-weight: 600;
    color: #E30074;
    background-color: #fff;
    padding: 17px 37px;
    border: 3px solid #EC3480;
    border-radius: 63px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}
.cta__inner {
      padding: 72px clamp(1.25rem, -12.583rem + 28.82vw, 22rem) clamp(3.375rem, 2.625rem + 1.56vw, 4.5rem);
    position: relative;
}
.cta__bg {
        position: absolute;
    width: clamp(25rem, 16.5rem + 17.71vw, 37.75rem);
    z-index: 10;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
}
.cta__container {
      position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
      padding: 40px 10px;
    background-color: #Fff;
    border-radius: 18px;
}
.cta__title {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    color: #EC3480;
}
.cta__text {
      margin-top: 24px;
    text-align: center;
    line-height: 2;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 600;
}
.cta__btn {
      margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem) clamp(2rem, 0.75rem + 2.6vw, 3.875rem);
    background-color: #E30074;
    border-radius: 44px;
    border: 2px solid #E30074;
    transition: all 0.5s;
}
.cta-btn__text {
      white-space: nowrap;
    font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    color: #Fff;
    font-weight: 600;
    transition: all 0.5s;
}
.cta-bnt__icon {
      width: 24px;
    object-fit: contain;
}
.cta__btn:hover {
  background-color: #fff;
}
.cta__btn:hover .cta-btn__text {
  color: #E30074;
}

.footer {
      position: relative;
    z-index: 30;
    background-color: #Fff;
    padding: 76px 0 40px;
    border-bottom: 20px solid #EC3480;
}
.footer__inner {
  padding: 0 20px;
}
.footer__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__logo {
      width: clamp(19.5rem, 14.792rem + 9.81vw, 26.563rem);
    object-fit: contain;
}
.footer__access {
      margin-top: 40px;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}
.footer__tel {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
}
.footer-item__wrap {
  margin-top: clamp(3.5rem, 3.167rem + 0.69vw, 4rem);
      display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
  align-items: center;
}
.footer__items {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.footer__item {
      font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 600;
    transition: all 0.5s;
}
.footer__item:hover {
  color: #E30074;
}
.footer__copyright {
      margin-top: 80px;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}

@media (max-width: 1023px) {
  .footer-item__wrap {
        flex-direction: column;
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .cta__top {
        font-size: 18px;
    white-space: nowrap;
    top: 46px;
    padding: 14px 32px;
    line-height: 1;
  }
  .cta__bg {
        width: 247px;
    transform: unset;
    top: -6%;
    left: -8%;
  }
  .cta__text {
    font-size: 14px;
  }
  
  .footer__items {
        flex-direction: column;
    row-gap: 40px;
  }
}

@media (max-width: 389px) {
  .cta__top {
        padding-left: 12px;
    padding-right: 12px;
  }
  .cta__title {
    font-size: clamp(1.25rem, 0.091rem + 5.8vw, 1.5rem);
  }
  .cta-btn__text {
    font-size: clamp(1rem, -0.159rem + 5.8vw, 1.25rem);
  }
  
  .footer__logo {
    width: clamp(17.5rem, 8.225rem + 46.38vw, 19.5rem);
  }
}