@charset "UTF-8";
section#lead_area .img-box {
  height: 30vw;
}

section#lead_area .anker-box {
  display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 45vw;
  }
}
/*====================================================
section#thanks
====================================================*/
section#thanks .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  margin: 0 auto;
}

section#thanks h2 {
  margin-bottom: 2.6041666667vw;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #9DAEFF;
          text-decoration-color: #9DAEFF;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: -1px;
  margin-bottom: 2vw;
}

section#thanks p {
  line-height: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
}

section#thanks .link {
  padding: 0;
  box-sizing: border-box;
  border: solid 2px #3C5DFF;
  background: #3C5DFF;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: painted;
  transition: 1s;
  gap: 1vw;
  margin-top: 4vw;
}
section#thanks .link span {
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
section#thanks .link svg {
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
section#thanks .link svg path {
  transition: 1s;
  fill: #ffffff;
}
section#thanks .link:hover {
  background: #ffffff;
  color: #3C5DFF;
}
section#thanks .link:hover svg path {
  fill: #3C5DFF;
}

@media screen and (max-width: 767px) {
  section#thanks .inner {
    padding-top: 50px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  section#thanks h2 {
    text-align: start;
    font-size: 20px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#thanks p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 14px;
  }
  section#thanks .link {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 60px;
    gap: 20px;
    margin-top: 50px;
  }
  section#thanks .link span {
    margin-bottom: 1px;
    font-size: 16px;
  }
  section#thanks .link svg {
    width: 16px;
    height: 16px;
  }
  section#thanks .link .wpcf7-spinner {
    display: none;
  }
}
/*# sourceMappingURL=thanks.css.map */