@charset "UTF-8";

footer{
  font-size: 15px;
  line-height: 1;
  margin-top: 144px;
}
nav{
  float: none !important;
}

.br-sp{
  display: none;
}
.sp-none{
  display: block;
}
.footer-social-wrap{
  width: 100%;
  height: 286px;
  position: relative;
}
.footer-social-bg{
  background-image: url(../img/social-bg-pc.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  background-size: cover;
}
.footer-social-txt{
  text-align: center;
  padding: 77px 0 29px;
}
.footer-social-nav{
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
}
.footer-social-btn{
  width: 337px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-social-btn img{
  width: 100%;
  display: block;
  object-fit: contain;
}
.align-center-pc{
  text-align: center;
}
.footer-social-btn.social-mail{
  background-color: #DD9ED7;
  color: #fff;
}
.footer-social-btn.social-mail .footer-social-txt-1{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
.footer-social-btn.social-mail .footer-social-txt-2{
  font-size: 14px;
}
.footer-social-btn.social-telephone{
  background-color: #fff;
  color: #333;
}
.footer-social-btn.social-telephone .footer-social-btn-icon{
  width: 24px;
  height: 24px;
}
.footer-social-btn.social-telephone .footer-social-txt-1{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.footer-social-btn.social-telephone .footer-social-txt-2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
.footer-social-btn.social-telephone .footer-social-txt-3{
  font-size: 12px;
}
.footer-social-btn.social-line{
  background-color: #06C755;
  color: #fff;
}
.footer-social-btn.social-line .footer-social-btn-icon{
  width: 42px;
  height: 42px;
}
.footer-social-btn.social-line .footer-social-txt-1{
  font-size: 15px;
  line-height: 1.5;
}
.footer-bg{
  background-color: #E3EBDF;
}
.footer-inner{
  width: 1080px;
  margin: 0 auto;
}
.footer-nav{
  display: flex;
  gap: 80px;
  padding: 80px 0 52px;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: relative;
}
.footer-nav::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 172px;
  background-image: url(../img/niyaniwa_logo.png);
}
.footer-nav-list{
  display: flex;
  gap: 80px;
  text-align: left !important;
}
.footer-nav-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 135px;
}
.footer-nav-item.home{
  width: fit-content;
}
.footer-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px 0 40px;
  align-items: center;
}
.co-info-wrap p{
  margin: 0 !important;
  line-height: 1.5;
}
.co-info-wrap p:first-child{
  font-size: 16px;
}
.footer-content small{
  font-size: 12px;
  line-height: 1.5;
}
.sp-footer-nav{
  display: none;
}


@media screen and (max-width: 768px) {
  .footer-inner{
    width: 100%;
    padding: 0 20px;
  }
  .footer-nav{
    gap: 40px;
  }
  .footer-nav-list{
    gap: 40px;
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .sp-footer-nav{
    display: block;
    margin: 30px 0 60px;
  }
  .sp-footer-nav-list{
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  footer{
    margin-top: 80px;
  }
  .br-sp{
    display: block;
  }
  .sp-none{
    display: none;
  }
  .footer-social-bg{
    background-image: url(../img/social-bg-sp.jpg);
  }
  .footer-social-wrap{
    height: 345px;
  }
  .footer-social-txt{
    padding: 37px 0 24px;
  }
  .footer-social-nav{
    flex-direction: column;
    width: calc(100% - 40px);
    justify-content: center;
    gap: 16px;
  }
  .footer-social-btn{
    width: 280px;
    height: 66px;
  }
  .align-center-pc{
    text-align: left;
  }
  .footer-social-btn.social-mail .footer-social-txt-1,
  .footer-social-btn.social-telephone .footer-social-txt-1,
  .footer-social-btn.social-line .footer-social-txt-1{
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0;
  }


  .footer-nav{
    justify-content: center;
    border-bottom: 0px;
    padding: 56px 0 42px;
    border-bottom: 1px solid #fff;
  }
  .footer-nav::after{
    content: none;
  }
  .footer-content{
    display: block;
    padding: 0;
  }
  .co-info-wrap{
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
  }
  .co-info-wrap::after{
  content: "";
  position: absolute;
  bottom: -14px;
  right: 17px;
  width: 94px;
  height: 117px;
  background-image: url(../img/niyaniwa_logo.png);
  background-size: contain;
}
  .footer-content small{
    text-align: center;
    padding: 11px 0 15px;
    display: block;
  }




}


