/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_contact .p_contact_copy__txt02 .required, .p_contact .p_contact_copy__txt03 {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_copy__txt02 .required, .p_contact .p_contact_copy__txt03 {
    font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
  }
}

.p_contact .p_contact_copy, .p_contact.thanks .p_contact_copy {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_copy, .p_contact.thanks .p_contact_copy {
    font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
  }
}

.p_contact {
  background-color: #fff;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .p_contact {
    padding-top: clamp(4.875rem, 9.8557692308vw + 0.1442307692rem, 10rem);
  }
}
.p_contact .p_contact_main {
  background-color: #F5F7FF;
  padding-block: 50px;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_main {
    padding-top: 76px;
    padding-bottom: 100px;
  }
}
.p_contact .p_contact_copy {
  letter-spacing: 0;
  line-height: 2;
  font-weight: 400;
  color: #354062;
}
.p_contact .p_contact_copy__txt02 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_copy__txt02 {
    margin-top: 32px;
  }
}
.p_contact .p_contact_copy__txt02 .required {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  background-color: #CE0000;
  color: #FFFFFF;
  padding: 0.3571428571em 0.7142857143em;
}
.p_contact .p_contact_copy__txt03 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_copy__txt03 {
    margin-top: 35px;
  }
}
.p_contact .p_contact_form {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p_contact .p_contact_form {
    margin-top: 76px;
  }
}
.p_contact .p_contact_form .c_form__textarea {
  height: auto !important;
  width: 100% !important;
  resize: none;
}
.p_contact .p_contact_form .c_form__field .c_select__label {
  display: block;
  width: 40%;
  position: relative;
}
.p_contact .p_contact_form .c_form__field .c_select__label:before {
  position: absolute;
  content: ""; 
  top: 50%;
  right: 10px;
  width:0px;
  height:0px;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 5px solid #326693;
  cursor: pointer;
  pointer-events: none;
}
.p_contact .p_contact_form .c_form__field select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 15px;
  cursor: pointer;
  background-color: #F5F7FF;
}
.p_contact #mfp_loading,
.p_contact #mfp_loading_screen,
.p_contact #mfp_overlay_background {
  opacity: 0 !important;
  visibility: hidden;
}
.p_contact #mfp_hidden {
  display: none;
}
.p_contact #mailformpro .mfp_err {
  color: #db2c2c;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}
.p_contact #mailformpro .mfp_err:not(:empty) {
  margin-top: 0.625em;
  width: 100%;
}
.p_contact.thanks .p_contact_main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_contact.thanks .p_contact_main {
    padding-bottom: 76px;
  }
}
.p_contact.thanks .p_contact_copy {
  letter-spacing: 0;
  line-height: 2;
  font-weight: 400;
  color: #354062;
}
@media screen and (min-width: 768px) {
  .p_contact.thanks .p_contact_copy {
    text-align: center;
  }
}
.p_contact.thanks .p_contact_thanks__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_contact.thanks .p_contact_thanks__back {
    margin-top: 50px;
  }
}
.p_contact.thanks .p_contact_thanks__back .c_btn {
  width: 100%;
  max-width: 300px;
  padding-block: 14px;
}
.p_contact #mfp_phase_confirm {
  background-color: #fff;
  border-radius: min(100px, 6.25vw);
  display: none;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_phase_confirm {
    margin-top: 76px;
  }
}
.p_contact #mfp_phase_confirm_inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  padding-block: 55px;
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_phase_confirm_inner {
    padding-block: clamp(3.4375rem, 1.8028846154vw + 2.5721153846rem, 4.375rem);
  }
}
.p_contact #mfp_phase_confirm_inner h4 {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_phase_confirm_inner h4 {
    font-size: clamp(1.5rem, 0.7211538462vw + 1.1538461538rem, 1.875rem);
    padding-bottom: 40px;
  }
}
.p_contact #mfp_confirm_table {
  width: 100%;
}
.p_contact #mfp_confirm_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_confirm_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_confirm_table th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p_contact #mfp_confirm_table td {
    width: 70%;
  }
}
.p_contact .mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.9375rem, 1.8028846154vw + 0.0721153846rem, 1.875rem);
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p_contact .mfp_buttons {
    padding-top: 40px;
  }
}
.p_contact .mfp_element_button {
  font-size: 0.9375rem;
  min-width: 150px;
  -webkit-box-shadow: 0px 3px 10px #E8E6E6;
          box-shadow: 0px 3px 10px #E8E6E6;
  padding-block: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  display: inline-block;
  min-width: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(var(--blue1)));
  background: linear-gradient(var(--blue), var(--blue1));
  color: var(--white);
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p_contact .mfp_element_button {
    border-radius: clamp(0.625rem, 1.7361111111vw + -0.4861111111rem, 1.25rem);
    padding: 16px clamp(0.9375rem, 0.8680555556vw + 0.3819444444rem, 1.25rem) 16px clamp(0.9375rem, 0.8680555556vw + 0.3819444444rem, 1.25rem);
    font-size: 1rem;
    min-width: clamp(9.375rem, 5.9027777778vw + 5.5972222222rem, 11.5rem);
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .p_contact .mfp_element_button:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=contact.css.map */