:root {
    --pc: 1480;
    --sp: 750;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.black {font-weight: 900;}
.bold {font-weight: 700;}
.semibold {font-weight: 600;}
.medium {font-weight: 500;}
.regular {font-weight: 400;}
.light {font-weight: 300;}
.thin {font-weight: 200;}
.extralight {font-weight: 100;}
.cwhite {color: #ffffff;}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: end;
    background-color: #000000;
}
.header__inner {
    width: 100%;
    height: 100%;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: end;
    padding-left: clamp(1px, calc(17 / 1480 * 100vw), 17px);
}
header a {
    display: flex;
    justify-content: center;
    align-items: center;
}
header img {
    height: 64px;
    width: auto;
    display: block;
}

main {
    padding-top: 80px;
    overflow: hidden;
}
.fv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: center center / cover no-repeat url(../img/fv-bg.webp);
}
.fv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.fv img {
    max-width: 1130px;
    width: 100%;
    height: auto;
    display: block;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    height: clamp(1px, calc(300 / 1480 * 100vw), 300px);
    margin: 0 auto;
    position: relative;
}
.btn__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: btn-animation01 infinite 2.2s;
}
.btn__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: clamp(1px, calc(122 / 1480 * 100vw), 122px);
    height: clamp(1px, calc(122 / 1480 * 100vw), 122px);
    position: absolute;
    top: clamp(1px, calc(39 / 1480 * 100vw), 39px);
    right: clamp(1px, calc(130 / 1480 * 100vw), 130px);
    z-index: 2;
    /* background: linear-gradient(320deg, #BBA171, #FCFCFC); */
    border-radius: 50%;
}
/* .btn__circle p {
    font-size: calc(24 / 1480 * 100vw);
    color: #000000;
    font-weight: 900;
    font-size: calc(24 / 1480 * 100vw);
    line-height: 1;
}
.btn__circle p:nth-of-type(2) {
    font-size: calc(34 / 1480 * 100vw);
} */
.btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1px, calc(750 / 1480 * 100vw), 750px);
    height: clamp(1px, calc(103 / 1480 * 100vw), 103px);
    border-radius: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    font-size: clamp(1px, calc(34 / 1480 * 100vw), 34px);
    text-decoration: none;
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #C63E3F, #FF4ED6);
}
@keyframes btn-animation01 {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.1;
    }
    100% {
        scale: 1;
    }
}
.check {
    max-width: 1480px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
}
.check::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc((100vw - 1480px) /2);
    height: 100%;
    background: center center / 100% 100% no-repeat url(../img/check-side.webp);
}
.check::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 1480px) /2);
    height: 100%;
    background: center center / 100% 100% no-repeat url(../img/check-side.webp);
}
.check-bottom {
    padding-top: clamp(1px, calc(110 / 1480 * 100vw), 110px);
    padding-bottom: clamp(1px, calc(158 / 1480 * 100vw), 158px);
}
.check-bottom__inner {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
}
.check-bottom__inner h2 {
    text-align: center;
    color: #000000;
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    margin-bottom: clamp(1px, calc(42 / 1480 * 100vw), 42px);
}
.check-bottom__inner h2 span {
    color: #BBA171;
    font-size: clamp(1px, calc(25 / 1480 * 100vw), 25px);
}
.check-bottom__inner-img {
    position: relative;
    width: 100%;
    height: auto;
}
.check-bottom__inner-img img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}
.check-bottom__inner-img-text {
    position: absolute;
    bottom: clamp(1px, calc(38 / 1480 * 100vw), 38px);
    left: clamp(1px, calc(56 / 1480 * 100vw), 56px);
    width: clamp(1px, calc(453 / 1480 * 100vw), 453px);
    height: clamp(1px, calc(260 / 1480 * 100vw), 260px);
    padding-top: clamp(1px, calc(30 / 1480 * 100vw), 30px);
    padding-left: clamp(1px, calc(27 / 1480 * 100vw), 27px);
    padding-right: clamp(1px, calc(22 / 1480 * 100vw), 22px);
    z-index: 2;
}
.check-bottom__inner-img-text p {
    font-size: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-bottom: clamp(1px, calc(20 / 1480 * 100vw), 20px);
}
.check-bottom__inner-img-text p span {
    font-size: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    line-height: 1.5;
    color: #BBA171;
    letter-spacing: 0.05em;
}
.check-bottom__inner-img-text-middle {
    position: absolute;
    top: clamp(1px, calc(280 / 1480 * 100vw), 280px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.check-bottom__inner-img-text-middle p {
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
    color: #BBA171;
    text-align: center;
}
.check-bottom__inner-img-text-right {
    position: absolute;
    bottom: clamp(1px, calc(40 / 1480 * 100vw), 40px);
    right: clamp(1px, calc(114 / 1480 * 100vw), 114px);
    z-index: 2;
}
.check-bottom__inner-img-text-right p {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    text-align: left;
}
.check-bottom__inner-img-text-right p:not(:first-of-type) {
    font-size: clamp(1px, calc(52 / 1480 * 100vw), 52px);
}
.banner {
    background-color: #BBA171;
    position: relative;
    width: 100%;
    height: clamp(1px, calc(216 / 1480 * 100vw), 216px);
    z-index: 3;
}
.banner a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-34%);
    width: clamp(1px, calc(1000 / 1480 * 100vw), 1000px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
    animation: btn-animation01 infinite 2.2s;
}
.truth__inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #BBA171;
}
.truth__inner-title img {
    width: clamp(1px, calc(380 / 1480 * 100vw), 380px);
    height: auto;
    display: block;
}
.truth__inner-title h2 {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    margin-top: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    padding-bottom: clamp(1px, calc(32 / 1480 * 100vw), 32px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.truth__inner-title h2 div,
.truth__inner-title h2 span {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
}
.truth__inner-text {
    background-color: #E8E4E4;
    width: 100%;
    padding-top: clamp(1px, calc(40 / 1480 * 100vw), 40px);
    padding-bottom: clamp(1px, calc(102 / 1480 * 100vw), 102px);
}
.truth__inner-text p {
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
    line-height: 1.6;
    padding-bottom: clamp(1px, calc(100 / 1480 * 100vw), 100px);
}
.truth__inner-text img {
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    display: block;
}
.solution__inner {
    max-width: 1480px;
    margin: 0 auto;
}
.solution__inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc((100vw - 1480px) /2);
    height: 100%;
    background: center center / 100% 100% no-repeat url(../img/solution-side.webp);
}
.solution__inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 1480px) /2);
    height: 100%;
    background: center center / 100% 100% no-repeat url(../img/solution-side.webp);
}
.result__inner ,
.solution__inner {
    position: relative;
}
.result__inner-connect ,
.solution__inner-connect {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000000;
    width: clamp(1px, calc(120 / 1480 * 100vw), 120px);
    height: clamp(1px, calc(120 / 1480 * 100vw), 120px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.result__inner-connect p ,
.solution__inner-connect p {
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
    color: #BBA171;
}
.result__inner-img img ,
.solution__inner-img img {
    display: block;
    width: 100%;
    height: auto;
}
.result__inner-img img {
    max-width: 1480px;
    margin: 0 auto;
}
.result__inner-img {
    background-color: #a39cba;
}
.solution__inner-img {
}
.solution {
    position: relative;
    margin-top: clamp(-10000px, calc(-100 / 1480 * 100vw), -100px);
}
.solution__inner-connect {
    transform: translate(-50%,clamp(-10000px, 26%, 10vw));
}
.solution__inner-text {
    position: absolute;
    left: clamp(1px, calc(185 / 1480 * 100vw), 185px);
    top: clamp(1px, calc(196 / 1480 * 100vw), 196px);
}
.solution__inner-text p ,
.solution__inner-text p span {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
}
.case {
    padding-top: clamp(1px, calc(60 / 1480 * 100vw), 60px);
    padding-bottom: clamp(1px, calc(187 / 1480 * 100vw), 187px);
}
.case__inner {
    position: relative;
    width: clamp(1px, calc(1060 / 1480 * 100vw), 1060px);
    margin: 0 auto;
}
.case__inner img {
    display: block;
    width: 100%;
    height: auto;
}
.case__inner-title {
    position: absolute;
    top: clamp(1px, calc(40 / 1480 * 100vw), 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.case__inner-title h2 {
    color: #BBA171;
    font-size: clamp(1px, calc(30 / 1480 * 100vw), 30px);
}
.case__inner-text {
    position: absolute;
    bottom: clamp(1px, calc(55 / 1480 * 100vw), 55px);
    left: clamp(1px, calc(92 / 1480 * 100vw), 92px);
    z-index: 2;
}
.case__inner-text p ,
.case__inner-text p span {
    font-size: clamp(1px, calc(16 / 1480 * 100vw), 16px);
    line-height: 1.7;
}
.about {
    padding-bottom: clamp(1px, calc(187 / 1480 * 100vw), 187px);
}
.about .banner {
    height: clamp(1px, calc(195 / 1480 * 100vw), 195px);
}
.about__inner-title {
    width: 100%;
    background-color: #BBA171;
    padding-bottom: clamp(1px, calc(14 / 1480 * 100vw), 14px);
}
.about__inner-title img {
    width: clamp(1px, calc(487 / 1480 * 100vw), 487px);
    margin: 0 auto;
    height: auto;
    display: block;
}
.about__inner-text {
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    padding-top: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    padding-bottom: clamp(1px, calc(60 / 1480 * 100vw), 60px);
}
.about__inner-text p {
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
    line-height: 1.6;
}
.about__inner-text h3 {
    font-size: clamp(1px, calc(28 / 1480 * 100vw), 28px);
    line-height: 1.6;
    text-align: center;
    color: #BBA171;
    padding-bottom: clamp(1px, calc(30 / 1480 * 100vw), 30px);
}
.about__inner-img ,
.about__inner-img02 {
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    position: relative;
}
.about__inner-img02 {
    width: clamp(1px, calc(1060 / 1480 * 100vw), 1060px);
}
.about__inner-img-title {
    position: absolute;
    top: clamp(1px, calc(40 / 1480 * 100vw), 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.about__inner-img-title h3 {
    color: #BBA171;
    font-size: clamp(1px, calc(30 / 1480 * 100vw), 30px);
}
.about__inner-img-text {
    position: absolute;
    bottom: clamp(1px, calc(55 / 1480 * 100vw), 55px);
    left: clamp(1px, calc(92 / 1480 * 100vw), 92px);
    z-index: 2;
}
.about__inner-img-text p ,
.about__inner-img-text p span {
    font-size: clamp(1px, calc(16 / 1480 * 100vw), 16px);
    line-height: 1.7;
}
.about__inner-img .video__frame {
    width: clamp(1px, calc(400 / 1480* 100vw), 400px);
    margin: 100px auto;
    height: auto;
    display: block;
}
.reasons {
    padding-bottom: clamp(1px, calc(50 / 1480 * 100vw), 50px);
    margin-bottom: clamp(1px, calc(187 / 1480 * 100vw), 187px);
    background-color: #000000;
}
.reasons .banner {
    height: 0;
}
.reasons__inner-img {
    position: relative;
    z-index: 2;
    max-width: 1480px;

    margin: 0 auto;
}
.reasons__inner-img img {
    width: 100%;
    height: auto;
    display: block;
}
.reasons__inner-title {
    margin-top: clamp(1px, calc(-60 / 1480 * 100vw), -60px);
    padding-bottom: clamp(1px, calc(98 / 1480 * 100vw), 98px);
    position: relative;
    z-index: 2;
}
.reasons__inner-title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.reasons__inner-title h2 span {
    font-size: clamp(1px, calc(35 / 1480 * 100vw), 35px);
    display: block;
    padding-bottom: clamp(1px, calc(10 / 1480 * 100vw), 10px);
}
.reasons__inner-title h2 img {
    width: clamp(1px, calc(720 / 1480 * 100vw), 720px);
    height: auto;
    display: block;
    margin-left: clamp(1px, calc(30 / 1480 * 100vw), 30px);
}
.reasons__inner-list {
    width: clamp(1px, calc(1038 / 1480 * 100vw), 1038px);
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.reasons__inner-list-item {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(1px, calc(80 / 1480 * 100vw), 80px);
}
.reasons__inner-list-item-img {
    width: 100%;
    height: auto;
    display: block;
}
.reasons__inner-list-item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.reasons__inner-list-item-text {
    position: absolute;
    bottom: 0;
    left: clamp(1px, calc(72 / 1480 * 100vw), 72px);
    display: flex;
    justify-content: start;
    align-items: start;
    width: clamp(1px, calc(430 / 1480 * 100vw), 430px);
    min-height: clamp(1px, calc(195 / 1480 * 100vw), 195px);
    z-index: 2;
}
.reasons__inner-list-item:nth-of-type(2) .reasons__inner-list-item-text {
    bottom: clamp(1px, calc(25 / 1480 * 100vw), 25px);
}
.reasons__inner-list-item:nth-of-type(3) .reasons__inner-list-item-text {
    width: clamp(1px, calc(425 / 1480 * 100vw), 425px);
}
.reasons__inner-list-item:nth-of-type(5) .reasons__inner-list-item-text {
    width: clamp(1px, calc(440 / 1480 * 100vw), 440px);
}
.reasons__inner-list-item-text p {
    font-size: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    line-height: 1.8;
}
.reasons__inner-list-item-text p span {
    font-size: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    line-height: 1.8;
}
.flow__inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #BBA171;
}
.flow__inner-title h2 {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    margin-top: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    padding-bottom: clamp(1px, calc(32 / 1480 * 100vw), 32px);
}
.flow__inner-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    padding-top: clamp(1px, calc(54 / 1480 * 100vw), 54px);
    padding-bottom: clamp(1px, calc(233 / 1480 * 100vw), 233px);
    gap: clamp(1px, calc(80 / 1480 * 100vw), 80px) 0;
}
.flow__inner-list-item {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: clamp(1px, calc(539 / 1480 * 100vw), 539px);
}
.flow__inner-list-item-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.flow__inner-list-item-content h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1px, calc(22 / 1480 * 100vw), 22px);
    line-height: 1.6;
    color: #ffffff;
    width: 100%;
    background-color: #000000;
    padding-top: clamp(1px, calc(10 / 1480 * 100vw), 10px);
    padding-bottom: clamp(1px, calc(10 / 1480 * 100vw), 10px);
    margin-bottom: clamp(1px, calc(24 / 1480 * 100vw), 24px);
}
.flow__inner-list-item-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: clamp(1px, calc(24 / 1480 * 100vw), 24px);
}
.flow__inner-list-item-content p {
    font-size: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    line-height: 1.6;
    width: 100%;
}
.flow__inner-list-item-bottom {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-left: auto;
    gap: clamp(1px, calc(26 / 1480 * 100vw), 26px);
    margin-top: clamp(1px, calc(71 / 1480 * 100vw), 71px);
}
.flow__inner-list-item-bottom-tel {
    width: clamp(1px, calc(246 / 1480 * 100vw), 246px);
}
.flow__inner-list-item-bottom-tel img {
    width: 100%;
    height: auto;
    display: block;
}
.flow__inner-list-item-bottom-btn {
    width: clamp(1px, calc(251 / 1480 * 100vw), 251px);
}
.flow__inner-list-item-bottom-btn img {
    width: 100%;
    height: auto;
    display: block;
}
.faq {
    padding-bottom: clamp(1px, calc(262 / 1480 * 100vw), 262px);
}
.faq__inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #BBA171;
}
.faq__inner-title h2 {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    margin-top: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    padding-bottom: clamp(1px, calc(32 / 1480 * 100vw), 32px);
}
.faq__inner-list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    padding-top: clamp(1px, calc(50 / 1480 * 100vw), 50px);
    gap: clamp(1px, calc(30 / 1480 * 100vw), 30px);
}
.faq__inner-list-item {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: clamp(1px, calc(150 / 1480 * 100vw), 150px);
}

.faq__inner-list-item.active {
    max-height: 1000px;
}
.faq__inner-list-item-question {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    position: relative;
    padding-top: clamp(1px, calc(52 / 1480 * 100vw), 52px);
    padding-left: clamp(1px, calc(140 / 1480 * 100vw), 140px);
    padding-bottom: clamp(1px, calc(52 / 1480 * 100vw), 52px);
    background-color: #EFE8D8;
    border-radius: clamp(1px, calc(10 / 1480 * 100vw), 10px);
    cursor: pointer;
}
.faq__inner-list-item-question img {
    width: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    height: auto;
    display: block;
    position: absolute;
    top: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    left: clamp(1px, calc(57 / 1480 * 100vw), 57px);
}
.faq__inner-list-item-question h3 {
    font-size: clamp(1px, calc(26 / 1480 * 100vw), 26px);
    line-height: 1.6;
    color: #000000;
    width: clamp(1px, calc(942 / 1480 * 100vw), 942px);
}
.faq__inner-list-item-question-arrow {
    position: absolute;
    top: clamp(1px, calc(55 / 1480 * 100vw), 55px);
    right: clamp(1px, calc(58 / 1480 * 100vw), 58px);
    background-color: #ffffff;
    width: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    height: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq__inner-list-item-question-arrow span {
    position: absolute;
    display: block;
    width: clamp(1px, calc(22 / 1480 * 100vw), 22px);
    height: 2px;
    background-color: #BBA171;
    transition: transform 0.3s ease-in-out;
}
.faq__inner-list-item-question-arrow.closed span:nth-of-type(2) {
    transform: rotate(90deg);
}
.faq__inner-list-item-question-arrow span:nth-of-type(2) {
    transform: rotate(0deg);
}
.faq__inner-list-item-answer {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    position: relative;
    padding-top: clamp(1px, calc(52 / 1480 * 100vw), 52px);
    padding-left: clamp(1px, calc(140 / 1480 * 100vw), 140px);
    padding-bottom: clamp(1px, calc(52 / 1480 * 100vw), 52px);
    background-color: #F5F5F5;
    border-radius: clamp(1px, calc(10 / 1480 * 100vw), 10px);
}
.faq__inner-list-item-answer img {
    width: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    height: auto;
    display: block;
    position: absolute;
    top: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    left: clamp(1px, calc(57 / 1480 * 100vw), 57px);
}
.faq__inner-list-item-answer h4 {
    font-size: clamp(1px, calc(26 / 1480 * 100vw), 26px);
    line-height: 1.6;
    color: #BBA171;
    margin-bottom: clamp(1px, calc(16 / 1480 * 100vw), 16px);
    width: clamp(1px, calc(942 / 1480 * 100vw), 942px);
}
.faq__inner-list-item-answer p {
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
    line-height: 1.6;
    color: #333333;
    width: clamp(1px, calc(942 / 1480 * 100vw), 942px);
}
.clinic {
    position: relative;
    background-color: #EDEDED;
    width: 100%;
    z-index: 2;
    padding-bottom: clamp(1px, calc(130 / 1480 * 100vw), 130px);
}
.clinic-connect {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    z-index: -1;
}
.clinic-connect img {
    width: 100%;
    height: auto;
    display: block;
}
.clinic__inner {
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    padding-top: clamp(1px, calc(70 / 1480 * 100vw), 70px);

}
.clinic__inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: clamp(1px, calc(106 / 1480 * 100vw), 106px);
}
.clinic__inner-title h2 {
    font-size: clamp(1px, calc(36 / 1480 * 100vw), 36px);
    line-height: 1.6;
}
.clinic__inner-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: clamp(1px, calc(40 / 1480 * 100vw), 40px);
    max-height: clamp(1px, calc(156.39 / 1480 * 100vw), 156.39px);
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.clinic__inner-content.active {
    max-height: 2000px;
}
.clinic__inner-content-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    padding-top: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    padding-bottom: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    background-color: #000000;
    cursor: pointer;
    border-radius: clamp(1px, calc(10 / 1480 * 100vw), 10px);
}
.clinic__inner-content-title h3 {
    font-size: clamp(1px, calc(34 / 1480 * 100vw), 34px);
    line-height: 1.6;
    color: #BBA171;
}
.clinic__inner-content-title-btn {
    position: absolute;
    top: clamp(1px, calc(55 / 1480 * 100vw), 55px);
    right: clamp(1px, calc(58 / 1480 * 100vw), 58px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    height: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    background-color: #ffffff;
    border-radius: 50%;
}
.clinic__inner-content-title-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: clamp(1px, calc(22 / 1480 * 100vw), 22px);
    height: 2px;
    background-color: #BBA171;
    transition: transform 0.3s ease-in-out;
}
.clinic__inner-content-title-btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.clinic__inner-content-title-btn.active span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.clinic__inner-content-list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    width: clamp(1px, calc(1060 / 1480 * 100vw), 1060px);
    margin: 0 auto;
    gap: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    margin-top: clamp(1px, calc(40 / 1480 * 100vw), 40px);
}
.clinic__inner-content-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: clamp(1px, calc(20 / 1480 * 100vw), 20vw);
    transition: margin-bottom 0.3s ease-in-out;
}
.clinic__inner-content-list-item-img {
    width: clamp(1px, calc(250 / 1480 * 100vw), 250px);
    height: clamp(1px, calc(250 / 1480 * 100vw), 250px);
    position: relative;
    cursor: pointer;
}
.clinic__inner-content-list-item-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.clinic__inner-content-list-item-img.active::after {
    opacity: 0.5;
}
.clinic__inner-content-list-item-img-img {
    width: 100%;
    height: 100%;
    display: block;
}
.clinic__inner-content-list-item-img h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: clamp(1px, calc(28 / 1480 * 100vw), 28px);
    line-height: 1.6;
    width: 100%;
    text-align: center;
}
.clinic__inner-content-list-item-img-more {
    position: absolute;
    bottom: clamp(1px, calc(20 / 1480 * 100vw), 20px);
    left: 50%;
    transform: translateX(-50%);
    width: clamp(1px, calc(184 / 1480 * 100vw), 184px);
    height: clamp(1px, calc(43 / 1480 * 100vw), 43px);
    display: block;
}
.clinic__inner-content-list-item-detail {
    position: absolute;
    top: clamp(1px, calc(100% + 25 / 1480 * 100vw), 100% + 25vw);
    left: 0;
    width: clamp(1px, calc(1060 / 1480 * 100vw), 1060px);
    padding: clamp(1px, calc(50 / 1480 * 100vw), 50px);
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    background-color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    overflow: hidden;
}

.clinic__inner-content-list-item-detail.active {
    max-height: 1000px;
    padding-top: clamp(1px, calc(50 / 1480 * 100vw), 50px);
    padding-bottom: clamp(1px, calc(50 / 1480 * 100vw), 50px);
}
.clinic__inner-content-list-item:nth-of-type(4n-2) .clinic__inner-content-list-item-detail {
    left: calc((-250 * 1 - 20 * 1) / 1480 * 100vw);
}
.clinic__inner-content-list-item:nth-of-type(4n-1) .clinic__inner-content-list-item-detail {
    left: calc((-250 * 2 - 20 * 2) / 1480 * 100vw);
}
.clinic__inner-content-list-item:nth-of-type(4n) .clinic__inner-content-list-item-detail {
    left: calc((-250 * 3 - 20 * 3) / 1480 * 100vw);
}
.clinic__inner-content-list-item-detail-text {
    width: clamp(1px, calc(450 / 1480 * 100vw), 450px);
    height: auto;
}
.clinic__inner-content-list-item-detail-text h3 {
    font-size: clamp(1px, calc(25 / 1480 * 100vw), 25px);
    line-height: 1.6;
    margin-bottom: clamp(1px, calc(34 / 1480 * 100vw), 34px);
}
.clinic__inner-content-list-item-detail-text table {
    width: 100%;
    border-collapse: collapse;
}
.clinic__inner-content-list-item-detail-text table td {
    font-size: clamp(1px, calc(18 / 1480 * 100vw), 18px);
    line-height: 1.6;
    padding-bottom: clamp(1px, calc(8 / 1480 * 100vw), 8px);
    vertical-align: top;
}
.clinic__inner-content-list-item-detail-text table td:first-of-type {
    width: clamp(1px, calc(72 / 1480 * 100vw), 72px);
}
.clinic__inner-content-list-item-detail-text table td:nth-of-type(2) {
    padding-left: clamp(1px, calc(23 / 1480 * 100vw), 23px);
}
.clinic__inner-content-list-item-detail-map {
    width: clamp(1px, calc(450 / 1480 * 100vw), 450px);
    height: clamp(1px, calc(321 / 1480 * 100vw), 321px);
}
.clinic__inner-content-list-item-detail-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.caution {
    padding-top: clamp(1px, calc(100 / 1480 * 100vw), 100px);
    padding-bottom: clamp(1px, calc(100 / 1480 * 100vw), 100px);
}
.caution__inner {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    width: clamp(1px, calc(1130 / 1480 * 100vw), 1130px);
    margin: 0 auto;
    transition: max-height 0.3s ease-in-out;
    max-height: clamp(1px, calc(156.39 / 1480 * 100vw), 156.39px);
    overflow: hidden;
}

.caution__inner.active {
    max-height: 2000px;
}
.caution__inner-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    padding-top: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    padding-bottom: clamp(1px, calc(51 / 1480 * 100vw), 51px);
    background-color: #8D8D8D;
    cursor: pointer;
    border-radius: clamp(1px, calc(10 / 1480 * 100vw), 10px);
}
.caution__inner-title h2 {
    font-size: clamp(1px, calc(34 / 1480 * 100vw), 34px);
    line-height: 1.6;
    color: #000000;
}
.caution__inner-title-btn {
    position: absolute;
    top: clamp(1px, calc(55 / 1480 * 100vw), 55px);
    right: clamp(1px, calc(58 / 1480 * 100vw), 58px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    height: clamp(1px, calc(42 / 1480 * 100vw), 42px);
    background-color: #ffffff;
    border-radius: 50%;
}
.caution__inner-title-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: clamp(1px, calc(22 / 1480 * 100vw), 22px);
    height: 2px;
    background-color: #BBA171;
    transition: transform 0.3s ease-in-out;
}
.caution__inner-title-btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.caution__inner-title-btn.active span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.caution__inner-content {
    width: 100%;
    padding-top: clamp(1px, calc(52 / 1480 * 100vw), 52px);
    padding-bottom: clamp(1px, calc(52 / 1480 * 100vw), 52px);
}
.caution__inner-content {
    font-size: clamp(1px, calc(24 / 1480 * 100vw), 24px);
}
footer {
    background-color: #000000;
    width: 100%;
    padding-top: clamp(1px, calc(323 / 1480 * 100vw), 323px);
}
.footer__inner {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
}
.footer__inner-logo {
    width: clamp(1px, calc(83 / 1480 * 100vw), 83px);
    height: auto;
    margin: 0 auto;
    padding-bottom: clamp(1px, calc(70 / 1480 * 100vw), 70px);
}
.footer__inner-logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.footer__inner-bottom {
    width: 100%;
    height: clamp(1px, calc(45 / 1480 * 100vw), 45px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
}
.footer__inner-bottom p {
    font-size: clamp(1px, calc(16 / 1480 * 100vw), 16px);
    line-height: 1.5;
    color: #808080;
}

.pc {display: block;}
.sp {display: none;}
.fv img.sp {display: none;}
.check-bottom__inner-img img.sp {display: none;}
.banner img.sp {display: none;}
.truth__inner-title img.sp {display: none;}
.truth__inner-text img.sp {display: none;}
.result__inner-img img.sp, .solution__inner-img img.sp {display: none;}
.case__inner img.sp {display: none;}
.reasons__inner-img img.sp {display: none;}
.reasons__inner-title h2 img.sp {display: none;}
.reasons__inner-list-item-img img.sp {display: none;}
.clinic-connect img.sp {display: none;}
.cta_btn {display: none;}

@media screen and (max-width: 768px) {
    .pc {display: none;}
    .sp {display: block;}

    .fv img.pc {display: none;}
    .fv img.sp {display: block;}

    header {height: calc(100 / 750 * 100vw);padding-left: calc(22 / 750 * 100vw);}
    header img {height: calc(80 / 750 * 100vw);}
    main {padding-top: calc(100 / 750 * 100vw);}
    .btn {
        position: relative;
        z-index: 2;
        height: auto;
        padding-top: calc(47 / 750 * 100vw);
    }
    .btn__circle {
        top: calc(-47 / 750 * 100vw);
        right: calc(-54 / 750 * 100vw);
        width: calc(122 / 750 * 100vw);
        height: calc(122 / 750 * 100vw);
    }
    .btn__link {
        width: calc(590 / 750 * 100vw);
        height: calc(141 / 750 * 100vw);
        border-radius: calc(30 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
    }
    .check {margin-top: calc(-90 / 750 * 100vw);}
    .check-bottom {
        padding-top: calc(100 / 750 * 100vw);
        padding-bottom: 0;
    }
    .check-bottom__inner {width: 100%;}
    .check-bottom__inner h2 {
        font-size: calc(47 / 750 * 100vw);
        margin-bottom: calc(44 / 750 * 100vw);
    }
    .check-bottom__inner h2 span {
        font-size: calc(36 / 750 * 100vw);
    }
    .check-bottom__inner-img img.pc {display: none;}
    .check-bottom__inner-img img.sp {display: block;}
    .check-bottom__inner-img-text {
        bottom: calc(717 / 750 * 100vw);
        left: calc(65 / 750 * 100vw);
        width: calc(437 / 750 * 100vw);
        height: calc(430 / 750 * 100vw);
        padding-top: calc(25 / 750 * 100vw);
        padding-left: calc(23 / 750 * 100vw);
        padding-right: calc(23 / 750 * 100vw);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(20 / 750 * 100vw);
    }
    .check-bottom__inner-img-text p {
        font-size: calc(26 / 750 * 100vw);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        letter-spacing: 0.01em;
        padding-bottom: 0;
    }
    .check-bottom__inner-img-text p span {
        font-size: calc(26 / 750 * 100vw);
        letter-spacing: 0.01em;
    }
    .check-bottom__inner-img-text-middle {
        top: calc(823 / 750 * 100vw);
    }
    .check-bottom__inner-img-text-middle p {
        font-size: calc(36 / 750 * 100vw);
    }
    .check-bottom__inner-img-text-right {
        bottom: calc(291 / 750 * 100vw);
        left: calc(62 / 750 * 100vw);
        right: calc(52 / 750 * 100vw);
        display: flex;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
    }
    .check-bottom__inner-img-text-right p {
        font-size: calc(36 / 750 * 100vw);
        width: 100%;
        text-align: center;
    }
    .check-bottom__inner-img-text-right p:not(:first-of-type) ,
    .check-bottom__inner-img-text-right p:not(:first-of-type) span {
        font-size: calc(52 / 750 * 100vw);
        width: auto;
    }
    .banner img.pc {display: none;}
    .banner img.sp {display: block;}
    .banner a {
        width: calc(630 / 750 * 100vw);
        transform: translate(-50%, -42%);
    }
    .banner {
        height: 0;
    }
    .truth__inner-title {
        padding-top: calc(247 / 750 * 100vw);
    }
    .truth__inner-title img.pc {display: none;}
    .truth__inner-title img.sp {display: block;}
    .truth__inner-title img {
        width: calc(494 / 750 * 100vw);
    }
    .truth__inner-title h2 {
        flex-direction: column;
        line-height: 1.2;
        margin-top: calc(20 / 750 * 100vw);
        padding-bottom: calc(50 / 750 * 100vw);
    }
    .truth__inner-title h2 div,
    .truth__inner-title h2 span {
        font-size: calc(50 / 750 * 100vw);
    }
    .truth__inner-title h2 div:nth-of-type(2),
    .truth__inner-title h2 div:nth-of-type(2) span {
        font-size: calc(69 / 750 * 100vw);
    }
    .truth__inner-text {
        padding-top: calc(60 / 750 * 100vw);
        padding-bottom: calc(154 / 750 * 100vw);
    }
    .truth__inner-text p {
        font-size: calc(33 / 750 * 100vw);
        width: calc(594 / 750 * 100vw);
        line-height: 1.8;
        padding-bottom: calc(63 / 750 * 100vw);
    }
    .truth__inner-text img.pc {display: none;}
    .truth__inner-text img.sp {display: block;}
    .truth__inner-text img {
        width: calc(590 / 750 * 100vw);
    }
    .result__inner-img img.pc {display: none;}
    .result__inner-img img.sp {display: block;}
    .solution__inner-img img.pc {display: none;}
    .solution__inner-img img.sp {display: block;}
    .result__inner-img img,
    .solution__inner-img img {
        width: 100%;
    }
    .solution__inner-img img.solution-img01-sp02 {
        position: absolute;
        bottom: calc(55 / 750 * 100vw);
        left: calc(81 / 750 * 100vw);
        width: calc(586 / 750 * 100vw);
        height: auto;
        z-index: 2;
    }
    .result__inner-connect,
    .solution__inner-connect {
        width: calc(171 / 750 * 100vw);
        height: calc(171 / 750 * 100vw);
    }
    .solution__inner-connect {
        transform: translate(-50%, -50%);
    }
    .result__inner-connect p,
    .solution__inner-connect p {
        font-size: calc(36 / 750 * 100vw);
    }
    .solution {
        margin-top: 0;
    }
    .solution__inner-text {
        top: calc(124 / 750 * 100vw);
        left: calc(80 / 750 * 100vw);
    }
    .solution__inner-text p,
    .solution__inner-text p span {
        font-size: calc(48 / 750 * 100vw);
        line-height: 1.6;
    }
    .case {
        margin-top: calc(-70 / 750 * 100vw);
        padding-top: calc(0 / 750 * 100vw);
        padding-bottom: calc(253 / 750 * 100vw);
    }
    .case__inner {
        width: calc(650 / 750 * 100vw);
    }
    .case__inner img.pc {display: none;}
    .case__inner img.sp {display: block;}
    .case__inner-title {
        top: calc(40 / 750 * 100vw);
    }
    .case__inner-title h2 {
        font-size: calc(34 / 750 * 100vw);
    }
    .case__inner-text {
        bottom: calc(60 / 750 * 100vw);
        left: calc(51 / 750 * 100vw);
        width: calc(548 / 750 * 100vw);
    }
    .case__inner-text p,
    .case__inner-text p span {
        font-size: calc(20 / 750 * 100vw);
    }
    .about {
        padding-bottom: calc(252 / 750 * 100vw);
    }
    .about .banner {
        height: 0;
    }
    .about__inner-title {
        padding-top: calc(259 / 750 * 100vw);
        padding-bottom: calc(21 / 750 * 100vw);
    }
    .about__inner-title img {
        width: calc(589 / 750 * 100vw);
    }
    .about__inner-text {
        padding-top: calc(45 / 750 * 100vw);
        padding-bottom: calc(45 / 750 * 100vw);
    }
    .about__inner-text p {
        font-size: calc(26 / 750 * 100vw);
    }
    .about__inner-text h3 {
        font-size: calc(32 / 750 * 100vw);
        text-align: left;
    }
    .about__inner-img02 {
        width: calc(650 / 750 * 100vw);
    }
    .about__inner-img-title {
        top: calc(40 / 750 * 100vw);
    }
    .about__inner-img-title h3 {
        font-size: calc(34 / 750 * 100vw);
    }
    .about__inner-img-text {
        bottom: calc(70 / 750 * 100vw);
        left: calc(50 / 750 * 100vw);
        width: calc(560 / 750 * 100vw);
    }
    .about__inner-img-text p,
    .about__inner-img-text p span {
        font-size: calc(20 / 750 * 100vw);
    }
    .about__inner-img .video__frame {
        width: clamp(1px, calc(860 / 1130* 100vw), 860px);
        margin: 50px auto;
    }
    .reasons {
        margin-bottom: calc(253 / 750 * 100vw);
    }
    .reasons__inner-img img.pc {display: none;}
    .reasons__inner-img img.sp {display: block;}
    .reasons__inner-title {
        margin-top: 0;
        padding-bottom: 0;
    }
    .reasons__inner-title h2 {
        padding-top: 0;
        padding-bottom: calc(200 / 750 * 100vw);
    }
    .reasons__inner-title h2 img.pc {display: none;}
    .reasons__inner-title h2 img.sp {display: block;}
    .reasons__inner-title h2 img {
        margin-left: calc(10 / 750 * 100vw);
        width: calc(531 / 750 * 100vw);
    }
    .reasons__inner-title h2 span {
        font-size: calc(38 / 750 * 100vw);
    }
    .reasons__inner-list {
        width: calc(590 / 750 * 100vw);
    }
    .reasons__inner-list-item {
        margin-bottom: calc(104 / 750 * 100vw);
    }
    .reasons__inner-list-item-img img.pc {display: none;}
    .reasons__inner-list-item-img img.sp {display: block;}
    .reasons__inner-list-item-img img {
        width: 100%;
    }
    .reasons__inner-list-item-text,
    .reasons__inner-list-item:nth-of-type(3) .reasons__inner-list-item-text,
    .reasons__inner-list-item:nth-of-type(5) .reasons__inner-list-item-text {
        position: static;
        width: 100%;
        padding-top: calc(30 / 750 * 100vw);
    }
    .reasons__inner-list-item-text p {
        font-size: calc(26 / 750 * 100vw);
    }
    .reasons__inner-list-item-text p span {
        font-size: calc(26 / 750 * 100vw);
    }
    .flow__inner-title {
        padding-top: calc(382 / 750 * 100vw);
    }
    .flow__inner-title h2 {
        font-size: calc(40 / 750 * 100vw);
        margin: 0;
        padding-bottom: calc(45 / 750 * 100vw);
    }
    .flow__inner-list {
        width: calc(680 / 750 * 100vw);
        flex-direction: column;
        gap: calc(62 / 750 * 100vw);
        padding-top: calc(50 / 750 * 100vw);
        padding-bottom: calc(331 / 750 * 100vw);
    }
    .flow__inner-list-item {
        width: 100%;
    }
    .flow__inner-list-item-content h3 {
        font-size: calc(28 / 750 * 100vw);
        padding-top: calc(13 / 750 * 100vw);
        padding-bottom: calc(13 / 750 * 100vw);
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .flow__inner-list-item-content img {
        width: 100%;
        margin-bottom: calc(30 / 750 * 100vw);
    }
    .flow__inner-list-item-content p {
        font-size: calc(28 / 750 * 100vw);
    }
    .flow__inner-list-item-bottom {
        width: 100%;
        margin-top: calc(79 / 750 * 100vw);
        gap: calc(32 / 750 * 100vw);
    }
    .flow__inner-list-item-bottom-tel {
        width: calc(313 / 750 * 100vw);
    }
    .flow__inner-list-item-bottom-btn {
        width: calc(316 / 750 * 100vw);
    }
    .faq {
        padding-bottom: calc(100 / 750 * 100vw);
    }
    .faq__inner-title {
        padding-top: calc(382 / 750 * 100vw);
    }
    .faq__inner-title h2 {
        padding-bottom: calc(45 / 750 * 100vw);
        margin: 0;
        font-size: calc(40 / 750 * 100vw);
    }
    .faq__inner-list {
        width: calc(680 / 750 * 100vw);
        padding-top: calc(50 / 750 * 100vw);
    }
    .faq__inner-list-item {
        max-height: calc(100 / 750 * 100vw);
    }
    .faq__inner-list-item:first-of-type {
        max-height: calc(137 / 750 * 100vw);
    }
    .faq__inner-list-item.active {
        max-height: calc(600 / 750 * 100vw);
    }
    .faq__inner-list-item-question {
        padding-top: calc(30 / 750 * 100vw);
        padding-left: calc(84 / 750 * 100vw);
        padding-bottom: calc(30 / 750 * 100vw);
        border-radius: calc(20 / 750 * 100vw);
    }
    .faq__inner-list-item-question img {
        top: calc(37 / 750 * 100vw);
        left: calc(34 / 750 * 100vw);
        width: calc(23 / 750 * 100vw);
        height: auto;
    }
    .faq__inner-list-item-question h3 {
        font-size: calc(24 / 750 * 100vw);
        width: calc(506 / 750 * 100vw);
    }
    .faq__inner-list-item-question-arrow {
        top: 50%;
        right: calc(35 / 750 * 100vw);
        transform: translateY(-50%);
        width: calc(34 / 750 * 100vw);
        height: calc(34 / 750 * 100vw);
    }
    .faq__inner-list-item-question-arrow span {
        width: calc(18 / 750 * 100vw);
    }
    .faq__inner-list-item-answer {
        padding-top: calc(30 / 750 * 100vw);
        padding-left: calc(84 / 750 * 100vw);
        padding-bottom: calc(30 / 750 * 100vw);
        border-radius: calc(20 / 750 * 100vw);
    }
    .faq__inner-list-item-answer img {
        top: calc(37 / 750 * 100vw);
        left: calc(34 / 750 * 100vw);
        width: calc(23 / 750 * 100vw);
        height: auto;
    }
    .faq__inner-list-item-answer h4 {
        font-size: calc(24 / 750 * 100vw);
        width: calc(567 / 750 * 100vw);
    }
    .faq__inner-list-item-answer p {
        font-size: calc(24 / 750 * 100vw);
        width: calc(567 / 750 * 100vw);
    }
    .clinic {

    }
    .clinic-connect {
        transform: none;
        left: 0;
        width: 100%;
    }
    .clinic-connect img.pc {display: none;}
    .clinic-connect img.sp {display: block;}
    .clinic__inner {
        padding-top: 0;
        width: calc(680 / 750 * 100vw);
    }
    .clinic__inner-title {
        height: calc(322 / 750 * 100vw);
        padding-top: calc(182 / 750 * 100vw);
        padding-bottom: 0;
        margin-bottom: calc(60 / 750 * 100vw);
        align-items: flex-start;
    }
    .clinic__inner-title h2 {
        font-size: calc(46 / 750 * 100vw);
    }
    .clinic__inner-content {
        max-height: calc(100 / 750 * 100vw);
    }
    .clinic__inner-content-title {
        padding-top: calc(24 / 750 * 100vw);
        padding-bottom: calc(24 / 750 * 100vw);
        border-radius: calc(20 / 750 * 100vw);
    }
    .clinic__inner-content-title h3 {
        font-size: calc(34 / 750 * 100vw);
    }
    .clinic__inner-content-title-btn {
        width: calc(34 / 750 * 100vw);
        height: calc(34 / 750 * 100vw);
    }
    .clinic__inner-content-title-btn span {
        width: calc(18 / 750 * 100vw);
    }
    .clinic__inner-content-list {
        gap: calc(10 / 750 * 100vw);
        margin-top: calc(40 / 750 * 100vw);
        width: calc(590 / 750 * 100vw);
    }
    .clinic__inner-content-list-item {
        width: calc(190 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-img {
        width: calc(190 / 750 * 100vw);
        height: calc(190 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-img h3 {
        font-size: calc(24 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-img-more {
        width: calc(138 / 750 * 100vw);
        height: calc(32 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail {
        top: calc(100% + 15 / 750 * 100vw);
        width: calc(590 / 750 * 100vw);
        padding-top: 0;
        padding-bottom: 0;
        padding-right: calc(38 / 750 * 100vw);
        padding-left: calc(38 / 750 * 100vw);
        flex-direction: column;
    }
    .clinic__inner-content-list-item-detail-text {
        width: 100%;
        margin-bottom: calc(31 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail-text h3 {
        font-size: calc(27 / 750 * 100vw);
        margin-bottom: calc(31 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail-text table td {
        font-size: calc(19 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail-text table td:first-of-type {
        width: calc(76 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail-text table td:nth-of-type(2) {
        padding-left: calc(40 / 750 * 100vw);
    }
    .clinic__inner-content-list-item-detail-map {
        width: 100%;
        height: calc(367 / 750 * 100vw);
    }
    .clinic__inner-content-list-item:nth-of-type(3n-2) .clinic__inner-content-list-item-detail {
        left: 0;
    }
    .clinic__inner-content-list-item:nth-of-type(3n-1) .clinic__inner-content-list-item-detail {
        left: calc((-190 * 1 - 10 * 1) / 750 * 100vw);
    }
    .clinic__inner-content-list-item:nth-of-type(3n) .clinic__inner-content-list-item-detail {
        left: calc((-190 * 2 - 10 * 2) / 750 * 100vw);
    }
    .caution {
        padding-top: calc(100 / 750 * 100vw);
        padding-bottom: calc(100 / 750 * 100vw);
    }
    .caution__inner {
        width: calc(680 / 750 * 100vw);
        max-height: calc(100 / 750 * 100vw);
    }
    .caution__inner-title {
        padding-top: calc(24 / 750 * 100vw);
        padding-bottom: calc(24 / 750 * 100vw);
        border-radius: calc(20 / 750 * 100vw);
    }
    .caution__inner-title h2 {
        font-size: calc(34 / 750 * 100vw);
    }
    .caution__inner-title-btn {
        width: calc(34 / 750 * 100vw);
        height: calc(34 / 750 * 100vw);
    }
    .caution__inner-title-btn span {
        width: calc(18 / 750 * 100vw);
    }
    .caution__inner-content {
        font-size: calc(24 / 750 * 100vw);
    }
    footer {
        padding-top: calc(305 / 750 * 100vw);
    }
    .footer__inner-logo {
        width: calc(92 / 750 * 100vw);
        padding-bottom: calc(75 / 750 * 100vw);
    }
    .footer__inner-bottom {
        height: calc(70 / 750 * 100vw);
    }
    .footer__inner-bottom p {
        font-size: calc(20 / 750 * 100vw);
    }
    .cta_btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: .3s opacity ease-in-out, .3s visibility ease-in-out;
    }
    .cta_btn.active {
        opacity: 1;
        visibility: visible;
    }
    .cta_btn img {
        display: block;
        width: 100%;
        height: auto;
    }
}


/* 検索KW連動ヘッダーテキスト */
.header__inner {
    justify-content: space-between;
    align-items: center;
}
.kw_text {
    color: #fff;
    font-size: 0.75rem;
    width: 85%;
    line-height: 1.6;
}
@media screen and (min-width: 769px) {
    .kw_text {
        font-size: 0.9rem;
        width: 380px;
    }
}
