@charset "utf-8";

/* *****************************************************************************

  faq style

***************************************************************************** */
/* contents-faq */
.contents-faq{
  padding: 4rem 6rem 16rem;
}
.contents-faq > .-inner{
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* contents-faq */
  .contents-faq{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width : 760px){
  /* contents-faq */
  .contents-faq{
    padding: 2rem 2rem 8rem;
  }
}

/* faq-area */
.faq-area{
  margin-top: 7.5rem;
}

@media screen and (max-width : 760px){
  /* faq-area */
  .faq-area{
    margin-top: 6rem;
  }
}

/* faq-box-wrap */
.faq-box-wrap{
  padding-top: 80px;
	margin-top: -80px;
}

@media screen and (max-width : 760px){
  /* faq-box-wrap */
  .faq-box-wrap{
    padding-top: 64px;
	  margin-top: -64px;
  }
}

/* faq-box */
.faq-box{
  margin-bottom: 10rem;
}
.faq-box.-last{
  margin-bottom: 0;
}

@media screen and (max-width : 760px){
  /* faq-box */
  .faq-box{
    margin-bottom: 8rem;
  }
}

/* faq-list */
.faq-list{
  margin-top: 3rem;
  border-bottom: 1px solid #b4bcc9;
}

/* faq-list-box */
.faq-list-box{
  border-top: 1px solid #b4bcc9;
  /*background-color: #ede9e0;*/
  /*margin-top: 2rem;*/
}
.faq-list-box:nth-child(1){
  margin-top: 0;
}

/* faq-list */
.faq-list-heading{
  padding: 2.4rem 13.4rem 2.4rem 3rem;
}
.faq-list-heading{
  cursor: pointer;
  display: block;
  position: relative;
}
.faq-question{
  display: flex;
  justify-content: space-between;
}
.faq-question-text{
  flex: 1;
  padding-top: 0.3rem;
  padding-left: 3rem;
}
.faq-question-mark{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
.faq-question-mark > span{
  display: inline-block;
  width: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  background-color: #2c4169;
  color: #ffffff;
  border-radius: 50%;
}
.faq-question-text > p{
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
}
.faq-list-mark{
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-list-mark::before,
.faq-list-mark::after{
  position: absolute;
  background-color: #2c4169;
  content: '';
}
.faq-list-mark::before{
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.faq-list-open .faq-list-mark::before{
  -webkit-ransform: scaleY(0);
  transform: scaleY(0);
}
.faq-list-mark::after{
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}
.faq-list-main{
  border-top: 1px solid #b4bcc9;
  background-color: #dce0e6;
  padding: 2.4rem 3rem;
  display: none;
}
.faq-answer{
  display: flex;
  justify-content: space-between;
}
.faq-answer-mark{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
.faq-answer-mark > span{
  display: inline-block;
  width: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  background-color: #da1f3d;
  color: #ffffff;
  border-radius: 50%;
}
.faq-answer-box{
  flex: 1;
  padding-top: 0.3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 1000px){
  /* faq-list */
  .faq-list-heading{
    padding-right: 7.4rem;
  }
  .faq-list-mark{
    right: 3rem;
  }
}

@media screen and (max-width: 760px){
  /* faq-list */
  .faq-list-heading{
    padding-left: 1rem;
    padding-right: 3.4rem;
  }
  .faq-question-text{
    padding-left: 1rem;
  }
  .faq-list-mark{
    right: 1rem;
  }
  .faq-list-main{
    padding-left: 1rem;
    padding-right: 2rem;
  }
  .faq-answer-box{
    padding-left: 1rem;
  }
}

/* faq-answer-box */
.faq-answer-text > p{
  font-size: 1.6rem;
  line-height: 1.875;
  color: #2c4169;
}

/* faq-answer-more */
.faq-answer-more{
  background-color: #eef0f3;
  margin-top: 2.4rem;
  padding: 3.5rem;
}
.faq-answer-more > .-box{
  margin-top: 3.5rem;
}
.faq-answer-more > .-box:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 760px){
  /* faq-answer-more */
  .faq-answer-more{
    padding: 3rem 2rem;
  }
}

/* faq-answer-heading */
.faq-answer-heading{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #2c4169;
  margin-bottom: 2.4rem;
}
.faq-answer-heading > span{
  background-color: #dce0e6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1rem;
}

@media screen and (max-width: 760px){
  /* faq-answer-heading */
  .faq-answer-heading{
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

/* faq-answer-category */
.faq-answer-category{
  margin-top: 2.6rem;
  margin-bottom: 1.2rem;
  display: flex;
}
.faq-answer-category > .-item{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5238;
  color: #2c4169;
  position: relative;
  padding-left: 2rem;
  margin-left: 3.2rem;
  white-space: nowrap;
}
.faq-answer-category > .-item:nth-child(1){
  margin-left: 0;
}
.faq-answer-category > .-item::before{
  position: absolute;
  top: 0.9rem;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #96a2b4;
  border-radius: 50%;
}

@media screen and (max-width: 760px){
  /* faq-answer-category */
  .faq-answer-category{
    margin-top: 2.4rem;
  }
  .faq-answer-category > .-item{
    font-size: 1.7rem;
    padding-left: 1.8rem;
    margin-left: 2.4rem;
  }
  .faq-answer-category > .-item::before{
    top: 0.8rem;
    width: 7px;
    height: 7px;
  }
}

/* faq-answer-button */
.faq-answer-button{
  margin-top: 2.4rem;
}
.faq-answer-button > a{
  display: inline-block;
  min-width: 180px;
  line-height: 50px;
  background: #324a74 url(/auto/career/assets/images/icon-window-white.svg) right 2rem center no-repeat;
  background-size: 1.9rem auto;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}
.faq-answer-button > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 320px){
  /* faq-answer-button */
  .faq-answer-button > a{
    width: 100%;
    min-width: auto;
  }
}

/* faq-flow-list */
.faq-flow-list{
  counter-reset: faq-flow-list;
  margin-bottom: 2rem;
}
.faq-flow-list > .-item{
  position: relative;
  margin-top: 4.2rem;
  padding-left: 3rem;
}
.faq-flow-list > .-item:nth-child(1){
  margin-top: 0;
}
.faq-flow-list > .-item::before{
  counter-increment: faq-flow-list;
  content: counter(faq-flow-list)'．';
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1;
  color: #2c4169;
  z-index: 1;
}
.faq-flow-list > .-item::after{
  content: "";
  width: 15px;
  height: 19px;
  background: url(/auto/career/assets/images/faq/arrow-flow-list.svg) left top no-repeat;
  background-size: 1.5rem auto;
  position: absolute;
  top: -3.1rem;
  left: 3rem;
}
.faq-flow-list > .-item:nth-child(1)::after{
  display: none;
}

@media screen and (max-width: 760px){
  /* img-training */
  .img-training{
    overflow: auto;
  }
  .img-training > img{
    width: 210vw;
  }
}

/* faq-note */
.faq-note{
  margin-top: 10rem;
}
.faq-note > p{
  font-size: 1.6rem;
  line-height: 1.875;
  margin-left: 1em;
  display: block;
}
.faq-note > p::before{
  content: '※';
  margin-left: -1em;
}

@media screen and (max-width: 760px){
  /* faq-note */
  .faq-note{
    margin-top: 8rem;
  }
}
