:root {
  --base-color8: #ff8a00;
}

#global-footer {
  padding-top: 0 !important;
}

.footer-main {
  padding-top: 140px;
}
@media screen and (max-width: 815px) {
  .footer-main {
    padding-top: 70px;
  }
}

.footer-present {
  background-color: var(--base-color4);
  padding: 6.5rem 0;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 815px) {
  .footer-present {
    padding: 2.5rem 0;
  }
}
.footer-present .inner {
  position: relative;
}
.footer-present .present-target {
  margin-bottom: 1rem;
}
@media screen and (max-width: 815px) {
  .footer-present .present-target {
    text-align: center;
    letter-spacing: 0;
  }
}
.footer-present .present-target span {
  /* background-color: var(--base-color1); */
  background-color: var(--base-color8);
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  /* border-radius: 8px; */
}
.footer-present .title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.footer-present .title span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #A2C5CC;
  line-height: 1;
  color: #fff;
  margin-right: 0.2em;
}
@media screen and (max-width: 815px) {
  .footer-present .title {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
  }
}
/* .footer-present .title::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: var(--base-color1);
}
@media screen and (max-width: 815px) {
  .footer-present .title::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.5rem;
  }
} */
.footer-present .desc {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 815px) {
  .footer-present .desc {
    text-align: center;
  }
}
.footer-present .present-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .footer-present .present-image {
    width: 40%;
  }
}
@media screen and (max-width: 815px) {
  .footer-present .present-image {
    position: relative;
    display: block;
    bottom: unset;
    width: 70%;
    margin-bottom: 1.5rem;
    height: auto;
    margin-inline: auto;
  }
}
@media screen and (max-width: 815px) {
  .footer-present .btn_box {
    text-align: center;
  }
}
.footer-present .btn_box .btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: var(--base-color8);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 1.5rem 2rem 1.5rem 2rem;
  text-align: center;
  border-radius: calc(1px / 0);
}
@media screen and (max-width: 815px) {
  .footer-present .btn_box .btn {
    font-size: 1.2rem;
    margin-inline: auto;
  }
}
.footer-present .btn_box .btn::after {
  margin-left: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}/*# sourceMappingURL=footer.css.map */