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

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

#contact {
  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 {
  text-align: right;
  width: 20%;
  padding: 0.5em;
}
#contact table td {
  padding: 0.5em 0.5em;
  width: 100%;
}
#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;
}
#contact table td textarea {
  height: 240px;
}

@media screen and (max-width: 768px) {
  .box-contents #recruit {
    padding-inline: 20px;
  }
  .box-contents #contact table {
    width: 100%;
  }
  .box-contents #contact table th {
    width: 30%;
  }
}
#recruit table {
  border-top: 2px #1a1a1a solid;
  border-bottom: 2px #1a1a1a solid;
}
#recruit table td, #recruit table th {
  padding: 26px 16px;
  vertical-align: middle;
}
#recruit table th {
  background-color: rgba(19, 68, 137, 0.2);
  text-align: center;
  width: 280px;
}
#recruit table tr + tr td, #recruit table tr + tr th {
  border-top: 1px #1a1a1a solid;
}
#recruit table th + td {
  border: 1px #1a1a1a solid;
}
#recruit table th + th {
  border-left: 1px #1a1a1a solid;
}
@media screen and (max-width: 767px) {
  #recruit table {
    display: block;
  }
  #recruit table tbody, #recruit table tr, #recruit table th, #recruit table td {
    display: block;
  }
  #recruit table tr th {
    width: 100%;
    padding: 10px 0;
  }
  #recruit table tr td {
    border: 0 !important;
    padding: 16px 0;
  }
}
#recruit table.for-sp, #recruit table.for-pc {
  display: table;
}
#recruit table.for-sp {
  width: 100%;
}

.recruit-tab {
  position: relative;
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 10px 0;
  border-bottom: 1px solid;
}

.recruit-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #444;
}

.recruit-tab--1:after {
  left: 0;
}

.recruit-tab--2:after {
  left: 50%;
}

.recruit-tab__item {
  flex: 1;
}

.recruit-tab__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #444;
  cursor: pointer;
}

.recruit-tab-body {
  overflow: hidden;
  position: relative;
}

.recruit-tab-body__item {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.recruit-tab-body__item.in {
  left: 0;
}

.recruit-tab-body__item.out {
  left: -100%;
}/*# sourceMappingURL=style.css.map */