@charset "utf-8";

/*===================
treatment-intro
===================*/
.treatment-intro {
  padding-bottom: 124px;
}
.treatment__listItem:not(:last-child) {
  margin-bottom: 80px;
}
.treatment__listContents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.treatment__listImg {
  width: 43.5%;
  max-width: 420px;
}
.treatment__listText {
  width: 54%;
  max-width: 496px;
}
.treatment__listText p {
  color: #202020;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 2;
}
.treatment__listText--preparation {
  color: #ef8989;
  font-size: 21px;
  font-weight: 700;
  display: block;
  padding-top: 14px;
  line-height: 1.52;
}
.treatment__listBtn {
  color: #c09a61;
  font-size: 18px;
  font-weight: 700;
  display: inline;
  line-height: 1.55;
  position: relative;
}
.treatment__listBtn--arrow {
  padding-left: 62px;
  display: block;
  position: relative;
}
.treatment__listBtn--arrow::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../imgs/common/arrow_rgt_gold.png") center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: left 0.3s;
}
.treatment__listBtn:hover span::before {
  left: 5px;
}

/*===================
診療の流れのリスト
===================*/
.flow__list {
  width: 100%;
}
.flow__listItem:not(:last-child) {
  padding-bottom: 50px;
  position: relative;
}
.flow__listItem:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #c09a61;
  border-bottom: 0;
  position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.flow__listContens {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f4e5;
  border-radius: 14px;
}
.flow__listLft {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow__listLft-circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #95d0c0;
  border: 1px solid #95d0c0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__listLft-circle span {
  color: #fff;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1;
}
.flow__listLft-text {
  width: calc(100% - 94px);
  max-width: 175px;
  color: #c09a61;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.54;
}
.flow__listRgt {
  width: calc(100% - 270px);
}
.flow__listRgt p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.71;
}

/*===================
symptoms
===================*/
.symptoms {
  padding: 23px 31px 80px;
  position: relative;
  background-color: #e4f4f2;
  border-radius: 14px;
}
.symptoms__heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 31px;
  line-height: 2;
}
.symptoms__contents {
  width: 100%;
  max-width: 700px;
  padding: 0 10px;
}
.symptoms__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.symptoms__listItem {
  color: #202020;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: calc((100% - 10px) / 2);
  max-width: 330px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c1c1c1;
  line-height: 1.75;
}
.symptoms__listItem .check {
  display: block;
  padding-left: 35px;
  position: relative;
}
.symptoms__listItem span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../imgs/treatment/icon_check.png") center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.symptoms__img {
  width: 20%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 33px;
}
.symptoms__img--sp {
  display: none;
}

.internal-medicine .low__iconlist {
  margin-bottom: 0;
}

.preparation-box {
  color: #c09a61;
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-bottom: 45px;
  line-height: 1.52;
}
@media screen and (max-width: 1000px) {
  /*===================
symptoms
===================*/
  .symptoms {
    padding: 23px 31px 50px;
  }
  .symptoms__contents {
    width: 70%;
    max-width: 560px;
  }
  .symptoms__list {
    flex-direction: column;
  }
  .symptoms__listItem {
    width: 100%;
    max-width: 100%;
  }
  .symptoms__img {
    width: 20%;
    right: 9%;
  }
}

@media screen and (max-width: 750px) {
  .flow__list {
    padding-top: 15px;
  }
  .flow__listItem:not(:last-child) {
    padding-bottom: 40px;
  }
  .flow__listItem:not(:last-child)::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 16px solid #c09a61;
    bottom: 9px;
  }
  .flow__listContens {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .flow__listLft {
    width: 100%;
    max-width: initial;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center; /* 中央に配置 */
    gap: 0 15px; /* 丸とテキストの間隔 */
  }
  .flow__listLft-circle {
    width: 59px;
    height: 59px;
    flex-shrink: 0; /* ← ここが重要 */
  }
  .flow__listLft-circle span {
    font-size: 20px;
  }
  .flow__listLft-text {
    width: auto;
    font-size: 18px;
  }
  .flow__listRgt {
    width: 100%;
  }

  /*===================
symptoms
===================*/
  .symptoms {
    padding: 20px 20px 30px;
  }
  .symptoms__headingWrap {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .symptoms__heading {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .symptoms__contents {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 8px;
  }
  .symptoms__listItem {
    font-size: 15px;
  }
  .symptoms__listItem:last-child {
    border-bottom: 0;
  }
  .symptoms__listItem .check {
    padding-left: 29px;
  }
  .symptoms__listItem span::before {
    width: 17px;
    height: 17px;
  }
  .symptoms__img {
    width: 85px;
    position: static;
  }
  .symptoms__img--pc {
    display: none;
  }
  .symptoms__img--sp {
    display: block;
  }

  .preparation-box {
    font-size: 17px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  /*===================
treatment-intro
===================*/
  .treatment-intro {
    padding-bottom: 70px;
  }
  .treatment__listItem:not(:last-child) {
    margin-bottom: 60px;
  }
  .treatment__listContents {
    display: block;
  }
  .treatment__listImg {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .treatment__listText {
    width: 100%;
    max-width: 100%;
  }
  .treatment__listText p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .treatment__listText--preparation {
    font-size: 18px;
    padding-top: 10px;
  }
  .treatment__listBtn {
    font-size: 16px;
  }
  .treatment__listBtn--arrow {
    padding-left: 50px;
  }
  .treatment__listBtn--arrow::before {
    width: 38px;
    height: 38px;
  }
}
