@charset "UTF-8";
/* リキッドな余白 */
/**************************************/
/* -------------------------------------------
 * 共通
 * -------------------------------------------*/
:root {
  --main-purple: #ad9bd1;
}

.under__dot-list {
  font-weight: normal;
}
.under__dot-list > li::before {
  background-color: #ee9a75;
  width: clamp(4 * var(--px), 0.3571428571vw, 10 * var(--px));
  height: clamp(4 * var(--px), 0.3571428571vw, 10 * var(--px));
  margin-top: 0.85em;
}
.under__dot-list.text-orange {
  color: #ee9a75;
}

p + .under__dot-list {
  margin-top: 1.5em;
}

.--specialized-purple.menu-c__inner {
  background-color: #f6f3fc;
}

.--specialized.menu-c__ttl01 {
  background: var(--main-purple);
}

.menu-c__inner-ttl {
  line-height: 1.3;
  font-weight: var(--fwn);
  color: var(--main-purple);
}
.menu-c__inner-ttl .sub-title {
  font-size: var(--f20);
}

.--specialized-purple.menu-c__inner-list__ttl {
  background-color: #ad9bd1;
}

.--specialized.menu-c__ttl02::before {
  background-color: #5c9fb1;
}

.specialized__section-intro {
  display: grid;
  grid-template-columns: 560fr 547fr;
  gap: 0 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .specialized__section-intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specialized__section-intro-img {
  width: 100%;
}
@media (max-width: 834px) {
  .specialized__section-intro-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

@media (max-width: 834px) {
  .specialized__section-intro-body {
    display: contents;
  }
}

.specialized__section-intro-title {
  font-size: clamp(17 * var(--px), 1.9047619048vw, 32 * var(--px));
  font-weight: var(--fwn);
  line-height: 1.5;
}
@media (max-width: 834px) {
  .specialized__section-intro-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-inline: auto;
  }
}

.specialized__section-intro-text {
  margin-top: 1em;
  text-align: left;
}
@media (max-width: 834px) {
  .specialized__section-intro-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.menu-c__intro__problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .menu-c__intro__problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* -------------------------------------------
 * フロー
 * -------------------------------------------*/
.menu-c__flow {
  width: 100%;
  gap: calc(40 * var(--px));
}
.menu-c__flow.--2column {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .menu-c__flow.--2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-c__flow-icon {
  aspect-ratio: unset;
  background: transparent;
  border-radius: unset;
}
.menu-c__flow-icon img {
  max-width: 100%;
  max-height: none;
}

.menu-c__purple-txt {
  color: var(--main-purple);
  margin-bottom: 0.5em;
  font-size: clamp(16 * var(--px), 1.1904761905vw, 20 * var(--px));
}

.menu-c__flow-item:not(:first-of-type)::before {
  content: "";
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: var(--main-purple);
  left: calc(-24 * var(--px));
  height: calc(28 * var(--px));
}
@media (max-width: 600px) {
  .menu-c__flow-item:not(:first-of-type)::before {
    left: calc(50% - 14 * var(--px));
    top: calc(-26 * var(--px));
  }
}

@media (max-width: 834px) {
  .menu-c__flow-item:nth-of-type(odd):nth-of-type(n+3)::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .menu-c__flow-item:nth-of-type(odd):nth-of-type(n+3)::before {
    display: block;
  }
}

/* 5つ目は非表示 */
.menu-c__flow-item:nth-of-type(5)::before {
  display: none;
}

/* 4つ目は左右両方に疑似要素をつける */
.menu-c__flow-item:nth-of-type(4)::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: var(--main-purple);
  top: calc(100 * var(--px) - 10 * var(--px));
  height: calc(28 * var(--px));
  aspect-ratio: 0.866;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
}
@media (max-width: 834px) {
  .menu-c__flow-item:nth-of-type(4)::after {
    content: none;
  }
}

/* 右側（::after） */
.menu-c__flow-item:nth-of-type(4)::after {
  right: calc(-36 * var(--px));
  left: auto;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}
@media (max-width: 1300px) {
  .menu-c__flow-item:nth-of-type(4)::after {
    top: 25%;
  }
}

/* -------------------------------------------
 * フロー（5カラム）
 * -------------------------------------------*/
.menu-c__flow.--5column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(63 * var(--px));
}
@media (max-width: 600px) {
  .menu-c__flow.--5column {
    gap: calc(40 * var(--px));
  }
}
@media (max-width: 1024px) {
  .menu-c__flow.--5column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 834px) {
  .menu-c__flow.--5column {
    grid-template-columns: repeat(2, 1fr);
    max-width: calc(300 * var(--px));
  }
}
.menu-c__flow.--5column .menu-c__flow-item:not(:first-of-type)::before {
  left: calc(-38 * var(--px));
}
@media (max-width: 600px) {
  .menu-c__flow.--5column .menu-c__flow-item:not(:first-of-type)::before {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
    top: 35%;
    left: calc(-26 * var(--px));
  }
  .menu-c__flow.--5column .menu-c__flow-item:nth-of-type(n + 3):nth-of-type(even)::before {
    display: none;
  }
  .menu-c__flow.--5column .menu-c__flow-item:nth-of-type(3)::before {
    display: none;
  }
}
.menu-c__flow.--5column .menu-c__flow-item:nth-of-type(4)::after {
  display: none;
}
@media (max-width: 600px) {
  .menu-c__flow.--5column .menu-c__flow-item:nth-of-type(4)::after {
    display: block;
    content: "";
    left: calc(-26 * var(--px));
  }
}
.menu-c__flow.--5column .menu-c__flow-item:nth-of-type(5)::before {
  display: block;
}
@media (max-width: 834px) {
  .menu-c__flow.--5column .menu-c__flow-item:nth-of-type(5)::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .menu-c__flow.--5column .menu-c__flow-item:nth-of-type(5)::before {
    display: none;
  }
}

/* -------------------------------------------
 * フロー（3カラム）
 * -------------------------------------------*/
.menu-c__flow.--3column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(45 * var(--px));
}
@media (max-width: 834px) {
  .menu-c__flow.--3column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .menu-c__flow.--3column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menu-c__flow.--3column .menu-c__flow-icon img {
  width: 100%;
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.menu-intro__txt {
  text-align: center;
}
@media (max-width: 834px) {
  .menu-intro__txt {
    text-align: left;
  }
}

/* -------------------------------------------
 * root-canal
 * -------------------------------------------*/
.specialized-root-canal__flow {
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  padding-top: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
  margin-top: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}

@media (max-width: 834px) {
  .specialized-root-canal__flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * var(--px));
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow-item:not(:first-of-type)::before {
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
    left: calc(50% - 14 * var(--px));
    top: calc(-26 * var(--px));
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow-item:nth-of-type(odd):nth-of-type(n+3)::before {
    display: block;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow,
  .specialized-root-canal__flow-content .specialized-root-canal__flow-col2 {
    display: contents;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .specialized-root-canal__disinfection {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--4column .menu-c__flow-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--4column .menu-c__flow-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--4column .menu-c__flow-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--4column .menu-c__flow-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--2column .menu-c__flow-item:nth-child(1) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-content .menu-c__flow.--2column .menu-c__flow-item:nth-child(2) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.specialized-root-canal__flow-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  text-align: center;
  color: var(--main-purple);
  margin-bottom: clamp(30 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}

.specialized-root-canal__flow-col2 {
  margin-top: clamp(40 * var(--px), 52 / 1680 * 100vw, 52 * var(--px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(40 * var(--px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .specialized-root-canal__flow-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .specialized-root-canal__flow-col2 .menu-c__flow-item:first-of-type {
    position: relative;
  }
}
@media (max-width: 600px) {
  .specialized-root-canal__flow-col2 .menu-c__flow-item:first-of-type::before {
    position: absolute;
    display: block;
    content: "";
    width: calc(24 * var(--px));
    height: calc(28 * var(--px));
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    background: var(--main-purple);
    left: calc(50% - 12 * var(--px));
    top: calc(-26 * var(--px));
    z-index: 1;
    -webkit-transform: translateZ(0) rotate(90deg);
            transform: translateZ(0) rotate(90deg);
  }
}

/* 精密な構造把握に基づいた細菌除去*/
.specialized-root-canal__disinfection {
  position: relative;
}

.specialized-root-canal__disinfection::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: min(7.1428571429vw, 120 * var(--px));
  width: min(1.8452380952vw, 31 * var(--px));
  height: min(1.5476190476vw, 26 * var(--px));
  background-color: #f8f6f1;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media (max-width: 834px) {
  .specialized-root-canal__disinfection::before {
    content: none;
  }
}

.specialized-root-canal__disinfection-bubble {
  background-color: #f8f6f1;
  border-radius: 10px;
  padding: clamp(20 * var(--px), 30 / 1680 * 100vw, 30 * var(--px)) 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  container-type: inline-size;
}

.specialized-root-canal__disinfection-title {
  font-size: var(--f20);
  font-weight: 500;
  text-align: center;
  color: #333333;
  margin-bottom: 1em;
  line-height: 1.6;
}

.specialized-root-canal__disinfection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(420 * var(--px));
  width: 72.4cqi;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .specialized-root-canal__disinfection-list {
    width: 100%;
    gap: 5%;
  }
}

.specialized-root-canal__disinfection-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specialized-root-canal__disinfection-item-img {
  width: clamp(60 * var(--px), 120 / 1680 * 100vw, 120 * var(--px));
  height: clamp(60 * var(--px), 120 / 1680 * 100vw, 120 * var(--px));
  border-radius: 100vmax;
  background-color: #f0edf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 834px) {
  .specialized-root-canal__disinfection-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.specialized-root-canal__disinfection-item-img img {
  width: 100%;
  height: auto;
}

.specialized-root-canal__disinfection-item-label {
  color: #ad9bd1;
  line-height: 1.6;
}
@media (max-width: 499px) {
  .specialized-root-canal__disinfection-item-label {
    font-size: var(--f12);
  }
}

.specialized-root-canal__disinfection-text {
  color: #333333;
  margin-top: 1em;
}

/* 外科的処置 */
.specialized-root-canal__surgery p {
  text-align: center;
}
@media (max-width: 834px) {
  .specialized-root-canal__surgery p {
    text-align: left;
  }
}
.specialized-root-canal__surgery .menu-c__flow {
  margin-top: clamp(30 * var(--px), 46 / 1680 * 100vw, 46 * var(--px));
}

.specialized-root-canal__tooth-loss-list {
  margin-top: 1.5em;
}

/* -------------------------------------------
 * 歯周組織再生治療

 * -------------------------------------------*/
.specialized-regeneration__method-list {
  margin-top: 1.4em;
}
.specialized-regeneration__method-list li + li {
  margin-top: 1.5em;
}

.specialized-regeneration__method-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  font-size: clamp(16 * var(--px), 1.4285714286vw, 24 * var(--px));
  font-weight: var(--fwn);
  line-height: 1.5;
  color: var(--main-purple);
  margin-bottom: 0.6em;
}
.specialized-regeneration__method-title::before {
  content: "";
  width: clamp(5 * var(--px), 8 / 1680 * 100vw, 8 * var(--px));
  height: clamp(5 * var(--px), 8 / 1680 * 100vw, 8 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--main-purple);
  border-radius: 100vmax;
  margin-top: 0.6em;
}
@media (max-width: 834px) {
  .specialized-regeneration__method-title::before {
    margin-top: 0.6em;
  }
}

.specialized-regeneration__process {
  margin-top: clamp(40 * var(--px), 80 / 1680 * 100vw, 80 * var(--px));
  overflow-x: auto;
}
@media (max-width: 834px) {
  .specialized-regeneration__process img {
    width: calc(800 * var(--px));
    height: auto;
    display: block;
    max-width: none;
  }
}

.specialized-regeneration__detail-flow {
  max-width: calc(956 * var(--px));
  margin-inline: auto;
  margin-top: clamp(40 * var(--px), 64 / 1680 * 100vw, 64 * var(--px));
}

/* -------------------------------------------
 * 歯周形成外科

 * -------------------------------------------*/
.specialized-plastic__method p {
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 834px) {
  .specialized-plastic__method p {
    text-align: left;
    margin-bottom: 1.5em;
  }
}

/* -------------------------------------------
 * 歯牙移植

 * -------------------------------------------*/
.specialized-transplant__flow.--4column .menu-c__flow-item:nth-of-type(4)::after {
  content: none;
}

.specialized-transplant__flow-head {
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  padding-top: clamp(25 * var(--px), 43 / 1680 * 100vw, 43 * var(--px));
  margin-top: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(15 * var(--px)) 11%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .specialized-transplant__flow-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specialized-transplant__flow-head-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  color: var(--main-purple);
}
@media (max-width: 834px) {
  .specialized-transplant__flow-head-title {
    text-align: center;
  }
}

.specialized-transplant__flow {
  margin-top: clamp(40 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}

/* -------------------------------------------
 * レーザー治療

 * -------------------------------------------*/
.specialized-laser .menu-intro__problem {
  padding-inline: 4%;
}
.specialized-laser .menu-intro__problem-list {
  -webkit-column-gap: calc(5 * var(--px));
     -moz-column-gap: calc(5 * var(--px));
          column-gap: calc(5 * var(--px));
}

.specialized-laser__about {
  display: grid;
  grid-template-columns: 765fr 350fr;
  gap: calc(20 * var(--px)) 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .specialized-laser__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specialized-laser__treatment-list > li {
  padding: clamp(20 * var(--px), 64 / 1680 * 100vw, 64 * var(--px)) 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: clamp(15 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
}
.specialized-laser__treatment-list > li:nth-child(1) {
  background: #f6f3fc;
}
.specialized-laser__treatment-list > li:nth-child(2) {
  background: #fbf1ed;
}
.specialized-laser__treatment-list > li:nth-child(3) {
  background: #edf4f8;
}
.specialized-laser__treatment-list > li + li {
  margin-top: clamp(20 * var(--px), 40 / 1680 * 100vw, 40 * var(--px));
}

.specialized-laser__treatment-item-title {
  color: var(--main-purple);
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media (max-width: 834px) {
  .specialized-laser__treatment-item-title {
    margin-bottom: 1em;
  }
}

.specialized-laser__treatment-detail-list {
  margin-inline: auto;
  width: min(100%, 1060 * var(--px));
  list-style: none;
  padding: 0;
}
.specialized-laser__treatment-detail-list > li {
  min-width: 0;
}
@media (min-width: 1241px) {
  .specialized-laser__treatment-detail-list {
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3%;
  }
  .specialized-laser__treatment-detail-list::before, .specialized-laser__treatment-detail-list::after {
    content: "";
    grid-row: 1;
    align-self: stretch;
    background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2px 4px;
    pointer-events: none;
  }
  .specialized-laser__treatment-detail-list::before {
    grid-column: 2;
  }
  .specialized-laser__treatment-detail-list::after {
    grid-column: 4;
  }
  .specialized-laser__treatment-detail-list > li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .specialized-laser__treatment-detail-list > li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .specialized-laser__treatment-detail-list > li:nth-child(3) {
    grid-column: 5;
    grid-row: 1;
  }
}
@media (max-width: 1240px) {
  .specialized-laser__treatment-detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .specialized-laser__treatment-detail-list > li:nth-child(-n+3) {
    width: 100%;
  }
  .specialized-laser__treatment-detail-list > li:not(:last-child) {
    padding-bottom: clamp(16 * var(--px), 28 / 1680 * 100vw, 28 * var(--px));
    margin-bottom: clamp(16 * var(--px), 28 / 1680 * 100vw, 28 * var(--px));
    background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
    background-repeat: repeat-x;
    background-size: 4px 2px;
    background-position: left bottom;
  }
}

.specialized-laser__treatment-detail-label {
  font-size: clamp(16 * var(--px), 1.1904761905vw, 20 * var(--px));
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  margin-bottom: 0.3em;
}
.specialized-laser__treatment-detail-label::before {
  background: url(../img/common/icon-circle-check.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: clamp(18 * var(--px), 26 / 1680 * 100vw, 26 * var(--px));
  height: clamp(18 * var(--px), 26 / 1680 * 100vw, 26 * var(--px));
  z-index: 1;
  pointer-events: none;
  margin-top: 0.4em;
}
@media (max-width: 1100px) {
  .specialized-laser__treatment-detail-label::before {
    margin-top: 0.5em;
  }
}
.specialized-laser__treatment-detail-label .small {
  font-size: var(--f16);
  margin-top: 0.25em;
}

.specialized-laser__feature {
  display: grid;
  grid-template-columns: 560fr 543fr;
  gap: 0 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .specialized-laser__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 834px) {
  .specialized-laser__feature-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 834px) {
  .specialized-laser__feature-body {
    display: contents;
  }
}

.specialized-laser__feature-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .specialized-laser__feature-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-top: 1em;
  }
}

@media (max-width: 834px) {
  .specialized-laser__feature-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1em;
  }
}

.specialized-laser__device-lead {
  max-width: calc(969 * var(--px));
  margin-inline: auto;
}

.specialized-laser__device-title {
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  margin-bottom: 1em;
  color: var(--main-purple);
  text-align: center;
}

.specialized-laser__device-detail {
  border-radius: clamp(10 * var(--px), 15 / 1680 * 100vw, 15 * var(--px));
  padding: clamp(20 * var(--px), 34 / 1680 * 100vw, 34 * var(--px)) 5% clamp(20 * var(--px), 66 / 1680 * 100vw, 66 * var(--px));
  display: grid;
  grid-template-columns: 96fr 785fr;
  gap: calc(20 * var(--px)) 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-top: clamp(30 * var(--px), 60 / 1680 * 100vw, 60 * var(--px));
}
@media (max-width: 834px) {
  .specialized-laser__device-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 834px) {
  .specialized-laser__device-detail-img {
    width: 40%;
    margin-inline: auto;
  }
}

.specialized-laser__device-detail-title {
  font-size: clamp(17 * var(--px), 1.1904761905vw, 20 * var(--px));
  color: var(--main-purple);
  font-weight: var(--fwn);
  line-height: 1.8;
}
@media (max-width: 834px) {
  .specialized-laser__device-detail-title {
    text-align: center;
  }
}

.specialized-laser__device-detail-text {
  margin-top: 0.7em;
}

.specialized-laser__device-detail-list {
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  padding-top: clamp(10 * var(--px), 20 / 1680 * 100vw, 20 * var(--px));
  margin-top: clamp(10 * var(--px), 20 / 1680 * 100vw, 20 * var(--px));
}
.specialized-laser__device-detail-list > li + li {
  margin-top: 1em;
}

.specialized-laser__device-detail-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  color: var(--main-purple);
  margin-bottom: 0.2em;
}
@media (max-width: 834px) {
  .specialized-laser__device-detail-label {
    gap: 0.4em;
  }
}
.specialized-laser__device-detail-label::before {
  content: "";
  width: clamp(12 * var(--px), 15 / 1680 * 100vw, 15 * var(--px));
  height: clamp(12 * var(--px), 15 / 1680 * 100vw, 15 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--main-purple);
  border-radius: 100vmax;
  margin-top: 0.55em;
}
@media (max-width: 834px) {
  .specialized-laser__device-detail-label::before {
    margin-top: 0.6em;
  }
}/*# sourceMappingURL=specialized.css.map */