@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.lower-page {
  counter-reset: treat-num;
}

.lower-page .breadcrumb {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.flow-list {
  position: relative;
  padding-top: 16px;
  counter-reset: flow-num;
}

.flow-list::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 0;
  height: calc( 100% - 16px);
  width: 1px;
  background: rgba(49, 55, 65, 0.5);
}

@media screen and (max-width: 519px) {
  .flow-list::before {
    left: 29px;
  }
}

.flow-list__item {
  padding-left: 88px;
}

@media screen and (max-width: 519px) {
  .flow-list__item {
    padding-left: 64px;
  }
}

.flow-list__item:not(:last-of-type) {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .flow-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow-list__item:not(:last-of-type) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.flow-list__item.--unit {
  display: grid;
  grid-template-columns: 1fr 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .flow-list__item.--unit {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flow-list__item.--unit {
    gap: 16px;
    grid-template-columns: initial;
  }
}

.flow-list .flow-dtl {
  position: relative;
  counter-increment: flow-num;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.flow-list .flow-dtl::after {
  display: block;
  position: absolute;
  top: -6px;
  left: -74px;
  content: counter(flow-num, decimal-leading-zero) "";
  font-size: 3.6rem;
  font-family: "Bellefair", serif;
}

@media screen and (max-width: 519px) {
  .flow-list .flow-dtl::after {
    top: -3px;
    left: -46px;
    font-size: 2.4rem;
  }
}

.flow-list .flow-dtl::before {
  display: block;
  position: absolute;
  top: -10px;
  content: '';
  width: 64px;
  aspect-ratio: 1;
  left: -88px;
  background: url("/end/wp-content/themes/itreat_base/dist/img/treatment/flow-num-bg.svg") center/cover no-repeat;
}

@media screen and (max-width: 519px) {
  .flow-list .flow-dtl::before {
    width: 48px;
    left: -58px;
  }
}

.flow-list .flow-dtl dt {
  position: relative;
  padding-left: 26px;
  margin-bottom: calc(8px * 2);
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .flow-list .flow-dtl dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow-list .flow-dtl dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .flow-list .flow-dtl dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow-list .flow-dtl dt {
    font-size: 1.6rem;
  }
}

.flow-list .flow-dtl dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: '';
  display: block;
  background: #9B821E;
  width: 18px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .flow-list .flow-vsl {
    width: 160px;
  }
}

@media screen and (max-width: 519px) {
  .flow-list .flow-vsl {
    margin: 0 auto;
    width: 70%;
  }
}

.treat-ttl {
  counter-increment: treat-num;
  position: relative;
  padding: 8px 0 8px 105px;
  margin-bottom: calc(8px * 3);
  line-height: 1.4;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .treat-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .treat-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .treat-ttl {
    font-size: 3.2rem;
    padding: 8px 0 8px 72px;
  }
}

@media screen and (max-width: 767px) {
  .treat-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .treat-ttl {
    font-size: 2.4rem;
  }
}

.treat-ttl::after {
  display: block;
  position: absolute;
  top: calc(50% + -2px);
  left: 12px;
  content: counter(treat-num, decimal-leading-zero) "";
  line-height: 1;
  translate: 0 -50%;
  font-size: 5.6rem;
  font-family: "Bellefair", serif;
  color: rgba(255, 255, 255, 0.9);
  mix-blend-mode: overlay;
}

@media screen and (max-width: 959px) {
  .treat-ttl::after {
    left: 8px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .treat-ttl::after {
    font-size: 2.8rem;
  }
}

.treat-ttl::before {
  display: block;
  content: '';
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  aspect-ratio: 1;
  background-image: url("/end/wp-content/themes/itreat_base/dist/img/treatment/treat-num-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .treat-ttl::before {
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .treat-ttl::before {
    width: 48px;
  }
}

.about {
  position: relative;
  overflow: clip;
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #313741), to(#294CA4));
  background: linear-gradient(to bottom, #313741 27%, #294CA4);
}

@media screen and (max-width: 959px) {
  .about {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.about::after, .about::before {
  content: '';
  display: block;
  position: absolute;
  translate: -50% 0;
  width: 640px;
  aspect-ratio: 1;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 959px) {
  .about::after, .about::before {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .about::after, .about::before {
    width: 50%;
  }
}

.about::before {
  top: -100px;
  left: calc(50% + 600px);
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-scope-doctor.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .about::before {
    translate: initial;
    left: auto;
    right: -21%;
  }
}

@media screen and (max-width: 959px) {
  .about::before {
    right: -10%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .about::before {
    right: -5%;
  }
}

.about::after {
  bottom: -50px;
  left: calc( 50% - 650px);
  opacity: .8;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-scope-blk.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .about::after {
    bottom: -200px;
    translate: initial;
    left: -21%;
  }
}

@media screen and (max-width: 959px) {
  .about::after {
    bottom: -50px;
    left: -10%;
  }
}

@media screen and (max-width: 767px) {
  .about::after {
    left: -5%;
  }
}

.about .wrap {
  position: relative;
  z-index: 1;
}

.about .about-intro {
  margin-bottom: calc(8px * 7);
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .about .about-intro {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-intro {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.about .about-content {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .about .about-content {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-content {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .about .about-content {
    margin-bottom: calc(8px * 7);
  }
}

@media screen and (max-width: 1279px) and (max-width: 959px) {
  .about .about-content {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 1279px) and (max-width: 519px) {
  .about .about-content {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.about .about-unit {
  display: grid;
  grid-template-columns: 1fr 440px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
}

@media screen and (max-width: 1279px) {
  .about .about-unit {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-unit {
    grid-template-columns: 1fr 360px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    grid-template-columns: initial;
  }
}

.about .about-unit:not(:last-child) {
  margin: -32px 0 0 0;
}

@media screen and (max-width: 1279px) {
  .about .about-unit:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit:not(:last-child) {
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .about .about-unit:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .about .about-unit:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.about .about-unit.--reverse {
  grid-template-columns: 440px 1fr;
  padding: 0 80px 0 0;
}

@media screen and (max-width: 1279px) {
  .about .about-unit.--reverse {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-unit.--reverse {
    grid-template-columns: 360px 1fr;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit.--reverse {
    grid-template-columns: initial;
    gap: 16px;
  }
}

.about .about-unit__dtl {
  padding: 64px 40px;
  position: relative;
  z-index: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about .about-unit__dtl::after, .about .about-unit__dtl::before {
  content: '';
  display: block;
}

.about .about-unit__dtl::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 140px;
  background: #E1D295;
  rotate: 45deg;
}

.about .about-unit__dtl::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 36px 36px;
  mask-size: cover, 36px 36px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 1023px) {
  .about .about-unit__dtl {
    padding: 48px 24px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 32px 24px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__dtl {
    padding: 24px 16px;
  }
}

.about .about-unit__dtl::before {
  top: -50px;
  left: 17px;
}

@media screen and (max-width: 1023px) {
  .about .about-unit__dtl::before {
    height: 80px;
    top: -22px;
    left: 15px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: 60%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__vsl {
    width: 80%;
  }
}

.about .about-unit-ttl {
  position: relative;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: calc(8px * 3);
  text-align: center;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", serif;
}

.about .about-unit-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .about .about-unit-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit-ttl {
    font-size: 2rem;
  }
}

.about .about-unit-ttl em {
  color: #294CA4;
}

.about .about-unit-ttl::before {
  background: rgba(49, 55, 65, 0.4);
}

.about .about-unit-txt {
  line-height: 2;
}

.about .about-btnunit {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.rootcanal {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .rootcanal {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .rootcanal {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .rootcanal {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .rootcanal {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.rootcanal::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .rootcanal::before {
    width: 300px;
  }
}

.rootcanal::before {
  left: calc(50% - 640px);
  translate: -50% 0;
}

@media screen and (max-width: 1279px) {
  .rootcanal::before {
    translate: initial;
    left: -246px;
  }
}

@media screen and (max-width: 519px) {
  .rootcanal::before {
    left: -100px;
  }
}

.rootcanal::before {
  top: 700px;
}

.rootcanal::after {
  content: '';
  display: block;
  position: absolute;
  top: -112px;
  left: calc( 50% + 440px);
  z-index: -1;
  translate: -50% 0;
  width: 624px;
  aspect-ratio: 1/1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-scope-blu.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .rootcanal::after {
    translate: initial;
    left: auto;
    right: -5%;
  }
}

@media screen and (max-width: 959px) {
  .rootcanal::after {
    width: 45%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .rootcanal::after {
    width: 60%;
    top: -1%;
  }
}

.rootcanal .rootcanal-frame dt {
  padding: 3px 24px;
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(49, 55, 65, 0.8)), to(rgba(55, 156, 189, 0.8)));
  background: linear-gradient(to left, rgba(49, 55, 65, 0.8) 25%, rgba(55, 156, 189, 0.8));
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
  font-size: 1.8rem;
}

.rootcanal .rootcanal-frame dd {
  padding: 22px 24px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .rootcanal .rootcanal-frame dd {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rootcanal .rootcanal-frame dd {
    padding: 16px;
  }
}

.rootcanal .rootcanal-frame dd .list {
  display: grid;
  grid-template-columns: auto auto;
}

@media screen and (max-width: 959px) {
  .rootcanal .rootcanal-frame dd .list {
    grid-template-columns: initial;
  }
}

.rootcanal .btn a {
  max-width: 480px;
}

.surgery {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 13);
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .surgery {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .surgery {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.surgery::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .surgery::before {
    width: 300px;
  }
}

.surgery::before {
  left: calc(50% - 640px);
  translate: -50% 0;
}

@media screen and (max-width: 1279px) {
  .surgery::before {
    translate: initial;
    left: -246px;
  }
}

@media screen and (max-width: 519px) {
  .surgery::before {
    left: -100px;
  }
}

.surgery::before {
  top: 2278px;
}

.surgery::after {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: calc( 50% + 560px);
  z-index: -1;
  translate: -50% 0;
  width: 510px;
  aspect-ratio: 1/1;
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/bg-doctor-blugrn.png") center/cover no-repeat;
}

@media screen and (max-width: 1279px) {
  .surgery::after {
    translate: initial;
    left: auto;
    right: -5%;
  }
}

@media screen and (max-width: 959px) {
  .surgery::after {
    width: 45%;
    top: -2%;
  }
}

@media screen and (max-width: 767px) {
  .surgery::after {
    width: 60%;
    top: -1%;
  }
}

.surgery .surgery-unit {
  display: grid;
  grid-template-columns: 451px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .surgery .surgery-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .surgery-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .surgery .surgery-unit {
    grid-template-columns: initial;
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .surgery .surgery-unit {
    gap: 24px;
  }
}

.surgery .surgery-unit__dtl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 959px) {
  .surgery .surgery-unit__dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.surgery .surgery-unit__vsl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 1023px) {
  .surgery .surgery-vsl {
    width: 60%;
    margin: 32px auto;
  }
}

@media screen and (max-width: 959px) {
  .surgery .surgery-vsl {
    width: 70%;
    margin: 24px auto;
  }
}

@media screen and (max-width: 767px) {
  .surgery .surgery-vsl {
    width: 80%;
    margin: 16px auto;
  }
}

@media screen and (max-width: 519px) {
  .surgery .surgery-vsl {
    width: 90%;
  }
}

.surgery .comment {
  position: relative;
  z-index: 0;
  padding: 40px 56px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: calc(8px * 7);
}

.surgery .comment::after, .surgery .comment::before {
  content: '';
  display: block;
}

.surgery .comment::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 160px;
  background: #313741;
  rotate: 45deg;
}

.surgery .comment::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 60px 60px;
  mask-size: cover, 60px 60px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 959px) {
  .surgery .comment {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .comment {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.surgery .comment::before {
  top: -47px;
  left: 25px;
}

@media screen and (max-width: 959px) {
  .surgery .comment::before {
    height: 80px;
    top: -19px;
    left: 16px;
  }
}

@media screen and (max-width: 959px) {
  .surgery .comment::after {
    -webkit-mask-size: cover,40px 40px;
    mask-size: cover,40px 40px;
  }
}

@media screen and (max-width: 959px) {
  .surgery .comment {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 767px) {
  .surgery .comment {
    padding: 24px 16px;
  }
}

.surgery .comment .comment-unit {
  display: grid;
  grid-template-columns: 199px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .surgery .comment .comment-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.surgery .comment .comment-unit__dtl {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 959px) {
  .surgery .comment .comment-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 959px) {
  .surgery .comment .comment-unit__vsl {
    width: 50%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 519px) {
  .surgery .comment .comment-unit__vsl {
    width: 60%;
  }
}

.surgery .comment .comment-unit__vsl img {
  border-radius: 50%;
}

.surgery .comment .comment-unit-ttl {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
}

.surgery .comment .comment-unit-ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .surgery .comment .comment-unit-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .comment .comment-unit-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .surgery .comment .comment-unit-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .surgery .comment .comment-unit-ttl {
    font-size: 2rem;
  }
}

.surgery .comment .comment-unit-ttl::before {
  background: #313741;
}

.surgery .after {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .surgery .after {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .after {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.surgery .after .after-unit {
  display: grid;
  grid-template-columns: 1fr 294px;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .surgery .after .after-unit {
    grid-template-columns: initial;
  }
}

@media screen and (max-width: 767px) {
  .surgery .after .after-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .surgery .after .after-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .surgery .after .after-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 519px) {
  .surgery .after .after-unit__vsl {
    width: 80%;
  }
}

.surgery .example {
  position: relative;
  z-index: 0;
  padding: 40px;
  margin-bottom: calc(8px * 8);
  /* .example-unit {
      display: grid;
      grid-template-columns: 1fr 200px;
      gap: 40px;
      @include break(m) {
        grid-template-columns: initial;
        gap: 24px;
      }
      &__dtl {
        height: fit-content;
        @include break(m) {
        }
      }
      &__vsl {
        @include break(m) {
          width: 100%;
        }
      }
    }*/
}

.surgery .example::after, .surgery .example::before {
  content: '';
  display: block;
}

.surgery .example::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 96px;
  background: #313741;
  rotate: 45deg;
}

.surgery .example::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 40px 40px;
  mask-size: cover, 40px 40px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 959px) {
  .surgery .example {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .example {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.surgery .example::before {
  top: -24px;
  left: 14px;
}

@media screen and (max-width: 959px) {
  .surgery .example {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 767px) {
  .surgery .example {
    padding: 24px 16px;
  }
}

.surgery .example .example-ttl {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .surgery .example .example-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .example .example-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.surgery .example .example-ttl__en {
  position: relative;
  padding-right: 18px;
  font-family: "Bellefair", serif;
  color: rgba(49, 55, 65, 0.3);
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-ttl__en {
    font-size: 1.6rem;
  }
}

.surgery .example .example-ttl__en::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: '';
  display: block;
  background: #9B821E;
  width: 10px;
  aspect-ratio: 13/12;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.surgery .example .example-ttl__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 40px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .surgery .example .example-ttl__ja {
    gap: 2px 24px;
  }
}

@media screen and (max-width: 767px) {
  .surgery .example .example-ttl__ja {
    gap: 2px 16px;
    font-size: 2rem;
  }
}

.surgery .example .example-ttl__ja span {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .surgery .example .example-ttl__ja span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .surgery .example .example-ttl__ja span {
    font-size: 1.6rem;
  }
}

.surgery .example .example-infounit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .surgery .example .example-infounit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .example .example-infounit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .surgery .example .example-infounit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit {
    display: block;
  }
}

.surgery .example .example-infounit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  position: relative;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit__col {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit__col:not(:last-child) {
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .surgery .example .example-infounit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .surgery .example .example-infounit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.surgery .example .example-infounit__col::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(49, 55, 65, 0.6) 120px, rgba(49, 55, 65, 0.4) 120px);
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit__col::before {
    display: none;
  }
}

.surgery .example .example-infounit dt {
  position: relative;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit dt {
    padding-bottom: 8px;
    margin-bottom: calc(8px * 2);
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .surgery .example .example-infounit dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .surgery .example .example-infounit dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .surgery .example .example-infounit dt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(49, 55, 65, 0.6) 120px, rgba(49, 55, 65, 0.4) 120px);
  }
}

.surgery .example .example-dtl {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .surgery .example .example-dtl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .example .example-dtl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.surgery .example .example-dtl .ttl-s {
  font-size: 2rem;
  color: #313741;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-dtl .ttl-s {
    font-size: 1.6rem;
  }
}

.surgery .example .example-dtl .ttl-s::before {
  background: linear-gradient(to right, rgba(49, 55, 65, 0.6) 120px, rgba(49, 55, 65, 0.4) 120px);
}

.surgery .example .example-vsllist {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .surgery .example .example-vsllist {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .surgery .example .example-vsllist {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .surgery .example .example-vsllist {
    gap: 8px;
  }
}

.surgery .example .example-vsllist__item {
  position: relative;
}

.surgery .example .example-vsllist__img {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-vsllist__img {
    margin-bottom: 4px;
  }
}

.surgery .example .example-vsllist__caption {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .surgery .example .example-vsllist__caption {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=../../maps/pages/treatment.css.map */
