@charset "UTF-8";
section#lead .box-top .box-img {
  height: 13.8235294118vw;
}
section#lead .box-top .box-ttl {
  top: 42%;
}
section#lead .breadcrumbs {
  top: 18vw;
}

@media screen and (max-width: 767px) {
  section#lead .box-top .box-img {
    height: 25.641025641vw;
  }
  section#lead .box-top .box-img img {
    -o-object-position: right;
       object-position: right;
  }
  section#lead .box-top .box-ttl {
    top: 50%;
  }
  section#lead .breadcrumbs {
    top: calc(65px + 25.641025641vw + 10px);
  }
}
/*====================================================
section#thanks
====================================================*/
section#thanks .inner {
  padding-top: 6.7058823529vw;
  padding-bottom: 12vw;
}

section#thanks h2 {
  margin-bottom: 1vw;
  text-align: center;
}

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

section#thanks .link {
  width: 19.6470588235vw;
  height: 5.8823529412vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #404DA1;
  color: #ffffff;
  gap: 1vw;
  border-radius: 0.5882352941vw;
  border: solid 2px #404DA1;
  box-sizing: border-box;
  transition: 0.5s;
  font-size: 1.1764705882vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  cursor: pointer;
  pointer-events: painted;
  margin: 0 auto;
  margin-top: 5.2083333333vw;
}

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 svg path {
  fill: #404DA1;
}

section#thanks .link:hover {
  background: #FFFFFF;
  transition: 0.5s;
  color: #404DA1;
}

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

@media screen and (max-width: 767px) {
  section#thanks .inner {
    padding-top: 60px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  section#thanks h2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: start;
  }
  section#thanks p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 12px;
  }
  section#thanks .link {
    width: 88.4615384615vw;
    height: 44px;
    gap: 12px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    pointer-events: painted;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#thanks .link svg {
    display: flex;
    width: 1.5294117647vw;
    height: 1.5294117647vw;
  }
  section#thanks .link svg path {
    fill: #ffffff;
  }
  section#thanks .link svg {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=thanks.css.map */