/*------------- color --------------*/
/*------------- web-font --------------*/
/*------------- break_point --------------*/
/*------------- fluid-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
/*--------------------------------------------------------------------*/
/*	page-top-footer */
/*--------------------------------------------------------------------*/
#scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 66px;
  z-index: 40;
  background: #323232;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
#scrollToTop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #scrollToTop {
    bottom: 130px;
  }
}

/*--------------------------------------------------------------------*/
/*	footer */
/*--------------------------------------------------------------------*/
footer {
  background-color: #f2f2f2;
}
footer a {
  color: inherit !important;
  transition: transform 0.6s ease;
}
footer .site-width {
  max-width: 1248px;
}
footer .site-height {
  padding-block: 96px 64px;
}
@media (max-width: 767px) {
  footer .site-height {
    padding-block: 64px 32px;
  }
}

/*--------------------------------------------------------------------*/
/*	footer01 */
/*--------------------------------------------------------------------*/
.footer01 nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}
.footer01 nav h2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 16px;
}
.footer01 nav h3 {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 8px;
}
.footer01 nav .footer01-item ul,
.footer01 nav .footer02-item ul {
  font-size: 1.2rem;
}
.footer01 nav .footer01-item ul li,
.footer01 nav .footer02-item ul li {
  line-height: 2.4;
}
.footer01 nav .footer01-item ul li a,
.footer01 nav .footer02-item ul li a {
  display: flex;
  align-items: center;
}
.footer01 nav .footer01-item ul li a img,
.footer01 nav .footer02-item ul li a img {
  width: 14px !important;
  margin-left: 8px;
}
.footer01 nav .footer01-item ul li a:hover,
.footer01 nav .footer02-item ul li a:hover {
  text-decoration: underline;
}
.footer01 nav .footer01-item {
  width: 30%;
}
.footer01 nav .footer01-item > section:first-of-type {
  margin-bottom: 16px;
}
.footer01 nav .footer02-item {
  width: 65%;
}
.footer01 nav .footer02-item > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer01 .certifications {
  padding: 32px;
  background-color: #fff;
}
.footer01 .certifications ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 64px;
}
.footer01 .certifications ul a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer01 nav {
    flex-wrap: wrap;
  }
  .footer01 nav .footer01-item,
  .footer01 nav .footer02-item {
    width: 100%;
  }
  .footer01 nav .footer01-item {
    margin-bottom: 24px;
  }
  .footer01 nav .footer02-item > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .footer01 .certifications {
    padding: 16px;
  }
  .footer01 .certifications ul {
    gap: 24px;
  }
}

/*--------------------------------------------------------------------*/
/*	footer02 */
/*--------------------------------------------------------------------*/
footer .footer02 {
  background-color: #323232;
}
footer .footer02 .nav-footer02 li a:hover {
  color: #eee !important;
}
footer .footer02 .footer02-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .footer02 .container {
  padding-block: 16px 32px;
  font-size: 1rem;
  color: #a0a0a0;
}
footer .footer02 .container .nav-footer02 {
  width: 560px;
}
footer .footer02 .container .footer02-copy {
  width: 30%;
  font-size: 1rem;
  text-align: right;
  color: #a0a0a0;
}
@media (max-width: 992px) {
  footer .footer02 .container {
    flex-direction: column;
  }
  footer .footer02 .container .nav-footer02 {
    width: 100%;
    margin-bottom: 16px;
  }
  footer .footer02 .container .footer02-copy {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer02 .footer02-flex .nav-footer02.footer02-flex {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer02 .footer02-flex .nav-footer02.footer02-flex li {
    line-height: 2.4rem;
  }
  footer .footer02 .footer02-flex .nav-footer02.footer02-flex li:not(:last-of-type) {
    display: block;
    padding-right: 24px;
  }
}/*# sourceMappingURL=footer.css.map */