@charset "utf-8";
.footer {
  background-color: #fff;
  color: #fff;
  padding: 0 20px;
}
.footer__wrap{
  /* height: 35.88vw; */
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap:0 1px;
}
.footer__inner01{
  width: 50%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  /* padding: 56px 45px 48px 52px ; */
  padding: 2.916vw 2.343vw 2.5vw 2.708vw ;
  border-radius: 3px;
}
.footer__ttlLink{
  display: block;
  font-size: 27px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height:  1.26;
  letter-spacing: 0.04em;
}
.footer__infoWrap{
  display: flex;
  justify-content: start;
  align-items: flex-end;
  gap: 39px;
}
.footer__logo{
  width: 165px;
}
.footer__info p{
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6em;
}
.footer__infoTel{
  margin-bottom: 12px;
}


.footer__inner02{
  width: calc(43% - 14px);
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  /* padding: 63px 40px 40px 40px ; */
  padding: 2.76vw 2.083vw 2.083vw 2.083vw;
  border-radius: 3px;
}
.footer__navItem{
  margin-bottom: 4px;
}
.footer__navLink{
  display: block;
  padding: 4px 0;
  font-size: 14px;
}
.footer__decLink{
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.6;
}
.footer__inner03{
  width: 7%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  /* padding: 40px 45px 45px 44px ; */
  padding: 2.083vw 2.343vw 2.343vw 2.291vw ;
  border-radius: 3px;
}
.totop{
  width: 14px;
}

@media screen and (max-width: 1280px) {
  .footer__wrap{
    height: 500px;
  }
  .footer__inner01{
    width: 58%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__ttlLink{
    font-size: 24px;
  }
  .footer__infoWrap{
    gap: 30px;
  }
  .footer__logo{
    width: 125px;
  }
  .footer__inner02{
    width: calc(38% - 10px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__inner03{
    width: 4%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
.footer__infoWrap{
  display: block;
}
.footer__logo{
  margin-bottom: 23px;
}
.footer__infoTel {
  margin-bottom: 8px;
}
.footer__decLink{
  line-height: 2;
}

}

@media screen and (max-width: 750px) {
  .footer__wrap{
    display: block;
    height: auto;
    position: relative;
    background-color: #000;
    border-radius: 3px;
  }
  .footer__infoWrap--pc{
    display: none;
  }
  .footer__inner01{
    width: 100%;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__ttlLink{
    font-size: 18px;
  }
  .footer__inner02{
    width: 100%;
    gap:35px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__inner03{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

@media screen and (max-width: 480px) {
  .footer{
    padding: 0;
  }
}

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