﻿@import 'https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap';
h2,
h3,
ul,
li,
figure {
    margin: 0;
}
data {
    font-size: 0;
}
p {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.7;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 3.7333333333vw;
    }
}
p strong {
    color: #d83563;
    font-weight: bold;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
a:hover {
    opacity: var(--hover-opacity);
}
main {
    background: rgba(0, 133, 206, 0.05);
}
section:not(.kv) {
    margin: 0 auto min(5.6vw, 56px);
}
@media screen and (max-width: 767px) {
    section:not(.kv) {
        margin: 0 auto 8.5333333333vw;
    }
}
article {
    max-width: 1104px;
    margin: 0 auto;
    padding: min(4.8vw, 48px) min(6.4vw, 64px);
    background: #fff;
}
@media screen and (max-width: 767px) {
    article {
        padding: 6.4vw 5.3333333333vw 4.2666666667vw;
    }
}
.wrapper {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: var(--header-height-pc) auto 0;
    padding: 50px 60px;
}
@media screen and (max-width: 767px) {
    .wrapper {
        min-width: 100%;
        width: 100%;
        margin-top: var(--header-height-sp);
        padding: 0 5.3333333333vw 8vw;
        background: #fff;
    }
}
.conts {
    position: relative;
    overflow: hidden;
}
.pcDisp {
    display: block;
}
@media screen and (max-width: 767px) {
    .pcDisp {
        display: none;
    }
}
.spDisp {
    display: none;
}
@media screen and (max-width: 767px) {
    .spDisp {
        display: block;
    }
}
.nw {
    white-space: nowrap;
}
.nw-pc {
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .nw-pc {
        white-space: normal;
    }
}
.nw-sp {
    white-space: normal;
}
@media screen and (max-width: 767px) {
    .nw-sp {
        white-space: nowrap;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.c-page-heading,
.c_page-heading {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: min(4vw, 40px);
    padding: min(3.2vw, 32px) 0 min(1.6vw, 16px);
    border-top: 3px solid #0085ce;
    border-bottom: 1px solid #0085ce;
}
@media screen and (max-width: 767px) {
    .c-page-heading,
    .c_page-heading {
        margin-bottom: 6.4vw;
        padding: 6.4vw 0 2.1333333333vw;
        border-top: 0.8vw solid #0085ce;
        border-bottom: 0.2666666667vw solid #0085ce;
    }
}
.c-page-heading h2,
.c_page-heading h2 {
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
    .c-page-heading h2,
    .c_page-heading h2 {
        font-size: 5.6vw;
        letter-spacing: 0.1333333333vw;
    }
}
.c-page-heading h2 span,
.c_page-heading h2 span {
    color: #0085ce;
}
.c-page-heading h2 small,
.c_page-heading h2 small {
    display: block;
    font-size: clamp(11px, 1.3vw, 13px);
}
@media screen and (max-width: 767px) {
    .c-page-heading h2 small,
    .c_page-heading h2 small {
        font-size: 2.9333333333vw;
    }
}
.c-page-heading__category,
.c_page-heading__category {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    min-width: 155px;
    padding: 0 min(1.6vw, 16px);
    border-radius: 0 0 5px 5px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-feature-settings: 'palt' 1;
    color: #fff;
    background-color: #0085ce;
}
@media screen and (max-width: 767px) {
    .c-page-heading__category,
    .c_page-heading__category {
        width: fit-content;
        min-width: inherit;
        margin-bottom: 1.0666666667vw;
        padding: 0 2.1333333333vw 0.5333333333vw;
        border-radius: 0 0 1.3333333333vw 1.3333333333vw;
        font-size: 2.9333333333vw;
        line-height: 1.5;
        letter-spacing: 0.1333333333vw;
        white-space: nowrap;
    }
}
.notes {
    font-size: clamp(9px, 1.1vw, 11px);
    line-height: 1.2;
    color: #474747;
}
@media screen and (max-width: 767px) {
    .notes {
        font-size: 2.4vw;
    }
}
.bnr {
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
    .bnr {
        width: 100%;
        margin-top: 6.4vw;
    }
}
.overview {
    background-color: #d8d8d8;
    margin: 0 auto min(5.6vw, 56px);
    padding: min(3.2vw, 32px) min(4.8vw, 48px);
    max-width: 984px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .overview {
        padding: 4.2666666667vw 2.1333333333vw 2.1333333333vw;
        margin-bottom: 8.5333333333vw;
    }
}
.overview h2 {
    font-size: clamp(20px, 2.4vw, 24px);
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .overview h2 {
        font-size: 4.8vw;
        margin-bottom: 4.2666666667vw;
    }
}
.overview__table {
    background-color: #fff;
    width: 100%;
    border-collapse: collapse;
}
.overview__table thead tr {
    height: 0 !important;
    min-height: 0;
    overflow: hidden;
    border: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none !important;
    background-image: none !important;
}
.overview__table thead th {
    padding: 0 !important;
    margin: 0;
    height: 0 !important;
    min-height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0 !important;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .overview__table tbody {
        display: block;
    }
}
.overview__table tr {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    position: relative;
    background-image: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
    .overview__table tr {
        border-left: 1.3333333333vw solid #fff;
        border-right: 1.3333333333vw solid #fff;
        background-image: linear-gradient(to right, #aaa, #aaa 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
        background-size: 1.6vw 0.5333333333vw;
    }
}
.overview__table tr:last-child {
    background-image: none;
}
.overview__table tr:first-child th,
.overview__table tr:first-child td {
    padding-top: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
    .overview__table tr:first-child th,
    .overview__table tr:first-child td {
        padding-top: 4.2666666667vw;
    }
}
.overview__table tr:last-child th,
.overview__table tr:last-child td {
    padding-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
    .overview__table tr:last-child th,
    .overview__table tr:last-child td {
        padding-bottom: 4.2666666667vw;
    }
}
.overview__table th {
    background: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 18px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    min-width: 160px;
}
@media screen and (max-width: 767px) {
    .overview__table th {
        font-size: 3.7333333333vw;
        padding: 3.4666666667vw 0;
        width: 79%;
        display: block;
        margin-right: 2.2666666667vw;
        min-width: 20vw;
    }
}
.overview__table th.ptd {
    letter-spacing: 0;
}
.overview__table td {
    padding: 18px;
    vertical-align: top;
    line-height: 1.3;
    border-bottom: none !important;
}
@media screen and (max-width: 767px) {
    .overview__table td {
        font-size: 3.7333333333vw;
        padding: 3.2vw;
        line-height: 1.5;
    }
}
.overview__table td:last-child {
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .overview__table td:last-child {
        padding-left: 0.8vw;
        padding-right: 0;
    }
}
.overview ul {
    list-style-type: '・';
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
    .overview ul {
        padding-left: 2.6666666667vw;
    }
}
.overview ul li {
    margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
    .overview ul li {
        margin: 0;
    }
}
.faq__box {
    display: flex;
    flex-direction: column;
    gap: min(1.6vw, 16px);
    margin: 0 auto min(5.6vw, 56px);
    max-width: 984px;
}
@media screen and (max-width: 767px) {
    .faq__box {
        margin-bottom: inherit;
        gap: 2.1333333333vw;
    }
}
.faq__question {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: min(1.6vw, 16px) 80px;
    border: #d8d8d8 1px solid;
    background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .faq__question {
        min-height: inherit;
        padding: 4.2666666667vw 10.6666666667vw;
        background-color: #fafafa;
        font-size: 4.2666666667vw;
        line-height: 1.5;
    }
}
.faq__question::before {
    content: 'Q';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: #0085ce;
    color: #fff;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .faq__question::before {
        top: 50%;
        left: 2.1333333333vw;
        width: 6.4vw;
        height: 6.4vw;
        transform: translateY(-50%);
        font-size: 4.2666666667vw;
    }
}
.faq__question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent 10px, #333 10px, #333 14px, transparent 14px), linear-gradient(to right, transparent 10px, #333 10px, #333 14px, transparent 14px);
    transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
    .faq__question::after {
        top: 50%;
        right: 2.1333333333vw;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        background: linear-gradient(to bottom, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw), linear-gradient(to right, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw);
    }
}
.faq__question.open::after {
    transform: translateY(-50%) rotate(45deg);
}
.faq__answer {
    position: relative;
    padding: 20px 80px;
    border: #d8d8d8 1px solid;
    border-top: none;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .faq__answer {
        padding: 3.2vw 3.2vw 3.2vw 10.6666666667vw;
    }
}
.faq__answer::before {
    content: 'A';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(145.304, 176.2891262136, 193.296);
    color: #fff;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .faq__answer::before {
        top: 3.2vw;
        left: 2.1333333333vw;
        width: 6.4vw;
        height: 6.4vw;
        font-size: 4.2666666667vw;
    }
}
.faq__answer p {
    font-size: clamp(16px, 1.8vw, 18px);
    margin-bottom: min(1.2vw, 12px);
}
@media screen and (max-width: 767px) {
    .faq__answer p {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        margin-bottom: 3.2vw;
    }
}
.faq__answer p:last-child {
    margin-bottom: 0;
}
.price {
    margin: 0 auto min(5.6vw, 56px);
}
.price__table {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
    .price__table {
        gap: 4.2666666667vw;
    }
}
.price table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #d8d8d8;
    table-layout: fixed;
}
.price table caption {
    background-color: #0085ce;
    color: #fff;
    font-weight: bold;
    padding: min(1.6vw, 16px) min(2.4vw, 24px);
    text-align: center;
    font-size: clamp(20px, 2.4vw, 24px);
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
    .price table caption {
        padding: 4.2666666667vw 0;
        font-size: 4.8vw;
    }
}
.price table th {
    background-color: rgb(145.304, 176.2891262136, 193.296);
    color: #fff;
    font-weight: bold;
    font-size: clamp(18px, 2.1vw, 21px);
    text-align: center;
    padding: min(1.6vw, 16px) min(2.4vw, 24px);
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
    .price table th {
        font-size: 4.2666666667vw;
        padding: 2.6666666667vw 2.6666666667vw;
    }
}
.price table th:first-child:nth-last-child(2) {
    width: 60%;
}
.price table th:first-child:nth-last-child(3),
.price table th:first-child:nth-last-child(3) + th {
    width: 30%;
}
.price table th:last-child {
    width: 40%;
}
.price table td {
    padding: min(1.6vw, 16px) min(2.4vw, 24px);
    border: 1px solid #d8d8d8;
    text-align: left;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .price table td {
        padding: 2.6666666667vw 2.6666666667vw;
    }
}
.price table td:last-child {
    text-align: right;
}
.price table tbody tr:first-child {
    background-color: #fff;
}
.price table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}
.price__cell-left {
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .price__cell-left {
        font-size: 3.7333333333vw;
    }
}
.price__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
    .price__row {
        flex-direction: column;
        gap: 1.0666666667vw;
    }
}
.price__row + .price__notice {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: clamp(11px, 1.3vw, 13px);
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .price__row + .price__notice {
        margin-top: 2.6666666667vw;
        font-size: 2.9333333333vw;
    }
}
.price__detail {
    flex: 1;
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .price__detail {
        font-size: 2.9333333333vw;
        text-align: center;
    }
}
.price__box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
@media screen and (max-width: 767px) {
    .price__box {
        gap: 0.5333333333vw;
        align-items: center;
    }
}
.price__main {
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .price__main {
        text-align: center;
    }
}
.price__value {
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .price__value {
        font-size: 4.8vw;
    }
}
.price__currency {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .price__currency {
        font-size: 3.7333333333vw;
    }
}
.price__tax {
    font-size: clamp(11px, 1.3vw, 13px);
    line-height: 1;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .price__tax {
        font-size: 2.9333333333vw;
    }
}
.price__notice {
    font-size: clamp(11px, 1.3vw, 13px);
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .price__notice {
        font-size: 2.4vw;
    }
}
.price__area {
    display: flex;
    flex-direction: column;
    gap: min(1.6vw, 16px);
    padding: min(2.4vw, 24px);
    background-color: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
    .price__area {
        gap: 4.2666666667vw;
        padding: 4.2666666667vw;
    }
}
.price__area-title {
    margin: 0;
    color: #0085ce;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .price__area-title {
        font-size: 4.8vw;
    }
}
.price__area-list {
    display: flex;
    justify-content: center;
    gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
    .price__area-list {
        flex-wrap: wrap;
        gap: 2.1333333333vw;
    }
}
.price__area-item {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .price__area-item {
        flex: 0 0 calc(50% - 1.0666666667vw);
        max-width: none;
    }
}
.price__area-item img {
    width: 100%;
    height: auto;
}
.price__area-item figcaption {
    padding: min(0.8vw, 8px) min(1.6vw, 16px);
    border: 1px solid #0085ce;
    background-color: #fff;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .price__area-item figcaption {
        padding: 1.6vw 3.2vw;
        border-width: 0.2666666667vw;
        font-size: 3.7333333333vw;
    }
}
.price__course {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media screen and (max-width: 767px) {
    .price__course {
        flex-direction: column;
        gap: 2.1333333333vw;
    }
}
.price__course-image {
    flex-shrink: 0;
    margin: 0;
}
.price__course-image img {
    width: 100%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .price__course-image img {
        max-width: 26.6666666667vw;
    }
}
.price__course-name {
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .price__course-name {
        font-size: 2.9333333333vw;
    }
}
.p-credit {
    background: #e5f3fa;
    max-width: 984px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: min(2.4vw, 24px);
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
    padding: min(2.4vw, 24px) min(4.8vw, 48px);
}
@media screen and (max-width: 767px) {
    .p-credit {
        flex-direction: column;
        position: relative;
        gap: 0;
        padding: 4.2666666667vw;
    }
}
.p-credit__title {
    width: 100%;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
    color: #0085ce;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-credit__title {
        font-size: 4.8vw;
        margin-bottom: 4.2666666667vw;
        text-align: left;
        padding: 4.2666666667vw 0;
    }
}
.p-credit__photo {
    width: 16%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .p-credit__photo {
        position: absolute;
        top: 0;
        right: 4.2666666667vw;
        width: 32vw;
        height: 27.7333333333vw;
        overflow: hidden;
    }
}
.p-credit__photo picture {
    display: block;
}
.p-credit__photo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.p-credit__photo figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.p-credit__body {
    flex: 1;
    max-width: inherit;
}
@media screen and (max-width: 767px) {
    .p-credit__body {
        width: 100%;
    }
}
.p-credit__intro {
    padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .p-credit__intro {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        padding-bottom: 0;
    }
}
.p-credit__message {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .p-credit__message {
        font-size: 3.4666666667vw;
        padding-bottom: 2.1333333333vw;
    }
}
.p-credit__author {
    display: flex;
}
@media screen and (max-width: 767px) {
    .p-credit__author {
        display: none;
    }
}
.p-credit__role,
.p-credit__name {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
@media screen and (max-width: 767px) {
    .p-credit__role,
    .p-credit__name {
        font-size: 4vw;
    }
}
.p-credit__name {
    padding-left: 16px;
}
@media screen and (max-width: 767px) {
    .p-credit__name {
        padding-left: 4.2666666667vw;
    }
}
.p-credit__accordion {
    border: 1px solid #0085ce;
    background: #fff;
    padding: 6px 24px;
}
@media screen and (max-width: 767px) {
    .p-credit__accordion {
        max-width: 100%;
        padding: 1.6vw 2.1333333333vw;
        border: 0.2666666667vw solid #0085ce;
    }
}
.p-credit__toggle {
    color: #0085ce;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-credit__toggle {
        font-size: 4vw;
        margin-left: 4.2666666667vw;
    }
}
.p-credit__toggle::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #0085ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
    .p-credit__toggle::before {
        top: 1.8666666667vw;
        left: -4.2666666667vw;
        border-width: 2.1333333333vw 1.6vw 0 1.6vw;
    }
}
.p-credit__toggle.open {
    padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .p-credit__toggle.open {
        padding-bottom: 4.2666666667vw;
    }
}
.p-credit__toggle.open::before {
    transform: rotate(-180deg);
}
.p-credit__toggle.open + .p-credit__panel {
    padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .p-credit__toggle.open + .p-credit__panel {
        padding-bottom: 0;
    }
}
.p-credit__panel {
    display: flex;
    gap: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
@media screen and (max-width: 767px) {
    .p-credit__panel {
        display: block;
    }
}
.p-credit__group {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .p-credit__group {
        width: 100%;
    }
    .p-credit__group:not(:last-of-type) {
        margin-bottom: 2.1333333333vw;
    }
}
.p-credit__subgroup--spaced {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .p-credit__subgroup--spaced {
        margin-bottom: 2.1333333333vw;
    }
}
@media screen and (max-width: 767px) {
    .p-credit__subgroup .p-credit__record {
        margin-bottom: 1.0666666667vw;
    }
}
.p-credit__group-title {
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    padding: 0 0 8px 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #0085ce;
}
@media screen and (max-width: 767px) {
    .p-credit__group-title {
        font-size: 2.9333333333vw;
        padding: 0 0 2.1333333333vw 1.6vw;
        margin-bottom: 2.1333333333vw;
        border-bottom: 0.2666666667vw dashed #0085ce;
    }
}
.p-credit__group-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 19px;
    background: #0085ce;
}
@media screen and (max-width: 767px) {
    .p-credit__group-title::before {
        width: 0.8vw;
        height: 5.0666666667vw;
    }
}
.p-credit__record {
    display: flex;
    padding-left: 16px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-credit__record {
        padding-left: 3.7333333333vw;
    }
}
.p-credit__record:not(:last-of-type) {
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .p-credit__record:not(:last-of-type) {
        margin-bottom: 0.5333333333vw;
    }
}
.p-credit__record::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0085ce;
}
@media screen and (max-width: 767px) {
    .p-credit__record::before {
        width: 2.6666666667vw;
        height: 2.6666666667vw;
        top: 50%;
    }
}
.p-credit__year {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    max-width: 80px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-credit__year {
        font-size: 2.9333333333vw;
        max-width: 21.3333333333vw;
    }
}
.p-credit__detail {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .p-credit__detail {
        font-size: 2.9333333333vw;
    }
}
.p-credit__detail--wide {
    max-width: 100%;
    width: 100%;
}
.p-credit__link {
    text-align: right;
    margin: 10px 0 0;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-credit__link {
        margin: 2.6666666667vw 0 0;
        font-size: 3.7333333333vw;
    }
}
.p-credit__link a {
    text-decoration: underline;
}
.p-credit__link a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0085ce;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .p-credit__link a::before {
        margin-right: 1.6vw;
        border-width: 1.3333333333vw 0 1.3333333333vw 1.8666666667vw;
    }
}
.p-credit__link a:hover {
    text-decoration: none;
}
.p-credit meta[itemprop] {
    display: none !important;
}
@keyframes kv-monitor-badge-sphere {
    0%,
    100% {
        box-shadow:
            inset -0.3vw -0.3vw 0.8vw rgba(0, 0, 0, 0.25),
            inset 0.2vw 0.2vw 0.5vw hsla(0, 0%, 100%, 0.2),
            0 0.4vw 1.2vw rgba(0, 133, 206, 0.4),
            0 0.8vw 2vw rgba(0, 133, 206, 0.25);
    }
    50% {
        box-shadow:
            inset -0.3vw -0.3vw 0.8vw rgba(0, 0, 0, 0.2),
            inset 0.2vw 0.2vw 0.5vw hsla(0, 0%, 100%, 0.25),
            0 0.6vw 1.8vw rgba(0, 133, 206, 0.55),
            0 1.2vw 3vw rgba(0, 133, 206, 0.35);
    }
}
.monitor .kv__monitor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transform: translateY(0.7320644217vw);
    transition: 0.5s;
    transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor {
        transform: translateY(2.1333333333vw);
    }
}
.monitor .kv__monitor.anim {
    opacity: 1;
    transform: none;
}
.monitor .kv__monitor-badge {
    position: absolute;
    bottom: -2vw;
    right: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: max-content;
    width: auto;
    aspect-ratio: 1;
    padding: 1.6vw;
    background: radial-gradient(circle at 35% 35%, rgb(42.8, 179.8029126214, 255) 0%, rgb(0, 152.7563106796, 236.6) 25%, #0085ce 50%, rgb(0, 100.072815534, 155) 75%, rgb(0, 73.7310679612, 114.2) 100%);
    color: #fff;
    font-size: 1.5vw;
    border-radius: 50%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow:
        inset -0.3vw -0.3vw 0.8vw rgba(0, 0, 0, 0.25),
        inset 0.2vw 0.2vw 0.5vw hsla(0, 0%, 100%, 0.2),
        0 0.4vw 1.2vw rgba(0, 133, 206, 0.4),
        0 0.8vw 2vw rgba(0, 133, 206, 0.25);
    animation: kv-monitor-badge-sphere 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-badge {
        padding: 2.1333333333vw;
        font-size: 2.9333333333vw;
        box-shadow:
            inset -1px -1px 3px rgba(0, 0, 0, 0.25),
            inset 1px 1px 2px hsla(0, 0%, 100%, 0.2),
            0 2px 6px rgba(0, 133, 206, 0.4),
            0 4px 10px rgba(0, 133, 206, 0.25);
    }
}
.monitor .kv__monitor-badge .title {
    margin: 0 0 0.15em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-badge .title {
        font-size: 0.35em;
    }
}
.monitor .kv__monitor-badge .discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 0.08em;
}
.monitor .kv__monitor-badge .row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    line-height: 1;
}
.monitor .kv__monitor-badge .num {
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-badge .num {
        font-size: 2.2em;
    }
}
.monitor .kv__monitor-badge .unit {
    font-size: 1em;
    font-weight: bold;
    margin-left: 0.08em;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-badge .unit {
        font-size: 0.4em;
    }
}
.monitor .kv__monitor-badge .off {
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-badge .off {
        font-size: 0.4em;
    }
}
.monitor .kv__monitor-badge .detail {
    margin: 0;
    font-size: 0.35em;
    line-height: 1.2;
    text-align: center;
}
.monitor .kv__monitor-note {
    position: absolute;
    bottom: 1vw;
    left: 10vw;
    margin: 0;
    font-size: 1vw;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .monitor .kv__monitor-note {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .kv {
    position: relative;
}
.prp-gums .kv__inner {
    position: relative;
    width: 100%;
    height: 40.2635431918vw;
    padding-top: 8vw;
    box-sizing: border-box;
    background-image: url(../images/kv-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__inner {
        height: 88vw;
        padding-top: 32vw;
        background-image: url(../images/kv-bg-sp.webp);
        font-feature-settings: 'palt' 1;
    }
}
.prp-gums .kv__img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40.2635431918vw;
    margin: auto;
    opacity: 0;
    transform: translateX(2.9282576867vw);
    transition: 0.7s;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__img {
        z-index: 0;
        width: 100%;
        height: 100%;
        transform: translateX(5.3333333333vw);
    }
}
.prp-gums .kv__img.anim {
    opacity: 1;
    transform: translateX(0vw);
}
.prp-gums .kv__img img {
    width: 100vw;
    height: 40.2635431918vw;
    max-width: inherit;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__img img {
        width: 100%;
        height: 100%;
    }
}
.prp-gums .kv__box {
    position: relative;
    z-index: 1;
    max-width: 80.5270863836vw;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(0.7320644217vw);
    transition: 0.5s;
    transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__box {
        max-width: inherit;
        left: 5.3333333333vw;
    }
}
.prp-gums .kv__box.anim {
    opacity: 1;
    transform: none;
}
.prp-gums .kv__ttl {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 2.3426061493vw;
    color: #fff;
    font-family: serif;
    font-size: 4.6852122987vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__ttl {
        margin-bottom: 6.4vw;
        font-size: 6.9333333333vw;
        letter-spacing: 0;
    }
}
.prp-gums .kv__ttl::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 26.3543191801vw;
    width: 146.4128843338vw;
    padding: 3.513909224vw 0;
    box-sizing: border-box;
    background: linear-gradient(to left, rgba(0, 133, 206, 0), #0085ce 16vw, #0085ce 100%);
    box-shadow: 0 0.2928257687vw 1.1713030747vw rgba(51, 51, 51, 0.3);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__ttl::after {
        right: auto;
        left: -5.3333333333vw;
        width: 74.6666666667vw;
        padding: 6.4vw 0;
        box-shadow: none;
    }
}
.prp-gums .kv__ttl span {
    font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__ttl span {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .kv__txt-upper,
.prp-gums .kv__txt-lower {
    margin-bottom: 1.756954612vw;
    color: #333;
    font-size: 3vw;
    font-weight: bold;
    text-shadow:
        0 0 2px #fff,
        0 0 4px #fff,
        0 0 6px #fff,
        0 0 8px #fff,
        0 0 10px #fff,
        0 0 12px #fff,
        0 0 14px #fff,
        0 0 16px #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__txt-upper,
    .prp-gums .kv__txt-lower {
        margin-bottom: 6.4vw;
        font-size: 5.6vw;
        text-shadow:
            0 0 4px #fff,
            0 0 8px #fff,
            0 0 12px #fff,
            0 0 16px #fff,
            0 0 20px #fff;
    }
}
.prp-gums .kv__txt-lower {
    color: #0085ce;
    font-size: 2.5vw !important;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .prp-gums .kv__txt-lower {
        font-size: 4.8vw !important;
    }
}
.prp-gums .lead {
    margin-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
    .prp-gums .lead {
        margin-bottom: 4.2666666667vw;
    }
}
.prp-gums .lead__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 984px;
    margin: 0 auto min(3.2vw, 32px);
    gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__inner {
        padding: 0;
        gap: 6.4vw;
    }
}
.prp-gums .lead__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__content {
        gap: 6.4vw;
    }
}
.prp-gums .lead__content-header {
    display: flex;
    flex-direction: column;
}
.prp-gums .lead__content-title {
    color: #0085ce;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__content-title {
        font-size: 5.6vw;
    }
}
.prp-gums .lead__content-text {
    display: flex;
    flex-direction: column;
    gap: min(1.6vw, 16px);
    font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__content-text {
        gap: 3.2vw;
        font-size: 3.7333333333vw;
    }
}
.prp-gums .lead__content-text p {
    margin-bottom: 0;
}
.prp-gums .lead__compare {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(1.6vw, 16px);
    width: 100%;
    padding: min(2.4vw, 24px) min(4vw, 40px);
    background-color: #ebf2f8;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare {
        gap: 3.2vw;
        padding: 5.3333333333vw;
        width: 100vw;
    }
}
.prp-gums .lead__compare-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-items {
        gap: 1.0666666667vw;
    }
}
.prp-gums .lead__compare-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-item {
        max-width: none;
    }
}
.prp-gums .lead__compare-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(1.2vw, 12px) min(1.6vw, 16px);
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-label {
        padding: 2.1333333333vw 3.2vw;
        font-size: 4.2666666667vw;
    }
}
.prp-gums .lead__compare-label.is-primary {
    background-color: #0085ce;
}
.prp-gums .lead__compare-label.is-secondary {
    background-color: #5b1515;
}
.prp-gums .lead__compare-image {
    position: relative;
    padding: min(2.4vw, 24px);
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-image {
        padding: 4.2666666667vw 1.0666666667vw 1.0666666667vw;
    }
}
.prp-gums .lead__compare-image.is-primary {
    border-left: 2px solid #0085ce;
    border-right: 2px solid #0085ce;
    border-bottom: 2px solid #0085ce;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-image.is-primary {
        border-left: 0.2666666667vw solid #0085ce;
        border-right: 0.2666666667vw solid #0085ce;
        border-bottom: 0.2666666667vw solid #0085ce;
    }
}
.prp-gums .lead__compare-image.is-secondary {
    border-left: 2px solid #5b1515;
    border-right: 2px solid #5b1515;
    border-bottom: 2px solid #5b1515;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-image.is-secondary {
        border-left: 0.2666666667vw solid #5b1515;
        border-right: 0.2666666667vw solid #5b1515;
        border-bottom: 0.2666666667vw solid #5b1515;
    }
}
.prp-gums .lead__compare-image.is-secondary::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    width: min(8vw, 80px);
    height: min(8vw, 80px);
    border: min(0.3vw, 3px) dashed #5b1515;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-image.is-secondary::before {
        left: 49%;
        width: 12.8vw;
        height: 12.8vw;
        border-width: 0.5333333333vw;
    }
}
.prp-gums .lead__compare-image img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .lead__compare-caption {
    position: absolute;
    right: min(2.4vw, 24px);
    bottom: min(2.4vw, 24px);
    padding: min(0.4vw, 4px) min(0.8vw, 8px);
    background-color: #5b1515;
    color: #fff;
    font-size: clamp(12px, 1.5vw, 15px);
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-caption {
        right: 0;
        bottom: 0;
        padding: 0.5333333333vw;
        font-size: 2.6666666667vw;
        z-index: 1;
    }
}
.prp-gums .lead__compare-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(9.1vw, 91px) 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-arrow {
        padding: 10.6666666667vw 0;
    }
}
.prp-gums .lead__compare-arrow img {
    width: min(1.4vw, 14px);
    height: auto;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-arrow img {
        width: 2.6666666667vw;
    }
}
.prp-gums .lead__compare-note {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .lead__compare-note {
        font-size: 3.7333333333vw;
        text-align: left;
    }
}
.prp-gums .worries__inner {
    max-width: 984px;
    margin: 0 auto;
}
.prp-gums .worries__box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: min(3.2vw, 32px);
    overflow: hidden;
    margin-top: min(1.6vw, 16px);
    padding: min(2.4vw, 24px) min(3.2vw, 32px) min(3.2vw, 32px);
    border: 16px solid rgb(145.304, 176.2891262136, 193.296);
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box {
        gap: 6.4vw;
        margin-top: inherit;
        padding: 4.2666666667vw;
        border: 1.0666666667vw solid rgb(145.304, 176.2891262136, 193.296);
    }
}
.prp-gums .worries__box-title {
    position: relative;
    z-index: 1;
    color: #0085ce;
    font-size: clamp(28px, 3.2vw, 32px);
    font-weight: bold;
    line-height: 1.5;
    text-shadow:
        0 0 2px #fff,
        0 0 4px #fff,
        0 0 6px #fff,
        0 0 8px #fff,
        0 0 10px #fff,
        0 0 12px #fff,
        0 0 14px #fff,
        0 0 16px #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box-title {
        font-size: 5.6vw;
        text-shadow:
            0 0 2px #fff,
            0 0 4px #fff,
            0 0 6px #fff,
            0 0 8px #fff,
            0 0 10px #fff;
    }
}
.prp-gums .worries__box-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: min(1.2vw, 12px);
    padding-left: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box-list {
        gap: 3.2vw;
        padding-left: 0;
    }
}
.prp-gums .worries__box-list li {
    display: flex;
    align-items: flex-start;
    gap: min(0.8vw, 8px);
    font-size: clamp(20px, 2.4vw, 24px);
    line-height: 1.3;
    text-shadow:
        0 0 2px #fff,
        0 0 4px #fff,
        0 0 6px #fff,
        0 0 8px #fff,
        0 0 10px #fff,
        0 0 12px #fff,
        0 0 14px #fff,
        0 0 16px #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box-list li {
        gap: 1.0666666667vw;
        font-size: 4.2666666667vw;
        text-shadow:
            0 0 2px #fff,
            0 0 4px #fff,
            0 0 6px #fff,
            0 0 8px #fff,
            0 0 10px #fff;
    }
}
.prp-gums .worries__box-list li:before {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #d83563;
    mask-image: url('../images/checkmark.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url('../images/checkmark.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    content: '';
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box-list li:before {
        width: 5.6vw;
        height: 5.6vw;
    }
}
.prp-gums .worries__box-list li > span[itemprop='item'] {
    display: contents;
}
.prp-gums .worries__box-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .worries__box-image {
        width: 48vw;
        top: 0;
    }
}
.prp-gums .worries__box-image img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .case__inner {
    max-width: 984px;
    margin: 0 auto;
}
.prp-gums .case__card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #ebf2f8;
    padding: 24px 40px;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__card {
        flex-direction: column-reverse;
        gap: 4.2666666667vw;
        padding: 4.2666666667vw 5.3333333333vw;
        margin: 0 -5.3333333333vw;
        width: 100vw;
        box-sizing: border-box;
    }
}
.prp-gums .case__info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.prp-gums .case__profile {
    display: inline-flex;
}
.prp-gums .case__profile-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: #0085ce;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: min(1.8vw, 18px);
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__profile-label {
        font-size: 4.2666666667vw;
        padding: 2.1333333333vw 3.2vw;
        border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    }
}
.prp-gums .case__detail {
    margin: 0;
    border-top: 1px solid #0085ce;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__detail {
        gap: 2.1333333333vw;
        border-top: 0.2666666667vw solid #0085ce;
    }
}
.prp-gums .case__detail-row {
    display: flex;
    padding: 16px;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__detail-row {
        padding: 3.2vw 2.1333333333vw;
    }
}
.prp-gums .case__detail-label {
    font-size: min(1.8vw, 18px);
    font-weight: bold;
    color: #0085ce;
    line-height: 1.3;
    white-space: nowrap;
    min-width: 72px;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__detail-label {
        font-size: 4vw;
        min-width: 17.0666666667vw;
    }
}
.prp-gums .case__detail-value {
    flex: 1;
    margin: 0;
    font-size: min(1.8vw, 18px);
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__detail-value {
        font-size: 4vw;
    }
}
.prp-gums .case__desc {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__desc {
        margin-top: 3.2vw;
    }
}
.prp-gums .case__desc p {
    margin: 0;
}
.prp-gums .case__desc p strong {
    font-weight: bold;
    color: #d83563;
}
.prp-gums .case__note {
    font-size: min(1.2vw, 12px);
    text-align: right;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__note {
        font-size: 2.6666666667vw;
    }
}
.prp-gums .case__images {
    position: relative;
    width: 380px;
    flex-shrink: 0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__images {
        width: 100%;
    }
}
.prp-gums .case__images img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .case__caption {
    margin-top: 8px;
    font-size: min(1vw, 10px);
    line-height: 1.3;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .prp-gums .case__caption {
        margin-top: 1.0666666667vw;
        font-size: 2.6666666667vw;
    }
}
.prp-gums .reason__inner {
    max-width: 984px;
    margin: 0 auto;
}
.prp-gums .reason__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(1.6vw, 16px);
    margin: 0 0 min(3.2vw, 32px);
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .prp-gums .reason__list {
        gap: 2.1333333333vw;
        margin-bottom: 6.4vw;
    }
}
.prp-gums .reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(1.2vw, 12px);
    min-width: calc((100% - min(1.6vw, 16px) * 3) / 5);
    padding: min(1.6vw, 16px) min(0.8vw, 8px);
    border: 2px solid #0085ce;
    border-radius: 16px;
    background: #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .prp-gums .reason__item {
        flex: 0 0 calc((100% - 9.6vw) / 4);
        min-width: auto;
        max-width: none;
        padding: 1.0666666667vw 1.0666666667vw 2.1333333333vw;
        gap: 1.0666666667vw;
        border-radius: 3.2vw;
    }
}
.prp-gums .reason__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(6.4vw, 64px);
    height: min(6.4vw, 64px);
    margin: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .reason__icon {
        width: 12.8vw;
        height: 12.8vw;
    }
}
.prp-gums .reason__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prp-gums .reason__label {
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: bold;
    color: #0085ce;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .prp-gums .reason__label {
        font-size: 2.9333333333vw;
        font-feature-settings: 'palt' 1;
    }
}
.prp-gums .reason__note {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .reason__note {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .effect__lead {
    margin: 0 0 min(3.2vw, 32px);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__lead {
        margin-bottom: 6.4vw;
        text-align: left;
    }
}
.prp-gums .effect__inner {
    margin: 0 auto;
}
.prp-gums .effect__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto 1fr auto auto auto;
    gap: 0 min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2.1333333333vw;
    }
}
.prp-gums .effect__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item {
        grid-template-columns: 32vw 1fr;
        grid-template-rows: auto 1fr auto auto;
        grid-row: auto;
        gap: 0;
    }
    .prp-gums .effect__item:nth-child(n + 3) {
        margin-top: 0;
    }
}
.prp-gums .effect__item.is-class-01 .effect__item-class {
    background: #0085ce;
}
.prp-gums .effect__item.is-class-01 .effect__item-image,
.prp-gums .effect__item.is-class-01 .effect__item-desc,
.prp-gums .effect__item.is-class-01 .effect__item-tag-wrap,
.prp-gums .effect__item.is-class-01 .effect__item-result {
    border-color: #0085ce;
}
.prp-gums .effect__item.is-class-02 .effect__item-class {
    background: #1178b6;
}
.prp-gums .effect__item.is-class-02 .effect__item-image,
.prp-gums .effect__item.is-class-02 .effect__item-desc,
.prp-gums .effect__item.is-class-02 .effect__item-tag-wrap,
.prp-gums .effect__item.is-class-02 .effect__item-result {
    border-color: #1178b6;
}
.prp-gums .effect__item.is-class-03 .effect__item-class {
    background: #0f669b;
}
.prp-gums .effect__item.is-class-03 .effect__item-image,
.prp-gums .effect__item.is-class-03 .effect__item-desc,
.prp-gums .effect__item.is-class-03 .effect__item-tag-wrap,
.prp-gums .effect__item.is-class-03 .effect__item-result {
    border-color: #0f669b;
}
.prp-gums .effect__item.is-class-04 .effect__item-class {
    background: #095482;
}
.prp-gums .effect__item.is-class-04 .effect__item-image,
.prp-gums .effect__item.is-class-04 .effect__item-desc,
.prp-gums .effect__item.is-class-04 .effect__item-tag-wrap,
.prp-gums .effect__item.is-class-04 .effect__item-result {
    border-color: #095482;
}
.prp-gums .effect__item-class {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(0.8vw, 8px) min(1.6vw, 16px);
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
    color: #fff;
    border-radius: min(1.6vw, 16px) min(1.6vw, 16px) 0 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-class {
        grid-column: 1;
        grid-row: 1;
        padding: 2.1333333333vw 3.2vw;
        font-size: 3.7333333333vw;
        border-radius: 3.2vw 0 0 0;
    }
}
.prp-gums .effect__item-image {
    margin: 0;
    padding: min(1.6vw, 16px);
    background: #fff;
    border-width: 0 2px 0;
    border-style: solid;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-image {
        grid-column: 1;
        grid-row: 2/5;
        display: flex;
        align-items: center;
        padding: 2.1333333333vw;
        border-width: 0 0 0.5333333333vw 0.5333333333vw;
        border-radius: 0 0 0 3.2vw;
        background-color: rgba(0, 133, 206, 0.1);
    }
}
.prp-gums .effect__item-image img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .effect__item-desc {
    margin: 0;
    padding: 0 min(1.6vw, 16px) min(1.6vw, 16px);
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.5;
    border-width: 0 2px 0;
    border-style: solid;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-desc {
        grid-column: 2;
        grid-row: 1/3;
        display: flex;
        align-items: center;
        padding: 2.1333333333vw 3.2vw;
        font-size: 3.7333333333vw;
        border-width: 0.5333333333vw 0.5333333333vw 0 0;
        border-radius: 0 3.2vw 0 0;
    }
}
.prp-gums .effect__item-tag-wrap {
    align-self: end;
    padding: 0 min(1.6vw, 16px);
    border-width: 0 2px 0;
    border-style: solid;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-tag-wrap {
        grid-column: 2;
        grid-row: 3;
        align-self: stretch;
        padding: 0 2.1333333333vw;
        border-width: 0 0.5333333333vw 0 0;
    }
}
.prp-gums .effect__item-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(0.4vw, 4px) 0;
    background: #d85a7f;
    position: relative;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-tag {
        padding: 1.0666666667vw 0;
    }
}
.prp-gums .effect__item-tag::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: min(0.8vw, 8px) min(1vw, 10px) 0;
    border-style: solid;
    border-color: #d85a7f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-tag::after {
        border-width: 1.6vw 2.1333333333vw 0;
    }
}
.prp-gums .effect__item-label {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-label {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .effect__item-result {
    margin: 0;
    padding: min(1.6vw, 16px);
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: bold;
    line-height: 1.5;
    color: #d83563;
    background: #fff;
    border-width: 0 2px 2px;
    border-style: solid;
}
@media screen and (max-width: 767px) {
    .prp-gums .effect__item-result {
        grid-column: 2;
        grid-row: 4;
        padding: 3.2vw 3.2vw 2.1333333333vw;
        font-size: 3.7333333333vw;
        border-width: 0 0.5333333333vw 0.5333333333vw 0;
        border-radius: 0 0 3.2vw 0;
    }
}
.prp-gums .compare__inner {
    max-width: 984px;
    margin: 0 auto;
}
.prp-gums .compare__table {
    width: 100%;
    margin-bottom: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__table {
        margin-bottom: 4.2666666667vw;
    }
}
.prp-gums .compare__header {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 0 4px;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__header {
        grid-template-columns: 24vw 1fr 1fr;
        gap: 0 0.5333333333vw;
    }
}
.prp-gums .compare__th {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(2.4vw, 24px) min(1.6vw, 16px);
    font-weight: bold;
    font-size: clamp(18px, 2.1vw, 21px);
    text-align: center;
    color: #fff;
    border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__th {
        padding: 4.2666666667vw 1.0666666667vw;
        font-size: 3.2vw;
        border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    }
}
.prp-gums .compare__th.is-primary {
    background: #0085ce;
}
.prp-gums .compare__th.is-secondary {
    background: #888;
}
.prp-gums .compare__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__body {
        gap: 0.5333333333vw;
        margin-top: 0.5333333333vw;
    }
}
.prp-gums .compare__row {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 0 4px;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__row {
        grid-template-columns: 24vw 1fr 1fr;
        gap: 0 0.5333333333vw;
    }
}
.prp-gums .compare__row:first-child .compare__td {
    min-height: 80px;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__row:first-child .compare__td {
        min-height: 14.9333333333vw;
    }
}
.prp-gums .compare__row:first-child .compare__td.is-label {
    background: #d85a7f;
}
.prp-gums .compare__row:first-child .compare__td.is-primary {
    background: #fffff3;
    border: 6px solid #d85a7f;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__row:first-child .compare__td.is-primary {
        border-width: 1.0666666667vw;
    }
}
.prp-gums .compare__row:first-child .compare__td.is-primary .compare__text {
    color: #d83563;
    font-size: clamp(21px, 2.4vw, 24px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__row:first-child .compare__td.is-primary .compare__text {
        font-size: 4.2666666667vw;
    }
}
.prp-gums .compare__row:first-child .compare__td.is-secondary .compare__text {
    font-size: clamp(21px, 2.4vw, 24px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__row:first-child .compare__td.is-secondary .compare__text {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .compare__row:nth-child(even) .compare__td.is-primary,
.prp-gums .compare__row:nth-child(even) .compare__td.is-secondary {
    background: #e6f3fa;
}
.prp-gums .compare__td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: min(0.8vw, 8px);
    text-align: center;
    background: rgba(0, 133, 206, 0.02);
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__td {
        padding: 1.0666666667vw;
    }
}
.prp-gums .compare__td.is-label {
    font-weight: bold;
    font-size: clamp(16px, 1.8vw, 18px);
    color: #fff;
    background: rgb(0, 79.8, 123.6);
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__td.is-label {
        font-size: 2.9333333333vw;
        line-height: 1.4;
    }
}
.prp-gums .compare__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: min(0.4vw, 4px);
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__icon {
        width: 7.4666666667vw;
        height: 7.4666666667vw;
        margin-bottom: 0.5333333333vw;
    }
}
.prp-gums .compare__icon.is-double-circle::before {
    content: '';
    width: 32px;
    height: 32px;
    border: 3px solid #d85a7f;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow:
        inset 0 0 0 4px #fff,
        inset 0 0 0 7px #d85a7f;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__icon.is-double-circle::before {
        width: 6.4vw;
        height: 6.4vw;
        border-width: 0.5333333333vw;
        box-shadow:
            inset 0 0 0 0.8vw #fff,
            inset 0 0 0 1.3333333333vw #d85a7f;
    }
}
.prp-gums .compare__icon.is-circle::before {
    content: '';
    width: 32px;
    height: 32px;
    border: 3px solid #d85a7f;
    border-radius: 50%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__icon.is-circle::before {
        width: 6.4vw;
        height: 6.4vw;
        border-width: 0.5333333333vw;
    }
}
.prp-gums .compare__icon.is-triangle::before {
    content: '';
    width: 32px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 28'%3E%3Cpath d='M16 2 L30 26 L2 26 Z' fill='none' stroke='%23333' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__icon.is-triangle::before {
        width: 6.4vw;
        height: 5.6vw;
    }
}
.prp-gums .compare__icon.is-cross::before {
    content: '✕';
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__icon.is-cross::before {
        font-size: 6.4vw;
    }
}
.prp-gums .compare__text {
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__text {
        font-size: 2.6666666667vw;
        font-feature-settings: 'palt' 1;
    }
}
.prp-gums .compare__note {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .prp-gums .compare__note {
        font-size: 2.9333333333vw;
    }
}
.prp-gums .compare__note p {
    margin: 0;
}
.prp-gums .compare__note-highlight {
    color: #d85a7f;
}
.prp-gums .mechanism {
    margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism {
        margin-bottom: 6.4vw;
    }
}
.prp-gums .mechanism__inner {
    background: rgba(0, 133, 206, 0.05);
    padding: min(3.2vw, 32px) min(6.4vw, 64px);
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__inner {
        padding: 4.2666666667vw;
    }
}
.prp-gums .mechanism__lead {
    margin: 0 0 min(2.4vw, 24px);
    color: #333;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__lead {
        margin-bottom: 5.3333333333vw;
        font-size: 3.7333333333vw;
    }
}
.prp-gums .mechanism__lead strong {
    display: block;
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: bold;
    color: #0085ce;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__lead strong {
        font-size: 5.8666666667vw;
    }
}
.prp-gums .mechanism__note {
    margin: min(2.4vw, 24px) 0 0;
    line-height: 1.6;
    color: #333;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__note {
        margin-top: 6.4vw;
        text-align: left;
    }
}
.prp-gums .mechanism__steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__steps {
        flex-direction: column;
        gap: 1.0666666667vw;
    }
}
.prp-gums .mechanism__step {
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__step {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
    }
}
.prp-gums .mechanism__step-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(0.8vw, 8px) min(1.6vw, 16px);
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__step-tag {
        width: 20%;
        padding: 2.1333333333vw;
        font-size: 4.2666666667vw;
    }
}
.prp-gums .mechanism__step-tag.is-gray {
    background-color: #888;
}
.prp-gums .mechanism__step-tag.is-blue {
    background-color: #0085ce;
}
.prp-gums .mechanism__step-tag.is-pink {
    background-color: #d85a7f;
}
.prp-gums .mechanism__step-figure {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: min(1.6vw, 16px);
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__step-figure {
        padding: 3.2vw;
        flex: 1;
    }
}
.prp-gums .mechanism__step-figure picture {
    display: block;
}
.prp-gums .mechanism__step-figure img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .mechanism__step-caption {
    margin-top: auto;
    padding-top: min(1.2vw, 12px);
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__step-caption {
        margin-top: 2.1333333333vw;
        padding-top: 0;
        font-size: 3.7333333333vw;
    }
}
.prp-gums .mechanism__step:has(.is-pink) .mechanism__step-caption {
    color: #d83563;
}
.prp-gums .mechanism__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__arrow {
        transform: rotate(90deg);
    }
}
.prp-gums .mechanism__arrow img {
    width: min(1.4vw, 14px);
    height: auto;
}
@media screen and (max-width: 767px) {
    .prp-gums .mechanism__arrow img {
        width: 3.2vw;
    }
}
.prp-gums .painless__inner {
    max-width: 984px;
    margin: 0 auto;
    border: 2px solid #0085ce;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__inner {
        margin: 0 -5.3333333333vw;
        border: none;
    }
}
.prp-gums .painless__header {
    position: relative;
    display: flex;
    justify-content: center;
    padding: min(1.6vw, 16px) min(2.4vw, 24px);
    background: #0085ce;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__header {
        padding: 3.2vw 4.2666666667vw;
    }
}
.prp-gums .painless__header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #0085ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__header::after {
        border-width: 3.2vw 4.2666666667vw 0 4.2666666667vw;
    }
}
.prp-gums .painless__header-label {
    color: #fff;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__header-label {
        font-size: 5.6vw;
        text-align: center;
    }
}
.prp-gums .painless__content {
    display: flex;
    gap: min(2.4vw, 24px);
    padding: min(3.2vw, 32px) min(2.4vw, 24px);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__content {
        flex-direction: column;
        gap: 4.2666666667vw;
        padding: 6.4vw 5.3333333333vw 0;
    }
}
.prp-gums .painless__image {
    width: 280px;
    flex-shrink: 0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__image {
        width: 100%;
        margin: 0 auto;
    }
}
.prp-gums .painless__image img {
    display: block;
    width: 100%;
    height: auto;
}
.prp-gums .painless__steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__steps {
        gap: 3.2vw;
    }
}
.prp-gums .painless__step {
    display: flex;
    flex-direction: column;
    gap: min(0.8vw, 8px);
    padding-bottom: min(1.6vw, 16px);
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__step {
        gap: 2.1333333333vw;
        padding-bottom: 3.2vw;
    }
}
.prp-gums .painless__step:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.prp-gums .painless__step-header {
    display: flex;
    align-items: center;
    gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__step-header {
        gap: 2.1333333333vw;
    }
}
.prp-gums .painless__step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(3.2vw, 32px);
    height: min(3.2vw, 32px);
    background: #0085ce;
    color: #fff;
    font-size: clamp(12px, 1.6vw, 16px);
    font-weight: bold;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__step-number {
        width: 6.4vw;
        height: 6.4vw;
        font-size: 4.2666666667vw;
    }
}
.prp-gums .painless__step-title {
    color: #0085ce;
    font-size: clamp(18px, 2.1vw, 21px);
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__step-title {
        font-size: 4.8vw;
    }
}
.prp-gums .painless__step-text {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width: 767px) {
    .prp-gums .painless__step-text {
        font-size: 3.7333333333vw;
    }
}
.prp-gums .flow {
    margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow {
        margin-bottom: 6.4vw;
    }
}
.prp-gums .flow .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 12px 40px;
    margin: 0 auto;
    padding: 24px min(4vw, 40px);
    background: #fff;
    list-style: none;
    background: #f2f9fd;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 5.3333333333vw;
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
}
.prp-gums .flow .flow__step {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: start;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__step {
        display: block;
        text-align: left;
        grid-row: auto;
    }
}
.prp-gums .flow .flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 14px #0085ce;
    border-left: solid 10px rgba(0, 0, 0, 0);
    border-right: solid 10px rgba(0, 0, 0, 0);
    transform: rotate(-90deg);
    top: 78px;
    right: -30px;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__step:not(:last-child)::after {
        display: none;
    }
}
.prp-gums .flow .flow__content {
    display: contents;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__content {
        display: flex;
        gap: 3.2vw;
    }
}
.prp-gums .flow .flow__image {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    grid-row: 1;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__image {
        margin: 0;
        border-radius: 0;
        flex-shrink: 0;
        width: 32vw;
    }
}
.prp-gums .flow .flow__image img {
    width: 100%;
    height: auto;
    display: block;
}
.prp-gums .flow .flow__head {
    width: 100%;
    color: #0085ce;
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
    grid-row: 2;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__head {
        align-self: auto;
        font-size: 4.2666666667vw;
        margin-bottom: 3.2vw;
        padding-bottom: 1.0666666667vw;
    }
}
.prp-gums .flow .flow__head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0085ce;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__head::after {
        height: 0.2666666667vw;
    }
}
.prp-gums .flow .flow__head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    background-color: #0085ce;
    color: #fff;
    font-size: 16px;
    min-width: 28px;
    width: 28px;
    margin-right: 6px;
    border-radius: 2px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__head span {
        align-self: auto;
        font-size: 3.7333333333vw;
        min-width: 6.9333333333vw;
        width: 6.9333333333vw;
        margin-right: 1.3333333333vw;
        border-radius: 0.5333333333vw;
        height: 6.9333333333vw;
    }
}
.prp-gums .flow .flow__txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .prp-gums .flow .flow__txt {
        font-size: 3.4666666667vw;
        line-height: 1.6;
    }
}
.prp-gums .price__notice-text {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .prp-gums .price__notice-text {
        font-size: 2.6666666667vw;
        line-height: 1.3;
        font-feature-settings: 'palt';
    }
} /*# sourceMappingURL=style.css.map */
