#job {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #job {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#job .bullet-header {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #job .bullet-header {
    margin-bottom: 3rem;
  }
}
#job .tab_container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 6.7rem;
  border-bottom: 0.4rem solid #1b8b4f;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #job .tab_container {
    gap: 1rem;
    margin-bottom: 5rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
#job .tab_container #tab1,
#job .tab_container #tab2 {
  width: 34rem;
  height: 8.2rem;
  border: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #1b8b4f;
}
@media screen and (max-width: 767px) {
  #job .tab_container #tab1,
  #job .tab_container #tab2 {
    width: 44%;
    font-size: 1.6rem;
    height: 4.8rem;
  }
}
#job .tab_container #tab1.active,
#job .tab_container #tab2.active {
  color: #fff;
  background: linear-gradient(to top, #1b8b4f 0%, #27a06d 48.77%, #30af83 100%);
  border: 1px solid #1b8b4f;
}
#job .table {
  width: 107.4rem;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  #job .table {
    width: 100%;
  }
}
#job .table tr {
  border-bottom: 1px solid #d6d6d6;
}
#job .table tr th {
  background-color: #f7f7f7;
  width: 28rem;
  font-weight: bold;
  font-size: 2rem;
  border-right: 1px solid #d6d6d6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #job .table tr th {
    border-right: none;
    border-bottom: #d6d6d6 1px solid;
  }
}
#job .table tr td {
  width: 79.4rem;
  padding-left: 6.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}
#job .table tr th, #job .table tr td {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  box-sizing: border-box;
  padding-right: 2rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #job .table tr th, #job .table tr td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: left;
    line-height: 2.6rem;
  }
}

#steps {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  #steps {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#steps .bullet-header {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #steps .bullet-header {
    margin-bottom: 3rem;
  }
}
#steps .step-flex {
  display: flex;
  justify-content: space-between;
  gap: 7.93rem;
}
@media screen and (max-width: 767px) {
  #steps .step-flex {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}
#steps .step-flex .step {
  width: 26.57rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #steps .step-flex .step:after {
    content: "";
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 1.4rem;
    height: 3.735rem;
    background: url("../../img/page/job_description/step-arrow.png") no-repeat center/100% auto;
  }
}
#steps .step-flex .step .ellipse-img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #steps .step-flex .step .ellipse-img {
    width: 20rem;
    margin: 0 auto;
  }
}
#steps .step-flex .step .ellipse-img:after {
  content: "";
  position: absolute;
  right: -3.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.136rem;
  height: 3.735rem;
  background: url("../../img/page/job_description/step-arrow.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #steps .step-flex .step .ellipse-img:after {
    display: none;
  }
}
#steps .step-flex .step .ellipse-img img {
  width: 100%;
  vertical-align: top;
}
#steps .step-flex .step .step-text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: center;
  color: #223c2e;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #steps .step-flex .step .step-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
#steps .step-flex .step:last-child .ellipse-img:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #steps .step-flex .step:last-child:after {
    display: none;
  }
}

#contact {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#contact .g_header {
  margin-bottom: 8rem;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1b8b4f;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  #contact .g_header {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}
#contact .contact-info {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: center;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #contact .contact-info {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#contact .contact-info a {
  transition: all 0.3s ease-in;
}
#contact .contact-info a:hover {
  opacity: 0.75;
}/*# sourceMappingURL=job_description.css.map */