body {
    min-width: unset;
}
.l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    /* padding: 0 20px 0 74px; */
    box-sizing: border-box;
    /* background-color: rgba(231, 231, 231, 0.7); */
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    z-index: 100;
}
@media screen and (min-width: 951px) {
    .l-header {
        max-width: 950px;
        left: 50%;
        translate: -50% 0;
    }
}
@media screen and (max-width: 950px) {
    .l-header {
        left: 0;
        height: calc(90/950 * 100 * 1vw);
        /* height: 12.61829653vw; */
        /* padding: 0 2.1030494217vw 0 7.7812828601vw; */
    }
}
.l-header__logo {
    align-self: flex-start;
    width: 430px;
}
@media screen and (max-width: 950px) {
    .l-header__logo {
        width: calc(430/950 * 100 * 1vw);
        /* width: 19.9789695058vw; */
    }
}
.l-header__navi {
    display: flex;
    gap: 15px;
}
@media screen and (max-width: 950px) {
    .l-header__navi {
        gap: 1.5772870662vw;
    }
}
.l-header__navi li {
    width: 320px;
}
@media screen and (max-width: 950px) {
    .l-header__navi li {
        width: calc(320/950 * 100 * 1vw);
        /* width: 19.9789695058vw; */
    }
}
.l-wrap {
    width: 100%;
    padding-top: 90px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 950px) {
    .l-wrap {
        padding-top: 11.0410094637vw;
    }
}
.l-wrap img,
.l-wrap picture {
    display: block;
}
.l-contents {
    width: 100%;
    max-width: 950px;
    margin-inline: auto;
}
.flowing {
    animation: jump01 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
@keyframes jump01 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-7px);
    }
}
.p-idx-fv {
    width: 100%;
    /* height: 1361px; */
    position: relative;
}
/* @media screen and (max-width: 950px) {
    .p-idx-fv {
        height: 143.1125131441vw;
    }
} */
.p-idx-fv__point {
    width: 776px;
    position: absolute;
    bottom: 15px;
    left: 38px;
    z-index: 20;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 950px) {
    .p-idx-fv__point {
        width: 81.6842105263vw;
        bottom: 1.6842105263vw;
        left: 3.9957939012vw;
        filter: drop-shadow(0.5257623554vw 0.5257623554vw 0.5257623554vw rgba(0, 0, 0, 0.2));
    }
}
.p-idx-point {
    width: 100%;
    /* margin-top: -240px; */
    position: relative;
    z-index: 2;
}
/* @media screen and (max-width: 950px) {
    .p-idx-point {
        margin-top: -25.2365930599vw;
    }
} */
.p-idx-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 50px; */
    width: 100%;
}
/* @media screen and (max-width: 950px) {
    .p-idx-cta {
        gap: 5.2631578947vw;
        margin-top: 1.0515247108vw;
    }
} */
.p-idx-cta__txt {
    width: 885px;
}
@media screen and (max-width: 950px) {
    .p-idx-cta__txt {
        width: 93.1578947368vw;
    }
}
.p-idx-cta__bg {
    position: relative;
    z-index: 10;
}

.p-idx-cta__btn {
    width: 850px;
    margin-inline: auto;
}
.p-idx-cta__bg .p-idx-cta__btn {
    position: absolute;
    top: 60%;
    left: 50%;
    translate: -50% -50%;
}
@media screen and (max-width: 950px) {
    .p-idx-cta__btn {
        width: 89.4736842105vw;
    }
}
.p-idx-reason {
    width: 100%;
    /* margin-top: 80px; */
    /* height: 5406px; */
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/* @media screen and (max-width: 950px) {
    .p-idx-reason {
        margin-top: 8.4121976866vw;
        height: 568.4542586751vw;
    }
} */
.p-idx-reason__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
/* .p-idx-reason__ttl {
    width: 802px;
    margin-bottom: 54px;
    padding-left: 46px;
} */
/* @media screen and (max-width: 950px) {
    .p-idx-reason__ttl {
        width: 84.3322818086vw;
        margin-bottom: 5.6782334385vw;
        padding-left: 4.8370136698vw;
    }
} */
/* .p-idx-reason__list {
    width: auto;
    margin-inline: -11px;
}
@media screen and (max-width: 950px) {
    .p-idx-reason__list {
        margin-inline: -1.1566771819vw;
    }
}
.p-idx-reason__list li {
    width: 896px;
}
@media screen and (max-width: 950px) {
    .p-idx-reason__list li {
        width: 94.2166140904vw;
    }
}
.p-idx-reason__list li:nth-child(even) {
    margin-left: auto;
}
.p-idx-reason__list li:nth-child(2) {
    margin-top: -180px;
}
@media screen and (max-width: 950px) {
    .p-idx-reason__list li:nth-child(2) {
        margin-top: -18.927444795vw;
    }
}
.p-idx-reason__list li:nth-child(3) {
    margin-top: -80px;
}
@media screen and (max-width: 950px) {
    .p-idx-reason__list li:nth-child(3) {
        margin-top: -8.4121976866vw;
    }
} */
.p-idx-ba {
    width: 100%;
    /* margin-top: -150px; */
    position: relative;
    z-index: 10;
}
/* @media screen and (max-width: 950px) {
    .p-idx-ba {
        margin-top: -15.7728706625vw;
    }
} */
.p-idx-ba__swiper {
    /* margin-top: -100px; */
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
    background: url('../img/top/img_ba_bg.jpg') no-repeat 50% 50%;
    background-size: 100%;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__swiper {
        /* margin-top: -10.5152471083vw; */
        padding-bottom: 2.1030494217vw;
    }
}
.p-idx-ba__swiper .swiper-slide {
    width: 800px;
    margin-inline: 75px;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__swiper .swiper-slide {
        width: 84.1219768665vw;
        margin-inline: 7.8864353312vw;
    }
}
.p-idx-ba__prev {
    width: 70px;
    position: absolute;
    left: 0;
    top: 40%;
    translate: 0 -40%;
    z-index: 20;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__prev {
        width: 7.3606729758vw;
    }
}
.p-idx-ba__next {
    width: 70px;
    position: absolute;
    right: 0;
    top: 40%;
    translate: 0 -40%;
    z-index: 20;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__next {
        width: 7.3606729758vw;
    }
}
.p-idx-ba__dots {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    gap: 10px;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__dots {
        gap: 1.0515247108vw;
    }
}
.p-idx-ba__dots .swiper-pagination-bullet {
    display: block;
    width: 94px;
    height: 15px;
    cursor: pointer;
    background-color: #dedede;
    transition: background 0.2s ease-out;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__dots .swiper-pagination-bullet {
        width: 9.8843322818vw;
        height: 1.5772870662vw;
    }
}
.p-idx-ba__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.p-idx-ba__data {
    width: 858px;
    margin: 80px auto 0;
}
@media screen and (max-width: 950px) {
    .p-idx-ba__data {
        width: 90.2208201893vw;
        margin-top: 8.4121976866vw;
    }
}
.p-idx-price {
    width: 100%;
    /* margin-top: 100px; */
    /* padding: 40px 0 80px;
    background: url(../img/top/bg_price.webp) no-repeat 50% 0;
    background-size: 100% auto; */
}
/* @media screen and (max-width: 950px) {
    .p-idx-price {
        margin-top: 10.5152471083vw;
        padding: 4.2060988433vw 0 8.4121976866vw;
    }
} */
/* .p-idx-price__ttl {
    width: 788px;
    padding-left: 34px;
}
@media screen and (max-width: 950px) {
    .p-idx-price__ttl {
        width: 82.8601472135vw;
        padding-left: 3.5751840168vw;
    }
} */
/* .p-idx-price__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 900px;
    padding-left: 2px;
    margin: 40px 0 64px;
}
@media screen and (max-width: 950px) {
    .p-idx-price__list {
        gap: 3.3648790747vw;
        width: 94.6372239748vw;
        padding-left: 0.2103049422vw;
        margin: 4.2060988433vw 0 6.7297581493vw;
    }
} */
.p-idx-price__cta {
    padding: 40px 0 80px;
    background: url(../img/top/bg_price_cta.webp) no-repeat 50% 0;
    background-size: 100% auto;
}
@media screen and (max-width: 950px) {
    .p-idx-price__cta {
        padding: 4.2105263158vw 0 7.4210526316vw;
        /* width: 82.8601472135vw;
        padding-left: 3.5751840168vw; */
    }
}

.p-idx-repeat {
    width: 100%;
    background-color: #e1a0aa;
}
.p-idx-repeat__caution {
    width: 100%;
    margin-top: -220px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 950px) {
    .p-idx-repeat__caution {
        margin-top: -23.1335436383vw;
    }
}
.p-idx-qa {
    width: 100%;
    padding: 134px 50px;
    background: url(../img/top/bg_qa.webp) repeat 50% 0;
    background-size: 100%;
    /* background-size: cover; */
    box-sizing: border-box;
}
@media screen and (max-width: 950px) {
    .p-idx-qa {
        padding: 14.0904311251vw 5.2576235542vw;
    }
}
.p-idx-qa__ttl {
    width: 300px;
    margin: 0 auto 66px;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__ttl {
        width: 47.4237644585vw;
        margin-bottom: 6.9400630915vw;
    }
}
.p-idx-qa__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list {
        gap: 4.2060988433vw;
    }
}
.p-idx-qa__list dl {
    overflow: hidden;
    color: #646464;
    /* border-radius: 20px; */
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dl {
     /* border-radius: 10px; */
    }
}
.p-idx-qa__list dt {
    cursor: pointer;
    width: 100%;
    padding: 30px 30px 30px 140px;
    /* color: #fff; */
    line-height: 1.5;
    font-size: 40px;
    font-weight: bold;
    /* background: url(../img/top/bg_qa_ttl.webp) repeat; */
    /* background-size: 100% auto; */
    background: #fff;
    position: relative;
    border: 2px solid #3cb4ce;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dt {
        font-size: 4.2060988433vw;
        padding: 4.2060988433vw 4.2060988433vw 4.2060988433vw 16.8243953733vw;
    }
}
.p-idx-qa__list dt::before {
    content: "";
    width: 30px;
    aspect-ratio: 30/34;
    background: url(../img/top/ico_q.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 54px;
    top: 50%;
    translate: 0 -50%;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dt::before {
        width: 7.2555205047vw;
        left: 4.6267087277vw;
        top: 6.7297581493vw;
    }
}
.p-idx-qa__list dt::after {
    content: "";
    width: 45px;
    aspect-ratio: 45/45;
    background: url(../img/top/ico_plus.svg) no-repeat;
    /* background: url(../img/top/ico_arrow.svg) no-repeat; */
    background-size: contain;
    position: absolute;
    right: 54px;
    top: 50%;
    translate: 0 -50%;
    rotate: 180deg;
    transition: scale 0.2s ease-out;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dt::after {
        width: 6.2039957939vw;
        right: 5.6782334385vw;
    }
}
.p-idx-qa__list dt.open::after {
    /* scale: -1; */
    aspect-ratio: 45/4;
    background-image: url(../img/top/ico_minus.svg);
}
.p-idx-qa__list dd {
    display: none;
    width: 100%;
    padding: 30px 30px 30px 140px;
    background-color: #fff;
    position: relative;
    /* border: 1px solid #e3a2a2; */
    border-top: none;
    line-height: 1.65;
    font-size: 27px;
    border: 2px solid #3cb4ce;
    border-top: none;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dd {
        padding: 4.2060988433vw 4.2060988433vw 4.2060988433vw 16.8243953733vw;
        font-size: 2.8391167192vw;
    }
}
.p-idx-qa__list dd::before {
    content: "";
    width: 28px;
    aspect-ratio: 28/31;
    background: url(../img/top/ico_a.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 54px;
    top: 40px;
}
@media screen and (max-width: 950px) {
    .p-idx-qa__list dd::before {
        width: 6.9400630915vw;
        left: 4.2060988433vw;
        top: 4.2060988433vw;
    }
}
.p-idx-qa__list dd a {
    color: #d05062;
    text-decoration: underline;
    word-break: break-all;
}
.p-idx-qa__list dd a:hover {
    text-decoration: none;
}
.p-idx-about {
    width: 100%;
    padding: 134px 50px;
    background: url(../img/top/bg_about.webp) repeat 50% 0;
    background-size: 100%;
}
@media screen and (max-width: 950px) {
    .p-idx-about {
        /* margin-top: 15.7728706625vw; */
        padding: 14.1052631579vw 5.2631578947vw;
    }
}
.p-idx-about__ttl {
    width: 210px;
    margin: 0 auto 70px;
}
@media screen and (max-width: 950px) {
    .p-idx-about__ttl {
        width: 22.0820189274vw;
        margin-bottom: 7.3606729758vw;
    }
}
.p-idx-about__tbl {
    width: 100%;
    margin-bottom: 80px;
}
@media screen and (max-width: 950px) {
    .p-idx-about__tbl {
        margin-bottom: 8.4121976866vw;
    }
}
.p-idx-dr {
    width: 100%;
    padding: 140px 50px;
    background: #464646 url(../img/top/bg_dr.webp) no-repeat 50% 0;
    background-size: cover;
}
@media screen and (max-width: 950px) {
    .p-idx-dr {
        padding: 14.7213459516vw 5.2576235542vw;
    }
}
.p-idx-dr__ttl {
    width: 488px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 950px) {
    .p-idx-dr__ttl {
        width: 66.8769716088vw;
        margin-bottom: 8.4121976866vw;
    }
}
.p-idx-dr__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 44px;
    margin-bottom: 64px;
}
@media screen and (max-width: 950px) {
    .p-idx-dr__list {
        gap: 5.2576235542vw 4.6267087277vw;
        margin-bottom: 6.7297581493vw;
    }
}
.p-idx-dr__list li {
    width: calc(50% - 22px);
}
@media screen and (max-width: 950px) {
    .p-idx-dr__list li {
        width: calc(50% - 2.3133543638vw);
    }
}
.p-idx-dr__list li:nth-child(1) {
    width: 100%;
}
.p-idx-clinic {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #464646 url(../img/top/bg_rect.webp) repeat 50% 0;
    background-size: 100%;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic {
        padding-bottom: 6.309148265vw;
        border-bottom-width: 3.1545741325vw;
    }
}
.p-idx-clinic__ttl {
    width: 721px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__ttl {
        width: 75.89473684vw;
        margin-bottom: 8.4121976866vw;
    }
}
.p-idx-clinic__list {
    display: flex;
    flex-direction: column;
    /* margin-top: -44px; */
    position: relative;
    z-index: 10;
    gap: 50px;
    width: 100%;
    padding-inline: 50px;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__list {
        margin-top: -4.6267087277vw;
        padding-inline: 5.2576235542vw;
        gap: 5.2576235542vw;
    }
}
.p-idx-clinic__list dl {
    overflow: hidden;
    border-radius: 20px;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__list dl {
     border-radius: 10px;
    }
}
.p-idx-clinic__list dt {
    cursor: pointer;
    width: 100%;
    position: relative;
}
.p-idx-clinic__list dt::after {
    content: "";
    width: 59px;
    aspect-ratio: 58.984/27.588;
    background: url(../img/top/ico_arrow_w.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 54px;
    top: 50%;
    translate: 0 -50%;
    rotate: 180deg;
    transition: scale 0.2s ease-out;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__list dt::after {
        width: 6.2039957939vw;
        right: 5.6782334385vw;
    }
}
.p-idx-clinic__list dt.open::after {
    scale: -1;
}
.p-idx-clinic__list dd {
    display: none;
    width: 100%;
    padding: 0 40px 64px;
    background-color: #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__list dd {
        padding: 0 4.2060988433vw 6.7297581493vw;
    }
}
.p-idx-clinic__list dd img,
.p-idx-clinic__list dd a {
    width: 100%;
}
.p-idx-clinic__tbl {
    width: 100%;
    margin-top: 66px;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__tbl {
        margin-top: 6.9400630915vw;
    }
}
.p-idx-clinic__tbl tr:not(:last-child) th,
.p-idx-clinic__tbl tr:not(:last-child) td {
    border-bottom: 16px solid #fff;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__tbl tr:not(:last-child) th,
    .p-idx-clinic__tbl tr:not(:last-child) td {
        border-bottom-width: 1.6824395373vw;
    }
}
.p-idx-clinic__tbl th {
    vertical-align: middle;
    width: 200px;
    padding-block: 16px;
    background-color: #e3e3e3;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__tbl th {
        width: 21.0304942166vw;
        padding-block: 1.6824395373vw;
        font-size: 2.8391167192vw;
    }
}
.p-idx-clinic__tbl td {
    vertical-align: middle;
    font-size: 27px;
    line-height: 1.5;
    padding-left: 40px;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__tbl td {
        font-size: 2.8391167192vw;
        padding-left: 4.2060988433vw;
    }
}
.p-idx-clinic__map {
    width: 100%;
    aspect-ratio: 770/300;
    margin-block: 50px;
    position: relative;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__map {
        margin-block: 5.2576235542vw;
    }
}
.p-idx-clinic__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-idx-clinic__copy {
    width: 529px;
    /* margin: 130px auto 0; */
    margin: 0 auto;
}
footer {
    margin-bottom: 0;
}
@media screen and (max-width: 950px) {
    .p-idx-clinic__copy {
        width: 55.6256572029vw;
        /* margin-top: 13.6698212408vw; */
    }
}
.u-hover-line {
    position: relative;
}
.u-hover-line::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -0.25em;
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}
.u-hover-line:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
}
@keyframes scrolltext {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(-50%, 0%);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes circle {
    to {
        stroke-dashoffset: 0;
    }
    from {
        stroke-dashoffset: 1362;
    }
}
@media screen and (min-width: 951px) {
    .u-dn-sm-min {
        display: none;
    }
}
@media screen and (max-width: 950px) {
    .u-dn-sm-max {
        display: none;
    }

  .holiday_conts p.sp_textl {
    text-align: left;
    width: 65%;
    margin: 0 auto 10px auto;
  }
}
.u-dn {
    display: none;
}
.u-ta-right {
    text-align: right;
}
.u-ta-center {
    text-align: center;
}
.u-mt-0 {
    margin-top: 0 !important;
}
.u-mb-0 {
    margin-bottom: 0 !important;
}
.u-pt-0 {
    padding-top: 0 !important;
}
.u-pb-0 {
    padding-bottom: 0 !important;
} /*# sourceMappingURL=style.min.css.map */
