@charset "UTF-8";
.faq ul {
  padding-left: 0;
}
.faq ul li {
  list-style: none;
  background: white;
}

details {
  width: 100%;
}
details img {
  width: 50px;
}
details p {
  font-weight: 400;
  font-size: 16px;
  padding: 40px calc(20px + 4%);
  padding-top: 10px;
}
details p span {
  color: #cf111b;
}

details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

details summary::-webkit-details-marker {
  display: none;
}

.text-box {
  background: white;
  margin-bottom: 30px;
}

.q-box,
.a-box {
  margin: 20px 10px;
  line-height: 100%;
  font-size: 24px;
}
.q-box img,
.a-box img {
  border-right: solid 2px #cbcbcb;
  padding: 10px;
  padding-right: 20px;
}

.a_block {
  display: flex;
  align-items: center;
  position: relative;
}
.a_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 30px);
  height: 2px;
  background: #cbcbcb;
}

.d-title {
  position: relative;
  padding-left: 10px;
  max-width: calc(100% - 30px);
  width: 100%;
  padding: 0px 20px;
  padding-right: 60px;
}

.a-text {
  padding: 0px 20px;
}

details summary .d-title::after {
  position: absolute;
  content: "+";
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 400;
  margin-left: 20px;
  color: #cf111b;
  right: calc(4% + 20px);
  top: 50%;
  font-size: 20px;
  transform: translate(0%, -50%);
}

/**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
details[open] summary .d-title::after {
  content: "-";
}

.recruit_btn .contact-block {
  width: 960px;
  margin: 100px auto;
}
.recruit_btn .contact-block .contact_text .title {
  font-size: 24px;
  margin: 10px 0;
  margin-bottom: 30px;
}
.recruit_btn .contact-block .contact_text .arrow_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.recruit_btn .contact-block .contact_text .arrow {
  position: static;
  border: none;
  width: 20px;
  height: 20px;
  transform: none;
}

@media (max-width: 900px) {
  .sub_title_box p {
    text-align: left;
  }
  .sub_title_box p br {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .contact_btn.recruit_btn .contact-block .contact_text {
    padding: 40px 0;
  }
  .contact_btn.recruit_btn .contact-block .contact_text .arrow {
    margin: 0;
  }
  .contact_btn.recruit_btn .contact-block .contact_text .arrow img {
    width: 30px;
    margin: 0px auto;
  }
}/*# sourceMappingURL=faq.css.map */