@charset "UTF-8";
section#links_area:after {
  content: none;
}

section#lead_area .box {
  padding-top: 6.25vw;
}

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

section#lead_area .txt-box {
  position: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 18.75vw;
}

section#lead_area .breadcrumbs {
  position: absolute;
  top: 0;
  left: 18.75vw;
  margin: 0;
}

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

@media screen and (max-width: 767px) {
  section#lead_area .box {
    padding-top: 80px;
  }
  section#lead_area .bg {
    top: 0;
  }
  section#lead_area .txt-box {
    margin: 0 auto;
  }
  section#lead_area .breadcrumbs {
    top: 0;
    left: 7.5%;
    justify-content: flex-start;
  }
  main {
    padding-top: 122px;
  }
}
/*====================================================
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: #7A7127;
  margin-bottom: 0.8vw;
}

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

section#thanks .link {
  width: 13.0208333333vw;
  height: 2.8645833333vw;
  font-size: 0.85vw;
  box-sizing: border-box;
  border: solid 2px #7A7127;
  color: #ffffff;
  background: #7A7127;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: 1s;
  margin: 0 auto;
  margin-top: 3vw;
  cursor: pointer;
  pointer-events: painted;
  position: relative;
}

section#thanks .link svg {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 15.5px;
  min-height: 14.5px;
  display: flex;
}

section#thanks .link:hover {
  background: #ffffff;
  color: #7A7127;
}

section#thanks .link:hover svg path {
  fill: #7A7127;
}

@media screen and (max-width: 767px) {
  section#thanks .inner {
    padding-top: 50px;
    padding-bottom: 80px;
    width: 85%;
    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: 54px;
    min-width: initial;
    min-height: initial;
    max-width: 350px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 auto;
    gap: 0 10px;
    margin-top: 50px;
  }
  section#thanks .link svg {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=thanks.css.map */