.p-intro {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 3rem 0;
  }
}

.p-faq {
  background: #ECE7E7;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6rem 0;
  }
}
.p-faq-define {
  background: #fff;
  margin: 8rem 0 0;
  padding: 3.2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define {
    margin: 4rem 0 0;
    padding: 2rem;
  }
}
.p-faq-define + .p-faq-define {
  margin-top: 2rem;
}
.p-faq-define__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.6rem;
  font-weight: 700;
}
.p-faq-define__ttl span {
  flex-shrink: 0;
  font-size: 2.4rem;
  color: #D92E1B;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl span {
    font-size: 2rem;
  }
}
.p-faq-define__ttl p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl p {
    font-size: 1.6rem;
  }
}
.p-faq-define__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.6rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt {
    margin: 1rem 0 0;
  }
}
.p-faq-define__txt p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt p {
    font-size: 1.4rem;
  }
}
.p-faq-define__txt span {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt span {
    font-size: 2rem;
  }
}
.p-faq-define__txt a {
  text-decoration: underline;
  color: #D92E1B;
}

.p-form {
  margin: 12rem 0 0;
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 6rem 0 0;
    padding: 0 0 6rem;
  }
}
.p-form .c-heading__sub {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-form .c-heading__sub {
    margin: 0 0 4rem;
  }
}
.p-form__block {
  background: #F5F4F4;
  padding: 6rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form__block {
    margin: 4rem -2.4rem 0;
    padding: 2rem 2rem;
  }
}
.p-form--confirm {
  margin-top: 0;
}
.p-form--thanks {
  margin-top: 0;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-form--thanks {
    padding: 0 0 10rem;
  }
}
.p-form__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__ttl {
    font-size: 2.8rem;
  }
}
.p-form__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__ttl span {
    padding: 0 0.8rem;
  }
}
.p-form__txt {
  max-width: 92.8rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__txt {
    padding: 0;
  }
}
.p-form__txt span {
  color: #D92E1B;
}
.p-form-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem 0;
}
.is-confirm .p-form-define {
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  .is-confirm .p-form-define {
    gap: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form-define {
    flex-flow: column;
    width: auto;
    gap: 1rem 0;
  }
}
.p-form-define dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  gap: 0 1rem;
  padding: 1.5rem 0 0;
}
.is-confirm .p-form-define dt {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-form-define dt {
    width: 100%;
    font-size: 1.4rem;
    gap: 0;
    margin-top: 0;
    padding: 0;
  }
}
.p-form-define dt.is-pt {
  padding-top: 2.2rem;
}
.is-confirm .p-form-define dt.is-pt {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-form-define dt.is-pt {
    padding-top: 0;
  }
}
.p-form-define dt span {
  color: #D92E1B;
}
@media screen and (max-width: 767px) {
  .p-form-define dt span {
    font-size: 1rem;
  }
}
.p-form-define dd {
  width: calc(100% - 28rem);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-form-define dd {
    width: 100%;
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.p-form-define dd:last-child {
  padding-bottom: 0;
}
.p-form-define dd.select .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 36rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dd.select .wpcf7-form-control-wrap {
    width: 100%;
    height: 4rem;
  }
}
.p-form-define dd.select .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.8rem;
  height: 1.5rem;
  background: url(../img/contact/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(90deg);
}
.p-form-define dd.select .wpcf7-form-control-wrap select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border: 0;
  background: #fff;
}
.p-form-define dd.mid {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dd.mid {
    width: 100%;
  }
}
.p-form-define dd .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.is-confirm .p-form-define dd .inner {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .is-confirm .p-form-define dd .inner {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-define dd .inner {
    display: block;
    margin-top: 1rem;
  }
}
.p-form-define dd .inner:first-child {
  margin-top: 0;
}
.p-form-define dd .inner dt {
  width: 20rem;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-form-define dd .inner dt {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }
}
.p-form-define dd .inner dd {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  .p-form-define dd .inner dd {
    width: 100%;
  }
}
.p-form-define dd .inner dd.small {
  width: 16rem;
}
.p-form-define dd .inner dd.middle {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dd .inner dd.middle {
    width: 100%;
  }
}
.p-form-define dd input[type=text],
.p-form-define dd input[type=tel],
.p-form-define dd input[type=email] {
  width: 100%;
  height: 6rem;
  background: #fff;
  padding: 0 2rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-form-define dd input[type=text],
  .p-form-define dd input[type=tel],
  .p-form-define dd input[type=email] {
    height: 4rem;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.p-form-define dd textarea {
  width: 100%;
  height: 20rem;
  background: #fff;
  padding: 1rem 2rem;
  resize: vertical;
  font-family: inherit;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-form-define dd textarea {
    height: 15rem;
    border-radius: 0.6rem;
    padding: 1rem;
  }
}
.p-form-define dd.radio .wpcf7-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form-define dd.radio .wpcf7-radio {
    flex-flow: column;
    gap: 1.5rem 0;
  }
}
.p-form-define dd.radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.p-form-define dd.radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-form-define dd.radio .wpcf7-list-item input[type=radio]:checked + span::before {
  background: #000;
}
.p-form-define dd.radio .wpcf7-list-item-label {
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-form-define dd.radio .wpcf7-list-item-label {
    font-size: 1.1rem;
  }
}
.p-form-define dd.radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #231815;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form-define dd.radio .wpcf7-list-item-label::before {
    top: calc(50% + 0.1rem);
  }
}
.p-form-define dd .is-row + .is-row {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dd .is-row + .is-row {
    margin-top: 1rem;
  }
}
.p-form-define .error {
  color: #D92E1B;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-form-define .error {
    font-size: 1.2rem;
  }
}
.p-form-define .check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 3rem;
  padding: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form-define .check {
    gap: 0 1rem;
    padding: 1rem 0 0;
  }
}
.p-form-define .check .error {
  width: 100%;
}
.p-form-define .check .item {
  line-height: 1;
}
.p-form-define .check .item label {
  position: relative;
}
.p-form-define .check .item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-form-define .check .item label input:checked + span::before {
  background: url(../img/home/icn_form_on.svg) 0 0/100% auto no-repeat;
}
.p-form-define .check .item label span {
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-form-define .check .item label span {
    padding: 0 0 0 1.8rem;
  }
}
.p-form-define .check .item label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/home/icn_form_off.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-form-policy {
  height: 30.6rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 6rem 0 0;
  padding: 4.4rem 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-form-policy {
    height: 15rem;
    border-radius: 0.6rem;
    padding: 1.5rem 2.2rem;
    margin-top: 3rem;
  }
}
.p-form-policy__inner {
  max-height: 21.8rem;
  overflow-y: scroll;
  scrollbar-width: auto;
  scrollbar-color: #e7e6e0 transparent;
}
@media screen and (max-width: 767px) {
  .p-form-policy__inner {
    max-height: 12rem;
    padding-right: 2.4rem;
  }
}
.p-form-policy__inner::-webkit-scrollbar {
  width: 1.3rem;
}
.p-form-policy__inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
}
.p-form-policy__inner::-webkit-scrollbar-track {
  background: transparent;
}
.p-form-policy__ttl {
  line-height: 2.4;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-form-policy__ttl {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-form-policy__ttl:first-child {
  margin-top: 0;
}
.p-form-policy__txt {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-form-policy__txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-form-apply {
  margin: 5.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form-apply {
    margin-top: 3rem;
  }
}
.p-form-apply .wpcf7-list-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-form-apply .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-form-apply .wpcf7-list-item input[type=checkbox]:checked + span::before {
  background: url(../img/contact/icn_check_on.svg) 0 0/100% auto no-repeat;
}
.p-form-apply .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  height: 3.1rem;
  line-height: 3.1rem;
  padding: 0 0 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-form-apply .wpcf7-list-item .wpcf7-list-item-label {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0 0 2.2rem;
  }
}
.p-form-apply .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/contact/icn_check.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-form-apply .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-form-apply .wpcf7-list-item .apply {
  color: #D92E1B;
}
.p-form input[type=submit] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: url(../img/common/icn_arrow_wh.svg) calc(100% - 2rem) center/1.4rem auto no-repeat #D92E1B;
  border-radius: 1rem;
  margin: 0;
  transition: 0.5s;
  padding: 0 3.6rem 0 1.2rem;
}
.p-form input[type=submit]:disabled {
  pointer-events: none;
  background: #999999;
}
@media (any-hover: hover) {
  .p-form input[type=submit]:hover {
    opacity: 0.5;
  }
}
.p-form .wpcf7-spinner {
  position: absolute;
  top: 100%;
  display: block;
}
.p-form input[type=button] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  font-size: 1.6rem;
  text-align: center;
  color: #231815;
  background: url(../img/common/icn_arrow_bk_l.svg) 2rem center/1.4rem auto no-repeat #E9E8E8;
  border-radius: 1rem;
  margin: 0;
  transition: 0.5s;
  padding: 0 1.2rem 0 3.6rem;
}
.p-form input[type=button]:disabled {
  pointer-events: none;
  background: #999999;
}
@media (any-hover: hover) {
  .p-form input[type=button]:hover {
    opacity: 0.5;
  }
}
.p-form__btn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3.2rem;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    flex-flow: column-reverse;
    gap: 1rem 0;
    margin: 4rem 0 0;
  }
}
.p-form__back {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__back {
    margin: 4rem auto 0;
  }
}
.p-form-before {
  background: #fff;
  border-radius: 1.2rem;
  margin: 11rem 0 0;
  padding: 5.5rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form-before {
    margin: 5rem 0 0;
    padding: 3rem 1.5rem;
  }
}
.p-form-before__txt {
  line-height: 2.4;
  font-size: 1.8rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form-before__txt {
    font-size: 1.2rem;
    line-height: 2;
    margin: 1rem 0 0;
  }
}
.p-form-before__txt:first-child {
  margin: 0;
}
.p-form-before__ttl {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form-before__ttl {
    font-size: 1.2rem;
    margin: 1.5rem 0 0;
    padding: 0.2rem 0.7rem;
  }
}