@charset "utf-8";
.footer {
  padding: 86px 0 38px;
}
.footer__inner {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.footer__container {
  /* margin-bottom: 128px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__rightBox {
  /* width: 32%; */
  /* margin-right: 52px; */
}
.footer__contact {
  width: fit-content;
  margin-bottom: 32px;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 999px;
  border: 1px solid #323232;
}
.footer__group {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 36px;
}
.footer__logo {
  width: 138px;
}
.footer__ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.559;
}
.footer__txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
.footer__txt-bold {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
.footer__contactTxt {
  font-size: 14px;
  line-height: 1.5714;
}
.footer__nav-list {
  margin-top: 5px;
}
.footer__nav-listItem {
  padding-left: 39px;
  position: relative;
}
.footer__nav-listItem::before {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  background: #a3a3a3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.footer__nav-listLink {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px;
}

.footer__copy {
  width: fit-content;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top__link {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../imgs/common/top.png) center center / cover no-repeat;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
@media screen and (max-width: 940px) {
  .footer__copy {
    position: static;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 65px;
  }
  .footer__contact {
    margin-bottom: 32px;
  }
  .footer__logo {
    width: 150px;
    margin-bottom: 15px;
  }
  .footer__container {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .footer__rightBox {
    width: 100%;
    margin-right: 0;
  }
  /* .footer__nav-listItem {
    width: 50%;
  } */
  .footer__nav-listLink {
    font-size: 14px;
  }
  .top__link {
    width: 45px;
    height: 45px;
    right: 24px;
    bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .footer__contact {
    font-size: 13px;
    padding: 10px;
  }
  .footer__logo {
    width: auto;
    max-width: 117px;
  }
  .footer__group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  .footer__ttl {
    font-size: 17px;
  }
  .footer__txt-bold {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
