p>span {
  display: inline-block;
}

figure {
  padding: 0;
}

.section {
  padding: var(--space64) var(--space32);
}

.top {
  padding: var(--space64) var(--space32);
}

.section_title {
  font-family: var(--kakugo);
  font-size: var(--font28);
  color: #009ee7;
  display: block;
  width: fit-content;
  background-color: white;
  margin: 48px auto 48px auto;
  padding: 24px var(--space48);
  text-align: center;
  font-weight: bold;
  border: 1px solid #0052a2;
  position: relative;
}

.section_title::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border: 1px solid #0052a2;
  left: -9px;
  top: -9px;
}

.section_title::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border: 1px solid #0052a2;
  right: -9px;
  bottom: -9px;
}

/*---------------------
MV
-----------------------*/
.mv {
  position: relative;
  aspect-ratio: 22 / 9;
}

@media (max-width: 767px) {
  .mv {
    aspect-ratio: 400 / 634 !important;
  }

  .mv img {
    display: none;
  }

  .mv {
    background-image: url(images/cosmetic_mv_sp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.mv .wp-block-cover__inner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}

.point01 {
  position: absolute;
  top: 24%;
  left: 26%;
  right: auto;
  z-index: 2;
  margin: auto;
  font-size: 26px;
  font-weight: 600;
  color: #0052a2;
  background-color: white;
  width: 32%;
  height: 40%;
  border-radius: 50% / 50%;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .point01 {
    top: 30%;
    left: 4%;
    width: 50%;
    height: 18%;
    right: auto;
    font-size: 22px;
  }
}

.point02 {
  position: absolute;
  top: 4%;
  left: 50%;
  right: auto;
  z-index: 2;
  margin: auto;
  font-size: 26px;
  font-weight: 600;
  color: #0052a2;
  background-color: white;
  width: 30%;
  height: 38%;
  border-radius: 50% / 50%;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .point02 {
    top: 5%;
    left: auto;
    right: 3%;
    width: 50%;
    height: 18%;
    font-size: 22px;
  }
}

.point03 {
  position: absolute;
  top: 56%;
  left: 42%;
  right: auto;
  z-index: 2;
  margin: auto;
  font-size: 26px;
  font-weight: 600;
  color: #0052a2;
  background-color: white;
  width: 31%;
  height: 40%;
  border-radius: 50% / 50%;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .point03 {
    top: 75%;
    left: 28%;
    right: auto;
    width: 60%;
    height: 22%;
    font-size: 22px;
  }
}

.menu {
  margin: auto;
  position: relative;
}

.menu h3 {
  font-size: 28px !important;
  line-height: 140% !important;
}

@media (max-width: 767px) {
  .menu h3 {
    font-size: 22px !important;
    line-height: 140% !important;
  }
}

.menu_item {
  position: relative;
  margin-top: 24px;
  z-index: 2;
}

@media (max-width: 767px) {
  .menu_item {
    display: flex;
    width: 100%;
  }

  .menu_item:nth-of-type(odd) {
    flex-direction: column;
  }

  .menu_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu_item:nth-of-type(odd) {
  margin-left: 0 !important;
}

.menu_item:nth-of-type(even) {
  margin-right: 0 !important;
}

.menu_item .menu_item_oval {
  background-color: #ebf2f7;
  width: 100%;
  max-width: 730px;
  padding: 32px;
  position: relative;
  z-index: 2;
  transform: skew(10deg);
}

.menu_item:nth-of-type(odd) .menu_item_oval {
  margin-left: -80px;
  padding-left: 90px;
}

.menu_item:nth-of-type(even) .menu_item_oval {
  margin-right: -80px;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .menu_item .menu_item_oval {
    margin: auto !important;
    padding: 32px !important;
    padding-top: 60px !important;
    margin-top: -40px !important;
    transform: skew(0) !important;
    position: relative !important;
  }
}

.menu_item_oval>* {
  transform: skew(-10deg);
}

@media (max-width: 767px) {
  .menu_item_oval>* {
    transform: skew(0);
  }
}

.menu_item img {
  position: relative;
  z-index: 4;
  width: 500px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .menu_item img {
    position: relative;
    z-index: 4;
    width: 280px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}

/*---------------------
料金
-----------------------*/
.price_table {
  overflow: auto;
}

.price_table table {
  border-collapse: collapse !important;
  table-layout: auto;
  min-width: 680px;
}

.price_table tr {}

.price_table td {
  padding: 1.6vw 1vw;
  text-align: left !important;
  border-bottom: 1px solid #009ee7 !important;
}

.price_table td:nth-child(1) {
  width: 40%;
}

.price_table td:nth-child(2) {
  width: 20%;
  text-align: center !important;
}

.price_table td:nth-child(3) {
  width: 40%;
  text-align: center !important;
}

.price_table th {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  background-color: white;
  border-left: 5px solid #c7e2fd1a;
}

/*---------------------
症例
-----------------------*/
.case_list h3 {
  display: block;
  width: fit-content;
  margin: auto;
}

.case_table table {
  border-collapse: collapse !important;
  border: 0;
}

.case_table td {
  padding: 1.4vw 1vw;
  text-align: left !important;
  font-size: var(--font18);
  border: 0;
  border-bottom: 1px solid #009ee7;
}

.case_table td:nth-child(1) {
  width: 25%;
  min-width: 120px;
  color: #0052a2;
  font-weight: 600;
}

.case_table td:nth-child(2) {
  width: 75%;
  min-width: 120px;
}

/*---------------------
faq_list
-----------------------*/
.faq_list {
  position: relative;
  margin-top: 96px;
}

@media (max-width: 767px) {
  .faq_list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 24px !important;
    margin-top: 24px;
  }
}

.faq_list .faq_item {
  position: relative;
}

.faq_list .faq_item:nth-child(odd) {
  position: relative;
  margin-bottom: 64px;
  margin-top: -64px;
}

.faq_list .faq_item:nth-child(even) {
  position: relative;
  margin-top: 64px;
  margin-bottom: -64px;
}

@media (max-width: 767px) {
  .faq_list .faq_item:nth-child(odd) {
    margin: 0;
    flex: 1 1 100%;
    padding: 20px !important;
  }

  .faq_list .faq_item:nth-child(even) {
    margin: 0;
    flex: 1 1 100%;
    padding: 20px !important;
  }
}