.ly_symptomFv {
  padding: 0 20px;
}

.ly_pageTop:not(:has(.ly_subpHeader)) {
  padding-block: 16px 20px;
}

.bl_symptomFvTitle {
  background: #f8f5e9;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.bl_symptomFvTitle h1 {
  font-weight: 500;
  font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
}

.bl_symptomFvTitle p {
  flex-shrink: 1;
  display: flex;
}

.bl_symptomFvTitle span {
  display: block;
  margin-inline: 4px;
  border: 2px solid var(--color-accent);
  width: clamp(2.25rem, 2rem + 1.25vw, 3.125rem);
  height: clamp(2.25rem, 2rem + 1.25vw, 3.125rem);
  flex-shrink: 0;
  font-size: clamp(1.875rem, 1.6607rem + 1.0714vw, 2.625rem);
  line-height: 1;
}

.bl_symptomFvThumb {
  margin-block: 25px 16px;
  border-radius: 16px;
  overflow: hidden;
  max-height: 40vh;
}

.bl_symptomFvThumb img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_symptomFvCatch {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem);
  line-height: 120%;
  padding-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.6;
  text-align: center;
}

.ly_symptomVoicePhoto {
  padding: 20px;
}

.bl_symptomVoicePhoto_ttl {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background: #ebf2e8;
  padding: 20px 10px;
  border-radius: 16px;
}

.bl_symptomVoicePhoto_ttl svg {
  flex-shrink: 0;
}

.bl_symptomVoicePhoto_ttl h2 {
  text-align: center;
  font-size: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem);
}

.bl_symptomVoicePhoto_img {
  margin-top: 20px;
}

.ly_worryLeave {
  padding: 40px 20px;
  background: url(../img/symptom/worry-bg.webp) no-repeat center/cover;
  margin-bottom: 80px;
}

.ly_worryLeave h2 {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.2143rem + 2.6786vw, 3.625rem);
  letter-spacing: 0.04em;
  color: var(--color-accent);
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.bl_worryLeave_text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bl_worryLeave p {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
}

.bl_worryLeave_points {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  height: 220px;
  margin-inline: auto;
}

.el_worryLeave_txt {
  display: flex;
  justify-content: center;
  background-color: #ebf2e8;
  padding: 16px;
  border-radius: 8px;
  width: 48%;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.el_worryLeave_txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -50%);
  width: 28px;
  height: 28px;
  background: url(../img/symptom/worryLeave.svg) no-repeat center/contain;
}

.el_worryLeave_txt p {
  text-align: center;
  font-size: 1em;
  line-height: 120%;
  margin-inline: auto;
  margin-block: auto;
  font-weight: 400;
}

.el_worryLeave_txt p span {
  font-size: 1.3em;
  font-weight: 500;
}

.ly_symptomArticle {
  padding: 0 20px 20px;
}

.bl_symptomArticleCont {
  margin-block: 40px;
}

.bl_customData p {
  font-size: clamp(1rem, 0.8807rem + 0.5089vw, 1.125rem);
}

.bl_customData h3 {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  margin-top: 44px;
  margin-bottom: 26px;
  position: relative;
}

.bl_customData h3::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url(../img/first/first-circle.svg) no-repeat center/contain;
}

.bl_symptomArticleCont img {
  margin-block: 20px;
  border-radius: 16px;
}

.ly_symptomTreatment {
  padding: 0px 20px 80px;
}

.bl_symptomTreatmentCont {
  padding-top: 60px;
}

.bl_symptomTreatmentMerit {
  margin-top: 40px;
}

.bl_symptomTreatmentMerit h3 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.bl_symptomTreatmentMeritList {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.bl_symptomTreatmentMeritList li {
  padding: 54px 40px 40px;
  position: relative;
  font-size: 18px;
}

.bl_symptomTreatmentMeritList li>span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  background: url(../img/symptom/case-bg.svg) no-repeat center/contain;
  width: 60px;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_symptomTreatmentMeritList li h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.el_symptomMeritFrame span {
  position: absolute;
}

.el_symptomMeritFrame .t-l {
  top: 0;
  left: 0;
}

.el_symptomMeritFrame .t-r {
  top: 0;
  right: 0;
}

.el_symptomMeritFrame .b-r {
  bottom: 0;
  right: 0;
}

.el_symptomMeritFrame .b-l {
  bottom: 0;
  left: 0;
}

.ly_flow {
  padding: 80px 20px;
  background: #f8f5e9;
}

.bl_flowBlock {
  background: #ebf2e8;
  border-radius: 16px;
  padding: 36px 20px;
}

/* .bl_flowCont_step {
  position: absolute;
  top: 0;
  left: 0;
}

.bl_flowCont_step span {
  font-size: clamp(3.5rem, 2.9718rem + 2.2535vw, 5rem);
}

.bl_flowItem_txt h3 {
  font-size: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
}

.bl_flowCont_step picture,
.bl_flowCont_step img,
.bl_flowCont_step svg {
  width: 80px;
} */

.ly_flow .bl_subpCont {
  padding-inline: 0;
}

.ly_subpVoice {
  background: #fff;
}

.bl_symptomSwiper {
  display: none;
}

.ly_symptoms {
  background: #f8f5e9;
  padding: 80px 20px;
}

.bl_symptomCategories {
  margin-top: 60px;
  padding-inline: 0;
}

.ly_subpVoice {
  background: transparent !important;
}

.ly_symptomShopInfo {
  padding: 40px 20px 0;
}

.bl_symptomShopInfo {
  background: #f8f5e9;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_symptomShopInfo_visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_symptomShopInfo_thumb {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}

.bl_symptomShopInfo_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_symptomShopInfo_map {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}

.bl_symptomShopInfo_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .ly_symptomShopInfo {
    padding: 60px 20px 0;
  }

  .bl_symptomShopInfo {
    max-width: 1120px;
    margin-inline: auto;
    flex-direction: row-reverse;
    padding: 40px;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-around;
  }

  .bl_symptomShopInfo_visual {
    width: 48%;
    flex-shrink: 0;
    gap: 20px;
  }

  .bl_symptomShopInfo_thumb {
    aspect-ratio: 1 / 0.6;
  }

  .bl_symptomShopInfo_map {
    aspect-ratio: 1 / 0.6;
  }
}

@media screen and (min-width: 768px) {
  .ly_pageTop {
    padding-block: 6px !important;
  }

  .ly_pageTop:not(:has(.ly_subpHeader)) {
    padding-block: 20px;
  }

  .ly_symptomFv {
    padding: 0;
  }

  .bl_symptomFvTitle {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomFvTitle span {
    border: 4px solid var(--color-accent);
  }

  .bl_symptomFv {
    position: relative;
  }

  .bl_symptomFvThumb {
    max-width: 75vw;
    max-height: 480px;

    margin-inline: auto 0;
    aspect-ratio: 1080 / 540;
    overflow: hidden;
  }

  .bl_symptomVoicePhoto {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomVoicePhoto_ttl {
    gap: 24px;
    align-items: flex-end;
    padding-block: 40px;
  }

  .bl_symptomVoicePhoto_img {
    max-width: 980px;
    margin-inline: auto;
  }

  .ly_worryLeave {
    padding-block: 80px 0;
    margin-bottom: 120px;
    position: relative;
  }

  .ly_worryLeave::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%);
  }

  .bl_worryLeave {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ly_worryLeave h2 {
    text-align: left;
  }

  .bl_worryLeave_text img {
    width: 36vw;
    max-width: 520px;
  }

  .bl_worryLeave_text p {
    text-align: left;
  }

  .bl_worryLeave_img {
    max-width: 640px;
    justify-self: flex-end;
  }

  .bl_worryLeave_points {
    max-width: 460px;
    height: 260px;
    margin-inline: unset;
  }

  .el_worryLeave_txt {
    border-radius: 12px;
    padding: 16px;
  }

  .el_worryLeave_txt::before {
    width: 36px;
    height: 36px;
  }

  .el_worryLeave_txt p {
    font-size: 1.2em;
    text-align: center;
  }

  .el_worryLeave_txt p span {
    font-size: 1.5em;
  }

  .ly_symptomArticle {
    padding-block: 0 120px;
  }

  .bl_symptomArticle {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomArticleCont h3 {
    margin-top: 80px;
  }

  .ly_symptomTreatment {
    padding-bottom: 200px;
  }

  .bl_symptomTreatment {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomTreatmentMerit {
    margin-top: 120px;
  }

  .bl_symptomTreatmentMeritList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .bl_symptomTreatmentMeritList li {
    padding-inline: 0;
  }

  .bl_flowBlock {
    border-radius: 16px;
    background: #ebf2e8;
    padding: 36px 40px 36px min(18vw, 240px);
    display: flex;
    gap: 28px;
    flex-direction: row;
  }

  .bl_flowItem_img {
    aspect-ratio: 200 / 160;
    max-width: 200px;
    max-height: 160px;
    flex-shrink: 0;
  }

  .bl_flowCont .bl_flowCont_item {
    padding: 0;
    flex-direction: column;
  }

  .bl_flowCont_step {
    position: absolute;
    left: 28px;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .bl_flowCont_step picture,
  .bl_flowCont_step img {
    width: min(12.5vw, 180px);
    aspect-ratio: 180 / 270;
  }

  .bl_flowCont_step span {
    top: clamp(1.25rem, -0.1786rem + 2.9762vw, 2.5rem);
    transform: translate(-50%, 0);
  }

  .bl_flowCont_step picture,
  .bl_flowCont_step img,
  .bl_flowCont_step svg {
    width: min(12.5vw, 160px);
  }

  .bl_symptomsTop {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_symptomFvCatch {
    width: 40%;
    left: 0;
    margin-inline: auto;
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    padding-left: 80px;
    text-shadow: 0px 0px 8px #fff;
    text-align: left;
  }
}

@media screen and (min-width: 1120px) {
  .bl_flowCont .bl_flowCont_item {
    flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  .bl_symptomFv {
    max-width: 1520px;
    margin-inline: auto;
    max-height: 76vh;
  }

  .bl_symptomFvThumb {
    max-width: 65vw;
    margin-inline: auto 0;
    border-radius: 16px 0 0 16px;
  }

  .bl_symptomFvThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bl_symptomTreatmentMeritList {
    gap: 40px;
  }

  .bl_symptomTreatmentMeritList li {
    padding-inline: 40px;
  }
}

/* ========================================
   bl_singleFvPoints - 実績ポイント2行固定
   ======================================== */

.symptom .bl_singleFvPoints {
  font-size: clamp(0.625rem, 0.5rem + 0.625vw, 0.875rem);
  gap: 6px;
}

.symptom .bl_singleFvPoints div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 12px 4px;
}

.symptom .bl_singleFvPoints div p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}

.symptom .bl_singleFvPoints .hp_singleFvPoints_txtLg {
  font-size: 1.4em;
}

.symptom .bl_singleFvPoints div small {
  font-size: 0.75em;
  margin-top: 2px;
}

@media screen and (min-width: 480px) {
  .symptom .bl_singleFvPoints {
    font-size: clamp(0.75rem, 0.6rem + 0.6vw, 1rem);
    gap: 8px;
  }

  .symptom .bl_singleFvPoints div {
    min-height: 80px;
    padding: 14px 8px;
  }
}

@media screen and (min-width: 768px) {
  .symptom .bl_singleFvPoints {
    font-size: clamp(0.875rem, 0.75rem + 0.4vw, 1.125rem);
    gap: 12px;
  }

  .symptom .bl_singleFvPoints div {
    min-height: 88px;
    padding: 16px 12px;
  }

  .symptom .bl_singleFvPoints .hp_singleFvPoints_txtLg {
    font-size: 1.5em;
  }
}