.footer {
  background: 0% 0%/100% url(/assets/img/util/footer_bg_pc_01.jpg) repeat;
}
.footer__list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__list {
    max-width: 96vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__list {
    max-width: 100vw;
    flex-direction: column;
    padding: 0 5.46875vw;
  }
}
.footer__list--01 {
  flex: 0 1 250px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__list--01 {
    flex: 0 1 24vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__list--01 {
    flex: 0 1 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.footer__logo {
  margin-top: 73px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__logo {
    margin-top: 7.3vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    margin-top: 10.1%;
    flex: 0 1 34.0625vw;
  }
}
.footer__logoLink {
  display: block;
  width: 225px;
  margin-left: 4px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__logoLink {
    width: 22.5vw;
    margin-left: 0.4vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__logoLink {
    width: 34.0625vw;
    margin-left: 0;
  }
}
.footer__sns {
  margin-top: 238px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__sns {
    margin-top: 23.8vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__sns {
    margin-top: 9.5%;
    flex: 0 1 38.28125vw;
  }
}
.footer__snsList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-left: 4px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__snsList {
    margin-left: 0.4vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__snsList {
    margin-left: 0;
  }
}
.footer__snsItem {
  flex: 0 1 66px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__snsItem {
    flex: 0 1 6.6vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__snsItem {
    flex: 0 1 11.40625vw;
  }
}
.footer__snsItem--02 {
  margin: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__snsItem--02 {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__snsItem--02 {
    margin: 0 2.03125vw;
  }
}
.footerPc__list {
  flex: 0 1 225px;
  margin-top: 54px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__list {
    flex: 0 1 22vw;
    margin-top: 5.4vw;
  }
}
.footerPc__list--01 {
  margin-top: 67px;
  flex: 0 1 300px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__list--01 {
    margin-top: 6.7vw;
    flex: 0 1 28vw;
  }
}
@media screen and (max-width: 640px) {
  .footerPc__list {
    display: none;
  }
}
.footerPc__link {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  overflow: visible !important;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
.footerPc__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #454545;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link::before {
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1vw solid #454545;
    left: -1.5vw;
  }
}
.footerPc__link--01 {
  height: 40px;
  margin-left: 77px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--01 {
    height: 4vw;
    margin-left: 4vw;
  }
}
.footerPc__link--02 {
  height: 86px;
  margin-left: 77px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--02 {
    height: 8.6vw;
    margin-left: 4vw;
  }
}
.footerPc__link--03, .footerPc__link--04, .footerPc__link--05, .footerPc__link--06, .footerPc__link--07, .footerPc__link--08, .footerPc__link--09, .footerPc__link--10, .footerPc__link--11 {
  height: 68px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--03, .footerPc__link--04, .footerPc__link--05, .footerPc__link--06, .footerPc__link--07, .footerPc__link--08, .footerPc__link--09, .footerPc__link--10, .footerPc__link--11 {
    height: 6.8vw;
  }
}
.footerPc__link--03, .footerPc__link--04, .footerPc__link--05, .footerPc__link--06, .footerPc__link--07, .footerPc__link--08 {
  margin-left: 54px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--03, .footerPc__link--04, .footerPc__link--05, .footerPc__link--06, .footerPc__link--07, .footerPc__link--08 {
    margin-left: 4.4vw;
  }
}
.footerPc__link--09, .footerPc__link--10, .footerPc__link--11, .footerPc__link--12 {
  margin-left: 74px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--09, .footerPc__link--10, .footerPc__link--11, .footerPc__link--12 {
    margin-left: 4.4vw;
  }
}
.footerPc__link--12 {
  margin-top: 22px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__link--12 {
    margin-top: 2.2vw;
  }
}
.footerPc__aboutLink {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  height: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 92px;
  position: relative;
  overflow: visible !important;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__aboutLink {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__aboutLink {
    height: 3.5vw;
    margin-left: 5.5vw;
  }
}
.footerPc__aboutLink::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #454545;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__aboutLink::before {
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1vw solid #454545;
    left: -1.5vw;
  }
}
.footerPc__companyLink {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  height: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 90px;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__companyLink {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__companyLink {
    height: 3.5vw;
    margin-left: 6vw;
  }
}
.footerPc__companyLink::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #454545;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerPc__companyLink::before {
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1vw solid #454545;
    left: -1.5vw;
  }
}
.footerSp__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 7.4%;
}
@media screen and (min-width: 641px) {
  .footerSp__list {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerSp__list {
    display: none;
  }
}
.footerSp__item--01 {
  margin-left: 26.4%;
}
.footerSp__item--02 {
  margin-left: 11.4%;
}
.footerSp__link {
  height: 7.8125vw;
  color: #454545;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .footerSp__link {
    font-size: 2.8125vw;
    letter-spacing: 0.0421875vw;
    line-height: 2;
  }
}
.footerSp__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 1.25vw solid transparent;
  border-bottom: 1.25vw solid transparent;
  border-left: 1.5625vw solid #454545;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2.34375vw;
}
.footer__copyright {
  padding: 48px 0 30px;
  letter-spacing: 0.02rem;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copyright {
    letter-spacing: 0.032vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copyright {
    padding: 4.8vw 0 3vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    padding: 1.3% 0 4.8%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .footer__copyright {
    font-size: 2.34375vw;
    letter-spacing: 0.046875vw;
    line-height: 1.5333333333;
  }
}/*# sourceMappingURL=footer.css.map */