* {
    letter-spacing: 0.08em;
    box-sizing: border-box;
}
body {
    background: #27366d;
}

.bust_syusei_ttl_1 {
    color: #fff;
    font-size: 1.5em;
    line-height: 2.5em;
}
.bust_syusei_ttl_ptn_2 {
    font-size: 1.7em;
    @media (max-width: 767px) {
        font-size: 1.5em;
    }
}
.bust_syusei_bg {
    background: linear-gradient(to bottom, #707aa0, #27366d);
}
.bust_syusei_fv {
    margin-top: 7.941176470588235vw;
    @media (max-width: 767px) {
        margin-top: 15.897435897435896vw;
    }
    picture {
        width: 100%;
        img {
            width: 100%;
            height: auto;
        }
    }
}
.bust_syusei_check_symptoms {
    padding-top: 6em;
    @media (max-width: 767px) {
        padding-left: 1em;
    }
    .table {
        margin: 0 auto;
        margin-top: 3em;
        width: 85%;
        font-size: 1.5em;
        color: #101010;
        border-left: 1px solid #27366d;
        border-right: 1px solid #27366d;
        font-weight: 700;
        -ms-overflow-style: none;
        &::-webkit-scrollbar {
            display: none;
        }
        overflow: auto;
        scrollbar-width: none;
        @media (max-width: 767px) {
            width: 100%;
            padding-right: 1em;
            font-size: 1em;
        }

        .row {
            display: grid;
            grid-template-columns: 1.7fr 4fr 4fr;
            text-align: center;
            @media (max-width: 767px) {
                width: 150%;
            }
            + .row {
                border-bottom: 1px solid #27366d;
            }
            > div {
                padding: 1em 0.5em;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                background: var(--color-bg-this, #fdf1f1);
                border-right: 1px solid #27366d;
                &:last-of-type {
                    border: none;
                }
                &:nth-of-type(1),
                &:nth-of-type(3) {
                    color: var(--color-point-this, #cc1111);
                }
                .btn {
                    margin-top: 0.3em;
                    display: block;
                    width: 65%;
                    @media (max-width: 767px) {
                        width: 85%;
                    }
                    img {
                        max-width: 100%;
                        height: auto;
                    }
                }
                &.ttl {
                    @media (max-width: 767px) {
                        position: sticky;
                        top: 0;
                        left: 0;
                        z-index: 10;
                    }
                }
            }
            &.head {
                height: 2.2em;
                > div {
                    padding: 0;
                    color: #fff;
                    background: #27366d !important;
                    border-right: 1px solid #9b9b9b;
                    &:last-of-type {
                        border: none;
                    }
                }
            }
        }
    }
}
.bust_syusei_trouble_case {
    padding-top: 6em;
    .problem_list {
        margin: 0 auto;
        margin-top: 3em;
        width: 85%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.4em;
        @media (max-width: 767px) {
            width: 90%;
            grid-template-columns: repeat(1, 1fr);
        }
        .item {
            background: #fff;
            > h3 {
                position: relative;
                height: 2.3em;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                background: linear-gradient(to right, #f2607a, #cc1111);
                color: #fff;
                font-size: 1.4em;
                @media (max-width: 767px) {
                    padding: 0.5em;
                    height: auto;
                    line-height: 1.3em;
                }
                .no {
                    position: absolute;
                    bottom: 1em;
                    left: 1em;
                    font-size: 1.3rem;
                    color: #fff86e;
                    @media (max-width: 767px) {
                        position: static;
                        width: 100%;
                    }
                }
            }
            .in {
                padding: 1.2em 1em;
                color: #101010;
                text-align: left;
                font-size: 1.1em;
                line-height: 2.4;
                font-weight: 700;
                @media (max-width: 767px) {
                    font-size: 1em;
                }
            }
            b {
                color: #cc1111;
            }
            ul {
                margin: 0.7em 0;
                list-style-type: none;
                + p {
                    margin-top: 1.5em;
                }
                li {
                    position: relative;
                    padding-left: 2em;
                    color: #27366d;
                    &::before {
                        position: absolute;
                        top: 0.5em;
                        left: 0;
                        z-index: 1;
                        height: 1.3em;
                        width: 1em;
                        display: block;
                        content: "";
                        background: url(./img/icon_list_1.svg) no-repeat;
                        background-size: contain;
                    }
                }
            }
        }
    }
}
.bust_syusei_trouble_symptoms {
    padding-top: 6em;
    padding-bottom: 6em;
    .trouble_list {
        margin: 0 auto;
        margin-top: 2em;
        width: 85%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.3em;
        list-style: none;
        color: #27366d;
        font-weight: 700;
        @media (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
        }
        > li {
            padding: 1em 0.8em;
            background: #fff;
            > h3 {
                font-size: 1.5em;
                &::after {
                    margin: 0 auto;
                    margin-top: 0.6rem;
                    width: 4rem;
                    height: 2px;
                    content: "";
                    display: block;
                    background: #bce2fa;
                }
                &.small {
                    margin-top: -0.2em;
                    font-size: 1.1em;
                    line-height: 1.3;
                    @media (max-width: 767px) {
                        margin-top: 0;
                        font-size: 1.5em;
                    }
                }
            }
            ul {
                margin-top: 1em;
                margin-bottom: 0.5em;
                list-style: none;
                text-align: left;
                li {
                    position: relative;
                    padding: 0.28em 0;
                    padding-left: 1.8em;
                    border-bottom: 1px dotted #bce2fa;
                    .small {
                        font-size: 0.8em;
                    }
                    &::before {
                        position: absolute;
                        top: 0.5em;
                        left: 0;
                        z-index: 1;
                        height: 1.3em;
                        width: 1.3em;
                        display: block;
                        content: "";
                        background: url(./img/icon_list_2.svg) no-repeat;
                        background-size: contain;
                    }
                }
            }
        }
    }
}
.bust_syusei_tegaru_weakness {
    .sec_1 {
        position: relative;
        z-index: 10;
        padding: 8em 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        @media (max-width: 767px) {
            padding: 6em 0;
            grid-template-columns: repeat(1, 1fr);
        }
        .in_text {
            padding-left: 5em;
            text-align: left;
            @media (max-width: 767px) {
                padding: 0 2em;
            }
            > h2 {
                margin-bottom: 1em;
                font-size: 2em;
                @media (max-width: 767px) {
                    font-size: 1.4em;
                }
            }
            p {
                margin-top: 1.5em;
                font-size: 1em;
                line-height: 2.1em;
            }
        }
        .image {
            padding-left: 5em;
            @media (max-width: 767px) {
                margin-top: 2em;
                padding-left: 2em;
            }
            .in {
                height: 100%;
                min-height: 200px;
                width: 100%;
                background: #e7e7e7;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
        .bg {
            position: absolute;
            inset: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .risk_list {
        margin: 0 auto;
        margin-top: 8em;
        padding: 2em 0;
        width: 78%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        @media (max-width: 767px) {
            margin-top: 6em;
            width: 90%;
            grid-template-columns: repeat(1, 1fr);
        }
        .bd {
            margin: 2em auto;
            display: none;
            width: calc(100% - 4em);
            height: 1px;
            background: #000;
            @media (max-width: 767px) {
                display: block;
            }
        }
        .item {
            &:first-of-type {
                .in {
                    border-right: 1px solid #000;
                    @media (max-width: 767px) {
                        border: none;
                    }
                }
            }
            > h3 {
                margin: 0 auto;
                min-width: 60%;
                width: fit-content;
                padding: 0.15em 1em;
                background: #707aa0;
                font-size: 1.7em;
                border-radius: 5em;
                @media (max-width: 767px) {
                    font-size: 1.4em;
                }
            }
            .in {
                padding: 0 2em;
                color: #101010;
                font-weight: 700;
                text-align: left;
                ul {
                    margin-top: 1.5em;
                    list-style: none;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 0.6em;
                    &.red {
                        li {
                            background: #cc1111;
                            color: #fff;
                        }
                    }
                    li {
                        padding: 0.3em 0.8em;
                        background: #ebebeb;
                        @media (max-width: 767px) {
                            font-size: 0.9em;
                        }
                    }
                }
                p {
                    margin-top: 3rem;
                    font-size: 0.9em;
                }
            }
        }
    }
    .down {
        margin: 4em auto;
        width: 0;
        height: 0;
        border-left: 3.5em solid transparent;
        border-right: 3.5em solid transparent;
        border-top: 3em solid #fff;
    }
}
.bust_syusei_case_info {
    margin: 0 auto;
    margin-bottom: 3em;
    padding: 4em 5em;
    width: 78%;
    background: #fff;
    @media (max-width: 767px) {
        padding: 2em 0 0 0;
        width: 100%;
    }
    .sec_1 {
        @media (max-width: 767px) {
            padding: 0 1em;
        }
        > h2 {
            padding: 0.35em;
            font-size: 1.7em;
            line-height: 1.5;
            border-radius: 10em;
            background: #d6b084;
            color: #fff;
            text-align: center;
            @media (max-width: 767px) {
                padding: 1em;
                font-size: 1.1em;
            }
        }
        .comparison_1 {
            margin: 4em 0;
            display: grid;
            grid-template-columns: 5fr 1fr 5fr;
            @media (max-width: 767px) {
                margin: 2em 0;
                grid-template-columns: repeat(1, 1fr);
                gap: 1em;
            }
            .box {
                position: relative;
                padding: 1em 0;
                display: flex;
                flex-wrap: wrap;
                align-content: space-between;
                background: #27366d;
                font-weight: 700;
                color: #fff;
                &::after,
                &::before {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                    margin: auto;
                    content: "";
                    display: block;
                }
                &:nth-of-type(1) {
                    background: #ebebeb;
                    p {
                        color: #4c4c4c;
                        &.big {
                            color: #4c4c4c;
                        }
                    }
                    &::after,
                    &::before {
                        width: 2.2em;
                        height: 11em;
                        background: #e3e3e3;
                        transform: rotate(45deg);
                    }
                    &::before {
                        transform: rotate(-45deg);
                    }
                }
                &:nth-of-type(3) {
                    &::after {
                        width: 11em;
                        height: 11em;
                        border-radius: 50%;
                        border: 2.2em solid rgba(197, 208, 229, 0.192);
                    }
                }
                p {
                    position: relative;
                    z-index: 10;
                    width: 100%;
                    font-size: 1.1em;
                    &.big {
                        margin: 1em 0;
                        font-size: 1.45em;
                        color: #d6b084;
                    }
                    &.point {
                        font-size: 1em;
                    }
                    &.red {
                        color: #cc1111;
                    }
                }
            }
            .next {
                display: flex;
                align-items: center;
                justify-content: center;
                &::before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 1.8em solid transparent;
                    border-right: 1.8em solid transparent;
                    border-top: 1.6em solid #27366d;
                    transform: rotate(-90deg) translateY(0.3em);
                    @media (max-width: 767px) {
                        transform: rotate(0) translateY(0.2em);
                    }
                }
            }
        }
    }
    .sec_2 {
        margin-top: 6em;
        padding: 4em 2em 2em 2em;
        background: #f5f7ff;
        @media (max-width: 767px) {
            margin-top: 4em;
            padding: 4em 1em;
        }
        > h3 {
            font-size: 1.7em;
            color: #27366d;
        }
        .detail_content {
            margin-top: 4em;
            display: grid;
            grid-template-columns: 52% 48%;
            align-items: start;
            text-align: left;
            font-weight: 700;
            @media (max-width: 767px) {
                margin-top: 2em;
                grid-template-columns: repeat(1, 1fr);
                gap: 1.5em;
            }
            .in_text {
                h4 {
                    margin: 1.5em 0 0.5em 0;
                    padding: 0.3em 0.8em;
                    background: #27366d;
                    width: fit-content;
                    border-radius: 4px;
                    &:first-of-type {
                        margin-top: 0;
                    }
                }
                p {
                    color: #101010;
                }
            }
            .image_slider {
                position: relative;
                padding: 0 1.5em;
                @media (max-width: 767px) {
                    padding: 0;
                    grid-row: 1;
                }
                .slider_viewport {
                    overflow: hidden;
                    touch-action: pan-y;
                    -webkit-user-select: none;
                    user-select: none;
                    -webkit-tap-highlight-color: transparent;
                    cursor: grab;
                }
                .slider_track {
                    display: flex;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    transition: transform 0.5s ease;
                }
                .slide {
                    flex: 0 0 100%;
                    aspect-ratio: 360 / 450;
                    background: #e9e9e9;
                    list-style: none;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        pointer-events: none;
                    }
                }
                .slider_prev,
                .slider_next {
                    position: absolute;
                    top: 50%;
                    z-index: 10;
                    padding: 0;
                    width: 0;
                    height: 0;
                    border: none;
                    background: transparent;
                    transform: translateY(-50%);
                    cursor: pointer;
                }
                .slider_prev {
                    left: 1.7em;
                    border-top: 1.2em solid transparent;
                    border-bottom: 1.2em solid transparent;
                    border-right: 1.1em solid #27366d;
                }
                .slider_next {
                    right: 1.7em;
                    border-top: 1.2em solid transparent;
                    border-bottom: 1.2em solid transparent;
                    border-left: 1.1em solid #27366d;
                }
            }
        }
        .sec_3 {
            margin-top: 5em;
            padding: 4em 3em;
            background: #fff;
            border-radius: 1em;
            font-weight: 700;
            @media (max-width: 767px) {
                margin-top: 4em;
                padding: 4em 1em;
            }
            > h3 {
                color: #27366d;
                font-size: 1.65em;
                line-height: 2;
                @media (max-width: 767px) {
                    font-size: 1.3em;
                }
            }
            ul.flow {
                margin-top: 4em;
                list-style: none;
                text-align: left;
                > li {
                    position: relative;
                    z-index: 10;
                    padding-bottom: 3em;
                    &:last-of-type {
                        padding-bottom: 0;
                        &::before {
                            display: none;
                        }
                    }
                    &::before {
                        position: absolute;
                        top: 0;
                        left: 1em;
                        z-index: -1;
                        content: "";
                        width: 2px;
                        height: 100%;
                        display: block;
                        background: #27366d;
                        @media (max-width: 767px) {
                            top: 0.5em;
                        }
                    }
                    > h4 {
                        display: flex;
                        align-items: center;
                        gap: 0.6em;
                        .icon {
                            width: 2.2em;
                            height: 2.2em;
                            img {
                                width: 100%;
                                height: auto;
                            }
                        }
                        .text {
                            font-size: 1.4em;
                            color: #27366d;
                        }
                        .label {
                            padding: 0.2em 1em;
                            background: #d6b084;
                            color: #fff;
                            font-size: 0.8em;
                            border-radius: 0.2em;
                        }
                    }
                    .in {
                        margin-top: 0.3em;
                        padding-left: 3em;
                        line-height: 2em;
                        color: #101010;
                        i {
                            color: #d6b084;
                            font-style: normal;
                        }
                        ul.images {
                            margin-top: 1em;
                            list-style: none;
                            display: grid;
                            grid-template-columns: repeat(3, 1fr);
                            @media (max-width: 767px) {
                                grid-template-columns: repeat(1, 1fr);
                            }
                            li {
                                width: 100%;
                                aspect-ratio: 220 / 240;
                                overflow: hidden;
                                video,
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                }
                                video {
                                    object-position: center 20%;
                                }
                                &.has_video {
                                    position: relative;
                                    .video_play {
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        transform: translate(-50%, -50%);
                                        width: 3.4em;
                                        height: 3.4em;
                                        padding: 0;
                                        border: none;
                                        border-radius: 50%;
                                        background: rgba(39, 54, 109, 0.75);
                                        cursor: pointer;
                                        transition:
                                            opacity 0.2s,
                                            background 0.2s;
                                        &::before {
                                            content: "";
                                            position: absolute;
                                            top: 50%;
                                            left: 54%;
                                            transform: translate(-50%, -50%);
                                            width: 0;
                                            height: 0;
                                            border-style: solid;
                                            border-width: 0.6em 0 0.6em 1em;
                                            border-color: transparent transparent transparent #fff;
                                        }
                                        &:hover {
                                            background: rgba(39, 54, 109, 0.95);
                                        }
                                    }
                                    &.is_playing .video_play {
                                        opacity: 0;
                                        pointer-events: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .explanation {
                margin-top: 3em;
                padding: 2em;
                background: #27366d;
                text-align: left;
                border-radius: 0.8em;
                @media (max-width: 767px) {
                    padding: 1.5em;
                }
                .explanation_head {
                    display: flex;
                    align-items: center;
                    gap: 1.4em;
                    .image {
                        border-radius: 50%;
                        width: 7em;
                        height: 7em;
                        overflow: hidden;
                        background: #fff;
                        @media (max-width: 767px) {
                            width: 5em;
                            height: 5em;
                        }
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                    h3 {
                        width: calc(100% - 7em);
                        @media (max-width: 767px) {
                            width: calc(100% - 5em);
                        }
                        .main {
                            font-size: 1.8em;
                            @media (max-width: 767px) {
                                font-size: 1.1em;
                            }
                        }
                        .sub {
                            margin-top: 0.7em;
                            font-size: 0.9em;
                            color: #c5d0e5;
                        }
                    }
                }
                .content {
                    margin-top: 1em;
                    line-height: 2.5em;
                    font-size: 0.9em;
                    @media (max-width: 767px) {
                        font-size: 1em;
                    }
                    p {
                        letter-spacing: 0.06em;
                    }
                }
            }
            .case_photo {
                margin-top: 6em;
                h3 {
                    font-size: 1.7em;
                    color: #27366d;
                }
                .case_photo_inner {
                    margin-top: 3em;
                    display: grid;
                    grid-template-columns: 5.5fr 4.5fr;
                    @media (max-width: 767px) {
                        grid-template-columns: repeat(1, 1fr);
                        gap: 2em;
                    }
                    .in_text {
                        padding-right: 3em;
                        h4 {
                            margin: 1.5em 0 0.5em 0;
                            padding: 0.3em 0.8em;
                            background: #27366d;
                            width: fit-content;
                            border-radius: 4px;
                            &:first-of-type {
                                margin-top: 0;
                            }
                        }
                        p {
                            color: #101010;
                            text-align: left;
                        }
                    }
                }
                .image {
                    background: #ebebeb;
                    @media (max-width: 767px) {
                        grid-row: 1;
                    }
                    > div {
                        position: relative;
                        &:last-of-type {
                            &::after {
                                display: none;
                            }
                        }
                        &::after {
                            position: absolute;
                            bottom: -10px;
                            left: 0;
                            right: 0;
                            z-index: 10;
                            margin: auto;
                            content: "";
                            width: 40px;
                            height: 18px;
                            display: block;
                            background: linear-gradient(to right, #27366d, #4b69d3);
                            clip-path: polygon(0 0, 100% 0, 50% 100%);
                        }
                    }
                    img {
                        position: relative;
                        width: 100%;
                        display: block;
                        aspect-ratio: 320 / 180;
                        display: block;
                    }
                }
            }
        }
    }
}
.bust_syusei_cta_1 {
    padding: 4em 2em;
    background: linear-gradient(to bottom, #27366d, #4b69d3);
    > h2 {
        .sub {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1em;
            font-size: 1.1em;
            color: #d6b084;
            &::before,
            &::after {
                width: 12em;
                height: 1px;
                content: "";
                display: block;
                background: #d6b084;
                @media (max-width: 767px) {
                    width: 4em;
                }
            }
        }
        .main {
            margin-top: 1em;
            font-size: 2em;
            @media (max-width: 767px) {
                font-size: 1.4em;
            }
        }
    }
    p {
        margin: 2.5em 0 3em;
        line-height: 2em;
        @media (max-width: 767px) {
            margin: 2em 0 3em 0;
            text-align: left;
            font-size: 1.1em;
        }
    }
    .btn_wrap {
        margin: 0 auto;
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2em;
        @media (max-width: 767px) {
            width: 100%;
            flex-wrap: wrap;
        }
        > a {
            display: block;
            @media (max-width: 767px) {
                width: 100%;
            }
            img {
                width: 100%;
                height: auto;
            }
        }
    }
}
.bust_syusei_reason_choosing {
    padding: 6em 0;
    > h2 {
        font-size: 1.3em;
        line-height: 3em;
        @media (max-width: 767px) {
            line-height: 1.9;
        }
        b {
            color: #d6b084;
            font-size: 1.8em;
            @media (max-width: 767px) {
                font-size: 1.5em;
            }
        }
    }
    > ul {
        margin: 0 auto;
        margin-top: 3em;
        width: 85%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        background: #c5d0e5;
        list-style: none;
        @media (max-width: 767px) {
            width: 90%;
            grid-template-columns: repeat(1, 1fr);
        }
        > li {
            padding: 1.5em;
            padding-top: 1.8em;
            background: #fff;
            .icon {
                .image {
                    height: 4em;
                    height: 4em;
                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
                .text {
                    font-size: 0.9em;
                    background: linear-gradient(to right, #27366d, #4b69d3);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    color: transparent;
                }
            }
            h4 {
                margin: 1em 0;
                color: #101010;
                @media (max-width: 767px) {
                    font-size: 1.1em;
                }
            }
            p {
                line-height: 2.3em;
                text-align: left;
                color: #000;
                font-size: 0.9em;
                @media (max-width: 767px) {
                    font-size: 1em;
                }
            }
        }
    }
}
.bust_syusei_corrective_surgery {
    padding-top: 6em;
    background: #f5f7ff;
    > h2 {
        color: #27366d;
    }
    .inner {
        margin: 0 auto;
        margin-top: 3em;
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6em;
        @media (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
            gap: 3em;
        }
        .content {
            position: relative;
            z-index: 10;
            background: linear-gradient(to right, #cc1111, #f2607a);
            &:has(.pickup) {
                padding: 0.25em;
                padding-top: 0;
            }
            .in {
                padding: 4.5em 3em 3em 3em;
                height: 100%;
                background: #fff;
                @media (max-width: 767px) {
                    padding: 4.5em 1.3em 2em 1.3em;
                }
                .pickup {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    padding: 0.4em;
                    width: 100%;
                    background: linear-gradient(to right, #cc1111, #f2607a);
                    color: #fff;
                    font-size: 1.35em;
                    @media (max-width: 767px) {
                        font-size: 1.1em;
                    }
                }
                h3 {
                    font-size: 1.5em;
                    color: #27366d;
                    @media (max-width: 767px) {
                        font-size: 1.1em;
                    }
                }
                .image {
                    margin: 1.7em 0;
                    width: 100%;
                    aspect-ratio: 420 / 240;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        background: #efefef;
                    }
                }
                h4 {
                    margin: 1.5em 0 0.5em 0;
                    padding: 0.3em 0.8em;
                    background: #27366d;
                    width: fit-content;
                    border-radius: 4px;
                    &:first-of-type {
                        margin-top: 0;
                    }
                }
                p {
                    color: #000;
                    text-align: left;
                    line-height: 2.3em;
                }
            }
        }
    }
}
.bust_syusei_flow {
    padding: 8em 0;
    background: #f5f7ff;
    > h2 {
        color: #27366d;
    }
    > ul {
        margin: 0 auto;
        margin-top: 3em;
        width: 90%;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4em;
        @media (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
        }
        > li {
            position: relative;
            background: #fff;
            &:last-of-type {
                &::after {
                    display: none;
                }
            }
            &::after {
                position: absolute;
                top: 0;
                bottom: 0;
                right: -3.5em;
                margin: auto;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-left: 1.8em solid transparent;
                border-right: 1.8em solid transparent;
                border-top: 1.6em solid #27366d;
                transform: rotate(-90deg) translateY(0.3em);
                @media (max-width: 767px) {
                    position: static;
                    transform: rotate(0) translateY(3em);
                }
            }
            .no {
                padding: 0.5em 0;
                background: linear-gradient(to right, #27366d, #4b69d3);
                font-size: 1.25em;
            }
            .in {
                padding: 1em;
                padding-top: 1.6em;
                h3 {
                    font-size: 1.1em;
                    color: #27366d;
                    @media (max-width: 767px) {
                        font-size: 1.3em;
                    }
                }
                .icon {
                    margin: 1em 0;
                    height: 4em;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    img {
                        width: 100%;
                        max-height: 100%;
                        height: auto;
                    }
                }
                p {
                    color: #000;
                    text-align: left;
                    line-height: 2em;
                    font-size: 0.9em;
                    @media (max-width: 767px) {
                        font-size: 1em;
                    }
                }
            }
        }
    }
}
.bust_syusei_qa {
    padding: 8em 0 5em 0;
    background: #f5f7ff;
    color: #010101;
    @media (max-width: 767px) {
        font-size: 0.8em;
    }
    .wrap {
        margin: 0 auto;
        margin-top: 3em;
        max-width: 88%;
        dl {
            text-align: left;
            font-weight: 600;
            dt {
                padding: 0.8em 1.2em;
                background: #27366d;
                font-size: 1.2em;
                color: #fff;
                letter-spacing: 0.1em;
                &::before {
                    margin-right: 0.3em;
                    content: "Q.";
                }
            }
            dd {
                padding: 1.8em;
                color: #010101;
                font-size: 0.845em;
                line-height: 2;
                @media (max-width: 767px) {
                    padding: 1.5em 1em;
                    font-size: 1em;
                }
                &::before {
                    margin-right: 0.3em;
                    content: "A.";
                }
            }
        }
    }
}
/* bust_syusei_price */
.bust_syusei_price {
    margin: 6em 0;
    .inner {
        margin: 0 auto;
        margin-top: 3em;
        width: 88%;
        padding: 3em;
        padding-top: 4em;
        background: #fff;
        color: #27366d;
        text-align: left;
        font-weight: 700;
        @media (max-width: 767px) {
            padding: 2.5em 2em;
            width: 95%;
        }
        dl {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            font-size: 1.35em;
            @media (max-width: 767px) {
                grid-template-columns: repeat(1, 1fr);
                font-size: 1.1em;
            }
            dt,
            dd {
                padding: 1.2em 0;
                border-bottom: 2px solid #27366d;
                @media (max-width: 767px) {
                    border-width: 1px;
                }
                &:first-of-type {
                    padding-top: 0;
                }
            }
            dt {
                padding-left: 1em;
                @media (max-width: 767px) {
                    padding-left: 0;
                    padding-bottom: 0;
                    border: none;
                }
            }
            dd {
                @media (max-width: 767px) {
                    padding-top: 0;
                }
            }
        }
        p {
            margin-top: 1.3em;
            color: #000000;
            line-height: 1.7em;
            @media (max-width: 767px) {
                font-size: 0.9em;
            }
        }
    }
}
/* bust_special_case_introduction */
.bust_special_case_introduction {
    padding: 5em 0;
    @media (max-width: 767px) {
        font-size: 0.8em;
    }
    > h2 {
        font-size: 1.7em;
    }
    .bust_special_case_introduction_slider {
        margin-top: 4em;
        overflow: visible;
        .swiper-wrapper {
            list-style: none;
        }
        .swiper-slide {
            padding: 1.3em;
            width: 55%;
            display: grid;
            grid-template-columns: 1fr 1.4fr;
            gap: 1.1em;
            opacity: 1;
            transition: opacity 0.3s;
            background: #f5f7ff;
            text-align: left;
            color: #010101;
            @media (max-width: 767px) {
                width: 80%;
                grid-template-columns: 1fr;
            }
            &-active {
                opacity: 1;
            }
            .left {
                .image {
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                h3 {
                    margin-top: 0.8em;
                    font-size: 1.2em;
                    color: #27366d;
                    letter-spacing: 0.1em;
                }
            }
            .text_in {
                h4 {
                    margin-bottom: 0.6em;
                    padding: 0.3em 0.5em;
                    color: #fff;
                    background: #27366d;
                    border-radius: 0.3em;
                }
                > dl {
                    margin: 0.5em 0;
                    padding-left: 0.3em;
                    display: grid;
                    grid-template-columns: 1fr 1.4fr;
                    line-height: 2;
                    font-size: 0.9em;
                }
                .text {
                    margin: 0.8em 0;
                    padding: 0.4em 1em;
                    width: 100%;
                    min-height: 6em;
                    background: #fff;
                    border-left: 0.3em solid #27366d;
                    font-size: 0.8em;
                    ul {
                        list-style: none;
                        li {
                            position: relative;
                            padding-left: 1em;
                            &::before {
                                position: absolute;
                                top: 0;
                                left: -0.2em;
                                content: "・";
                                display: block;
                            }
                        }
                    }
                }
            }
        }
        .swiper-button-prev,
        .swiper-button-next {
            width: 50px;
            height: 50px;
            background: #fff;
            width: 2%;
            height: 5em;
            @media (max-width: 767px) {
                width: 7%;
                height: 8em;
            }
            &::after {
                display: none;
            }
        }
        .swiper-button-next {
            right: 19.5%;
            clip-path: polygon(0 0, 0 100%, 100% 50%);
            @media (max-width: 767px) {
                right: 1.5%;
            }
        }
        .swiper-button-prev {
            left: 19.5%;
            clip-path: polygon(100% 0, 100% 100%, 0 50%);
            @media (max-width: 767px) {
                left: 1.5%;
            }
        }
    }
}
/* bust_syusei_more_contents */
.bust_syusei_more_contents {
    margin: 8em 0;
    max-width: 100vw;
    width: 100%;
    @media (max-width: 767px) {
        margin: 6em 0;
    }
    * {
        box-sizing: border-box;
    }

    > ul {
        margin: 0 auto;
        margin-top: 3em;
        width: 88%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3em;
        list-style: none;
        text-align: left;
        @media (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
        }
        > li {
            width: 100%;
            a {
                color: #fff;
                text-decoration: none;
            }
            .image {
                position: relative;
                width: 100%;
                aspect-ratio: 340 / 230;
                background: #fff;
                img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            h3 {
                margin: 0.9em 0 0.6em 0;
                font-size: 1.2em;
                line-height: 1.6;
                overflow: hidden;
            }
            p {
                font-size: 0.9em;
                line-height: 2.2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                line-clamp: 3;
                overflow: hidden;
            }
        }
    }
}
