/***************************
 form
****************************/
.page-contact h1 {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.page-contact h1 span {
  display: block;
}
.page-contact h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 5px;
}
.page-contact h1 span:nth-of-type(2) {
  font-size: 24px;
}
.page-contact .bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e9f2f2;
}
.page-contact .bg_white {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.page-contact h2 {
  text-align: center;
  margin-bottom: 30px;
}
.page-contact .border-line {
  width: 60px;
  height: 1px;
  background: #000;
  margin: 0 auto 30px;
}
.page-contact .catch {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.page-contact .inner-link {
  margin-bottom: 50px;
}
.page-contact .inner-link .link-box.active {
  background: #412722;
  border: none;
}
.page-contact .inner-link .link-box.active a {
  color: #fff;
  text-decoration: none;
}
.page-contact .inner-link .link-box {
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}
.page-contact .inner-link .link-box a {
  color: #000;
  text-decoration: none;
}
.page-contact .mes {
  margin-bottom: 50px;
}
.page-contact tr:nth-of-type(1) th {
  border-top: 1px solid #000;
}
.page-contact tr:nth-of-type(1) td {
  border-top: 1px solid #000;
}
.page-contact th {
  width: 250px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-content: center;
  border-bottom: 1px solid #000;
}
.page-contact th .flex p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.page-contact th .flex p span.required {
  background: #412722;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
}
.page-contact th .flex p span.may {
  background: #479d9b;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
}
.page-contact td {
  border-bottom: 1px solid #000;
}
.page-contact td p {
  margin-bottom: 0;
}
.page-contact td .bordered-left {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #000;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-contact input[type="text"],
.page-contact input[type="email"],
.page-contact input[type="tel"] {
  width: 100%;
  height: 60px;
  background: #eee;
  border: 1px solid #eee;
}
.page-contact select {
  background: #eee;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.page-contact textarea {
  width: 100%;
  border: 1px solid #eee;
  background: #eee;
}
.page-contact .privacy {
  text-align: center;
  margin-top: 30px;
}
.page-contact .doui {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-contact .submit {
  text-align: center;
}
.page-contact .submit input {
  max-width: 300px;
  width: 100%;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-contact .submit .submit-arrow {
  position: relative;
}
.page-contact .submit .submit-arrow:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 1;
}
.page-contact .submit .submit-arrow:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 4px;
  z-index: 1;
}
.page-contact .wpcf7-spinner {
  display: none;
}
@media (max-width: 991px) {
  .page-contact th,
  .page-contact td {
    display: block;
    width: 100%;
  }
  .page-contact td .bordered-left {
    border-left: none;
    padding-left: 0;
  }
  .page-contact .mb {
    margin-bottom: 30px;
  }
  .page-contact .bg_white {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .page-contact .catch {
    font-size: 14px;
  }
}
/*************************
 contact-link
*************************/
.page-contact .bg-link {
  background: url("../../images/recruit/recruit.jpg");
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-contact .bg-link:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.page-contact .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.page-contact h2 {
  text-align: center;
  margin-bottom: 50px;
}
.page-contact h2 span {
  display: block;
  color: #fff;
}
.page-contact h2 span:nth-of-type(1) {
  font-size: 62px;
}
.page-contact h2 span:nth-of-type(2) {
  font-size: 28px;
}
.page-contact .link {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-contact .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.page-contact .link a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -50px;
  top: 15px;
}
.page-contact .link a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: -50px;
  top: 11px;
}
@media (max-width: 767px) {
  .page-contact .link {
    max-width: 300px;
  }
}
