@charset "UTF-8";

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

.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;
}


@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;
  }
  .footer-nav-list.left::after{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: #C7C7C7;
  }


@media screen and (max-width: 480px) {
  footer{
    margin-top: 70px;
  }
  .footer-nav{
    justify-content: center;
    border-bottom: 0px;
    padding: 45px 0 121px;
  }
  .footer-nav::after{
    content: none;
  }
  .footer-content{
    display: block;
    padding: 0;
  }
  .co-info-wrap{
    padding-bottom: 48px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .co-info-wrap::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 172px;
  background-image: url(../img/niyaniwa_logo.png);
}
  .footer-content small{
    text-align: center;
    padding: 11px 0 15px;
    display: block;
  }




}


}