@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-faq-ttl-main {
  text-align: center;
}
.p-faq-ttl-main:after {
  margin-left: auto;
  margin-right: auto;
}
.p-faq-recruit {
  margin-top: 5rem;
}
.p-faq-recruit-date {
  margin-bottom: 10rem;
}
.p-faq-recruit-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-faq-recruit-list-item:first-of-type .p-faq-recruit-list-ttl,
.p-faq-recruit-list-item:first-of-type .p-faq-recruit-list-det {
  padding-top: 0;
}
.p-faq-recruit-list-ttl {
  border-bottom: 1px solid #007236;
  padding: 3rem 1rem 3rem 2rem;
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-faq-recruit-list-det {
  border-bottom: 1px solid #D9D9D9;
  padding: 3rem 0 3rem 2rem;
  width: 100%;
}
.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-faq-list-item {
  background: #fff;
  border-radius: 4rem;
  padding: 2.8rem 7rem 2.8rem 9rem;
}
.p-faq-list-q {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}
.p-faq-list-q-icn {
  position: absolute;
  left: -5.3rem;
  top: 0;
}
.p-faq-list-q.is-open .p-faq-list-btn-open {
  display: none;
}
.p-faq-list-q.is-open .p-faq-list-btn-close {
  display: block;
}
.p-faq-list-a {
  position: relative;
  margin-top: 2.8rem;
  display: none;
}
.p-faq-list-a:before {
  content: "";
  background: url(../../images/faq/img_line-repeat.svg) repeat center/contain;
  width: 100%;
  height: 2px;
  display: block;
  margin-bottom: 2.8rem;
}
.p-faq-list-a-icn {
  position: absolute;
  left: -5.3rem;
  top: 2.8rem;
}
.p-faq-list-btn {
  position: absolute;
  right: -5.3rem;
  top: -0.6rem;
}
.p-faq-list-btn-close {
  display: none;
}
.p-faq-cont2 {
  background: #F2F2ED;
  padding-top: 9rem;
  padding-bottom: 11.2rem;
}
.p-faq .l-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-faq-recruit {
    margin-top: 0;
  }
  .p-faq-recruit-date {
    margin-bottom: 6rem;
  }
  .p-faq-recruit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-faq-recruit-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-faq-recruit-list-ttl {
    border-bottom: none;
    padding: 0 0 1rem;
    margin: 0 0 1.8rem;
    width: 100%;
    position: relative;
  }
  .p-faq-recruit-list-ttl:before, .p-faq-recruit-list-ttl:after {
    content: "";
    height: 0.1rem;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .p-faq-recruit-list-ttl:before {
    background: #007236;
    width: 10rem;
    z-index: 1;
  }
  .p-faq-recruit-list-ttl:after {
    background: #D9D9D9;
    width: 100%;
    right: 0;
    z-index: 0;
  }
  .p-faq-recruit-list-det {
    border-bottom: none;
    padding: 0;
  }
  .p-faq-list-item {
    border-radius: 2rem;
    padding: 2rem 6.8rem 2rem 6rem;
  }
  .p-faq-list-q-icn {
    width: 2.4rem;
    left: -4rem;
  }
  .p-faq-list-q.is-open .p-faq-list-btn-open {
    display: none;
  }
  .p-faq-list-q.is-open .p-faq-list-btn-close {
    display: block;
  }
  .p-faq-list-a {
    position: relative;
    margin-top: 2.8rem;
  }
  .p-faq-list-a-icn {
    width: 2.4rem;
    left: -4rem;
  }
  .p-faq-list-btn {
    width: 3rem;
    right: -4.8rem;
    top: 0;
  }
}