* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
}
a {
    text-decoration: none;
    color: #424242;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.notosansjp ,
.notosansjp * {
    font-family: "Noto Sans JP", serif;
    color: #424242;
}
.bg-main {
    background: linear-gradient(90deg, #eec6ce, #eec6ce 20%, #e4d0e1 80%, #e4d0e1);
}
.bg-tape {
    position: relative;
    padding-bottom: 40px;
}
.bg-tape img {
    position: relative;
    z-index: 2;
}
.bg-tape::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:url(../images/pc/campaign_bg.png);
    z-index: 1;
}
.bg-white {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-red {
    background-color: #e47873;
    color: #fff;
    padding: 0 10px;
}
.red {
    color: #e47873;
}
.line-yellow {
    background: linear-gradient(to bottom, #fff 0%, #fff 70%, #fff7af 100%);
}

header {
    width: 100%;
    padding: 0 2%;
    background-color: #fff;
    z-index: 100;
}
.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    padding: 10px 0;
}
.header-line {
    width: 15%;
    animation: btn 1.6s ease-in infinite;
}
.header-line img {
    width: 100%;
    height: auto;
}
.fv-img {
    width: 100%;
    height: auto;
}
.fv-icons {
    width: 64%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 4%;
    max-width: 1200px;
    margin: 0 auto;
}
.fv-icons img {
    width: 30%;
    height: auto;
}
.fv-banner {
    max-width: 1200px;
    width: 90%;
    height: auto;
    margin: 40px auto 60px;
}
.fv-banner.fv-banner-detail {
    max-width: 800px;
    width: 60%;
    margin: 0 auto;
}

.details {
    padding: 6% 0;
    background: no-repeat center / cover url(../images/about_bg.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.details h2 {
    text-align: center;
    line-height: 2;
    /* font-size: 54px; */
    font-size: 45px;
    font-weight: medium;
}
.details-inner {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.details-text {
    width: 60%;
}
.details-text p {
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 2;
    padding: 20px 0;
}
.details-text p:first-of-type {
    border-bottom: 1px solid #000;
}
.details-img {
    width: 33%;
}
.details-img img {
    width: 100%;
    height: auto;
}

.cases {
    padding: 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.cases h2 {
    text-align: center;
}
.cases .subtitle {
    text-align: center;
    line-height: 1;
    /* font-size: 50px; */
    font-size: 40px;
    font-weight: medium;
}
.cases .title {
    text-align: center;
    line-height: 1;
    /* font-size: 150px; */
    font-size: 120px;
    font-weight: medium;
}
.cases-list {
    width: 90%;
    /* max-width: 1200px; */
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4vw 3%;
    padding: 80px 0;
}
.cases-list img {
    width: 42%;
    height: auto;
}

.campaign {
    padding: 3% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}
.campaign::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image:url(../images/pc/campaign_bg.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.campaign h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    line-height: 1.5;
    z-index: 2;
}
.campaign h2 span {
    background: linear-gradient(90deg, #f9f0c5 0%,#ffffef 50%, #f9f0c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.2));
}
.campaign h2 img {
    align-self: flex-start;
    margin-left: -16%;
    margin-bottom: -8%;
    width: 50%;
    height: auto;
}
.campaign .title {
    /* font-size: 140px; */
    font-size: 120px;
    font-weight: medium;
}
.campaign .subtitle {
    /* font-size: 48px; */
    font-size: 38px;
    font-weight: medium;
}
.campaign-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 90%;
    padding: 4% 0 6%;
    gap: 2vw 0;
    z-index: 2;
}
.campaign-item {
    background-color: #fff;
    width: 100%;
    padding: 4% 4%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1200px;
}
.campaign-item h3 {
    /* font-size: 60px; */
    font-size: 46px;
    font-weight: medium;
    color: #fff;
    background: linear-gradient(90deg, #db92cf, #db92cf 10%, #f6b18d 90%, #f6b18d);
    text-align: center;
    margin-bottom: 2%;
    padding: 1%;
}
.campaign-item img {
    width: 100%;
    height: auto;
}
.campaign-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.campaign-bottom-text {
    text-align: center;
    /* font-size: 32px; */
    font-size: 24px;
}
.campaign-bottom-subtext {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 100%;
    margin: 10px 0;
}
.campaign-bottom-subtext img {
    width: 100%;
    height: auto;
}
.campaign-bottom-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    margin: 10px 0;
}
.campaign-bottom-img img {
    width: 20%;
    height: auto;
}
.campaign-bottom-img p {
    width: 75%;
    /* font-size: 40px; */
    font-size: 32px;
    font-weight: bold;
    background-color: #fff;
    padding: 16px 40px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    position: relative;
}
.campaign-bottom-img p::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    width: 30px;
    height: 46px;
    background: no-repeat center/cover url(../images/pc/arrow02.png);
    z-index: 1;
    border-radius: 10px;
}

.problem01 {
    padding: 6% 0;
    z-index: 2;
    position: relative;
}
.problem01::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(90deg, #eec6ce, #eec6ce 20%, #e4d0e1 80%, #e4d0e1);
}
.problem01::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: -4vw;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image:url(../images/pc/onayami_bg.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
.problem01 h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 1200px; */
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.problem01 h2 img {
    width: 100%;
    height: auto;
}
.problem01 .problem-row {
    display: flex;
    justify-content: center;
    align-items: end;
    /* max-width: 1140px; */
    max-width: 1000px;
    margin: 0 auto;
}
.problem01 .problem-list {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
}
.problem01 .problem-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.problem01 .problem-item img {
    /* width: 8%; */
    width: 6%;
    height: auto;
}
.problem01 .problem-item p {
    /* font-size: 36px; */
    font-size: 28px;
    padding-left: 4%;
}
.problem01 .problem-icon {
    width: 24%;
    height: auto;
}
.problem-banner {
    position: relative;
    z-index: 3;
    width: 100%;
    background: url(../images/pc/problem_bg.jpg) no-repeat center/cover;
}
.problem-banner img {
    width: 100%;
    height: 324px;
    object-fit: cover;
    object-position: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.problem02 {
    padding: 12% 0 6%;
    z-index: 1;
    position: relative;
}
.problem02 .problem-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 60px 0; */
    gap: 30px 0;
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.problem02 .problem-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 4%;
}
.problem02 .problem-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.problem02 .problem-item .problem-img {
    width: 40%;
    height: auto;
}
.problem02 .problem-item .problem-text {
    width: 56%;
}
.problem02 .problem-item .problem-text img {
    width: 24%;
    height: auto;
}
.problem02 .problem-item .problem-text h3 {
    /* font-size: 40px; */
    font-size: 28px;
    font-weight: medium;
    margin-bottom: 2%;
}
.problem02 .problem-item .problem-text {
    /* font-size: 25px; */
    font-size: 18px;
    line-height: 1.5;
}

.feature {
    padding: 4% 0;
    background: no-repeat center/cover url(../images/pc/feature_bg.jpg);
}
.feature h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    color: #fff;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.feature h2 .title {
    /* font-size: 140px; */
    font-size: 120px;
    font-weight: medium;
}
.feature h2 .subtitle {
    /* font-size: 50px; */
    font-size: 36px;
    font-weight: medium;
}
.feature-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw 2%;
    /* max-width: 1380px; */
    max-width: 1080px;
    width: 90%;
    margin: 60px auto;
    padding: 5%;
    background-color: #fff;
}
.feature-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
    /* max-width: 1380px; */
    max-width: 1080px;
    margin: 0 auto;
}
.feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 2%;
}
.feature-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.feature-item .feature-img {
    width: 36%;
    height: auto;
}
.feature-item .feature-text {
    width: 62%;
}
.feature-item .feature-text img {
    width: 22%;
    height: auto;
}
.feature-item .feature-text h3 {
    /* font-size: 40px; */
    font-size: 26px;
    font-weight: medium;
    margin-bottom: 2%;
}
.feature-item .feature-text {
    /* font-size: 25px; */
    font-size: 18px;
    line-height: 1.5;
}
.btn-line {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.btn-line img {
    width: 100%;
    height: auto;  
}

.doctor {
    background:no-repeat bottom/cover url(../images/pc/doctor_bg.jpg);
    padding-bottom: 100px;
}
.doctor-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    line-height: 1.5;
    padding: 2% 0 6%;
    background:no-repeat center/cover url(../images/pc/obi_doctor.png);
}
.doctor-title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.doctor-title h2 .title {
    /* font-size: 140px; */
    font-size: 120px;
    font-weight: medium;
    color: #595959;
    line-height: 1.2;
}
.doctor-title h2 .subtitle {
    /* font-size: 50px; */
    font-size: 36px;
    font-weight: medium;
    color: #998d69;
    line-height: 1.2;
}
.doctor-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 10px;
    gap: 5%;
}
.doctor-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.doctor-balloon {
    width: 100%;
    height: auto;
}
.doctor-person {
    width: 100%;
    height: auto;
}
.doctor-text {
    width: 65%;
}
.doctor-text-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.doctor-text-subname {
    /* width: 36%; */
    width: 26%;
    height: auto;
}
.doctor-text-name {
    /* width: 42%; */
    width: 32%;
    height: auto;
}
.doctor-text-subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.doctor-text-subtitle p {
    /* font-size: 34px; */
    font-size: 26px;
    color: #9a9a9a;
    font-weight: medium;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doctor-text-subtitle hr {
    width: 60%;
    margin-left: 4%;
    background-color: #adadad;
    opacity: 1;
}
.doctor-text-main {
    /* font-size: 26px; */
    font-size: 18px;
    line-height: 1.7;
}
.doctor-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    gap: 5%;
}
.doctor-career {
    width: 48%;
}
.doctor-career h3 {
    /* font-size: 34px; */
    font-size: 24px;
    font-weight: medium;
    margin-bottom: 2%;
    color: #9A9A9A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doctor-career h3 hr {
    width: 70%;
    background-color: #adadad;
    opacity: 1;
    margin-left: 4%;
}
.doctor-career p {
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 1.7;
}
.doctor-member {
    width: 48%;
}
.doctor-member h3 {
    /* font-size: 34px; */
    font-size: 24px;
    font-weight: medium;
    margin-bottom: 2%;
    color: #9A9A9A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doctor-member h3 hr {
    width: 70%;
    background-color: #adadad;
    opacity: 1;
    margin-left: 4%;
}
.doctor-member p {
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 1.7;
}
.doctor-bottom {
    /* max-width: 1200px; */
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
}
.doctor-bottom-title {
    margin-bottom: 40px;
}
.doctor-instagram {
    width: 80%;
}

.clinic {

}
.clinic h2 {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #eec6ce, #eec6ce 20%, #e4d0e1 80%, #e4d0e1);
    text-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    font-weight: medium;
    color: #fff;
    line-height: 1.2;
}
.clinic h2 .title {
    /* font-size: 140px; */
    font-size: 120px;
}
.clinic h2 .subtitle {
    /* font-size: 50px; */
    font-size: 36px;
}
.clinic-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    /* max-width: 1200px; */
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    
}
.clinic-img {
    width: 60%;
    margin: 0 auto;
}
.clinic-img img {
    width: 100%;
    height: auto;
}
.clinic-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #595959;
}
.clinic-tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.clinic-tel-title {
    background-color: #e47873;
    color: #fff;
    /* font-size: 36px; */
    font-size: 26px;
    padding: 5px 20px;
    font-weight: bold;
}
.clinic-tel-icon {
    width: 7%;
    height: auto;
}
.clinic-tel-text {
    /* font-size: 40px; */
    font-size: 30px;
    font-weight: bold;
}
.clinic-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.clinic-address-title {
    background-color: #e47873;
    color: #fff;
    /* font-size: 36px; */
    font-size: 26px;
    padding: 5px 20px;
}
.clinic-address-text {
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: bold;
}
.clinic-schedule {
    width: 100%;
    padding: 60px 0 40px;
    border-bottom: 1px solid #595959;
}
.clinic-schedule-table {
    width: 100%;
    border-collapse: collapse;
}
.clinic-schedule-table th {
    background-color: #d2d2d2;
    border-right: 1px solid #595959;
    border-top: 1px solid #595959;
    /* font-size: 38px; */
    font-size: 28px;
    padding: 10px 20px;
}
.clinic-schedule-table th:first-of-type {
    border-left: 1px solid #595959;
}
.clinic-schedule-table td {
    border-right: 1px solid #595959;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    /* font-size: 32px; */
    font-size: 22px;
    text-align: center;
    color: #e47873;
    padding: 10px 20px;
}
.clinic-schedule-table td:first-of-type {
    border-left: 1px solid #595959;
    color: #424242;
}
.clinic-schedule-detail {
    /* font-size: 30px; */
    font-size: 20px;
    padding: 20px 0;
}
.clinic-schedule-detail span {
    color: #e47873;
    /* font-size: 30px; */
    font-size: 20px;
}
.clinic-schedule-text {
    /* font-size: 30px; */
    font-size: 20px;
}
.clinic-payment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    width: 100%;
    padding: 40px 0 40px;
    gap: 4%;
}
.clinic-payment-title {
    background-color: #e47873;
    color: #fff;
    /* font-size: 36px; */
    font-size: 26px;
    padding: 10px 20px;
}
.clinic-payment-detail {
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: bold;
}
.clinic-access {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.clinic-access-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
    padding: 40px 0 40px;
    gap: 4%;
}
.clinic-access-title {
    background-color: #e47873;
    color: #fff;
    /* font-size: 36px; */
    font-size: 26px;
    padding: 10px 20px;
}
.clinic-access-detail {
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: bold;
}

footer {
    background-color: #f7f1f6;
    padding: 100px 0 100px;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.footer-inner p {
    color: #D5A94C;
    text-align: center;
    font-size: 38px;
    margin-top: 10px;
}

.banner {
    position: fixed;
    bottom: 1%;
    left: 50%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 100;
}
.banner.show {
    opacity: 1;
    visibility: visible;
}
.banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 830px;
    width: 100%;
    height: auto;
    position: relative;
    animation: btn 1.6s ease-in infinite;
}
.banner a img {
    width: 100%;
    height: auto;
}

@keyframes btn {
    0% {
        transform: scale(1.09);
    }
    10% {
        transform: scale(1.09);
    }
    30% {
        transform: scale(1.01);
    }
    40% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1, 1.04);
    }
    60% {
        transform: scale(1.09);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1.09);
    }
}

@media screen and (max-width:1250px) {
    .header-inner {
        display: flex;
        align-items: center;
    }
    .header-logo {
        width: 40%;
        display: flex;
    }
    .header-logo img {
        width: 100%;
        height: auto;
    }
    .header-line {
        width: 20%;
    }
    .header-line img {
        width: 100%;
        height: auto;
    }
    .fv-icons {
        width: 80%;
    }
    .fv-icons img {
        width: 32%;
    }
    .details h2 {
        /* font-size: 4.2vw; */
        font-size: 3.6vw;
    }
    .details-text p {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .cases .subtitle,
    .campaign .subtitle,
    .feature h2 .subtitle,
    .doctor-title h2 .subtitle,
    .clinic h2 .subtitle {
        /* font-size: 4.2vw; */
        font-size: 3.2vw;
    }
    .cases .title,
    .campaign .title,
    .feature h2 .title,
    .doctor-title h2 .title,
    .clinic h2 .title {
        /* font-size: 12.6vw; */
        font-size: 10.6vw;
    }
    .campaign h2 img {
        width: 32vw;
        height: auto;
    }
    .campaign-item h3 {
        font-size: 5.2vw;
    }
    .campaign-bottom-text {
        font-size: 2.2vw;
    }
    .campaign-bottom-subtext img {
        width: 92%;
    }
    .campaign-bottom-img {
        width: 90%;
    }
    .campaign-bottom-img p {
        /* font-size: 2.8vw; */
        font-size: 2.4vw;
    }
    .cases-list {
        flex-direction: column;
    }
    .cases-list img {
        width: 80%;
        padding: 4%;
        background-color: #f7ebed;
    }
    .cases-list img:nth-of-type(4),
    .cases-list img:nth-of-type(5),
    .cases-list img:nth-of-type(6) {
        display: none;
    }
    .problem01 .problem-row {
        width: 90%;
    }
    .problem01 .problem-item img {
        width: 6%;
    }
    .problem01 .problem-item p {
        font-size: 2.8vw;
    }
    .problem01 .problem-icon {
        width: 28%;
    }
    .problem-banner img {
        width: 100%;
        height: 24vw;
        object-fit: cover;
        object-position: center;
    }
    .problem02 .problem-item .problem-text img {
        /* width: 28%; */
        width: 24%;
        height: auto;
    }
    .problem02 .problem-item .problem-text h3 {
        /* font-size: 3vw; */
        font-size: 2.4vw;
    }
    .problem02 .problem-item .problem-text p {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .feature-item .feature-text img {
        width: 28%;
        height: auto;
    }
    .feature-item .feature-text h3 {
        /* font-size: 3vw; */
        font-size: 2.4vw;
    }
    .feature-item .feature-text p {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .doctor-details {
        padding: 6% 0;
    }
    .doctor-text-subtitle p,
    .doctor-career h3,
    .doctor-member h3 {
        /* font-size: 2.8vw; */
        font-size: 2.2vw;
    }
    .doctor-text-main,
    .doctor-career p,
    .doctor-member p {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .doctor-member h3 hr {
        width: 60%;
    }
    .doctor-bottom-title {
        width: 50%;
        height: auto;
    }
    .clinic-inner {
        padding: 10% 0;
    }
    .clinic-data {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .clinic-tel {
        padding: 3% 0;
        border-bottom: 1px solid #595959;
        width: 100%;
    }
    .clinic-tel-icon {
        width: 4%;
    }
    .clinic-address {
        padding: 3% 0 0;
    }
    .clinic-tel-title,
    .clinic-address-title,
    .clinic-payment-title,
    .clinic-access-title,
    .clinic-tel-text,
    .clinic-address-text,
    .clinic-payment-detail,
    .clinic-access-detail {
        /* font-size: 3.2vw; */
        font-size: 2.6vw;
    }
    .clinic-payment-title,
    .clinic-access-title {
        width: 30%;
        text-align: center;
    }
    .clinic-payment-title {
        padding: 2% 1%;
    }
    .clinic-payment-detail,
    .clinic-access-detail {
        width: 66%;
    }
    .clinic-schedule {
        padding-top: 0;
    }
    .clinic-schedule-table th:first-of-type,
    .clinic-schedule-table td:first-of-type {
        width: 36%;
    }
    .clinic-schedule-table th,
    .clinic-schedule-table td {
        /* font-size: 3.2vw; */
        font-size: 2.6vw;
        padding: 1% 2%;
    }
    .clinic-schedule-detail {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .clinic-schedule-detail span {
        /* font-size: 2.2vw; */
        font-size: 1.6vw;
    }
    .clinic-schedule-text {
        /* font-size: 2.8vw; */
        font-size: 1.8vw;
    }
    .clinic-access iframe {
        width: 80%;
        height: 40vw;
    }
    footer {
        padding: 6% 0;
    }
    .footer-inner img {
        width: 50%;
        height: auto;
    }
    .footer-inner p {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-line {
        width: 28%;
    }
    .bg-tape::before {
        background-image: url(../images/campaign_bg.png);
    }
    .fv-banner {
        margin: 2% auto 0;
    }
    .fv-banner.fv-banner-detail {
        margin: 2% auto 0;
        width: 68%;
    }
    .sp-clinic h2 {
        background: none;
        padding: 10% 0 0;
        width: 36%;
        margin: 0 auto;
    }
    .sp-clinic h2 img {
        width: 100%;
        height: auto;
    }
    .faq {
        background: no-repeat center/cover url(../images/FAQ_bg.jpg);
    }
    .faq-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .faq-item {
        width: 100%;

        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .faq-item img {
        width: 20%;
        height: auto;
    }
    .faq-item h3 {
        padding: 3% 4%;
        border-radius: 16px;
        background-color: #fff;
        border: 1px solid #ddd4d4;
        position: relative;
        width: 78%;
        margin-left: auto;
    }
    .faq-item h3::before {
        position: absolute;
        content: "";
        width: 3vw;
        height: 4vw;
        background: no-repeat center/cover url(../images/arrow.png);
    }
    .faq-item:nth-of-type(odd) {
        margin-bottom: 2%;
    }
    .faq-item:nth-of-type(odd) h3::before {
        transform: rotate(180deg);
        left: -2.6vw;
        bottom: 2vw;
    }
    .faq-item:nth-of-type(odd) img {
        width: 20%;
        height: auto;
    }
    .faq-item:nth-of-type(odd) h3 {
        font-size: 3.6vw;
        color: #d5716d;

    }
    .faq-item:nth-of-type(even) {
        flex-direction: row-reverse;
        margin-bottom: 6%;
    }
    .faq-item:nth-of-type(even) h3 {
        font-size: 2.8vw;
        margin-left: 0;
        margin-right: auto;
    }
    .faq-item:nth-of-type(even) h3::before {
        right: -2.6vw;
        bottom: 2vw;
    }
    .details-inner {
        padding: 10px 0;
        flex-direction: column-reverse;
    }
    .details-text {
        width: 100%;
    }
    .details h2 {
        font-size: 4.2vw;
    }
    .details-text p {
        font-size: 3vw;
    }
    .details-img {
        width: 45%;
    }
    .cases .subtitle,
    .campaign .subtitle,
    .feature h2 .subtitle,
    .doctor-title h2 .subtitle,
    .clinic h2 .subtitle {
        font-size: 4.2vw;
    }
    .cases .title,
    .campaign .title,
    .feature h2 .title,
    .doctor-title h2 .title,
    .clinic h2 .title {
        font-size: 12.6vw;
    }
    .campaign-bottom-text {
        font-size: 3vw;
    }
    .problem01 .problem-row {
        align-items: center;
        margin-top: 10px;
    }
    .problem01 .problem-list {
        gap: 10px 0;
    }
    .problem01 .problem-item p {
        font-size: 3vw;
    }
    .problem01 .problem-icon {
        width: 30%;
    }
    .problem02 .problem-item ,
    .problem02 .problem-item:nth-of-type(2n) {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .problem02 .problem-item .problem-img {
        width: 50%;
        margin: 0 auto 10px;
    }
    .problem02 .problem-item .problem-text {
        width: 100%;
    }
    .problem02 .problem-item .problem-text img {
        width: 25%;
        height: auto;
    }
    .problem02 .problem-item .problem-text h3 {
        font-size: 3.8vw;
    }
    .problem02 .problem-item .problem-text p {
        font-size: 3vw;
    }
    .cases-list {
        padding: 30px 0;
    }
    .feature-inner {
        margin: 20px auto;
    }
    .feature-list,
    .problem02 .problem-list {
        gap: 20px 0;
    }
    .feature-item ,
    .feature-item:nth-of-type(2n) {
        flex-direction: column;
    }
    .feature-item .feature-img {
        width: 50%;
        margin: 0 auto 10px;
    }
    .feature-item .feature-text {
        width: 100%;
    }
    .feature-item .feature-text img {
        width: 25%;
        height: auto;
    }
    .feature-item .feature-text h3 {
        font-size: 3.8vw;
    }
    .feature-item .feature-text p {
        font-size: 3vw;
    }
    .doctor-inner {
        padding: 40px 0 10px;
        flex-direction: column;
    }
    .doctor-img {
        width: 50%;
        margin: 0 auto 10px;
    }
    .doctor-text {
        width: 100%;
    }
    .doctor-text-title {
        margin-bottom: 10px;
    }
    .doctor-text-subtitle p, .doctor-career h3, .doctor-member h3 {
        font-size: 4vw;
    }
    .doctor-text-main, .doctor-career p, .doctor-member p {
        font-size: 3vw;
    }
    .doctor-member h3 hr {
        width: 55%;
    }
    .doctor-bottom-title {
        margin-bottom: 10px;
    }
    .doctor-bottom {
        padding: 30px 0 10px;
    }
    .doctor-instagram {
        width: 90%;
    }
    .campaign-bottom-img {
        width: 90%;
        gap: 3.4vw;
    }
    .campaign-bottom-img img {
        width: 20%;
    }
    .campaign-bottom-img p {
        font-size: 3.2vw;
        padding: 10px 3%;
        width: 78%;
    }
    .campaign-bottom-img p::before {
        width: 3vw;
        height: 5vw;
        left: -2.4vw;
    }
    .clinic h2 {
        padding: 20px 0;
        gap: 10px;
    }
    .clinic-inner {
        padding: 5% 0;
    }
    .clinic-data {
        padding: 20px 0;
    }
    .clinic-schedule {
        padding: 0px 0 20px;
    }
    .clinic-schedule-table th,
    .clinic-schedule-table td {
        font-size: 3.2vw;
    }
    .clinic-schedule-detail {
        font-size: 3vw;
        padding: 10px 0;
    }
    .clinic-schedule-detail span {
        font-size: 3vw;
    }
    .clinic-schedule-text {
        font-size: 3.0vw;
    }
    .clinic-payment {
        padding: 20px 0;
    }
    .clinic-access-text {
        padding: 20px 0;
    }
    .clinic-tel-title,
    .clinic-address-title,
    .clinic-payment-title,
    .clinic-access-title,
    .clinic-tel-text,
    .clinic-address-text,
    .clinic-payment-detail,
    .clinic-access-detail {
        font-size: 3.2vw;
    }
    .clinic-access-title {
        padding: 2% 1%;
    }
    footer {
        padding-bottom: 20%;
    }
    .footer-inner p {
        font-size: 3.2vw;
        margin-top: 5px;
    }
}
