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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
  base
----------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #363636;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
	layout
----------------------------------------*/
.wrapper {
  overflow: hidden;
  max-width: 750px;
  margin-inline: auto;
}

.bg-white {
  background: #fff;
}

.bg-linear01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E7919E), to(#F1B7A8));
  background: linear-gradient(#E7919E, #F1B7A8);
}

.bg-linear02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEFDD), to(#E4F2F2));
  background: linear-gradient(#FCEFDD, #E4F2F2);
}

/* cv
------------------------------------------------------ */
.cv01,
.cv02 {
  position: relative;
}

.cv01__button,
.cv02__button {
  overflow: hidden;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 87.2773536896%;
  border-top-left-radius: 5.8309037901% 19.4174757282%;
  border-top-right-radius: 5.8309037901% 19.4174757282%;
  border-bottom-left-radius: 5.8309037901% 19.4174757282%;
  border-bottom-right-radius: 5.8309037901% 19.4174757282%;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.cv01__button::before,
.cv02__button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -45.8015267176%;
  left: 0;
  width: 7.6335877863%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.cv01__button {
  bottom: 9.4276094276%;
}

.cv02__button {
  top: 33.8775510204%;
}

/* clinic
------------------------------------------------------ */
.clinic {
  position: relative;
}

.clinic__map {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 5.5714285714%;
  width: 87.2773536896%;
  aspect-ratio: 343/213;
}

/* video
------------------------------------------------------ */
.video-area {
  position: relative;
}

.video-wrap {
  aspect-ratio: 393/360;
  line-height: 0;
}
.video-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-button {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 6.3888888889%;
  width: 75.8269720102%;
}

/*----------------------------------------
	Animation
----------------------------------------*/
[data-scroll-anima] {
  display: block;
  opacity: 0;
}

.fadeUp {
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  translate: 0 5%;
}
.fadeUp[data-scroll-anima=true] {
  opacity: 1;
  translate: 0;
}/*# sourceMappingURL=style.css.map */