@charset "UTF-8";
.career .h1-box {
  background-image: url("../../img/recruit_img/recruit02-header_pc.png");
  padding-bottom: 0!important;
}
.career .section01 {
  padding-bottom: 50px;
}
.career-box {
  margin-bottom: 80px;
}
.career-job {
  border-radius: 10px;
  background: #EDF6F8;
  box-sizing: border-box;
  padding: 50px;
  margin-bottom: 20px;
}
.career-job h4 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.career-job h4:before {
  width: 3px;
  height: 24px;
  background: #006CB6;
  left: 0;
  top: calc(50% - 12px);
}
.career-job p span {
  color: #9AADB5;
  padding-right: 2px;
}
.career .intro {
  text-align: center;
}
.career-map {
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
}
.career-map .bg-box {
  position: relative;
  z-index: 1;
}
.career-map .btn-list li {
  position: absolute;
  width: 24.5%;
  z-index: 2;
  opacity: 1;
  transition: all .5s;
}
.career-map .btn-list li:hover {
  opacity: .9;
}
.career-map .btn-list li:nth-child(1) {
  top: 35%;
  right: 0;
}
.career-map .btn-list li:nth-child(2) {
  top: 53%;
  left: 23%;
}
.career-map .btn-list li:nth-child(3) {
  top: 65%;
  right: 5%;
}
.career-map .btn-list li:nth-child(4) {
  top: 80%;
  left: 48%;
}
.career-map .btn-list li:nth-child(5) {
  top: 67%;
  left: 0;
}
.career-map .btn-list li:nth-child(6) {
  bottom: 0;
  left: 26%;
}


.career-map + .btn01{
  margin-bottom: 80px;

  
}
.c-table{
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
.career .h1-box {
  background-image: url("../../img/recruit_img/recruit02-header_sp.png");
}

.career-box {
  margin-bottom: 60px;
}
.career-job {
  border-radius: 10px;
  padding: 25px 6%;
  margin-bottom: 15px;
}
.career-job h4 {
  font-size: 15px;
  padding-left: 12px;
  margin-bottom: 5px;
}
.career-job h4:before {
  width: 3px;
  height: 18px;
  background: #006CB6;
  left: 0;
  top: calc(50% - 9px);
}
.career-map .btn-list li {
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: all .5s;
}
.career-map .btn-list li:hover {
  opacity: .9;
}
.career-map .btn-list li:nth-child(1) {
  top: 5%;
  right: auto;
  left: 30%;
  width: 34.5%;
}
.career-map .btn-list li:nth-child(2) {
  top: 33%;
  left: 18%;
  width: 41.3%;
}
.career-map .btn-list li:nth-child(3) {
  top: 60%;
  right: 5%;
  width: 33.4%;
}
.career-map .btn-list li:nth-child(4) {
  top: 45%;
  left: 2%;
  width: 33.4%;
}
.career-map .btn-list li:nth-child(5) {
  top: 74%;
  left: 30%;
  width: 33.4%;
}
.career-map .btn-list li:nth-child(6) {
  bottom: 0;
  left: 2%;
  width: 33.4%;
}
.career-map + .btn01{
  margin-bottom: 60px;
}
.c-table{
  margin-top: 40px;
}
}

/**/
.courseTable .description {
  text-align: right;
}
.courseTable {
  width: 100%;
  margin-bottom: 3rem;
  margin-top: 40px;
}
.courseContArea, .courseContArea div, .courseContArea dt, .courseContArea dd {
  box-sizing: border-box;
}
.courseContArea {
  width: 100%;
  line-height: 1.44;
  margin: 0 auto 2rem;
}
dl.courseContArea:last-child{
  margin: 0 auto 1rem;;
}
.courseContArea dt, .courseContArea dd {
  margin: 0;
  border: 1px solid #ccc;
  line-height: 1.61;
}
.courseContArea div dd {
  border-bottom: none;
}
.courseContArea div:last-child {
  border-bottom: 1px solid #ccc;
}
.courseContArea dt {
  font-weight: bold;
  background-color: #f2f6fd;
  padding: 0 1rem;

}

.courseContArea dd {
  padding: 0 1rem ;
  border-top: none;
}

/* media */
@media print, screen and (min-width: 641px) {
  .courseContArea {
    line-height: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    /* Safari */
    align-items: stretch;
    margin: 0 auto;
  }

  .courseTable {
    margin-top: 60px;
  }
  .courseTable dl>div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .courseContArea dt {
    border-right: none;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0.8rem 0;
    box-sizing: border-box;
    width: 100%;
  }
  .courseTable dl:not(:first-child) dt {
    display: none;
  }
  .courseContArea dd {
    border-right: none;
    border-top: none;;
    padding: 0.3rem 0.8rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 4.5rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    -ms-flex-pack: center;
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;

  }

  .courseTable dl:not(:first-child) dd {
    height: 100%;

  }
  .courseTable dl:first-child dd {
    height: calc(100% - 4rem);
  }


  .courseContArea div dd {
    border-bottom: 1px solid #ccc;
  }

  .courseContArea div:last-child{
    border-bottom: none;
  }

  .courseContArea dd p {
    max-width: 100%;
  }

  .owner {
    width: 60%;
  }
  .ratio {
    width: 40%;
  }
  .ratio dt:last-of-type, .ratio dd:last-of-type {
    border-right: 1px solid #ccc;
  }
}
