/* ----------------------------------------------------------
p-contact
---------------------------------------------------------- */
.p-contact {
  padding-bottom: 145px;
}

.p-contact__wrap {
  padding: 0 120px;
  box-sizing: border-box;
}

.p-contact__head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
}

.p-contact__head-txt {
  line-height: 1.8;
  font-size: 1.5rem;
}

.p-contact__head-txt span {
  display: block;
}

.p-contact__head-catch {
  line-height: 1.73333;
  font-size: 3rem;
  margin-bottom: 15px;
}

.p-contact__form-ttl {
  line-height: 1.28571;
  font-size: 2.1rem;
  color: #910426;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 38px;
  border-bottom: 1px solid #910426;
}

.p-contact__genre {
  margin-bottom: 40px;
}

.p-contact__genre .-checkbox {
  padding: 0;
}

.p-contact__genre .c-form-error {
  margin: 0;
  text-align: center;
}

/* ----------------------------------------------------------
FOOTER
---------------------------------------------------------- */
.page-contact .l-footer {
  background: #fff;
}

.page-contact .l-footer-cta__contact,
.page-contact .l-footer-cta__recruit {
  display: none;
}

@media screen and (max-width: 559px) {
  .p-contact__wrap {
    padding: 0 20px;
  }
  .p-contact__head-txt {
    line-height: 1.57143;
    font-size: 1.4rem;
  }
  .p-contact__head-catch {
    line-height: 1.35;
    font-size: 2rem;
  }
  .p-contact__head {
    margin-bottom: 26px;
  }
  .p-contact__form-ttl {
    line-height: 1;
    font-size: 1.6rem;
  }
  .p-contact {
    padding-bottom: 50px;
  }
}
