.bgColor {
  background: #372364;
  transition: 2s;
  position: fixed;
  width: 100%;
  height: 100vh;
}

#page .contents main #people {
  position: fixed;
  width: 52.4vw;
  height: 66.6666666667vw;
  max-height: 90vh;
  background: url("/assets/images/company/shadow_company.svg") no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  left: 10%;
  mix-blend-mode: color-burn;
  transition: 1s;
  z-index: 20;
}
#page .contents main #people.none {
  opacity: 0;
  transition: 1s;
}
#page .contents main section h2 {
  margin-bottom: 7.3333333333vw;
}

#company .concept {
  max-width: 640px;
  margin: 0 auto 120px;
}
#company .concept p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  line-height: 38px;
}
#company .concept p.engIntro {
  letter-spacing: 0.2em;
}
#company .cont {
  display: flex;
  justify-content: center;
  padding-bottom: 9.3333333333vw;
}
#company .cont dl.companyInfo dt {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}
#company .cont dl.companyInfo dd:first-of-type {
  font-size: 1.8rem;
}
#company .cont dl.companyInfo dd:not(:last-of-type) {
  margin-bottom: 1.6666666667vw;
}

#staff .cont {
  padding-bottom: 9.3333333333vw;
}
#staff .fbw50 {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
#staff .fbw50 dl {
  width: 46.5714285714%;
  margin-bottom: 30px;
  padding-left: 5.7142857143%;
}
#staff .fbw50 dl:nth-child(odd) {
  margin-right: 5.7142857143%;
}
#staff .fbw50 dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 42px;
  color: #fff;
  opacity: 0.8;
  position: relative;
}
#staff .fbw50 dl dt::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  left: -36px;
  position: absolute;
  height: 2px;
  opacity: 0.5;
  background: #fff;
}
#staff .fbw50 dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#staff .fbw50 dl dd span {
  display: block;
}
#staff .fbw50 dl dd.ex {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.5;
}
#staff .fbw50 dl dd.ex span.indent {
  text-indent: 1em;
}

@media (max-width: 767px) {
  section .inner h2 {
    font-size: 1.8rem;
    margin-bottom: 5.3333333333vw;
  }
  section#company .inner h2 {
    font-size: 1.8rem;
    margin-bottom: 2.6666666667vw;
  }
  section#company .cont dl.companyInfo dt {
    font-size: 1.4rem;
  }
  section#company .cont dl.companyInfo dd {
    font-size: 1.2rem;
  }
  section#company .cont dl.companyInfo dd:first-of-type {
    font-size: 1.4rem;
  }
  section#company .cont dl.companyInfo dd:not(:last-of-type) {
    margin-bottom: 0.5333333333vw;
  }
}
@media (max-width: 767px) {
  #page .contents main section {
    padding: 12vw 15.3333333333vw 10vw 6vw;
  }
  #company .concept p {
    font-size: 1.2rem;
    line-height: 30px;
    padding-bottom: 20px;
  }
  #staff .fbw50 {
    flex-direction: column;
    margin: 0 auto;
    max-width: 460px;
    padding-left: 36px;
  }
  #staff .fbw50 dl {
    width: 100%;
    margin-bottom: 50px;
  }
  #staff .fbw50 dl:nth-child(odd) {
    margin-right: 0;
  }
  #staff .fbw50 dl dt {
    font-size: 1.8rem;
    line-height: initial;
  }
  #staff .fbw50 dl dt::before {
    width: 12px;
    left: -26px;
  }
  #staff .fbw50 dl dd {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  #staff .fbw50 dl dd.ex {
    font-size: 1.1rem;
  }
}