@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

html:before {
  background-size: cover;
  background-position: center;
  height: 100svh;
  width: 100%;
  content: "";
  position: fixed;
}

body {
  color: #000;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.66;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0;
  overflow-x: hidden;
}

@media (max-width: 750px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

mark {
  background: none;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #292929;
  border: 0 none;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #292929;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

/*------------------

スワイプ型LP 共通css

------------------*/
html, body { height: 100%; margin:0; background: #ededed;}
.slide { height: calc(100svh - 0px); }
.slide .slide_parent { height: 100%; }
.slide .slide_parent .slide_item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}
.slide .slide_parent .slide_item > .slide_item_inner {
	width: min(100vw, calc(100svh * 0.5622188905547226));
	height: auto;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	position: relative;
}
.slide .slide_parent > .slide_item > .slide_item_inner {
	aspect-ratio: 0.5622188905547226 / 1;
}
.slide .slide_child .slide_item {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 18px;
	box-sizing: border-box;
	background: #fafafa;
}
.slide .slide_child {
	position: absolute;
}
.slide .swiper-pagination {
	height: fit-content;
	min-height: auto;
	font-size: 0;
	bottom: 3% !important;
	top: unset;
}
.slide .swiper-pagination-bullet {
	aspect-ratio: 1 / 1;
	background: #c3c3c3;
	height: auto;
	opacity: 1;
	width: 2.13333333333333%;
	margin: 0 2% !important;
}
.slide .swiper-pagination-bullet-active {
	background: #71a9b7;
}
.slide .swiper-button-next,
.slide .swiper-button-prev {
	width: 8%;
	aspect-ratio: 1 / 1;
	border-radius: 10000px;
	height: auto;
	right: 3%;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	transform: translateZ(0);
}
.slide .swiper-button-prev {
	left: 3%;
	right: auto;
}
.slide .swiper-button-next:after,
.slide .swiper-button-prev:after {
	background: url(../img/slide_arrow_next.webp) 0 0 / cover no-repeat transparent;
	height: 100%;
	width: 100%;
	font-size: 0;
}
.slide .swiper-button-prev:after {
	background: url(../img/slide_arrow_prev.webp) 0 0 / cover no-repeat transparent;
}
/*------------------

スワイプ型LP 共通ボタンcss

------------------*/
.slide_btn {
	position: absolute;
	z-index: 2;
	bottom: 2%;
	display: flex;
	width: 92%;
	margin-left: 4%;
	gap: 4%;
}
a {
	display: block;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.7;
}

/*------------------

スワイプ型LP 個別css

------------------*/
.top .icon {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(12px, 1.25vw, 24px);
  animation: bounce-down 2s infinite ease-in-out;
}
/* 上下に動くキーフレーム */
@keyframes bounce-down {
  0% { transform: translateY(0); }
  50% { transform: translateY(15%); }
  100% { transform: translateY(0); }
}
.slide .wrong04 .frame {
  position: relative;
  z-index: 2;
}
.slide .wrong04 .slide_child {
	width: calc(100% - 9%);
	position: absolute;
	left: 4.5%;
	top: 40%;
}
.slide .wrong04 .swiper-button-prev {
  left: 1%;
  top: 63%;
}
.slide .wrong04 .swiper-button-next {
  right: 1%;
  top: 63%;
}
.slide .wrong04 .swiper-pagination {
	display: none !important;
}
.slide .downtime .slide_child {
  width: calc(100% - 8%);
  position: absolute;
  left: 4%;
  top: 19%;
}
.slide .downtime .swiper-button-prev {
  top: 56%;
}
.slide .downtime .swiper-button-next {
  top: 56%;
}
.slide .downtime .swiper-pagination {
  top: 85%;
}
.slide .case .slide_child {
	width: calc(100% - 17%);
	aspect-ratio: 1 / 1.07556270096463;
	position: absolute;
	left: 8.5%;
	top: 16%;
}
.slide .case .swiper-pagination {
	display: none !important;
}
.slide .clinic .slide_child {
	width: calc(100% - 8%);
	aspect-ratio: 1 / 1.55982905982906;
	position: absolute;
	left: 4%;
	top: 12%;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.slide .map {
	position: absolute;
	width: 80%;
	left: 10%;
	height: auto;
	aspect-ratio: 1 / 0.3636363636363636;
	top: 47.5%;
	background: #ddd;
	overflow: hidden;
}
.slide .map2 {
	top: 50.5%;
}
.slide .map iframe {
	width: 100%;
	height: 100%;
}

/* .mov_frame {
  position: relative;
  z-index: 1;
} */

.wrong03 .video_box {
  /* display: flex;
  justify-content: center; */
  position: absolute;
  top: 40.5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 72%;
  /* max-width: 367px; */
  height: 45.5%;
  /* max-height: 306px; */
  overflow: hidden;
}

.wrong03 .video_box video {
  /* width: 367px;
  max-width: 367px; */
  width: 100%;
  height: auto;
  position: relative;
  top: -20%;
}

.point06 .video_box {
  position: absolute;
  top: 12.5%;
  left: 0;
  right: 0;
  max-width: 71%;
  margin: auto;
  z-index: 1;
}

.point06 .video_box::before {
  content: "";
	background: url(../img/point06_h.webp) 0 0 / contain no-repeat transparent;
  position: absolute;
  top: -6%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.point06 .video_box video {
  width: 100%;
}

.mov.tiktok {
    position: absolute;
    top: 8.3%;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    width: 83%;
    max-width: 570px;
    height: 75.5%;
    max-height: 942px;
}

.tiktok .tiktok-embed {
  max-width: 700px!important;
  height: 1000px;
  margin: 0!important;
  min-width: 250px !important;
}

.tiktok .tiktok-embed::before {
  content: "";
	background: url(../img/point06_h.webp) 0 0 / contain no-repeat transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.tiktok iframe {
position: relative;
  left: 10px;
  top: 25%;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  max-height: 60% !important;
}
@media (max-width: 430px) {
.tiktok iframe {
  position: relative;
  left: 0;
  top: 3%;
  -webkit-transform: scale(100%);
  transform: scale(100%);
  max-height: 50% !important;
}
}
@media (max-width: 390px) {
.tiktok iframe {
  position: relative;
  left: 0;
  top: 0%;
  -webkit-transform: scale(80%);
  transform: scale(80%);
  max-height: 50% !important;
}
}
@media (max-width: 325px) {
}


/*------------------

スワイプ型LP 個別ボタンcss

------------------*/
.slide .cv01 .slide_btn:not(.bottom) {
	bottom: 51%;
	width: 84%;
	margin-left: 8%;
  flex-direction: column;
  gap: clamp(2.5px, 1.04166667vw, 10px);
  text-align: center;
}
.slide .cv01 .slide_btn.bottom {
	bottom: 2%;
  flex-direction: row;
	width: 92%;
	margin-left: 4%;
	gap: 4%;
}
.slide .cv02 .slide_btn {
	bottom: 6%;
	width: 84%;
	margin-left: 8%;
  flex-direction: column;
  gap: clamp(2.5px, 1.04166667vw, 10px);
  text-align: center;
}
.slide .price .slide_btn {
	bottom: 6%;
	width: 84%;
	margin-left: 8%;
}
.slide .clinic .slide_btn {
	bottom: 4%;
	width: 84%;
	margin-left: 8%;
}
.slide .common .slide_btn {
	bottom: 1.5%;
}
.slide .case .slide_btn {
	bottom: 1.5%;
}


@media (max-width: 750px) {
	.slide { 
		height: calc(100svh - 0px);
	 }
	.slide .slide_parent .slide_item > .slide_item_inner {
    width: min(100vw, calc((100svh - 0px) * 0.5622188905547226));
	}
}

/* md_tel */
#md_tel {
  position: relative;
  background: #ebf0f0;
  width: 94%;
  max-width: 690px;
  margin: 0 auto;
  padding: 40px 40px 30px;
}
@media (max-width: 750px) {
  #md_tel {
    padding: 30px 20px 25px;
  }
}
#md_tel h2 {
  margin-bottom: 40px;
  color: #000;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 750px) {
  #md_tel h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
#md_tel ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#md_tel ul li {
  margin-bottom: 30px;
  width: 48%;
}
@media (max-width: 750px) {
  #md_tel ul li {
    margin-bottom: 20px;
  }
}
#md_tel ul li h3 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 750px) {
  #md_tel ul li h3 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
#md_tel ul li h3 + span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 10px;
}
@media (max-width: 750px) {
  #md_tel ul li h3 + span {
    font-size: 1.1rem;
    margin: 0 0 5px;
    width: 136px;
}
}
#md_tel ul + p {
  padding-top: 10px;
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 750px) {
  #md_tel ul + p {
    font-size: 1.4rem;
  }
}
#md_tel .md_btn a {
  position: relative;
  width: 290px;
  height: 63px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  background: url(../img/md_btn_bg_20260106.webp) no-repeat 0 0/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  #md_tel .md_btn a {
    width: 145px;
    height: 31px;
    font-size: 1.1rem;
  }
}
#md_tel .md_btn a::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 35px;
  background: url(../img/icn_tel.svg) no-repeat 0 0/contain;
  top: calc(50% - 17px);
  left: 30px;
}
@media (max-width: 750px) {
  #md_tel .md_btn a::before {
    width: 14px;
    height: 18px;
    top: calc(50% - 9px);
    left: 15px;
  }
}
#md_tel .md_close {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  top: -45px;
  right: 0;
  text-indent: -9999px;
}
@media (max-width: 750px) {
  #md_tel .md_close {
    width: 30px;
    height: 30px;
    top: -35px;
  }
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
}
@media (max-width: 750px) {
  #md_tel .md_close::before, #md_tel .md_close::after {
    width: 30px;
  }
}
#md_tel .md_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#md_tel .md_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------

ボタンアニメーション

------------------*/
.slide .cv01 .slide_btn:not(.bottom),
.slide .cv02 .slide_btn:not(.bottom) {
  transition: transform 0.3s ease;
  animation: pulse 2s infinite ease-in-out;
}
/* 拡大縮小アニメーション */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}
.slide .cv01 .slide_btn:not(.bottom) a,
.slide .cv02 .slide_btn:not(.bottom) a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 2.5rem;
}
.slide .cv01 .slide_btn:not(.bottom) a::before,
.slide .cv02 .slide_btn:not(.bottom) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
  animation: shine-loop 5s infinite ease-in-out;
}
/* 定期的に光が走るキーフレーム */
@keyframes shine-loop {
  0% { left: -150%; }
  15% { left: 150%; }
  100% { left: 150%; }
}
