@charset "UTF-8";
.p-reason {
  position: relative;
  padding-bottom: 17rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-reason {
    margin-top: -20rem;
    padding-bottom: 40rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-reason {
    padding-bottom: 40rem;
  }
}

.p-reason__symptom {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-reason__symptom {
    margin-top: 15rem;
  }
}

.p-reason__gallery {
  position: absolute;
  bottom: -4%;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-reason__gallery {
    bottom: -5%;
  }
}
@media screen and (min-width: 1701px) {
  .p-reason__gallery {
    bottom: -7%;
  }
}
.p-reason__gallery .swiper {
  overflow: visible;
}
.p-reason__gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.p-terms__list {
  background: #fff;
  padding: 4rem 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-terms__list {
    padding: 10rem 8rem;
  }
}
.p-terms__list.__pt_none {
  padding-top: 0;
}
.p-terms__list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 8%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-terms__list ul {
    gap: 2rem 7.55%;
  }
}
.p-terms__list li {
  position: relative;
  z-index: 1;
  width: 46%;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-terms__list li {
    width: 28.3%;
  }
}
.p-terms__list li span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding: 0 0.8rem;
  height: 6.5rem; */
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-terms__list li span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-terms__list li span {
    /* height: 9rem;
    padding: 0 3rem; */
  }
}
.p-terms__list li::before {
  /* content: '';
  background: g.$mainColor;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  z-index: -1;

  @include g.mq(s) {
    width: 2rem;
    height: 2rem;
    left: -1rem;
    top: -1rem;
  } */
}

.p-terms__list_info {
  counter-reset: number 0;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-terms__list_info {
    margin-top: 3.5rem;
  }
}
.p-terms__list_info li {
  position: relative;
  padding-left: 2.5em;
}
.p-terms__list_info li::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  left: 0;
  top: 0;
}

.p-treatment {
  padding: 25rem 0 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-treatment {
    padding: 51rem 0 10.5rem;
  }
}

.p-flow {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow {
    padding: 9rem 0 22rem;
  }
}

.p-flow__list {
  max-width: 93rem;
  margin: 0 auto;
  position: relative;
}
.p-flow__list::before {
  content: "";
  position: absolute;
  left: 2.45rem;
  top: 1rem;
  width: 1px;
  height: 90%;
  background: #003753;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list::before {
    top: 3rem;
    left: 4.95rem;
    top: 3rem;
  }
}

.p-flow__list_item {
  display: flex;
  justify-content: space-between;
}
.p-flow__list_item + .p-flow__list_item {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list_item + .p-flow__list_item {
    margin-top: 8rem;
  }
}

.p-flow__list_number {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list_number {
    width: 10rem;
    height: 10rem;
    font-size: 3rem;
  }
}
.p-flow__list_number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #003753;
  border-radius: 100%;
}
.p-flow__list_number::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1rem;
  top: -1rem;
  width: 7rem;
  height: 7rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list_number::before {
    left: -2rem;
    top: -2rem;
    width: 14rem;
    height: 14rem;
    font-size: 3rem;
  }
}

.p-flow__list_detail {
  width: 78.4%;
  padding-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list_detail {
    width: 81.4%;
    padding-top: 3rem;
  }
}

.p-flow__list_title {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-flow__list_title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

.p-life {
  padding: 7rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-life {
    padding: 14rem 0 17rem;
  }
}

.p-life__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-life__list {
    gap: 6rem 0;
  }
}

.p-life__list_item {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-life__list_item {
    width: 47.7%;
  }
}

.p-life__list_title {
  font-size: 2rem;
  line-height: 1;
  margin: 2rem 0 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-life__list_title {
    font-size: 2.8rem;
    letter-spacing: 0.25em;
    margin: 3.5rem 0 3rem;
  }
}