﻿.peopleInner {
  max-width: 1360px;
  padding: 0 5.3%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .peopleInner {
    padding: 0 12.8% 0 9.5%;
  }
}

.peopleSection + .peopleSection {
  border-top: 1px solid #0066B5;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .peopleSection + .peopleSection {
    border: none;
  }
  .peopleSection + .peopleSection::before {
    content: "";
    width: calc((100vw - 1500px) / 2 + 1500px);
    height: 1px;
    background-color: #0066B5;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.peopleContent {
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  .peopleContent {
    padding-top: 80px;
  }
}

.peopleFilterContainer {
  padding-top: 20px;
  margin-top: 38px;
}
@media screen and (min-width: 1025px) {
  .peopleFilterContainer {
    padding-top: 60px;
    margin-top: 25px;
  }
}

/* ============================
peopleFilter
============================ */
@media screen and (min-width: 1025px) {
  .peopleFilter {
    padding: 0 15px;
  }
}
.peopleFilter .pfTitle {
  font-size: clamp(1.5rem, 1.15rem + 0.92vw, 2.1rem);
  font-weight: bold;
  line-height: 1.2;
  color: #0066B5;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .peopleFilter .pfTitle {
    font-size: 2rem;
  }
}
.peopleFilter .pfTagList {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .peopleFilter .pfTagList {
    margin-top: 25px;
  }
}
.peopleFilter .pfTagList.careerTagList > ul {
  gap: 5px;
  gap: 20px 6px;
}
@media screen and (min-width: 1025px) {
  .peopleFilter .pfTagList.careerTagList > ul {
    gap: 25px 8px;
  }
}
.peopleFilter .pfTagList.careerTagList > ul > li {
  line-height: 1.2;
}
.peopleFilter .pfTagList.careerTagList > ul > li a {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: clamp(1.1rem, 0.75rem + 0.92vw, 1.5rem);
}
@media screen and (min-width: 1025px) {
  .peopleFilter .pfTagList.careerTagList > ul > li a {
    padding: 6px 10px;
    font-size: 1.6rem;
  }
}

/* ============================
peopleNew
============================ */
.peopleNew {
  padding: 92px 0 80px;
}
@media screen and (min-width: 1025px) {
  .peopleNew {
    padding: 150px 0 190px;
  }
}
@media screen and (min-width: 1025px) {
  .peopleNew .pnInner {
    padding: 0 7.3% 0 5.5%;
  }
}
.peopleNew .pnList {
  margin-top: 45px;
}
@media screen and (min-width: 1025px) {
  .peopleNew .pnList {
    margin-top: 105px;
  }
}

/* ============================
peopleBack
============================ */
.peopleBack {
  padding: 75px 0 80px;
}
@media screen and (min-width: 1025px) {
  .peopleBack {
    padding: 135px 0 100px;
  }
}
@media screen and (min-width: 1025px) {
  .peopleBack .pbInner {
    padding: 0 7.3% 0 5.5%;
  }
}
.peopleBack .pbList {
  margin-top: 45px;
}
@media screen and (min-width: 1025px) {
  .peopleBack .pbList {
    margin-top: 100px;
  }
}/*# sourceMappingURL=career_people.css.map */