@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 */
@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;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.56vw;
  }
}
@media (min-width: 391px) and (max-width: 450px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0033333333em;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #1C1C1C;
  background: #fff;
}

#wrapper {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

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

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  padding: 0 3.7%;
}

.l-section {
  padding: 7% 0;
}

.c-cta01-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#2ba2d1), to(#6bbfcc));
  background: -webkit-linear-gradient(left, #2ba2d1, #6bbfcc);
  background: linear-gradient(to right, #2ba2d1, #6bbfcc);
  padding: 7% 0;
}

.c-cta01__title {
  margin-top: 2%;
}

.c-cta01__sub-title {
  width: 100%;
  max-width: 54.5%;
  margin-inline: auto;
  margin-top: 3%;
}

.c-cta01__body {
  position: relative;
  background: #fff;
  padding: 12% 4% 5%;
  margin-top: 7%;
}

.c-cta01__body-title {
  position: absolute;
  width: 95%;
  top: -2.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-cta01__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(3vw, 30px);
}

.c-cta01__btn {
  margin-top: 4%;
}

@media screen and (max-width: 450px) {
  .c-cta01__body {
    padding: 10% 4% 3%;
  }
  .c-cta01__btn {
    margin-top: 5%;
  }
}
.c-cta02 {
  background: -webkit-gradient(linear, left top, right top, from(#2ba2d1), to(#6bbfcc));
  background: -webkit-linear-gradient(left, #2ba2d1, #6bbfcc);
  background: linear-gradient(to right, #2ba2d1, #6bbfcc);
  padding: 7% 0;
}

.c-cta02__menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3%;
}

.c-cta02__sub-title {
  width: 100%;
  max-width: 54.5%;
  margin-inline: auto;
  margin-top: 5%;
}

.c-cta02__body {
  position: relative;
  background: #fff;
  padding: 8% 4% 6%;
  margin-top: 8%;
}

.c-cta02__body-title {
  position: absolute;
  width: 95%;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-cta02__body-title--mt01 {
  top: -6%;
}

.c-cta02__body-title--mt02 {
  top: -4.7%;
}

.c-cta02__btn {
  margin-top: 5%;
}

@media screen and (max-width: 450px) {
  .c-cta02__menus {
    margin-top: 2%;
  }
}
.c-menu__sub-title,
.c-menu__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.c-menu__sub-title span,
.c-menu__title span {
  color: #21ace0;
}

.c-menu__title {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.002em;
  margin-top: 8%;
}

.c-menu__sub-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0025em;
  background: #fff;
  padding: 4% 2%;
  margin-top: 5%;
}

.c-menu__btn {
  margin-top: 4%;
  text-align: center;
}

.c-menu__btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.125rem;
  color: #fff;
  background: #0d386d;
  border-radius: 3.125rem;
  padding: 1% 2%;
}

.c-menu__btn a:hover {
  opacity: 1;
}

.c-menu__btn a::before,
.c-menu__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.c-menu__btn a::before {
  width: 1.875rem;
  height: 2px;
  right: 2.5rem;
}

.c-menu__btn a::after {
  width: 2px;
  height: 1.875rem;
  right: 3.375rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-menu__btn a.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.c-menu__contents {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-menu__catch {
  font-size: 1.625rem;
  line-height: 1.61;
  background: #fff;
  padding: 4% 2%;
  margin-top: 4%;
  text-align: center;
}

.c-menu__catch span {
  color: #21ace0;
}

.c-menu__image {
  margin-top: 4%;
}

.c-menu__text {
  margin-top: 3%;
}

.c-menu__feature {
  margin-top: 10%;
}

.c-menu__feature-title {
  width: 100%;
  max-width: 63.9%;
  margin-inline: auto;
}

.c-menu__feature-items {
  width: 100%;
  max-width: 39.375rem;
  max-width: 90.8%;
  margin-inline: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 6%;
}

.c-menu__feature-item {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 4% 1%;
  text-align: center;
}

.c-menu__feature-item-number {
  position: absolute;
  width: clamp(50px, 9vw, 100px);
  top: -2.5rem;
  left: -3.7%;
}

.c-menu__feature-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.0033333333em;
  color: #21ace0;
}

.c-menu__feature-item-text {
  margin-top: 1%;
}

@media screen and (max-width: 450px) {
  .c-menu__sub-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3076923077;
    letter-spacing: 0.0038461538em;
  }
  .c-menu__title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3846153846;
    letter-spacing: 0.0038461538em;
  }
  .c-menu__btn a {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.0055555556em;
    padding: 5.5% 2%;
  }
  .c-menu__btn a::before {
    width: 1.25rem;
    height: 2px;
    right: 1.5625rem;
  }
  .c-menu__btn a::after {
    width: 2px;
    height: 1.25rem;
    right: 2.125rem;
  }
  .c-menu__catch {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4666666667;
    letter-spacing: 0.0066666667em;
  }
  .c-menu__feature-items {
    gap: 4.375rem;
    margin-top: 18%;
  }
  .c-menu__feature-item {
    padding: 6%;
  }
  .c-menu__feature-item-number {
    width: 4.5375rem;
    max-width: 72.6px;
    height: 4.5375rem;
    top: -3.4375rem;
    left: 3%;
  }
  .c-menu__feature-item-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3846153846;
    letter-spacing: 0.0038461538em;
  }
  .c-menu__feature-item-text {
    text-align: left;
  }
}
.c-more-btn {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.0066666667em;
  text-align: center;
  cursor: pointer;
}

.c-more-btn span {
  position: relative;
  display: inline-block;
}

.c-more-btn span::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: calc(50% - 0.125rem);
  right: -1.875rem;
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  -webkit-clip-path: polygon(0 0, 50% 60%, 100% 0);
  clip-path: polygon(0 0, 50% 60%, 100% 0);
}

.c-sec__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -8%;
  z-index: 1;
}

.c-sec__sub-title {
  width: 100%;
  max-width: 58.6%;
  margin-inline: auto;
  margin-top: 3%;
}

.p-clinic__title {
  width: 100%;
  max-width: 78.93%;
  margin-inline: auto;
}

.p-clinic__image {
  margin-top: 4%;
}

#clinic-info .skin__img img {
  max-width: 46.13%;
  margin-top: 8%;
}

#clinic-info .skin__text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0035714286em;
  text-align: center;
}

#clinic-info .biyou__img img {
  max-width: 56%;
  margin-top: 12%;
  margin-top: 6%;
}

#clinic-info .biyou__img-text {
  margin-top: 1%;
  text-align: center;
}

#clinic-info .hours__text {
  margin-top: 3%;
}

#clinic-info .hours__text01 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0025em;
  color: #ed7082;
}

#clinic-info .hours__text02 span {
  color: #e63e73;
}

#clinic-info {
  padding: 0 0 clamp(30px, 6vw, 60px) 0;
  padding: 0;
}

#clinic-info .pulldown02 h2 {
  position: relative;
}

#clinic-info .pulldown02:not(:first-of-type) {
  margin-top: 1.2%;
}

#clinic-info .pulldown02 h2::before,
#clinic-info .pulldown02 h2::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

#clinic-info .pulldown02 h2::before {
  top: 50%;
  right: 4.3%;
  width: 26px;
  font-size: clamp(18px, 2.3vw, 30px);
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#clinic-info .pulldown02 h2::after {
  top: 50%;
  right: calc(4.3% + 11px);
  width: 4px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  transition: 1s;
}

#clinic-info .pulldown02 h2.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

section.txtarea {
  display: none;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  max-height: 0;
}

#clinic-info article.pulldown02 h2 {
  position: relative;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.0016666667em;
  color: #fff;
  padding: 1.34% 4.3%;
  cursor: pointer;
}

#container article.pulldown02 h2.mid1st {
  border-top: #cecece solid 1px;
}

#container article.pulldown02 h2:after {
  content: url(../img/clinic_openarrow.png);
  position: absolute;
  right: 5px;
  top: 40%;
}

#container article.pulldown02 h2.open:after {
  content: url(../../../images/clinic_closearrow.png);
  position: absolute;
  right: 5px;
  top: 40%;
}

#container article.pulldown02 section.txtarea {
  display: none;
}

#clinic-info .typelp02 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

#clinic-info td,
#clinic-info th {
  padding: 20px;
  width: 100px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.0027777778em;
}

#clinic-info table.typelp02 tr th {
  border: 0;
  text-shadow: #fff 1px 1px 0;
  color: #000;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background: #f0e6cc;
  text-align: left;
}

#clinic-info table.typelp02 tr td {
  border: 0;
  padding: 5px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  background: #e3f0f7;
  text-align: right;
}

#clinic-info table.typelp02 tr a {
  color: #e63e73;
}

#clinic-info table.typelp02 tr td.skin {
  background-color: #ededed;
  background-image: url(../images/logomark_s.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  width: 40%;
  padding-left: 35px;
}

#clinic-info .highslide img {
  width: 100%;
  max-width: 100px;
  margin-left: 0;
}

#clinic-content01,
#clinic-content02 {
  margin-top: 3%;
}

#clinic-content01 article.pulldown02 h2 {
  background: #d0b369;
}

#clinic-content02 article.pulldown02 h2 {
  background: #ed7082;
}

@media screen and (max-width: 450px) {
  .p-clinic__title {
    max-width: 100%;
  }
  #clinic-info .skin__img img {
    max-width: 85%;
    margin-top: 13%;
  }
  #clinic-info .biyou__img img {
    max-width: 100%;
  }
  #clinic-info article.pulldown02 h2 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.0025em;
  }
  #clinic-info .pulldown02 h2::before {
    width: 20px;
    height: 3px;
    right: 20px;
  }
  #clinic-info .pulldown02 h2::after {
    width: 3px;
    height: 20px;
    right: 28px;
  }
  #clinic-info .typelp02 {
    width: 100%;
  }
  #clinic-info td,
  #clinic-info th {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0041666667em;
  }
}
.p-footer {
  padding: 2% 0;
}

.p-footer__copyright {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.0033333333em;
  color: #858585;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .p-footer {
    padding: 4% 0;
  }
  .p-footer__copyright {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0041666667em;
  }
}
.p-header {
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 30;
}

.p-header .p-header__inner {
  height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 5%;
}

.p-header__logo {
  width: 38%;
  padding-top: 1%;
}

.p-header__logo a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1875rem;
}

.p-header__logo-text {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
}

.p-header__logo img {
  display: block;
}

.p-header__btns {
  width: 100%;
  max-width: 56%;
  margin-inline: auto;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 450px) {
  .p-header .p-header__inner {
    padding-left: 2%;
  }
  .p-header__logo {
    width: 35%;
  }
  .p-header__logo-text {
    font-size: 0.39375rem;
  }
  .p-header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 62%;
  }
  .p-header__btn:nth-of-type(1) {
    width: 40.7%;
  }
  .p-header__btn:nth-of-type(2) {
    width: 59.3%;
  }
}
.p-mv__inner {
  padding: 0;
}

@media screen and (max-width: 450px) {
  .p-mv {
    padding-bottom: 5.5%;
  }
}
.p-sec01 {
  position: relative;
  border-radius: 1.875rem 1.875rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(5%, rgba(255, 255, 255, 0.93)), color-stop(10%, rgba(255, 255, 255, 0.98)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.93) 5%, rgba(255, 255, 255, 0.98) 10%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.93) 5%, rgba(255, 255, 255, 0.98) 10%, rgb(255, 255, 255) 100%);
  padding: 8% 0 7%;
  margin-top: -18%;
  z-index: 1;
}

.p-sec01__catch {
  width: 25%;
  margin-inline: auto;
  position: absolute;
  top: -70%;
  left: -7%;
}

.p-sec01__title {
  position: relative;
  width: 100%;
  max-width: 86.5%;
  margin-inline: auto;
}

.p-sec01__menus {
  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;
  margin-top: 0.625rem;
}

.p-sec01__menu {
  width: 50%;
}

.p-sec01__swiper-wrapper {
  margin-top: 5%;
}

.p-sec01__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-sec02 {
  padding: 4% 0 7%;
  background: -webkit-gradient(linear, left top, right top, from(#2BA2D1), to(#6BBFCC));
  background: -webkit-linear-gradient(left, #2BA2D1, #6BBFCC);
  background: linear-gradient(to right, #2BA2D1, #6BBFCC);
}

.p-sec02__items {
  margin-top: -40%;
}

.p-sec03 {
  background: #e9f7fc;
  padding: 7% 0 9%;
}

.p-sec03__sub-title {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3846153846;
  letter-spacing: 0.0038461538em;
  text-align: center;
  background: #fff;
  padding: 3%;
}

.p-sec03__sub-title span {
  color: #21ace0;
}

.p-sec03__title {
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 5%;
}

.p-sec03__tag {
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 3%;
}

.p-sec03__slide {
  width: 100%;
  max-width: 90%;
  margin-inline: auto;
}

.p-sec03__lists {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  margin-top: 6%;
}

.p-sec03__list {
  width: 65.2%;
  margin: auto;
}

.p-sec03__swiper-wrap {
  position: relative;
  margin-top: 1%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 9.6%;
  height: -webkit-fill-available;
  top: 19%;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  left: -3%;
  background-image: url("../images/swiper-button-prev.svg");
}

.swiper-button-next {
  right: -3%;
  background-image: url("../images/swiper-button-next.svg");
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.2%;
}

.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #21ace0;
}

.p-sec03__slide-text {
  padding-inline: 2%;
}

@media screen and (max-width: 450px) {
  .p-sec03 {
    padding: 7% 0 16%;
  }
  .p-sec03__sub-title {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4666666667;
    letter-spacing: 0.0066666667em;
  }
  .p-sec03__title {
    max-width: 84%;
  }
  .p-sec03__tag {
    margin-top: 5%;
  }
  .p-sec03__lists {
    margin-top: 7%;
  }
  .p-sec03__list {
    width: 89.3%;
  }
  .p-sec03__swiper-wrap {
    margin-top: 2.5%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 12.1%;
    top: 17%;
  }
  .swiper-button-prev {
    left: -2%;
  }
  .swiper-button-next {
    right: -2%;
  }
  .p-sec03__swiper-wrap .swiper-button-prev {
    left: -4%;
  }
  .p-sec03__swiper-wrap .swiper-button-next {
    right: -4%;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -10%;
  }
  .p-sec03__slide-text {
    font-size: 0.68125rem;
    font-weight: 400;
    line-height: 1.6513761468;
    letter-spacing: 0.004587156em;
    padding-inline: 2%;
  }
}
.p-sec04 {
  position: relative;
  padding: 0 0 7%;
  background: #f0f9fa;
  z-index: 1;
}

.p-sec04__image {
  position: relative;
  z-index: 2;
}

.p-sec04__image02 {
  position: relative;
  margin-top: -8.2%;
  z-index: -1;
}

.p-sec04__image01-catch {
  width: 20%;
  position: absolute;
  bottom: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-sec04__care {
  margin-top: 9%;
}

.p-sec04__care-title {
  width: 100%;
  max-width: 59.9%;
  margin-inline: auto;
}

.p-sec04__care-sub-title {
  width: 100%;
  max-width: 66.6%;
  margin-inline: auto;
  margin-top: 5%;
}

.p-sec04__care-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.125rem;
  margin-top: 6%;
}

.p-sec04__care-item {
  width: 100%;
}

.p-sec04__care-image {
  margin-top: 6%;
}

.p-sec04__care-text {
  margin-top: 1%;
}

@media screen and (max-width: 450px) {
  .p-sec04__care-content-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5vw;
  }
  .p-sec04__care-content-item {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .p-sec04__image01-catch {
    width: 25.7%;
    bottom: -9.5%;
  }
  .p-sec04__image02 {
    margin-top: -18.5%;
  }
  .p-sec04__care-title {
    max-width: 78.4%;
  }
  .p-sec04__care-sub-title {
    max-width: 100%;
    margin-top: 7%;
  }
  .p-sec04__care-items {
    gap: 1.25rem;
  }
}
.p-sec05 {
  padding: 0 0 7%;
  background: #e9f7fc;
}

.p-sec06 {
  padding: 0 0 7%;
  background: #e9f7fc;
}

.p-sec06__YouTube-wrap {
  margin-top: 4%;
}

.p-sec06__YouTube {
  position: relative;
  width: 100%;
  padding-bottom: 55.36%;
  height: 0;
  overflow: hidden;
}

.p-sec06__YouTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-sec06__feature-item-text {
  text-align: left;
}

.p-sec06__feature-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 3%;
}

.p-sec06__feature-item-image {
  position: relative;
  width: 100%;
  max-width: 39.375rem;
  max-width: 90.8%;
  margin-inline: auto;
  margin-top: 10%;
}

.p-sec06__feature-item-image--bd img {
  border: 1px solid #ebebeb;
}

.p-sec06__feature-item-image--bd .p-sec06__feature-item-number img {
  border: none;
}

.p-sec06__feature-item-number {
  position: absolute;
  width: clamp(50px, 9vw, 100px);
  top: -8%;
  left: -5%;
}

.p-sec06__feature-item-body {
  background: #fff;
  padding: 12% 4% 5%;
  margin-top: -8%;
}

.p-sec06__feature-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.0035714286em;
  color: #21ace0;
  text-align: center;
}

.p-sec06__feature-item-text {
  margin-top: 2%;
}

@media screen and (max-width: 450px) {
  .p-sec06__feature-item-image {
    max-width: 89.4%;
    margin-top: 10%;
  }
  .p-sec06__feature-item-number {
    position: absolute;
    width: 4.5375rem;
    height: 4.5375rem;
    top: -13%;
    left: -5%;
  }
  .p-sec06__feature-item-body {
    padding: 12% 5% 5%;
  }
  .p-sec06__feature-item-title {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.004em;
  }
  .p-sec06__feature-item-title--fz {
    font-size: 1.4375rem;
    font-weight: 500;
    line-height: 1.3913043478;
    letter-spacing: 0.0043478261em;
  }
  .p-sec06__feature-item-title--fzs {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0.0047619048em;
  }
}
.p-sec07 {
  padding: 0 0 7%;
  background: #e9f7fc;
}

.p-sec07__test {
  margin-top: 8%;
}

.p-sec07__test-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.0020833333em;
  text-align: center;
}

.p-sec07__test-title span {
  color: #21ace0;
}

.p-sec07__test-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 4%;
}

.p-sec07__test-item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.00625em;
  color: #fff;
  background: #0d386d;
  border-radius: 3.125rem;
  padding: 2% 2% 2.5%;
  margin-top: 0.625rem;
  text-align: center;
}

.p-sec07__test-item-title--accent {
  background: #21ace0;
}

.p-sec07__test-item-text {
  margin-top: 0.3125rem;
}

@media screen and (max-width: 450px) {
  .p-sec07__test-items {
    gap: 0.875rem;
  }
  .p-sec07__test-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.3846153846;
    letter-spacing: 0.0038461538em;
  }
  .p-sec07__test-item-title {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    padding: 2% 2% 3%;
  }
  .p-sec07__test-item-text {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.6363636364;
    letter-spacing: 0.0090909091em;
  }
}
.p-sec08__contents {
  padding-bottom: 7%;
}

.p-sec08__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.p-sec08__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.0020833333em;
}

.p-sec08__title span {
  color: #ed7082;
}

.p-sec08__promise {
  background-image: url("../images/sec08-promise-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-sec08__text {
  margin-top: 0.625rem;
}

.p-sec08__promise {
  padding: 7% 0;
}

.p-sec08__promise-title {
  width: 100%;
  max-width: 24.625rem;
  max-width: 68%;
  margin-inline: auto;
}

.p-sec08__promise-image {
  padding: 0 3.7%;
  margin-top: 4%;
}

@media screen and (max-width: 450px) {
  .p-sec08__head {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    text-align: center;
  }
  .p-sec08__image {
    width: 100%;
    max-width: 85%;
    margin-inline: auto;
  }
  .p-sec08__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0025em;
  }
}
.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;
}

.u-is-700 {
  display: none;
}

.u-is-450 {
  display: none;
}

@media screen and (max-width: 700px) {
  .u-is-700 {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .u-is-pc {
    display: none;
  }
  .u-is-450 {
    display: block;
  }
}
.u-mt0 {
  margin-top: 0;
}

.u-mt10 {
  margin-top: 0.625rem;
}

.u-mt20 {
  margin-top: 1.25rem;
}

.u-mt30 {
  margin-top: 1.875rem;
}

.u-mt40 {
  margin-top: 2.5rem;
}



/* クリニック一覧との調整 */
body{
	padding-top: 0px;
}
.l-header{
	min-width: unset;
	left: unset;
}
/* .c-head01{
	background: #0d386d;
} */
.c-clinic-archive01__head{
	color: #ed7082;
}
.c-clinic-archive01__item.is-skin .c-clinic-archive01__head{
	color: #0d386d;
}
.clinic-area__body{
	background: #f9fbfc;
}
.c-toggle02__head{
	background: linear-gradient(to bottom, #e1ecfa, #edfdff);
}
    .c-head01 {
        font-size: 1.4rem;
    }
	.c-toggle02__head{
		font-size: 1.3rem;
	}
	.c-head02{
		font-size: 1.3rem;
	}
	.c-clinic-archive01__head{
		font-size: 1.1rem;
	}
	.c-clinic-archive01__txt{
		font-size: 1rem;
	}
	.c-clinic-archive01__caution{
		font-size: 0.9rem;
	}
@media (min-width: 768px) {
    .c-head01 {
        font-size: 2rem;
    }
	.c-toggle02__head{
		font-size: 1.7rem;
	}
	.c-head02{
		font-size: 1.7rem;
	}
	.c-clinic-archive01__head{
		font-size: 1.3rem;
	}
	.c-clinic-archive01__txt{
		font-size: 1rem;
	}
	.c-clinic-archive01__caution{
		font-size: 0.9rem;
	}
}
.modal-content{
	box-sizing: unset;
}
.p-clinic__title {
    max-width: 78.93%;
}
#potenza, #elisis-sense-img, #collagen-peel-img{
	margin-top: -60px;
    padding-top: 60px;
}
@media (max-width: 768px) {
	#potenza, #elisis-sense-img, #collagen-peel-img{
	    margin-top: -43px;
        padding-top: 43px;
}
}
/*# sourceMappingURL=style.css.map */
