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

#kv-intermediate {
  background-image: url(./img/kv.jpg);
}
@media screen and (max-width: 750px) {
  #kv-intermediate {
    background-image: url(./img/kv_sp.jpg);

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

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

.titleWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .titleWrap {
    margin-bottom: 50px;
  }
}
.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 {
  width: 630px;
  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: 47.5%;
}
@media screen and (max-width: 750px) {
  .introduction ul li {
    width: 100%;
  }
}
.introduction ul li:nth-child(even) {
  margin-left: 5%;
}
@media screen and (max-width: 750px) {
  .introduction ul li:nth-child(even) {
    margin-left: 0;
  }
}
.introduction ul li .topArea {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.introduction ul li .topArea .intr {
  width: 220px;
  margin-right: 5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .introduction ul li .topArea .intr {
    width: 60%;
    margin-left: 0;
  }
}
.introduction ul li .topArea .intr .title {
  position: relative;
  width: 220px;
  height: 74px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .introduction ul li .topArea .intr .title {
    width: 100%;
    height: 60px;
  }
}
.introduction ul li .topArea .intr .title p {
  font-weight: bold;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .introduction ul li .topArea .intr .title p {
    font-size: 20px;
  }
}
.introduction ul li .topArea .intr .text {
  margin-bottom: 5px;
}
.introduction ul li .topArea .intr .text p {
  font-size: 14px;
  line-height: 1.6;
}
.introduction ul li .topArea .img {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .introduction ul li .topArea .img {
    width: 45%;
    margin: 0 auto;
  }
}
.introduction ul li .topArea .img img {
  width: 100%;
  max-width: 100%;
}
.introduction ul li .bottomArea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  margin-bottom: 90px;
  border-bottom: #666 solid 1px;
}
@media screen and (max-width: 750px) {
  .introduction ul li .bottomArea {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.introduction ul li .bottomArea .name {
  text-align: left;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .introduction ul li .bottomArea .name {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.introduction ul li .bottomArea .name p {
  font-weight: 700;
  color: #c9151b;
  font-size: 20px;
}
.introduction ul li .bottomArea .name span {
  font-size: 12px;
  line-height: 1.6;
}
.introduction ul li .bottomArea .st {
  font-size: 12px;
  text-align: left;
}
#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 */