/*============================================================


  job.css


============================================================*/
/*========================================
  message
========================================*/
#job-message #content-hero .title-message {
  font-size: 9.2rem;
  font-weight: 100;
  padding: 8rem 12rem;
}

#job-message #content-hero .title-message > strong {
  display: block;
  letter-spacing: 0.16em;
  line-height: 1.6;
}

#job-message #content-hero .title-message > em {
  display: block;
  font-size: 96%;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 4rem;
}

#job-message #content-hero .text-message {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 2.8;
  padding: 0 12rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #job-message #content-hero > .block-content > .block-image {
    width: 100%;
    margin: 0;
  }

  #job-message #content-hero .block-letter {
    width: 100%;
    position: static;
  }

  #job-message #content-hero .title-message {
    font-size: 4.4rem;
    padding: 3.2rem 2.4rem;
    position: absolute;
    left: 0;
    top: 0;
  }

  #job-message #content-hero .title-message > strong {
    line-height: 1.56;
  }

  #job-message #content-hero .title-message > em {
    font-size: 96%;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin-top: 0.8rem;
  }

  #job-message #content-hero .text-message {
    color: #36388f;
    font-size: 1.44rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding: 2.4rem;
    margin-top: 0;
  }

  #job-message #content-hero .text-message > br {
    display: none;
  }

  #content-hero > .block-content > .block-image {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}




/*========================================
  need
========================================*/
#job-need #content-head .text-name {
  text-align: right;
  margin-top: 6.4rem;
}

#job-need #content-head .text-name > span {
  font-size: 80%;
}

#job-need .text-block::before {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 1px;
  vertical-align: middle;
  background-color: #666;
  margin-right: 1.4rem;
  -webkit-transform: translateY(-1px);
     -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (max-width: 480px) and (orientation: portrait) {
  #job-need #content-head .text-name {
    margin-top: 4rem;
  }

  #job-need .text-block::before {
    width: 3.2rem;
    margin-right: 1rem;
  }
}





/*========================================
  newgraduate
========================================*/
/*  event outline
=====================*/
#job-newgraduate #content-event .block-outline {
  width: 100%;
  background-color: #f8f8f8;
  padding: 2rem 4rem;
}

#job-newgraduate #content-event .block-outline .list-tbl {
  border-bottom: none;
}

#job-newgraduate #content-event .block-outline .list-tbl > dt:first-of-type,
#job-newgraduate #content-event .block-outline .list-tbl > dd:first-of-type {
  border-top: none;
}

@media (max-width: 480px) and (orientation: portrait) {
  #job-newgraduate #content-event .block-outline {
    padding: 1rem 2.4rem;
  }
}



/*  flow list
=====================*/
#job-newgraduate #content-flow .list-flow {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#job-newgraduate #content-flow .list-flow .box {
  display: table;
  width: 100%;
  height: 5.6rem;
  border: 1px solid #666;
  margin-bottom: 3.2rem;
  position: relative;
}

#job-newgraduate #content-flow .list-flow .box > p {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}

#job-newgraduate #content-flow .list-flow .box > p > img.logo {
  width: auto;
  height: 3.2rem;
  vertical-align: middle;
  margin-right: 0.8rem;
}

#job-newgraduate #content-flow .list-flow .arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #666;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
}

#job-newgraduate #content-flow .list-flow .arrow.long::before {
  height: 10.8rem;
  bottom: -10.8rem;
}

#job-newgraduate #content-flow .list-flow .arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.3rem 0 0.3rem;
  border-color: #666 transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.8rem;
}

#job-newgraduate #content-flow .list-flow .arrow.long::after {
  bottom: -11.6rem;
}

#job-newgraduate #content-flow .list-flow .list-branch {
  font-size: 0;
}

#job-newgraduate #content-flow .list-flow .list-branch > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#job-newgraduate #content-flow .list-flow .list-branch > li:nth-of-type(odd) {
  padding-right: 2rem;
}

#job-newgraduate #content-flow .list-flow .list-branch > li:nth-of-type(even) {
  padding-left: 2rem;
}

#job-newgraduate #content-flow .list-flow .list-branch > li > dl {
  width: 100%;
}

#job-newgraduate #content-flow .list-flow .list-branch > li > dl > dt {
  display: table;
  width: 100%;
  height: 5.6rem;
  background-color: #f2f2f8;
  margin-bottom: 3.2rem;
  position: relative;
}

#job-newgraduate #content-flow .list-flow .list-branch > li > dl > dt > em {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #36388f;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 480px) and (orientation: portrait) {
  #job-newgraduate #content-flow .list-flow {
    width: 100%;
  }

  #job-newgraduate #content-flow .list-flow .box {
    height: 3rem;
    margin-bottom: 2rem;
  }

  #job-newgraduate #content-flow .list-flow .box > p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }

  #job-newgraduate #content-flow .list-flow .box > p > img.logo {
    height: 1.8rem;
    margin-right: 0.4rem;
  }

  #job-newgraduate #content-flow .list-flow .arrow::before {
    height: 1.2rem;
    bottom: -1.2rem;
  }

  #job-newgraduate #content-flow .list-flow .arrow.long::before {
    height: 6.2rem;
    bottom: -6.2rem;
  }

  #job-newgraduate #content-flow .list-flow .arrow::after {
    border-width: 0.8rem 0.3rem 0 0.3rem;
    bottom: -1.8rem;
  }

  #job-newgraduate #content-flow .list-flow .arrow.long::after {
    bottom: -6.8rem;
  }

  #job-newgraduate #content-flow .list-flow .list-branch > li:nth-of-type(odd) {
    padding-right: 1rem;
  }

  #job-newgraduate #content-flow .list-flow .list-branch > li:nth-of-type(even) {
    padding-left: 1rem;
  }

  #job-newgraduate #content-flow .list-flow .list-branch > li > dl > dt {
    height: 3rem;
    margin-bottom: 2rem;
  }

  #job-newgraduate #content-flow .list-flow .list-branch > li > dl > dt > em {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}




/*========================================
  faq
========================================*/
#job-faq .list-faq {
  width: 100%;
  border-bottom: 1px solid #eee;
}

#job-faq .list-faq > li {
  border-top: 1px solid #eee;
  padding-left: 10rem;
  position: relative;
}

/*#job-faq .list-faq > li:hover {
  background-color: #fafafa;
}*/

#job-faq .list-faq .text-number {
  display: block;
  height: 8rem;
  line-height: 8rem;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

#job-faq .list-faq .question {
  display: table;
  width: 100%;
  height: 8rem;
  position: relative;
}

#job-faq .list-faq .question > a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}

#job-faq .list-faq .question > a:hover {
  text-decoration: underline;
}

#job-faq .list-faq .question > a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/images/common/ico_arrow_down_vio.svg) center center no-repeat;
  background-size: contain;
  margin: auto 0;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
}

#job-faq .list-faq .question.active > a::after {
  background-image: url(/assets/images/common/ico_arrow_up_vio.svg);
}

#job-faq .list-faq .answer {
  width: 100%;
  text-align: left;
}

#job-faq .list-faq .answer .text-body {
  padding-bottom: 2.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #job-faq .list-faq > li {
    padding-left: 5.6rem;
  }

  #job-faq .list-faq .text-number {
    height: 8rem;
    line-height: 8rem;
  }

  #job-faq .list-faq .question {
    height: 8rem;
  }

  #job-faq .list-faq .question > a {
    padding-right: 2.4rem;
  }

  #job-faq .list-faq .question > a::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 0;
  }

  #job-faq .list-faq .answer .text-body {
    padding-bottom: 1.6rem;
  }

  #job-faq .list-faq .answer .text-body > br {
    display: none;
  }
}






