@charset "UTF-8";
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: scale(1.2, 1.2);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.inview {
  opacity: 1;
  transform: scale(1, 1);
}

.fade {
  opacity: 0;
  transition: all 500ms;
}

.fade.inview {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

em {
  font-style: normal;
}

.inner, .footer__inner, .information__inner, .faq__inner, .message__inner, .comparison__inner, .totalcare__inner, .merit__inner, .flow__inner, .doctor__inner, .about__inner, .answer__inner, .mechanism__inner, .problem__inner, .review__inner, .push__inner, .approach__inner, .result__inner, .beforeafter__inner, .clinic__inner, .cta__inner {
  padding: 40px 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: content-box;
  max-width: 1080px;
  margin: auto;
}

@media (max-width: 768px) {
  .inner, .footer__inner, .information__inner, .faq__inner, .message__inner, .comparison__inner, .totalcare__inner, .merit__inner, .flow__inner, .doctor__inner, .about__inner, .answer__inner, .mechanism__inner, .problem__inner, .review__inner, .push__inner, .approach__inner, .result__inner, .beforeafter__inner, .clinic__inner, .cta__inner {
    padding: 40px 10px;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  box-sizing: border-box;
  color: #292929;
  line-height: 1.5em;
  position: relative;
  overflow-x: hidden;
  font-family:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Segoe UI",  "Noto Sans JP",  "Helvetica Neue",  Arial,  YakuHanJP,  Meiryo, sans-serif !important;
}

img {
  width: 100%;
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

a {
  color: #292929;
}
a:hover {
  opacity: 0.8;
}

.main-visual {
  background: url("../images/main-visual_bg01.png"), url("../images/main-visual_bg02.webp"), url("../images/main-visual_bg03.webp");
  background-size: cover;
  background-position: center;
  animation: image_anime 6s ease infinite;
  animation-delay: 3s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.main-visual__inner {
  margin: auto;
  max-width: 1080px;
  padding: 80px 2vw;
}
.main-visual__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 300px;
}
.main-visual__feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 30px auto 0;
}
.main-visual__feature li {
  width: 16%;
}
.main-visual__copy__main {
  width: 81%;
  margin: 0 auto 30px;
  padding-right: 6%;
}
.main-visual__copy__sub {
  width: 34%;
  margin: auto;
}
.main-visual__hashtag {
  position: absolute;
  bottom: 15%;
  left: 4%;
  text-align: left;
  width: 20%;
  max-width: 380px;
}

@keyframes image_anime {
  90% {
    background: url("../images/main-visual_bg01.png");
    background-size: cover;
    background-position: center;
  }
  45% {
    /* 切り替え後の画像 */
    background: url("../images/main-visual_bg02.webp");
    background-size: cover;
    background-position: center;
  }
}
.cta {
  background: url(../images/cta_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.cta.first {
  background: #e1d6df;
}
.cta.first .cta__banner span {
  color: #d61169;
}
.cta__inner {
  padding: 40px 2vw;
}
.cta__banner span {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.cta__btn {
  margin-top: 32px;
  position: relative;
}
.cta__btn a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 66%;
  margin: auto;
  border-radius: 52px;
}
.cta__btn a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.cta__btn img {
  margin: 0 auto;
}
.cta__attention {
  width: 57%;
  margin: 32px auto 0;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.clinic {
  background: url(../images/clinic_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.clinic__title {
  width: 70%;
}
.clinic__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px;
  gap: 40px;
  margin-top: 10px;
}
.clinic__img {
  width: 68%;
}
.clinic__recommend {
  padding: 0 40px 60px;
  background: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
}
.clinic__recommend::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 20%;
  height: 62%;
  background: url(../images/clinic_recommend_img.webp) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.clinic__recommend h3 {
  width: 82%;
  margin: auto;
  margin-top: -6%;
}
.clinic__recommend__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.clinic__recommend__list li {
  font-size: 2.2rem;
  position: relative;
  padding-left: 48px;
}
.clinic__recommend__list li span {
  background: linear-gradient(transparent 70%, #fff587 30%);
}
.clinic__recommend__list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/clinic_recommend_check.webp) no-repeat;
  background-size: 100%;
}

.beforeafter {
  background: #f6f3f7;
}
.beforeafter__title {
  width: 70%;
  z-index: 1;
}
.beforeafter__content {
  background: #ffffff;
  border-radius: 24px;
  padding: 80px 32px 52px;
  margin-top: -48px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.beforeafter__list {
  margin-top: 24px;
}
.beforeafter__list dt {
  background: #292929;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 8px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}
.beforeafter__list dd {
  margin: 8px 0 12px;
  font-size: 1.8rem;
}
.beforeafter__list dd span {
  font-size: 1.2rem;
  display: block;
}

.result {
  background: url(../images/result_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.result__title {
  width: 39%;
  z-index: 1;
}
.result__graph {
  width: 100%;
  margin-top: 40px;
}
.result__graph .image {
  width: 37%;
  margin: auto;
}
.result__graph .note {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}

.approach {
  background: url(../images/approach_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.approach__title {
  width: 89%;
}
.approach__copy {
  margin-top: 32px;
}
.approach__movie {
  margin: auto;
}
.approach__movie .movie {
  width: 60%;
  height: 100%;
  aspect-ratio: 3/2;
  margin: auto;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 12px;
}
.approach__movie .movie video {
  width: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.approach__movie span {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.approach__after {
  background: #f6f3f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 120px;
  width: 100vw;
  text-align: center;
}
.approach__after__inner {
  width: 1080px;
  margin: auto;
}
.approach__after img {
  margin: -6.97% auto 0;
  width: 87%;
}
.approach__hagashi__copy {
  position: relative;
}
.approach__hagashi__copy::before {
  content: "※";
  display: block;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 14%;
}
.approach__hagashi__copy::after {
  content: "※Re.Ra.Kuと共同開発";
  display: block;
  font-size: 1.2rem;
  position: absolute;
  bottom: 9%;
  right: 0;
}
.approach__hagashi__movie {
  margin: auto;
  width: 100%;
}
.approach__hagashi__movie .movie {
  width: 60%;
  height: 100%;
  aspect-ratio: 3/2;
  margin: auto;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 12px;
}
.approach__hagashi__movie .movie video {
  width: 100%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.approach__hagashi__movie span {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin-top: 12px;
}
.approach__hagashi__copy02 {
  width: 92%;
  margin: auto;
  margin-top: 48px;
  margin-bottom: 140px;
}
.approach__list {
  display: flex;
  gap: 20px;
  margin-top: 120px;
}
.approach__list__item {
  background: #ffffff;
  width: 33.3333333333%;
  padding: 36px;
  padding-top: 80px;
  border: 2px solid;
  -o-border-image: linear-gradient(15deg, #c97fb3, #82a7c5) 1;
     border-image: linear-gradient(15deg, #c97fb3, #82a7c5) 1;
}
.approach__list__item .point {
  width: 118px;
  margin: auto;
  margin-top: -132px;
}
.approach__list__item .title {
  color: #7a488c;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 500;
}
.approach__list__item .description {
  font-size: 1.7rem;
}
.approach__list__item .description span {
  background: #f1dbeb;
  font-weight: bold;
}
.approach__note {
  font-size: 1.2rem;
  text-align: right;
  width: 100%;
  margin-top: 12px;
}

.push {
  background: #e3e1d5;
  position: relative;
}
.push__inner {
  position: relative;
  padding-bottom: 0;
}
.push__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 47%;
  height: 110%;
  background: url(../images/push_doctor_img.webp);
  background-size: cover;
  top: -10%;
  left: 0;
}
.push__content {
  width: 62%;
  z-index: 2;
  margin-left: auto;
}
.push__title {
  width: 98%;
  margin: auto;
}
.push__formula {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
.push__formula__item {
  width: 33%;
}
.push__formula__item .image span {
  display: block;
  text-align: center;
  background: #7a488c;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 500;
}
.push__formula__item .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.691;
  -o-object-fit: cover;
     object-fit: cover;
}
.push__formula__item.hagashi {
  position: relative;
}
.push__formula__item.hagashi::before {
  content: "+";
  display: block;
  font-size: 3.2rem;
  position: absolute;
  top: 42%;
  left: -12%;
}
.push__formula__item.hagashi .image span {
  background: #d61169;
}
.push__formula__item.sukkiri {
  position: relative;
}
.push__formula__item.sukkiri::before {
  content: "=";
  display: block;
  font-size: 3.2rem;
  position: absolute;
  top: 42%;
  left: -12%;
}
.push__formula__item.sukkiri .image span {
  background: #fff587;
  color: #292929;
}
.push__open__copy {
  margin: auto;
  margin-top: 40px;
  width: 88%;
}

.review {
  background: #f6f3f7;
}
.review__title {
  width: 56%;
  margin-bottom: 60px;
}
.review__list {
  display: flex;
  list-style: none;
  gap: 40px;
}
.review .note {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-left: auto;
}

.problem {
  background: url(../images/problem_bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 50px;
}
.problem__title {
  width: 58%;
  margin-bottom: 60px;
}
.problem__list {
  display: flex;
  gap: 40px;
  margin-top: 120px;
}
.problem__list__item {
  background: rgba(20, 26, 29, 0.8);
  width: 33.3333333333%;
  padding: 44px 36px;
  padding-top: 80px;
  border-radius: 16px;
}
.problem__list__item .image {
  width: 207px;
  margin: auto;
  margin-top: -174px;
}
.problem__list__item .title {
  color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  margin-top: 40px;
  margin-bottom: 32px;
  font-weight: 500;
}
.problem__list__item .description {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.problem__list__item .description span {
  background: #f1dbeb;
}

.mechanism {
  background: url(../images/mechanism_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
  padding-top: 120px;
  position: relative;
  z-index: -1;
}
.mechanism__title {
  width: 55%;
  margin-bottom: 60px;
}
.mechanism__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mechanism__list__item {
  background: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px 8px 20px 8px;
  gap: 40px;
}
.mechanism__list__item:nth-child(2) {
  flex-direction: row-reverse;
}
.mechanism__list__item .image {
  width: 50%;
  background: #000;
}
.mechanism__list__item .text {
  flex: 1;
}
.mechanism__list__item .text .title {
  font-size: 3rem;
  font-weight: normal;
  border-bottom: 1px solid;
  display: inline-block;
}
.mechanism__list__item .text .description {
  margin-top: 20px;
  font-size: 2rem;
}
.mechanism__list__item .text .description em {
  background: linear-gradient(transparent 60%, #fff587 40%);
}

.answer {
  background: url(../images/answer_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.answer__inner {
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
}
.answer__copy {
  width: 90%;
  margin: auto;
}
.answer__arrow {
  width: 50%;
  position: absolute;
  bottom: -8%;
}

.about {
  background: url(../images/about_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.about__inner {
  padding-top: 120px;
  padding-bottom: 180px;
}
.about__title {
  width: 61%;
  margin-bottom: 40px;
}
.about__content {
  padding: 40px;
  border: 1px solid #e1d6df;
  background: #ffffff;
  border-radius: 24px;
}
.about__content .text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.about__content .text em {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f1dbeb 40%);
}
.about__content h3 {
  font-size: 2.8rem;
  background: #e1d6df;
  text-align: center;
  font-weight: normal;
  padding: 8px 0;
  margin-top: 60px;
}
.about__content__image {
  width: 80%;
  margin: auto;
}
.about__content__image .anime {
  width: 100%;
  background: #7a488c;
  margin-top: 40px;
}
.about__content__image .echo {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  position: relative;
}
.about__content__image .echo::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 58px;
  background: url(../images/about_arrow.webp);
  background-size: 100%;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__content__image .echo::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 190px;
  background: url(../images/about_echo_after_img.webp) no-repeat;
  background-size: 100%;
  bottom: -60px;
  right: -40px;
}
.about__content__image .echo li span {
  display: block;
  font-size: 2rem;
  margin-bottom: 12px;
  text-align: center;
}
.about__content .list {
  display: flex;
  gap: 20px;
  margin: 40px auto;
}
.about__content .list li {
  width: 25%;
  border: 1px solid #7a488c;
  border-radius: 12px;
  padding: 28px 16px;
}
.about__content .list li h4 {
  text-align: center;
  font-size: 2.2rem;
  color: #7a488c;
  font-weight: 500;
}
.about__content .list li p {
  font-size: 1.5rem;
  margin-top: 28px;
}
.about__content .list li p em {
  color: #7a488c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about__hagashi__title {
  width: 52%;
  margin-bottom: 40px;
  margin-top: 100px;
}
.about__hagashi__content {
  padding: 40px;
  border: 1px solid #e1d6df;
  background: #ffffff;
  border-radius: 24px;
}
.about__hagashi__content .text {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.about__hagashi__content .text em {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #f1dbeb 40%);
}
.about__hagashi__content h3 {
  font-size: 2.8rem;
  background: #e1d6df;
  text-align: center;
  font-weight: normal;
  padding: 8px 0;
  margin-top: 60px;
}
.about__hagashi__content__image {
  width: 100%;
  margin: auto;
}
.about__hagashi__content__image .image {
  margin-top: 40px;
  display: flex;
  gap: 80px;
  position: relative;
}
.about__hagashi__content__image .image::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 58px;
  background: url(../images/about_arrow.webp);
  background-size: 100%;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.doctor {
  background: #ffffff;
  position: relative;
}
.doctor__title {
  width: 18%;
  margin-bottom: 60px;
}
.doctor__list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.doctor__list__item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.doctor__list__item:nth-child(2) {
  flex-direction: row-reverse;
}
.doctor__list__item .image {
  width: 50%;
}
.doctor__list__item .text {
  flex: 1;
}
.doctor__list__item .text .name {
  font-size: 4.2rem;
  display: flex;
  align-items: baseline;
  gap: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.doctor__list__item .text .name span {
  font-size: 1.8rem;
}
.doctor__list__item .text .career {
  margin-top: 20px;
  font-size: 1.2rem;
  background: #e1d6df;
  padding: 12px;
}
.doctor__list__item .text .description {
  margin-top: 16px;
  font-size: 1.4rem;
}
.doctor__list__item .text h4 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  background: #292929;
  display: inline-block;
  padding: 4px;
  font-weight: normal;
}

.flow {
  background: #eef7ff;
  position: relative;
}
.flow__title {
  width: 46%;
  margin-bottom: 60px;
}
.flow__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.flow__list__item {
  display: flex;
  gap: 36px;
  position: relative;
}
.flow__list__item:nth-last-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 67px;
  z-index: 1;
  display: block;
  width: 0;
  height: calc(100% - 124px);
  border-right: solid 2px #292929;
}
.flow__list__item .icon {
  width: 134px;
  height: auto;
}
.flow__list__item .text {
  width: 58%;
}
.flow__list__item .text .title-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flow__list__item .text h3 {
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
}
.flow__list__item .text .time {
  font-size: 14px;
  background: #7a488c;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 12px;
  display: inline-block;
  font-weight: bold;
}
.flow__list__item .text .description {
  margin-top: 8px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
}
.flow__list__item .image {
  flex: 1;
}

.merit {
  background: url(../images/merit_bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.merit__inner {
  padding-bottom: 180px;
}
.merit__title {
  width: 48%;
  margin-bottom: 60px;
}
.merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.merit__list__item {
  width: calc((100% - 20px) / 2);
  padding: 32px;
  background: #eef7ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.merit__list__item .icon {
  width: 18%;
}
.merit__list__item .text {
  flex: 1;
}
.merit__list__item .text h3 {
  font-size: 2.4rem;
  color: #7a488c;
  font-weight: 500;
  line-height: 1.2;
}
.merit__list__item .text h3 em {
  font-weight: bold;
}
.merit__list__item .text .description {
  margin-top: 20px;
}

.totalcare {
  background: url(../images/totalcare_bg.webp) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  margin-top: -80px;
  overflow: hidden;
}
.totalcare__inner {
  padding-bottom: 0;
}
.totalcare__title {
  margin-bottom: 32px;
}
.totalcare__title picture {
  display: block;
  margin: auto;
}
.totalcare__title picture:first-child {
  width: 33%;
}
.totalcare__title picture:nth-child(2) {
  width: 43%;
  margin-top: 40px;
}
.totalcare__copy02 {
  width: 96%;
}
.totalcare__copy03 {
  width: 67%;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.totalcare__purpose {
  background: url(../images/totalcare_purpose_image.webp) no-repeat;
  background-position: right top;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.totalcare__purpose::before {
  content: "";
  background: linear-gradient(to bottom, transparent, #fff 50%);
  display: block;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: -10%;
  z-index: 0;
}
.totalcare__purpose__text {
  padding: 80px 0;
  margin: auto;
  max-width: 1080px;
}
.totalcare__purpose__text h3 {
  width: 60%;
  margin-bottom: 40px;
}
.totalcare__purpose__text .description {
  width: 60%;
  line-height: 1.8;
}
.totalcare__purpose__text .description:first-of-type {
  margin-bottom: 24px;
}
.totalcare__purpose__text .description em {
  background: linear-gradient(transparent 60%, #f1dbeb 40%);
}

.comparison {
  background: #e1d6df;
  position: relative;
}
.comparison__title {
  width: 54%;
  margin-bottom: 60px;
}

.message {
  background: url(../images/message_bg.webp);
  background-size: cover;
  position: relative;
}
.message__title {
  width: 63%;
  margin-bottom: 60px;
}
.message__content {
  position: relative;
  z-index: 1;
}
.message__content::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient(15deg, #c97fb3, #82a7c5);
  border-radius: 24px;
  z-index: -1;
}
.message__content__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  z-index: 2;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 22px;
}
.message__content__text p {
  line-height: 1.8;
  font-size: 2rem;
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.message__content__text p em {
  font-weight: bold;
}

.faq {
  background: url(../images/faq_bg.webp);
  background-position: top;
  background-size: 100%;
  position: relative;
}
.faq__title {
  width: 29%;
}
.faq__list {
  list-style: none;
  margin-top: 50px;
  width: 100%;
}
.faq .accordion_one {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.faq .accordion_one .accordion_header {
  background: #7a488c;
  color: #ffffff;
  font-size: 2rem;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
}
.faq .accordion_one .accordion_header span {
  padding: 10px 15px;
  margin-right: 15px;
  text-align: center;
  display: block;
  width: 56px;
}
.faq .accordion_one .accordion_header p {
  flex: 1;
}
.faq .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  background: #ffffff;
  border-radius: 50%;
}
.faq .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faq .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.faq .accordion_one .accordion_header .i_box .one_i:before,
.faq .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #7a488c;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.faq .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.faq .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faq .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}
.faq .accordion_one .accordion_inner {
  display: none;
  padding: 24px;
  box-sizing: border-box;
}
.faq .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  line-height: 1.8;
  font-size: 1.6rem;
}
.faq .accordion_one .accordion_inner p.txt_a_ac span {
  display: block;
  line-height: 2;
  font-size: 1.2rem;
  margin-top: 20px;
}
.faq .accordion_one .accordion_inner p.txt_a_ac + p {
  margin-top: 20px;
}

.information {
  background: url(../images/information_bg.webp);
  background-size: cover;
  position: relative;
}
.information__title {
  width: 19%;
  margin-bottom: 60px;
  font-weight: 300;
}
.information__content {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.information__map {
  flex: 1;
}
.information__map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.information__text {
  width: 50%;
}
.information__text h3 {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 16px;
}
.information__list__item {
  margin-bottom: 12px;
}
.information__list__item .label {
  background: #7a488c;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 4px;
}
.information__photo__list {
  display: flex;
  align-items: baseline;
  gap: 32px;
  margin-top: 48px;
}
.information__photo__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.information__photo__list li span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.floatBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 48%;
  max-width: 720px;
}
.floatBtn a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 52px;
}
.floatBtn a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.footer {
  background: #7a488c;
  color: #ffffff;
}
.footer__inner {
  padding: 40px 2vw;
}
.footer__information {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__information h3 {
  font-size: 2.8rem;
  font-weight: normal;
  padding-right: 20px;
}
.footer__information ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.footer__information ul a {
  color: #ffffff;
}
.footer__list {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}
.footer__list li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .copyright {
  background: #534a56;
  padding: 12px 8vw;
  text-align: center;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .container {
    min-width: auto;
    width: 100%;
  }
  .main-visual {
    background: url("../images/main-visual_bg01_sp.png");
    animation: none;
    background-size: cover;
    background-position: center;
  }
  .main-visual__inner {
    padding: 20px 10px 32px;
  }
  .main-visual__logo {
    position: relative;
    width: 52%;
    top: 0;
    left: 0;
    padding: 12px;
  }
  .main-visual__copy__main {
    width: 85%;
    padding: 0;
  }
  .main-visual__copy__sub {
    width: 62%;
  }
  .main-visual__feature {
    width: 92%;
    gap: 12px;
  }
  .main-visual__feature li {
    width: 33%;
  }
  .main-visual__hashtag {
    position: relative;
    width: 84%;
    margin: 24px auto 0;
    left: 0;
    bottom: 0;
  }
  .clinic__title {
    width: 90%;
  }
  .clinic__content {
    flex-direction: column;
    padding: 0;
  }
  .clinic__img {
    width: 96%;
  }
  .clinic__recommend {
    width: 96%;
    padding: 0 20px 40px;
  }
  .clinic__recommend::before {
    display: none;
  }
  .clinic__recommend__list {
    margin-top: 20px;
    gap: 20px;
  }
  .clinic__recommend__list li {
    font-size: 1.6rem;
    padding-left: 32px;
  }
  .clinic__recommend__list li::before {
    width: 24px;
    height: 24px;
  }
  .beforeafter__title {
    width: 96%;
  }
  .beforeafter__content {
    padding: 80px 20px 20px;
    flex-direction: column;
    gap: 12px;
  }
  .beforeafter__list {
    margin-top: 12px;
  }
  .beforeafter__list dt {
    font-size: 1.4rem;
    padding: 4px;
  }
  .beforeafter__list dd {
    font-size: 1.4rem;
    margin: 4px 0 8px;
  }
  .beforeafter__list dd span {
    font-size: 1.2rem;
  }
  .result {
    background: url(../images/result_bg_sp.webp);
    background-size: cover;
  }
  .result__title {
    width: 86%;
  }
  .result__graph .image {
    width: 82%;
  }
  .result__graph .note {
    font-size: 1rem;
  }
  .cta__banner span {
    font-size: 2.2rem;
  }
  .cta__btn a {
    width: 100%;
  }
  .cta__attention {
    width: 100%;
  }
  .approach {
    background: url(../images/approach_bg_sp.webp) center no-repeat;
    background-size: cover;
  }
  .approach__inner {
    padding-bottom: 80px;
  }
  .approach__title {
    width: 100%;
  }
  .approach__movie {
    width: 100%;
  }
  .approach__movie .movie {
    width: 96%;
    padding: 12px 12px 20px;
  }
  .approach__list {
    flex-direction: column;
    gap: 72px;
    margin-top: 120px;
  }
  .approach__list__item {
    width: 100%;
    padding-top: 48px;
  }
  .approach__list__item .point {
    width: 90px;
    margin-top: -88px;
  }
  .approach__list__item .title {
    font-size: 2.5rem;
  }
  .approach__list__item .description {
    font-size: 1.6rem;
  }
  .approach__after {
    margin-top: 240px;
  }
  .approach__after__inner {
    width: auto;
  }
  .approach__after img {
    width: 82%;
    margin: -36% auto 0;
  }
  .approach__hagashi__copy::before {
    left: 65%;
    top: 21%;
  }
  .approach__hagashi__copy::after {
    bottom: 6%;
  }
  .approach__hagashi__copy02 {
    margin-bottom: 0;
  }
  .approach__hagashi__title {
    width: 100%;
  }
  .approach__hagashi__movie {
    width: 100%;
  }
  .approach__hagashi__movie .movie {
    width: 96%;
    padding: 12px 12px 20px;
  }
  .push__inner::before {
    display: none;
  }
  .push__content {
    width: 100%;
  }
  .push__title {
    width: 100%;
  }
  .push__formula {
    margin-left: auto;
    flex-direction: column;
    width: 42%;
  }
  .push__formula__wrapper {
    width: 96%;
    margin: auto;
    background: url(../images/push_doctor_img_sp.webp) no-repeat;
    background-size: 74% auto;
    background-position: left center;
    margin-top: 0;
  }
  .push__formula__item {
    width: 100%;
  }
  .push__formula__item .image span {
    font-size: 1.5rem;
    padding: 4px;
  }
  .push__formula__item.hagashi::before {
    font-size: 2.2rem;
    left: 0;
    right: 0;
    top: -28px;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
  }
  .push__formula__item.sukkiri::before {
    font-size: 2.2rem;
    left: 0;
    right: 0;
    top: -28px;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
  }
  .push__open__copy {
    width: 96%;
    margin-top: 12px;
  }
  .review__title {
    width: 75%;
  }
  .review__list {
    flex-direction: column;
  }
  .review .note {
    font-size: 1rem;
  }
  .problem {
    background: url(../images/problem_bg_sp.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .problem__title {
    width: 74%;
  }
  .problem__list {
    flex-direction: column;
    gap: 80px;
    margin-top: 12%;
  }
  .problem__list__item {
    width: 100%;
    padding: 32px 20px;
  }
  .problem__list__item .image {
    width: 116px;
    margin-top: -98px;
  }
  .problem__list__item .title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .problem__list__item .description {
    font-size: 1.6rem;
  }
  .mechanism__title {
    width: 92%;
  }
  .mechanism__list {
    flex-direction: column;
  }
  .mechanism__list__item {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  .mechanism__list__item:nth-child(2) {
    flex-direction: column;
  }
  .mechanism__list__item .image {
    width: 70%;
    margin: auto;
  }
  .mechanism__list__item .text {
    text-align: center;
  }
  .mechanism__list__item .text .title {
    font-size: 2rem;
  }
  .mechanism__list__item .text .description {
    font-size: 1.6rem;
    text-align: left;
  }
  .answer__inner {
    padding: 20px 10px 40px;
  }
  .answer__copy {
    width: 100%;
  }
  .answer__arrow {
    width: 70%;
    bottom: -7%;
  }
  .about__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about__title {
    width: 99%;
  }
  .about__content {
    padding: 16px;
    border-radius: 12px;
  }
  .about__content .text {
    font-size: 1.6rem;
  }
  .about__content__image {
    width: 100%;
  }
  .about__content__image .echo {
    font-size: 1.6rem;
  }
  .about__content__image .echo::before {
    width: 8px;
    height: 32px;
    top: 62%;
  }
  .about__content__image .echo::after {
    width: 40px;
    height: 70px;
    bottom: -43px;
    right: 0px;
  }
  .about__content__image .echo li span {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .about h3 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
  .about .list {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin: 20px auto;
  }
  .about .list li {
    width: calc((100% - 8px) / 2);
    padding: 12px;
    min-height: 180px;
  }
  .about .list li h4 {
    font-size: 2rem;
  }
  .about .list li p {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .about__hagashi__title {
    width: 80%;
  }
  .about__hagashi__content {
    padding: 16px;
    border-radius: 12px;
  }
  .about__hagashi__content .text {
    font-size: 1.6rem;
  }
  .about__hagashi__content__image {
    width: 100%;
  }
  .about__hagashi__content__image .image {
    flex-direction: column;
    gap: 32px;
  }
  .about__hagashi__content__image .image::before {
    transform: rotate(90deg);
    width: 3%;
    height: 8%;
  }
  .doctor__title {
    width: 42%;
  }
  .doctor__list__item {
    flex-direction: column;
    gap: 12px;
  }
  .doctor__list__item:nth-child(2) {
    flex-direction: column;
  }
  .doctor__list__item .text .name {
    justify-content: center;
    font-size: 2.7rem;
  }
  .doctor__list__item .text .name span {
    font-size: 1.5rem;
  }
  .doctor__list__item .text .career {
    font-size: 1.5rem;
  }
  .doctor__list__item .text h4 {
    font-size: 1.6rem;
  }
  .doctor__list__item .text .description {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .flow__title {
    width: 86%;
  }
  .flow__list {
    gap: 24px;
  }
  .flow__list__item {
    gap: 16px;
  }
  .flow__list__item:nth-last-of-type(n+2)::before {
    left: 26px;
    bottom: 0%;
    height: calc(100% - 72px);
    border-width: 1px;
  }
  .flow__list__item .icon {
    width: 52px;
  }
  .flow__list__item .text {
    flex: 1;
  }
  .flow__list__item .text .title-box {
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .flow__list__item .text .title-box .time {
    padding: 2px 8px;
  }
  .flow__list__item .text h3 {
    font-size: 2.4rem;
  }
  .flow__list__item .text .description {
    padding: 8px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
  .flow__list__item .image {
    position: absolute;
    width: 28%;
    max-width: 90px;
    max-height: 80px;
    right: 0%;
  }
  .merit__title {
    width: 88%;
  }
  .merit__list {
    flex-direction: column;
  }
  .merit__list__item {
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
  .merit__list__item .icon {
    width: 62px;
  }
  .merit__list__item .text h3 {
    font-size: 2rem;
  }
  .merit__list__item .text .description {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .totalcare {
    background: url(../images/totalcare_bg_sp.webp) no-repeat;
    background-size: cover;
    background-position: top;
  }
  .totalcare__title picture:first-child {
    width: 45%;
  }
  .totalcare__title picture:nth-child(2) {
    width: 86%;
  }
  .totalcare__copy02 {
    width: 100%;
  }
  .totalcare__copy03 {
    width: 100%;
  }
  .totalcare__purpose {
    background: url(../images/totalcare_purpose_bg_sp.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    padding-bottom: 38vw;
  }
  .totalcare__purpose__text h3 {
    width: calc(86% - 20px);
    margin: 0 auto 28px;
  }
  .totalcare__purpose__text .description {
    width: calc(92% - 20px);
    margin: auto;
    font-size: 1.6rem;
  }
  .comparison__title {
    width: 96%;
  }
  .message__title {
    width: 72%;
    margin-bottom: 24px;
  }
  .message__content {
    width: 100%;
  }
  .message__content::after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
  .message__content__text {
    padding: 24px 12px;
  }
  .message__content__text p {
    font-size: 1.5rem;
  }
  .faq__title {
    width: 57%;
  }
  .faq .accordion_one .accordion_header {
    padding: 8px 60px 8px 8px;
    font-size: 1.8rem;
  }
  .faq .accordion_one .accordion_header span {
    width: 48px;
    margin-right: 8px;
  }
  .faq .accordion_one .accordion_inner {
    padding: 12px;
  }
  .faq .accordion_one .accordion_header .i_box {
    width: 28px;
    height: 28px;
    margin-top: -16px;
  }
  .faq .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 1.6rem;
  }
  .information__title {
    width: 34%;
  }
  .information__content {
    flex-direction: column;
  }
  .information__map {
    width: 100%;
  }
  .information__text {
    width: 100%;
  }
  .information__text h3 {
    text-align: center;
    font-size: 2.6rem;
  }
  .information__list__item {
    font-size: 1.6rem;
  }
  .information__photo__list {
    flex-direction: column;
    width: 73%;
  }
  .information__photo__list li span {
    font-size: 1.5rem;
  }
  .floatBtn {
    width: 98%;
  }
  .footer__information {
    flex-direction: column;
    gap: 40px;
  }
  .footer__information h3 {
    padding: 0;
    font-size: 2rem;
  }
  .footer__information ul {
    padding: 40px 0 0 0;
    border: none;
    align-items: center;
    font-size: 1.2rem;
    gap: 8px;
    position: relative;
  }
  .footer__information ul::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    width: 40%; /*線の長さ*/
    height: 2px; /*線の太さ*/
    transform: translateX(-50%); /*位置調整*/
    background-color: #ffffff; /*線の色*/
  }
  .footer__list {
    margin-top: 40px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */