/* Variable.scss */
/* Footer.css */
.footer {
  width: 100%;
  height: 380px;
  padding: 60px 0;
  margin-top: 220px;
  background: #393940;
}

@media (max-width: 768px) {
  .footer {
    height: auto;
  }
}

.footer .M-inner {
  height: 100%;
  position: relative;
}

@media (max-width: 1400px) {
  .footer .M-inner {
    width: calc(100% - 10vw) !important;
  }
}

@media (max-width: 768px) {
  .footer .M-inner {
    width: calc(100% - 10vw) !important;
  }
}

.footer__content-topleft {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .footer__content-topleft {
    position: static;
  }
}

.footer__content-bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .footer__content-bottomleft {
    position: static;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__content-topright {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .footer__content-topright {
    position: static;
    margin-top: 80px;
  }
}

.footer__content-bottomright {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .footer__content-bottomright {
    margin-top: 30px;
    width: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__box {
  line-height: 2.4;
}

@media (max-width: 768px) {
  .footer__box ~ .footer__box {
    margin-top: 40px;
  }
}

.footer__box.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .footer__box {
    line-height: 2;
    text-align: center;
  }
}

.footer__tit {
  width: 160px;
  float: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #eeeeee;
}

@media (max-width: 768px) {
  .footer__tit {
    float: none;
  }
}

.footer__desc {
  float: left;
  font-size: 0.875rem;
  color: #eeeeee;
}

@media (max-width: 768px) {
  .footer__desc {
    float: none;
  }
}

.footer__menu {
  float: left;
}

.footer__menu a {
  font-size: 0.875rem;
  color: #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer__menu a:hover {
  color: #3dfff8;
}

.footer__menu ~ .footer__menu {
  margin-left: 48px;
}

@media (max-width: 768px) {
  .footer__menu ~ .footer__menu {
    margin-left: 32px;
  }
}

.footer__copy {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.4;
  color: #eeeeee;
}

.footer__sns {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.footer__sns ~ .footer__sns {
  margin-left: 12px;
}

.footer__sns a {
  text-indent: -99999px;
}

.footer__sns.youtube {
  background: url(../image/icons/icon_youtube.svg) no-repeat center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer__sns.youtube:hover {
  background: url(../image/icons/icon_youtube-hover.svg) no-repeat center;
}

.footer__emph {
  position: absolute;
  top: -6.6rem;
  right: 0;
  font-weight: 300;
  text-align: right;
  color: #eeeeee;
}

@media (max-width: 768px) {
  .footer__emph {
    position: static;
    text-align: center;
  }
}

.footer__logo {
  width: 112px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

@media (max-width: 768px) {
  .footer__logo {
    position: static;
    width: 104px;
    margin-top: 0.8rem;
  }
}

@media (max-width: 480px) {
  .footer__logo {
    width: 96px;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__acquired-certification__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -12rem;
  right: 0;
}

@media (max-width: 1400px) {
  .footer__acquired-certification__wrap {
    top: -12.6rem;
  }
}

@media (max-width: 768px) {
  .footer__acquired-certification__wrap {
    position: static;
    margin-bottom: 1rem;
  }
}

.footer__acquired-certification__item {
  width: 80px;
  height: 80px;
}

.footer__acquired-certification__item > img {
  width: 100%;
  height: 100%;
}

.footer__acquired-certification__item ~ .footer__acquired-certification__item {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .footer__acquired-certification__item {
    width: 4.8rem;
    height: 4.8rem;
  }
}
/*# sourceMappingURL=footer.css.map */