/* ------------------------------------
// #innerlink
------------------------------------ */
.innerlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem clamp(2rem, 2.8vw, 4rem);
  max-width: 940px;
  margin: 0 auto 10rem;
}
.innerlink li {
  width: calc(20% - clamp(2rem, 2.8vw, 4rem));
  text-align: center;
}
.innerlink li .icon {
  border-radius: 100vh;
  background: #E2AB82;
  margin-bottom: 1.5rem;
}
.innerlink li a:hover .icon {
  background: #F39800;
}
@media screen and (max-width: 1024px) {
  .innerlink {
    gap: 3rem clamp(2rem, 4.2vw, 6rem);
  }
  .innerlink li {
    width: calc(33% - clamp(2rem, 4.2vw, 6rem));
  }
  .innerlink li .icon {
    max-width: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .innerlink {
    gap: 2rem 1rem;
  }
  .innerlink li {
    width: calc(33% - 1rem);
  }
  .innerlink li .icon {
    max-width: 160px;
    margin: 0 auto;
  }
}

/* ------------------------------------
// #innerlink
------------------------------------ */
.kamoku {
  background: #FFF;
  border-radius: 20px;
  padding: 5rem clamp(3rem, 4.2vw, 6rem);
  margin-top: 10rem;
}
.kamoku hgroup {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.1vw, 3rem);
  align-items: center;
  margin-bottom: 5rem;
}
.kamoku hgroup .icon {
  width: clamp(7rem, 9.7vw, 14rem);
  aspect-ratio: 1;
  background: #E2AB82;
  border-radius: 50vh;
}
.kamoku hgroup h2 {
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  font-family: "Zen Old Mincho", serif;
}
.kamoku .treatmentDataContainer {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4rem clamp(3rem, 4.2vw, 6rem);
}
.kamoku .symptom, .kamoku .commonDiseases, .kamoku .treatmentDetail {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  position: relative;
}
.kamoku .symptom h3, .kamoku .commonDiseases h3, .kamoku .treatmentDetail h3 {
  place-content: center;
  font-size: clamp(2rem, 1.4vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  display: block;
  border-right: 1px solid #C2BFB1;
  padding-right: clamp(3rem, 4.2vw, 6rem);
}
.kamoku .symptom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  position: relative;
}
.kamoku .symptom ul li {
  background: #F8F6F4;
  padding: 1rem 2rem;
}
.kamoku .commonDiseases dl dt {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.kamoku .commonDiseases dl dd + dt {
  margin-top: 2rem;
}
.kamoku .treatmentDetail .detail p {
  line-height: 1.7;
}
.kamoku .flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, 6em);
  gap: 10px 3rem;
  justify-content: space-between;
  margin: 5rem 0 0 0;
}
.kamoku .flow li {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  background: #D6B42C;
  color: #FFF;
  position: relative;
}
.kamoku .flow li:after {
  content: "";
  height: 100%;
  aspect-ratio: 0.3420201433;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #D6B42C;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  .kamoku {
    padding: 2rem 2rem;
  }
  .kamoku hgroup {
    gap: 0.5rem;
  }
  .kamoku .treatmentDataContainer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem clamp(3rem, 4.2vw, 6rem);
  }
  .kamoku .symptom, .kamoku .commonDiseases, .kamoku .treatmentDetail {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
  }
  .kamoku .symptom h3, .kamoku .commonDiseases h3, .kamoku .treatmentDetail h3 {
    border-right: none;
    border-bottom: 1px solid #C2BFB1;
    padding: 0 0 0.5rem 0;
    margin-bottom: 2rem;
  }
  .kamoku .symptom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    position: relative;
  }
  .kamoku .symptom ul li {
    background: #F8F6F4;
    padding: 0.5rem 1rem;
  }
  .kamoku .flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem 3rem;
    margin: 5rem 0 0 0;
  }
  .kamoku .flow li {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #D6B42C;
    color: #FFF;
    position: relative;
  }
  .kamoku .flow li br {
    display: none;
  }
  .kamoku .flow li:after {
    content: "";
    height: 100%;
    aspect-ratio: 0.3420201433;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #D6B42C;
    position: absolute;
    top: 100%;
    left: calc(50% - 1rem);
    right: 0;
    transform: rotate(90deg);
  }
}

/* ------------------------------------
// #kaze
------------------------------------ */
#kaze .box_fever {
  margin-top: 5rem;
  background: #FBF1ED;
  padding: 3rem clamp(3rem, 4.2vw, 6rem);
  border-radius: 20px;
}
#kaze .box_fever h3 {
  text-align: center;
  place-content: center;
  font-size: clamp(2rem, 1.4vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  display: block;
  margin-bottom: 3rem;
}
#kaze .box_fever p + p {
  margin-top: 1rem;
}
#kaze .box_fever .photolist {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4.2vw, 6rem);
}
#kaze .box_fever .photolist li {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kaze .box_fever {
    margin-top: 3rem;
    background: #FBF1ED;
    padding: 3rem 2rem;
  }
  #kaze .box_fever h3 {
    margin-bottom: 2rem;
  }
  #kaze .box_fever .photolist {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------
// #allergy
------------------------------------ */
#allergy .box_kensa {
  margin-top: 5rem;
  background: #F8F6F4;
  padding: 3rem clamp(3rem, 4.2vw, 6rem);
  border-radius: 20px;
}
#allergy .box_kensa h3 {
  text-align: center;
  place-content: center;
  font-size: clamp(2rem, 1.4vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  display: block;
  margin-bottom: 3rem;
}
#allergy .box_kensa .photo {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #allergy .box_kensa {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
  #allergy .box_kensa h3 {
    margin-bottom: 2rem;
  }
}
#allergy .box_zekka {
  margin-top: 5rem;
  background: #FBF1ED;
  padding: 3rem clamp(3rem, 4.2vw, 6rem);
  border-radius: 20px;
}
#allergy .box_zekka h3 {
  text-align: center;
  place-content: center;
  font-size: clamp(2rem, 1.4vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #allergy .box_zekka {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
  #allergy .box_zekka h3 {
    margin-bottom: 2rem;
  }
}

/* ------------------------------------
// #sas
------------------------------------ */
#sas .detail {
  margin-top: 5rem;
}
#sas .detail p {
  line-height: 1.7;
}