section {
  width: 100%;
}
section h2.title_line {
  font-family: var(--shippori-antique);
  padding-left: 20px;
  border-left: 8px solid #000;
  font-size: 26px;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  section h2.title_line {
    padding-left: 10px;
    font-size: 20px;
    border-left: 4px solid #000;
  }
}
section.lead_area {
  background: var(--gray2);
  padding: 60px 5% 100px;
}
@media screen and (max-width: 767px) {
  section.lead_area {
    padding-block: 30px 50px;
  }
}
section.lead_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
section.lead_area > .inner p.lead {
  margin: 30px 0 20px;
}
section.lead_area > .inner p.lead span {
  color: var(--red);
}
section.lead_area > .inner .privacy_box {
  padding: 30px 20px 30px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section.lead_area > .inner .privacy_box {
    padding: 20px;
  }
}
section.lead_area > .inner .privacy_box > .inner {
  overflow: auto;
  height: 350px;
  padding-right: 25px;
}
section.lead_area > .inner .privacy_box > .inner::-webkit-scrollbar {
  width: 5px;
  background-color: #c3cfcf;
}
section.lead_area > .inner .privacy_box > .inner::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
section.lead_area > .inner .privacy_box > .inner h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
section.lead_area > .inner .privacy_box > .inner p:not(:last-child) {
  margin-bottom: 30px;
}
section.form_area {
  padding: 100px 5%;
  background: url(../img/bg.gif) center/cover;
}
@media screen and (max-width: 767px) {
  section.form_area {
    padding-block: 50px;
  }
}
section.form_area.form h2 {
  font-family: var(--shippori-antique);
  padding-inline: 10px;
  font-size: 38px;
  color: var(--red);
  background: var(--white);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.form_area.form h2 {
    font-size: 24px;
  }
}
section.form_area.confirm, section.form_area.thanks {
  background: var(--gray2);
}
section.form_area.thanks > .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  section.form_area.thanks > .inner {
    display: block;
  }
}
section.form_area.thanks > .inner > .txt_wrap {
  width: 70%;
}
@media screen and (max-width: 767px) {
  section.form_area.thanks > .inner > .txt_wrap {
    width: 100%;
  }
}
section.form_area.thanks > .inner > .txt_wrap h2 {
  margin-bottom: 30px;
}
section.form_area.thanks > .inner > .txt_wrap p + p {
  margin-top: 1em;
}
section.form_area.thanks > .inner > .txt_wrap .btn_wrap {
  margin-top: 30px;
}
section.form_area.thanks > .inner > .txt_wrap .btn_wrap a span {
  width: 100%;
}
section.form_area.thanks > .inner .img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  section.form_area.thanks > .inner .img {
    margin-top: 20px;
    width: 100%;
  }
}
section.form_area.confirm h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.form_area.confirm h2 {
    margin-bottom: 20px;
  }
}
section.form_area.confirm .btn_area {
  margin-top: 30px;
}
section.form_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
section.form_area > .inner .icon_wrap {
  margin: 10px 0 40px;
  display: block;
  width: 140px;
  height: 21px;
}
section.form_area > .inner .icon_wrap img {
  width: auto;
  height: 21px;
}
section.form_area > .inner .form_wrap {
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap {
    padding-bottom: 30px;
  }
}
section.form_area > .inner .form_wrap dl {
  display: grid;
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl {
    grid-template-columns: 1fr;
  }
}
section.form_area > .inner .form_wrap dl dt {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  border-bottom: 2px solid var(--red);
  font-family: var(--shippori-antique);
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dt {
    min-height: auto;
    padding: 20px 5% 0;
    border-bottom: none;
  }
}
section.form_area > .inner .form_wrap dl dt.aifs {
  padding-top: 30px;
  align-items: flex-start;
}
section.form_area > .inner .form_wrap dl dt p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: var(--red);
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dt p {
    font-size: 18px;
  }
}
section.form_area > .inner .form_wrap dl dt span.required {
  display: inline-block;
  padding: 5px 10px 7px;
  line-height: 1;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dt span.required {
    font-size: 14px;
  }
}
section.form_area > .inner .form_wrap dl dd {
  padding: 20px 20px 20px 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--red);
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dd {
    min-height: auto;
    padding: 10px 5% 20px;
  }
}
section.form_area > .inner .form_wrap dl dd > span {
  width: 100%;
}
section.form_area > .inner .form_wrap dl dd .address_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.form_area > .inner .form_wrap dl dd .address_wrap .postal {
  display: flex;
  align-items: center;
  width: 200px;
  gap: 10px;
}
section.form_area > .inner .form_wrap dl dd .address_wrap .postal span:first-child {
  font-size: 18px;
}
section.form_area > .inner .form_wrap dl dd .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.form_area > .inner .form_wrap dl dd .wpcf7-radio label input {
  width: 18px;
  aspect-ratio: 1;
  background: url(../img/radio_off.svg) center/cover;
}
section.form_area > .inner .form_wrap dl dd .wpcf7-radio label input:checked {
  background-image: url(../img/radio_on.svg);
}
section.form_area > .inner .form_wrap dl dd input:not([type=radio]) {
  padding: 15px 20px;
  width: 100%;
  background: #e9eeee;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dd input:not([type=radio]) {
    padding: 10px;
  }
}
section.form_area > .inner .form_wrap dl dd textarea {
  padding: 15px 20px;
  width: 100%;
  height: 300px;
  background: #e9eeee;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap dl dd textarea {
    padding: 10px;
    height: 200px;
  }
}
section.form_area > .inner .form_wrap .agree_wrap {
  margin: 20px 0;
  text-align: center;
  color: var(--red);
  font-size: 18px;
  font-family: var(--shippori-antique);
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap .agree_wrap {
    font-size: 14px;
  }
}
section.form_area > .inner .form_wrap .agree_wrap a {
  color: var(--red);
  text-decoration: underline;
}
section.form_area > .inner .form_wrap .agree_wrap .wpcf7-list-item {
  margin: 0;
}
section.form_area > .inner .form_wrap .agree_wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.form_area > .inner .form_wrap .agree_wrap .wpcf7-list-item label input {
  width: 20px;
  aspect-ratio: 1;
  background: url(../img/check_off.svg) center/cover;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .form_wrap .agree_wrap .wpcf7-list-item label input {
    width: 15px;
  }
}
section.form_area > .inner .form_wrap .agree_wrap .wpcf7-list-item label input:checked {
  background-image: url(../img/check_on.svg);
}
section.form_area > .inner .btn_area {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 35px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .btn_area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
section.form_area > .inner .btn_area:has(> :first-child:last-child) .btn_wrap {
  width: 400px;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .btn_area:has(> :first-child:last-child) .btn_wrap {
    width: 90%;
  }
}
section.form_area > .inner .btn_wrap {
  --c1: var(--red);
  --c2: var(--white);
  position: relative;
  top: 0;
  right: 0;
  width: 350px;
  height: 60px;
  border: 2px solid var(--red);
  background: var(--c1);
  border-radius: 3px;
  color: var(--c2);
  font-size: 28px;
  font-family: var(--shippori-antique);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .btn_wrap {
    width: 90%;
    font-size: 20px;
  }
}
section.form_area > .inner .btn_wrap.prev {
  --c1: var(--white);
  --c2: var(--black);
  border-color: var(--black);
}
section.form_area > .inner .btn_wrap.prev .icon_wrap {
  left: 25px;
  right: auto;
}
section.form_area > .inner .btn_wrap.prev .icon_wrap img {
  rotate: 180deg;
  filter: none !important;
}
section.form_area > .inner .btn_wrap.prev input,
section.form_area > .inner .btn_wrap.prev a {
  text-align: right;
}
section.form_area > .inner .btn_wrap:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black);
  border-radius: 3px;
  z-index: -1;
  transition: all 0.3s;
}
@media (hover) {
  section.form_area > .inner .btn_wrap:hover {
    background: var(--c2);
    color: var(--c1);
  }
  section.form_area > .inner .btn_wrap:hover:after {
    bottom: 0;
    right: 0;
  }
  section.form_area > .inner .btn_wrap:hover img {
    filter: none !important;
  }
}
section.form_area > .inner .btn_wrap:has(:disabled) {
  background: #ff8580;
  border-color: #ff8580;
  pointer-events: none;
}
section.form_area > .inner .btn_wrap .icon_wrap {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  display: block;
  width: 80px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .btn_wrap .icon_wrap {
    width: 60px;
    height: 20px;
  }
}
section.form_area > .inner .btn_wrap .icon_wrap img {
  width: auto;
  height: 24px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(150%) contrast(108%);
}
@media screen and (max-width: 767px) {
  section.form_area > .inner .btn_wrap .icon_wrap img {
    height: 20px;
  }
}
section.form_area > .inner .btn_wrap input,
section.form_area > .inner .btn_wrap a {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: inherit;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  border-color: var(--red) !important;
  color: var(--red) !important;
}/*# sourceMappingURL=style.css.map */