@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
body {
  font-size: 29px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #333;
  background: #faf4ff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}
.drawer .icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #ab5ead;
  cursor: pointer;
  z-index: 1000;
}

.drawer .icon__bars {
  width: 80px;
  height: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer .icon__bars:hover {
  opacity: 0.7;
}

.drawer .icon__bar1,
.drawer .icon__bar2,
.drawer .icon__bar3 {
  position: absolute;
  width: 48px;
  height: 2px;
  left: 16px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.drawer .icon__bar1 {
  top: 18px;
}

.drawer .icon__bar2 {
  top: 30px;
}

.drawer .icon__bar3 {
  top: 42px;
}

.drawer .icon.is-active .icon__bar1 {
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer .icon.is-active .icon__bar2 {
  display: none;
}

.drawer .icon.is-active .icon__bar3 {
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon__text {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.drawer .content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #fff;
  padding: 58px 28px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  display: none;
  overflow-y: scroll;
  z-index: 250;
}

.drawer .content.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.drawer .content__logo {
  width: 100%;
  max-width: 385px;
  margin-inline: auto;
}

.drawer .content__items {
  margin-top: 35px;
}

.drawer .content__item a {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #ccc;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer .content__item a:hover {
  opacity: 0.7;
}

.drawer .content__item-text {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 30px;
}

.drawer .content__item-text::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ab5ead;
  border-radius: 50%;
}

.drawer .content__item-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #ab5ead;
  border-bottom: 2px solid #ab5ead;
}
#footer {
  position: relative;
  color: #fff;
  background: #ab5ead;
  padding: 12px 0 8px;
  text-align: center;
}

#footer .copyright {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 10px;
}

#footer .text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 10px;
  margin-top: 7px;
}
#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

#header .body {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

#header .inner {
  padding-left: 20px;
}

#header .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .logo {
  width: 100%;
  max-width: 250px;
}

#header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .logo a:hover {
  opacity: 0.7;
}

#header .btns {
  margin-right: 80px;
}

#header .btn {
  width: 100%;
  max-width: 100px;
}

#header .btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .btn a:hover {
  opacity: 0.7;
}

#header .btn img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}
.c-tabs {
  gap: 20px;
  margin-top: 58px;
}

.c-tabs .c-tab {
  position: relative;
  width: 192px;
  height: 192px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-tabs .c-tab:hover {
  opacity: 0.7;
}

.c-tabs .c-tab.current:hover {
  opacity: 1;
}

.c-tab img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.c-tab .switch {
  z-index: -1;
}

.c-tab.current .switch {
  z-index: 1;
}

.c-tab--content {
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

.c-tab--content.current {
  display: block;
  pointer-events: auto;
}
#area {
  padding: 100px 0 0;
}

#area .inner {
  position: relative;
}

#area .title {
  width: 100%;
  max-width: 42.8%;
  margin-inline: auto;
}

#area .text {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0833333333;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 32px;
}

#area .body__image {
  width: 100%;
  max-width: 96.15%;
  max-height: 800px;
  margin-inline: auto;
  margin-top: -95px;
}
#clinic {
  position: relative;
}

#clinic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #faf4ff;
  z-index: -1;
}

#clinic .body {
  position: relative;
  background: #fff;
  padding: 60px 0 100px;
  z-index: 1;
}

#clinic .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #faf4ff;
  z-index: -1;
}

#clinic .inner {
  overflow: visible;
}

#clinic .title {
  position: relative;
  width: 100%;
  max-width: 76.9%;
  margin-inline: auto;
  margin-top: -100px;
}

#clinic .contents {
  width: 100%;
  max-width: 92.3%;
  margin-inline: auto;
  background: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px 36px;
  margin-top: 32px;
}

#clinic .contents__image {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

#clinic .btn {
  width: 100%;
  max-width: 577px;
  margin-inline: auto;
  margin-top: 58px;
}

#clinic .btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#clinic .btn a:hover {
  opacity: 0.7;
}

#clinic .items {
  gap: 32px;
  margin-top: 45px;
}

#clinic .item {
  position: relative;
  color: #ab5ead;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 30px;
}

#clinic .item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background: #ab5ead;
  border-radius: 50%;
}

#clinic .item:nth-of-type(even) {
  color: #e789bc;
}

#clinic .item:nth-of-type(even)::before {
  background: #e789bc;
}

#clinic .dl-wrap {
  margin-top: 40px;
}

#clinic .dl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #ccc;
  padding: 16px 0;
}

#clinic .dl:first-of-type {
  padding: 0 0 16px;
}

#clinic .dl:last-of-type {
  border-bottom: none;
}

#clinic .dt {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  min-width: 135px;
}

#clinic .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#clinic .list {
  position: relative;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.41;
  padding-left: 30px;
}

#clinic .list:not(:first-of-type) {
  margin-top: 10px;
}

#clinic .list::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0;
  background: #ab5ead;
  border-radius: 50%;
}

#clinic .list:nth-of-type(even)::before {
  background: #e789bc;
}

#clinic .media {
  width: 100%;
  max-width: 610px;
  margin-inline: auto;
  gap: 20px;
  margin-top: 56px;
}

#clinic .media__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

#clinic .media__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.77;
}
#fv .title {
  width: 100%;
  max-width: 52.8%;
  margin-inline: auto;
}

#fv .btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  max-width: 76.9%;
  margin-inline: auto;
  margin-top: 38px;
}

#fv .btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#fv .btn a:hover {
  opacity: 0.7;
}
#menu {
  position: relative;
  padding: 100px 0;
}

#menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ab5ead;
  z-index: 1;
}

#menu .inner {
  overflow: visible;
}

#menu .body {
  position: relative;
  background: #fae7f2;
  padding: 77px 0 0;
  z-index: 2;
  margin-top: -100px;
}

#menu .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #ab5ead;
}

#menu .title {
  position: absolute;
  width: 61.3%;
  max-width: 460px;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-inline: auto;
  z-index: 0;
}

#menu .tabs {
  position: relative;
  width: 100%;
  max-width: 82%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

#menu .tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 26px 7px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu .tab:hover {
  opacity: 0.7;
}

#menu .tab.current {
  color: #ab5ead;
  background: #fff;
}

#menu .tab.current:hover {
  opacity: 1;
}

#menu .tab::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#menu .tab.current::before {
  border-right: 2px solid #ab5ead;
  border-bottom: 2px solid #ab5ead;
}

#menu .tab .small {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

#menu .contents {
  position: relative;
  width: 100%;
  max-width: 92.3%;
  margin-inline: auto;
  margin-top: 40px;
  display: none;
}

#menu .contents.current {
  display: block;
}

#menu .box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
}

#menu .box::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #ab5ead;
  border-radius: 20px;
}

#menu .box::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 23px;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#menu .box__body {
  position: relative;
}

#menu .box__title {
  font-family: "Noto Serif JP", serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ab5ead;
}

#menu .box__title .small {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ab5ead;
}

#menu .box__text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.33;
  margin-top: 15px;
}

#menu .box__row {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
}

#menu .box__menu {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.16;
  padding-bottom: 10px;
  text-align: left;
}

#menu .box__price {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #ab5ead;
}

#menu .box__price .small {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#menu .box__tax {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#menu .box__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

#menu .box__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#menu .box__items .box__row {
  margin-top: 5px;
}

#menu .box__items .box__menu {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#menu .box__items .box__price {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#menu .box__items .small {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#menu .box__items .box__tax {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#menu .box__btn {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 30px;
}

#menu .box__btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu .box__btn a:hover {
  opacity: 0.7;
}

#menu .case {
  margin-top: 65px;
}

#menu .case__title {
  text-align: center;
}

#menu .case__title span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

#menu .case__title span::before,
#menu .case__title span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
}

#menu .case__title span::after {
  left: auto;
  right: -25px;
}

#menu .case__body {
  color: #fff;
  background: #8c4990;
  border-radius: 20px;
  padding: 50px 30px;
  margin-top: -30px;
  text-align: center;
}

#menu .case__menu {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#menu .case__text {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-top: 15px;
}

#menu .case__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

#menu .case__item-title {
  width: 100%;
  max-width: 80px;
  margin-inline: auto;
}

#menu .case__item-image {
  margin-top: 10px;
}

#menu .dl-wrap {
  margin-top: 20px;
}

#menu .dl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

#menu .dl:not(:first-of-type) {
  margin-top: 10px;
}

#menu .dt {
  min-width: 136px;
}

#menu .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#strength {
  position: relative;
}

#strength::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #faf4ff;
  z-index: -1;
}

#strength .body {
  position: relative;
  background: #ab5ead;
  padding: 80px 0 100px;
  z-index: 1;
}

#strength .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #faf4ff;
  z-index: -1;
}

#strength .title {
  position: relative;
  width: 100%;
  max-width: 62.8%;
  margin-inline: auto;
}

#strength .items {
  margin-top: 40px;
}
#supervision {
  position: relative;
}

#supervision::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

#supervision .body {
  position: relative;
  background: #faf4ff;
  padding: 60px 0 135px;
  z-index: 1;
}

#supervision .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

#supervision .inner {
  overflow: visible;
}

#supervision .title {
  position: relative;
  width: 100%;
  max-width: 76.9%;
  margin-inline: auto;
  margin-top: -100px;
}

#supervision .catch {
  width: 100%;
  max-width: 74.3%;
  margin-inline: auto;
  margin-top: 24px;
}

#supervision .contents {
  width: 100%;
  max-width: 95%;
  margin-inline: auto;
  margin-top: 55px;
}

#supervision .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  border: 12px solid rgba(171, 94, 173, 0.4);
  padding: 50px 30px;
  margin-top: 56px;
}

#supervision .item__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

#supervision .item__name {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}
#treatment {
  position: relative;
}

#treatment::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fae7f2;
  z-index: -1;
}

#treatment .body {
  position: relative;
  width: 100%;
  max-width: 95.6%;
  margin-inline: auto;
  background: #fff;
  padding: 77px 0 300px;
}

#treatment .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fae7f2;
}

#treatment .title {
  position: relative;
  width: 100%;
  max-width: 70.4%;
  margin-inline: auto;
}

#treatment .text {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0833333333;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 32px;
}

#treatment .accordion-wrap {
  margin-top: 38px;
}

#treatment .accordion {
  position: relative;
  background: #fff;
  border-radius: 0 20px 0 20px;
}

#treatment .accordion:not(:first-of-type) {
  margin-top: 20px;
}

#treatment .accordion::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  background: #e789bc;
}

#treatment .accordion__title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 30px 70px;
  color: #e789bc;
  text-align: center;
  cursor: pointer;
}

#treatment .accordion__title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #e789bc;
  border-bottom: 2px solid #e789bc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#treatment .accordion.is-open .accordion__title::before {
  top: calc(50% + 7px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#treatment .accordion__body {
  padding: 0 30px 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#treatment .accordion.is-open .accordion__body {
  padding: 0 30px 40px;
}

#treatment .accordion__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
}

#treatment .accordion__item a {
  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;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-bottom: 2px dashed #b3b3b3;
  padding-bottom: 16px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#treatment .accordion__item a:hover {
  opacity: 0.7;
}
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-flex {
  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;
}

@media screen and (max-width: 750px){
  body {
    font-size: 3.85vw;
  }
  #wrapper {
    max-width: 100%;
  }
  .drawer .icon__bars {
    width: 12.82vw;
    height: 12.82vw;
  }
  .drawer .icon__bars:hover {
    opacity: 1;
  }
  .drawer .icon__bar1,
  .drawer .icon__bar2,
  .drawer .icon__bar3 {
    width: 7.36vw;
    height: 1px;
    left: 3.08vw;
  }
  .drawer .icon__bar1 {
    top: 2.82vw;
  }
  .drawer .icon__bar2 {
    top: 4.62vw;
  }
  .drawer .icon__bar3 {
    top: 6.41vw;
  }
  .drawer .icon.is-active .icon__bar1 {
    top: calc(50% - 2.05vw);
    left: calc(50% + 0.26vw);
  }
  .drawer .icon.is-active .icon__bar3 {
    top: calc(50% - 2.05vw);
    left: calc(50% + 0.26vw);
  }
  .icon__text {
    left: calc(50% + 0.26vw);
    bottom: 0.77vw;
    font-size: 2.31vw;
  }
  .drawer .content {
    padding: 7.69vw 3.85vw;
  }
  .drawer .content__logo {
    max-width: 51.28vw;
  }
  .drawer .content__items {
    margin-top: 5.13vw;
  }
  .drawer .content__item a {
    border-bottom: 1px solid #ccc;
    padding: 5.13vw 2.56vw;
  }
  .drawer .content__item a:hover {
    opacity: 1;
  }
  .drawer .content__item-text {
    font-size: 4.62vw;
    padding-left: 4.36vw;
  }
  .drawer .content__item-text::before {
    width: 1.79vw;
    height: 1.79vw;
  }
  .drawer .content__item-arrow {
    width: 2.31vw;
    height: 2.31vw;
    border-right: 1px solid #ab5ead;
    border-bottom: 1px solid #ab5ead;
  }
  #footer .inner {
    padding: 0 2.56vw;
  }
  #header {
    height: 12.82vw;
  }
  #header .inner {
    padding-left: 3.85vw;
    padding-right: 0;
  }
  #header .logo {
    max-width: 39.49vw;
  }
  #header .logo a:hover {
    opacity: 1;
  }
  #header .btns {
    margin-right: 12.82vw;
  }
  #header .btn {
    width: 100%;
  }
  #header .btn a:hover {
    opacity: 1;
  }
  #header .btn img {
    height: 12.82vw;
  }
  .l-inner {
    padding: 0 3.85vw;
  }
  .c-tabs {
    gap: 2.56vw;
    margin-top: 7.69vw;
  }
  .c-tabs .c-tab {
    width: 25.64vw;
    height: 25.64vw;
  }
  .c-tabs .c-tab:hover {
    opacity: 1;
  }
  .c-tabs .c-tab.current:hover {
    opacity: 1;
  }
  #area {
    padding: 13.33vw 0 0;
  }
  #area .title {
    max-width: 42.82vw;
  }
  #area .text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }
  #area .body__image {
    max-width: 92.31vw;
    height: 105.13vw;
    max-height: 100%;
    margin-top: -12.82vw;
  }
  #clinic::before {
    display: none;
  }
  #clinic .body {
    padding: 12.82vw 0 7.69vw;
  }
  #clinic .body::before {
    border-radius: 12.82vw 12.82vw 0 0;
  }
  #clinic .inner {
    padding: 0;
  }
  #clinic .title {
    max-width: 76.92vw;
    margin-top: -17.95vw;
  }
  #clinic .contents {
    max-width: 92.31vw;
    border-radius: 2.56vw;
    padding: 6.41vw 5.13vw;
    margin-top: 4.1vw;
  }
  #clinic .contents__image {
    max-width: 80vw;
  }
  #clinic .btn {
    max-width: 76.92vw;
    margin-top: 5.13vw;
  }
  #clinic .btn a:hover {
    opacity: 1;
  }
  #clinic .items {
    gap: 5.13vw;
    margin-top: 8.21vw;
  }
  #clinic .item {
    font-size: 3.46vw;
    padding-left: 3.85vw;
  }
  #clinic .item::before {
    width: 2.56vw;
    height: 2.56vw;
    top: 0.51vw;
  }
  #clinic .dl-wrap {
    margin-top: 6.15vw;
  }
  #clinic .dl {
    border-bottom: 1px solid #ccc;
    padding: 2.56vw 0;
  }
  #clinic .dl:first-of-type {
    padding: 0 0 2.56vw;
  }
  #clinic .dt {
    min-width: 17.44vw;
  }
  #clinic .list {
    font-size: 3.08vw;
    padding-left: 3.85vw;
  }
  #clinic .list:not(:first-of-type) {
    margin-top: 1.79vw;
  }
  #clinic .list::before {
    width: 2.56vw;
    height: 2.56vw;
    top: 1.03vw;
  }
  #clinic .media {
    max-width: 84.62vw;
    gap: 2.56vw;
    margin-top: 7.69vw;
  }
  #clinic .media__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.23vw;
    flex: 0 0 29.23vw;
  }
  #clinic .media__text {
    font-size: 3.33vw;
  }
  #fv .inner {
    padding: 0;
  }
  #fv .title,
  #fv .btns {
    padding: 0 3.85vw;
  }
  #fv .title {
    max-width: 60.51vw;
  }
  #fv .btns {
    max-width: 84.62vw;
    gap: 2.56vw;
    margin-top: 5.13vw;
  }
  #fv .btn a:hover {
    opacity: 1;
  }
  #menu {
    position: relative;
    padding: 100px 0;
  }
  #menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ab5ead;
    z-index: 1;
    display: none;
  }
  #menu .inner {
    padding: 0;
  }
  #menu .body {
    background: #fae7f2;
    padding: 6.15vw 3.85vw 12.82vw;
    margin-top: -25.64vw;
  }
  #menu .body::before {
    border-radius: 12.82vw 0 0 0;
  }
  #menu .title {
    width: 100%;
    max-width: 61.54vw;
    top: -25.64vw;
  }
  #menu .tabs {
    max-width: 82.05vw;
    gap: 2.56vw;
  }
  #menu .tab {
    font-size: 3.85vw;
    padding: 0.9vw 4.36vw 1.41vw 1.28vw;
    border-radius: 1.28vw;
  }
  #menu .tab:hover {
    opacity: 1;
  }
  #menu .tab::before {
    width: 1.79vw;
    height: 1.79vw;
    right: 2.31vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #menu .tab.current::before {
    border-right: 1px solid #ab5ead;
    border-bottom: 1px solid #ab5ead;
  }
  #menu .tab .small {
    font-size: 3.08vw;
  }
  #menu .contents {
    max-width: 100%;
    margin-top: 5.13vw;
  }
  #menu .box {
    border-radius: 2.56vw;
    padding: 7.69vw 3.85vw;
  }
  #menu .box::before {
    width: calc(100% - 1.54vw);
    height: calc(100% - 1.54vw);
    border: 1px solid #ab5ead;
    border-radius: 2.56vw;
  }
  #menu .box::after {
    width: 5.13vw;
    height: 3.08vw;
    bottom: -2.82vw;
  }
  #menu .box__title {
    font-size: 9.23vw;
  }
  #menu .box__title .small {
    font-size: 4.1vw;
  }
  #menu .box__text {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }
  #menu .box__row {
    margin-top: 3.85vw;
  }
  #menu .box__menu {
    font-size: 3.08vw;
    padding-bottom: 1.28vw;
  }
  #menu .box__price {
    font-size: 10.77vw;
  }
  #menu .box__price .small {
    font-size: 8.21vw;
  }
  #menu .box__tax {
    font-size: 2.82vw;
  }
  #menu .box__items {
    gap: 1.28vw;
    margin-top: 3.85vw;
  }
  #menu .box__item-title {
    font-size: 3.08vw;
  }
  #menu .box__items .box__row {
    margin-top: 1.28vw;
  }
  #menu .box__items .box__menu {
    font-size: 2.56vw;
  }
  #menu .box__items .box__price {
    font-size: 6.67vw;
  }
  #menu .box__items .small {
    font-size: 5.13vw;
  }
  #menu .box__items .box__tax {
    font-size: 2.05vw;
  }
  #menu .box__btn {
    max-width: 41.03vw;
    margin-top: 5.13vw;
  }
  #menu .box__btn a:hover {
    opacity: 1;
  }
  #menu {
    padding: 25.64vw 0 0;
  }
  #menu .case {
    margin-top: 8.97vw;
  }
  #menu .case__title span {
    font-size: 6.67vw;
  }
  #menu .case__title span::before,
  #menu .case__title span::after {
    width: 2.05vw;
    height: 2.05vw;
    left: -4.62vw;
  }
  #menu .case__title span::after {
    left: auto;
    right: -4.62vw;
  }
  #menu .case__body {
    border-radius: 2.56vw;
    padding: 8.21vw 5.13vw 6.15vw;
    margin-top: -5.13vw;
  }
  #menu .case__menu {
    font-size: 4.87vw;
  }
  #menu .case__text {
    font-size: 3.54vw;
    margin-top: 2.56vw;
  }
  #menu .case__items {
    gap: 2.56vw;
    margin-top: 4.1vw;
  }
  #menu .case__item-title {
    max-width: 10.77vw;
  }
  #menu .case__item-image {
    margin-top: 1.54vw;
  }
  #menu .dl-wrap {
    margin-top: 2.56vw;
  }
  #menu .dl {
    gap: 5.13vw;
    font-size: 2.56vw;
  }
  #menu .dl:not(:first-of-type) {
    margin-top: 1.54vw;
  }
  #menu .dt {
    min-width: 17.95vw;
  }
  #strength {
    overflow: hidden;
  }
  #strength::before {
    display: none;
  }
  #strength .inner {
    padding: 0;
  }
  #strength .body {
    padding: 7.69vw 0 12.82vw;
  }
  #strength .body::before {
    border-radius: 0 12.82vw 0 0;
  }
  #strength .title {
    max-width: 62.82vw;
  }
  #strength .items {
    margin-top: 5.13vw;
  }
  #strength .item {
    position: relative;
    right: -5.13vw;
  }
  #strength .item:nth-of-type(even) {
    right: auto;
    left: -2.82vw;
  }
  #supervision::before {
    display: none;
  }
  #supervision .inner {
    padding: 0;
  }
  #supervision .body {
    padding: 12.82vw 3.85vw 15.38vw;
  }
  #supervision .body::before {
    border-radius: 12.82vw 12.82vw 0 0;
  }
  #supervision .title {
    max-width: 76.92vw;
    margin-top: -17.95vw;
  }
  #supervision .catch {
    max-width: 74.36vw;
    margin-top: 4.1vw;
  }
  #supervision .contents {
    max-width: 100%;
    margin-top: 7.18vw;
  }
  #supervision .items {
    gap: 3.85vw 2.05vw;
    border: 6px solid rgba(171, 94, 173, 0.4);
    padding: 7.18vw 4.62vw;
    margin-top: 7.69vw;
  }
  #supervision .item__name {
    font-size: 3.46vw;
    margin-top: 2.56vw;
  }
  #treatment {
    margin-top: -7.69vw;
  }
  #treatment::before {
    display: none;
  }
  #treatment .inner {
    padding: 0;
  }
  #treatment .body {
    max-width: 100%;
    background: transparent;
    padding: 12.31vw 3.85vw 39.49vw;
  }
  #treatment .body::before {
    border-radius: 0 20.51vw 0 0;
  }
  #treatment .title {
    max-width: 70.51vw;
  }
  #treatment .text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }
  #treatment .accordion-wrap {
    margin-top: 5.13vw;
  }
  #treatment .accordion {
    border-radius: 0vw 5.13vw 0 5.13vw;
  }
  #treatment .accordion:not(:first-of-type) {
    margin-top: 2.56vw;
  }
  #treatment .accordion::before {
    width: 1.54vw;
    height: 1.54vw;
  }
  #treatment .accordion__title {
    font-size: 3.97vw;
    line-height: 1.3;
    padding: 3.85vw 5.13vw;
    padding: 3.85vw 7.44vw;
  }
  #treatment .accordion__title::before {
    width: 2.31vw;
    height: 2.31vw;
    top: calc(50% - 0.26vw);
    right: 5.13vw;
    border-right: 1px solid #e789bc;
    border-bottom: 1px solid #e789bc;
  }
  #treatment .accordion.is-open .accordion__title::before {
    top: calc(50% + 1.03vw);
  }
  #treatment .accordion__body {
    padding: 0vw 2.56vw 0;
  }
  #treatment .accordion.is-open .accordion__body {
    padding: 0vw 2.56vw 5.13vw;
  }
  #treatment .accordion__items {
    gap: 2.56vw;
    margin-top: 1.28vw;
  }
  #treatment .accordion__item a {
    font-size: 3.08vw;
    line-height: 1.25;
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 2.56vw;
  }
  #treatment .accordion__item a:hover {
    opacity: 1;
  }
  #treatment .accordion__item a.small {
    font-size: 2.56vw;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}