@charset "UTF-8";
.about {
  position: relative;
  margin: 0 0 96px;
}
.about .title01 {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 600;
}
.about .title01 em {
  color: #E68011;
  font-style: normal;
}
.about .text + .text {
  margin: 1em 0 0;
}
.about .list {
  margin: 24px 0 0;
}
.about .list .item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  line-height: 1;
  text-decoration: none;
}
.about .list .item a:hover {
  text-decoration: underline;
}
.about .list .item a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/common/icon/arrow.png") no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 0 144px;
  }
  .about .title01 {
    text-align: left;
  }
}

.recruit {
  margin: 0 0 96px;
}
.recruit .title01 {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 500;
}
.recruit .title01::before {
  content: "▪";
  color: #E68011;
}
.recruit .job-table {
  border-collapse: collapse;
  margin: 0 0 40px;
}
.recruit .job-table tr {
  border: solid 1px #9C9791;
}
.recruit .job-table th,
.recruit .job-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.recruit .job-table th {
  width: 30%;
  background: #d9773b;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}
.recruit .job-table td {
  background: #fff;
}
.recruit .btn {
  text-align: center;
}
.recruit .btn a {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 21px 0;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  background: #E68011;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .recruit .title01 {
    font-size: 40px;
  }
  .recruit .job-table {
    margin: 0 0 96px;
  }
  .recruit .job-table tr {
    border: solid 1px #9C9791;
  }
  .recruit .job-table th {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }
  .recruit .job-table td {
    font-size: 18px;
  }
  .recruit .btn a {
    width: 500px;
    padding: 38px 0;
    font-size: 24px;
  }
}/*# sourceMappingURL=guideline.css.map */