/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* btn */
/* link */
/* headline */
#headline {
  background-image: url(../../recruit/img/headline.jpg);
}

.recruit-top-area {
  padding-top: 0;
}
.recruit-top-area .recruit-top-area-inner {
  width: 65%;
  margin: 0 auto;
}

table.recruit-table {
  font-size: 1.25em;
  margin: 0 auto;
}
table.recruit-table th,
table.recruit-table td {
  padding: 1.25em 2.5em;
}
table.recruit-table th {
  border-bottom: solid 1px #BAB377;
}
table.recruit-table td {
  border-bottom: solid 1px #ccc;
}
table.recruit-table tr:nth-of-type(even) {
  background: #fafafa;
}

.form-section {
  text-align: center;
}
.form-section .guide-area {
  width: 70%;
  height: 20vh;
  padding: 1.5em;
  margin: 0 auto 5em auto;
  overflow-y: scroll;
  background: #f1f1f1;
}
.form-section .guide-area ol {
  font-size: 1.35em;
  text-align: left;
  padding: 0 0.5em 0 2em;
}
.form-section .guide-area ol li {
  padding: 0.25em 0;
}
.form-section table.contact-table {
  font-size: 1.35em;
  text-align: left;
  border-collapse: collapse;
  margin: 2em auto;
}
.form-section table.contact-table th {
  padding: 2.25em 1.25em 0em 1.25em;
  vertical-align: top;
  border-bottom: dotted 1px #bbb;
}
.form-section table.contact-table th span {
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-left: 1em;
  background: #8A2234;
}
.form-section table.contact-table td {
  padding: 1.5em 1.25em;
  border-bottom: dotted 1px #bbb;
}
.form-section table.contact-table td input, .form-section table.contact-table td select, .form-section table.contact-table td textarea {
  font-size: 1.1em;
  min-width: 25em;
}
.form-section table.contact-table td input.input-m, .form-section table.contact-table td select.input-m, .form-section table.contact-table td textarea.input-m {
  min-width: 15em;
}
.form-section table.contact-table td input.input-s, .form-section table.contact-table td select.input-s, .form-section table.contact-table td textarea.input-s {
  min-width: 8em;
}
.form-section .btn-area {
  padding: 1.5em 0;
}
.form-section .btn-area button {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  display: inline-block;
  position: relative;
  background: #BAB377;
}
.form-section .btn-area button::after {
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.form-section .btn-area button input {
  font-size: 1em;
  padding: 0.75em 3em 0.75em 1.5em;
  border-radius: 10px;
  border: none;
}