.f-main {
  background: #fff;
}

.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo_bk.svg) 0 0/100% auto no-repeat;
}
.l-header__logo a img {
  opacity: 0;
}
.l-header-nav-menu__item a {
  color: #222;
}
.l-header-nav-menu__item a::before {
  background: #222;
}
.l-header-toggle__inner span {
  background: #222;
}
.is-fixed .l-header-toggle__inner span, .is-scroll .l-header-toggle__inner span {
  background: #fff;
}

.p-contact {
  padding: 4rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin: 6rem 0 0;
    padding: 0;
  }
}
.p-contact .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-contact-kind__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: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 3rem;
}
.p-contact-kind__ttl span {
  flex-shrink: 0;
  padding: 0 1rem 0 0;
}
.p-contact-kind__ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(34, 34, 34, 0.1);
}
.p-contact-kind .wpcf7-checkbox {
  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;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact-kind .wpcf7-checkbox {
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
}
.p-contact-kind .wpcf7-list-item {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-kind .wpcf7-list-item {
    height: 2.4rem;
  }
}
.p-contact-kind .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-kind .wpcf7-list-item input[type=checkbox]:checked + span::before {
  background: url(../img/contact/icn_check_on.png) 0 0/100% auto no-repeat;
}
.p-contact-kind .wpcf7-list-item-label {
  position: relative;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-kind .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}
.p-contact-kind .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/contact/icn_check_off.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact-kind .wpcf7-list-item-label::before {
    top: calc(50% + 0.1rem);
  }
}
.p-contact-kind .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.p-contact__block {
  background: #F5F4F4;
  padding: 6rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__block {
    margin: 4rem -2.4rem 0;
    padding: 2rem 2rem;
  }
}
.p-contact--thanks {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-contact--thanks {
    padding-bottom: 0;
  }
}
.p-contact__thanks {
  text-align: center;
}
.p-contact__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    font-size: 2.8rem;
  }
}
.p-contact__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl span {
    padding: 0 0.8rem;
  }
}
.p-contact .required {
  font-size: 2rem;
  line-height: 1;
  color: #B22A00;
  margin: 0 0 0 1rem;
}
.p-contact__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 5.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__txt {
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 4rem 0;
  }
}
.p-contact__txt .required {
  margin: 0 1rem 0 0;
}
.p-contact-table {
  width: 100%;
}
.is-confirm .p-contact-table {
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  .is-confirm .p-contact-table {
    gap: 1rem 0;
  }
}
.p-contact-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 24rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.7rem 0 2.5rem;
}
.is-confirm .p-contact-table th {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-table th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    gap: 0;
    margin-top: 0;
    padding: 2rem 0 0;
  }
}
.p-contact-table th.is-pt {
  padding-top: 2.2rem;
}
.is-confirm .p-contact-table th.is-pt {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-table th.is-pt {
    padding-top: 0;
  }
}
.p-contact-table th span {
  color: #B22A00;
}
@media screen and (max-width: 767px) {
  .p-contact-table th span {
    font-size: 1rem;
  }
}
.p-contact-table td {
  width: calc(100% - 28rem);
  line-height: 1.5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-table td {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    border-top: 0;
    padding: 1.5rem 0 1.5rem;
  }
}
.p-contact-table td.select .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 36rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table td.select .wpcf7-form-control-wrap {
    width: 100%;
    height: 4rem;
  }
}
.p-contact-table td.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-contact-table td.select .wpcf7-form-control-wrap select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border: 0;
  background: #fff;
}
.p-contact-table td input[type=text],
.p-contact-table td input[type=tel],
.p-contact-table td input[type=email] {
  width: 100%;
  height: 2.6rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  outline: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-contact-table td input[type=text],
  .p-contact-table td input[type=tel],
  .p-contact-table td input[type=email] {
    font-size: 1.3rem;
  }
}
.p-contact-table td ::placeholder {
  color: #ccc;
}
.p-contact-table td textarea {
  width: 100%;
  height: 20rem;
  background: #fff;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-contact-table td textarea {
    height: 15rem;
    border-radius: 0.6rem;
  }
}
.p-contact-table td.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-contact-table td.radio .wpcf7-radio {
    flex-flow: column;
    gap: 1.5rem 0;
  }
}
.p-contact-table td.radio .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.p-contact-table td.radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-table td.radio .wpcf7-list-item input[type=radio]:checked + span::before {
  background: #000;
}
.p-contact-table td.radio .wpcf7-list-item-label {
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-contact-table td.radio .wpcf7-list-item-label {
    font-size: 1.1rem;
  }
}
.p-contact-table td.radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #222;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact-table td.radio .wpcf7-list-item-label::before {
    top: calc(50% + 0.1rem);
  }
}
.p-contact-table td .is-row + .is-row {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table td .is-row + .is-row {
    margin-top: 1rem;
  }
}
.p-contact-table .error {
  color: #B22A00;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table .error {
    font-size: 1.2rem;
  }
}
.p-contact-table .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-contact-table .check {
    gap: 0 1rem;
    padding: 1rem 0 0;
  }
}
.p-contact-table .check .error {
  width: 100%;
}
.p-contact-table .check .item {
  line-height: 1;
}
.p-contact-table .check .item label {
  position: relative;
}
.p-contact-table .check .item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-table .check .item label input:checked + span::before {
  background: url(../img/home/icn_form_on.svg) 0 0/100% auto no-repeat;
}
.p-contact-table .check .item label span {
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-table .check .item label span {
    padding: 0 0 0 1.8rem;
  }
}
.p-contact-table .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-contact-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-contact-policy {
    height: 15rem;
    border-radius: 0.6rem;
    padding: 1.5rem 2.2rem;
    margin-top: 3rem;
  }
}
.p-contact-policy__inner {
  max-height: 21.8rem;
  overflow-y: scroll;
  scrollbar-width: auto;
  scrollbar-color: #e7e6e0 transparent;
}
@media screen and (max-width: 767px) {
  .p-contact-policy__inner {
    max-height: 12rem;
    padding-right: 2.4rem;
  }
}
.p-contact-policy__inner::-webkit-scrollbar {
  width: 1.3rem;
}
.p-contact-policy__inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
}
.p-contact-policy__inner::-webkit-scrollbar-track {
  background: transparent;
}
.p-contact-policy__ttl {
  line-height: 2.4;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-contact-policy__ttl {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-contact-policy__ttl:first-child {
  margin-top: 0;
}
.p-contact-policy__txt {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-contact-policy__txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-contact-apply {
  position: relative;
  text-align: center;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-apply {
    margin-top: 3rem;
  }
}
.p-contact-apply__txt {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 4rem;
}
.p-contact-apply .wpcf7-list-item {
  position: relative;
}
.p-contact-apply .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-apply .wpcf7-list-item input[type=checkbox]:checked + span::before {
  background: url(../img/contact/icn_check_on.png) 0 0/100% auto no-repeat;
}
.p-contact-apply .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.3rem;
  padding: 0 0 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-apply .wpcf7-list-item .wpcf7-list-item-label {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0 0 2.2rem;
  }
}
.p-contact-apply .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/contact/icn_check_off.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-apply .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-contact 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: 25.4rem;
  height: 6rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #222;
  border-radius: 0;
  margin: 4rem auto 0;
  transition: 0.5s;
  padding: 0;
}
.p-contact input[type=submit]:disabled {
  pointer-events: none;
  background: #222;
}
@media (any-hover: hover) {
  .p-contact input[type=submit]:hover {
    opacity: 0.5;
  }
}
.p-contact .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.p-contact .wpcf7 form .wpcf7-response-output {
  opacity: 0;
}
.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact .wpcf7 form.payment-required .wpcf7-response-output {
  opacity: 1;
  border-color: #B22A00;
}
.p-contact 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: 25.4rem;
  height: 4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #222;
  background: #E9E8E8;
  margin: 2rem auto 0;
  transition: 0.5s;
  padding: 0;
}
.p-contact input[type=button]:disabled {
  pointer-events: none;
  background: #999999;
}
@media (any-hover: hover) {
  .p-contact input[type=button]:hover {
    opacity: 0.5;
  }
}
.p-contact__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-contact__btn {
    flex-flow: column-reverse;
    gap: 1rem 0;
    margin: 4rem 0 0;
  }
}
.p-contact__back {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__back {
    margin: 4rem auto 0;
  }
}
.p-contact-before {
  background: #fff;
  border-radius: 1.2rem;
  margin: 11rem 0 0;
  padding: 5.5rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-before {
    margin: 5rem 0 0;
    padding: 3rem 1.5rem;
  }
}
.p-contact-before__txt {
  line-height: 2.4;
  font-size: 1.8rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-before__txt {
    font-size: 1.2rem;
    line-height: 2;
    margin: 1rem 0 0;
  }
}
.p-contact-before__txt:first-child {
  margin: 0;
}
.p-contact-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-contact-before__ttl {
    font-size: 1.2rem;
    margin: 1.5rem 0 0;
    padding: 0.2rem 0.7rem;
  }
}