
/* =========================================================
careerup
========================================================= */
.careerup_staff .wrapper{
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .careerup_staff .wrapper{
    padding-top: 40px;
  }
}
.staff_list {
  display: flex;
   justify-content: center;
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    .staff_list {
      display: block;
      /* margin-top: 40px;  */
      } }
  .staff_list li {
    width: auto; }
    @media screen and (max-width: 767px) {
      .staff_list li {
        margin: 0 auto;
        margin-bottom: 20px; } }

  .staff_list li + li {
    margin-left: 64px; }
    @media screen and (max-width: 767px) {
      .staff_list li + li {
        margin-left: 0; } }

  .staff_list .text_area {
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100% - 450px);
    padding: 30px 40px 50px; }
    @media screen and (max-width: 767px) {
      .staff_list .text_area {
        padding: 20px 15%;
        background: url(../../img/careerup/icon_arrow_r.svg) no-repeat 93% center/20px auto !important;
         } }
  .staff_list .staff_name {
    font-weight: bold;
    font-size: 22px; }
    .staff_list .staff_name span:first-child {
      display: block;
      font-weight: 500;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .staff_list .staff_name span:first-child {
          margin-bottom: 15px;
          color: inherit;
          font-weight: 300;
          font-size: 13px;
          line-height: 1.5; } }
    .staff_list .staff_name span:last-child {
      display: inline-block;
      margin-left: 30px;
      font-weight: 500;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .staff_list .staff_name span:last-child {
          display: block;
          margin-left: 0;
          font-size: 13px; } }
  .staff_list .job {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .staff_list .job {
      line-height: 1.4;
      margin-bottom: 20px;
    }
  }
  .staff_list .link_btn {
    margin-top: auto;
  }
  .staff_list .link_btn a,
  .staff_list .link_btn span {
    width: 273px;
    height: 70px;
    background-position: right 25px center;
    padding-left: 30px;
    line-height: 70px;
  }
  @media screen and (max-width: 767px) {
    .staff_list .link_btn a,
    .staff_list .link_btn span {
      display: none;
    }
    .staff_list .link_btn a:before, .staff_list .link_btn a:after,
    .staff_list .link_btn span:before, .staff_list .link_btn span:after {
      content: none;
    }
  }

/* =========================================================
careerup_flow
========================================================= */
.careerup_flow .wrapper{
  padding-bottom: 60px;
}
.careerup_flow .lead{
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .careerup_flow .lead{
    margin-bottom: 20px;
  }
}

/* =========================================================
careerup_training
========================================================= */
.careerup_training .wrapper{
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .careerup_training .wrapper{
    padding-top: 30px;
  }
  .careerup_training .sec_title02{
    margin-bottom: 30px;
  }
}
.careerup_training .sp_accrodion:nth-last-child(-n + 3){
  margin-bottom: 0;
}

/* =========================================================
careerup_staff
========================================================= */
.careerup_staff .sec_title02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .careerup_staff .sec_title02 {
    margin-bottom: 30px;
  }
}

/* =========================================================
historyA
========================================================= */
.careerup_profile{
  position: relative;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .careerup_profile,
  .careerup_profile .staff_name,
  .careerup_profile h3{
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .careerup_profile{
    margin-top: 30px;
  }
}
.careerup_profile img{
  width: 100%;
  z-index: 0;
}
.careerup_profile .text_area {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 60%;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 20px 20px 50px;
    margin: 0 auto;
  }
}
.careerup_profile .text_area h3{
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area h3{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  hr{
    width: 20%;
    margin: 25px 0;
  }
}
.careerup_profile .text_area .staff_name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area .staff_name {
    margin-bottom: 0;
  }
}
.careerup_profile .text_area .staff_name span:first-child {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area .staff_name span:first-child {
    margin-bottom: 15px;
    color: inherit;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
  }
}
.careerup_profile .text_area .staff_name span:last-child {
  display: inline-block;
  margin-left: 30px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area .staff_name span:last-child {
    display: block;
    margin-left: 0;
    font-size: 13px;
  }
}
.careerup_profile .text_area .job {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .careerup_profile .text_area .job {
    line-height: 1.4;
  }
}


.careerup_history .wrapper{
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .careerup_history .wrapper{
    padding-top: 20px;
  }
}
.careerup_history .wrapper .table_B{
  margin-top: 30px;
}
