.p_faq_sec__q, .p_faq_sec__a {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__q, .p_faq_sec__a {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p_faq_sec {
    padding-top: 114px;
  }
}
.p_faq_sec + .p_faq_sec {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec + .p_faq_sec {
    padding-top: 114px;
  }
}
.p_faq_sec__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__list {
    margin-top: 60px;
  }
}
.p_faq_sec__item {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__item {
    margin-top: 20px;
  }
}
.p_faq_sec__item:first-child {
  margin-top: 0;
}
.p_faq_sec__item.is_open .p_faq_sec__question::after {
  opacity: 0;
  visibility: hidden;
}
.p_faq_sec__item:last-child {
  margin-bottom: 0;
}
.p_faq_sec__question {
  position: relative;
  display: flex;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
  padding: 15px 41px 15px 18px;
  gap: 5px 10px;
  background-color: #efefef;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__question {
    padding: 29px clamp(
        6rem,
        2.4038461538vw + 4.1538461538rem,
        8rem
    ) 34px 23px;
    gap: 5px clamp(
        1.5rem,
        2.4038461538vw + -0.3461538462rem,
        3.5rem
    );
  }
  .p_faq_sec__question:hover {
    opacity: 0.7;
  }
}
.p_faq_sec__question::before, .p_faq_sec__question::after {
  position: absolute;
  content: "";
  background-color: #e8002f;
}
.p_faq_sec__question::before {
  width: 20px;
  height: 2px;
  right: 15px;
  top: 26px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__question::before {
    width: 24px;
    height: 2px;
    right: clamp(
        3rem,
        1.2019230769vw + 2.0769230769rem,
        4rem
    );
    top: 49px;
  }
}
.p_faq_sec__question::after {
  height: 20px;
  width: 2px;
  right: 24px;
  top: 17px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__question::after {
    height: 24px;
    width: 2px;
    right: clamp(
        4.1rem,
        1.2019230769vw + 3.1769230769rem,
        5.1rem
    );
    top: 38px;
  }
}
.p_faq_sec__q, .p_faq_sec__a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  flex-shrink: 0;
  color: #f00000;
  position: relative;
  line-height: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__q, .p_faq_sec__a {
    transition: all 0.5s;
    width: 50px;
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec__a {
    top: 8px;
  }
}
.p_faq_sec__ttl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__ttl {
    padding-top: 5px;
    width: calc(100% - 50px);
    flex-direction: row;
  }
}
.p_faq_sec__ttl .ttl {
  width: 100%;
  position: relative;
  font-weight: 500;
  color: #2a2e45;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__ttl .ttl {
    line-height: 2;
    transition: all 0.5s;
  }
}
.p_faq_sec__answer {
  position: relative;
  display: none;
}
.p_faq_sec__answer__content {
  width: 100%;
  display: flex;
  padding: 16px 41px 32px 18px;
  gap: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__answer__content {
    gap: 5px clamp(
        1.5rem,
        2.4038461538vw + -0.3461538462rem,
        3.5rem
    );
    padding: 37px 22px;
  }
}
.p_faq_sec__desc {
  width: 100%;
  position: relative;
  font-weight: 500;
  color: #2a2e45;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_faq_sec__desc {
    line-height: 2;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec01 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec03 {
    padding-top: 103px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec04 {
    padding-top: 103px;
  }
}
/*# sourceMappingURL=carrer-recruit-faq.css.map */
