/* 採用css */
li {
  list-style: none;
}

.outer-frame {
  margin: 0 auto;
  width: 960px;
}

.image-cont {
  position: relative;
}

.active {
  background-color: #0f3d86;
  color: #ffffff;
}

.font-color-white {
  color: #ffffff;
}

.recruit-img {
  height: 640px;
  width: 960px;
  background-repeat: no-repeat;
  background-size: cover;
}

.name-block {
  background-color: #77554f;
  height: 125px;
  opacity: 0.5;
  padding: 10px;
  padding-left: 35px;
  position: absolute;
  top: 130px;
  width: 340px;
}

.name-block p {
  color: #ffffff;
}

.position-right-0 {
  right: 0;
}

.q-1-block {
  background-color: #ffffff;
  height: 125px;
  opacity: 0.5;
  padding: 10px;
  padding-left: 35px;
  position: absolute;
  top: 275px;
  width: 340px;
}

.q-1-title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.q-1-answer {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 8px 0 0 7px;
}

.p-30 {
  padding: 30px;
}

.f-size-25 {
  font-size: 25px;
}

.recruit-wrapper {
  height: 3054px;
  line-height: 34px;
  margin: 50px 0px 0px 0px;
  text-align: center;
}

.recruit-cont {
  display: inline-block;
  padding-top: 70px;
  width: 100%;
}

.interview-li-block {
  background-color: #0f3d82;
  display: flex;
  flex-flow: row;
  height: 75px;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.interview-li {
  color: #ffffff;
  padding: 25px 0;
}

.interview-li:hover {
  cursor: pointer;
}

.profile-block {
  height: 350px;
  position: relative;
  width: 100%;
}

/* 平行四辺形 */
.parallelogram {
  background: #a4b5cf;
  height: 262px;
  left: 249px;
  position: absolute;
  transform: skew(-62deg,0deg);
  width: 465px;
  z-index: 1;
}

.profile-cont {
  background-color: #ffffff;
  left: -132px;
  padding: 0 170px;
  position: absolute;
  top: 85px;
  z-index: 2;
}

.profile-title {
  font-weight: bold;
}

.profile {
  padding-left: 153px;
}

.question-block-1 {
  height: 480px;
  position: relative;
  z-index: 2;
}

.square-middle {
  background: #a4b5cf;
  height: 395px;
  position: absolute;
  width: 286px;
  z-index: 1;
}

.square-middle-2 {
  width: 378px;
  height: 280px;
  background: #a4b5cf;
  position: absolute;
  z-index: 1;
}

.question-wrapper-1,
.question-wrapper-2,
.question-wrapper-3 {
  height: 600px;
  position: relative;
}

.question-wrapper-3 {
  height: 500px;
}

.square-posi-1 {
  left: 348px;
  top: 120px;
}

.square-posi-2 {
  left: 225px;
  top: 120px;
}

.square-posi-3 {
  left: 283px;
  top: 120px;
  width: 380px;
}

.square-posi-4 {
  left: 240px;
  top: 144px;
}

.commomn-question-img {
  display: inline-block;
  height: 325px;
  position: absolute;
  width: 378px;
}

.question-1-img {
  left: 128px;
  height: 395px;
  width: 304px;
}

.question-2-img {
  float: right;
  height: 395px;
  width: 304px;
  margin: 0 209px 10px 35px;
  position: static;
}

.question-3-img {
  left: 129px;
  width: 378px;
}

.common-answer {
  display: inline-block;
  position: absolute;
  width: 275px;
}

.answer-1 {
  bottom: 0;
  right: 225px;
}

.answer-2 {
  display: block;
  height: 317px;
  margin-left: 128px;
  padding-top: 155px;
  width: 570px;
}

.answer-3 {
  top: 340px;
  right: 197px;
  width: 635px;
}

.answer-1,
.answer-2,
.answer-3 {
  /* background-color: #ffffff;
  opacity: 0.5;
  color: #000000; */
}

.question-title-common {
  background-color: #0f3d82;
  color: #ffffff;
  display: block;
  font-size: 25px;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  width: 390px;
  z-index: 2;
}

.question-title-1 {
  left: 371px;
  top: 30px;
}

.question-title-2 {
  left: 127px;
  top: 30px;
}

.question-title-3 {
  left: 312px;
  top: 210px;
}

.upper_arrow {
  border: 1px solid #cccccc;
  height: 50px;
  width: 105px;
}

.upper_arrow::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  bottom: 0;
  content: "";
  height: 30px;
  left: 36px;
  position: absolute;
  transform: rotate(-45deg);
  top: 20px;
  -webkit-transform: rotate(-45deg);
  width: 30px;
}

.arrow-block {
  text-align: center;
  margin: 50px 0;
}

.arrow {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}

.arrow:hover {
  cursor: pointer;
}

.arrow::before,
.arrow::after {
  bottom: 0;
  content: "";
  left: 37px;
  position: absolute;
  text-align: center;
  top: 20px;
}

.slide-block {
  margin: 75px auto;
  width: 960px;
}

.slide-title {
  align-items: center;
  color: #3f639b;
  display: flex;
  width: 100%;
}

.slide-title:after,
.slide-title::before {
  border-top: 1px solid #3f639b;
  content: "";
  flex-grow: 0.8;
  margin: 0 40px;
  width: 15%;
}

.slick-wrapper {
  height: 420px;
  margin: 0 auto;
  width: 895px;
}

.slick-arrow {
  border-style: solid;
  border-width: 66px 0px 59px 0px;
  display: inline-block;
  height: 85px;
  width: 115px;
}

.slick-next:before,
.slick-prev:before {
  content: "NEXT";
  font-size: 2px;
  left: -29px;
  position: absolute;
  top: -10px;
}

.slick-prev:before {
  content: "PREV";
  left: 90px;
}

.slick-next {
  border-left: 30px solid #0f3d82;
  right: -123px;
  top: 180px;
}

.slick-prev {
  border-right: 30px solid #0f3d82;
  left: -122px;
  top: 180px;
}

.emp-li-img {
  height: 330px;
  margin: 0 9px;
}

.emp-li-img:hover {
  cursor: pointer;
}
/***********************
スマホ用 str
************************/

/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 760px) {
  .margin {
    overflow: hidden;
  }

  .outer-frame {
    width: auto;
  }

  .cont-block {
    display: block;
  }

  .interview-li {
    font-size: 10px;
  }

  .image-cont {
    top: 50px;
  }

  .interview-li-block {
    margin-top: 50px;
  }

  .name-block,
  .q-1-block {
    width: 190px;
  }

  .question-wrapper-1,
  .question-wrapper-2,
  .question-wrapper-3 {
    /* height: 792px;
    height: 100%; */
  }

  .question-wrapper-3 {
    height: 700px;
    margin-top: 30px;
  }

  .parallelogram,
  .square-middle {
    display: none;
  }

  .profile-cont,
  .profile {
    padding: 0;
    width: 100%;
  }

  .profile-cont {
    left: 0;
    top: 30px;
  }

  .question-1-img,
  .question-3-img {
    height: 487px;
    left: 0;
    width: 100%;
  }

  .question-3-img {
    height: 323px;
  }

  .question-2-img {
    height: 487px;
    margin: 0;
    width: 100%;
  }

  .answer-1 {
    right: 0;
    top: 533px;
    width: 92%;
    margin: 0 16px;
  }

  .answer-2 {
    margin: 0 16px;
    width: 92%;
    position: relative;
    top: 50px;
  }

  .answer-3 {
    margin: 0 16px;
    right: 0;
    top: 370px;
    width: 92%;
  }

  .question-title-1,
  .question-title-2,
  .question-title-3 {
    font-size: 15px;
    left: 0;
    width: 100%;
  }

  .question-title-1 {
    top: 7px;
  }

  .question-title-2 {
    top: 7px;
  }

  .question-title-3 {
    top: -158px;
  }

  .slide-block {
    width: 100%;
  }

  .slide-title {
    font-size: 14px;
  }

  .slide-title:after,
  .slide-title::before {
    margin: 0;
  }

  .slick-wrapper {
    width: 100%;
  }

  .emp-li-img {
    height: auto;
    width: 100%;
  }

  .slick-arrow {
    display: none !important;
  }

  .recruit-img {
    height: 306px;
    width: 100%;
  }

  .q-1-block {
    height: 52px;
    padding: 10px;
    padding-left: 35px;
    top: 218px;
  }

  .f-size-25 {
    font-size: 14px;
  }

  .name-block {
    height: 67px;
    padding: 10px;
    padding-left: 35px;
  }

  .q-1-answer {
    font-size: 14px;
    margin: 0;
  }

  .q-1-title {
    font-size: 14px;
  }

  .profile-block {
    height: 215px;
  }

  .question-wrapper-2 {
    height: 900px;
    margin-top: 224px;
  }

  .square-posi-4 {
    display: none;
  }

  .arrow-block {
    margin: 0;
  }

  .question-title-common {
    position: relative;
  }
}
/***********************
スマホ用 end
************************/
