#job_human .mv_container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#job_human .mv_container .ltxt {
  width: 490px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .ltxt {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  #job_human .mv_container .ltxt {
    width: 100%;
  }
}
#job_human .mv_container .rimg {
  width: 660px;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .rimg {
    width: 46%;
  }
}
@media screen and (max-width: 700px) {
  #job_human .mv_container .rimg {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#job_human .mv_container .rimg img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 15px 15px 15px -5px #afafaf;
}
#job_human .mv_container .copy {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .copy {
    font-size: clamp(1.2rem, 0.25vw + 1.5rem, 30px);
  }
}
#job_human .mv_container .name_box {
  flex: 1;
}
#job_human .mv_container .name_box h1 {
  margin: 60px 0 0;
  background-color: #e2e2de;
  padding: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .name_box h1 {
    margin-top: 0;
  }
}
#job_human .mv_container .name_box h1 div:first-child {
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .name_box h1 div:first-child {
    font-size: clamp(0.9rem, 0.25vw + 0.9rem, 20px);
  }
}
#job_human .mv_container .name_box h1 div:first-child b {
  font-size: 28px;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .name_box h1 div:first-child b {
    font-size: clamp(1.3rem, 0.25vw + 1.3rem, 28px);
  }
}
#job_human .mv_container .name_box h1 div:last-child {
  font-size: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .name_box h1 div:last-child {
    font-size: clamp(1.1rem, 0.25vw + 1.1rem, 24px);
    margin-top: 3vw;
  }
}
#job_human .mv_container .name_box h1 div:last-child b {
  font-size: 30px;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .name_box h1 div:last-child b {
    font-size: clamp(1.6rem, 0.25vw + 1.6rem, 30px);
  }
}
#job_human .mv_container .interview {
  font-size: 60px;
  font-weight: 800;
  margin: 30px 0;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
  position: relative;
}
#job_human .mv_container .interview::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #0a798a;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  #job_human .mv_container .interview {
    font-size: 38px;
    margin-bottom: 0;
  }
}
#job_human .section {
  margin-top: 70px;
}
@media screen and (max-width: 1300px) {
  #job_human .section {
    margin-top: 7vw;
  }
}
#job_human .gr_box {
  background-color: #c4ebf5;
  border-radius: 20px;
  padding: 40px 0;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
@media screen and (max-width: 1300px) {
  #job_human .gr_box {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 700px) {
  #job_human .gr_box {
    padding: 25px 0;
  }
}
#job_human .gr_box h2 {
  display: inline-block;
  color: #fff;
  background-color: #0a798a;
  border-radius: 0 24px 24px 0;
  margin: 0 0 30px;
  padding: 10px 60px 10px 40px;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #job_human .gr_box h2 {
    margin-bottom: 2vw;
    padding: 1vw 3vw;
    font-size: clamp(1.1rem, 0.25vw + 1.1rem, 26px);
  }
}
@media screen and (max-width: 700px) {
  #job_human .gr_box h2 {
    padding: 1vw 25px 1vw 3vw;
  }
}
#job_human .gr_box > p {
  margin: 0 50px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1300px) {
  #job_human .gr_box > p {
    font-size: clamp(0.8rem, 0.25vw + 0.8rem, 17px);
    margin: 0 3vw;
  }
}
#job_human .jh-section {
  position: relative;
}
#job_human .jh-section .img_area img {
  border-radius: 20px;
}
#job_human .careear-flow {
  display: flex;
  margin: 0 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow {
    margin: 0 3vw;
  }
}
#job_human .careear-flow .flow-left {
  width: 155px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow .flow-left {
    width: 12vw;
  }
}
@media screen and (max-width: 700px) {
  #job_human .careear-flow .flow-left {
    width: 20vw;
  }
}
#job_human .careear-flow .flow-left::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #0a798a;
  z-index: 1;
}
#job_human .careear-flow .flow-left h3 {
  text-align: center;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #0a798a;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow .flow-left h3 {
    font-size: clamp(0.9rem, 0.25vw + 0.9rem, 20px);
  }
}
#job_human .careear-flow .flow-rigtht {
  flex: 1;
  padding-left: 15px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  min-height: 80px;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow .flow-rigtht {
    font-size: clamp(0.9rem, 0.25vw + 0.9rem, 20px);
  }
}
#job_human .careear-flow .flow-rigtht p {
  margin: 0;
}
#job_human .careear-flow .flow-rigtht ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  padding-left: 2.5em;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow .flow-rigtht ul {
    font-size: clamp(0.8rem, 0.25vw + 0.8rem, 17px);
  }
}
#job_human .careear-flow .last-child::before {
  background-color: transparent;
}
#job_human .careear-flow.time .flow-left {
  width: 120px;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow.time .flow-left {
    width: 10vw;
  }
}
@media screen and (max-width: 700px) {
  #job_human .careear-flow.time .flow-left {
    width: 20vw;
  }
}
#job_human .careear-flow.time .flow-left h3 {
  border-radius: 50%;
  width: 100%;
  font-size: 22px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: auto-phrase;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow.time .flow-left h3 {
    height: 10vw;
    font-size: clamp(0.9rem, 0.25vw + 0.9rem, 20px);
  }
}
@media screen and (max-width: 700px) {
  #job_human .careear-flow.time .flow-left h3 {
    height: 20vw;
  }
}
#job_human .careear-flow.time .flow-rigtht {
  min-height: 140px;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow.time .flow-rigtht {
    min-height: 12vw;
  }
}
@media screen and (max-width: 700px) {
  #job_human .careear-flow.time .flow-rigtht {
    min-height: 23vw;
  }
}
#job_human .careear-flow.time .flow-rigtht h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 40px 0 20px;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow.time .flow-rigtht h4 {
    margin: 3vw 0 1vw;
    font-size: clamp(0.9rem, 0.25vw + 0.9rem, 20px);
  }
}
#job_human .careear-flow.time .flow-rigtht p {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #job_human .careear-flow.time .flow-rigtht p {
    font-size: clamp(0.8rem, 0.25vw + 0.8rem, 17px);
  }
}
#job_human .off-flex {
  display: flex;
  gap: 0 30px;
  margin: 0 50px;
}
@media screen and (max-width: 700px) {
  #job_human .off-flex {
    display: block;
  }
}
#job_human .off-flex .txt {
  flex: 1;
}
#job_human .off-flex .txt p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1300px) {
  #job_human .off-flex .txt p {
    font-size: clamp(0.8rem, 0.25vw + 0.8rem, 17px);
    margin: 0;
  }
}
@media screen and (max-width: 1300px) {
  #job_human .off-flex .img {
    width: 20vw;
  }
}
@media screen and (max-width: 700px) {
  #job_human .off-flex .img {
    width: 100%;
    text-align: center;
  }
}

.jh-section .img_area {
  position: relative;
}

.jh-section.img-right .img_area {
  text-align: right;
}

.jh-section .gr_box {
  position: absolute;
  right: 0;
  width: 60vw;
  max-width: 750px;
}

.jh-section.section2 .gr_box,
.jh-section.section3 .gr_box {
  max-width: 650px;
}

.jh-section.img-right .gr_box {
  left: 0;
}

@media screen and (max-width: 1300px) {
  .jh-section .img_area img {
    width: 40vw;
  }
}

@media screen and (max-width: 700px) {
  .jh-section .img_area {
    margin-bottom: 7vw;
  }

  .jh-section .img_area img {
    width: 100%;
  }
  
  .jh-section .gr_box {
    position: static;
    width: 100%;
  }
}

/* bottom link */

  *{
    padding: 0;
    margin: 0;
  }

  .wrap_content_bottom {
    margin-top: 4em;
  }

  .wrap_content_ttl_bottom {
    position: relative;
    background-color: #0a798a;
    color: #fff;
    padding: .5em 3em;
    padding-left: 1.5em;
    width: 200px;
  }

  .wrap_content_ttl_bottom::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    background: #ffffff;
    height: calc(tan(60deg) * 56px / 2);
    width: 50px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  .wrap_content_imgs_bottom_circle {
    margin-top: 3em;
    display: grid;
    gap: 1em;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 100px);
  }

  .circle_bottom {
    list-style: none;
  }

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