@charset "UTF-8";

body#faq .recruiting_key::after {
  background-image: url(../img/faq/key-v.jpg);
  background-position: center;
  background-size: cover;

}

@media only screen and (max-width: 768px) {
  body#faq .recruiting_key::after {
    background-image: url(../img/faq/key-v-sp.jpg);
    background-position: center;
  }
}

body#faq .recruiting_key {
  margin-bottom: 270px;
}

@media only screen and (max-width: 768px) {
  body#faq .recruiting_key {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  body#faq .recruiting_key::after {
    height: 330px;
  }
}


@media only screen and (max-width: 768px) {
  body#faq .recruiting_key-inner:after {
    height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  body#faq .ce-01-container {
    margin-top: 70px !important;
  }
  
}

body#faq .key-txt {
  width: 650px;
}

@media only screen and (max-width: 768px) {
  body#faq .key-txt {
    width: auto;
    margin-top: 20px;
  }
}

body#faq .ce-01{
  text-align: center;
  max-width: 90%;
  margin: 0 auto;

}
body#faq .ce-01 {
  font-size: 1.5rem;
}
.f-15{
  font-size: 1.8rem;;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .f-15{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.p-faq-content{
  max-width: 1200px;
  margin: 0px auto 120px;
  padding: 0 50px;
  width: 90%;

}
.p-faq__new-ttl,
.p-faq__mid-ttl{
  font-size: 3rem;
  font-weight: 600;
  color: #ed6c00;
  margin-bottom: 50px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  text-decoration-color: #ed6c00;
}
@media only screen and (max-width: 768px) {
  .p-faq-content{
    max-width: 1200px;
    margin: 0px auto 120px;
    padding: 0px;
    width: 90%;
  
  }
}
.p-faq-content__ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 80px;
}


.u-accordion {
  cursor: pointer;
}

.u-accordion.is-active + * {
  overflow: hidden;
  transition: 0.5s;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.u-accordion + * {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  opacity: 0;
  visibility: hidden;
}


.p-faq-content__item a{
  color: #0000FF;
}

.p-faq-content__item a:visited {
  color:  #0000FF; /* 紫色 */
}

.p-faq-content__item .u-accordion::before{
  content: "Q.";
    font-size: 2.4rem;
    font-family:'DINMedium', sans-serif;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 15px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    
}
/* 隠れているとき */
.p-faq-content__item dt::after{
  content: "+";
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 3.4rem;
  display: inline-block;
  color: white;
}
/* アクティブな時 */
.p-faq-content__item dt.is-active::after{
  content: "";
  position: absolute;
  top: 25.6px;
  right: 21.7px;
  width: 20.5px;
  height: 3.2px;
  /* font-size: 3.6rem; */

  display: inline-block;
  color: white;
  background-color: #fff;
}
.p-faq-content__item dt{
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  position: relative;
  background-color: #ed6c00;
  cursor: pointer;
  padding: 20px 40px 19px 70px;
}
.p-faq-content__item{
  margin: 0 0 15px;
}
/* 隠れているとき */
.p-faq-content__item dd{

  font-size: 1.5rem;
  line-height: 2.5rem;
  background-color: #fff;
  padding: 26px 10px 26px 70px;
  position: relative;
}
/* アクティブな時 */
.p-faq-content__item dt.is-active+dd {
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: fit-content;
  background-color: #fff;
  padding: 26px 10px 26px 70px;
  position: relative;
}
.p-faq-content__item dd::before{
  content: "A.";
    font-size: 2.4rem;
    font-family:'DINMedium', sans-serif;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 25px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ed6c00;
    
}

@media only screen and (max-width: 768px) {
  .p-faq-content{
    max-width: 1200px;
    margin: 0px auto 120px;
    padding: 0px;
    width: 90%;
  
  }
  .p-faq-content__item dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    padding: 26px 48px 26px 45px;
    line-height: 2.3rem;
  }
  .p-faq-content__item dt::after {
    content: "+";
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 3.4rem;
    display: inline-block;
    color: white;
  }
  .p-faq-content__item dt.is-active::after{
    top: 36.8px;
    width: 21px;
  }
  .p-faq-content__item .u-accordion::before{
    left: 15px;
    top: 24px;
  }
  .p-faq-content__item dt.is-active+dd {
    font-size: 1.5rem;
    line-height: 2.5rem;
    background-color: #fff;
    padding: 26px 10px 26px 45px;
    position: relative;
  }
  .p-faq-content__item dd a{
  
    word-wrap:break-word;
  }
  .p-faq-content__item dd::before{
    left: 15px;
  }
  .p-faq-content__item dd{

    font-size: 1.5rem;
    line-height: 2.5rem;
    background-color: #fff;
    padding: 26px 10px 26px 45px;
    position: relative;
  }
}