.l-intro {
  position: relative;
  height: 63.9rem;
  margin-bottom: 10rem;
}

.l-intro_lead {
  z-index: 1;
  position: relative;
  padding-top: 8rem;
}

.l-intro_lead:has(+p) {
  margin-bottom: 3rem;
}

.l-intro_description {
  z-index: 1;
  position: relative;
  width: 57.3rem;
}

.l-intro_img {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 54rem;
}

.l-faq_heading {
  margin-bottom: 7rem;
}

.l-faq_listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.8rem;
}

.l-faq_list {
  position: relative;
  width: 50%;
  margin-left: 2rem;
  padding: 5.6rem 5rem 5.7rem 5.4rem;
  background: var(--colorWhite);
  font-weight: 400;
  line-height: 2.25;
  list-style: square;
}

.l-faq_list strong {
  color: var(--colorBlue);
  font-weight: 700;
}

.l-faq_list:first-of-type::before {
  background: var(--colorWhite);
  content: "問題";
  color: var(--colorBlue);
}

.l-faq_list:first-of-type::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -9rem;
  width: 5.8rem;
  height: 4.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/support/arrow.svg) center/contain no-repeat;
  content: "";
}

.l-faq_list:last-of-type::before {
  background: var(--colorBlue);
  content: "解決";
  color: var(--colorWhite);
}

.l-faq_list::before {
  display: grid;
  position: absolute;
  top: -4.2rem;
  left: -2rem;
  place-items: center;
  width: 9.4rem;
  height: 9.4rem;
  border: 1px solid var(--colorBlue);
  border-radius: 50%;
  font-size: 2.4rem;
}

.l-faq.is-bg_blue {
  margin-bottom: initial;
  padding-bottom: initial;
}

.l-detail_listWrapper {
  gap: 0 5rem;
}

.l-detail_list {
  margin-bottom: 8rem;
}

.l-detail_list:nth-last-child(-n+3) {
  margin-bottom: initial;
}

.l-detail_list_text_note {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
}

.l-voice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.l-voice_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 3.2rem 1.6rem;
  background: var(--colorLightBlue);
}

.l-voice_list_item_text {
  margin-bottom: 3rem;
}

.l-voice_list_item_name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .l-intro {
    height: auto;
    margin-bottom: 7rem;
  }
  .l-intro_lead {
    padding-top: initial;
  }
  .l-intro_lead:has(+p) {
    margin-bottom: 2rem;
  }
  .l-intro_description {
    width: 100%;
    margin-bottom: 3rem;
  }
  .l-intro_img {
    position: relative;
    width: 100%;
  }
  .l-faq_heading {
    margin-bottom: 4.5rem;
  }
  .l-faq_listWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5rem;
  }
  .l-faq_list {
    width: calc(100% - .8rem);
    margin-left: .8rem;
    padding: 3.6rem 1.5rem 2.6rem 2.8rem;
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-faq_list:first-of-type::after {
    top: initial;
    right: initial;
    bottom: -7.6rem;
    left: calc(50% - 2.4rem);
    width: 4.4rem;
    height: 3.6rem;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .l-faq_list::before {
    top: -2.5rem;
    left: -0.8rem;
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
  .l-detail_list {
    margin-bottom: 3.6rem;
  }
  .l-detail_list:nth-last-child(-n+3) {
    margin-bottom: 3.6rem;
  }
  .l-detail_list:last-child {
    margin-bottom: initial;
  }
  .l-voice_list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .l-voice_list_item {
    padding: 2rem 1.5rem;
  }
  .l-voice_list_item_text {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-voice_list_item_name {
    font-size: 1.4rem;
    line-height: 2;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
