  @charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.pi-kv {
  width: 100%;
  min-height: 520px;
  background: url(/freshers/assets/images/job/people/kv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 153px 0 80px 0;
  position: relative;
  display: none;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv {
    min-height: 139.444vw;
    background: url(/freshers/assets/images/job/people/kv_sp.jpg) no-repeat;
    background-size: cover;
    padding: 39vw 0 11.666vw 0;
  }
}

.pi-kv__txt {
  max-width: 1206px;
  width: 88.676%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;

  opacity: 0;
	transform: translate(0, 1.111vw);
	transition: all 1s ease-out;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__txt {
    max-width: none;
  }
}

.pi-kv__txt__heading {
  font-size: 80px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__txt__heading {
    font-size: 13.333vw;
  }
}

.pi-kv__txt__cath {
  font-size: 20px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__txt__cath {
    font-size: 3.888vw;
    margin-top: 2.222vw;
  }
}

.pi-kv__txt__lead {
  margin-top: 43px;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__txt__lead {
    margin: 13.333vw auto 0 auto;
    font-size: 4.444vw;
    width: 70vw;
    text-align: left;
  }
}

/* tab */
.pi-kv__tab {
  max-width: 1206px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__tab {
    max-width: none;
    width: 100%;
    height: 11.666vw;
  }
}

.pi-kv__tab li {
  width: 24.378%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  height: 100%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-kv__tab li {
    width: 24.166%;
    border-radius: 0.555vw 0.555vw 0 0;
    font-size: 4.166vw;
    
  }
}

.pi-kv__tab__civil:hover,
.pi-kv__tab__civil.-current {
  background-color: rgba(47,125,128,1);
}

.pi-kv__tab__constr:hover,
.pi-kv__tab__constr.-current {
  background-color: rgba(0,107,162,1);
}

.pi-kv__tab__mech:hover,
.pi-kv__tab__mech.-current {
  background-color: rgba(66,51,147,1);
}

.pi-kv__tab__office:hover,
.pi-kv__tab__office.-current {
  background-color: rgba(44,61,110,1);
}


/*--------------------------------------------
main
--------------------------------------------*/
.pi-main {
  padding: 80px 0 200px 0;
  display: none;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main {
    padding: 17.777vw 0 26.666vw 0;
  }
}

.pi-main.-civil {
  display: block;
  background-color: rgba(47,125,128,1);
}

.pi-main.-constr {
  background-color: rgba(0,107,162,1);
}

.pi-main.-mech {
  background-color: rgba(66,51,147,1);
}

.pi-main.-office {
  background-color: rgba(44,61,110,1);
}

.pi-main__heading {
  max-width: 1206px;
  width: 88.676%;
  margin: 0 auto;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__heading {
    max-width: none;
    width: 91.111vw;
  }
}

.pi-main__heading__jp {
  display: block;
  font-size: 54px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__heading__jp {
    font-size: 11.111vw;
  }
}

.pi-main__heading__en {
  display: block;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__heading__en {
    font-size: 3.888vw;
    margin-top: 5vw;
  }
}

.pi-main__list {
  max-width: 1200px;
  width: 88.235%;
  margin: 64px auto 0 auto;
  display: flex;
  gap: 64px 0;
  flex-wrap: wrap;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list {
    max-width: none;
    flex-flow: column;
    width: 91.111vw;
    margin: 22.222vw auto 0 auto;
    gap: 8.888vw 0;
  }
}

.pi-main__list > li {
  width: 33.333%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list > li {
    width: 100%;
  }
}

.pi-main__list li a {
  display: block;
}

.pi-main__list__ph {
  position: relative;
  overflow: hidden;
}

.pi-main__list__ph img {
  transition-duration: 0.3s;
}

a:hover .pi-main__list__ph img {
  transform: scale(1.1,1.1);
  transition-duration: 0.3s;
}

.pi-main__list__ph__position {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 12px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__ph__position {
    top: 1.111vw;
    right: 1.111vw;
  }
}

.pi-main__list__ph__position li {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__ph ul li {
    font-size: 3.333vw;
  }
}

.pi-main__list__ph__position li:nth-child(1) {
  border-radius: 2px 0 0 2px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__ph__position li:nth-child(1) {
    border-radius: 0.555vw 0 0 0.555vw;
  }
}

.pi-main__list__ph__position li:nth-child(2) {
  background: #000;
  border-radius: 0 2px 2px 0;
  font-feature-settings: "palt";
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__ph__position li:nth-child(2) {
    border-radius: 0 0.555vw 0.555vw 0;
  }
}

.pi-main__list__ph__position__civil {
  background-color: rgba(47,125,128,1);
}

.pi-main__list__ph__position__constr {
  background-color: rgba(0,107,162,1);
}

.pi-main__list__ph__position__mech {
  background-color: rgba(66,51,147,1);
}

.pi-main__list__ph__position__office {
  background-color: rgba(44,61,110,1);
}

.pi-main__list__name {
  display: flex;
  margin-top: 8px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__name {
    margin-top: 3.333vw;
  }
}

.pi-main__list__name dt {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-right: 1em;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__name dt {
    font-size: 4.166vw;
  }
}

.pi-main__list__name dd {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  padding-top: 0.5em;
  font-feature-settings: "palt";
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .pi-main__list__name dd {
    font-size: 3.055vw;
  }
}