:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* l-container
================================================ */
@media all and (max-width: 767px) {
  #eye_meziri .l-container {
    padding-top: 0;
  }
}

/* .eye_meziri-about
================================================ */
.eye_meziri-about .c-list-num01 .c-txt01 {
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .eye_meziri-about__beforeAfter {
    display: flex;
    justify-content: center;
    gap: 46px;
  }
}
.eye_meziri-about__beforeAfter-head {
  color: #fff;
  line-height: 1;
  background-color: #b09898;
  padding: 7px 25px;
  border-radius: 20px;
  display: inline-block;
}
.eye_meziri-about__beforeAfter-after {
  position: relative;
  margin-top: 46px;
}
@media all and (min-width: 768px) {
  .eye_meziri-about__beforeAfter-after {
    margin-top: 0;
  }
}
.eye_meziri-about__beforeAfter-after::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #ccc transparent transparent transparent;
}
@media all and (min-width: 768px) {
  .eye_meziri-about__beforeAfter-after::before {
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
    border-width: 20px 0 20px 16px;
    border-color: transparent transparent transparent #ccc;
  }
}
.eye_meziri-about__beforeAfter-after .eye_meziri-about__beforeAfter-head {
  background-color: rgb(var(--main));
}
.eye_meziri-about__beforeAfter-img {
  margin: 10px 0;
}

/* .eye_meziri-case
================================================ */
.eye_meziri-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .eye_meziri-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}