@charset "utf-8";

/** ***************************************************************************
 * 採用専用サイト
 * ************************************************************************* */

/**
 * 内容
 */

#recruit div.content {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/**
 * ボタン
 */

#recruit div.button {
  text-align: center;
}

/** ***************************************************************************
 * 採用実績
 * ************************************************************************* */

#result div.result {
  padding: 30px 0;
  position: relative;
  z-index: 0;
}

#result div.result::after {
  content: '';
  max-width: none;
  width: 100vw;
  height: 100%;
  background: url("../_image/index/result-bg.jpg") center center / cover no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}

@media screen and (min-width:768px) {

  #result div.result {
    padding: 70px 0;
  }

}

/**
 * 一覧
 */

#result div.frame .item {
  padding: 20px 15px 30px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

#result div.frame .item ~ .item {
  margin-top: -1px;
}

@media screen and (min-width:768px) {

  #result div.frame {
    padding-top: 1px;
  }

  #result div.frame .item {
    padding: 30px 20px 40px;
  }

}

/**
 * 国内
 */

#result-1 div.list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#result-1 div.list div.contents {
  width: 48%;
}

@media screen and (min-width:768px) {

  #result-1 div.list div.contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #result-1 div.list ul.list {
    width: 48%;
  }

}

/**
 * 海外
 */

#result-2 div.list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#result-2 div.list ul.list {
}

#result-2 div.list ul.list li ~ li {
  margin-top: 0.625em;
}
