.mainimagebox {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
  }
}

.main_image {
  position: relative;
  min-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 45vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/recruit-site/images/highlights/role-highlight_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
}

.lead_sec {
  position: relative;
  margin-bottom: 370px;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin: 0 auto 150vw;
  }
}

.sec01 {
  margin-bottom: 190px;
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #00978E;
}
.sec01 .sec_header {
  padding: 50px 0 70px;
}
.sec01 .sec_header .sec_title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.sec01 .inner {
  padding: 0 140px;
}
.sec01 .sec_body {
  background-color: #fff;
}
.sec01 .top_box {
  padding: 125px 0 100px;
}
.sec01 .top_box .flexbox {
  -moz-column-gap: 125px;
       column-gap: 125px;
}
.sec01 .top_box .flexbox .about_btn {
  font-size: 20px;
  width: 331px;
  height: 69px;
}
.sec01 .bottom_box {
  margin-bottom: 110px;
}
.sec01 .bottom_box .dlist .row {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-bottom: 2px solid #00978E;
}
.sec01 .bottom_box .dlist .row .term {
  width: 247px;
  height: auto;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec01 .bottom_box .dlist .row .desc {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 70%;
  padding: 45px 0;
}
.sec01 .bottom_box .dlist .row:last-of-type {
  border-bottom: 0px solid #00978E;
}
.sec01 .entry_box .imagebox {
  text-align: center;
}
.sec01 .top_box .flexbox .tab-item {
  cursor: pointer;
}
.sec01 .top_box .flexbox .tab-item.active {
  background-color: #00978E;
  color: #fff;
  font-weight: bold;
  border: 0px solid;
}
.sec01 .top_box .flexbox .tab-item.active::before {
  background: url(/recruit-site/images/recruitment/white_icon.webp) center/contain no-repeat;
}
.sec01 .tab-panel {
  display: none;
}
.sec01 .tab-panel.active {
  display: block;
  padding: 3% 80px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 0;
    padding-bottom: 10vw;
    background-color: #00978E;
  }
  .sec01 .sec_header {
    padding: 10vw 0;
    margin-bottom: 0;
  }
  .sec01 .sec_header .sec_title {
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_body {
    background-color: #fff;
  }
  .sec01 .top_box {
    padding: 10vw 0;
  }
  .sec01 .top_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    flex-direction: column;
  }
  .sec01 .top_box .flexbox .about_btn {
    font-size: 4.8vw;
    width: 80vw;
    height: 15vw;
  }
  .sec01 .bottom_box {
    margin-bottom: 10vw;
  }
  .sec01 .bottom_box .dlist .row {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    border-bottom: 2px solid #00978E;
  }
  .sec01 .bottom_box .dlist .row .term {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    padding-top: 5vw;
  }
  .sec01 .bottom_box .dlist .row .desc {
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.7;
    width: 100%;
    padding: 3vw 0 10vw;
    font-size: 4vw;
  }
  .sec01 .bottom_box .dlist .row:last-of-type {
    border-bottom: 0px solid #00978E;
  }
  .sec01 .entry_box .imagebox {
    text-align: center;
  }
  .sec01 .tab-panel.active {
    display: block;
    padding: 3% 5vw;
  }
}

.sec02 {
  margin-bottom: 200px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .inner .topbox {
  margin-bottom: 270px;
  position: relative;
}
.sec02 .inner .topbox .flexbox {
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: flex-start;
}
.sec02 .inner .topbox .flexbox .box_title {
  font-size: 35px;
  font-weight: bold;
  color: #00978E;
}
.sec02 .inner .bottom_box {
  position: absolute;
  background-color: #00978E;
  padding: 40px 45px;
  right: 100px;
  bottom: -100px;
}
.sec02 .inner .bottom_box .box_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.sec02 .inner .bottom_box .box_text {
  color: #fff;
}
.sec02 .inner .step_box {
  padding: 0 100px;
  position: relative;
}
.sec02 .inner .step_box::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 0;
  border-left: 2px solid #00978E;
  height: 890px;
  width: 2px;
}
.sec02 .inner .step_box .flexbox {
  margin-bottom: 70px;
  align-items: flex-start;
}
.sec02 .inner .step_box .flexbox .textbox {
  width: 100%;
  padding-left: 30px;
}
.sec02 .inner .step_box .flexbox .textbox .text_header {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 30px;
  align-items: center;
}
.sec02 .inner .step_box .flexbox .textbox .text_header .step {
  font-size: 35px;
  font-weight: bold;
  color: #00978E;
}
.sec02 .inner .step_box .flexbox .textbox .text_header .box_title {
  font-size: 25px;
  font-weight: bold;
}
.sec02 .inner .step_box .flexbox .imagebox {
  width: 47.7%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .inner .topbox {
    margin-bottom: 70vw;
  }
  .sec02 .inner .topbox .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    justify-content: center;
  }
  .sec02 .inner .topbox .flexbox .box_title {
    font-size: 6vw;
    font-weight: bold;
    color: #00978E;
  }
  .sec02 .inner .bottom_box {
    padding: 5vw;
    right: 50%;
    transform: translateX(50%);
    bottom: -55vw;
    width: 80%;
  }
  .sec02 .inner .bottom_box .box_title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .sec02 .inner .bottom_box .box_text {
    font-size: 4vw;
    color: #fff;
  }
  .sec02 .inner .step_box {
    padding: 0 5vw;
    position: relative;
  }
  .sec02 .inner .step_box::before {
    content: "";
    display: none;
    position: absolute;
    left: 90px;
    top: 0;
    border-left: 2px solid #00978E;
    height: 890px;
    width: 2px;
  }
  .sec02 .inner .step_box .flexbox {
    margin-bottom: 10vw;
    align-items: center;
    flex-direction: column-reverse;
  }
  .sec02 .inner .step_box .flexbox .textbox {
    width: 100%;
    padding-left: 0;
  }
  .sec02 .inner .step_box .flexbox .textbox .text_header {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 2vw;
  }
  .sec02 .inner .step_box .flexbox .textbox .text_header .step {
    font-size: 5vw;
    font-weight: bold;
    color: #00978E;
    line-height: 1.3;
  }
  .sec02 .inner .step_box .flexbox .textbox .text_header .box_title {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .sec02 .inner .step_box .flexbox .imagebox {
    width: 100%;
  }
}/*# sourceMappingURL=recruitment.css.map */