@charset "UTF-8";
.rootcanal {
  position: relative;
  overflow-x: hidden;
  /* 下層MV */
}
.rootcanal .serif {
  font-family: Shippori Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.rootcanal h3 {
  font-family: Shippori Mincho, "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
  font-weight: 400;
  color: #333c77;
  margin-bottom: 16px;
  letter-spacing: 0.02rem;
  font-size: clamp(1.8rem, 1.95rem + 0.5vw, 2.2rem);
  line-height: clamp(2.1rem, 2.1rem + 0.5vw, 2.6rem);
  text-align: left;
  padding: 0 0 0.9rem 0;
}
.rootcanal h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 0.96rem + 1.29vw, 2.25rem);
  color: #d7b87c;
  line-height: 1.36;
  letter-spacing: 0.08;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 960px) {
  .rootcanal h4 {
    font-size: clamp(1.25rem, 0.96rem + 1.29vw, 2.25rem);
    margin-bottom: 20px;
  }
}
.rootcanal .mv_sub {
  display: flex;
  position: relative;
}
.rootcanal .mv_sub .box_img {
  width: 57.4%;
  padding-bottom: 56px;
  clip-path: polygon(0 0, 100% 0, 91.77% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .rootcanal .mv_sub .box_img {
    width: 95%;
    padding-bottom: 39.2vw;
  }
}
.rootcanal .mv_sub .mv_ttl {
  width: 54.9%;
  height: 24.8vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(78, 139, 173, 0.68);
  clip-path: polygon(8.33% 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
.rootcanal .mv_sub .mv_ttl::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/mv_ttl_dec.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
}
@media screen and (max-width: 960px) {
  .rootcanal .mv_sub .mv_ttl {
    width: 77%;
    /* height: calc(100% - 39.2vw); */
    height: 51.29vw;
  }
  .rootcanal .mv_sub .mv_ttl::after {
    background-image: url("../img/mv_ttl_dec_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 31.8%;
  }
}
.rootcanal .mv_sub .mv_ttl h2 {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  width: fit-content;
  margin: 0 13% 0 auto;
}
@media screen and (max-width: 960px) {
  .rootcanal .mv_sub .mv_ttl h2 {
    margin: 0 6% 0 auto;
    font-size: calc(24 / 390 * 100vw);
  }
}
.rootcanal .block {
  margin: 64px 0;
  /* overflow: hidden; */
}
@media screen and (max-width: 960px) {
  .rootcanal .block {
    margin: 0 0 64px;
  }
}
.rootcanal .block .inner {
  width: 90%;
  margin: 0 auto;
}
.rootcanal .block .flex_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .rootcanal .block .flex_box {
    flex-flow: column;
  }
}
.rootcanal .block .flex_box .box_text {
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 960px) {
  .rootcanal .block .flex_box .box_text {
    width: 100%;
    margin: 0;
  }
}
.rootcanal .block .flex_box .box_img {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .rootcanal .block .flex_box .box_img {
    width: calc(100% + 6vw);
    margin-bottom: 54px;
    margin-right: calc(50% - 50vw);
  }
  .rootcanal .dentifrice .flex_box .box_img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .rootcanal .block .flex_box .box_img {
    width: 100%;
  }
}
.rootcanal .sec_title {
  margin-bottom: 16px;
  width: fit-content;
  margin: auto;
  padding: 16px 36px;
}
.rootcanal .sec_title.beige {
  border-bottom: 1px solid #d7b87c;
}
.rootcanal .sec_title.paleblue {
  border-bottom: 1px solid #87b0c8;
}
.rootcanal .sec_title.blue {
  border-bottom: 1px solid #333c77;
}
.rootcanal .sec_title.white {
  border-bottom: 1px solid white;
}
.rootcanal .sec_caption {
  font-family: "Corinthia", cursive;
  font-size: 32px;
  display: block;
  padding: 16px 0;
}
.rootcanal .sec_caption.beige {
  color: #d7b87c;
}
.rootcanal .sec_caption.paleblue {
  color: #87b0c8;
}
.rootcanal .sec_caption.blue {
  color: #333c77;
}
.rootcanal .adjust_size01 {
  font-size: clamp(0.9rem, 1.1rem + 0.5vw, 1.6rem);
  line-height: clamp(1.1rem, 1.2rem + 0.5vw, 1.8rem);
}
.rootcanal .left {
  text-align: left;
}
.rootcanal .right {
  text-align: right;
}
.rootcanal .center {
  text-align: center;
}
@media (min-width: 769px) {
  .rootcanal .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  .rootcanal .pc {
    display: none;
  }
}
.rootcanal .lifespan {
  margin-top: 60px;
}
.rootcanal .lifespan_bg {
  background-image: url("../img/rootcanal_lifespan.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 590px;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_bg {
    background-image: url("../img/rootcanal_lifespan_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    display: flex;
  }
}
.rootcanal .lifespan_panel {
  width: 100%;
  margin: 40px auto;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.rootcanal .lifespan_panel h3 {
  margin: auto;
  font-size: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  line-height: clamp(1.5rem, 1.304rem + 0.87vw, 2rem);
  color: white;
  padding: 28px 56px;
  display: block;
  position: absolute;
  width: 60%;
  max-width: 600px;
  height: fit-content;
  top: 40px;
  left: 35vw;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_panel h3 {
    color: white;
    padding: 20px 28px;
    top: 260px;
    left: 5vw;
    width: 90%;
    min-width: 260px;
  }
}
.rootcanal .lifespan_panel h3::after {
  content: "";
  display: block;
  top: 0;
  left: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 51, 97, 0.6);
  transform: skew(13deg);
  z-index: -1;
}
.rootcanal .lifespan_panel h3 span {
  padding-left: 100px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_panel h3 span {
    padding-left: 40px;
  }
}
.rootcanal .lifespan_panel img.no1 {
  display: block;
  width: 60px;
  left: 20px;
  top: -30px;
  position: absolute;
}
.rootcanal .lifespan_panel h3 img.no2 {
  display: block;
  width: 60px;
  position: absolute;
  right: 40px;
  top: -30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_panel img.no1 {
    width: 40px;
    top: -20px;
  }
  .rootcanal .lifespan_panel h3 img.no2 {
    width: 40px;
    top: -20px;
  }
}
.rootcanal .lifespan_panel p {
  text-align: left;
  font-size: clamp(0.75rem, 0.701rem + 0.22vw, 0.875rem);
  line-height: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  color: white;
  padding: 28px 68px;
  position: relative;
  top: 160px;
  left: 45vw;
  width: 50%;
  max-width: 700px;
  max-height: 400px;
  height: fit-content;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_panel p {
    padding: 24px;
    top: 340px;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    min-width: 260px;
  }
}
.rootcanal .lifespan_panel p::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 51, 97, 0.6);
  transform: skew(13deg);
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .rootcanal .lifespan_panel p::after {
    transform: skew(0deg);
  }
}
.rootcanal .longlife {
  margin: 48px 0;
}
.rootcanal .longlife .sec_title {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px 0;
}
.rootcanal .longlife .flex_box {
  gap: 36px;
  max-width: 1280px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .longlife .flex_box {
    gap: 0;
  }
}
.rootcanal .longlife .flex_box .box_text {
  width: 50%;
}
.rootcanal .longlife .flex_box .box_img {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .rootcanal .longlife p {
    padding: 16px 0 32px 0;
  }
  .rootcanal .longlife .flex_box .box_text {
    width: 90%;
    margin: auto;
  }
  .rootcanal .longlife .flex_box .box_img {
    width: 100%;
    margin-bottom: 0;
  }
}
.rootcanal .cases {
  margin: 60px auto 0 auto;
  padding: 60px 0;
  width: 100%;
  background: white;
  background: linear-gradient(180deg, #f1f1f1 0%, #fefefe 20%, #fefefe 80%, #f1f1f1 100%);
}
@media only screen and (max-width: 960px) {
  .rootcanal .cases {
    background-size: 90%;
    padding: 0;
    padding-bottom: 48px;
  }
}
.rootcanal .cases .inner {
  max-width: 1280px;
}
.rootcanal .cases h3 {
  text-align: center;
}
.rootcanal .cases p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .rootcanal .cases p {
    text-align: left;
  }
}
.rootcanal .cases ul {
  list-style: none;
  max-width: 960px;
  margin: 36px auto;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.rootcanal .cases li {
  display: flex;
  gap: 32px;
  flex-flow: row;
}
@media only screen and (max-width: 640px) {
  .rootcanal .cases li {
    display: flex;
    gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.rootcanal .cases_img {
  height: auto;
  width: 180px;
  object-fit: contain;
  background-color: white;
  padding: 16px;
  border: 1px solid #4e8bad;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rootcanal .cases_img img {
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 960px) {
  .rootcanal .cases_img {
    max-width: 100%;
    margin-top: 48px;
  }
}
.rootcanal .cases_item {
  width: 100%;
}
.rootcanal .cases_item h4 {
  width: fit-content;
  background-color: #d0e0e4;
  padding: 16px 24px;
  color: #333c77;
  font-size: clamp(1.125rem, 0.978rem + 0.65vw, 1.5rem);
  line-height: clamp(1.75rem, 1.554rem + 0.87vw, 2.25rem);
  position: relative;
  margin-left: -46px;
  margin-top: 36px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .rootcanal .cases_item h4 {
    margin-left: 0;
    margin-top: 0;
    padding: 8px 16px;
    width: 90%;
  }
}
.rootcanal .cases_item h4::after {
  width: 40px;
  height: 100%;
  background-color: #d0e0e4;
  transform: skew(-15deg);
  position: absolute;
  right: -20px;
  top: 0;
  content: "";
}
.rootcanal .cases_item p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
}
.rootcanal .ourtreatment {
  padding: 60px 0;
  margin: auto;
  position: relative;
}
.rootcanal .ourtreatment::before {
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
  background-color: #87b0c8;
  opacity: 0.8;
  content: "";
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.rootcanal .ourtreatment::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
  background-color: #87b0c8;
  opacity: 0.8;
  content: "";
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .rootcanal .ourtreatment::before {
    background-color: rgba(135, 176, 200, 0.64);
    content: "";
    width: 100px;
    height: 40%;
    display: block;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: -1;
  }
  .rootcanal .ourtreatment::after {
    background-color: rgba(135, 176, 200, 0.64);
    content: "";
    width: 100px;
    height: 40%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
  }
}
.rootcanal .ourtreatment h3 {
  color: #333c77;
  padding-bottom: 24px;
  text-align: center;
  width: fit-content;
  border-bottom: 1px soiid #87b0c8;
  margin: auto;
}
.rootcanal .ourtreatment .inner > p {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .rootcanal .ourtreatment .inner > p {
    text-align: left;
  }
}
.rootcanal .ourtreatment ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 860px;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  .rootcanal .ourtreatment ul {
    flex-flow: column;
  }
}
.rootcanal .ourtreatment li {
  border-radius: 200px;
  width: 220px;
  height: fit-content;
  text-align: center;
  color: #333c77;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.rootcanal .ourtreatment li p {
  text-align: center;
  font-size: clamp(0.875rem, 0.826rem + 0.22vw, 1rem);
  line-height: clamp(1.375rem, 1.179rem + 0.87vw, 1.875rem);
}
.rootcanal .ourtreatment ul li > img {
  height: 180px;
  width: 180px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}
.rootcanal .steps {
  width: 100%;
}
.rootcanal .steps .inner {
  padding: 0 48px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .steps .inner {
    padding: 0 32px;
  }
}
.rootcanal .steps_title_layout {
  width: 100%;
  background-image: url("../img/rootcanal_step_title_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 36px 0;
}
.rootcanal .steps h3 {
  text-align: center;
}
.rootcanal .steps .sec_caption {
  text-align: center;
}
.rootcanal .steps ul {
  counter-reset: listnum;
  list-style: none;
  margin: 48px auto;
  gap: 36px;
  display: flex;
  flex-flow: column;
  max-width: 900px;
}
.rootcanal .steps li {
  position: relative;
  counter-increment: listnum;
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-flow: row;
  background-color: #e2eef6;
  transform: skew(-15deg);
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps li {
    flex-flow: column;
    justify-content: center;
    transform: skew(0deg);
  }
}
.rootcanal .steps_img {
  width: 30%;
  min-width: 200px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps_img {
    width: 100%;
  }
}
.rootcanal .steps_img img {
  width: 160px;
  height: auto;
  margin-left: 48px;
  transform: skew(15deg);
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps_img {
    transform: skew(-15deg);
  }
}
.rootcanal .steps_img::before {
  background-color: #333c77;
  color: white;
  content: counter(listnum);
  width: 80px;
  height: 60px;
  position: absolute;
  left: -20px;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Corinthia", cursive;
  font-size: 64px;
  margin-right: 16px;
}
.rootcanal .steps_item {
  width: 70%;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps_item {
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.rootcanal .steps_item h4 {
  color: #333c77;
  transform: skew(15deg);
  text-align: left;
  font-size: clamp(1rem, 0.853rem + 0.65vw, 1.375rem);
  line-height: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  margin: 0;
  padding: 16px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps_item h4 {
    transform: skew(0deg);
  }
}
.rootcanal .steps_item p {
  font-size: clamp(0.875rem, 0.826rem + 0.22vw, 1rem);
  line-height: clamp(1rem, 0.853rem + 0.65vw, 1.375rem);
  transform: skew(15deg);
  text-align: left;
  padding: 16px 0 0 0;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .rootcanal .steps_item p {
    position: static;
    padding: 16px 24px;
    transform: skew(0deg);
  }
}
.rootcanal .notice .flex_box {
  gap: 48px;
  margin: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .rootcanal .notice .flex_box {
    gap: 48px;
    margin: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.rootcanal .notice_title {
  background-color: #f6f2ec;
  width: 40%;
  flex-grow: 2;
  padding: 24px 48px;
  position: relative;
  left: 60px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .notice_title {
    background-color: #f6f2ec;
    width: calc(100% - 64px);
    flex-grow: 2;
    padding: 24px 48px;
    position: relative;
    left: 60px;
  }
}
.rootcanal .notice_title::before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  top: -30px;
  left: 0;
  height: 30px;
  width: 60px;
  z-index: 1;
  background-color: #c29a6d;
}
.rootcanal .notice_title::after {
  content: "";
  position: absolute;
  background-color: #ddbf9e;
  height: 100%;
  width: 120px;
  top: -30px;
  left: -60px;
  z-index: -1;
}
.rootcanal .notice_title img {
  margin: 8px auto;
  width: 42px;
  height: 42px;
  display: block;
}
.rootcanal .notice_title h3 {
  font-size: clamp(1rem, 0.853rem + 0.65vw, 1.375rem);
  line-height: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  text-align: center;
  color: #524731;
}
@media only screen and (max-width: 640px) {
  .rootcanal .notice_title h3 {
    font-size: clamp(1rem, 0.853rem + 0.65vw, 1.375rem);
    line-height: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
    text-align: center;
    color: #524731;
  }
}
.rootcanal .notice_text {
  flex-basis: auto;
  flex-grow: 3;
  padding: 0 24px;
}
.rootcanal .notice_text p {
  padding-right: 5%;
  padding-left: 5%;
  line-height: 2.4em;
  background-image: linear-gradient(transparent 0, transparent 97%, #e0ceba 100%);
  background-size: 100% 2.4em;
  text-align: left;
  display: block;
  width: 100%;
}
.rootcanal .pain .flex_box {
  gap: 48px;
  margin: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .rootcanal .pain .flex_box {
    gap: 48px;
    margin: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.rootcanal .pain_title {
  background-color: #dde9eb;
  width: 40%;
  flex-grow: 2;
  padding: 24px 48px;
  position: relative;
  left: 60px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .pain_title {
    background-color: #dde9eb;
    width: calc(100% - 64px);
    flex-grow: 2;
    padding: 24px 48px;
    position: relative;
    left: 60px;
  }
}
.rootcanal .pain_title::before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  top: -30px;
  left: 0;
  height: 30px;
  width: 60px;
  z-index: 1;
  background-color: #4e8bad;
}
.rootcanal .pain_title::after {
  content: "";
  position: absolute;
  background-color: #87b0c8;
  height: 100%;
  width: 120px;
  top: -30px;
  left: -60px;
  z-index: -1;
}
.rootcanal .pain_title img {
  margin: 8px auto;
  width: 42px;
  height: 42px;
  display: block;
}
.rootcanal .pain_title h3 {
  font-size: clamp(1rem, 0.853rem + 0.65vw, 1.375rem);
  line-height: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  text-align: center;
  color: #333c77;
}
.rootcanal .pain_text {
  flex-basis: auto;
  flex-grow: 3;
  padding: 0 24px;
}
.rootcanal .pain_text p {
  padding-right: 5%;
  padding-left: 5%;
  line-height: 2.4em;
  background-image: linear-gradient(transparent 0, transparent 97%, #87b0c8 100%);
  background-size: 100% 2.4em;
  text-align: left;
  display: block;
  width: 100%;
}
.rootcanal .preventive_box {
  border: 1px solid #333c77;
  width: 80vw;
  height: 500px;
  padding: 16px;
  max-width: 720px;
  margin: 48px auto 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .rootcanal .preventive_box {
    position: static;
    height: auto;
    display: block;
  }
}
.rootcanal .preventive_box p {
  font-size: clamp(0.875rem, 0.777rem + 0.43vw, 1.125rem);
  line-height: clamp(1.375rem, 1.179rem + 0.87vw, 1.875rem);
  position: static;
  display: block;
}
.rootcanal .preventive_box_inner {
  background-color: #dde9eb;
  width: 100%;
  height: 100%;
  padding: 32px;
}
@media only screen and (max-width: 640px) {
  .rootcanal .preventive_box_inner {
    padding: 16px;
    position: static;
  }
}
.rootcanal .preventive_box_photos {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 240px;
  margin: auto;
  z-index: 1;
  top: 180px;
  left: -30%;
  right: -30%;
}
@media only screen and (max-width: 960px) {
  .rootcanal .preventive_box_photos {
    top: 200px;
  }
}
@media only screen and (max-width: 820px) {
  .rootcanal .preventive_box_photos {
    top: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .rootcanal .preventive_box_photos {
    position: static;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.rootcanal .preventive_box_photos ul {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  .rootcanal .preventive_box_photos ul {
    width: 70vw;
    flex-flow: column;
    position: static;
  }
}
.rootcanal .consultation {
  background-color: #fafafa;
  z-index: -1;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .consultation {
    padding-bottom: 170px;
  }
}
.rootcanal .consultation .sec_title {
  width: 100%;
  height: 150px;
  font-size: clamp(1.125rem, 0.929rem + 0.87vw, 1.625rem);
  line-height: clamp(1.75rem, 1.554rem + 0.87vw, 2.25rem);
  margin-top: 30px;
}
.rootcanal .consultation .beige_ribbon {
  position: absolute;
  left: 0;
  right: 55%;
  top: 30px;
  text-align: right;
  background-color: #ecdab7;
  padding: 12px 0 12px 0;
  z-index: 3;
}
.rootcanal .consultation .blue_ribbon {
  position: absolute;
  left: 40%;
  right: 0;
  top: 80px;
  text-align: left;
  background-color: #dde9eb;
  padding: 12px 0 12px 0;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .rootcanal .consultation .blue_ribbon {
    left: 20%;
  }
}
.rootcanal .consultation .blue_ribbon::before {
  background-color: #dde9eb;
  content: "";
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  z-index: 1;
}
.rootcanal .consultation .beige_ribbon::before {
  background-color: #ecdab7;
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 3;
}
.rootcanal .consultation p {
  text-align: center;
}
.rootcanal .consultation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 80%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .rootcanal .consultation ul {
    width: 100%;
    flex-flow: column;
    flex-wrap: nowrap;
  }
}
.rootcanal .consultation ul li {
  background-color: #e0cda8;
  color: #524731;
  padding: 12px 26px;
  border-radius: 150px;
  font-size: clamp(0.875rem, 0.826rem + 0.22vw, 1rem);
  line-height: clamp(1rem, 0.875rem + 0.63vw, 1.375rem);
  text-align: center;
  flex-basis: 30%;
  min-width: 220px;
  max-width: 300px;
}
@media only screen and (max-width: 960px) {
  .rootcanal .consultation ul li {
    width: 100%;
    max-width: 400px;
  }
}
.rootcanal .consultation_layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.rootcanal .consultation strong {
  font-weight: 600;
}
.rootcanal .consultation_man {
  position: absolute;
  bottom: 0;
  right: 32px;
  height: 240px;
  z-index: -1;
  width: auto;
}
.rootcanal .consultation_woman {
  position: absolute;
  bottom: 0;
  left: 32px;
  height: 240px;
  z-index: -1;
  width: auto;
}
@media only screen and (max-width: 960px) {
  .rootcanal .consultation_man {
    right: 16px;
    height: 160px;
  }
  .rootcanal .consultation_woman {
    left: 16px;
    height: 160px;
  }
}