section {
 position: relative;
 width: 100%;
}
section.lead_area {
 margin-bottom: 60px;

 padding-inline: 5%;
}
section.lead_area.thanks p.txt {
 line-height: 2;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area.thanks p.txt {
  font-size: 16px;
 }
}
section.lead_area.thanks p.txt +p.txt {
 margin-top: 1em;
}
section.lead_area.thanks .bl_btn {
 width: 260px;
 margin: 50px auto 0;
}
section.lead_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.lead_area >.inner p.lead {
 line-height: 2;
 margin-bottom: 50px;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner p.lead {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
 }
}
section.lead_area >.inner p.lead.confirm,section.lead_area >.inner p.lead.thanks {
 line-height: 1.6;
 color: var(--c_bl);
 font-weight: 500;
 font-size: 30px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner p.lead.confirm,section.lead_area >.inner p.lead.thanks {
  font-size: 24px;
 }
}
@media screen and (max-width: 600px) {
 section.lead_area >.inner p.lead.confirm,section.lead_area >.inner p.lead.thanks {
  font-size: 20px;
 }
}
section.lead_area >.inner .privacy_area {
 width: 100%;
 height: 245px;
 overflow: auto;
 padding: 40px;
 border: 1px solid var(--bdc);
 border-radius: 5px;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner .privacy_area {
  padding: 20px 5%;
 }
}
section.lead_area >.inner .privacy_area .sc_wrap h2 {
 line-height: 2.1818181818;
 margin-bottom: 10px;
 color: var(--c_bl);
 font-size: 22px;
 text-align: center;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner .privacy_area .sc_wrap h2 {
  font-size: 18px;
 }
}
section.lead_area >.inner .privacy_area .sc_wrap p.lead {
 line-height: 1.875;
 font-size: 16px;
 text-align: left;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner .privacy_area .sc_wrap p.lead {
  font-size: 14px;
 }
}
section.lead_area >.inner .privacy_area .sc_wrap ol {
 counter-reset: number 0;
}
section.lead_area >.inner .privacy_area .sc_wrap ol li {
 position: relative;
 line-height: 1.875;
 padding-left: 30px;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner .privacy_area .sc_wrap ol li {
  font-size: 14px;
 }
}
section.lead_area >.inner .privacy_area .sc_wrap ol li:not(:last-child) {
 margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
 section.lead_area >.inner .privacy_area .sc_wrap ol li:not(:last-child) {
  margin-bottom: 20px;
 }
}
section.lead_area >.inner .privacy_area .sc_wrap ol li:before {
 content: counter(number) ".";
 position: absolute;
 top: 0;
 left: 0;
 counter-increment: number;
}
section.lead_area >.inner .privacy_area .sc_wrap ol li span {
 font-weight: bold;
}
section.form_area .gray {
 padding: 40px 5% 100px;
 background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray {
  padding: 20px 5% 50px;
 }
}
section.form_area .gray .inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.form_area .gray .inner p.required {
 line-height: 1.625;
 margin-bottom: 60px;
 color: #ff5400;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner p.required {
  margin-bottom: 40px;
  font-size: 14px;
 }
}
section.form_area .gray .inner dl {
 display: grid;
 grid-template-columns: 350px 1fr;
}
section.form_area .gray .inner dl.confirm dd {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl {
  grid-template-columns: 1fr;
 }
}
section.form_area .gray .inner dl dt {
 line-height: 1.6666666667;
 padding: 10px 0 40px;
 border-bottom: 1px solid #d1d1d1;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl dt {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
  text-align: left;
 }
}
@media screen and (min-width: 1024px) {
 section.form_area .gray .inner dl dt:not(:last-of-type) {
  margin-bottom: 40px;
 }
}
section.form_area .gray .inner dl dt span.required {
 display: inline-block;
 position: relative;
 top: -2px;
 line-height: 1;
 margin-left: 10px;
 padding: 3px 10px 5px;
 border-radius: 5px;
 color: #ffffff;
 background: #ff5400;
 font-size: 10px;
 letter-spacing: 0.03em;
}
section.form_area .gray .inner dl dd {
 display: flex;
 align-items: center;
 padding-bottom: 40px;
 border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 600px) {
 section.form_area .gray .inner dl dd {
  flex-wrap: wrap;
 }
}
section.form_area .gray .inner dl dd:not(:last-of-type) {
 margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl dd:not(:last-of-type) {
  margin-bottom: 20px;
 }
}
section.form_area .gray .inner dl dd >span {
 width: 100%;
}
section.form_area .gray .inner dl dd >span:has(.short) {
 max-width: 300px;
}
@media screen and (max-width: 600px) {
 section.form_area .gray .inner dl dd >span:has(.short) {
  width: 48%;
 }
}
section.form_area .gray .inner dl dd input,section.form_area .gray .inner dl dd textarea {
 width: 100%;
 max-width: 600px;
 line-height: 1.875;
 padding: 15px 20px;
 border: 1px solid #d1d1d1;
 border-radius: 5px;
 background: #ffffff;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl dd input,section.form_area .gray .inner dl dd textarea {
  max-width: 100%;
  font-size: 14px;
 }
}
section.form_area .gray .inner dl dd input.short,section.form_area .gray .inner dl dd textarea.short {
 max-width: 300px;
}
@media screen and (max-width: 600px) {
 section.form_area .gray .inner dl dd textarea {
  height: 200px;
 }
}
section.form_area .gray .inner dl dd button {
 line-height: 1.875;
 margin-left: 10px;
 padding: 15px 20px;
 border: 1px solid var(--c_bl);
 border-radius: 5px;
 color: var(--c2);
 background: var(--c1);
 font-size: 16px;
 letter-spacing: 0.06em;
 transition: all 0.3s;
 cursor: pointer;

 --c1: var(--c_bl);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl dd button {
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 section.form_area .gray .inner dl dd button {
  width: 48%;
  padding: 10px 0;
  text-align: center;
 }
}
@media (hover) {
 section.form_area .gray .inner dl dd button:hover {
  --c1: #ffffff;
  --c2: var(--c_bl);
 }
}
section.form_area .gray .inner dl dd p.note {
 width: auto;
 line-height: 1.4285714286;
 align-self: flex-end;
 margin-left: 10px;
 font-size: 14px;
 letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
 section.form_area .gray .inner dl dd p.note {
  font-size: 12px;
 }
}
section.form_area .agree_area {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 50px 0;
}
section.form_area .agree_area a {
 color: #3782c2;
 text-decoration: underline;
}
@media (hover) {
 section.form_area .agree_area a:hover {
  text-decoration: none;
 }
}
section.form_area .btn {
 display: flex;
 justify-content: center;
}
section.form_area .btn.confirm {
 margin: 60px 0 20px;
}
section.form_area .prev {
 text-align: center;
}
section.form_area .prev a {
 color: #3782c2;
 text-decoration: underline;
}
@media (hover) {
 section.form_area .prev a:hover {
  text-decoration: none;
 }
}
section.form_area .bl_btn:disabled {
 opacity: 0.7;
 pointer-events: none;
}

.wpcf7-spinner {
 display: none !important;
}
/*# sourceMappingURL=layout.css.map */