.treatment_under.under {
  background-image: url(../img/top/pink-orange.png),url(../img/top/pink-red-orange.png);
  background-size: 100% auto,100% auto;
  background-position: center top 0,center top 160rem;
  background-repeat: no-repeat,no-repeat;
}
.treatment_under.under .consultation {
  background: none;
  padding: 0;
}
.treatment_under.under .support {
  padding: 14rem 0;
}
article {
  max-width: 108rem;
  margin: 0 auto;
  padding: 9rem 0 14rem;
}
article.thin {
  padding-top: 3.6rem;
}
article h2 {
  margin-bottom: 4rem;
  padding: 2rem 2.4rem 1.4rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border: 1px solid var(--color-pink);
  border-bottom: 0.4rem solid var(--color-pink);
  background: var(--color-white);
  font-size: 2.4rem;
  font-weight: var(--bold);
}
article .txt {
  font-size: 1.6rem;
}
/* article *:not(h2,h3,h4) + .txt {
  margin-top: 4.6rem;
} */
article .flex {
  justify-content: space-between;
}
article .flex .left {
  width: 50rem;
}
article .flex .right {
  width: 50rem;
}
article .flex-w .left-w {
  width: 80rem;
}
article .flex-w .right-w {
  width: 20rem;
}
article .content + .content {
  padding-top: 5rem;
}
article h3 {
  margin: 5rem 0 4rem;
  border-bottom: 0.2rem solid #e4e8ea;
  border-left: 0.6rem solid var(--color-pink);
  padding: 0.8rem 2rem;
  font-size: 2rem;
  font-weight: var(--bold);
}
article img {
  display: block;
  max-width: 100%;
}
article .in > img,
article .in > picture img,
article .item > img,
article .item > picture img {
  margin: 3rem auto 6rem;
}
article h4 {
  margin-bottom: 2rem;
  padding: 0.4rem 2.4rem 1rem 2.4rem;
  border-bottom: 1px dashed var(--color-pink);
  background: url(../img/common/icon_ttl_cr.png) top 1rem left/1.2rem auto no-repeat;
  font-size: 1.8rem;
  font-weight: var(--bold);
}
article h4.no_border {
  border: none;
  padding-bottom: 0;
}
article h5 {
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
article .tables.col2 + h5 {
  margin-top: 2rem;
}
article .item {
  margin-top: 4rem;
}
article .item + .txt {
  margin-top: 4.6rem;
}
article table {
  width: 100%;
}
article table th,
article table td {
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
  border: 1px solid #d9d8d8;
  line-height: 1.75;
  vertical-align: top;
}
article .tables table th,
article .tables table td {
  line-height: 1.2;
  vertical-align: middle;
}
article table th {
  width: 26rem;
  min-width: 26rem;
  background: #fbecf1;
}
article table td {
  background: var(--color-white);
}
article dl.risks {
  padding: 3.4rem 4rem;
  background: rgb(251 186 208 / 0.3);
  border-radius: 1rem;
}
article dl.risks dt {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: var(--bold);
  color: #f1678b;
}
article dl.risks dd ul {
  padding-left: 1rem;
}
article dl.risks dd li {
  padding-left: 2.5rem;
  font-size: 1.5rem;
  background: url(../img/common/icon_check_pink.png) top 0.5rem left/1.2rem auto no-repeat;
}
article dl.risks dd li + li {
  margin-top: 1rem;
}
article .checklist {
  margin: 2rem 0;
  max-width: max-content;
  padding: 2rem 4rem 2rem 3rem;
  border-radius: 1rem;
  background: rgb(251 186 208 / 0.3);
}
article .checklist li {
  min-width: 40.5rem;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  background: url(../img/common/icon_check_pink.png) top 0.5rem left/1.2rem auto no-repeat;
}
article .checklist li + li {
  margin-top: 1rem;
}
article .tables {
  display: flex;
  flex-wrap: wrap;
}
article .tables.col2 {
  gap: 1rem;
}
article .tables.col2 table {
  width: calc(50% - 0.5rem);
}
article .tables.col2 table th {
  width: 22rem;
  min-width: 22rem;
}
article .flex_col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}
article .flex_col3 .item {
  margin: 0;
  padding: 0 1rem;
  width: calc(33.33% - (3rem * 2 / 3));
}
article .flex_col3 .item figure {
  position: relative;
  overflow: hidden;
  margin: 0 -1rem 1.5rem;
  border-radius: 1rem;
  aspect-ratio: 1/0.61;
}
article .flex_col3 .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article .flex_col3 .item h4 {
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  padding-right: 0;
}
article .flex_col3 .item .txt {
  font-size: 1.5rem;
  line-height: 1.4;
}
article .flex_col3 .item.bg_white {
  padding: 0 1.7rem 4rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);
}
article .flex_col3 .item.bg_white figure {
  margin: 0 -1.7rem 1.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 20rem;
  aspect-ratio: unset;
}
article .flex_col3 .item.col2 {
  width: calc(50% - 1.5rem);
}
article dl.data {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin: 2em 0;
}
article dl.data dt {
  position: relative;
  width: 11rem;
}
article dl.data dt::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
article dl.data dd {
  width: calc(100% - 11rem - 2rem);
}
article dl.data dt,
article dl.data dd {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.treatment_under.under .links_sec {
  padding-bottom: 5rem;
}
.treatment_under.under .links_sec .in {
  max-width: 120rem;
}
.treatment_under.under .links_sec .in .link_card {
  width: calc(50% - 2rem);
}
.treatment_under.under .links_card_treatment {
  display: none !important;
}
.anc_button {
  min-width: auto;
  max-width: none;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 44.3rem;
  background: #FEE7EE;
  text-align: left;
}
.anc_button::after {
  background: rgb(255 255 255 / 0.5);
}
.anc_links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 3.2rem;
  margin: 14rem auto 0;
  max-width: 122.2rem;
}
.anc_links li {
  width: calc(33.33% - (3.2rem * 2 / 3));
}
.anc_links li .anc_button {
  width: 100%;
  margin: 0;
  padding-right: 7rem;
}
.anc_links li .anc_button::before {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .treatment_under.under {
    background-size: 160rem auto,160rem auto;
    background-position: center top 0,center top 383.2rem;
  }
  .treatment_under.under .support {
    padding: 10rem 0;
  }
  .lead_wrap {
    padding-top: 9.2rem;
    background-position: center top 5.1rem;
  }
  article {
    padding: 3.8rem 0 10rem;
  }
  article.thin {
    padding-top: 3.4rem;
  }
  article h2 {
    margin-bottom: 3.5rem;
    padding: 1.3rem 1.6rem;
    font-size: 1.9rem;
  }
  article .flex {
    flex-direction: column;
    gap: 4rem;
  }
  article .flex .left {
    width: 100%;
  }
  article .txt {
    font-size: 1.4rem;
  }
  article .in > img,
  article .in > picture img,
  article .item > img,
  article .item > picture img {
    margin: 3rem auto;
  }
  article .flex .right {
    width: 100%;
  }
  article .flex-w {
    flex-direction: column-reverse;
    gap: 1rem 0;
  }
  article .flex-w .left-w {
    width: 100%;
  }
  article .flex-w .right-w {
    width: 100%;
  }
  article dl.risks {
    padding: 2.4rem 2.2rem;
  }
  article dl.risks dd ul {
    padding: 0;
  }
  article .checklist {
    width: 100%;
    padding: 2.4rem 2.2rem;
  }
  article .checklist li {
    min-width: auto;
  }
  article h3 {
    margin: 4rem 0;
    padding: 0.5rem 1.2rem;
  }
  article table th, 
  article table td {
    font-size: 1.5rem;
    padding: 1.9rem;
  }
  article .yoko_scroll {
    overflow-x: scroll;
    margin-right: -2rem;
  }
  article .yoko_scroll_in {
    width: fit-content;
    padding-right: 2rem;
    box-sizing: content-box;
  }
  article .yoko_scroll img {
    width: 108rem;
    max-width: none;
  }
  article .yoko_scroll table {
    margin-right: 0;
    width: fit-content;
  }
  article .yoko_scroll th {
    position: sticky;
    left: 0;
    top: 0;
    width: 16rem;
    min-width: 16rem;
    padding: 1.9rem 1.5rem;
  }
  article .yoko_scroll td {
    font-size: 1.5rem !important;
    padding: 1.9rem 1.5rem;
    white-space: nowrap;
  }
  article table {
    width: 108rem;
    margin-right: 2rem;
  }
  article .flex_col3 .item {
    width: 100% !important;
  }
  article .flex_col3 .item .txt {
    font-size: 1.4rem;
  }
  article .tables.col2 table {
    width: 100%;
    margin: 0;
  }
  article .tables.col2 table th {
    width: 12rem;
    min-width: 12rem;
  }
  article .tables.col2 table th,
  article .tables.col2 table td {
    vertical-align: middle;
  }
  .treatment_under.under .links_sec .in .link_card {
    width: 100%;
  }
  article dl.data {
    gap: 1.5rem 1rem;
  }
  article dl.data dt,
  article dl.data dd {
    font-size: 1.4rem;
  }
  article dl.data dt {
    width: 9rem;
  }
  article dl.data dd {
    width: calc(100% - 9rem - 1rem);
  }
  .anc_button {
    width: 100%;
  }
  .anc_links {
    gap: 1rem;
    margin-top: 6rem;
  }
  .anc_links li {
    width: calc(50% - (1rem * 1 / 2));
  }
  .anc_links li .anc_button {
    display: flex;
    align-items: center;
    padding: 1.6rem;
    padding-right: 4rem;
    height: 8rem;
  }
  .anc_links li .anc_button span {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .anc_links li .anc_button::before,
  .anc_links li .anc_button::after {
    right: 0.5rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}


/* ---------------------------------------------
treatment page
---------------------------------------------- */
#treatment.under {
  background-image: url(../img/top/pink-orange.png),url(../img/top/pink-red-orange.png);
  background-size: 100% auto,100% auto;
  background-position: center top 160rem,center top 200rem;
  background-repeat: no-repeat,no-repeat;
}
.support {
  padding: 13.4rem 0 0;
}
.support .df_ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.support .df_ttl .ttl_h2 .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.support .treatment_list {
  display: flex;
  flex-wrap: wrap;
}
.support .treatment_list .treatment_card a dt small:not(.en) {
  font-size: 82%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .support .treatment_list {
    gap: 1.5rem 4rem;
  }
  .support .treatment_list .treatment_card {
    width: calc(50% - 2rem);
  }
  /* .support .treatment_list .treatment_card a {
    display: block;
    border-radius: 2.4rem;
    padding: 3rem 7.5rem 3rem 14.5rem;
  }
  .support .treatment_list .treatment_card a::after {
    right: 2rem;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .support .treatment_list .treatment_card a img {
    position: absolute;
    margin: 0;
    left: 4rem;
    top: 50%;
    width: 7rem;
    height: 7rem;
    transform: translateY(-50%);
  }
  .support .treatment_list .treatment_card a dt {
    text-align: left;
  }
  .support .treatment_list .treatment_card a dt .en {
    text-align: left;
  }
  .support .treatment_list .treatment_card a dd {
    text-align: left;
  } */
}
@media screen and (max-width: 767px) {
  .support .df_ttl .txt {
    text-align: left;
  }
} 


.flow {
  padding: 14.8rem 0 0;
}
.flow .df_ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.flow .df_ttl .ttl_h2 .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.flow .treatment_list {
  display: flex;
  flex-wrap: wrap;
}
.flow .list .item {
  position: relative;
  padding: 4.5rem 6rem 6rem 6rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 2rem rgb(548 90 144 / 0.1);
}
.flow .list .item + .item {
  margin-top: 5rem;
}
.flow .list .item + .item::after {
  position: absolute;
  left: 50%;
  top: -3.3rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7rem 1.8rem 0 1.8rem;
  border-color: var(--color-pink) transparent transparent transparent;
  transform: translateX(-50%);
}
.flow .list .item::before {
  position: absolute;
  left: 6rem;
  top: 0;
  content: "";
  display: block;
  width: 6.3rem;
  height: 0.5rem;
  background: var(--color-pink);
}
.flow .list .item dl {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.flow .list .item dt {
  width: 36rem;
  font-weight: var(--bold);
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.flow .list .item dt .number {
  display: block;
  margin-bottom: 2.4rem;
  font-family: var(--font-en);
  font-weight: var(--semibold);
  font-size: 1.6rem;
  color: var(--color-pink);
}
.flow .list .item dd {
  width: calc(100% - 36rem - 2rem);
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
.flow .button {
  margin: 5rem auto 0; 
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 5.7rem 0;
  }
  .flow .df_ttl .txt {
    text-align: left;
  }
  .flow .list .item {
    padding: 3rem 3rem 4rem;
  }
  .flow .list .item dl {
    flex-direction: column;
    gap: 3rem;
  }
  .flow .list .item dt .number {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .flow .list .item dt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .flow .list .item dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .flow .list .item::before {
    left: 50%;
    transform: translateX(-50%);
  }
} 


.faq {
  padding: 14.8rem 0 14rem;
} 
.faq .df_ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.faq .df_ttl .ttl_h2 .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.faq .treatment_list {
  display: flex;
  flex-wrap: wrap;
}
.faq .button {
  margin: 5rem auto 0; 
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 5.7rem 0;
  }
  .faq .df_ttl .txt {
    text-align: left;
  }
}
.indent_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.indent_txt > li {
  position: relative;
  padding-left: 1em;
}
.indent_txt > li:before {
  content: "◦";
  position: absolute;
  left: 0;
  top: .2rem;
}
.indent_txt > li li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .indent_txt {
    font-size: 1.4rem;
  }
}
.mt-0 {
  margin-top: 0;
}


/* price page ---------------- */
#price article .content + .content {
  padding-top: 11rem;
}
#price article .item + h3 {
  margin-top: 7rem;
}