main.page-treatment-child{
  overflow-x: unset;
  contain: paint;
}
.page-treatment-child {
  margin-top: var(--header-height);
}
.page-treatment-child .treatment-child {
  padding-block: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child {
    padding-block: 90px;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child {
    padding-block: 56px 124px;
  }
}
.page-treatment-child .treatment-child .treatment-child__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child__inner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child__inner {
    gap: 72px;
  }
}
.page-treatment-child .treatment-child .treatment-child-sidebar {
  background-color: #f3f0e4;
  padding: 14px;
  width: 224px;
  position: sticky;
  top: 120px;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child-sidebar {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-sidebar {
    width: 100%;
    position: unset;
  }
}
.page-treatment-child .treatment-child .treatment-child-sidebar.is-fixed {
  position: fixed;
  top: calc(var(--header-height) + 16px);
}
.page-treatment-child .treatment-child .treatment-child__main {
  width: calc(100% - 288px);
  margin-left: auto;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child__main {
    width: calc(100% - 232px);
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child__main {
    width: 100%;
  }
}
.page-treatment-child .treatment-child .treatment-child-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px 16px;
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-sidebar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page-treatment-child .treatment-child .menu-item {
  position: relative;
  padding-left: 20px;
}
.page-treatment-child .treatment-child .menu-item:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #38854b;
}
.page-treatment-child .treatment-child .menu-item.menu-item.current_page_item:before {
  background-color: rgba(56,133,75,0.5);
}
.page-treatment-child .treatment-child .menu-item a {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-treatment-child .treatment-child .menu-item.current_page_item a {
  color: rgba(67,33,7,0.5);
}
.page-treatment-child .treatment-child .menu-item a span {
  font-size: 1.2rem;
}
.page-treatment-child .treatment-child .treatment-child-item + .treatment-child-item {
  padding-top: 79px;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child-item + .treatment-child-item {
    padding-top: 58px;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-item + .treatment-child-item {
    padding-top: 48px;
  }
}
.page-treatment-child .treatment-child .treatment-child-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child-item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-item__title {
    font-size: 2rem;
  }
}
.page-treatment-child .treatment-child .treatment-child-item__title span {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-item__title span {
    font-size: 1.4rem;
  }
}
.page-treatment-child .treatment-child .treatment-child-item__img {
  aspect-ratio: 840/400;
  overflow: hidden;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child-item__img {
    aspect-ratio: 3;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-item__img {
    margin-top: 16px;
    aspect-ratio: 343/240;
  }
}
.page-treatment-child .treatment-child .treatment-child-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-treatment-child .treatment-child .treatment-child-item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .page-treatment-child .treatment-child .treatment-child-item__text {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-treatment-child .treatment-child .treatment-child-item__text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
