@charset "UTF-8";
body::-moz-selection {
  background: rgba(233, 233, 233, 0.664);
}
body::selection {
  background: rgba(233, 233, 233, 0.664);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
body {
  font-family: YakuHanJP, Helvetica Neue, Helvetica, YuGothic, Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif !important;
  font-feature-settings: "palt" 1 !important;
}

.lp-form {
  margin: 4rem 0;
}
.lp-form .lead {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
.lp-form .lead h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.lp-form .formarea dl {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .lp-form .formarea dl {
    display: block;
  }
}
.lp-form .formarea dl + dl {
  margin-top: 0.5rem;
}
.lp-form .formarea dl dt {
  width: 30%;
  font-weight: 800;
  display: table-cell;
  vertical-align: text-top;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .lp-form .formarea dl dt {
    width: 100%;
    font-size: 0.875rem;
    display: block;
    padding: 0;
  }
}
.lp-form .formarea dl dt span {
  font-size: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #c00;
  color: #fff;
  font-weight: 800;
  padding: 5px 7px;
  margin-left: 5px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .lp-form .formarea dl dt span {
    font-size: 0.525rem;
  }
}
.lp-form .formarea dl dd {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .lp-form .formarea dl dd {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.lp-form .formarea dl dd input[type=text], .lp-form .formarea dl dd input[type=tel], .lp-form .formarea dl dd input[type=email], .lp-form .formarea dl dd textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.lp-form .formarea dl dd input[type=text].short, .lp-form .formarea dl dd input[type=tel].short, .lp-form .formarea dl dd input[type=email].short, .lp-form .formarea dl dd textarea.short {
  width: 20%;
}
.lp-form .formarea dl dd .wpcf7-list-item:nth-child(n+2), .lp-form .formarea dl dd span[data-name=your-birth-month], .lp-form .formarea dl dd span[data-name=your-birth-day] {
  margin-left: 1rem;
}
.lp-form .formarea dl dd span[data-name=your-birth-year], .lp-form .formarea dl dd span[data-name=your-birth-month], .lp-form .formarea dl dd span[data-name=your-birth-day] {
  margin-right: 5px;
}
.lp-form .formarea dl dd .wpcf7-not-valid-tip {
  color: #c00;
  padding-top: 5px;
  font-weight: 800;
}
.lp-form .formarea dl dd p + p {
  margin-top: 5px;
}

.form-submit {
  width: 100%;
  height: 100%;
}
.form-submit .wpcf7 {
  width: 90%;
  margin: 3rem auto;
}

.submit-area input[type=submit] {
  display: inline-block;
  border-radius: 5px;
  background: #f39800;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  padding: 1rem 1.5rem;
  color: #fff;
  border: none;
  margin-top: 1rem;
}
.submit-area input[type=submit].input-disabled {
  background: #949494;
}

.confirm-area {
  width: 80%;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: start;
  justify-content: start;
  place-items: top;
}
.confirm-area input[type=submit] {
  color: #fff;
  background: #f39800;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  color: #fff;
  border: none;
  width: 100%;
  cursor: pointer;
}
.confirm-area input[type=button] {
  color: #fff;
  background: #949494;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  color: #fff;
  border: none;
  width: 100%;
  cursor: pointer;
}

.form-submit {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.form-submit .inner {
  position: absolute;
  width: 80%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-submit .inner h1 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.form-submit .inner .btn a {
  width: 80%;
  display: block;
  margin: 1.5rem auto;
  border-radius: 5px;
  padding: 0.925rem 0;
  line-height: 1;
  background: #f39800;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.form-submit .inner .btn a:hover {
  opacity: 0.7;
}

.c-title {
  font-size: 1.6rem;
}

.c-small_headline {
  font-size: 1.1rem;
}

.bd-webp #bk85073612 .column:nth-child(odd) {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  #bk85073599 .theme span {
    font-size: 0.7125rem;
  }
  #bk85073599 .theme {
    margin-left: -12px;
    margin-right: -12px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 320px) {
  #bk85073599 .theme span {
    font-size: 0.695rem;
  }
  #bk85073599 .theme {
    margin-left: -12px;
    margin-right: -12px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
#bk85073609 .grid-container {
  display: grid;
  grid-template-columns: 1fr 2.26fr;
  gap: 10px;
  align-items: center;
}
#bk85073609 .grid-container picture {
  width: 100%;
}
#bk85073609 .grid-container picture img {
  width: 100%;
  height: auto;
}
#bk85073609 .grid-container p {
  word-break: break-all;
}
#bk85073609 p:empty {
  display: none;
}

#bk85073603 .c-small_headline {
  font-size: 0.875rem;
  text-align: left;
}
#bk85073603 .c-large_headline {
  font-size: 1.25rem;
  text-align: left;
}/*# sourceMappingURL=style.css.map */