.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

#kv-newcareer {
  background-image: url(../../img/recruit/new//kv.jpg);
}
@media screen and (max-width: 750px) {
  #kv-newcareer {
  }
}
#kv-newcareer .title span {

  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #kv-newcareer .title span {
    font-size: 35px;
  }
}

.people-base {
  background-color: #fff;
}

.titleWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.titleWrap h2 {
  padding: 0 20px;
  text-align: left;
  font-size: 35px;
  color: #231916;
  letter-spacing: 10px;
}
@media screen and (max-width: 750px) {
  .titleWrap h2 {
    letter-spacing: 3px;
    font-size: 28px;
  }
}
.titleWrap h2 span {
  display: inline-block;
  font-size: 40px;
  vertical-align: bottom;
  color: #e88a00;
}
@media screen and (max-width: 750px) {
  .titleWrap h2 span {
    font-size: 32px;
  }
}

.textWrapper {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .textWrapper {
    width: 100%;
  }
}
.textWrapper p {
  text-align: left;
}

.introduction {
  line-height: 1.2;
}
.introduction ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.introduction ul li {
  width: 50%;
  display: flex;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .introduction ul li {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 60px;
  }
}
.introduction ul li .intr {
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width: 750px) {
  .introduction ul li .intr {
    width: 100%;
    margin-left: 0;
  }
}
.introduction ul li .intr .title {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .introduction ul li .intr .title {
    margin: 5px 0;
  }
}
.introduction ul li .intr .title p {
  font-weight: 800;
  color: #e98b00;
  font-size: 20px;
}
.introduction ul li .intr .text {
  margin-bottom: 5px;
}
.introduction ul li .intr .text p {
  font-size: 14px;
  line-height: 1.6;
}
.introduction ul li .intr .name {
  margin-bottom: 5px;
}
.introduction ul li .intr .name p {
  font-weight: 700;
  color: #c9151b;
  font-size: 19px;
}
.introduction ul li .intr .name span {
  font-size: 13px;
  line-height: 1.6;
}
.introduction ul li .intr .st {
  font-size: 14px;
}
.introduction ul li .img {
  margin: 0 5% 0 5%;
  width: 40%;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .introduction ul li .img {
    width: 60%;
    margin: 0 auto;
  }
}
.introduction ul li .img img {
  width: 100%;
  max-width: 100%;
}

#bottom-navi {
  margin: 0 0 40px;
  font-weight: bold;
}
#bottom-navi ul {
  display: flex;
  justify-content: space-around;
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #bottom-navi ul {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #bottom-navi ul li {
    padding: 12px;
  }
}

#recruit-info {
  background-color: #fff;
}

.entry-org-btn-L {
  margin-bottom: 60px;
}/*# sourceMappingURL=people.css.map */