.f-main {
  padding-top: 26.8rem;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 15rem;
  }
}

.p-form {
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 8rem 0 0;
  }
}
.p-form__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__txt {
    font-size: 1.2rem;
    line-height: 2.8;
    padding: 0 4rem;
  }
}
.p-form__block {
  background: #e3e3e3;
  padding: 12rem 0 20rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form__block {
    margin: 4rem 0 0;
    padding: 4.5rem 0;
  }
}
.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;
  color: #023894;
  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-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;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  gap: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-form-define {
    flex-flow: column;
    width: auto;
    gap: 1.5rem 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: 32rem;
  font-weight: 500;
  line-height: 1;
  font-size: 1.8rem;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dt {
    width: 100%;
    font-size: 1.2rem;
    gap: 0;
    margin-top: 1.5rem;
  }
}
.p-form-define dt.is-pt {
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dt.is-pt {
    padding-top: 0;
  }
}
.p-form-define dt span {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .p-form-define dt span {
    font-size: 1rem;
  }
}
.p-form-define dd {
  width: calc(100% - 32rem);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-form-define dd {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-form-define dd:last-child {
  padding-bottom: 0;
}
.p-form-define dd input[type=text],
.p-form-define dd input[type=tel],
.p-form-define dd input[type=email] {
  width: 100%;
  height: 6.5rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 0 2.4rem;
  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;
    border-radius: 0.6rem;
    padding: 0 1rem;
  }
}
.p-form-define dd textarea {
  width: 100%;
  height: 27rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.4rem 2.4rem;
  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 #000;
  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: #ff0000;
  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: #ff0000;
}
.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: 26rem;
  height: 7rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #464646;
  border-radius: 5rem;
  margin: 4.8rem auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-form input[type=submit] {
    width: 15rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.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 {
  display: block;
  margin: 0 auto;
}
.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: 20rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #aaa;
  border-radius: 5rem;
  margin: 2.4rem auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-form input[type=button] {
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.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 {
  width: 26rem;
  height: 7rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    width: 15rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.p-form__btn a {
  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: 100%;
  height: 100%;
  color: #fff;
  background: #464646;
  border-radius: 5rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-form__btn a:hover {
    opacity: 0.5;
  }
}
.p-form__back {
  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: 30rem;
  height: 6rem;
  color: #fff;
  font-size: 2.4rem;
  background: #aaa;
  border-radius: 5rem;
  border-bottom: 0.6rem solid #666;
  cursor: pointer;
  margin: 3rem auto 0;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-form__back:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-form__back {
    width: 20rem;
    height: 4rem;
    font-size: 1.6rem;
    border-bottom: 0.5rem solid #666;
    margin: 2rem 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;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  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-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  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;
  }
}

.p-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.p-float.is-visible {
  pointer-events: all;
  opacity: 1;
}
.p-float.is-hidden {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-float {
    display: none;
  }
}
.p-float__block {
  height: 8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4rem;
  max-width: 136rem;
  padding: 0 0 0 3.5rem;
  margin: 0 auto;
}
.p-float__txt {
  width: calc(100% - 54rem);
  max-width: 76.4rem;
}
.p-float-menu {
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50rem;
}
.p-float-menu__tel {
  width: 29.4rem;
}
.p-float-menu__btn {
  width: 18.5rem;
  height: 8rem;
  font-weight: 700;
}
.p-float-menu__btn a {
  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: 100%;
  height: 100%;
  background: #ff4e00;
  color: #fff;
}