.l-faq {
  position: relative;
  margin-bottom: -6.8rem;
  padding-top: 10.4rem;
}
.l-faq_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.l-faq_list_item {
  overflow: hidden;
  border: var(--border);
  border-color: var(--color-blue);
  border-radius: var(--radius);
}
.l-faq_list_item_question {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.4rem;
  padding: 2.4rem 6rem 3rem 2.8rem;
  border-bottom: var(--border);
  border-color: var(--color-blue);
  background-color: var(--color-blue);
}
.l-faq_list_item_question_icon {
  flex-shrink: 0;
  width: 4rem;
  margin-top: 0.2rem;
}
.l-faq_list_item_question_text {
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.l-faq_list_item_answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.4rem;
  min-height: 11rem;
  padding: 2.6rem 6rem 2.6rem 2.8rem;
  background-color: var(--color-bg-blue);
}
.l-faq_list_item_answer_icon {
  flex-shrink: 0;
  width: 4rem;
}
.l-faq_list_item_answer_text {
  font-weight: var(--font-weight-regular);
  white-space: pre-line;
}
.l-faq_illust-bg-02 {
  position: absolute;
  top: 102.4rem;
  right: -7.7rem;
  z-index: 0;
  width: 34.5rem;
}
.l-faq_illust-bg-03 {
  position: absolute;
  top: 205rem;
  left: -4rem;
  z-index: 0;
  width: 37.4rem;
}
@media screen and (max-width: 768px) {
  .l-faq {
    margin-bottom: -3.4rem;
    padding-top: 5.8rem;
  }
  .l-faq_list {
    gap: 3rem;
  }
  .l-faq_list_item_question {
    gap: 1rem;
    padding: 1.4rem 1.8rem 1.2rem;
  }
  .l-faq_list_item_question_icon {
    width: 3.7rem;
    margin-top: 0.5rem;
  }
  .l-faq_list_item_question_text {
    line-height: 1.6;
  }
  .l-faq_list_item_answer {
    gap: 1rem;
    min-height: initial;
    padding: 2rem 1.8rem 3rem;
  }
  .l-faq_list_item_answer_icon {
    width: 3.7rem;
  }
  .l-faq_list_item_answer_text {
    font-weight: var(--font-weight-regular);
  }
  .l-faq_illust-bg-02, .l-faq_illust-bg-03 {
    display: none;
  }
}

.l-contact {
  padding-top: 6.7rem;
  padding-bottom: 28.4rem;
}
.l-contact_contents {
  position: relative;
  padding: 4.6rem 8.4rem 4.4rem;
  border: var(--border);
  border-radius: var(--radius);
  background-color: var(--color-white);
}
.l-contact_contents_heading {
  margin-bottom: 3.3rem;
  color: var(--color-text-blue);
  text-align: center;
}
.l-contact_contents_facility_name {
  margin-bottom: 1.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
}
.l-contact_contents_facility_address {
  margin-bottom: 0.8rem;
  font-weight: var(--font-weight-regular);
}
.l-contact_contents_facility_email {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-contact_contents_facility_email_label {
  flex-shrink: 0;
  width: 6rem;
  height: 2.2rem;
  padding-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 0.2rem;
}
.l-contact_contents_facility_email_text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.l-contact_contents_facility:first-of-type {
  margin-bottom: 4rem;
}
.l-contact_contents_illust {
  position: absolute;
  bottom: 2.7rem;
  right: 2.6rem;
  width: 26.3rem;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding-top: 6.6rem;
    padding-bottom: 17rem;
  }
  .l-contact_contents {
    padding: 3.6rem 2rem 5.3rem;
  }
  .l-contact_contents_heading {
    margin-bottom: 2rem;
  }
  .l-contact_contents_facility_name {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .l-contact_contents_facility_address {
    margin-bottom: 1.2rem;
  }
  .l-contact_contents_facility_email {
    align-items: flex-start;
  }
  .l-contact_contents_facility_email_label {
    margin-top: 0.2rem;
  }
  .l-contact_contents_facility:first-of-type {
    margin-bottom: 4rem;
  }
  .l-contact_contents_illust {
    position: absolute;
    bottom: -7.8rem;
    right: -0.6rem;
    width: 31.52rem;
    max-width: 100%;
  }
}
