
    
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    text-align: justify;
    letter-spacing: 0.07em;
    box-sizing: border-box;
    color: #222;
    vertical-align: bottom;
}

.wave {
    position: relative;
    overflow: visible;
    isolation: isolate;
    --section-bg: #fff;
    background: var(--section-bg);
    --pad-top: clamp(40px, 8vw, 120px);
    --pad-bottom: clamp(60px, 10vw, 140px);
    padding: 0px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wave > * {
    position: relative;
    z-index: 3;
    text-align: center;
}

.wave::
    before, .wave::after {
    position: absolute;
    left: 50%;
    width: min(100dvw, 1920px);
    aspect-ratio: 1920 / 171;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wave::
    before {
    top: 0;
    background-image: var(--top-wave);
    background-position: center top;
    transform: translate(-50%, calc(-100% + var(--top-depth)));
}

.wave::
    after {
    bottom: 0;
    background-image: var(--bottom-wave);
    background-position: center bottom;
    transform: translate(-50%, calc(100% - var(--bottom-depth)));
}

.wave.or {
    --section-bg: #f59810;
    --top-wave: url("img/bg1.png");
}

.wave.or2 {
    --section-bg: #E67C13;
    --top-wave: url("img/bg1.png");
    padding-bottom: 150px;
}

.wave.bl {
    --section-bg: #e0f2f9;
    --top-wave: url("img/bg4.png");
}

.wave.gr {
    --section-bg: #f4f2e6;
    --top-wave: url("img/bg3.png");
}

.wave.wh {
    --section-bg: #fff;
    --top-wave: none;
    padding-bottom: 0;
}
    p.wave-b img {
    width: 100%;
}
    p {
    text-align: center;
    margin: 0 auto;
}
    p.wave-b {
    position: relative;
    margin-top: -130px;
}

.p3 {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto 40px;
}
    img {
    max-width: 100%;
}

.p2.pc {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto 40px;
}
    h1.topimg {
    margin: 40px auto 100px;
    text-align: center;
}

.footer {
    margin: 0 auto;
    background: url(img/back.jpg) no-repeat center bottom 49% / cover;
    padding-bottom: 140px;
    padding-top: 100px;
    position: relative;
}

.p4 {
    width: 1200px;
    max-width: 92%;
}

.p6
    img {
    margin-top: 0;
}

.p6 {
    width: 1200px;
    max-width: 92%;
    margin-bottom: 30px;
}

.p7 {
    width: 1200px;
    max-width: 92%;
}

.p8 {
    width: 1200px;
    max-width: 92%;
    margin-top: 60px;
    margin-bottom: 40px;
}

.p9 {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
}

.wave.wh.head {
    background: url(img/10.jpg) no-repeat center bottom 41% /100%;
    padding-bottom: 130px;
    background-color: #ffffff;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p11 {
    width: 1200px;
    max-width: 92%;
}

.p14 {
    margin-bottom: 50px;
    width: 1200px;
    max-width: 92%;
}

.p13 {
    margin-bottom: 90px;
}

:
    root {
    --v-accent: #f27e00;
    --v-pill-bg: #fff;
    --v-pill-fg: #1ea4e1;
    --v-max: 1100px;
}

.voices {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    background: #f4f2e6;
    color: inherit;
    padding: 0px 0 100px;
}

.voices > * {
    max-width: var(--v-max);
    margin-inline: auto; }

.voices__item {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(20px,4vw,40px);
    padding: 140px 0 80px;
    position: relative;
    max-width: 1000px;
    width: 92%;
}

.voices__item:nth-child(
    even) {
    grid-template-columns: .95fr 1.05fr;
}

.voices__item:nth-child(
    even) .voices__media {
    order: 1;
    left: 0;
}

.voices__item:nth-child(
    even) .voices__body {
    order: 2;
}
p.logo {
    position: absolute;
    width: 28%;
}
    @media (max-width: 1200px) {
    .voices__item, .voices__item:nth-child(even) {
        grid-template-columns:1fr;
    }
p.logo {
    position: static;
    padding: 20px 0 0;
    max-width: 300px;
    width: 50%;
}
    .voices__item:nth-child(even) .voices__media, .voices__item:nth-child(even) .voices__body {
    order: initial;
    }
}

.voices__media {
    position: absolute;
    right: 0;
    top: 0;
}

.voices__media
    img {
    width: 360px;
    height: auto;
}

.voices__body {
    color: inherit;
}

.voices__body
    p {
    margin: .7em 0;
    color: #000;
    text-align: left;
    font-size: 22px;
}

.voices__body
    p {
    margin-top: .6em;
    line-height: 1.8;
}

.voices__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6em 1.3em;
    align-items: center;
    margin-bottom: 1.6em;
    color: #6b7280;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-size: 0.95em;
}

.voices__pill {
    display: inline-block;
    padding: .5em .9em;
    border-radius: 50px;
    background: #ffffff;
    color: #1ea4e1;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.voices__title {
    margin: .2em 0 0.8em;
    color: var(--v-accent);
    font-family: inherit;
    font-weight: bold;
    letter-spacing: inherit;
    line-height: inherit;
    font-size: 30px;
    color: #f27e00;
}

.voices__body
    p.voices__lead {
    color: #f27e00;
    font-weight: bold;
}

.voices__item:
    last-child {
    padding-bottom: clamp(24px,4vw,40px);
}

.voices__item:nth-child(2n)
    h3.voices__title, .voices__item:nth-child(2n) .voices__lead,.voices__item:nth-child(2n) .voices__meta {
    width: 60%;
    margin-left: 40%;
}

.wave.wh.pay {
    margin-bottom: 130px;
}

.faq__wrap {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 60px 0 50px; */
}

.acc {
    margin: clamp(12px, 2.4vw, 18px) 0;
    max-width: 1000px;
    margin: 0 auto 30px;
    width: 92%;
}

.acc__hd {
    appearance: none;
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 999px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 36px 56px 36px 116px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    transition: box-shadow .2s ease, transform .06s ease;
}

.acc__hd:
    active {
    transform: translateY(1px);
}

.acc__hd:
    focus-visible {
    outline: 3px solid rgba(30,164,225,.35);
    outline-offset: 2px;
    border-radius: 999px;
}

.acc__qmark {
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1ea4e1;
    color: #fff;
    font-size: 30px;
    letter-spacing: .02em;
    font-family: 'Outfit';
}

.acc__label {
    color: #545454;
    font-size: 26px;
    letter-spacing: .02em;
    font-weight: 500;
}

.acc__plus {
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
}

.acc__plus::
    before, .acc__plus::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: #1ea4e1;
    border-radius: 1px;
    transition: transform .22s ease, opacity .22s ease;
}

.acc__plus::
    before {
    width: 100%;
    height: 3px;
}

.acc__plus::
    after {
    width: 3px;
    height: 100%;
}

.acc[
    aria-expanded="true"] .acc__plus::after {
    transform: scaleY(0);
    opacity: 0;
}

.acc__panel {
    block-size: 0;
    overflow: hidden;
    transition: block-size .28s cubic-bezier(.2,.8,.2,1);
    will-change: block-size;
}
    @media (prefers-reduced-motion: reduce) {
    .acc__panel {
        transition: none;
    }
}

.acc__inner {
    padding: 26px 56px 26px 46px;
    background: #ffffffc2;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 50px;
    width: 100%;
    margin: 0 auto;
}

.acc__hd:
    hover {
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.acc[
    aria-expanded="true"] .acc__plus::after, .acc__hd[aria-expanded="true"] .acc__plus::after {
    transform: scaleY(0);
    opacity: 0;
}
    h2.faq__title {
    text-align: center;
}

.acc__inner
    p {
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
}
    p.second-h2 {
    padding: 50px 0 50px;
    width: 1200px;
    max-width: 92%;
}

.p15,
    p16 {
    width: 92%;
    max-width: 1400px;
    margin-bottom: 40px;
}

.wave.wh.last {
    background: url(img/17.jpg) no-repeat bottom center /100%;
    padding-bottom: 45%;
    background-color: #fff;
}

.clinic-card {
    padding: clamp(24px, 4vw, 40px) 16px;
}

.clinic-card__inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 40px);
    box-shadow: 0 28px 60px rgba(0,0,0,.18), 0 3px 10px rgba(0,0,0,.08);
    width: 92%;
    max-width: 1200px;
}

.kv {
    margin: 0;
}

.kv__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
}

.kv__row:
    last-child {
    border-bottom: 0;
}

.kv__key {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    background: #f5961a;
    color: #fff;
    letter-spacing: .08em;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 20px;
}

.kv__val {
    margin: 0;
    color: #333;
    line-height: 1.9;
    letter-spacing: .05em;
    font-size: 21px;
}

.reasons {
    --badge: #66c7ff;
    --badge-edge: #ffffff;
    --title: #333;
    --text: #333;
    --card: #fff;
    --shadow: 0 16px 40px rgba(0,0,0,.08);
    --radius: 52px 0 52px 0;
    --inner-radius: 12px;
    --gap: 35px;
    font-family: "Noto Sans JP",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    color: var(--text);
}

.reasons__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--gap);
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 16px;
}

.reason {
    position: relative;
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding-top: 18px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reason__badge {
    position: absolute;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: var(--badge);
    box-shadow: 0 2px 0 rgba(0,0,0,.06) inset;
    display: grid;
    place-items: center;
    justify-content: center;
}

.reason__badge
    span {
    color: #fff;
    font-family: 'Outfit';
    font-size: 25px;
}

.reason__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--title);
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 5%;
}

.reason__media {
    margin: 0 0 20px;
    overflow: hidden;
}

.reason__media
    img {
    display: block;
    width: 100%;
    max-width: 381px;
    margin: 0 auto;
}

.reason__body
    p {
    padding: 6px 20px 25px 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.-stagger .reason:nth-child(1) {
    transform: translateY(0px);
}

.-stagger .reason:nth-child(2) {
    transform: translateY(72px);
}

.-stagger .reason:nth-child(3) {
    transform: translateY(0px);
}

.-stagger .reason:nth-child(4) {
    transform: translateY(-10px);
}

.-stagger .reason:nth-child(5) {
    transform: translateY(72px);
}

.-stagger .reason:nth-child(6) {
    transform: translateY(-12px);
}
    @media (max-width: 1200px) {
    .kv__row {
        grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .kv__key {
    width: fit-content;
    min-height: 36px;
    padding: 6px 12px;
    font-size: 18px;
    width: 100%;
    }
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__inner {
    width: 580px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__lead {
    margin: 0 0 10px;
    color: #7d7d7d;
    font-weight: 700;
    letter-spacing: .06em;
    display: flex;
    align-items: center;
    gap: .45em;
    text-align: center;
    font-size: 27px;
    justify-content: center;
}

.contact__tel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto 14px;
    padding: 6px 10px;
    text-decoration: none;
    color: #444;
    justify-content: center;
}

.contact__telIcon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
}

.contact__telNum {
    font-weight: 500;
    font-size: 65px;
    letter-spacing: .02em;
    font-family: "outfit";
    color: #4c4c4c;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6em;
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
    background: #fff;
    width: 50%;
}

.btn:
    active {
    transform: translateY(1px);
}

.btn--outline-orange {
    color: #ea7f23;
    border: 2px solid #ea7f23;
    box-shadow: 0 2px 0 rgba(225,115,0,.15) inset;
}

.btn--outline-orange:
    hover {
    background: #fff7ef;
}

.btn--outline-blue {
    color: #0ea5e9;
    border: 2px solid #0ea5e9;
    box-shadow: 0 2px 0 rgba(14,165,233,.15) inset;
    width: 100%;
}

.btn--outline-blue:
    hover {
    background: #eef9ff;
}

.btn-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 50%;
    padding: 0 16px;
    border-radius: 8px;
    background: #07c160;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: .03em;
    box-shadow: 0 6px 18px rgba(7,193,96,.28);
}

.btn-line:
    hover {
    filter: brightness(1.05);
}

.btn-line__icon {
    width: 28px;
    height: 28px;
}
    @media (max-width: 560px) {
    .cta-grid {
        grid-template-columns: 1fr;
    }

    .contact__telNum {
    font-size: clamp(30px, 9vw, 44px);
    }
}

.p18 {
    width: 500px;
    margin: 0 auto 50px;
}
    span.btn-line__label {
    color: #fff;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
}

.cta-grid {
    width: 100%;
    display: flex;
    gap: 20px;
}
    h2 {
    padding: 80px 0 80px;
    font-size: 50px;
    text-align: center;
}
    p.fe-img {
    position: absolute;
    top: -300px;
    right: 170px;
    width: 110px;
}
    h2 img {}

.in {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
}

.wave.bl.wave3 {
    padding-bottom: 200px;
}

.wave.or.wave4 {
    padding-bottom: 250px;
}

.wave.gr.normal {
    padding-top: 60px;
}

.wave.or.wave1 {
    padding-bottom: 170px;
}

.wave.bl.wave5 {
    padding-bottom: 200px;
}

.p14b {
    max-width: 1200px;
    width: 92%;
}

.p4a {
    margin-bottom: 60px;
}

.features {
    --ink: #222;
    --muted: #5f6b7a;
    --blob-blue: #bfe9ff;
    --blob-orange: #ffd7a3;
    --pill: #fff;
    --pill-edge: #f3a65b;
    --hl: #ffe36c;
    --radius: 18px;
    --shadow: 0 20px 50px rgba(0,0,0,.08);
    color: var(--ink);
    font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.features__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(2,1fr);
    gap: 80px 40px;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.feat {
    position: relative;
    border-radius: var(--radius);
    overflow: visible;
    width: 43%;
}

.feat.-left {
    /* margin-left: 24px; */
}

.feat.-right {
    /* margin-right: 24px; */
}

.feat__blob {
    display: none !important;
}

.label {
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 18px;
    color: #222;
    font-size: 22px;
    border-radius: 999px;
    border: 0;
    background: #fffdf3;
    box-shadow: 0 5px 0px rgb(235 147 36);
    font-weight: 700;
    width: 80%;
    margin-bottom: 15px;
}

.feat__title {
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0 15px;
    text-align: center;
    color: #eb9324;
    line-height: 1.3;
}

.feat__person {
    position: absolute;
    top: -170px;
    width: min(30vw,230px);
    filter: drop-shadow(0 14px 22px rgba(0,0,0,.20));
    z-index: 3;
    pointer-events: none;
    left: -60px;
}

.feat.-left {
    --accent: #f6b564;
}

.feat.-right {
    --accent: #6fb9ff;
}
    figure.feat__media {
    overflow-y: hidden;
    text-align: center;
    height: 210px;
}
    strong {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
    article:nth-child(2) .feat__title,article:nth-child(3) .feat__title,article:nth-child(6) .feat__title {
    color: #089cd1;
}

.feat__body
    p {
    text-align: left;
    font-size: 17px;
    line-height: 1.6;
    width: 90%;
}
    article:nth-child(2) .label,article:nth-child(3) .label,article:nth-child(6) .label {
    box-shadow: 0 5px 0px rgb(8 156 209);
}

.feat__head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    article:nth-child(4) img.feat__person {
    right: -190px;
    left: unset;
    width: 330px;
    top: -60px;
}
    article:nth-child(5) img.feat__person {
    left: unset;
    right: -20px;
    top: -60px;
    width: 180px;
}
    figure.feat__media img {
    width: 90%;
}

.p16 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
    h2.h2-fit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-bottom: 70px; */
}
    span.en {
    position: absolute;
    font-size: 130px;
    color: #efa33821;
    z-index: -1;
    font-family: "Fredoka";
    font-weight: 600;
    transform: rotate(355deg);
}

.wave.or
    h2.h2-fit {
    color: #fff;
    /* padding-top: 30px; */
}

.wave.or
    h2.h2-fit .en {
    color: #ffffff1f;
}

.vo-h2
    span.en {
    color: #ffffff87;
}

.wave.bl.wave3.cv
    p {
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
    width: 70%;
    max-width: 1100px;
}

.follow-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .45s cubic-bezier(.2,.7,.2,1), transform .45s cubic-bezier(.2,.7,.2,1);
}

.follow-cta__inner {
    width: min(92vw, 1080px);
    margin: 0 auto;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.follow-cta.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
    span.footer1 {
    position: absolute;
    left: calc(50% + 320px);
    width: 220px;
}
    span.footer2 {
    position: absolute;
}
    @media (max-width: 560px) {
    .follow-cta {
        bottom: 10px;
    }

    .follow-cta__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 10px;
    }
}
    @media (prefers-reduced-motion: reduce) {
    .follow-cta {
        transition: none;
    transform: none;
    }
}

.pc {
    display: block;
    text-align: center;
}

.sp {
    display: none;
}
    @media screen and (max-width: 1200px) {
    .sp {
        display:block;
    text-align: center;
    }

    body {
    /* background: url(img/back.png) no-repeat center bottom 0.3% / 150%; */
}

    .pc {
    display: none;
    }

    h1.topimg.sp {
    margin-bottom: 0;
    margin-top: 0;
    }

    .p3.sp {
    margin-bottom: 0px;
    }

    .p2.sp {
    max-width: 100%;
    }

    h2.sp {
    width: 92%;
    margin: 0 auto;
    }

    .p4a.sp {
    width: 80%;
    }

    p.fe-img {
    display: none;
    }

    .in {
    max-width: 100%;
    }

    h2 {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0 30px;
    }

    .p6 {
    max-width: 100%;
    margin-bottom: 10px;
    }

    .p8.sp {
    margin-top: 0px;
    }

    .wave.wh.head {
    padding-top: 0px;
    background-position: center bottom 31%;
    padding-bottom: 80px;
    }

    .wave.bl.wave3.cv p {
    font-size: 9px;
    }

    .p12 {
    margin-top: 0;
    width: 92%;
    }

    .p13 {
    width: 92%;
    margin-bottom: 30px;
    }

    .p14.sp {
    max-width: 100%;
    margin-bottom: 0px;
    }

    .voices__media {
    width: 70%;
    position: relative;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
    }

    .voices__item {
    padding-top: 0;
    }

    .voices__meta {
    display: flex;
    justify-content: center;
    }

    h3.voices__title {
    line-height: 1.4;
    font-size: 27px;
    }

    .voices__body p {
    font-size: 17px;
    }

    .voices__item:nth-child(2n) h3.voices__title, .voices__item:nth-child(2n) .voices__lead, .voices__item:nth-child(2n) .voices__meta {
    width: 100%;
    margin-left: unset;
    }

    .voices__item {
    padding-bottom: 0;
    }

    dd.kv__val {
    line-height: 1.4;
    font-size: 17px;
    text-align: left;
    }

    .p18 {
    width: 30%;
    min-width: 180px;
    max-width: 300px;
    }

    .wave.wh.last {
    /* margin-bottom: 50px; */
    }

    .contact__inner {
    width: 90%;
    max-width: 600px;
    }

    p.contact__lead {
    font-size: 20px;
    }

    .cta-grid {
    display: flex;
    flex-direction: column;
    }

    .acc__hd {
    padding: 20px 65px;
    }

    .acc__label {
    font-size: 17px;
    line-height: 1.4;
    }

    span.acc__qmark {
    left: 20px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    }

    span.acc__plus {
    right: 20px;
    }

    .acc__plus::
    after {
        height: 70%;
    }

    .acc__plus::
    before {
        width: 70%;
    }

    .acc__inner {
    padding: 20px 20px 20px;
    border-radius: 22px;
    margin-top: 0px;
    }

    .acc__inner p {
    font-size: 16px;
    }

    .h2-fit {
        /* PCの見え高さ */
    font-size: 26px;
    }

    .h2-fit > img {
    transform: scale(0.8,0.8);
    }

    .sp .h2-fit, h2.sp.h2-fit {
    --cap: clamp(74px, 12vw, 44px);
    margin-bottom: 30px;
    }

    .h2--tight {
    --scale: 1.08;
    }

    .h2--loose {
    --scale: 0.92;
    }

    .h2--up {
    --y: -2px;
    }

    .h2--down {
    --y: 2px;
    }

    .wave.wh.wave2 {
    }

    p.wave-b {
    margin-top: -10%;
    position: relative;
    top: 3px;
    }

    .wave.bl.wave3 {
    padding-bottom: 20%;
    }

    h2.h2-fit.pc {
    display: none;
    }

    .wave.or.wave4 {
    padding-bottom: 20%;
    }

    .wave.wh.pay {
    margin-bottom: 15%;
    }

    .wave.gr.normal {
    padding-top: 0;
    padding-bottom: 20px;
    }

    span.voices__pill {
    font-size: 17px;
    }

    section.voices {
    padding-bottom: 10%;
    }

    .faq__wrap {
    padding: 0;
    }

    .wave.or.or2 {
    padding-bottom: 15%;
    }

    .wave.bl.wave5 {
    padding-bottom: 12%;
    }

    section.clinic-card {
    padding: 0;
    margin-top: 0;
    }

    .reasons__grid {
    display: block;
    padding: 0;
    }

    .-stagger article.reason {
    margin-bottom: 50px;
    transform: unset!important;
    }

    h3.reason__title {
    font-size: 19px;
    height: 105px;
    }

    .features__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    }

    .feat.-left {
    margin: 0;
    }

    .feat.-right,.feat.-left {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    article.feat {
    width: 92%;
    margin: 0 auto 30px;
    }

    img.feat__person {
    display: none;
    }

    .feat__body p {
    width: 100%;
    }

    figure.reason__media {
    width: 100%;
    }

    h3.feat__title {
    font-size: 19px;
    line-height: 1.6;
    }

    span.label {
    width: 100%;
    border: 1px solid #eee;
    font-size: 20px;
    padding: 10px;
    }

    span.en {
    font-size: 40px;
    }

    h2.h2-fit {
    margin-bottom: 0px;
    }

    .wave.wave1.or h2.h2-fit {
    font-size: 19px;
    }

    .wave.or.wave1.cv {
    padding-bottom: 80px;
    }

    .wave.or h2.h2-fit.faq__title {
    font-size: 27px;
    padding-top: 30px;
    }

    .p16.sp img {
    margin-bottom: 40px;
    }

    section.contact.cv {
    }
    figure.feat__media img {
    height: auto;
    width: 100%;
}

figure.feat__media {
    height: 43vw;
    max-width: 450px;
}

.feat__head {
    width: 100%;
}
span.footer1 {
    width: 22%;
    right: 2%;
    left: unset;
    top: -3%;
}

.footer {
    padding-top: 14vw;
    padding-bottom: clamp(100px, 17%, 320px);
}

span.footer2 {
    width: 48%;
    left: 3vw;
    bottom: 37px;
    max-width: 400px;
}

.btn-line:
    hover {
    filter: unset;
}
}
    h2.h2-fit.vo-h2 {
    padding-top: 30px;
}

.wave.wh.pay.cv
    h2 {
    padding-top: 30px;
}

.wave.or.wave4.cv
    h2 {
    padding-top: 30px;
    color: #fff;
}

.wave.wh.head.cv
    h2 {
    padding-top: 30px;
}

.wave.bl.wave3.cv
    h2 {
    padding-top: 30px;
}

.wave.wh.wave2.cv
    h2 {
    padding-top: 30px;
}
    h2.h2-fit.second-h2 {
    padding-top: 30px;
};
}

.footer {
    padding-top: 14vw;
    padding-bottom: clamp(100px, 17%, 320px);
}

span.footer2 {
    width: 48%;
    bottom: 37px;
    max-width: 400px;
}

.btn-line:hover {
    filter: unset;
}
}

h2.h2-fit.vo-h2 {
    padding-top: 30px;
}

.wave.wh.pay.cv h2 {
    padding-top: 30px;
}

.wave.or.wave4.cv h2 {
    padding-top: 30px;
    color: #fff;
}

.wave.wh.head.cv h2 {
    padding-top: 30px;
}

.wave.bl.wave3.cv h2 {
    padding-top: 30px;
}

.wave.wh.wave2.cv h2 {
    padding-top: 30px;
}

h2.h2-fit.second-h2 {
    padding-top: 30px;
}

@keyframes footerBob {
  0%   { transform: translateY(0); }
  8%   { transform: translateY(-12px); }
  13%  { transform: translateY(0); }
  21%  { transform: translateY(-12px); }
  26%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

span.footer2 {
  animation: footerBob 2.5s cubic-bezier(.2,.7,.2,1) infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  span.footer2 { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  span.footer2 { animation: none; }
}
