@charset "UTF-8";
.mainv--jobInfo {
  display: block;
  background-image: url("../img/job_info/mainv.jpg");
}

.mainv--jobInfoSp {
  display: none;
}

.c-mainv__ttl--jobInfo {
  line-height: 3.5;
}

@media screen and (max-width: 640px) {
  .mainv--jobInfo {
    display: none;
  }
  .mainv--jobInfoSp {
    display: block;
  }
  .mainv--jobInfoSp {
    background-image: url("../img/job_info/sp_mainv.jpg");
  }
  .c-mainv__ttl--jobInfo {
    line-height: normal;
  }
  .c-mainv__box--jobInfo {
    padding-top: 101px;
  }
  .c-mainv__txt--jobInfo {
    line-height: 1.1;
  }
}

.recruitBtn__box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 55px 60px;
  box-sizing: border-box;
}

.c-transition__btn--recruit {
  background-color: #fff;
  border: 2px solid #E7EAEB;
  padding: 0 0 0 40px;
  position: relative;
  line-height: 95px;
  transition-delay: 2s;
  box-sizing: border-box;
  width: calc( (100% - 60px) / 3);
}

.c-transition__btn--recruit .c-transition__icon {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 14px;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.c-transition__btn--recruit .c-transition__icon > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-transition__btn--recruit .c-transition__icon::after {
  transform: rotate(-90deg);
  width: 4px;
  height: 9px;
}

.c-transition__btn--recruit:nth-child(1) {
  transition-delay: 0.4s;
}

.c-transition__btn--recruit:nth-child(2) {
  transition-delay: 0.6s;
}

.c-transition__btn--recruit:nth-child(3) {
  transition-delay: 0.8s;
}

.c-transition__txt--recruit {
  color: #000;
  margin-right: 100px;
}

.jobInfoContent {
  padding-top: 75px;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .recruitBtn__box {
    display: block;
    margin: 0px auto;
  }
  .c-transition__btn--recruit {
    padding: 15px 0px 15px 50px;
    width: 100%;
    box-sizing: border-box;
  }
  .c-transition__btn--recruit + .c-transition__btn--recruit {
    margin-top: 15px;
  }
  .c-transition__txt--recruit {
    color: #000;
    margin-right: 100px;
  }
  .jobInfoContent {
    padding-top: 55px;
    margin-top: 0px;
    padding-bottom: 180px;
  }
  .c-transition__btn--recruit .c-transition__icon {
    top: 14px;
  }
}

@media screen and (max-width: 640px) {
  .recruitBtn__box {
    padding: 0 15px 30px;
  }
  .c-transition__btn--recruit .c-transition__icon {
    top: -4px;
  }
  .c-transition__btn--recruit .c-transition__icon::after {
    transform: rotate(-90deg);
    left: 0px;
    width: 6px;
    height: 10px;
    top: -3px;
  }
  .c-transition__btn--recruit {
    line-height: 60px;
  }
}

.jobInfoContent--candidate {
  position: relative;
  padding-bottom: 240px;
}

.jobInfoContent--candidate::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #F4F6FA;
  width: 100%;
  height: 538px;
  z-index: -1;
  top: 0;
}

.jobInfoContent__txt {
  font-size: 37px;
  color: #0065A9;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}

.c-iconAndTxtCover--jobInfo {
  margin-top: 50px;
}

.c-iconAndTxt__box--jobInfoMission::before {
  background-image: url("/img/job_info/mission.png");
  transform: translateY(5px);
}

.c-iconAndTxt__box--jobInfoChange::before {
  background-image: url("/img/job_info/change.png");
}

.c-iconAndTxt__box--jobInfoCustomer {
  position: relative;
}

.c-iconAndTxt__box--jobInfoCustomer::before {
  background-image: url("/img/job_info/customer.png");
}

.c-contentBackText--jobInfoEnvironment {
  z-index: 1;
  left: calc(-1*(50vw - 660px));
  bottom: -30px;
}

@media screen and (max-width: 1024px) {
  .c-iconAndTxtCover--jobInfo {
    padding: 0 30px;
  }
  .c-contentBackText--jobInfoEnvironment {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .jobInfoContent--candidate {
    position: relative;
    padding-bottom: 100px;
  }
  .jobInfoContent__txt {
    font-size: 20px;
    color: #0065A9;
    font-weight: 600;
    text-align: left;
    line-height: 1.6;
  }
  .c-iconAndTxt__ttl--jobInfoCareer::after {
    right: auto;
    left: 0;
    top: 30px;
    padding: 5px;
    font-size: 10px;
    width: 100px;
  }
  .c-iconAndTxt__ttl--jobInfoPc::after {
    right: auto;
    left: 0;
    top: 30px;
    padding: 5px;
    font-size: 10px;
    width: 100px;
  }
  .jpbInfoContent--environment {
    padding-bottom: 30px;
  }
  .c-contentBackText--jobInfoEnvironment {
    bottom: -100px;
    z-index: 1;
  }
}

.jobInfoContent--step {
  position: relative;
  background-color: #F4F6FA;
  padding: 80px 0px 180px;
}

.jobInfoStep {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.stepBox {
  background-color: #fff;
  padding: 30px;
  width: 265px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stepBox:nth-child(1) {
  transition-delay: 0.4s;
}

.stepBox:nth-child(2) {
  transition-delay: 0.6s;
}

.stepBox:nth-child(3) {
  transition-delay: 0.8s;
}

.stepBox:nth-child(4) {
  transition-delay: 1.0s;
}

.stepBox:nth-child(5) {
  transition-delay: 1.2s;
}

.stepBox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ccc transparent transparent;
  position: absolute;
  top: calc(50% - 10px);
  right: -20px;
  transform: rotate(180deg);
  z-index: 1;
}

.stepBox--last::before {
  display: none;
}

.stepBoxNum {
  position: absolute;
  color: #0065A9;
  top: -25px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.stepBox__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.stepBox__ttl--br {
  transform: translateY(10px);
}

.stepBox__txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}

.c-contentBackText--jobInfoStep {
  color: #fff;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .jobInfoContent--step {
    position: relative;
    background-color: #F4F6FA;
    padding: 80px 0px 90px;
  }
  .jobInfoStep {
    display: block;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .stepBox {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stepBox::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ccc transparent transparent;
    position: absolute;
    top: auto;
    bottom: -20px;
    right: calc(50% - 10px);
    transform: rotate(270deg);
    z-index: 1;
  }
  .stepBox + .stepBox {
    margin-top: 30px;
  }
  .stepBox--last::before {
    display: none;
  }
  .stepBoxNum {
    position: absolute;
    color: #0065A9;
    top: -25px;
    left: 0;
    right: 0;
    font-size: 30px;
  }
  .stepBox__ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
  }
  .stepBox__txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .c-contentBackText--jobInfoStep {
    color: #fff;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}

/*バナーエリア*/
.jobInfoBnr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0px;
  flex-wrap: wrap;
  margin-bottom: 180px;
}

.jobInfoBnr__box {
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.jobInfoBnr__item {
  width: calc(50% - 10px);
  display: block;
  margin-bottom: 90px;
  position: relative;
}

.jobInfoBnr__item .c-transition__icon > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.jobInfoBnr__item:nth-child(1) {
  width: 100%;
}

.jobInfoBnr__item:last-child {
  margin-bottom: 0px;
}

.jobInfoBnr__item:hover .c-transition__txt {
  color: #0065A9;
}

.jobInfoBnr__item:nth-child(2n) {
  transition-delay: .2s;
}

.jobInfoBnr__tmb {
  overflow: hidden;
}

.jobInfoBnr__tmb > img {
  transition: .4s;
}

.jobInfoBnr__item:hover .jobInfoBnr__tmb > img {
  transform: scale(1.02);
}

.jobInfoBnr__ttl {
  display: inline-block;
  font-size: 30px;
  line-height: 1.11;
  color: #0065A9;
  background-color: #fff;
  margin: -80px 0 22px;
  padding: 25px 30px 0;
  box-sizing: border-box;
  transform: translateX(-30px);
  position: relative;
  z-index: 1;
}

.jobInfoBnr__txt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 2;
}

.c-contentBackText--jobList {
  bottom: -180px;
}

@media screen and (max-width: 1024px) {
  .jobInfoContent--jobList {
    padding-bottom: 0;
  }
  .jobInfoBnr__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .jobInfoBnr {
    display: block;
    margin-top: 58px;
  }
  .jobInfoBnr__box {
    padding: 0 15px;
  }
  .jobInfoBnr__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .jobInfoBnr__item + .jobInfoBnr__item {
    margin-top: 42px;
  }
  .jobInfoBnr__item:nth-child(2n) {
    transition-delay: 0s;
  }
  .jobInfoBnr__ttl {
    font-size: 28px;
    line-height: 1.11;
    margin: -40px 0 19px;
    padding: 22px 22px 0;
    transform: translateX(-15px);
  }
  .jobInfoBnr__txt {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .c-contentBackText--jobList {
    left: -20px;
  }
}

.jobInfoContent--question {
  position: relative;
  background-color: #F4F6FA;
  padding: 80px 0px;
}

.faqItem {
  background-color: #fff;
  position: relative;
  padding: 30px 100px 30px 40px;
}

.c-transition__icon--faq {
  position: absolute;
  top: 14px;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.c-transition__icon--faq > svg {
  width: 100%;
  height: 100%;
}

.c-transition__icon--faq::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #B6C5D0;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .4s;
}

.c-transition__icon--faq::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #B6C5D0;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .4s;
}

.question_open .c-transition__icon--faq::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  transform: rotate(90deg);
  background-color: #B6C5D0;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .4s;
}

.otherBnrArea__btn:hover .c-transition__icon--faq::before {
  background-color: #0065A9;
}

.otherBnrArea__btn:hover .c-transition__icon--faq::after {
  background-color: #0065A9;
}

.jobInfoContent__box--question {
  z-index: 2;
  position: relative;
}

.faq {
  background-color: #fff;
  position: relative;
}

.faq + .faq {
  margin-top: 15px;
}

.question {
  position: relative;
  padding: 40px 100px;
  font-size: 18px;
  display: block;
}

.answer {
  position: relative;
  padding: 40px 100px;
  font-size: 18px;
  display: block;
}

.answer {
  display: none;
}

.question::before {
  position: absolute;
  content: "Q";
  font-size: 34px;
  font-weight: 600;
  left: 40px;
  top: 26px;
  color: #0065A9;
}

.answer::before {
  position: absolute;
  content: "A";
  font-size: 34px;
  font-weight: 600;
  left: 40px;
  top: 26px;
  color: #0065A9;
}

th, td {
  padding: 5px;
  border: 1px solid;
  vertical-align: center !important;
}

.td2 {
  transform: translateY(20px);
}

.c-contentBackText--jobInfoFaq {
  color: #fff;
  top: 50px;
  left: auto;
  bottom: auto;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .faq_cover {
    padding: 30px 0;
  }
  .question, .answer {
    position: relative;
    padding: 20px 60px 20px 40px;
    font-size: 14px;
    display: block;
  }
  .question::before {
    position: absolute;
    content: "Q";
    font-size: 20px;
    left: 15px;
    top: 15px;
  }
  .answer {
    display: none;
    margin-bottom: 20px;
  }
  .answer::before {
    position: absolute;
    content: "A";
    font-size: 20px;
    left: 15px;
    top: 15px;
  }
  .c-transition__icon--faq {
    top: 0;
    right: 10px;
    width: 42px;
    height: 42px;
  }
  .c-transition__icon--faq::before {
    background-color: #0065A9;
    top: 0;
  }
  .c-transition__icon--faq::after {
    background-color: #0065A9;
    top: 0;
  }
  .question_open .c-transition__icon--faq::before {
    background-color: #0065A9;
  }
  .question_open .c-transition__icon--faq::before {
    top: 0;
  }
}
