.footer {
  /* layout */
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 180px;
  padding-right: 180px;

  /* style */
  background-color: #333;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-content-wrapper {
  /* layout */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  padding-left: 180px;
  padding-right: 180px;
  margin-top: auto;

  /* responsive */
  @media screen and (max-width: 1200px) {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-logo {
  /* layout */
  width: 57px;
  height: 30px;
  margin-right: auto;
}

.footer-wrapper-1 {
  /* layout */
  display: flex;
  flex-direction: row;
  margin-top: 24px;

  /* typography */
  color: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 12px;

    font-size: 12px;
    line-height: 18px;
  }
}

.vertical-divider {
  /* layout */
  width: 1px;
  height: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: auto;
  margin-bottom: auto;

  /* style */
  background-color: #6c6c6c;

  /* responsive */
  @media screen and (max-width: 860px) {
    height: 8px;
  }
}

.footer-wrapper-2 {
  /* layout */
  margin-top: 12px;
  display: flex;
  flex-direction: row;

  /* typography */
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 6px;
  }
}

.email {
  /* layout */
  margin-left: 12px;

  /* typography */
  color: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-divider {
  /* layout */
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;

  /* style */
  background-color: #4f4f4f;
}

.ceo {
  /* typography */
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-wrapper-3 {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 12px;

  /* typography */
  color: #787878;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dot-divider {
  /* layout */
  margin-left: 12px;
  margin-right: 12px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.footer-wrapper-4 {
  /* layout */
  margin-top: 24px;

  /* typography */
  color: #787878;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 20px;
  }
}

.copyright {
  /* layout */
  margin-top: 8px;

  /* typography */
  color: #a0a0a0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer-pc {
  display: block;

  /* responsive */
  @media screen and (max-width: 860px) {
    display: none;
  }
}

.footer-mobile {
  display: none;

  /* responsive */
  @media screen and (max-width: 860px) {
    display: block;
  }
}
