@charset "UTF-8";
.bgColor {
  background: #173F40;
  transition: 2s;
  position: fixed;
  width: 100%;
  height: 100vh;
}

#page .contents main #people {
  position: fixed;
  width: calc(786 / 1500 *100vw);
  height: calc(1000 / 1500 *100vw);
  max-height: 90vh;
  background: url("/assets/images/recruit/shadow_recruit.svg") no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  left: 10%;
  mix-blend-mode: color-dodge;
  transition: 1s;
  z-index: 20;
}
#page .contents main #people.none {
  opacity: 0;
  transition: 1s;
}
#page .contents main section h2 {
  margin-bottom: calc(110 / 1500 *100vw);
}

#select_lang {
  display: none;
}

#recruit .concept {
  max-width: 680px;
  margin: 0 auto 120px;
}
#recruit .concept p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  line-height: 38px;
}
#recruit .borderWrap {
  display: flex;
  max-width: 680px;
  margin: 0 auto;
}
#recruit .borderWrap:not(:last-of-type) {
  margin-bottom: 80px;
}
#recruit .borderWrap .fs16 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 36px;
}
#recruit .borderWrap h3 {
  padding-right: calc(30 / 680 *100%);
  width: calc(110 / 680 *100%);
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 28px;
  min-width: 110px;
  color: #fff;
  text-align: center;
}
#recruit .borderWrap .contWrap {
  width: 100%;
  padding-left: calc(30 / 680 *100%);
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#recruit .borderWrap dl:not(:last-of-type) {
  margin-bottom: 40px;
}
#recruit .borderWrap dl dt {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-align: left;
  color: #fff;
  opacity: 0.4;
}
#recruit .borderWrap dl dd {
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 36px;
  text-align: left;
  color: #fff;
  word-break: keep-all;
}
#recruit .borderWrap dl dd .custom-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0.5em;
}

#recruit .borderWrap dl dd .custom-list li {
  counter-increment: number;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.3em;
}

#recruit .borderWrap dl dd .custom-list li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-weight: bold;
}
#recruit .borderWrap dl dd.num {
  text-indent: -1em;
  padding-left: 1em;
}
#recruit .borderWrap dl .mt20 {
  margin-top: 20px;
}
#recruit .borderWrap .listDisc li {
  position: relative;
  padding-left: 18px;
}
#recruit .borderWrap .listDisc li:before {
  content: "•";
  /* リストアイテムの前に点を追加 */
  position: absolute;
  left: 0;
  /* 左端に配置 */
  top: 50%;
  /* 上下中央に配置 */
  transform: translateY(-50%);
  /* 上下中央に移動 */
}

#applicant-info ul .spInline {
  display: inline-block;
  min-width: 120px;
}
#applicant-info dl .pcBlock {
  display: block;
}

#application-process {
  margin-bottom: 160px !important;
}
#application-process ul {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #page .contents main section {
    padding: calc(180 / 1500 *100vw) calc(230 / 1500 *100vw) calc(150 / 1500 *100vw) calc(90 / 1500 *100vw);
  }

  #recruit .concept p {
    font-size: 1.2rem;
    line-height: 30px;
    padding-bottom: 20px;
  }
  #recruit .borderWrap {
    flex-direction: column;
  }
  #recruit .borderWrap h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  #recruit .borderWrap dl dd {
    font-size: 1.2rem;
  }
  #recruit .borderWrap .fs16 {
    font-size: 1.2rem;
  }
  #recruit .borderWrap .contWrap {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 32px;
    padding-left: 0;
  }

  #applicant-info dl .pcBlock {
    display: inline;
  }
}