.new_graduate_ttl_con2 {
  padding: 0 !important;
  gap: 0;
}
.new_graduate_ttl_con2 .new_graduate_sub_ttl {
  margin-bottom: 25px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}
.new_graduate_ttl_con2 .new_graduate_sub_ttl p {
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .new_graduate_ttl_con2 .new_graduate_sub_ttl {
    font-size: 12px;
    padding-left: 18px;
    margin-bottom: 15px;
  }
}
.new_graduate_ttl_con2 .new_graduate_sub_ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../images/recruit/txt-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
  content: "";
}
@media (max-width: 530px) {
  .new_graduate_ttl_con2 .new_graduate_sub_ttl:before {
    width: 10px;
    height: 8px;
  }
}
.new_graduate_ttl_con2 .new_graduate_sub_ttl p {
  color: #486381;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.new_graduate_ttl_con2 .new_graduate_main_ttl {
  font-size: 42px;
  color: #486381;
  margin-bottom: 50px;
}
@media (max-width: 530px) {
  .new_graduate_ttl_con2 .new_graduate_main_ttl {
    font-size: 32px;
  }
}
.new_graduate_ttl_con2 .new_graduate_main_ttl h2 {
  font-weight: 500;
}

.model_case_wrap {
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 970px) {
  .model_case_wrap {
    display: block;
  }
}
.model_case_wrap .model_case_b {
  background: #fff;
  border-radius: 8px;
  width: 275px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 2px solid #aab7c6;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_b {
    width: 100%;
    height: 70px;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner {
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_b .model_case_b_inner {
    flex-direction: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_ttl {
  padding: 4px;
  background: #f0f5f8;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_b .model_case_b_inner .model_case_ttl {
    margin: inherit;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_ttl p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 530px) {
  .model_case_wrap .model_case_b .model_case_b_inner .model_case_ttl p {
    font-size: 14px;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_txt {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 530px) {
  .model_case_wrap .model_case_b .model_case_b_inner .model_case_txt {
    font-size: 16px;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_txt p {
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_b .model_case_b_inner .model_case_txt p br {
    display: none;
  }
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_txt.small {
  font-size: 12px;
  text-align: center;
}
.model_case_wrap .model_case_b .model_case_b_inner .model_case_txt.small p {
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_b .model_case_b_inner .model_case_txt.small p br {
    display: none;
  }
}
.model_case_wrap .model_case_b.current {
  background: linear-gradient(to left, #527dce, #87cdd6);
}
.model_case_wrap .model_case_b.current .model_case_b_inner .model_case_ttl {
  background: #486381;
}
.model_case_wrap .model_case_b.current .model_case_b_inner .model_case_ttl p {
  color: #fff;
}
.model_case_wrap .model_case_b.current .model_case_b_inner .model_case_txt p {
  color: #fff;
}
.model_case_wrap .model_case_arrow {
  background-image: url(../../images/recruit/model-case-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 15px;
}
@media (max-width: 970px) {
  .model_case_wrap .model_case_arrow {
    margin: 10px auto;
    transform: rotate(90deg);
  }
}

.voice_wrap {
  padding: 0 !important;
  justify-content: space-between;
  gap: 30px;
}
.voice_wrap .voice_b {
  padding: 0 !important;
  gap: 50px;
}
@media (max-width: 800px) {
  .voice_wrap .voice_b {
    display: block;
  }
}
.voice_wrap .voice_b .voice_pic {
  padding: 0 !important;
  width: 200px;
  flex: 0 0 200px;
}
@media (max-width: 800px) {
  .voice_wrap .voice_b .voice_pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
.voice_wrap .voice_b .voice_pic img {
  width: 100%;
}
.voice_wrap .voice_b .voice_txt_con:before {
  display: block;
  content: "";
  width: 100%;
  border-top: 2px dotted rgba(170, 183, 198, 0.4666666667);
}
.voice_wrap .voice_b .voice_txt_con .voice_main_txt {
  margin-top: 30px;
  padding: 0 !important;
  font-size: 20px;
}
.voice_wrap .voice_b .voice_txt_con .voice_main_txt h4 {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
.voice_wrap .voice_b .voice_txt_con .voice_sub_txt h4 {
  line-height: 1.5;
}
@media (max-width: 530px) {
  .voice_wrap .voice_b .voice_txt_con .voice_sub_txt h4 {
    font-size: 14px;
  }
}

.welfare_sec {
  position: relative;
  padding: 0 !important;
  padding: 110px 0 200px !important;
  background: #f0f5f8;
}
@media (max-width: 1370px) {
  .welfare_sec {
    padding: 110px 0 !important;
  }
}
@media (max-width: 530px) {
  .welfare_sec {
    padding: 100px 0 !important;
  }
}
.welfare_sec:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: url(../../images/recruit/clip-path-bg-w.png);
  transform: rotate(180deg);
  z-index: 2;
  background-size: contain;
}
@media (max-width: 1415px) {
  .welfare_sec:after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .welfare_sec:after {
    width: 100px;
    height: 100px;
  }
}
.welfare_sec .inner {
  width: 1250px;
  margin: 0 auto;
  gap: 0;
}
@media (max-width: 1370px) {
  .welfare_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .welfare_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.welfare_sec .inner .ttl_con {
  gap: 0;
  margin-bottom: 10px;
}
.welfare_sec .inner .ttl_con .sub_ttl {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}
.welfare_sec .inner .ttl_con .sub_ttl p {
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .welfare_sec .inner .ttl_con .sub_ttl {
    font-size: 12px;
    padding-left: 18px;
  }
}
.welfare_sec .inner .ttl_con .sub_ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../images/recruit/txt-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
  content: "";
}
@media (max-width: 480px) {
  .welfare_sec .inner .ttl_con .sub_ttl:before {
    width: 10px;
    height: 8px;
  }
}
.welfare_sec .inner .ttl_con .sub_ttl p {
  color: #486381;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.welfare_sec .inner .ttl_con .main_ttl {
  margin-bottom: 25px;
  font-size: 42px;
  color: #486381;
}
@media (max-width: 530px) {
  .welfare_sec .inner .ttl_con .main_ttl {
    font-size: 32px;
  }
}
.welfare_sec .inner .ttl_con .main_ttl h2 {
  font-weight: 500;
  line-height: 1.5;
}
.welfare_sec .inner .ttl_con .system_txt {
  margin-bottom: 20px;
}
.welfare_sec .inner .ttl_con .system_txt p {
  line-height: 1.5;
}
.welfare_sec .inner .system_b .system_ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
.welfare_sec .inner .system_b .system_ttl h3 {
  font-weight: 500;
}
.welfare_sec .inner .system_b .system_txt {
  margin-bottom: 20px;
}
.welfare_sec .inner .system_b .system_wrap {
  padding: 0 !important;
  gap: 40px;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media (max-width: 1415px) {
  .welfare_sec .inner .system_b .system_wrap {
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .welfare_sec .inner .system_b .system_wrap {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
.welfare_sec .inner .system_b .system_wrap .system_pic {
  width: 285px;
}
@media (max-width: 1415px) {
  .welfare_sec .inner .system_b .system_wrap .system_pic {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .welfare_sec .inner .system_b .system_wrap .system_pic {
    width: 46.7%;
  }
}
.welfare_sec .inner .system_b .system_wrap .system_pic img {
  width: 100%;
}
.welfare_sec .inner .welfare_wrap {
  padding: 20px 0 !important;
  border-bottom: 2px dotted rgba(170, 183, 198, 0.5764705882);
  gap: 10px;
}
.welfare_sec .inner .welfare_wrap:first-of-type {
  border-top: 2px dotted rgba(170, 183, 198, 0.5764705882);
}
.welfare_sec .inner .welfare_wrap .welfare_ttl {
  width: 240px;
  flex: 0 0 240px;
}
@media (max-width: 767px) {
  .welfare_sec .inner .welfare_wrap .welfare_ttl {
    width: 100%;
    flex: auto;
  }
}
.welfare_sec .inner .welfare_wrap .welfare_ttl p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .welfare_sec .inner .welfare_wrap .welfare_ttl p {
    font-size: 18px;
  }
}
.welfare_sec .inner .welfare_wrap .welfare_desc {
  width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .welfare_sec .inner .welfare_wrap .welfare_desc {
    width: 100%;
  }
}
.welfare_sec .inner .welfare_wrap .welfare_desc p {
  line-height: 1.5;
}
@media (max-width: 530px) {
  .welfare_sec .inner .welfare_wrap .welfare_desc p {
    font-size: 14px;
  }
}
.welfare_sec .inner .welfare_wrap.first {
  border-top: 2px dotted rgba(170, 183, 198, 0.5764705882);
}

.c_rec {
  border-radius: 0 0 0 200px;
}
@media (max-width: 1370px) {
  .c_rec {
    border-radius: 0 0 0 150px;
  }
}
@media (max-width: 530px) {
  .c_rec {
    border-radius: 0 0 0 100px;
  }
}
.c_rec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .c_rec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  .c_rec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.c_rec .inner .under_heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c_rec .inner .under_heading .under_deco {
  width: 12px;
  flex: 0 0 12px;
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .c_rec .inner .under_heading .under_deco {
    width: 10px;
    flex: 0 0 10px;
  }
}
.c_rec .inner .under_heading .under_deco img {
  width: 100%;
}
.c_rec .inner .under_heading .under_heading_deco {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .c_rec .inner .under_heading .under_heading_deco {
    font-size: 14px;
  }
}
.c_rec .inner .under_ttl {
  margin-top: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #486381;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .c_rec .inner .under_ttl {
    font-size: 32px;
  }
}
.c_rec .inner .c_rec_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 50px;
  border-radius: 16px;
  background: #fff;
  gap: 20px;
}
@media (max-width: 480px) {
  .c_rec .inner .c_rec_wrap {
    gap: 15px;
    padding: 30px 20px;
  }
}
.c_rec .inner .c_rec_wrap .c_rec_b {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  transition: 0.4s;
  cursor: pointer;
}
.c_rec .inner .c_rec_wrap .c_rec_b:hover {
  opacity: 0.6;
}
@media (max-width: 480px) {
  .c_rec .inner .c_rec_wrap .c_rec_b {
    font-size: 16px;
  }
}
.c_rec .inner .c_rec_wrap .c_rec_b:before {
  position: absolute;
  content: "";
  background-image: url(../../images/recruit/txt-deco.svg);
  width: 12px;
  height: 10px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 0;
}
.c_rec .inner .c_rec_wrap .c_rec_b:before:first-of-type {
  margin-left: 0;
}

.recruit_require_cta {
  margin-top: 100px;
  margin-bottom: 400px;
  width: 100%;
  height: 420px;
  background-image: url(../../images/recruit/comeback-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1120px) {
  .recruit_require_cta {
    height: 360px;
  }
}
@media (max-width: 530px) {
  .recruit_require_cta {
    margin-top: 90px;
    margin-bottom: 250px;
  }
}
.recruit_require_cta .inner {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .recruit_require_cta .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  .recruit_require_cta .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.recruit_require_cta .inner .cta_wrap_con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.recruit_require_cta .inner .cta_wrap_con .cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap {
    display: block;
  }
}
.recruit_require_cta .inner .cta_wrap_con .cta_wrap .left {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap .left {
    font-size: 40px;
  }
}
@media (max-width: 530px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap .left {
    font-size: 26px;
  }
}
@media (max-width: 1120px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap .right {
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap .right {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .recruit_require_cta .inner .cta_wrap_con .cta_wrap .right a p.txt {
    width: 100%;
  }
}/*# sourceMappingURL=comeback.css.map */