/* --
 career04.css
-- */
.pc {
  display: block;
}
@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp {
    display: block !important;
  }
}

.p-career04 .c-name {
  padding: 32px 0 30px;
}
@media screen and (max-width: 639px) {
  .p-career04 .c-name {
    padding: 10px 0 15px;
  }
}
.p-career04 .c-name__txt {
  padding-right: 2.0%;
}
@media screen and (max-width: 639px) {
  .p-career04 .c-name__txt {
    padding-right: 0;
  }
}
.p-career04-1 .c-box3__ttl {
  letter-spacing: 0;
}
.p-career04-1 .c-box3__img {
  margin-top: 123px;
}
@media screen and (max-width: 1023px) {
  .p-career04-1 .c-box3__img {
    margin-top: 48px;
  }
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box3__img {
    margin-top: 10px;
  }
}
.p-career04-1 .c-box3__img1 {
  margin-left: -10px;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box3__img1 {
    margin-left: auto;
  }
}
.p-career04-1 .c-box3__img1 img{
  width: 340px;
  height: 340px;
}
.p-career04-1 .c-box3__img2 {
  top: -250px;
  right: 16%;
}
@media screen and (max-width: 1023px) {
  .p-career04-1 .c-box3__img2 {
    right: 7%;
    top: -190px;
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box3__img2 {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-career04-1 .c-box3__img2 img {
  max-width: 500px;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box3__img2 img {
    width: 100%;
  }
}
.p-career04-1 .c-box3__text {
  margin-top: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box3__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4 {
    margin-top: 10px;
  }
}

.p-career04-1 .c-box4__ttl {
  letter-spacing: 0;
}
.p-career04-1 .c-box4__txt {
  padding: 73px 20px 0;
  max-width: 980px;
}
.p-career04-1 .c-box4__text {
  margin-top: 52px;
  letter-spacing: 0;
}
.p-career04-1 .c-box4__img1 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 21%;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4__img1 {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
.p-career04-1 .c-box4__img3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0;
  padding-bottom: 13.5%;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4__img3 {
    display: block;
    padding-bottom: 0;
  }
}
.p-career04-1 .c-box4__list {
  margin: 0 24px;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4__list {
    margin: 0 auto;
  }
}
.p-career04-1 .c-box4__list li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4__list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.p-career04-1 .c-box4__list::before {
  height: 95%;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4__list::before {
    height: 93%;
  }
}
.p-career04-1 .c-box4 .c-title3 {
  margin: 43px 0 43px;
}
@media screen and (max-width: 639px) {
  .p-career04-1 .c-box4 .c-title3 {
    margin: 30px 0 16px;
  }
}
.p-career04-2 {
  margin-top: 97px;
}
@media screen and (max-width: 639px) {
  .p-career04-2 {
    margin-top: 40px;
  }
}


.c-box4__cont2{
  width: 100%;
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;

}

.c-box4__cont2::before{
  content: '';
  width: 10px;
  height: 90%;
  background: #D9D9D9;
  position: absolute;
  top: 6px;
  left: 102px;

}

@media screen and (max-width: 639px) {

  .c-box4__cont2::before{
    height: 97%;
    width: 5px;
    left: 85px;

  }

}

  

