@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-people-catch {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-people-catch {
    margin-top: 2.1875rem;
  }
}

.l-people-fv {
  margin-top: 4.0625rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-people-fv {
    margin-top: 1.75rem;
    padding-bottom: 1.9375rem;
  }
}

.l-people-select {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-people-select {
    margin-top: 2.5rem;
  }
}

.l-people-staff {
  margin-top: 3.75rem;
  margin-left: calc(35rem - 50vw);
  margin-right: calc(35rem - 50vw);
}
@media screen and (max-width: 767px) {
  .l-people-staff {
    margin-top: 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.p-people-catch {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-people-fv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-people-fv__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 1.5625rem;
    padding-bottom: 1.875rem;
  }
}

.p-people-fv__title {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-people-fv__title {
    font-size: 1.875rem;
  }
}

.p-people-fv__btn {
  width: 12.5rem;
}

.p-people-fv__block::before {
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}
@media screen and (max-width: 767px) {
  .p-people-fv__block::before {
    -webkit-transform: translateX(-53.5%);
            transform: translateX(-53.5%);
  }
}

.p-people-fv__img.c-lower-fv__img {
  margin-top: -2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-people-fv__img.c-lower-fv__img {
    margin-top: -2.0625rem;
  }
}

.p-people-select {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background-color: #dde5f2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-people-select {
    padding-top: 3.75rem;
  }
}

.p-people-select::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #8093ac;
}

.p-people-select__inner {
  max-width: 80rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-people-select__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-people-select__container {
  padding: 3.75rem 0 3.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-people-select__container {
    padding: 2.5rem 1.25rem 2.5rem;
  }
}

.p-people-select__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 51.25rem;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-people-select__lists {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-people-select__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #3a54a4;
  -ms-flex-preferred-size: 4.8780487805%;
      flex-basis: 4.8780487805%;
  min-width: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-people-select__ttl {
    font-size: 1rem;
    min-width: 2.1875rem;
    -ms-flex-preferred-size: 5.0287356322%;
        flex-basis: 5.0287356322%;
  }
}

.p-people-select__ttl::after {
  position: absolute;
  top: 0.7em;
  right: -3.4375rem;
  display: block;
  content: "";
  width: 2.25rem;
  height: 1px;
  background-color: #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-people-select__ttl::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0rem;
    width: 2.0625rem;
  }
}

.p-people-select__ttl:not(:first-of-type) {
  margin-top: 2.625rem;
}

.p-people-select__ttl span {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-people-select__ttl span {
    line-height: 1;
    padding-bottom: 0.5rem;
  }
}

.p-people-select__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  -ms-flex-preferred-size: 85.9756097561%;
      flex-basis: 85.9756097561%;
  margin-left: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-people-select__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: calc(100% - 3.125rem);
        flex-basis: calc(100% - 3.125rem);
    margin-left: 0.9375rem;
  }
}

.p-people-select__category:not(:first-of-type) {
  margin-top: 2.625rem;
}

.p-people-select__category span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0.1875rem 1.0625rem;
  color: #1e1e1e;
  background-color: #e8e8e8;
  cursor: pointer;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .p-people-select__category span {
    font-size: 0.875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-people-select__category span.pplFiltr-on,
.p-people-select__subCategory span.pplFiltr-on {
  color: #fff;
  background-color: #3a54a4;
}

.p-people-select__category span.p-ctgry-tec.pplFiltr-on {
  color: #fff;
  background-color: #3a54a4;
  position: relative;
}

.p-people-select__category span.p-ctgry-tec.pplFiltr-on::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% - 2px));
          transform: translate(-50%, calc(100% - 2px));
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.125rem 0.5625rem 0 0.5625rem;
  border-color: #3a54a4 transparent transparent transparent;
}

.p-people-select__subCategory {
  margin-left: 14.0243902439%;
  width: 85.9756097561%;
  margin-top: 1.375rem;
  display: none;
}

.p-people-select__subCategoryWrppr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border: 1px solid #3a54a4;
  padding: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-people-select__subCategoryWrppr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: calc(100% - 3.125rem);
        flex-basis: calc(100% - 3.125rem);
    margin-left: 0.9375rem;
  }
}

.p-people-select__subCategory span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0.1875rem 1.0625rem;
  color: #1e1e1e;
  background-color: #e8e8e8;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-people-select__subCategory span {
    font-size: 0.875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-people-select__cancel-btnBox {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-people-select__cancel-btnBox {
    margin-top: 2.5rem;
  }
}

.p-people-select__cancel-btn {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #3a54a4;
  display: inline-block;
  padding: 0.78125rem 5.3125rem;
  border: 1px solid #3a54a4;
  cursor: pointer;
}

.p-people-staff__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-people-staff__lists {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-people-staff__item {
  width: 25%;
  display: block;
  position: relative;
  -webkit-transition: 0.4;
  transition: 0.4;
}
@media screen and (max-width: 767px) {
  .p-people-staff__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 50%;
  }
}

.p-people-staff__item--blue:hover::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(46, 118, 200, .3);
  z-index: 3;
}

.p-people-staff__item-pink:hover::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(226, 88, 122, .3);
  z-index: 3;
}

.p-people-staff__item-green:hover::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 153, 36, .3);
  z-index: 3;
}

.p-people-staff__img {
  aspect-ratio: 1/1;
  height: 25vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-people-staff__img {
    height: 50vw;
  }
}

.p-people-staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-people-staff__block {
  width: 100%;
  /* background-color: rgba(46, 118, 200, .6);
  padding: 0.9375rem 1.875rem; */
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-people-staff__block {
    background-color: #fff;
    /* padding: 3.4666666667vw 5.3333333333vw 6.6666666667vw; */
    padding-bottom:  6.6666666667vw;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-people-staff__job {
  position: relative;
  background-color: rgba(132, 174, 223, .6);
  padding: 0.4375rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-people-staff__job {
    padding: 1.466667vw calc(5.3333333333vw  / 2) 1.466667vw 5.3333333333vw ; 
    background-color: #fff;
  }
}

.p-people-staff__prof {
  position: relative;
  background-color: rgba(46, 118, 200, .6);
  padding: 0.9375rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-people-staff__prof {
    height: calc(100% - 5.666667vw);
    padding: 1.466667vw calc(5.3333333333vw  / 2) 1.466667vw 5.3333333333vw;
    background-color: #fff;
  }
}


@media screen and (max-width: 767px) {
  .p-people-staff__job::before,
  .p-people-staff__prof::before {
    position: absolute;
    /* top: 3.4666666667vw; */
    left: 2.6666666667vw;
    top: 8px;
    display: block;
    content: "";
    width: 0.5333333333vw;
    width: 2px;
    height: calc(100% - 0.4375rem* 2.5);
    background-color: #2e76c8;
    max-height: 20vw;
  }
}


@media screen and (max-width: 767px) {
  .p-people-staff__block.p-people-staff__block--pink .p-people-staff__job::before,
  .p-people-staff__block.p-people-staff__block--pink .p-people-staff__prof::before {
    background-color: #e2587a;
  }
}

@media screen and (max-width: 767px) {
  .p-people-staff__block.p-people-staff__block--green .p-people-staff__job::before,
  .p-people-staff__block.p-people-staff__block--green .p-people-staff__prof::before {
    background-color: #009924;
  }
}

.p-people-staff__block--pink .p-people-staff__prof {
  background-color: rgba(226, 88, 122, .6);
}
@media screen and (max-width: 767px) {
  .p-people-staff__block--pink .p-people-staff__prof {
    background-color: #fff;
  }
}

.p-people-staff__block--pink .p-people-staff__job {
  background-color: rgba(240, 171, 188, .6);
}
@media screen and (max-width: 767px) {
  .p-people-staff__block--pink .p-people-staff__job {
    background-color: #fff;
  }
}

.p-people-staff__block--green .p-people-staff__prof {
  background-color: rgba(102, 194, 36, .6);
}
@media screen and (max-width: 767px) {
  .p-people-staff__block--green .p-people-staff__prof {
    background-color: #fff;
  }
}

.p-people-staff__block--green .p-people-staff__job {
  background-color: rgba(102, 194, 124, .6);
}
@media screen and (max-width: 767px) {
  .p-people-staff__block--green .p-people-staff__job {
    background-color: #fff;
  }
}

.p-people-staff__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-people-staff__text {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #000;
    letter-spacing: .01em;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-people-staff__text span {
    display: inline-block;
  }
}

.p-people-staff__division {
  aspect-ratio: 1/1;
  width: min(5.25rem, 100%);
  display: grid;
  place-items: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-people-staff__division {
    width: 14.4vw;
  }
}

.p-people-staff__division::before {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-people-staff__division::before {
    font-size: 2.6666666667vw;
  }
}

.p-people-staff__division--blue {
  background: linear-gradient(135deg, #96bae3, #2e76c8);
}

.p-people-staff__division--blue::before {
  content: "技術職";
}

.p-people-staff__division--green {
  background: linear-gradient(135deg, #80cc91, #009924);
}

.p-people-staff__division--green::before {
  white-space: pre;
  content: "文理\a共通職";
  text-align: center;
}

.p-people-staff__division--sales {
  background: linear-gradient(135deg, #f0abbc, #e2587a);
}

.p-people-staff__division--sales::before {
  content: "営業職";
}

.p-people-staff__division--staff {
  background: linear-gradient(135deg, #f0abbc, #e2587a);
}

.p-people-staff__division--staff::before {
  content: "スタッフ職";
}
/*# sourceMappingURL=people.css.map */
