/*!
global > Color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > function
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-contact {
  background: var(--cl-white);
  color: var(--cl-primary);
  font-size: 1.125rem;
}
.p-contact .container {
  max-width: 964px;
}
@media screen and (max-width: 767px) {
  .p-contact .container {
    padding-inline: 50px;
  }
}
.p-contact__head {
  padding-block: 48px 45px;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    padding-block: 90px 79px;
  }
}
.p-contact__title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  color: #231815;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    margin-bottom: 21px;
  }
}
.p-contact__title--sub {
  margin-bottom: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__title--sub {
    margin-bottom: 21px;
    font-size: 1.4375rem;
  }
}
.p-contact__title--main {
  font-size: 1.125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-contact__title--main {
    font-size: 1.875rem;
  }
}
.p-contact__desc {
  margin-bottom: 20px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__desc {
    margin-bottom: 23px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    line-height: 1.6;
  }
}
.p-contact__note {
  margin-bottom: 50px;
  color: var(--cl-red);
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__note {
    margin-bottom: 55px;
    font-size: 1.1875rem;
  }
}
.p-contact__note .c-required {
  margin-inline: 0 8px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__note .c-required {
    margin-inline: 3px 9px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__note .c-required {
    padding: 1px 6px 2px;
  }
}
.p-contact__form {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding-bottom: 90px;
  }
}
.p-contact__form .form__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list {
    grid-template-columns: 30.0875273523% calc(100% - 30.0875273523%);
  }
  .p-contact__form .form__list:first-of-type {
    border-top: 1px solid var(--cl-border);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__list:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__list--sub {
    padding-top: 20px;
    border-top: 1px solid var(--cl-border);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__label,
  .p-contact__form .form__list--sub .form__field {
    min-height: 127px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__label {
    padding-inline: clamp(0.9375rem, 2.508361204vw + -0.2665133779rem, 1.875rem) 15px;
  }
}
.p-contact__form .form__list--sub .form__label:last-of-type {
  letter-spacing: -0.08em;
}
.p-contact__form .form__list--sub > .form__field {
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__field {
    padding-block: 39px;
    padding-inline: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__field .form__field:has(.form__field--postcode) {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__field .form__txt {
    margin-top: 6px;
  }
}
.p-contact__form .form__list--sub .form__field select {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__list--sub .form__list {
    border-inline: 1px solid var(--cl-border);
    grid-template-columns: clamp(8.875rem, 3.0100334448vw + 7.4301839465rem, 10rem) 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__label, .p-contact__form .form__field {
    padding-block: 30px 28px;
    min-height: 136px;
    border-bottom: 1px solid var(--cl-border);
  }
}
.p-contact__form .form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__label {
    justify-content: space-between;
    padding-inline: clamp(1.25rem, 2.508361204vw + 0.0459866221rem, 2.1875rem) clamp(1.25rem, 2.0066889632vw + 0.2867892977rem, 2rem);
    background: #ededed;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__label {
    border-bottom: 0;
    margin-bottom: 6px;
  }
}
.p-contact__form .form__field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d2d2d;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field {
    padding-inline: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__field:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-contact__form .form__field--dob {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--dob {
    gap: 12px;
    max-width: 495px;
  }
}
.p-contact__form .form__field--dob .dob-item {
  width: calc((100% - 12px) / 3);
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--dob .dob-item {
    width: calc((100% - 24px) / 3);
  }
}
.p-contact__form .form__field--dob .mfp_err {
  display: none;
}
.p-contact__form .form__field--radio {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--radio {
    gap: 12px;
    max-width: 407px;
  }
}
.p-contact__form .form__field--radio .radio-button {
  display: none;
}
.p-contact__form .form__field--radio .radio-item {
  width: calc((100% - 7px) / 2);
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--radio .radio-item {
    width: calc(50% - 6px);
  }
}
.p-contact__form .form__field--radio .radio-item label {
  padding: 8px;
  display: block;
  width: 100%;
  min-height: 32px;
  font-size: 0.6875rem;
  text-align: center;
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--radio .radio-item label {
    padding: 10px 12px 12px;
    min-height: 46px;
    font-size: 1.125rem;
    border-radius: 5px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-contact__form .form__field--radio .radio-item label:hover {
    opacity: 0.8;
  }
}
.p-contact__form .form__field--radio .radio-item label:has(input[type=radio]:checked) {
  background: #2d2d2d;
  color: var(--cl-white);
  pointer-events: none;
}
.p-contact__form .form__field--radio .radio-item label .mfp_err {
  display: none;
}
.p-contact__form .form__field--postcode {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--postcode {
    gap: clamp(0.625rem, 1.1705685619vw + 0.0631270903rem, 1.0625rem);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--postcode .postcode-input {
    width: 57.2839506173%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__field--postcode .postcode-input {
    flex-grow: 1;
  }
}
.p-contact__form .form__field--postcode .postcode-button {
  padding: 10px 5px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  min-width: 86px;
  background: #231815;
  border-radius: 2px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  color: var(--cl-white);
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--postcode .postcode-button {
    flex-grow: 1;
    padding: 10px 10px 11px;
    min-height: 46px;
    min-width: 132px;
    font-size: clamp(0.9375rem, 0.5016722408vw + 0.6966973244rem, 1.125rem);
    border-radius: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-contact__form .form__field--postcode .postcode-button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--note {
    padding-block: 47px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field--note .form__txt {
    margin-top: 15px;
  }
}
.p-contact__form .form__field input,
.p-contact__form .form__field select,
.p-contact__form .form__field textarea {
  font-size: 1rem;
  border: 1px solid #2d2d2d;
  min-height: 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field input,
  .p-contact__form .form__field select,
  .p-contact__form .form__field textarea {
    font-size: 1.125rem;
    min-height: 46px;
  }
}
.p-contact__form .form__field input:focus,
.p-contact__form .form__field select:focus,
.p-contact__form .form__field textarea:focus {
  outline: none;
}
.p-contact__form .form__field input {
  padding: 4px 8px;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field input {
    padding: 5px 14px 6px;
    max-width: 495px;
  }
}
.p-contact__form .form__field input::-moz-placeholder {
  color: #b2b2b2;
}
.p-contact__form .form__field input::placeholder {
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field input[type=tel] {
    max-width: 249px;
  }
}
.p-contact__form .form__field select {
  padding: 4px 20px 4px 8px;
  background: url("../images/common/icon_arr_select.svg") calc(100% - 7px) 50%/11px auto no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field select {
    padding: 5px 34px 5px 14px;
    max-width: 249px;
    background-size: 20px auto;
    background-position: calc(100% - 12px) 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__field select[name=job] {
    width: 65.0909090909%;
  }
}
.p-contact__form .form__field textarea {
  padding: 4px 8px;
  min-height: 150px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field textarea {
    padding: 11px;
    min-height: 129px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__field textarea {
    padding: 11px;
    min-height: 129px;
  }
}
.p-contact__form .form__note {
  margin-block: 15px 48px;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__note {
    margin-block: 15px 76px;
    font-size: 1.125rem;
  }
}
.p-contact__form .form__txt {
  margin-top: 3px;
  font-size: 0.6875rem;
  line-height: 1.55;
  font-weight: 500;
}
.p-contact__form .form__txt--right {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__txt {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__txt .u-cl__red {
    letter-spacing: -0.055em;
  }
}
.p-contact__form .form__txt a {
  color: #005bac;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .p-contact__form .form__txt a {
    text-underline-offset: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .p-contact__form .form__txt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .form__txt a {
    font-size: 0.875rem;
    letter-spacing: -0.018em;
  }
}
.p-contact__thanks {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks {
    padding-bottom: 80px;
  }
}
.p-contact__thanks__heading {
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks__heading {
    margin-bottom: 30px;
    font-size: 1.1875rem;
    line-height: 2.1;
    text-align: center;
  }
}
.p-contact__thanks__text {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks__text {
    font-size: 12px;
    text-align: left;
  }
}
.p-contact__thanks__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks__btn {
    margin-top: 40px;
  }
}
.p-contact .mfp_err {
  margin-top: 8px;
  display: block;
  font-size: 0.75rem;
  color: var(--cl-red);
}
@media screen and (min-width: 768px) {
  .p-contact .mfp_err {
    font-size: 0.875rem;
  }
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_OperationCheck,
#mfp_hidden {
  display: none;
}

#mfp_phase_confirm .mfp_buttons {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm .mfp_buttons {
    padding-bottom: 80px;
  }
}
#mfp_phase_confirm h4 {
  margin-bottom: 30px;
  color: #231815;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm h4 {
    font-size: 1.4375rem;
  }
}

#mfp_confirm_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mfp_confirm_table {
    display: block;
  }
  #mfp_confirm_table thead,
  #mfp_confirm_table tbody,
  #mfp_confirm_table tr,
  #mfp_confirm_table td,
  #mfp_confirm_table th {
    display: block;
    width: 100%;
  }
  #mfp_confirm_table tr:last-child td {
    padding-bottom: 0;
  }
}
#mfp_confirm_table th {
  background-color: #ededed;
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
  padding: 9px 10px;
}
@media screen and (min-width: 768px) {
  #mfp_confirm_table th {
    font-size: 1.125rem;
    width: 187px;
    font-weight: 400;
    border-block: 1px solid #5f5f5f;
    vertical-align: middle;
  }
}
#mfp_confirm_table td {
  font-size: 0.8125rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  padding: 18px 0 39px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #mfp_confirm_table td {
    font-size: 1.125rem;
    border-block: 1px solid #5f5f5f;
    text-align: left;
    padding: 29px 33px 27px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 992px) {
  #mfp_confirm_table td {
    padding-left: 53px;
  }
}

.mfp_buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mfp_buttons {
    flex-direction: row-reverse;
  }
}
.mfp_buttons #mfp_button_send {
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  width: 240px;
  max-width: 100%;
  background: #9f8b4b;
  border-radius: 2px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  color: var(--cl-white);
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mfp_buttons #mfp_button_send {
    padding: 10px 30px 11px;
    min-height: 46px;
    font-size: clamp(0.9375rem, 0.5016722408vw + 0.6966973244rem, 1.125rem);
    border-radius: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .mfp_buttons #mfp_button_send:hover {
    opacity: 0.8;
  }
}
.mfp_buttons #mfp_button_cancel {
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  width: 240px;
  max-width: 100%;
  background: var(--cl-primary);
  border-radius: 2px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  color: var(--cl-white);
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mfp_buttons #mfp_button_cancel {
    padding: 10px 30px 11px;
    min-height: 46px;
    font-size: clamp(0.9375rem, 0.5016722408vw + 0.6966973244rem, 1.125rem);
    border-radius: 4px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .mfp_buttons #mfp_button_cancel:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=contact.css.map */