.l-links {
  margin-bottom: 10rem;
}

.l-guide {
  max-width: 98.8rem;
  margin: auto auto 10rem;
}

.l-guide_heading {
  margin-bottom: 2.2rem;
  color: var(--colorBlue);
  font-size: 3rem;
  line-height: 1.46;
}

.l-guide_lead {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 1.88;
}

.l-guide_text_title {
  padding: 2.3rem 7.3rem;
  background: var(--colorBlue);
  color: var(--colorWhite);
  font-size: 2.2rem;
  line-height: 1.27;
}

.l-guide_text_description {
  margin-bottom: 6rem;
  padding: 3.2rem 7.3rem 3.2rem 9.4rem;
  border: 1px solid var(--colorBlack);
  font-size: 1.8rem;
  line-height: 1.88;
}

.l-guide_text_description_list {
  list-style: square;
}

.l-guide_flow {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "step1 step1" "step2-form step2-tel" "step3-form step3-tel" "caution caution";
  padding: 10rem 0;
  gap: 3rem 5.2rem;
}

.l-guide_flow_step {
  text-align: center;
}

.l-guide_flow_step_inner {
  display: block;
  width: 100%;
  padding: 2.3rem 0;
  background-color: var(--colorWhite);
}

.l-guide_flow_step.is-step1 {
  grid-area: step1;
  padding: 2.3rem 0;
  background: var(--colorBlue);
  color: var(--colorWhite);
  font-size: 2.2rem;
  line-height: 1.27;
}

.l-guide_flow_step.is-step2 {
  font-size: 2.2rem;
  line-height: 1.27;
}

.l-guide_flow_step.is-step2-form {
  grid-area: step2-form;
}

.l-guide_flow_step.is-step2-tel {
  grid-area: step2-tel;
}

.l-guide_flow_step.is-step3 {
  margin-bottom: 1.3rem;
}

.l-guide_flow_step.is-step3-form {
  grid-area: step3-form;
}

.l-guide_flow_step.is-step3-tel {
  grid-area: step3-tel;
}

.l-guide_flow_step.is-step2::before,.l-guide_flow_step.is-step3::before {
  display: block;
  width: 10rem;
  height: 5.2rem;
  margin: auto auto 3rem;
  background: url(/img/contact/arrow.svg) center/contain no-repeat;
  content: "";
}

.l-guide_flow_caution {
  grid-area: caution;
  text-align: center;
}

.l-guide_flow::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--colorLightBlue);
  content: "";
}

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

.l-request_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}

.l-request_wrapper.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
}

.l-request_contact {
  margin-bottom: initial;
  padding: 5rem 7.4rem;
}

.l-request_contact.is-half {
  width: 57.4rem;
}

.l-request_contact_tag.is-img {
  width: 6.2rem;
  height: 3.2rem;
  padding: initial;
  background: unset;
}

.l-request_contact_tel {
  letter-spacing: 0em;
}

.l-request_contact_tel_link {
  letter-spacing: 0em;
}

.l-request_contact_tel_link:has(+.l-request_contact_tag) {
  margin-right: 5rem;
}

.l-request_contact_message {
  margin-bottom: 3.3rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid var(--colorBlack);
}

.l-request_contact_message_heading {
  margin-bottom: 1rem;
  color: var(--colorBlue);
  font-weight: 700;
  font-size: 1.8rem;
}

.l-request_contact_message_text {
  font-size: 1.5rem;
  line-height: 1.73;
}

.l-form {
  margin-bottom: 15rem;
}

@media screen and (max-width: 47.9375em) {
  .l-links {
    margin-bottom: 7rem;
  }
  .l-guide {
    margin-bottom: 5rem;
  }
  .l-guide_heading {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .l-guide_lead {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .l-guide_text {
    margin-bottom: 5rem;
  }
  .l-guide_text_title {
    padding: 1.2rem 1.5rem 1.3rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .l-guide_text_description {
    margin-bottom: 3.6rem;
    padding: 1.5rem 1.5rem 1.5rem 2.8rem;
    font-size: 1.4rem;
  }
  .l-guide_flow {
    padding: 5rem 0;
    gap: 1.2rem 3rem;
  }
  .l-guide_flow_step_inner {
    padding: .8rem 1.2rem .9rem;
  }
  .l-guide_flow_step.is-step1 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .l-guide_flow_step.is-step2 {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-guide_flow_step.is-step3 {
    margin-bottom: 1.1rem;
  }
  .l-guide_flow_step.is-step2::before,.l-guide_flow_step.is-step3::before {
    height: 2.8rem;
    margin-bottom: 1.2rem;
    background: url(/img/contact/arrow_sp.svg) center/contain no-repeat;
  }
  .l-guide_flow_step_button {
    border-radius: 1rem;
  }
  .l-guide_flow_step_button.is-large {
    height: 7.2rem;
  }
  .l-guide_flow_step_button_icon {
    top: calc(50% - .5rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-guide_flow_caution {
    font-size: 1.2rem;
    line-height: 1.66;
    text-align: left;
  }
  .l-request {
    margin-bottom: 5rem;
  }
  .l-request_wrapper {
    gap: 2rem;
  }
  .l-request_wrapper.is-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .l-request_contact {
    padding: 3rem;
  }
  .l-request_contact.is-half {
    width: 100%;
    padding-bottom: 2.2rem;
  }
  .l-request_contact_title {
    letter-spacing: .04em;
  }
  .l-request_contact_tag.is-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.9rem;
  }
  .l-request_contact_tel {
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    gap: 1.7rem .6rem;
  }
  .l-request_contact_message {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .l-request_contact_message_heading {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .l-request_contact_message_text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-form {
    margin-bottom: 7rem;
  }
}
