#mv {
  height: min(36.4285714286vw, 510px);
  margin-bottom: min(8.5714285714vw, 120px);
  background-image: url(../images/job_description/bg_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: min(2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  #mv {
    height: 56.6666666667vw;
    margin-bottom: 12.6666666667vw;
    background-image: url(../images/job_description/sp-bg_mv.jpg);
    border-radius: 5.3333333333vw;
  }
}
#mv .l_inner {
  width: min(71.4285714286vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mv .l_inner {
    width: 81.3333333333vw;
  }
}

/* acf-company-overview */
.acf-company-overview .l_inner {
  width: min(63.5714285714vw, 890px);
  margin: 0 auto min(7.8571428571vw, 110px) auto;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner {
    width: 100%;
    margin: 0 auto 10.6666666667vw auto;
  }
}
.acf-company-overview .l_inner table {
  width: 100%;
  margin-bottom: min(6.4285714286vw, 90px);
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table {
    margin-bottom: 9.3333333333vw;
  }
}
.acf-company-overview .l_inner table thead th {
  padding: min(1.0714285714vw, 15px);
  background-color: #DBE2E8;
  font-size: min(1.2857142857vw, 1.8rem);
  text-align: center;
  vertical-align: middle;
  border: 1px solid #262626;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table thead th {
    padding: 2vw;
    border: 0;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody {
    display: block;
    margin: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.acf-company-overview .l_inner table tbody th,
.acf-company-overview .l_inner table tbody td {
  padding: min(1.7857142857vw, 25px) min(2.5vw, 35px);
  border: 1px solid #262626;
  font-size: min(1.1428571429vw, 1.6rem);
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody th,
  .acf-company-overview .l_inner table tbody td {
    display: block;
    width: 100%;
    padding: 1.3333333333vw 0;
    border: 0;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
}
.acf-company-overview .l_inner table tbody th {
  width: min(12.1428571429vw, 170px);
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody th {
    width: 100%;
    border-bottom: 1px solid #262626;
  }
}
.acf-company-overview .l_inner table tbody td {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td {
    padding-bottom: 4vw;
  }
}
.acf-company-overview .l_inner table tbody td p + p {
  margin-top: min(2.1428571429vw, 30px);
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td p + p {
    margin-top: 5.3333333333vw;
  }
}
.acf-company-overview .l_inner table tbody td p + div {
  margin-top: min(2.1428571429vw, 30px);
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td p + div {
    margin-top: 5.3333333333vw;
  }
}
.acf-company-overview .l_inner table tbody td div {
  padding: min(1.0714285714vw, 15px) min(1.4285714286vw, 20px);
  background-color: #DBE2E8;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td div {
    padding: 4vw;
  }
}
.acf-company-overview .l_inner table tbody td ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: min(3.9285714286vw, 55px) 0;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td ul {
    gap: 10vw 0;
  }
}
.acf-company-overview .l_inner table tbody td ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(34.2857142857vw, 480px);
  height: min(5vw, 70px);
  border: 2px solid #005BAC;
  border-radius: min(1.2857142857vw, 18px);
  color: #005BAC;
  font-size: min(1.2857142857vw, 1.8rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td ul li {
    width: 100%;
    height: 11.3333333333vw;
    font-size: 4vw;
  }
}
.acf-company-overview .l_inner table tbody td ul li:not(:last-child)::after {
  position: absolute;
  bottom: max(-2.5714285714vw, -36px);
  content: "";
  width: min(1.0714285714vw, 15px);
  height: min(1.1428571429vw, 16px);
  background-color: #005BAC;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td ul li:not(:last-child)::after {
    bottom: -7.3333333333vw;
    width: 3.4666666667vw;
    height: 3.8666666667vw;
  }
}
.acf-company-overview .l_inner table tbody td ul + p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: min(2.1428571429vw, 30px);
}
@media screen and (max-width: 767px) {
  .acf-company-overview .l_inner table tbody td ul + p {
    margin-top: 5.3333333333vw;
  }
}

/* cv_entry */
#cv_entry {
  margin-bottom: min(11.4285714286vw, 120px);
}
#cv_entry .l_inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #cv_entry .l_inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

/* nhs_about */
#nhs_about {
  margin-bottom: min(11.4285714286vw, 120px);
}
@media screen and (max-width: 767px) {
  #nhs_about {
    margin-bottom: 16.6666666667vw;
  }
}
#nhs_about .l_inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#nhs_about .l_inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(2.1428571429vw, 30px);
  margin-bottom: min(2.1428571429vw, 30px);
  color: #005BAC;
  font-size: min(1.4285714286vw, 2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner h3 {
    align-items: flex-end;
    gap: 0 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 4.6666666667vw;
    text-align: center;
  }
}
#nhs_about .l_inner h3::before, #nhs_about .l_inner h3::after {
  display: block;
  content: "";
  width: min(0.1428571429vw, 2px);
  height: min(4vw, 56px);
  background-color: #005BAC;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner h3::before, #nhs_about .l_inner h3::after {
    width: 0.2666666667vw;
    height: 10.2666666667vw;
  }
}
#nhs_about .l_inner h3::before {
  transform: rotate(-40deg) translateY(min(0.7142857143vw, 10px));
}
#nhs_about .l_inner h3::after {
  transform: rotate(40deg) translateY(min(0.7142857143vw, 10px));
}
#nhs_about .l_inner .about_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner .about_list {
    flex-direction: column;
    gap: 17.3333333333vw 0;
  }
}
#nhs_about .l_inner .about_list .item {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner .about_list .item {
    width: 100%;
  }
}
#nhs_about .l_inner .about_list .item figure img {
  height: min(23.2857142857vw, 326px);
  border-radius: min(2.8571428571vw, 40px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner .about_list .item figure img {
    width: 70.6666666667vw;
    height: 43.4666666667vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner .about_list .item:nth-child(even) figure img {
    display: block;
    margin-left: auto;
  }
}
#nhs_about .l_inner .about_list .item .c_button {
  position: absolute;
  bottom: min(4.2857142857vw, 60px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #nhs_about .l_inner .about_list .item .c_button {
    bottom: -5.3333333333vw;
  }
}
/*# sourceMappingURL=job_description.css.map */
