  @charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.j-kv {
  width: 100%;
  min-height: 520px;
  background: url(/freshers/assets/images/job/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) {
  .j-kv {
    min-height: 139.444vw;
    background: url(/freshers/assets/images/job/kv_sp.jpg) no-repeat;
    background-size: cover;
    padding: 39vw 0 11.666vw 0;
  }
}

.j-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) {
  .j-kv__txt {
    max-width: none;
  }
}

.j-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) {
  .j-kv__txt__heading {
    font-size: 13.333vw;
  }
}

.j-kv__txt__cath {
  font-size: 20px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-kv__txt__cath {
    font-size: 3.888vw;
    margin-top: 2.222vw;
  }
}

.j-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) {
  .j-kv__txt__lead {
    margin: 13.333vw auto 0 auto;
    font-size: 4.444vw;
    width: 70vw;
    text-align: left;
  }
}

/* tab */
.j-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) {
  .j-kv__tab {
    max-width: none;
    width: 100%;
    height: 11.666vw;
  }
}

.j-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) {
  .j-kv__tab li {
    width: 24.166%;
    border-radius: 0.555vw 0.555vw 0 0;
    font-size: 4.166vw;
    
  }
}

.j-kv__tab__civil:hover,
.j-kv__tab__civil.-current {
  background-color: rgba(47,125,128,1);
}

.j-kv__tab__constr:hover,
.j-kv__tab__constr.-current {
  background-color: rgba(0,107,162,1);
}

.j-kv__tab__mech:hover,
.j-kv__tab__mech.-current {
  background-color: rgba(66,51,147,1);
}

.j-kv__tab__office:hover,
.j-kv__tab__office.-current {
  background-color: rgba(44,61,110,1);
}


/*--------------------------------------------
main
--------------------------------------------*/
.j-main {
  padding: 80px 0 200px 0;
  display: none;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main {
    padding: 17.777vw 0 26.666vw 0;
  }
}

.j-main.-civil {
  display: block;
  background-color: rgba(47,125,128,1);
}

.j-main.-constr {
  background-color: rgba(0,107,162,1);
}

.j-main.-mech {
  background-color: rgba(66,51,147,1);
}

.j-main.-office {
  background-color: rgba(44,61,110,1);
}

.j-main__heading {
  max-width: 1206px;
  width: 88.676%;
  margin: 0 auto;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__heading {
    max-width: none;
    width: 91.111vw;
  }
}

.j-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) {
  .j-main__heading__jp {
    font-size: 11.111vw;
  }
}

.j-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) {
  .j-main__heading__en {
    font-size: 3.888vw;
    margin-top: 5vw;
  }
}

/* btn */
.j-main__btn {
  max-width: 906px;
  width: 88.235%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2.5%;
  margin: 64px auto 0 auto;
  padding-bottom: 56px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__btn {
    max-width: none;
    width: 91.111vw;
    flex-flow: column;
    gap: 2px 0;
    margin: 22.222vw auto 0 auto;
    padding-bottom: 4.444vw;
  }
}

.j-main__btn.-center {
  justify-content: center;
}

.j-main__btn li {
  width: 31.666%;
  height: 100px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__btn li {
    width: 100%;
    height: 15.555vw;
  }
}

.j-main__btn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  border-radius: 4px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__btn li a {
    font-size: 3.611vw;
    padding-bottom: 0;
    border-radius: 0.555vw;
  }
}

.j-main__btn li a::after {
  content: "";
  background: url(/freshers/assets/images/ic_arrow_bottom_w.svg) no-repeat;
  background-size: 14px;
  background-position: bottom 24px center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__btn li a::after {
    background: url(/freshers/assets/images/ic_arrow_bottom_w.svg) no-repeat;
    background-size: 2.222vw;
    background-position: right 4.444vw center;
  }
}

.j-main__btn.-civil li a {
  background-color: #266467;
}

.j-main__btn.-constr li a {
  background-color: #00537D;
}

.j-main__btn.-mech li a {
  background-color: #362E66;
}

.j-main__btn.-office li a {
  background-color: #2C3859;
}

.j-main__note {
  max-width: 1200px;
  width: 88.235%;
  margin: 0 auto -40px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__note {
    max-width: none;
    width: 91.111vw;
    margin: 8.888vw auto -3.888vw;
    font-size: 3.333vw;
  }
}

/* section */
.j-main__section {
  max-width: 1200px;
  width: 88.235%;
  margin: 64px auto 0 auto;
  border: solid 1px #fff;
  padding: 96px 0 120px 0;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section {
    max-width: none;
    width: 91.111vw;
    margin: 8.888vw auto 0 auto;
    border: solid 0.277vw #fff;
    padding: 13.333vw 0 17.777vw 0;
  }
}

.j-main__section__heading {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__heading {
    width: 82.222vw;
    flex-flow: column;
    align-items: center;
    gap: 8.888vw 0;
  }
}

.j-main__section__heading h3 {
  width: 22%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__heading h3 {
    width: 100%;
    font-size: 5.555vw;
    text-align: center;
  }
}

.j-main__section__heading p {
  width: 76%;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__heading p {
    width: 68.888vw;
  }
}

/* slide */
.j-main__section__slide {
  width: 80%;
  margin: 64px auto 0 auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__slide {
    width: 82.222vw;
    margin: 8.888vw auto 0 auto;
  }
}

/* thumbnail */
.j-main__section__thumbnail {
  width: calc(75.583% + 8px);
  margin: 25px auto 0 auto;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__thumbnail {
    width: 82.222vw;
    margin: 2.222vw auto 0 auto;
  }
}

.j-main__section__thumbnail li {
  padding: 0 4px;
  cursor: pointer;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__thumbnail li {
    padding: 0;
  }
}

.j-main__section__thumbnail li span {
  display: inline-block;
  background: #fff;
}

/* thumbnail¤òcurrent */
.j-main__section__thumbnail .slick-current img {
  opacity: 0.6;
  transition-duration: 0.2s;
}

/* thumbnail¤ò¥¹¥é¥¤¥É¤µ¤»¤Ê¤¤ */
.j-main__section__thumbnail .slick-track {
  transform:unset !important;
}

/* Éç†T¥¤¥ó¥¿¥Ó¥å©`¤òÒŠ¤ë */
.j-main__section h4 {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-top: 130px;
  color: #fff;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section h4 {
    font-size: 4.722vw;
    margin-top: 17.777vw;
  }
}

.j-main__section__interview {
  display: flex;
  justify-content: center;
  width: 89.333%;
  margin: 64px auto 0 auto;
  gap: 0 2.985%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview {
    flex-flow: column;
    width: 68.888vw;
    margin: 8.888vw auto 0 auto;
    gap: 4.444vw 0;
  }
}

.j-main__section__interview li {
  width: 22.761%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview li {
    width: 100%;
  }
}

.j-main__section__interview li a {
  display: flex;
  justify-content: space-between;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview li a {
    align-items: center;
  }
}

.j-main__section__interview__ph {
  width: 49.18%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview__ph {
    width: 21.666vw;
  }
}

.j-main__section__interview__txt {
  width: 45.901%;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview__txt {
    width: 42.777vw;
  }
}

.j-main__section__interview__txt__name {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview__txt__name {
    font-size: 4.166vw;
    margin-top: 0;
  }
}

.j-main__section__interview__txt__data {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
}
/**** sp ****/
@media only screen and (max-width:750px) {
  .j-main__section__interview__txt__data {
    font-size: 3.333vw;
    margin-top: 1.666vw;
  }
}