/* Minification failed. Returning unminified contents.
(55,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(57,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(59,28): run-time error CSS1039: Token not allowed after unary operator: '-ap-bg-base'
(60,224): run-time error CSS1039: Token not allowed after unary operator: '-ap-dot'
(60,301): run-time error CSS1039: Token not allowed after unary operator: '-ap-bg-soft'
 */
/*フォント*/
.font-title {
    margin: 0 0 .6rem;
    font-size: 55px;
    line-height: 1.45;
    font-weight: 800;
    color: #3f3f3f;
    text-wrap: balance;
}

.keep {
    display: inline-block; /* この塊を1ブロック扱い */
    white-space: nowrap; /* 塊の中では改行禁止 */
}

.font-title-sub-partner {
    display: inline-block;
    font-size: 60px;
    line-height: 1.2;
    color: #438EA2;
    font-weight: 800;
    background: linear-gradient(180deg, transparent 72%, #FFF3C4 0);
}

/*トップ実績表示エリア*/
.font-report-number {
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    color: #37AB9D;
}

@media (min-width: 1600px) {
    .font-report-number {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .font-title {
        font-size: 36.5px;
    }

    .font-title-sub-partner {
        font-size: 36.5px;
    }


    .font-report-number {
        font-size: 24px;
    }
}

.new-top-background-partner {
    --ap-bg-base: #FCFEFE;
    --ap-bg-soft: #EFFAFA;
    --ap-dot: rgba(75, 160, 165, 0.09);
    position: relative;
    background-color: var(--ap-bg-base);
    background-image: radial-gradient(circle at 0% 0%, rgba(122, 208, 208, 0.18) 0 180px, transparent 181px), radial-gradient(circle at 100% 100%, rgba(122, 208, 208, 0.16) 0 210px, transparent 211px), radial-gradient(var(--ap-dot) 0.7px, transparent 0.8px), linear-gradient(180deg, #FFFFFF 0%, var(--ap-bg-soft) 100%);
    background-size: auto, auto, 20px 20px, auto;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-position: top left, bottom right, 0 0, 0 0;
}

.second-background {
    overflow: hidden;
    background: linear-gradient( 180deg, #EFFAFA 0%, #FAFEFE 45%, #ffffff 100% );
}

.second-background-dot {
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(75, 160, 165, 0.10) 0.7px, transparent 0.8px );
    background-size: 20px 20px;
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-mask-image: linear-gradient( 180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.18) 35%, rgba(0,0,0,0.0) 70% );
    mask-image: linear-gradient( 180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.18) 35%, rgba(0,0,0,0.0) 70% );
}

/*見出しボーダー*/
.head-border-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.head-border {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.head-border-line {
    flex: 1;
    height: 0;
    border-top: 2px solid #8FD0CF;
}

.head-border-center {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.head-border-triangle {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #8FD0CF;
    margin-top: 4px;
}

/*ビフォーアフターのボーダー*/
.border-gray {
    height: 1px;
    background-color: #dcdcdc;
}

.border-green {
    height: 1px;
    background-color: #CBEDEA;
}

/*パートナーLPページ*/

.partner-bg-image {
    flex: 1;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-image: url('https://cdn.animapick.com/webcontents/img_partner_bg_v2.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #E6F6F6;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 25%, #000 100%), /* 左フェード */ linear-gradient(to left, rgba(0,0,0,0) 0%, #000 25%, #000 100%), /* 右フェード */ linear-gradient(to bottom,rgba(0,0,0,0) 0%, #000 25%, #000 100%), /* 上フェード */ linear-gradient(to top, rgba(0,0,0,0) 0%, #000 25%, #000 100%); /* 下フェード */
    -webkit-mask-composite: source-in, source-in, source-in, source-in;
    mask-image: linear-gradient(to right, transparent 0%, #000 25%, #000 100%), linear-gradient(to left, transparent 0%, #000 25%, #000 100%), linear-gradient(to bottom,transparent 0%, #000 25%, #000 100%), linear-gradient(to top, transparent 0%, #000 25%, #000 100%);
    mask-composite: intersect, intersect, intersect, intersect;
}

.partner-bg-image-rp {
    display: block;
    width: 100%;
    height: auto;
    max-height: 310px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 25%, #000 75%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 25%, #000 75%, rgba(0,0,0,0) 100%);
}

.support-plan-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(122, 208, 208, 0.65);
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.support-plan-label {
    display: inline-block;
    background: #EAF8F7;
    color: #168E96;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.support-plan-title {
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.support-plan-text {
    color: #3f3f3f;
    line-height: 1.9;
}

.support-plan-price-area {
    min-height: 95px;
    border-left: 1px dashed rgba(122, 208, 208, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-plan-price {
    color: #168E96;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

    .support-plan-price span {
        font-size: 33px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px;
    }

.support-plan-list-area {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(122, 208, 208, 0.35);
}

.support-plan-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
}

    .support-plan-list li {
        white-space: nowrap;
    }

@media (max-width: 991.98px) {
    .support-plan-card {
        padding: 22px 18px;
    }

        .support-plan-card::before {
            left: 18px;
            top: 22px;
            bottom: 22px;
        }

    .support-plan-title {
        font-size: 19px;
    }

    .support-plan-price-area {
        border-left: none;
        border-top: 1px dashed rgba(122, 208, 208, 0.9);
        padding-top: 16px;
        min-height: auto;
    }

    .support-plan-price span {
        font-size: 32px;
    }

    .support-plan-list {
        display: block;
    }

        .support-plan-list li {
            margin-top: 8px;
            white-space: normal;
        }
}
