.l_ttl_con2 .l_ttl:before {
  width: 100%;
}

.l_ttl {
  margin-bottom: 15px;
}

.single_work_con {
  position: relative;
  padding: 400px 0 120px;
}
.single_work_con:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #eee;
}
@media (max-width: 480px) {
  .single_work_con {
    padding: 65px 0 0;
  }
}
.single_work_con .s_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .single_work_con .s_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .single_work_con .s_inner {
    width: calc(100% - 60px);
    padding: 0;
  }
}
.single_work_con .s_inner .l_txt {
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .single_work_con .s_inner .l_txt {
    padding-bottom: 65px;
  }
}
.single_work_con .s_inner .category_con .cat_ttl {
  position: relative;
  width: 83px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  padding: 4px;
  text-align: center;
  margin-bottom: 25px;
}
.single_work_con .s_inner .category_con .cat_ttl:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  content: "";
  background: #eee;
  z-index: -1;
}
.single_work_con .s_inner .category_con .category_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1150px) {
  .single_work_con .s_inner .category_con .category_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
.single_work_con .s_inner .category_con .category_wrap .category_b {
  display: inline-block;
}
.single_work_con .s_inner .category_con .category_wrap .category_b:hover a .left:before {
  transform: translateY(5px);
}
.single_work_con .s_inner .category_con .category_wrap .category_b a {
  display: inline-flex;
  align-items: center;
}
.single_work_con .s_inner .category_con .category_wrap .category_b a .left {
  position: relative;
  width: 36px;
  flex: 0 0 36px;
}
.single_work_con .s_inner .category_con .category_wrap .category_b a .left img {
  width: 100%;
  vertical-align: bottom;
}
.single_work_con .s_inner .category_con .category_wrap .category_b a .left:before {
  position: absolute;
  content: "";
  background-image: url(../img/category-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 14px;
  top: 12px;
  width: 7px;
  height: 12px;
  transition: 0.5s;
}
.single_work_con .s_inner .category_con .category_wrap .category_b a .c_txt {
  padding: 5px 0;
  width: 200px;
  border-bottom: 2px solid #20272E;
  padding-left: 25px;
}
@media (max-width: 480px) {
  .single_work_con .s_inner .category_con .category_wrap .category_b a .c_txt {
    padding-left: 15px;
  }
}
.single_work_con .s_inner .work_point .w_wrap {
  display: flex;
  gap: 50px;
}
@media (max-width: 800px) {
  .single_work_con .s_inner .work_point .w_wrap {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .single_work_con .s_inner .work_point .w_wrap {
    gap: 20px;
    display: block;
  }
}
.single_work_con .s_inner .work_point .w_wrap:last-of-type {
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .single_work_con .s_inner .work_point .w_wrap:last-of-type {
    padding-bottom: 35px;
  }
}
.single_work_con .s_inner .work_point .w_wrap .w_b {
  border-top: 2px solid #0068E2;
  width: 50%;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .single_work_con .s_inner .work_point .w_wrap .w_b {
    width: 100%;
  }
}
.single_work_con .s_inner .work_point .w_wrap .w_b .w_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_work_con .s_inner .work_point .w_wrap .w_b .w_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_work_con .s_inner .work_point .last_w_wrap {
  padding-bottom: 0 !important;
}

.work_prof_con {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 480px) {
  .work_prof_con {
    padding: 65px 0;
  }
}
.work_prof_con:before {
  position: absolute;
  top: 0;
  left: -7.5%;
  content: "";
  width: calc(100vw + 7.5%);
  height: 1px;
  background: #eee;
}
@media (max-width: 480px) {
  .work_prof_con {
    padding: 65px 0 30px;
  }
}
.work_prof_con .b_p_wrap.pc_only {
  display: flex;
  gap: 50px;
}
@media (max-width: 1290px) {
  .work_prof_con .b_p_wrap.pc_only {
    gap: 4%;
  }
}
@media (max-width: 800px) {
  .work_prof_con .b_p_wrap.pc_only {
    display: none;
  }
}
.work_prof_con .b_p_wrap.pc_only .left {
  width: 30%;
}
@media (max-width: 1290px) {
  .work_prof_con .b_p_wrap.pc_only .left {
    width: 40%;
  }
}
.work_prof_con .b_p_wrap.pc_only .left .b_p_txt {
  margin-top: 40px;
}
.work_prof_con .b_p_wrap.pc_only .right {
  width: 70%;
}
@media (max-width: 1290px) {
  .work_prof_con .b_p_wrap.pc_only .right {
    width: 60%;
  }
}
.work_prof_con .b_p_wrap.pc_only .right img {
  width: 100%;
}
.work_prof_con .b_p_wrap.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .work_prof_con .b_p_wrap.sp_only {
    display: block;
    position: relative;
    z-index: 3;
  }
}
.work_prof_con .b_p_wrap.sp_only .left {
  width: 100%;
}
.work_prof_con .b_p_wrap.sp_only .right {
  width: 100%;
}
.work_prof_con .b_p_wrap.sp_only .right img {
  width: 100%;
}
.work_prof_con .b_p_wrap.sp_only .b_p_txt {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .work_prof_con .b_p_wrap.sp_only .b_p_txt {
    margin-top: 20px;
  }
}

.c_info {
  position: relative;
  padding: 120px 0 0;
  z-index: 0;
}
@media (max-width: 1015px) {
  .c_info {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 0;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .ttl_con {
  width: 384px;
  flex: 0 0 384px;
}
.require_wrap .ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .ttl_con h2.ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.require_wrap .ttl_con h2.ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .ttl_con h2.ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap1 {
    margin-bottom: 0;
    padding-bottom: 65px;
  }
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.require_wrap1.last {
  margin-bottom: 0;
}

.job_require_ttl {
  width: 384px;
  flex: 0 0 384px;
}
@media (max-width: 1290px) {
  .job_require_ttl {
    width: 24%;
    flex: none;
  }
}
@media (max-width: 1015px) {
  .job_require_ttl {
    width: 100%;
  }
}

.content {
  width: 67%;
  background: #f9f9f9;
  margin-left: auto;
  margin-left: 50px;
}
@media (max-width: 1015px) {
  .content {
    margin-left: 0;
    width: 100%;
    border-left: 1px solid #eee;
  }
}
.content .left_b {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .content .left_b {
    display: block;
  }
}
.content .left_b:last-of-type {
  margin-bottom: 0;
}
.content .left_b .left_b_wrap {
  position: relative;
  z-index: 5;
  border: 1px solid #eee;
  background: #fafafa;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 70px;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap {
    width: 100%;
    padding: 0 15px;
    height: 50px;
  }
}
.content .left_b .left_b_wrap .l_time {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap .l_time {
    font-size: 16px;
  }
}
.content .left_b .left_b_wrap .l_action {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap .l_action {
    font-size: 16px;
  }
}
.content .right_b {
  position: relative;
  z-index: 3;
  width: 50%;
}
@media (max-width: 480px) {
  .content .right_b {
    margin-top: 15px;
    width: 100%;
  }
}

.both_border1:before {
  z-index: 0;
}/*# sourceMappingURL=single-work.css.map */