.pc__enable {
  display: block;
}
@media (max-width: 1226px) {
  .pc__enable {
    display: none;
  }
}

.sp__enable {
  display: none;
}
@media (max-width: 1226px) {
  .sp__enable {
    display: block;
  }
}

.contact__section {
  background: #3E3E3E;
}
.contact__title {
  margin-bottom: 30px;
  text-align: center;
}
.contact__title .section__title-en {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
  display: block;
  margin-bottom: 5px;
  color: #3E3E3E;
  text-shadow: -2px -2px 0 #F28936, 2px -2px 0 #F28936, -2px 2px 0 #F28936, 2px 2px 0 #F28936, -2px 0px 0 #F28936, 2px 0px 0 #F28936, 0px -2px 0 #F28936, 0px 2px 0 #F28936;
}
.contact__title .section__title-jp {
  font-size: 24px;
  color: #F28936;
}
.contact__more {
  display: block;
  margin-bottom: 165px;
}
.contact__more a {
  color: #F28936;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 66px;
  margin: 0 auto;
  padding: 0 20px;
  background: url(../images/icn__bigArrow.png) no-repeat center right 17px/auto;
  background-color: #F3F3F3;
  border: 1px solid #F28936;
  border-radius: 40px;
  transition: color 0.4s ease, background-color 0.4s ease, background 0.4s ease;
}
.contact__more a:hover {
  color: #fff;
  background: url(../images/icn__bigArrowWhite.png) no-repeat center right 17px/auto;
  background-color: #F28936;
}

.floating__banner {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.floating__link {
  display: grid;
  place-content: center;
  width: 160px;
  height: 152px;
  background: #fff;
  border: 6px solid #F28936;
  border-radius: 50%;
  transition: opacity 0.4s ease;
}
.floating__link:hover {
  opacity: 0.6;
}
.floating__pic {
  display: block;
  max-width: 60px;
  margin: 0 auto 12px;
}
.floating__text {
  color: #F28936;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.floating__text-en {
  color: inherit;
  font-size: 12px;
}

.floatSp__banner {
  display: none;
}

.footer {
  padding-top: 51px;
  background: #3E3E3E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 42px;
}
.footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__wrap {
  max-width: 300px;
  margin: 0 auto;
}
.footer__logo-wrap {
  display: block;
  margin-bottom: 17px;
}
.footer__logo-wrap a {
  transition: opacity 0.4s ease;
}
.footer__logo-wrap a:hover {
  opacity: 0.6;
}
.footer__company-data {
  margin-bottom: 34px;
}
.footer__company-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer__company-list {
  line-height: 2;
}
.footer__company-el {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: block;
}

@media (min-width: 1366px) {
  .footer {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .floating__banner {
    display: none;
  }
  .floatSp__banner {
    display: block;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .floatSp__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 2px solid #F28936;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  .floatSp__logo {
    max-width: 43px;
  }
  .floatSp__text {
    color: #F28936;
    font-size: 16px;
    font-weight: 700;
  }
  .contact__section {
    margin: 0 auto;
  }
  .footer__wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact__more a {
    width: 100%;
  }
}/*# sourceMappingURL=footer.css.map */