@charset "UTF-8";
/*
待遇・条件
/recruit/requirements/
Version: 1.0.0
Update: 2024-09-24
*/
.content .container {
  width: 800px;
}

@media screen and (max-width: 767px) {
  .content .container {
    width: 100%;
  }
}

.content section .heading {
  margin-left: -140px;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .content section .heading {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.content section .heading .jp {
  color: #0068b6;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .content section .heading .jp {
    font-size: 2rem;
  }
}

/* 募集要項表 */
.guidelineTable {
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #80b3da;
}

.guidelineTable dt,
.guidelineTable dd {
  padding: 15px 0;
  line-height: 2;
  border-top: 1px solid #80b3da;
}

.guidelineTable dt {
  clear: left;
  float: left;
  width: 200px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .guidelineTable dt {
    float: none;
    width: 100%;
    padding: 10px 0 0;
  }
}

.guidelineTable dd {
  margin-left: 200px;
}

@media screen and (max-width: 767px) {
  .guidelineTable dd {
    margin-left: 0;
    border-top-width: 0;
    padding: 0 0 10px;
  }
}

/* 選考までのステップ */
#steps2Selection .list > li {
  display: flex;
  padding: 10px 0;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #80b3da;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #steps2Selection .list > li {
    display: block;
  }
}

#steps2Selection .list > li .title {
  flex-basis: 170px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #steps2Selection .list > li .title {
    padding-bottom: 10px;
  }
}

#steps2Selection .list > li .text {
  padding: 0 20px;
  flex-basis: 630px;
}

@media screen and (max-width: 767px) {
  #steps2Selection .list > li .text {
    text-align: center;
  }
}

#steps2Selection .list > li .text.comment {
  text-align: left;
}

#steps2Selection .list > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #steps2Selection .types > li {
    padding: 10px 0;
  }
}

#steps2Selection .types > li:nth-child(2) {
  border-top: 1px dashed #0068b6;
}

#steps2Selection .type {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #steps2Selection .type {
    float: none;
    padding: 0;
  }
}

#steps2Selection .flowList {
  padding-top: 10px;
  padding-bottom: 10px;
}

#steps2Selection .flowList > li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  padding: 0 5px;
  background-color: #e5f0f8;
}

@media screen and (max-width: 767px) {
  #steps2Selection .flowList > li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

#steps2Selection .flowList > li::after {
  content: "→";
  position: absolute;
  top: 0;
  right: -22px;
}

@media screen and (max-width: 767px) {
  #steps2Selection .flowList > li::after {
    content: "↓";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    margin-left: -8px;
  }
}

#steps2Selection .flowList > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #steps2Selection .flowList > li:last-child {
    margin-bottom: 0;
  }
}

#steps2Selection .flowList > li:last-child::after {
  display: none;
}

/* 福利厚生 */
#benefits .list {
  overflow: hidden;
}

#benefits .list > li {
  float: left;
  width: 50%;
  padding-bottom: 20px;
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #benefits .list > li {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}

#benefits .list > li.wide {
  width: 100%;
}

#benefits .etc {
  font-size: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #benefits .etc {
    font-size: 1.2rem;
  }
}

#benefits .link {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #benefits .link {
    padding-top: 20px;
    font-size: 1.2rem;
  }
}

#benefits .link a {
  display: block;
  padding: 10px 20px;
  color: #0068b6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #80b3da;
}

@media screen and (max-width: 767px) {
  #benefits .link a {
    padding: 10px;
  }
}
