@charset "utf-8";
.footer__inner {
  position: relative;
}
.footer-top {
      position: absolute;
    width: clamp(2rem, -0.357rem + 3.68vw, 4.063rem);
    top: clamp(1.25rem, -0.321rem + 2.46vw, 2.625rem);
    right: clamp(0.625rem, -5.518rem + 9.6vw, 6rem);
}
.footer__container {
  display: flex;
}
.footer__left {
      width: 30%;
    padding-top: 20px;
    padding-left: clamp(1.25rem, -4.179rem + 8.48vw, 6rem);
    padding-right: clamp(1.25rem, -2.179rem + 5.36vw, 4.25rem);
    padding-bottom: clamp(2.5rem, 1.667rem + 1.74vw, 3.75rem);
  min-width: 300px;
}
.footer__logo {
      width: 160px;
    object-fit: contain;
}
.footer__link {
      margin-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    display: flex;
    column-gap: clamp(1.25rem, 0.5rem + 1.56vw, 2.375rem);
}
.footer__insta {
      width: clamp(1.75rem, 1.417rem + 0.69vw, 2.25rem);
    object-fit: contain;
}
.footer__map {
      width: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
    object-fit: contain;
}
.footer__info {
      margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
}
.footer-info__item {
      display: flex;
    padding-bottom: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    border-bottom: 1px solid #707070;
}
.footer-info-item__left {
      width: 24%;
    font-weight: 700;
  text-align: center;
  font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
}
.footer-info-item__right {
      width: 76%;
    font-weight: 700;
  font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
}
.footer-info-item__right a {
  transition: all 0.5s;
}
.footer-info-item__right a:hover {
  opacity:  0.5;
}
.footer__copyright {
      margin-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    font-size: 12px;
}
.footer__right--sp {
        display: flex;
    flex-direction: column;
    background-color: #434343;
    padding: 40px clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    justify-content: space-between;
  row-gap: 20px;
    width: 70%;
  }
.footer-right__box {
      display: flex;
    column-gap: clamp(2rem, -2.643rem + 7.25vw, 6.063rem);
}
.footer__item {
  height: fit-content;
}
.footer-item__main {
        font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 700;
    color: #Fff;
    line-height: 1;
  white-space: nowrap;
}
.foter-item__subBox {
      margin-top: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.footer-item__sub {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
  white-space: nowrap;
}
.fixed-btn__wrap {
  display: none;
}

@media (max-width: 1023px) {
  .footer__container {
    flex-direction: column-reverse;
  }
  .footer__left {
    width: 100%;
        padding-left: clamp(1.25rem, -10.044rem + 23.53vw, 5rem);
    padding-right: clamp(1.25rem, -10.044rem + 23.53vw, 5rem);
  }
  .footer__logo {
    width: 152px;
  }
  .footer__right--sp {
        width: 100%;
    row-gap: 40px;
    padding: 40px clamp(2.5rem, -5.029rem + 15.69vw, 5rem) 90px;
  }
  .footer-info-item__left,
  .footer-info-item__right {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fixed-btn__wrap {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8000;
  }
  .fixed__btn {
        height: 43px;
    background-color: #000;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .fixed__btn--blue {
    background-color: #0070C3;
  }
  .fixed__btn--white {
    background-color: #fff;
  }
  .fixed-btn__icon1 {
    width: 9px;
  }
  .fixed-btn__icon2 {
    width: 14px;
  }
  .fixed-btn__icon3 {
    width: 10px;
  }
  .fixed-btn__text {
        color: #fff;
    font-weight: 700;
  }
  .fixed-btn__text--black {
    color: #000;
  }
  .footer__left {
        padding-left: clamp(1.25rem, -5.216rem + 26.53vw, 7.5rem);
    padding-right: clamp(1.25rem, -5.216rem + 26.53vw, 7.5rem);
    padding-bottom: 60px;
  }
  .footer__right--sp {
        flex-direction: row;
        padding-left: clamp(2.5rem, -7.845rem + 42.44vw, 12.5rem);
    padding-right: clamp(2.5rem, -7.845rem + 42.44vw, 12.5rem);
  }
  .footer-right__box {
        flex-direction: column;
    row-gap: 32px;
  }
  .footer-item__main {
    font-size: 16px;
  }
  .foter-item__subBox {
        margin-top: 16px;
  }
  .footer-item__sub {
    font-size: 14px;
  }
}

@media (max-width: 389px) {
  .fixed-btn__text {
    font-size: 10px;
  }
  .footer-item__main {
    font-size: 14px;
  }
  .footer-item__sub {
    font-size: 12px;
  }
  .footer-info-item__left,
  .footer-info-item__right {
    font-size: 12px;
  }
}