footer {
  display: flex;
  width: calc(100% - 120px - 120px);
  padding: 56px 0px 76px 0px;
  margin: 0px 120px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

footer .main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

footer .main img {
  display: flex;
  height: 108px;
  padding: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

footer .menu .content {
  display: flex;
  width: 188px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

footer .menu .content input {
  display: none;
}

footer .menu .content .title {
  color: #0069c3;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

footer .menu .content .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

footer .menu .content .links a:hover {
  opacity: 0.3;
}

footer .menu .content a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

footer .bottom {
  display: flex;
  width: 100%;
  padding: 24px 0px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d3d3d3;
}

footer .bottom p {
  font-family: "Avenir Next", "Lexend";
}

footer .bottom .announce {
  display: flex;
  align-items: center;
  gap: 24px;
}

footer .bottom .announce a {
  text-decoration: none;
  color: #333333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

footer .bottom .announce a:hover {
  opacity: 0.3;
}

footer .bottom .corp {
  display: flex;
  align-items: center;
  gap: 24px;
}

footer .bottom .corp .icon a img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

footer .bottom .corp p {
  color: #999999;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  footer {
    padding: 56px 0px 120px 0px;
    gap: 24px;
    margin: 0px;
    width: 100%;
  }

  footer .main {
    gap: 24px;
    align-self: stretch;
  }

  footer .main img {
    width: 147px;
    height: auto;
  }

  footer .menu {
    display: block;
    padding: 0px 24px;
    flex-direction: column;
    gap: 24px;
  }

  footer .menu .content {
    width: auto;
    gap: 0px;
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 0.5px solid #d3d3d3;
  }

  footer .menu .content:first-child {
    border-top: 0.5px solid #d3d3d3;
  }

  footer .menu .content .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0px;
    gap: 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }

  footer .menu .content .title:after {
    text-align: right;
    content: url(../Footer/img/size24typearrowbottomcolorgray.svg);
  }

  footer .menu .content div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }

  footer .menu .content input:checked~div {
    height: auto;
    opacity: 1;
    margin-bottom: 24px;
  }

  footer .menu .content input:checked~.title::after {
    text-align: right;
    content: url(../Footer/img/size24typearrowtopcolorgray.svg);
  }

  footer .menu .content a {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  footer .bottom {
    display: block;
    border: none;
  }

  footer .bottom .announce {
    margin-bottom: 40px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  footer .bottom .announce a {
    font-size: 15px;
  }

  footer .bottom .corp {
    display: block;
    text-align: center;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
  }

  footer .bottom .corp .icon a img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  footer .bottom .corp p {
    line-height: 150%;
  }
}

/*# sourceMappingURL=index.css.map */