#recruit, #contact {
  max-width: 1280px;
  margin: auto;
}

.sec-contact-info .contact-info {
  width: 1280px;
}

.sec-recruit-info .recruit-info {
  max-width: 100%;
  width: 1280px;
}

#contact {
  max-width: 1280px;
  background-color: #f2f2f2;
  margin: 0 auto 80px;
  font-size: 90%;
  padding: 60px 20px;
}
#contact p {
  text-align: center;
}
#contact table {
  margin: 48px auto 24px;
}
#contact table th {
  width: 22%;
  min-width: 120px;
  padding: 0.5em;
}
#contact table th p {
  text-align: right;
}
#contact table td {
  padding: 0.5em 0.5em;
  width: 78%;
}
#contact table td input, #contact table td textarea {
  background: #fff;
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  text-align: left;
}
#contact table td textarea {
  height: 240px;
}
#contact table .wpcf7-not-valid-tip {
  text-align: left;
}
#contact .button_form {
  margin-bottom: 32px;
}
#contact .button_form p {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #134489;
  min-width: 250px;
  max-width: 400px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 16px;
  margin-inline: auto;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  transform: skewX(-22deg);
}
#contact .button_form p input {
  transform: skewX(22deg);
  border: 0;
  background: 0;
  color: #fff;
  display: inline;
}
#contact .button_form p .wpcf7-spinner {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .box-contents {
    padding-inline: 0 !important;
  }
  .box-contents .breadcrumb {
    padding-inline: 20px;
  }
  .box-contents #contact table {
    width: 100%;
  }
  .box-contents #contact table th {
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */