@charset "UTF-8";

*,
*::before,
*::after {
  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 {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 18px;
}

@media (max-width: 750px) {
  html {
    font-size: 2.88vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.56vw;
  }
}

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

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

.over-600{
  display: block;
}

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: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

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

.l-section {
  padding: 4.4444444444rem 0;
}

.l-section--bg {
  background-image: url(../images/section-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-section__head {
  text-align: center;
}

.c-section__title {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0.5555555556rem;
  border-bottom: 2px solid #C95858;
}

.c-section__title--fz {
  font-size: clamp(18px, 5.5vw, 40px);
}

.c-section__title--white {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.c-section__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 4.2vw, 24px);
  font-weight: 700;
}

.c-section__text .is-big {
  display: inline-block;
  font-size: clamp(18px, 5vw, 30px);
  margin-top: 0.8888888889rem;
}

.c-cta {
  background: #FFF;
  padding: 1.6666666667rem 0;
}

.c-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111rem;
}

.c-cta02 {
  padding-bottom: 1.1111111111rem;
}

.c-cta02--pt {
  padding-bottom: 0;
}

.c-cta02__btns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-cta02__btn-text {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  line-height: 1.5714285714;
  margin-top: 0.2222222222rem;
  text-align: center;
}

.c-cta02__btn:nth-of-type(2) {
  padding: 0 2.667%;
}

@media screen and (max-width: 600px) {
  .c-cta02__btn-text {
    font-size: 0.7777777778rem;
  }
}

.c-ct03 {
  padding: 4.4444444444rem 0;
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-cta03__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1111111111rem;
}

.c-cta03__body {
  width: 93%;
  margin: 0 auto;
}

.c-cta03__title {
  margin-top: 1.6666666667rem;
}

.c-cta03__btns02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 0.8333333333rem;
  margin-top: 1.6666666667rem;
}

.p-case__main-image {
  background: #fff;
}

.p-case__body {
  padding: 5.5555555556rem 0;
}

.p-case__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.3333333333rem;
}

.p-case02 {
  
}

.p-case02__swiper {
  margin-top: 1.9444444444rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.1111111111rem;
  top: auto;
  bottom: 22%;
  bottom: clamp(16%, 10vw, 22%);
  left: 0;
  transform: translateY(-25%);
  background-image: url("../images/swiper-button-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/swiper-button-next.svg");
}

.p-case02__image {
  margin-top: 2.2222222222rem;
}

.p-clinic {
  background: #F5F5F5;
  padding: 4.4444444444rem 0 2.7777777778rem;
}

.p-clinic__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.p-clinic__items {
  margin-top: 3.3333333333rem;
}

.p-clinic__item {
  display: flex;
}

.p-clinic__item:not(:first-of-type) {
  margin-top: 4%;
}

.p-clinic__item h3 {
  position: relative;
  font-size: clamp(20px, 4vw, 28px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.2777777778rem;
}

.p-clinic__item h3::before {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 15.65%;
  height: 5px;
  background: #C95858;
}

.p-clinic__image {
  width: 47%;
}

.p-clinic__image img {
  height: 100%;
}

.p-clinic__contents {
  width: 53%;
  background: #fff;
  padding: 6.2% 3.8% 5.6%;
}

.p-clinic__address {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.75;
  margin-top: 2.2222222222rem;
}

.p-clinic__btn {
  margin-top: 1.9444444444rem;
}

.p-drawer__icon {
  position: absolute;
  top: 50%;
  top: 45%;
  right: 28.5px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

.p-drawer__icon.is-active {
  top: 35px;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 32px;
  top: 50%;
  right: 20px;
  transform: rotate(-45deg);
  background: #fff;
}

.p-drawer__icon.is-active .p-drawer__icon-bar2 {
  display: none;
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 32px;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
  background: #fff;
}

.p-drawer__icon-bars {
  width: 32px;
  height: 24px;
  display: block;
  position: relative;
  z-index: 1000;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar2,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #683A1B;
  top: 0;
  left: 0;
  transition: ease 0.5s;
  border-radius: 5px;
}

.p-drawer__icon-bar1 {
  top: 0px;
}

.p-drawer__icon-bar2 {
  top: 12px;
}

.p-drawer__icon-bar3 {
  top: 24px;
}

.p-drawer__content {
  width: 100%;
  max-width: 90%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 250;
  transform: translateY(-105%);
  transition: all 0.5s;
  overflow-y: scroll;
  background: linear-gradient(#937A70 0%, #937A70 15%, #CA9987 100%);
  border-left: 10% solid rgba(0, 0, 9, 0.6);
}

.p-drawer__content.is-active {
  transform: translateY(0);
}

.p-drawer__content-items {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 133px;
}

.p-drawer__content-item {
  text-align: center;
}

.p-drawer__content-item:not(:first-child) {
  margin-top: 5.33%;
}

.p-drawer__content-item a {
  font-size: clamp(14px, 3.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

#overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.p-explanation {
  background: linear-gradient(to bottom, #fff6b1, #fff3ef);
  padding: 2.7777777778rem 0 4.4444444444rem;
}

.p-explanation__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  line-height: 1.325;
  padding-bottom: 0.2777777778rem;
  border-bottom: 2px solid #C95858;
  text-align: center;
}

.p-explanation__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6666666667rem;
  padding-left: 2%;
}

.p-explanation__bubble-image {
  width: 15.8%;
  height: 62.5%;
  margin-left: 0;
  margin-right: 0.2777777778rem;
  margin-top: -0.8333333333rem;
}

.p-explanation__bubble p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 4.5vw, 27px);
  font-weight: 700;
}

.p-explanation__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.667%;
  margin-top: 1.3333333333rem;
}

.p-explanation__text {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1.1111111111rem;
  text-align: center;
}

.p-explanation__text span {
  font-size: clamp(20px, 3.5vw, 30px);
  line-height: 1.7;
  color: #C95858;
}

.p-explanation__YouTube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2.2222222222rem;
}

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

.p-explanation__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 6vw, 45px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.2222222222rem;
  text-align: center;
}

.p-explanation__sub-title span {
  display: inline-block;
  border-bottom: 2px solid #1C1C1C;
}

.p-explanation__sub-title .accent {
  color: #C95858;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .p-explanation__items {
    grid-template-columns: 1fr;
    gap: 1.1111111111rem;
  }

  .p-explanation__bubble {
    flex-direction: column;
    justify-content: center;
  }

  .p-explanation__bubble-image {
    width: 15.8%;
    height: 62.5%;
    min-width: 100px;
    margin: 0 auto;
  }

  .p-explanation__bubble-image img {
    margin-left: -2.7777777778rem;
  }

  .p-explanation__text {
    font-size: clamp(16px, 4vw, 20px);
  }

  .p-explanation__text span {
    font-size: clamp(20px, 5vw, 30px);
  }
}

.p-faq__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.2222222222rem;
}

.p-faq__tab {
  position: relative;
  background: #fff;
  padding: 1.2222222222rem 0.5555555556rem;
  text-align: center;
  cursor: pointer;
}

.p-faq__tab p {
  font-size: clamp(13px, 4vw, 23px);
  font-weight: 700;
  color: #564234;
}

.p-faq__tab--pink {
  /*background: #efdad3;*/
  border-left: none;
}

#faq__tab01,
#faq__tab02 {
  padding: 1.6666666667rem 2.667% 2.2222222222rem;
}

/*#faq__tab01 {
  background: #fff;
}

#faq__tab02 {
  background: #efdad3;
}*/

.p-faq__items {
  margin-top: 2.2222222222rem;
  display: none;
}

.p-faq__items.current {
  display: block;
}

.p-faq__item:not(:first-of-type) {
  margin-top: 2.6%;
}

.p-faq__q {
  position: relative;
  padding: 3% 5.8% 3% 12.3%;
  background: #fff;
  border: 1px solid #3E2F29;
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  position: absolute;
  background-color: #3E2F29;
}

.p-faq__q::before {
  top: 50%;
  right: 5.8%;
  width: 26px;
  font-size: clamp(20px, 2.3vw, 30px);
  height: 4px;
  transform: translateY(-50%);
}

.p-faq__q::after {
  top: 50%;
  right: calc(5.8% + 11px);
  width: 4px;
  height: 26px;
  transform: translateY(-50%);
  transition: 0.2s;
}

.p-faq__q.open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__q p {
  position: relative;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  padding-right: 30px;
}

.p-faq__q p::before {
  content: "Q";
  position: absolute;
  top: calc(50% - 2px);
  transform: translate(10%, -50%);
  left: -10%;
  display: inline-block;
  font-size: clamp(20px, 5vw, 30px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  line-height: 1;
  color: #3E2F29;
}

.p-faq__q p span {
  color: #ED7082;
}

.p-faq__a {
  position: relative;
  line-height: 1.75;
  background: #F5F5F5;
  padding: 3% 5%;
  padding-left: 12.3%;
  border: 1px solid #A76D84;
  display: none;
}

.p-faq__a::before {
  content: "A";
  position: absolute;
  top: 10%;
  left: 4.2%;
  display: inline-block;
  font-size: clamp(20px, 5vw, 30px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #C96B48;
}

.p-faq__a.open {
  display: block;
}

.p-faq__a p {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.75;
}

.p-feature {
  padding: 3.5555555556rem 0;
}

.p-feature__item {
  width: 88%;
  margin-left: 0;
  background: #fff;
  border-radius: 0 1.1111111111rem 1.1111111111rem 0;
  padding: 2.2222222222rem 1.6666666667rem 2.2222222222rem 1.9444444444rem;
}

.p-feature__item:nth-of-type(even) {
  margin-left: auto;
  border-radius: 1.1111111111rem 0 0 1.1111111111rem;
  margin-right: 0;
  margin-top: 2.7777777778rem;
}

.p-feature__item-title {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  color: #564234;
}

.p-feature__item-title::before {
  content: "";
  width: calc(100% + 1.9444444444rem);
  height: 0.1111111111rem;
  position: absolute;
  bottom: -0.5555555556rem;
  left: -1.9444444444rem;
  background: #c95858;
}

.p-feature__item-title--fz {
  font-size: clamp(18px, 4.5vw, 35px);
}

.p-feature__item-text {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 1.6666666667;
  margin-top: 1.6666666667rem;
}

.p-feature__item-worries {
  border-radius: 1.1111111111rem;
  background: #f5f5f5;
  padding: 4%;
  margin-top: 0.7777777778rem;
}

.p-feature__item-worries img {
  max-width: 19.5555555556rem;
  margin: 0 auto;
}

.p-feature__tab {
  margin-top: 2.6666666667rem;
  text-align: center;
}

.p-feature__tab-title {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.5vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  color: #564234;
  border-bottom: 2px solid #C95858;
  margin: 0 auto;
  padding-bottom: 0.2777777778rem;
  text-align: center;
}

.p-feature__tab-title--fz {
  font-size: clamp(18px, 4.5vw, 35px);
}

.p-feature__tab-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.2222222222rem;
}

.p-feature__tab-list {
  background: #fff;
  padding: 0.5555555556rem;
  cursor: pointer;
}

/*.p-feature__tab-list--pink {
  background: #efdad3;
}*/

.p-feature__tab-list-text {
  font-size: clamp(10px, 2vw, 15px);
  font-weight: 700;
  line-height: 1.3333333333;
}

.p-feature__tab-list-text .accent {
  font-family: "Noto Serif JP", serif;
  color: #C95858;
}

.p-feature__tab-list-text .is-big {
  font-size: clamp(13px, 4vw, 23px);
  line-height: 1.5217391304;
}

.p-feature__tab-body {
  background: #fff;
  padding: 1.6666666667rem 1.1111111111rem;
}

.p-feature__tab-body {
  display: none;
}

.p-feature__tab-body.current {
  display: block;
}

.p-feature__tab-body--pink {
  background: #efdad3;
}

.p-feature__tab-body-catch {
  font-size: clamp(13px, 3vw, 15px);
  font-weight: 700;
  line-height: 1.3333333333;
  color: #564234;
  text-align: left;
}

.p-feature__tab-body-item {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 1.3888888889rem 1.3888888889rem 1.3888888889rem 0;
  gap: 0.8888888889rem;
}

.p-feature__tab-body-item:not(:first-of-type) {
  margin-top: 1.6666666667rem;
}

.p-feature__tab-body-contents {
  flex: 1;
}

.p-feature__tab-body-title {
  text-align: left;
}

.p-feature__tab-body-title img {
  width: 6.1111111111rem;
  margin-left: 1.3888888889rem;
}

.p-feature__tab-body-tag {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14.5px, 4vw, 21px);
  font-weight: 700;
  color: #fff;
  background: #c95858;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 0.5555555556rem;
  padding: 0.4444444444rem 0 0.4444444444rem 1.1111111111rem;
}

.p-feature__tab-body-tag::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.1111111111rem;
  bottom: 0;
  width: 1.1111111111rem;
  background: inherit;
  transform: skewX(-10deg);
  transform-origin: top right;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.p-feature__tab-body-text {
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 1.6666666667;
  margin-top: 0.8888888889rem;
  padding-left: 1.3888888889rem;
  text-align: left;
}

.p-feature__tab-body-image {
  flex: 0.51;
}

.p-feature__image {
  margin-top: 2.7777777778rem;
}

@media screen and (max-width: 600px) {
  .p-feature__tab-list-text {
    font-size: clamp(10px, 3vw, 15px);
  }

  .p-feature .p-feature__tab-body-item {
    flex-direction: column;
  }

  .p-feature__tab-body-image {
    padding-left: 1.3888888889rem;
  }
}

.p-feature02 {
  position: relative;
  background: #fbecd85c;
  padding: 4.4444444444rem 0;
}

.p-feature02__items {
  margin-top: 2.2222222222rem;
}

.p-feature02__item {
  background: #fff;
  border-radius: 0.5555555556rem;
  padding: 1.6666666667rem;
}

.p-feature02__item:not(:first-of-type) {
  margin-top: 1.6666666667rem;
}

.p-feature02__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2222222222rem;
}

.p-feature02__item:nth-of-type(even) .p-feature02__contents {
  flex-direction: row-reverse;
}

.p-feature02__item:nth-of-type(even) .p-feature02__head img {
  padding-right: 20%;
}

.p-feature02__head {
  flex: 1;
}

.p-feature02__head img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.p-feature02__image {
  flex: 1;
}

.p-feature02__text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.75;
  margin-top: 1.1111111111rem;
}

@media screen and (max-width: 600px) {

  .p-feature02__contents,
  .p-feature02__item:nth-of-type(even) .p-feature02__contents {
    flex-direction: column;
    gap: 1.1111111111rem;
  }

  .p-feature02__head {
    width: 100%;
    max-width: 70%;
    margin-left: 0;
    margin-right: auto;
  }

  .p-feature02__head img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-flow {
  position: relative;
  background: #F5F5F5;
  padding: 4.4444444444rem 0;
}

.p-flow__items {
  margin-top: 2.2222222222rem;
}

.p-flow__item {
  width: 95.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.9444444444rem;
  background: #fff;
  border-radius: 0 1.3888888889rem 1.3888888889rem 0;
  padding: 1.6666666667rem 0.6666666667rem 1.6666666667rem 4.1666666667rem;
}

.p-flow__item:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
  border-radius: 1.3888888889rem 0 0 1.3888888889rem;
}

.p-flow__item:not(:first-of-type) {
  margin-top: 2.7777777778rem;
}

.p-flow__item-image {
  position: relative;
  flex: 0.49;
}

.p-flow__item-number {
  position: absolute;
  max-width: 5.7777777778rem;
  top: 50%;
  left: -40%;
  transform: translate(40%, -50%);
}

.p-flow__item-contents {
  flex: 1;
}

.p-flow__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(17px, 4.2vw, 25px);
  font-weight: 700;
  color: #3e2f29;
}

.p-flow__item-text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.75;
  margin-top: 0.6666666667rem;
}

@media screen and (max-width: 600px) {
  .p-flow__item {
    flex-direction: column;
    padding: 1.6666666667rem 0.6666666667rem 1.6666666667rem 12.5%;
  }

  .p-flow__item-image {
    width: 100%;
    flex: 1;
  }

  .p-flow__item-contents {
    flex: 1;
  }

  .p-flow__item-number {
    left: -2.0833333333rem;
    transform: translateY(-50%);
  }
}

.p-footer {
  background: linear-gradient(#937A70 0%, #937A70 15%, #CA9987 100%);
  padding: 9.8% 0 20%;
}

.p-footer__content-items {
  padding-bottom: 7.33%;
  border-bottom: 1px solid #fff;
}

.p-footer__content-item {
  text-align: center;
}

.p-footer__content-item:not(:first-child) {
  margin-top: 6.2%;
}

.p-footer__content-item a {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.p-footer__copyright {
  font-size: clamp(10px, 3vw, 14px);
  font-weight: bold;
  line-height: 1.428;
  color: #fff;
  text-align: center;
  padding-top: 2.53%;
}

.p-fix-btn {
  width: 100%;
  max-width: 750px;
  position: fixed;
  bottom: 0;
  z-index: 30;
  background: #F3F0EF;
}

.p-fix-btn__top img {
  position: absolute;
  top: -55px;
  right: 19px;
  width: 39px;
  height: 39px;
}

.p-fix-contents {
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  padding: 1.34% 0;
}

.p-fix-btn__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3%;
}

.p-fix-btn__sub {
  display: none;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80.6%;
  margin: 0 auto;
  background: #F3F0EF;
  padding: 2.8% 2.268%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

#shpo__links:hover .p-fix-btn__sub-btns {
  display: block;
}

.p-fix-btn__sub-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5px, 1.5vw, 20px);
}

.p-greeting {
  background-image: url("../images/greeting-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.5555555556rem 0 4.4444444444rem;
}

.p-greeting__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556rem;
  margin-top: 2.2222222222rem;
}

.p-greeting__contents {
  flex: 0.53;
}

.p-greeting__name {
  max-width: 10rem;
  margin: 0 auto;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.5555555556rem;
}

.p-greeting__name .is-big {
  display: inline-block;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.2777777778rem;
  padding: 0 0.1666666667rem;
}

.p-greeting__texts {
  flex: 1;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 2.1875;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.3888888889rem;
}

.p-greeting__text:not(:first-of-type) {
  margin-top: 0.5555555556rem;
}

@media screen and (max-width: 600px) {
  .p-greeting__body {
    flex-direction: column;
  }

  .p-greeting__image img {
    max-height: 50vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .p-greeting__texts {
    max-width: 27.7777777778rem;
    margin-top: 1.1111111111rem;
  }
}

.p-hard {
  background-image: url("../images/hard-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.4444444444rem 0;
  margin-top: -1px;
}

.p-hard__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 6vw, 45px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-hard__text {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  margin-top: 2.2222222222rem;
  text-align: center;
}

.p-hard__text span {
  font-size: clamp(20px, 3.5vw, 30px);
  line-height: 1.7;
  color: #C95858;
}

.p-hard__YouTube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2.2222222222rem;
}

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

.p-hard__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 6vw, 45px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.2222222222rem;
  text-align: center;
}

.p-hard__sub-title span {
  display: inline-block;
  border-bottom: 2px solid #1C1C1C;
}

.p-hard__sub-title span:nth-of-type(2) {
  margin-top: 0.8888888889rem;
}

.p-hard__sub-title .accent {
  color: #C95858;
  border-bottom: none;
}

.p-hard__sub-text,
.p-hard__bubble {
  position: relative;
  font-size: clamp(16px, 3.1vw, 20px);
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.p-hard__bubble {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.6666666667rem;
  padding-left: 2%;
}

.p-hard__bubble .accent {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(21px, 4.5vw, 25px);
  line-height: 1.4;
  color: #C95858;
  border-bottom: none;
}

.p-hard__bubble-image {
  width: 15.8%;
  height: 62.5%;
  margin-left: 0;
  margin-right: 0.2777777778rem;
  margin-top: -0.8333333333rem;
}

.p-hard__sub-text {
  margin-top: -0.2777777778rem;
}

.p-hard__sub-text span {
  border-bottom: 2px solid #C95858;
}

.p-hard__sub-text .accent {
  font-size: clamp(21px, 4.5vw, 25px);
  line-height: 1.4;
  color: #C95858;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .p-hard__bubble {
    flex-direction: column;
    justify-content: center;
  }

  .p-hard__bubble-image {
    width: 15.8%;
    height: 62.5%;
    min-width: 100px;
    margin: 0 auto;
  }

  .p-hard__bubble-image img {
    margin-left: -2.7777777778rem;
  }

  .p-hard__text {
    font-size: clamp(16px, 4vw, 20px);
  }

  .p-hard__text span {
    font-size: clamp(20px, 5vw, 30px);
  }

  .p-hard__sub-text {
    margin-top: 1.6666666667rem;
  }
}

.p-header {
  width: 100%;
  height: clamp(50px, 10vw, 80px);
  max-width: 750px;
  position: fixed;
  z-index: 30;
  background: #fff;
}

.p-header .p-header__inner {
  height: inherit;
  justify-content: space-between;
  padding-left: 9px;
}

.p-header__logo {
  width: 43.2%;
}

.p-header__logo img {
  display: block;
}

.p-how-to {
  background: #F5F5F5;
}

.p-how-to__title {
  display: inline-block;
  font-size: clamp(20px, 5.5vw, 45px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #564234;
  background: linear-gradient(transparent 70%, #d3b6c2 70%);
}

.p-how-to__sub-title {
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #564234;
  text-align: center;
}

.p-how-to__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.2222222222rem;
  overflow: hidden;
}

.p-how-to__tab {
  position: relative;
  background: #fff;
  border: 1px solid #707070;
  padding: 1.2222222222rem 0.5555555556rem;
  text-align: center;
  cursor: pointer;
}

.p-how-to__tab.current {
  border-bottom: none;
}

.p-how-to__tab p {
  font-size: clamp(13px, 4vw, 23px);
  font-weight: 700;
  color: #564234;
}

.p-how-to__tab--pink {
  /*background: #efdad3;*/
  border-left: none;
}

.p-how-to__table-wrap {
  margin-top: 2.2222222222rem;
  display: none;
}

.p-how-to__table-wrap.current {
  display: block;
}

.p-how-to__table-box {
  padding: 0.5833333333rem;
  /*background: #fff;*/
  border: 1px solid #707070;
  border-top: none;
  border-bottom: none;
}

.c-table,
.c-table__th,
.c-table__td {
  border: 1px solid #707070;
  border-collapse: collapse;
}

.c-table__th,
.c-table__td {
  padding: 2.4% 2.3%;
  vertical-align: middle;
}

.c-table__th {
  width: 32.4%;
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  background: #EFDAD3;
  text-align: left;
}

.c-table__td {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 2;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .c-table__th {
    width: 35%;
  }
}

.p-monitor {
  background: url(../images/monitor-bg.jpg);
  padding: 5.4% 0 3%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-monitor__title {
  display: inline-block;
  font-size: clamp(24px, 5.5vw, 45px);
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #C96B48;
}

.p-monitor__contents {
  width: 67%;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}

.p-monitor__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  margin-top: 5%;
}

.p-monitor__text {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-top: 1rem;
}

.p-monitor__text .accent {
  color: #C95858;
}

.p-monitor__item {
  font-weight: 500;
}

.p-monitor__item .check {
  display: inline-block;
  width: 15.75px;
  height: 15.75px;
}

.p-monitor__catch {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 5%;
}

.p-monitor__btn {
  max-width: 366px;
  margin: 0 auto;
  margin-top: 0.2777777778rem;
}

@media screen and (max-width: 600px) {
  .p-monitor {
    background-size: cover;
    background-position: left 36% top 10%;
  }
}

@media screen and (max-width: 450px) {
  .p-monitor__text {
    text-align: left;
  }

  .p-monitor__items {
    grid-template-columns: 1fr;
    gap: 10%;
  }

  .p-monitor__catch {
    margin-top: 10%;
  }
}

.p-mv {
  padding-top: clamp(50px, 10vw, 80px);
}

.p-sns {
  padding: 7.6% 0 6.6%;
}

.p-sns__title {
  font-size: clamp(16px, 3vw, 22px);
  font-weight: bold;
  text-align: center;
}

.p-sns__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.53%;
  margin-top: 1.6666666667rem;
}

.p-sns__icon img {
  width: clamp(40px, 5vw, 60px);
}

.p-worries__body {
  background: #f9c6b233;
  padding: 5.5555555556rem 0;
}

.p-worries__title {
  width: 75%;
  margin: 0 auto;
}

.p-worries__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.667%;
  margin-top: 1.3333333333rem;
}



@media screen and (max-width: 600px) {
  .p-worries__items {
    grid-template-columns: 1fr;
    gap: 1.1111111111rem;
  }
}

.u-is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

@media screen and (max-width: 600px) {
  .u-is-600 {
    display: block;
  }
  .o-is-600{
	display: none;
  }
}

@media screen and (max-width: 450px) {
  .u-is-450 {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0;
}

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

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

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

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

.case{
  background: url("../images/sec-case-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.current{
	background: #efdad3;
}
.bg-normal{
	background: none;
}
@media screen and (max-width: 600px) {
	.over-600{
		
	}
	.p-hard__bubble{
		margin-top: 12px;
		padding-left: 0px;
	}
	.p-hard__sub-text {
        margin-top: 20px;
    }
    .p-case__body{
	padding: 60px 0;
	}
	.p-case__items{
		gap: 30px;
	}
	.p-greeting__body{
		margin-top: 0px;
	}
	.p-worries__body{
	padding: 60px 0;
	}
	.p-feature{
	padding: 60px 0;
	}
	.l-section{
	padding: 60px 0;
	}
	.c-ct03{
	padding: 60px 0;
	}
	.p-flow{
	padding: 60px 0;
	}
	.p-feature02{
	padding: 60px 0;
	}
	.p-clinic{
	padding: 60px 0;
	}
	.c-cta02 {
    padding-bottom: 30px;
    }
	.p-feature__item{
	width: 90%;
	}
	.p-feature__item:nth-of-type(even){
	margin-top: 35px;
	}
	.c-cta03__body{
		width: 100%;
	}
	.c-cta03__title{
		margin-top: 10PX;
	}
	.c-cta03__btns02{
		gap: 15PX;
    margin-top: 10PX;
	}
	.p-hard__title{
		line-height: 1.4;
	}
	.p-hard__text{
		margin-top: 20px;
	}
	.p-explanation__bubble{
		margin-top: 7px;
    padding-left: 0px;
	}
	.p-monitor__contents{
		padding-right: 15px;
	}
}
@media screen and (max-width: 600px) {
	.over-600{
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */