.sp {
  display: none;
}

.house_flow_wrap {
  background-color: #dfdfdf;
  padding-left: 17.5rem;
}

.top_img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  margin-bottom: 6rem;
}

.house_flow_title {
  font-size: 3rem;
  font-family: var(--Asc);
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 10rem;
}

.content_wrap {
  padding-left: 8.7rem;
}

.content_title {
  display: block;
  font-size: 2.2rem;
  font-family: 'しっぽり明朝', serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
  font-size: clamp(20px, 2.2rem, 22px);
}

.content_list {
  margin-top: 4rem;
}

.content_block {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 0 55px;
  border-bottom: solid 0.1rem #002c5e;
  width: 94.1rem;
}

.content_heading {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  width: 100%;
  font-size: clamp(18px, 2rem, 20px);
  letter-spacing: 0.1em;
  line-height: calc(40 / 20);
  color: #002C5E;

}

.content_heading span {
  font-size: 3.5rem;
  font-family: "Alegreya Sans SC", sans-serif;
  background-color: #002c5e;
  color: #FFFFFF;
  padding: 10px;
  font-size: clamp(33px, 3.5rem, 35px);
  border-radius: 1.5rem 0 0 0;
}

.content_explanation {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4.8rem;
  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
  background-color: #FFFFFF;
  padding: 3rem;
  width: 100%;
  font-weight: 500;
}

.contact_color {
  background-color: #002C5E;
  width: 100%;
  height: 28rem;
  padding: 2.5rem;
}

.contact_wrap {
  border: solid 0.3rem #FFFFFF;
  height: 23rem;
  text-align: center;
  color: #FFFFFF;
}

.contact_link {
  font-size: 1.8rem;
  font-family: "Alegreya Sans SC", sans-serif;
  margin-top: 7rem;
  display: block;
  font-size: clamp(16px, 1.8rem, 18px);
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
}

.contact_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 3rem;
  font-size: clamp(16px, 1.8rem, 18px);
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
}

.content_list>.content_block:last-child {
  border: none;
}

@media screen and (max-width: 699.98px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .house_flow_wrap {
    padding: 7rem 0 0;
  }

  .top_img {
    width: 100%;
    height: 15rem;
  }

  .house_flow_title {
    margin-top: 2.5rem;
  }

  .content_title {
    font-size: 1.8rem;
    margin-top: 2rem;
    font-size: clamp(16px, 1.8rem, 18px);
    letter-spacing: 0.1em;
    line-height: calc(36 / 18);
  }

  .content_wrap {
    padding-left: 0;
  }

  .content_list {
    margin-top: 0.8rem;
  }

  .content_block {
    padding: 2.5rem 0;
    gap: 0;
    text-align: center;
    margin: 0 auto;
    width: 35.5rem;
  }

  .content_heading {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 1rem;
    font-size: clamp(16px, 1.8rem, 18px);
    letter-spacing: 0.1em;
    line-height: calc(36 / 18);
    text-align: left;
    white-space: nowrap;
  }

  .content_explanation {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    font-size: clamp(13px, 1.5rem, 15px);
    letter-spacing: 0.1em;
    line-height: calc(30 / 15);
    padding: 1rem;
    margin: 0 1rem;
    text-align: left;

  }

  .content_heading span {
    font-size: clamp(20px, 2.2rem, 22px);
    letter-spacing: 0.1em;
    line-height: calc(44 / 22);
  }

  .contact_color {
    height: 21.5rem;
    padding: 1.5rem;
  }

  .contact_wrap {
    border: solid 0.2rem #FFFFFF;
    width: 34.5rem;
    height: 18.5rem;
  }

  .contact_link {
    margin-top: 5rem;
  }

  .contact_text {
    margin-top: 1rem;
    font-size: clamp(13px, 1.5rem, 15px);
    letter-spacing: 0.1em;
    line-height: calc(30 / 15);
  }

}