* {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
*:focus {
  outline: none;
}
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
header {
    z-index: 10001;
}
header .wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 20px;
    z-index: 10001;
}
nav {
    height: 100%;
    position: relative;
}
ul {
    list-style: none;
}
li {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    text-decoration: none;
}
p {
    color: #ffffff;
    text-align: center;
    font-size: 1.2vw;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.headericon {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    font-size: 40px;
    text-decoration: none;
    color: #cccccc;
    z-index: 10000;
    font-weight: 700;
    font-style: italic;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    z-index: 10001;
    cursor: pointer;
}
.line-outer {
    height: 18px;
    width: 25px;
    margin: 21px 0 0 0;
    padding: 0 0 0 18px;
    position: relative;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #cccccc;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-btn span {
    top: 0;
}
.menu-btn span:before {
    top: 8px;
}
.menu-btn span:after {
    top: 16px;
}
.hamburger-menu.active .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時透明*/
}
.hamburger-menu.active .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
.hamburger-menu.active .menu-btn span::after {
    top: 8px;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 10000;
}
.hamburger-menu.active .menu-content {
    left: 0;
}
.menu-content ul {
    padding: 70px 10px 0;
    margin: 0;
}
.menu-content ul li {
    border-bottom: solid 1px #000000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 7vh;
    box-sizing: border-box;
    color:#000000;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    position: relative;
}
.menu-content ul li:hover {
    background: #000000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu-content ul li a:hover {
    color:#ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 45%;
}
.sns-mn {
    display: none!important;
}
.bdt-outer {
    position: fixed;
    top: 40px;
    left: 80px;
    width: calc(100% - 160px);
    height: auto;
    padding: 0;
    z-index: 9999;
}
.bdt-inner {
    width: 100%;
    height: 100%;
    border-top: 2px solid #cccccc;
}
.bdb-outer {
    position: fixed;
    bottom: 40px;
    left: 210px;
    width: calc(100% - 160px);
    height: auto;
    padding: 0;
    z-index: 9999;
}
.bdb-inner {
    width: calc(100% - 220px);
    height: 100%;
    border-top: 2px solid #cccccc;
}
.bdl-outer {
    position: fixed;
    top: 80px;
    left: 40px;
    width: auto;
    height: calc(100% - 160px);
    padding: 0;
    z-index: 9999;
}
.bdl-inner {
    width: 100%;
    height: 100%;
    border-left: 2px solid #cccccc;
}
.bdr-outer {
    position: fixed;
    top: 80px;
    right: 40px;
    width: auto;
    height: calc(100% - 160px);
    padding: 0;
    z-index: 9999;
}
.bdr-inner {
    width: 100%;
    height: calc(100% - 80px);
    height: calc((100% - 80px)/3);
    border-right: 2px solid #cccccc;
}
.bdr-inner.bdr2 {
    position: absolute;
    bottom: 80px;
}
.sns {
    width: auto;
    margin-right: -12px;
    height: calc((100% - 80px)/3);
}
.sns a {
    width: auto;
    height: 30%;
    margin: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns a span {
    width: auto;
    height: 30%;
}
.sns a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.mv-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1;
}
video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
video.video2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
h1 {
    color: #ffffff;
    display: block;
    font-size: 17vw;
    line-height: 0.9em;
    text-align: left;
    position: absolute;
    left: 11%;
    top: 36%;
    font-weight: 600;
    mix-blend-mode: difference;
    z-index: 2;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
h1 span {
    display: block;
    line-height: 1;
    padding-left: 0.02em;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
 h2 {
    color: #ffffff;
    display: inline-block;
    text-align: left;
    font-size: 3.1vw;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
}
h2.s-in {
    position: absolute;
    top: 6.7vw;
    left: 6.7vw;
}
h2 span {
    display: block;
    line-height: 1;
}
h2 span.ts {
    font-size: 1.2vw;
    margin-top: 1em;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h2 span.ts::after {
    content: "";
    border-bottom: 2px solid #999999;
    position: absolute;
    bottom: 1.5em;
    left: 0;
    width: 100%;
}
 h3 {
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 2vw;
    line-height: 1;
    margin: 1em 0 0.3em;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3.name {
    margin: 1em 0;
}
h3 span {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.rv .c-inner_t {
    width: 60%;
}

dt {
    color: #ffffff;
    font-size: 20px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
dd {
    margin-bottom: 0.5em;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.c-inner_t dd p {
    font-size: 14px;
}

#fullpage {
    z-index: 9998;
}

.fp-tableCell {
    padding-bottom: 7vw;
}
.fp-slide img {
    width: 100%;
    margin: 0 auto;
}
.fp-slide p {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}
.fp-controlArrow.fp-prev {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #cccccc #cccccc;
    transform: rotate(45deg);
    left: 20vw;
}
.fp-controlArrow.fp-next {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #cccccc #cccccc transparent transparent;
    transform: rotate(45deg);
    right: 20vw;
}
.fp-slidesNav.bottom {
    width: 50%;
    padding: 0 60px;
    bottom: 60px;
}
.fp-slidesNav ul {
    text-align: center;
}
.fp-slidesNav ul li a span {
    background: #ffffff;
}

.mfp-bg {
    z-index: 10420;
}
.mfp-wrap {
    z-index: 10430;
}
.movie-wrap {
    position: relative!important;
}
.movie-wrap iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
}
.mgpu-yt {
    width: 50%;
    margin: 0 auto;
}
.mgpu-yt img {
    opacity: 1;
    transition: opacity .5s;
    cursor: pointer;
}
.mgpu-yt img:hover {
    opacity: .8;
    transition: opacity .5s;
}
.mfp-close-btn-in .mfp-close {
    display: none!important;
}
.popup-link {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.popup-link img:hover {
    opacity: .8;
    transition: opacity .5s;
}
.web-link {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.web-link img:hover {
    opacity: .8;
    transition: opacity .5s;
}

/* fp fade */
.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.sc1 .fps-inner {
    position: relative;
    height: 100%;
}
.fps-inner.pd {
    padding: 130px;
    padding: 6.7vw;
    height: 100vh;
    position: relative;
}
.topbg {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/over2_.png);
    background-position: 66% 0;
    background-size: cover;
}
.c-outer {
    display: flex;
}
.rv .c-outer {
    flex-direction: row-reverse;
}
.c-inner_t {
    width: 50%;
}
.rv .c-inner_t {
    margin-right: 3vw;
}
.c-inner_i {
    width: 50%;
}
.c-inner_t p {
    font-size: 1.2vw;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1em;
    text-align: justify;
}
.c-inner_i img {
    position: absolute;
    right: 13%;
    bottom: 0;
    height: 98vh;
    z-index: -1;
}
.c-outer.prof img {
    right: 16%;
    top: 130px;
    height: 70vh;
}
.c-outer.prof p {
    font-size: 1.8vw;
    line-height: 1;
}
.rv .c-inner_i img {
    bottom: auto;
    right: auto;
    width: 27vw;
    height: auto;
    position: relative;
    margin-top: 2vw;
}

.c-inner_i.clinic img {
    position: relative;
    width: 70%;
    height: auto;
    right: auto;
    bottom: auto;
    margin: 4%;
}
.clinic h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 2% 4%;
}
.clinic h3 span::after {
    content: "";
    border-bottom: 2px solid #999999;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 100%;
}
.clinic ul {
    padding: 0;
    margin: 2% 0 0 4%;
}
.clinic ul li {
    color: #ffffff;
}
.c-t-outer {
    display: flex;
}

input, button, textarea {
    width: 100%;
}
#form_check {
    padding: 0;
}
#form_check li {
    margin: 1em 0;
}
#check input {
    font-size: 20px;
    padding: 0;
    background-color: #336187;
    color: #ffffff;
}
#check input:disabled {
    background-color: #cccccc;
}
#check input.disab:hover {
    cursor: unset;
}
#check input:hover {
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.check .send-btn {
    background-color: #666666;
    color: #000000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 20px;
}
.check .send-btn:hover {
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#clear p {
    text-align: center;
}
.comp p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin: 2em 0;
}
.comp p a {
    color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.comp p a:hover {
    opacity: .6;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* footer */
.f-inner {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 20px 0 20px 20px;
    z-index: 10001;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.f-inner p {
    font-size: 18px;
    color: #cccccc;
}

#warped {
    position: relative;
    display: block;
    width: 184px;
    height: 184px;
    color: #cccccc;
    margin-top: -110px;
    animation: rotate-anime 5s linear infinite;
}
@keyframes rotate-anime {
    0% {transform: rotate(0);}
    100% {transform: rotate(-360deg);}
}
#warped>span[class^=w]:nth-of-type(n+0) {
    display:block;
    position:absolute;
    -moz-transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
    -o-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    transform-origin:50% 100%;
}
#warped span{
    font-size:16px;
     font-style:normal;
    line-height:1;
    white-space:pre;
    overflow:visible;
    padding:0px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#warped .w0 {
    -moz-transform: rotate(8.52rad);
    -webkit-transform: rotate(8.52rad);
    -o-transform: rotate(8.52rad);
    -ms-transform: rotate(8.52rad);
    transform: rotate(8.52rad);
    width: 16px;
    height: 16px;
    left: 115.43px;
    top: 100.73px;
}
#warped .w1 {
    -moz-transform: rotate(9.02rad);
    -webkit-transform: rotate(9.02rad);
    -o-transform:rotate(9.02rad);
    -ms-transform: rotate(9.02rad);
    transform: rotate(9.02rad);
    width: 16px;
    height: 16px;
    left: 99.72px;
    top: 112.78px;
}
#warped .w2 {
    -moz-transform: rotate(9.52rad);
    -webkit-transform: rotate(9.52rad);
    -o-transform:rotate(9.52rad);
    -ms-transform: rotate(9.52rad);
    transform: rotate(9.52rad);
    width: 16px;
    height: 16px;
    left: 80.16px;
    top: 115.81px;
}
#warped .w3 {
    -moz-transform: rotate(10.02rad);
    -webkit-transform: rotate(10.02rad);
    -o-transform:rotate(10.02rad);
    -ms-transform: rotate(10.02rad);
    transform: rotate(10.02rad);
    width: 16px;
    height: 16px;
    left: 61.54px;
    top: 109.1px;
}
#warped .w4 {
    -moz-transform: rotate(10.52rad);
    -webkit-transform: rotate(10.52rad);
    -o-transform:rotate(10.52rad);
    -ms-transform: rotate(10.52rad);
    transform: rotate(10.52rad);
    width: 16px;
    height: 16px;
    left: 48.42px;
    top: 94.28px;
}
#warped .w5 {
    -moz-transform: rotate(10.88rad);
    -webkit-transform: rotate(10.88rad);
    -o-transform:rotate(10.88rad);
    -ms-transform: rotate(10.88rad);
    transform: rotate(10.88rad);
    width: 5px;
    height: 16px;
    left: 49.75px;
    top: 80.48px;
}
#warped .w6 {
    -moz-transform: rotate(11.24rad);
    -webkit-transform: rotate(11.24rad);
    -o-transform:rotate(11.24rad);
    -ms-transform: rotate(11.24rad);
    transform: rotate(11.24rad);
    width: 16px;
    height: 16px;
    left: 45.24px;
    top: 66.09px;
}
#warped .w7 {
    -moz-transform: rotate(11.74rad);
    -webkit-transform: rotate(11.74rad);
    -o-transform:rotate(11.74rad);
    -ms-transform: rotate(11.74rad);
    transform: rotate(11.74rad);
    width: 16px;
    height: 16px;
    left: 54.73px;
    top: 48.72px;
}
#warped .w8 {
    -moz-transform: rotate(12.24rad);
    -webkit-transform: rotate(12.24rad);
    -o-transform:rotate(12.24rad);
    -ms-transform: rotate(12.24rad);
    transform: rotate(12.24rad);
    width: 16px;
    height: 16px;
    left: 71.39px;
    top: 38.03px;
}
#warped .w9 {
    -moz-transform: rotate(12.74rad);
    -webkit-transform: rotate(12.74rad);
    -o-transform:rotate(12.74rad);
    -ms-transform: rotate(12.74rad);
    transform: rotate(12.74rad);
    width: 16px;
    height: 16px;
    left: 91.13px;
    top: 36.64px;
}
#warped .w10 {
    -moz-transform: rotate(13.24rad);
    -webkit-transform: rotate(13.24rad);
    -o-transform:rotate(13.24rad);
    -ms-transform: rotate(13.24rad);
    transform: rotate(13.24rad);
    width: 16px;
    height: 16px;
    left: 109.13px;
    top: 44.88px;
}
#warped .w11 {
    -moz-transform: rotate(13.74rad);
    -webkit-transform: rotate(13.74rad);
    -o-transform:rotate(13.74rad);
    -ms-transform: rotate(13.74rad);
    transform: rotate(13.74rad);
    width: 16px;
    height: 16px;
    left: 120.97px;
    top: 60.74px;
}

/* loader */
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #031f39;
    z-index: 20000;
}
.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    color: #ffffff;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    max-width:100%;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
.loader p {
    position: absolute;
    bottom: -70px;
    left: -1.5em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* IE */
_:-ms-lang(x)::-ms-backdrop, h2 span.ts::after {
    bottom: 1.7em;
}
_:-ms-lang(x)::-ms-backdrop, .fp-slide p {
    padding-top: 1%;
}
_:-ms-lang(x)::-ms-backdrop, dt {
    padding-top: 1%;
}
_:-ms-lang(x)::-ms-backdrop, input, textarea {
    padding-top: 1%;
}
_:-ms-lang(x)::-ms-backdrop, #check input {
    padding-top: 2%;
}
_:-ms-lang(x)::-ms-backdrop, .clinic h3 span::after {
    content: "";
    border-bottom: 2px solid #999999;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 100%;
}

@media screen and (min-width:1025px) {
    .fp-controlArrow {
        top: 56%;
    }
}
@media screen and (max-width:1024px) {
    .headericon {
        font-size: 20px;
    }
    .bdt-outer {
        top: 20px;
        left: 56px;
        width: calc(100% - 112px);
    }
    .bdb-outer {
        bottom: 20px;
            left: 150px;
        width: calc(100% - 60px);
    }
    .bdl-outer {
        left: 20px;
        top: 56px;
        height: calc(100% - 112px);
    }
    .bdr-outer {
        right: 20px;
        top: 56px;
        height: calc(100% - 112px);
    }




    .fps-inner.pd.spd {
        padding: 130px;
    }


    h1 {
        top: 40%;
        left: 9%;
        font-size: 14vw;
    }
    h2 {
        font-size: 30px;
    }
    h2 span.ts {
        font-size: 14px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 14px;
    }

    header .wrap {
        height: 60px;
    }
    .menu-btn {
        top: 0;
        right: 0;
    }
    .menu-content ul li a {
        font-size: 4.8vh;
    }

    .c-outer {
        display: block;
    }
    .c-outer.prof p {
        font-size: 18px;
    }
    .c-inner_t {
        width: 100%;
    }
    .rv .c-inner_t {
        width: 100%;
    }
    .c-inner_i {
        width: 100%;
    }
    .c-inner_t p {
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
    }
    .c-inner_t p:last-of-type {
        width: 70%;
    }
    .c-inner_i img {
        height: 41vh;
        z-index: -1;
        right: 4%;
        bottom: 10vw;
    }
    .c-outer.prof img {
        height: 41vh;
        z-index: -1;
        top: unset;
        right: 10%;
        bottom: 30vw;
    }
    .rv .c-inner_i img {
        width: auto;
        height: 44vh;
        position: absolute;
        bottom: 6vw;
    }
    .mgpu-yt {
        width: 100%;
    }
    .popup-link {
        width: 100%;
    }
    .web-link {
        width: 100%;
    }
    .fp-slide img {
        width: 80%;
    }
    .fp-slide p {
        width: 80%;
    }
    .fp-controlArrow.fp-prev {
        left: 100px;
    }
    .fp-controlArrow.fp-next {
        right: 100px;
    }
    .fp-tableCell {
        padding-bottom: 28vw;
    }

    dt {
        font-size: 22px;
    }
    .f-btn-outer {
        position: relative;
    }
    .check {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }
    #form_check {
        margin: 0;
    }
    #form_check li {
        margin: 4px 0;
    }
    .c-inner_t .contact dd p {
        width: 100%;
        font-size: 12px;
    }
    form input[type=button] {
        -webkit-appearance: none;
        border-radius: 0;
    }
    input, button, textarea {
        height: 1.6em;
    }

    #clear p {
        width: 100%;
    }

    .g-recaptcha {
        transform-origin: 0% 0%;
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform:scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .clinic h3 {
        margin: 0 0 2% 0;
    }
    .c-inner_i.clinic {
        position: relative;
        margin-top: -1em;
    }
    .c-inner_i.clinic img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        margin: 0;
    }
    .c-t-outer {
        display: block
    }
    .clinic ul {
         margin: 2% 0 0 0;
    }
    .clinic ul li {
        font-size: 14px;
    }
    .clinic ul:first-of-type {
        width: 62%;
    }


    #warped {
        position: absolute;
        top: -70px;
        right: -30px;
        margin-top: 0;
    }

    #warped span {
        font-size: 12px;
    }

    #warped .w0 {
        -moz-transform: rotate(10.19rad);
        -webkit-transform: rotate(10.19rad);
        -o-transform:rotate(10.19rad);
        -ms-transform: rotate(10.19rad);
        transform: rotate(10.19rad);
        width: 12px;
        height: 12px;
        left: 63.7px;
        top: 102.95px;
    }
    #warped .w1 {
        -moz-transform: rotate(10.69rad);
        -webkit-transform: rotate(10.69rad);
        -o-transform:rotate(10.69rad);
        -ms-transform: rotate(10.69rad);
        transform: rotate(10.69rad);
        width: 12px;
        height: 12px;
        left: 55.42px;
        top: 89.44px;
    }
    #warped .w2 {
        -moz-transform: rotate(11.19rad);
        -webkit-transform: rotate(11.19rad);
        -o-transform:rotate(11.19rad);
        -ms-transform: rotate(11.19rad);
        transform: rotate(11.19rad);
        width: 12px;
        height: 12px;
        left: 54.63px;
        top: 73.63px;
    }
    #warped .w3 {
        -moz-transform: rotate(11.69rad);
        -webkit-transform: rotate(11.69rad);
        -o-transform:rotate(11.69rad);
        -ms-transform: rotate(11.69rad);
        transform: rotate(11.69rad);
        width: 12px;
        height: 12px;
        left: 61.52px;
        top: 59.37px;
    }
    #warped .w4 {
        -moz-transform: rotate(12.19rad);
        -webkit-transform: rotate(12.19rad);
        -o-transform:rotate(12.19rad);
        -ms-transform: rotate(12.19rad);
        transform: rotate(12.19rad);
        width: 12px;
        height: 12px;
        left: 74.41px;
        top: 50.17px;
    }
    #warped .w5 {
        -moz-transform: rotate(12.57rad);
        -webkit-transform: rotate(12.57rad);
        -o-transform:rotate(12.57rad);
        -ms-transform: rotate(12.57rad);
        transform: rotate(12.57rad);
        width: 4px;
        height: 12px;
        left: 90.14px;
        top: 48px;
    }
    #warped .w6 {
        -moz-transform: rotate(12.94rad);
        -webkit-transform: rotate(12.94rad);
        -o-transform:rotate(12.94rad);
        -ms-transform: rotate(12.94rad);
        transform: rotate(12.94rad);
        width: 12px;
        height: 12px;
        left: 97.85px;
        top: 50.27px;
    }
    #warped .w7 {
        -moz-transform: rotate(13.44rad);
        -webkit-transform: rotate(13.44rad);
        -o-transform:rotate(13.44rad);
        -ms-transform: rotate(13.44rad);
        transform: rotate(13.44rad);
        width: 12px;
        height: 12px;
        left: 110.65px;
        top: 59.59px;
    }
    #warped .w8 {
        -moz-transform: rotate(13.94rad);
        -webkit-transform: rotate(13.94rad);
        -o-transform:rotate(13.94rad);
        -ms-transform: rotate(13.94rad);
         transform: rotate(13.94rad);
         width: 12px;
         height: 12px;
         left: 117.41px;
         top: 73.91px;
     }
    #warped .w9 {
        -moz-transform: rotate(14.44rad);
        -webkit-transform: rotate(14.44rad);
        -o-transform:rotate(14.44rad);
        -ms-transform: rotate(14.44rad);
        transform: rotate(14.44rad);
        width: 12px;
        height: 12px;
        left: 116.48px;
        top: 89.72px;
    }
    #warped .w10 {
        -moz-transform: rotate(14.94rad);
        -webkit-transform: rotate(14.94rad);
        -o-transform:rotate(14.94rad);
        -ms-transform: rotate(14.94rad);
        transform: rotate(14.94rad);
        width: 12px;
        height: 12px;
        left: 108.09px;
        top: 103.14px;
    }
    #warped .w11 {
        -moz-transform: rotate(15.44rad);
        -webkit-transform: rotate(15.44rad);
        -o-transform:rotate(15.44rad);
        -ms-transform: rotate(15.44rad);
        transform: rotate(15.44rad);
        width: 12px;
        height: 12px;
        left: 94.29px;
        top: 110.9px;
    }

    .f-inner p {
        font-size: 12px;
        position: absolute;
        bottom: 14px;
    }

}


@media screen and (max-width:1024px) {
    .fp-slidesNav.bottom {
        width: 80%;
        padding: 0 104px;
        bottom: 200px;
    }
}


@media screen and (min-width:768px) {
    .fmt {
        margin-top: 2vw;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #ffffff;
    }
}

@media screen and (max-width:767px) {
    video {
        height: 100vh;
    }
     h1 {
        font-size: 19vw;
        top: 38%;
     }
    h2 {
        font-size: 22px;
    }
    h2 span.ts {
        font-size: 14px;
    }
    h2.s-in {
        top: 50px;
        left: 40px;
    }
    h3 {
        font-size: 18px;
        margin: 0.7em 0 0.3em;
    }
    .menu-content ul {
        padding-top: 50px;
    }
    .menu-content ul li a {
        font-size: 4vh;
    }
    .bdr-inner {
        height: calc(100% - 80px);
    }
   .bdr-inner.bdr2 {
        display: none!important;
    }
    .sns {
        display: none!important;
    }
    .sns-mn {
        padding: 20px 10px;
        display: block!important;
        text-align: center;
    }
    .sns-mn a {
        display: inline-block;
        width: 5%;
        margin: 0 5%;
    }
    .topbg {
        background-image: url(../img/bgsp2.png);
        background-size: cover;
    }
    .c-inner_t p {
        font-size: 14px;
        line-height: 1.2;
    }
    .fp-slidesNav.bottom {
        width: 100%;
        padding: 0 40px;
        bottom: 160px;
    }
    .c-inner_t p:nth-of-type(3) {
        width: 70%;
    }
     .rv .c-inner_t p:last-of-type {
        width: 50%;
        margin-left: 50%;
    }
    .rv .c-inner_i img {
        width: 38vw;
        height: auto;
        position: relative;
        bottom: unset;
        margin-top: -34vw;
    }
    .popup-link {
        width: 100%;
    }
    .fp-slide img {
        width: 100%;
    }
    .fp-slide p {
        width: 100%;
    }
    .fp-controlArrow.fp-prev {
        left: 30px;
    }
    .fp-controlArrow.fp-next {
        right: 30px;
    }
    .fps-inner.pd {
        padding: 50px 40px 0;
    }
    .fps-inner.pd.spd {
        padding: 50px 40px 0;
    }
    .c-outer.prof p {
        font-size: 14px;
    }
    .g-recaptcha {
        transform-origin: 0% 0%;
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform:scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    dt {
        font-size: 4.8vw;
    }
    .clinic ul li {
        font-size: 3.4vw;
    }
    a[href*="tel:"] {
        color: #a3caeb;
        font-weight: 600;
        text-decoration: underline;
    }
}

@media screen and (max-width:414px) {
    .topbg {
        background-position: 96% 0;
    }
    .fp-slide.fp-table p{
        font-size: 12px;
    }
    .fp-slidesNav.bottom {
        bottom: 100px;
    }
    .fp-slidesNav ul li {
        margin: 4px 7px 0 7px;
    }
}

@media screen and (max-width:375px) {
    h3 {
        font-size: 16px;
    }
    .c-inner_t p {
        font-size: 12px;
        line-height: 1.1;
    }
    .rv .c-inner_i img {
        margin-top: -26vw;
    }
    .fp-slidesNav.bottom {
        padding: 0 20px;
        bottom: 134px;
    }
    .c-outer.prof p {
        font-size: 14px;
    }
    .contact {
        margin-top: 8px;
    }
    dt {
        font-size: 14px;
        line-height: 1.2;
    }
    dd {
        margin-bottom: 4px;
    }
    input, button, textarea {
        font-size: 14px;
        line-height: 1;
    }
    .clinic ul li {
        font-size: 14px;
        line-height: 1.2;
    }
    .f-btn-outer {
        height: 64px;
    }
    .check {
        width: 40%;
    }
    #form_check li {
        margin: 0;
    }
    #check input {
        height: 32px;
    }
    .clinic ul:first-of-type {
        width: 100%;
    }
    .c-inner_i.clinic img {
        width: 40%;
    }
    .f-inner {
        height: 18px;
    }
    #warped {
        top: -110px;
    }
    .menu-content ul li a {
        font-size: 4vh;
        line-height: 1.2;
    }
    .g-recaptcha {
        transform-origin: 0% 0%;
        -moz-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform:scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
}


@media screen and (max-width:320px) {
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    .c-inner_t p {
        font-size: 10px;
        line-height: 1;
    }
    .rv .c-inner_i img {
        margin-top: -26vw;
    }
    .fp-slidesNav.bottom {
        display: none!important;
    }
    .c-outer.prof p {
        font-size: 12px;
    }
    dt {
        font-size: 12px;
        line-height: 1;
    }
    dd {
        margin-bottom: 4px;
    }
    input, button, textarea {
        font-size: 12px;
        line-height: 1;
    }
    .clinic ul li {
        font-size: 12px;
        line-height: 1;
    }
    .f-btn-outer {
        height: 54px;
    }
    .check {
        width: 40%;
    }
    #form_check li {
        margin: 0;
    }
    #check input {
        height: 32px;
    }
    .clinic ul:first-of-type {
        width: 100%;
    }
    .c-inner_i.clinic img {
        width: 40%;
    }
    .f-inner {
        height: 18px;
    }
    #warped {
        top: -110px;
    }
    .menu-content ul li a {
        font-size: 3vh;
        line-height: 1;
    }

}

@media screen and (min-width:1921px) {
    .c-outer.prof img {
        top: 8vw;
    }
}

@media screen and (max-height:432px) {
    video {
        height: auto;
    }
}