/* footer */

.footer {
	margin-top: 275px;
  padding: 60px 70px 10px 70px;
  position: relative;
  border-radius: 80px 80px 0 0;
  background-color: #295daa;
}

.footer-materials {
	height: 200px;
	margin-inline: 0;
	position: absolute;
	top: -200px;
	right: 0;
	left: 0;
	overflow: hidden;
}

.footer .animate-car {
	bottom: 0;
}

.footer-body {
  display: flex;
  justify-content: space-between;
}

.footer-contact-area {
  max-width: 556px;
  margin-bottom: 80px;
}

.footer-contact {
  height: 80px;
  max-width: 556px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #f5b638;
  border-radius: 54px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #f5b638;
  transition: .3s;
}

.footer-contact:hover {
  color: #f5b638;
  background-color: #fff;
}

.footer-mail-icon {
	width: 32px;
	height: 32px;
	position: relative;
}

.footer-mail-icon img {
	position: absolute;
	transition: .3s;
}

.footer-contact:hover .footer-mail-icon img:nth-child(2) {
	display: none;
}

.footer-aichan {
  display: flex;
  align-items: flex-end;
}

.footer-aichan img {
  width: calc(100% - 70px);
}

.footer-band {
  max-width: 1600px;
  margin: 0 auto 10px auto;
  padding: 60px 80px;
  border-radius: 70px;
  background-color: #fff;
}

.footer-band-inner {
  width: fit-content;
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  width: 90px;
  margin-right: 3.13vw;
  position: absolute;
  z-index: 50;
}

.footer-company {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-company-name {
  margin-left: calc(100px + 3.13vw);
  font-size: 0.9375rem;
  font-weight: 700;
}

.footer-company-address {
  margin-left: calc(100px + 3.13vw);
  font-size: 0.9375rem;
}

.footer-company-address span {
  display: inline-block;
}

.footer-sns {
  display: flex;
  gap: 24px;
}

.footer-sns-icon {
  width: 30px;
  height: 30px;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright small {
  font-family: 'AvenirNext';
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.footer-material-1 {
  width: 74px;
  position: absolute;
  bottom: 0;
  left: 160px;
	z-index: 5;
}

.footer-material-2 {
  width: 230px;
  position: absolute;
  bottom: 0;
  right: 94px;
}

@media screen and (max-width: 1023px) {
  .footer {
	  margin-top: 180px;
    padding: 80px 10px 20px 10px;
    border-radius: 60px 60px 0 0;
  }

  .footer-body {
    margin-inline: 20px;
    flex-direction: column;
  }

  .footer-contact-area {
    margin: 0 auto 30px auto;
  }

  .footer-contact {
    height: 80px;
    max-width: 330px;
    font-size: 1.25rem;
  }

  .footer-mail-icon {
    width: 30px;
    height: 30px;
  }

  .footer-aichan {
    justify-content: center;
  }

  .footer-aichan img {
    width: 80%;
    max-width: 400px;
  }

  .footer-band {
    padding: 40px;
    border-radius: 40px;
  }

  .footer-company {
    gap: 10px;
  }

  .footer-logo {
    width: 50px;
    margin-right: 0;
  }
  
  .footer-company-name {
    height: 45px;
    margin-left: 70px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 45px;
  }
  
  .footer-company-address {
    margin-left: 0;
    font-size: 0.875rem;
  }

  .footer-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-material-1 {
    width: 40px;
    left: 50px;
  }
 
  .footer-material-2 {
    width: 100px;
    right: 50px;
  }
}
