/* ===============================================================
 cosmetic dentistry page
===============================================================*/
.--cosmeden.menu-c__ttl01 {
  background: linear-gradient(90deg, rgb(246, 206, 193) 0%, rgb(231, 167, 203) 50%, rgb(222, 211, 237) 100%);
}
.--cosmeden.menu-c__inner {
  background-color: #edf4f8;
}
.--cosmeden-orange.menu-c__inner {
  background-color: #fbf1ed;
}
.--cosmeden-orange.menu-c__inner-list__ttl {
  background-color: #e7b5a1;
}
.--cosmeden.menu-c__ttl02::before {
  background-color: #5c9fb1;
}
.--cosmeden.menu-c__inner-ttl {
  color: #6370c4;
}
.--cosmeden.menu-c__inner-list__ttl {
  background-color: #91bdd4;
}
.--cosmeden.menu-c__inner-list__ttl.--orange {
  background-color: #e7b5a1;
}
.--cosmeden.menu-c__num {
  background-color: #6370c4;
}
.--cosmeden.menu-c__faq-item .menu-c__faq-ttl::before {
  background-color: #5c9fb1;
}

.cosmeden-about__list {
  margin-top: calc(45 * var(--px));
}
.cosmeden-about__item:not(:first-of-type) {
  margin-top: calc(65 * var(--px));
  padding-top: calc(60 * var(--px));
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 834px) {
  .cosmeden-about__item:not(:first-of-type) {
    margin-top: calc(40 * var(--px));
    padding-top: calc(35 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .cosmeden-about__item:not(:first-of-type) {
    margin-top: calc(30 * var(--px));
    padding-top: calc(25 * var(--px));
  }
}
.cosmeden-about__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
}
@media screen and (min-width: 835px) {
  .cosmeden-about__item-flex {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-about__item-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 * var(--px));
  }
}
@media screen and (min-width: 835px) {
  .cosmeden-about__cont {
    max-width: calc(560 * var(--px));
  }
}
.cosmeden-about__ttl {
  margin-bottom: calc(20 * var(--px));
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .cosmeden-about__ttl {
    margin-bottom: calc(10 * var(--px));
  }
}
.cosmeden-about__num {
  display: block;
  font-family: var(--inter);
  font-size: var(--f48);
  color: #dc88cc;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .cosmeden-about__img {
    max-width: calc(560 * var(--px));
  }
}
.cosmeden-about__can {
  padding-bottom: calc(55 * var(--px));
}
@media screen and (max-width: 834px) {
  .cosmeden-about__can {
    padding-bottom: calc(30 * var(--px));
  }
}
.cosmeden-about__can .menu-c__inner-ttl02 {
  margin-bottom: calc(20 * var(--px));
}
.cosmeden-about__can-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: calc(70 * var(--px));
}
@media screen and (max-width: 1100px) {
  .cosmeden-about__can-list {
    gap: calc(30 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-about__can-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 * var(--px));
  }
}
.cosmeden-about__can-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .cosmeden-about__can-item {
    gap: calc(10 * var(--px));
  }
}
@media screen and (max-width: 390px) {
  .cosmeden-about__can-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 835px) {
  .cosmeden-about__can-cont {
    max-width: calc(300 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-about__can-cont {
    width: calc(100% - 146 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .cosmeden-about__can-cont {
    width: calc(100% - 110 * var(--px));
  }
}
@media screen and (max-width: 390px) {
  .cosmeden-about__can-cont {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .cosmeden-about__can-cont .menu-c__purple-txt {
    text-align: center;
  }
}
.cosmeden-about__can-cont .txt-sml {
  margin-top: calc(10 * var(--px));
}
@media screen and (max-width: 390px) {
  .cosmeden-about__can-cont .txt-sml {
    margin-top: calc(5 * var(--px));
  }
}
.cosmeden-about__can-img {
  max-width: calc(136 * var(--px));
  aspect-ratio: 1;
}
@media screen and (max-width: 450px) {
  .cosmeden-about__can-img {
    max-width: calc(100 * var(--px));
  }
}
@media screen and (max-width: 390px) {
  .cosmeden-about__can-img {
    max-width: calc(136 * var(--px));
  }
}
.cosmeden-about__can-img img {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.cosmeden-about__can-txt {
  position: relative;
  max-width: calc(868 * var(--px));
  margin: calc(40 * var(--px)) auto 0;
  padding: calc(40 * var(--px)) calc(60 * var(--px)) calc(40 * var(--px)) calc(110 * var(--px));
  background-color: #fff;
  border-radius: calc(22 * var(--px));
  -webkit-border-radius: calc(22 * var(--px));
}
@media screen and (max-width: 834px) {
  .cosmeden-about__can-txt {
    margin-top: calc(30 * var(--px));
    padding: calc(20 * var(--px)) 5% calc(20 * var(--px)) 13vw;
  }
}
@media screen and (max-width: 450px) {
  .cosmeden-about__can-txt {
    width: 90%;
    margin-right: 0;
    padding-left: 8%;
  }
}
.cosmeden-about__can-txt::before {
  position: absolute;
  content: "";
  width: calc(147 * var(--px));
  aspect-ratio: 147/216;
  left: calc(-55 * var(--px));
  bottom: calc(-55 * var(--px));
  z-index: 1;
  background: url(../img/cosmetic-dentistry/about01-can_people.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .cosmeden-about__can-txt::before {
    width: 18vw;
    left: -10%;
    bottom: calc(-30 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .cosmeden-about__can-txt::before {
    width: calc(81 * var(--px));
    left: -28%;
  }
}

.cosmeden-white__list {
  margin-top: calc(40 * var(--px));
}
@media screen and (max-width: 834px) {
  .cosmeden-white__list {
    margin-top: calc(20 * var(--px));
  }
}
.cosmeden-white__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(18 * var(--px));
}
@media screen and (max-width: 834px) {
  .cosmeden-white__list-item {
    gap: calc(10 * var(--px));
  }
}
.cosmeden-white__list-item:not(:first-of-type) {
  margin-top: calc(10 * var(--px));
}
.cosmeden-white__list-txt {
  margin-top: -2px;
}
@media screen and (max-width: 450px) {
  .cosmeden-white__list-txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-white__scroll {
    overflow-x: auto;
  }
  .cosmeden-white__scroll img {
    min-width: calc(800 * var(--px));
  }
}
.cosmeden-white__tb {
  margin-top: -3px;
  margin-left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 6px);
  border: 1px solid #cfdde4;
}
@media screen and (max-width: 834px) {
  .cosmeden-white__tb {
    width: calc(800 * var(--px));
  }
}
.cosmeden-white__tb-wrap {
  border: 1px solid #cfdde4;
  border-radius: calc(18 * var(--px));
  -webkit-border-radius: calc(18 * var(--px));
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .cosmeden-white__tb-wrap {
    overflow-x: auto;
  }
}
.cosmeden-white__tb-th01 {
  padding: calc(20 * var(--px));
  font-size: var(--f20);
  font-weight: var(--fwn);
  line-height: 1.5;
  background-color: #f2f9fd;
}
.cosmeden-white__tb-th01.--orange {
  color: #fff;
  background-color: #ee9a75;
}
.cosmeden-white__tb-th02 {
  font-size: var(--f20);
  font-weight: var(--fwn);
  background-color: #fff;
}
.cosmeden-white__tb-td {
  font-size: var(--f28);
  font-weight: var(--fwm);
  text-align: center;
  color: #6370c4;
  background-color: #fff;
}
.cosmeden-white__tb-td.--orange {
  font-size: var(--f32);
  color: #ee9a75;
  background-color: #fbf1ed;
}
.cosmeden-white__comp {
  width: 100%;
  border-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .cosmeden-white__comp {
    width: calc(1000 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-white__comp-wrap {
    overflow-x: auto;
  }
}
.cosmeden-white__comp-th01 {
  padding: calc(40 * var(--px)) calc(10 * var(--px));
  font-size: var(--f21);
  font-weight: var(--fwn);
  text-align: center;
  color: #fff;
  line-height: 1.5;
  border-radius: calc(15 * var(--px)) calc(18 * var(--px)) 0 0;
  -webkit-border-radius: calc(15 * var(--px)) calc(18 * var(--px)) 0 0;
}
.cosmeden-white__comp-th01:nth-of-type(2) {
  background-color: #a6c8da;
}
.cosmeden-white__comp-th01:last-of-type {
  background-color: #e1c1b6;
}
.cosmeden-white__comp-th02 {
  font-size: var(--f21);
  font-weight: var(--fwn);
  background-color: #edf4f8;
  border-radius: calc(15 * var(--px)) 0 0 calc(18 * var(--px));
  -webkit-border-radius: calc(15 * var(--px)) 0 0 calc(18 * var(--px));
}
.cosmeden-white__comp-td01:has(.--merit) {
  background-color: #edf4f8;
}
.cosmeden-white__comp-td01:has(.--merit):last-of-type {
  background-color: #fbf1ed;
}
.cosmeden-white__comp-td01:has(.--demerit) {
  background-color: #e2eef4;
}
.cosmeden-white__comp-td01:has(.--demerit):last-of-type {
  background-color: #f9ebe5;
}
.cosmeden-white__comp-td01 {
  padding: calc(30 * var(--px));
}
.cosmeden-white__att {
  font-size: var(--f20);
}

.cosmeden-ceramic__tb {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .cosmeden-ceramic__tb {
    width: calc(900 * var(--px));
  }
}
.cosmeden-ceramic__tb-wrap {
  border: 1px solid #cfdde4;
  border-radius: calc(18 * var(--px));
  -webkit-border-radius: calc(18 * var(--px));
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .cosmeden-ceramic__tb-wrap {
    overflow-x: auto;
  }
}
.cosmeden-ceramic__tb-th {
  padding: calc(10 * var(--px));
  font-size: var(--f20);
  font-weight: var(--fwn);
  background-color: #f2f9fd;
}
.cosmeden-ceramic__tb-td01 {
  width: calc(250 * var(--px));
  padding: calc(30 * var(--px)) calc(10 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(10 * var(--px));
  background-color: #fff;
}
.cosmeden-ceramic__tb-txt {
  font-size: var(--f20);
  color: #6370c4;
}
.cosmeden-ceramic__tb-img {
  max-width: calc(115 * var(--px));
}
.cosmeden-ceramic__tb-td02 {
  width: calc(410 * var(--px));
  padding: calc(30 * var(--px));
  font-size: var(--f15);
  background-color: #fff;
}

.cosmeden-mouth__point {
  margin-top: calc(40 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(55 * var(--px));
}
@media screen and (min-width: 835px) {
  .cosmeden-mouth__point {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 834px) {
  .cosmeden-mouth__point {
    margin-top: calc(30 * var(--px));
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: calc(15 * var(--px));
  }
}
.cosmeden-mouth__point-img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .cosmeden-mouth__point-img {
    width: 80%;
  }
}
.cosmeden-mouth__point-ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: calc(10 * var(--px));
  font-size: var(--f18);
  font-weight: var(--fwn);
  line-height: 1;
  color: #fff;
  background-color: #5c9fb1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.cosmeden-mouth__point-list {
  margin-top: calc(-27 * var(--px));
  padding: calc(60 * var(--px)) calc(40 * var(--px)) calc(40 * var(--px));
  border: 1px solid #accad2;
  border-radius: calc(19 * var(--px));
  -webkit-border-radius: calc(19 * var(--px));
}
@media screen and (max-width: 450px) {
  .cosmeden-mouth__point-list {
    padding: calc(40 * var(--px)) calc(20 * var(--px)) calc(20 * var(--px));
  }
}
.cosmeden-mouth__point-list__item {
  position: relative;
  padding-left: calc(35 * var(--px));
}
.cosmeden-mouth__point-list__item:not(:first-of-type) {
  margin-top: calc(25 * var(--px));
}
@media screen and (max-width: 450px) {
  .cosmeden-mouth__point-list__item:not(:first-of-type) {
    margin-top: calc(10 * var(--px));
  }
}
.cosmeden-mouth__point-list__item::before {
  position: absolute;
  content: "";
  width: calc(25 * var(--px));
  aspect-ratio: 1;
  top: calc(3 * var(--px));
  left: 0;
  z-index: 1;
  background: url(../img/cosmetic-dentistry/ico-check.webp) no-repeat center center/cover;
}
.cosmeden-mouth__point-list__ttl {
  margin-bottom: calc(5 * var(--px));
  font-size: var(--f20);
  font-weight: var(--fwn);
  color: #6370c4;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .cosmeden-mouth__point-list__ttl {
    margin-bottom: 0;
  }
}