.section-staff-hero {
  background: url(/assets/img/recruit/staff-regular/main.jpg) no-repeat center;
  background-size: cover;
}
.section-staff-hero .container {
  display: flex;
  justify-content: flex-end;
}
.section-staff-hero__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #032a55;
  background-color: rgba(3, 42, 85, 0.9);
  width: 400px;
  padding: 160px 40px;
}
@media screen and (max-width: 768px) {
  .section-staff-hero__box {
    width: 50%;
    padding: 80px 20px;
  }
}
.section-staff-hero__box h2 {
  border: 4px solid #fff;
  padding: 10px 20px;
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-staff-hero__box h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-staff-hero__box h2 {
    border-width: 2px;
    padding: 10px;
    font-size: 1.25rem;
  }
}
.section-staff-hero__box p {
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .section-staff-hero__box p {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.section-work__head {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .section-work__head {
    padding: 40px 10px;
  }
}
.section-work__head h2 {
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-work__head h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-work__head h2 {
    font-size: 1.25rem;
  }
}
.section-work__head h2 span {
  color: #1155a3;
}
.section-work__body {
  background-color: #eeeeee;
  padding: 40px 0;
}
.section-work__box {
  margin-top: 40px;
}
.section-work__box:first-child {
  margin-top: 0;
}
.section-work__box h3 {
  border-bottom: 1px solid #032a55;
  padding-bottom: 2px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-work__box h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-work__box h3 {
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.section-work__box h3::before {
  content: "Q";
  display: inline-block;
  background-color: #032a55;
  margin-right: 10px;
  padding: 4px 10px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .section-work__box h3::before {
    padding: 4px 6px;
  }
}
.section-work__box .img01 {
  margin-top: 20px;
}
.section-work__box .img01 img {
  width: 100%;
}
.section-work__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-work__col {
  background-color: #fff;
  border: 1px solid #616161;
  width: 48%;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .section-work__col {
    padding: 10px;
  }
}
.section-interview {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-interview {
    padding: 40px 0;
  }
}
.section-interview__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-interview__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-interview__img {
    width: 100%;
  }
}
.section-interview__img img {
  width: 100%;
}
.section-interview__txt {
  background-color: #1155a3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-interview__txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section-interview__txt {
    padding: 20px;
  }
}
.section-interview__txt h2 {
  font-size: 1.875rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-interview__txt h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-interview__txt h2 {
    font-size: 1.25rem;
  }
}
.section-interview__txt h2 span {
  margin-left: 5px;
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-interview__txt h2 span {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-interview__txt h2 span {
    font-size: 1.875rem;
  }
}
.section-interview__txt .txt01 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-interview__txt .txt01 {
    margin-top: 20px;
  }
}
.section-interview__txt .txt02 {
  margin-top: 30px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-interview__txt .txt02 {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
.section-interview__txt .txt03 {
  margin-top: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-interview__txt .txt03 {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
.section-interview__faq {
  margin-top: 40px;
}
.section-interview__faq .q {
  border-bottom: 1px solid #032a55;
  padding-bottom: 2px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-interview__faq .q {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-interview__faq .q {
    font-size: 1.125rem;
    font-weight: bold;
  }
}
.section-interview__faq .q span {
  display: inline-block;
  background-color: #032a55;
  margin-right: 10px;
  padding: 10px;
  color: #fff;
}
.section-interview__faq .a {
  margin-top: 20px;
}
.section-catch {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-catch {
    padding: 40px 0;
  }
}
.section-catch__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-catch__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #032a55 url(/assets/img/recruit/staff-regular/catch-bg.jpg) no-repeat center;
  background-size: cover;
  width: 50%;
  padding: 80px 40px;
  font-size: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-catch__txt {
    width: 100%;
    padding: 60px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-catch__txt {
    font-size: 1.25rem;
  }
}
.section-catch__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-catch__img {
    width: 100%;
  }
}
.section-catch__img img {
  width: 100%;
}
.section-requirement h2 {
  font-size: 1.875rem;
  color: #1155a3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-requirement h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-requirement h2 {
    font-size: 1.25rem;
  }
}
.section-requirement .table {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .section-requirement .table {
    margin-top: 20px;
  }
}
.section-requirement table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.section-requirement th,
.section-requirement td {
  border-bottom: 1px solid #9e9e9e;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .section-requirement th,
  .section-requirement td {
    padding: 10px;
  }
}
.section-requirement th {
  background-color: #eeeeee;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .section-requirement th {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section-requirement th {
    width: 120px;
  }
}

/*# sourceMappingURL=staff.css.map*/