@charset "UTF-8";

.l-recruitCareers_container--inner {
  padding: 8.4rem 24rem 18rem;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_container--inner {
    padding: 6.4rem 1.6rem 10rem;
  }
}

.l-recruitCareers_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_head {
    flex-direction: column-reverse;
    gap: 8rem;
  }
}

.l-recruitCareers_head--text {
  flex-basis: 40%;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_head--text {
    flex-basis: unset;
  }
}

.l-recruitCareers_head--text_head {
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 0 1.6rem;
  border-bottom: 0.1rem solid #CCCCCC;
}

.l-recruitCareers_head--text_head::after {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 8rem;
  height: 0.2rem;
  background: #509DCE;
}

.l-recruitCareers_head--text_text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.4rem;
}

.l-recruitCareers_head--video {
  flex: 1;
  max-width: 64rem;
  aspect-ratio: 1920 / 1080;
  margin: 0 auto;
}

.l-recruitCareers_head--video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-recruitCareers_body {
  margin-top: 10rem;
}

.l-recruitCareers_body table thead th {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.25em;
  color: #fff;
  background: #509DCE;
  padding: 2rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_body table thead th {
    font-size: 2rem;
    padding: 1.6rem 2rem;
  }
}

.l-recruitCareers_body table tbody tr>* {
  border-bottom: solid 0.1rem #ccc;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_body table tbody {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 1.6rem;
  }

  .l-recruitCareers_body table tbody tr {
    display: flex;
    flex-direction: column;
  }

  .l-recruitCareers_body table tbody tr>* {
    border-bottom: none;
  }
}

.l-recruitCareers_body table tbody th {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: top;
  letter-spacing: 0.25em;
  color: #509DCE;
  background: #E7F1F6;
  padding: 2.4rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_body table tbody th {
    line-height: 1.6;
    padding: 1.6rem 2rem;
  }
}

.l-recruitCareers_body table tbody td {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 2.4rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .l-recruitCareers_body table tbody td {
    padding: 1.6rem 2rem;
  }
}

.l-recruitCareers_body table tbody td a {
  color: #509DCE;
  text-decoration: underline;
}