#logo img {
  margin-top: 0;
}

.mv {
  background: #000000;
  box-sizing: border-box;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 780px) {
  .mv {
    height: auto;
    padding: 80px 15px;
    margin-bottom: 50px;
  }
}
.mv h2 {
  max-width: 280.5px;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.recruit_ttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.intro {
  text-align: center;
  width: 90%;
  margin: 50px auto 120px;
  font-size: 18px;
  line-height: 2.88;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.intro::after {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #000;
  margin: 120px auto;
}
@media (max-width: 780px) {
  .intro {
    line-height: 2;
    font-size: 16px;
    text-align: left;
    margin: 50px auto;
  }
  .intro::after {
    margin: 70px auto;
  }
}

table {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.3;
}
table th {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  white-space: nowrap;
  width: 200px;
}
table td {
  vertical-align: top;
  font-weight: 400;
  box-sizing: border-box;
  padding: 20px;
}
table td a {
  text-decoration: underline;
  color: #00538d;
}
table td label {
  display: block;
}
@media (max-width: 780px) {
  table {
    line-height: 2;
    font-size: 16px;
  }
  table th, table td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  table th {
    padding-bottom: 0;
  }
  table td {
    padding-top: 0px;
  }
}

.btnBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 970px;
  width: 90%;
  margin: 100px auto;
}
.btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #c6151e;
  width: 32%;
  font-size: 16px;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.btnBox a::after {
  content: "";
  width: 11px;
  height: 20px;
  background: url("/images/recruit/icn01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 780px) {
  .btnBox {
    display: block;
    margin: 70px auto;
  }
  .btnBox a {
    width: 100%;
  }
  .btnBox a + a {
    margin-top: 20px;
  }
}

.btn {
  width: 90%;
  margin: 100px auto;
}
@media (max-width: 780px) {
  .btn {
    margin-top: 60px;
  }
}
.btn a, .btn input {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #333333;
  width: 47.4%;
  font-size: 16px;
  padding: 30px 30px;
  box-sizing: border-box;
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn a::after, .btn input::after {
  content: "";
  width: 11px;
  height: 20px;
  background: url("../images/recruit/icn01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn .link {
  display: block;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.btn .link + .link {
  margin-top: 15px;
}
.btn .link input {
  width: 100%;
}
.btn .link::after {
  content: "";
  width: 11px;
  height: 20px;
  background: url("/images/recruit/icn01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: 5px;
}

input[type=text] {
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c4c4c4;
}
input[type=text]#tel1, input[type=text]#tel2, input[type=text]#tel3, input[type=text]#add1, input[type=text]#add2, input[type=text]#old {
  width: 6em;
}
input[type=text]#add {
  display: block;
  margin-top: 20px;
}
@media (max-width: 780px) {
  input[type=text] {
    font-size: 16px;
  }
}

textarea {
  width: 100%;
  min-height: 6em;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
}
@media (max-width: 780px) {
  textarea {
    font-size: 16px;
  }
}

label {
  margin-right: 10px;
}
label input {
  margin-right: 0.5em;
}

footer {
  border-top: 5px solid #4d4f5f;
  max-width: 1316px;
  width: 90%;
  margin: 0 auto;
}/*# sourceMappingURL=recruit.css.map */