@charset "utf-8";
/* recruit CSS
---------------------------------- */

/*---------------------------------------------
sec-message
---------------------------------------------*/

.sec-message .common-txt-line::after {
	margin-inline-start: 24px;
}

.sec-message .container {
  padding-right: 5%;
}
.sec-message .cont-area {
  margin-left: 70px;
  margin-left: 5%;
  flex: 1;
}
.sec-message .txt-desc {
}
@media (max-width: 480px) {
  .sec-message .container {
    padding-right: 0;
  }
    .sec-message .cont-area {
        margin-left: 0;
    }
}


/*---------------------------------------------
work-img
---------------------------------------------*/
.work-img {
  overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.work-img .box-img {
    width: 50%;
}
.work-img .box-img img {
    width: 100%;
}

@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 480px) {
    .work-img .box-img {
        width: 100%;
    }
}

/*---------------------------------------------
recruitments
---------------------------------------------*/
.sec-recruitments .container {
  display: flex;
  justify-content: space-between;
  column-gap: 7%;
  position: relative;
}
.sec-recruitments .ttl-area {
  position: sticky;
  top: 85px;
  height: fit-content;
  padding-left: min(3.8%, 50px);
}
.sec-recruitments .cont-area {
  flex: 1;
  max-width: 995px;
}
.sec-recruitments .no-item {
    background: #e1e7f3;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.sec-recruitments .generic-list {
  max-width: 890px;
}
.sec-recruitments .generic-list dt {
  width: clamp(120px ,22.5%, 200px);
}
@media (min-width: 768px) {
  .sec-recruitments .generic-list dl:first-child dt,
  .sec-recruitments .generic-list dl:first-child dd {
      padding-top: 7px;
  }
}
@media (max-width: 991px) {
   .sec-recruitments .container {
      flex-direction: column;
      row-gap: 30px;
  }
  .sec-recruitments .ttl-area {
      position: static;
      top: auto;
      height: auto;
      padding-left: 0;
  } 
}
@media (max-width: 767px) {
  
  .sec-recruitments .generic-list dt {
      width: 100%;
  }
}
