@charset "UTF-8";

/* reset */
.sec-inner {
    margin-top: 0 !important;
}

.sec-inner p {
    margin-bottom: 0 !important;
}

.ttl-h2,
.ttl-h3,
.ttl-h4,
.ttl-h5,
.ttl-h6 {
    margin-bottom: 0 !important;
}

/*===============
common
================*/
/* space */
:root {
    --space-half: 4px;
    --space-lvl1: 8px;
    --space-lvl2: 16px;
    --space-lvl3: 24px;
    --space-lvl4: 32px;
    --space-lvl5: 40px;
    --space-lvl6: 48px;
    --space-lvl7: 56px;
    --space-lvl8: 64px;
    --space-lvl9: 72px;
    --space-lvl10: 80px;
}

.sec-inner {
    padding: var(--space-lvl10) 0;

    @media screen and (max-width:768px) {
        padding: var(--space-lvl5) 0;
    }
}

/*===============
font
================*/
:root {
    --font-size-note: 12px;
    --font-size-heading-large: 40px;
    --font-size-heading-medium: 34px;
    --font-size-heading-small: 24px;
    --font-size-heading-xsmall: 20px;
    --font-size-heading-xxsmall: 18px;
    --font-size-bottom: 20px;
    --font-size-bottom-caption: 16px;
    --font-size-lp-10: 10px;
    --font-size-lp-12: 12px;
    --font-size-lp-14: 14px;
    --font-size-lp-16: 16px;
    --font-size-lp-18: 18px;
    --font-size-lp-20: 20px;
    --font-size-lp-24: 24px;
    --font-size-lp-28: 28px;
    --font-size-lp-30: 30px;
    --font-size-lp-32: 32px;
    --font-size-lp-50: 50px;

    --line-height-paragraph: 1.75;
    --line-height-heading-large: 1.364;
    --line-height-heading-medium: 1.475;
    --line-height-heading-small: 1.5;
    --line-height-note: 1.5;
    --line-height-lp-10: 1;
    --line-height-lp-12: 1.2;
    --line-height-lp-14: 1.4;
    --line-height-lp-15: 1.5;
}

@media screen and (max-width:768px) {
    :root {
        --font-size-heading-large: 24px;
        --font-size-heading-medium: 20px;
        --font-size-heading-small: 18px;
        --font-size-heading-xsmall: 16px;
        --font-size-heading-xxsmall: 16px;

        --font-size-bottom: 16px;
        --font-size-bottom-caption: 12px;
    }
}

/* heading-component */
main .heading-large {
    font-size: var(--font-size-heading-large);
    font-weight: bold;
    line-height: var(--line-height-heading-large);
}

main .heading-medium {
    font-size: var(--font-size-heading-medium);
    font-weight: bold;
    line-height: var(--line-height-heading-medium);
}

main .heading-small {
    font-size: var(--font-size-heading-small);
    font-weight: bold;
    line-height: var(--line-height-heading-small);
}

main .heading-xsmall {
    font-size: var(--font-size-heading-xsmall);
    font-weight: bold;
    line-height: var(--line-height-heading-small);
}

main .heading-xxsmall {
    font-size: var(--font-size-heading-xxsmall);
    font-weight: bold;
    line-height: var(--line-height-heading-small);
}

/*===============
color
================*/
:root {
    --primary-110: #06437b;
    --primary-100: #005bac;
    --primary-020: #ccdeee;
    --primary-010: #e5eef7;

    --secondary-110: #36a1b7;
    --secondary-100: #3aafc5;
    --secondary-040: #b0dfe8;
    --secondary-030: #c4e7ee;
    --secondary-010: #ebf7f9;
    --secondary-005: #f3fdff;

    --gray-100: #222222;
    --gray-070: #7d7d7d;
    --gray-040: #cdcdcd;
    --gray-010: #f5f5f5;

    --text: #101d32;
    --red: #d8562b;
    --white: #ffffff;
    --yellow: #f8e977;
}

/*===============
other
================*/
:root {
    --box-shadow: 0px 0px 10px 0px rgba(59, 188, 206, 0.34);
    --radius-area: 8px;
    --radius-area-small: 4px;
}

/*===============
終了対応
================*/
main.lp-close {
    margin-top: 61px
}

main .endofcp {
    display: none;
}

main.lp-close .endofcp {
    display: block;
    position: relative;
    z-index: 1000;
}

p.endofcp {
    font-size: 30px;
    line-height: 1.5;
    box-sizing: border-box;
}

p.endofcp span {
    background-color: #aaa;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5px;
}

main.lp-close *:is(.btn-wrap, .kv-btn) {
    display: none !important;
}

@media screen and (max-width:950px) {
    main.lp-close {
        margin-top: 55px;
    }
}

@media screen and (max-width: 768px) {
    p.endofcp {
        font-size: 18px;
    }

    main.lp-close {
        padding-top: 55px;
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    p.endofcp {
        font-size: 14px;
        padding: 0 20px;
    }
}

/*===============
lp-header
================*/
#lp-header {
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

#lp-header .h-logo img {
    width: 224px;
    height: 53.41px;
    margin-left: 50px;
}

#lp-header .login-link {
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    margin-right: 50px;
}

#lp-header .h-cvbtn {
    text-align: center;
    margin-right: 50px;
    padding: 15px 25px;
    font-size: 20px;
    min-width: 0;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    #lp-header {
        height: 60px;
    }

    #lp-header .h-cvbtn {
        margin-right: 15px;
        padding: 10px;
        font-size: 12px;
    }

    #lp-header .login-link {
        font-size: 12px;
        margin-right: 15px;
    }

    #lp-header .h-logo img {
        width: 126px;
        height: 30px;
        margin-left: 15px;
    }
}

/*===============
footer非表示
================*/
.footer :is(.conversion-menu, .summarize-menu, .sitemap-sp, .foot-map, .gmoGroupFooter) {
    display: none !important;
}

/* .footer .sp-fixed-link {
    display: none;
} */


/*===============
musubi
================*/
.musubi img {
    position: absolute;
    width: 37%;
    /* max-width: 473px; */
    height: auto;
    opacity: 0.8;
    /* mix-blend-mode: soft-light; */
}

.musubi img:first-child {
    top: 0;
    left: 0;
}

/* .musubi img:last-child {
    top: 3%;
    right: -147px;
} */

/*===============
KV
================*/
.kv {
    background-image: url("/lp/campaign/img/cp20250701/kv-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
}

.kv .kv-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: auto;
    max-width: 786px;
}

.kv .kv-inner {
    display: flex;
    flex-direction: column;
    place-items: center;
    padding: var(--space-lvl7) 1.2rem var(--space-lvl4);
}

.kv .kv-title {
    max-width: 642px;
}

.kv .kv-info {
    margin-top: var(--space-lvl3);
}

@media screen and (max-width:1050px) {
    .kv-info .buttons-wrap {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .kv .kv-logo {
        width: 319px;
    }

    .kv .kv-inner {
        padding: var(--space-lvl9) var(--space-lvl3) var(--space-lvl2);
    }

    .kv .kv-inner h1 {
        width: 100%;
        max-width: 343px;
        padding-left: 0;
    }
}

/*===============
buttons-wrap
================*/
.buttons-wrap {
    display: flex;
    gap: var(--space-lvl4);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    @media screen and (max-width:768px) {
        flex-direction: column;
        align-items: center;
        gap: var(--space-lvl3);
    }
}

/*===============
CPcode
================*/
.CPcode {
    @media screen and (max-width:768px) {
        width: 100%;
    }

    .CPcode__inner {
        background-color: var(--white);
        display: flex;
        gap: var(--space-lvl2);
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: var(--space-lvl1) var(--space-lvl2);

        @media screen and (max-width:768px) {
            gap: var(--space-lvl1);
        }

        .CPcode__code {
            font-size: var(--font-size-lp-16);
            font-weight: bold;
            color: var(--primary-100);
            line-height: 1;
        }

    }

    &.CPcode__large .CPcode__inner {
        padding: var(--space-lvl3);

        @media screen and (max-width:768px) {
            padding: var(--space-lvl4);
        }

        .CPcode__code {
            font-size: var(--font-size-lp-24);
            font-weight: bold;
            color: var(--primary-100);
            line-height: 1;

            @media screen and (max-width:768px) {
                font-size: var(--font-size-lp-18);
            }
        }
    }

    .CPcode__bottomText {
        margin-top: var(--space-lvl1);
        font-weight: bold;
        font-size: var(--font-size-lp-12);
        text-align: center;
        letter-spacing: -0.6px;
        line-height: 1;
    }
}

.CPcode .CPcode__code {
    color: var(--primary-100);
}

.CPcode-var2 {
    .CPcode__topText {
        font-size: var(--font-size-lp-18);
        line-height: var(--line-height-lp-14);
        font-weight: bold;
        text-align: center;
    }

    .CPcode__inner {
        display: flex;
        align-items: center;
        gap: var(--space-lvl2);
        margin-top: var(--space-lvl1);
        border: 0.96px solid var(--gray-040);
        padding: var(--space-half) var(--space-lvl2) var(--space-half) var(--space-lvl1);
    }

    .copyButton {
        font-size: var(--font-size-lp-12);
        line-height: var(--line-height-lp-14);
        background-color: var(--gray-010);
        color: var(--primary-100);
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;

        padding: var(--space-half) var(--space-lvl1);
        border-radius: var(--radius-area-small);
        font-weight: 500;

        &:hover {
            background-color: var(--primary-010);
        }
    }

    .CPcode__code {
        font-weight: bold;
        font-size: var(--font-size-lp-24);
        line-height: var(--line-height-lp-14);
    }

    @media screen and (max-width:768px) {
        .CPcode__topText {
            font-size: var(--font-size-lp-16);
        }

        .CPcode__code {
            font-size: var(--font-size-lp-18);
        }
    }
}

/*===============
button
================*/
.btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: var(--space-half);
}

.btn-wrap .btn-caption {
    font-size: var(--font-size-bottom-caption);
    line-height: var(--line-height-paragraph);
}

@media screen and (max-width: 768px) {
    .btn-wrap {
        row-gap: var(--space-lvl1);
    }

    .btn-area {
        max-width: 447px;
        width: 92%;
    }

    .btn-area .cp-btn {
        min-width: 240px;
    }
}

.button-outlined {
    border: 2px solid var(--white)
}

/*===============
inner-link
================*/
.inner-link a {
    padding-right: 22.25px;
    position: relative;
    line-height: 1.75;
    color: var(--primary-100);
}

.inner-link a::after {
    background: #fff;
}

.inner-link a::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: bottom 0.35s cubic-bezier(0.4, 0, 0, 1);
    font-size: 0.875em;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    top: -8px;
}

.inner-link a::after {
    background: #005bac;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: calc(100% - 25px);
    height: 1px;
    content: "";
}

@media screen and (min-width: 769px) {
    .inner-link a:hover::before {
        bottom: calc(50% - 5px);
        transition: bottom 0.35s cubic-bezier(0.4, 0, 0, 1);
    }
}




/*===============
notes
================*/
.notes .sec-inner {
    padding: var(--space-lvl2) 0;
}

.notes p {
    font-size: var(--font-size-note);
    line-height: var(--line-height-note);
}

/*===============
customer-belt{
================*/
.customer-belt img {
    width: initial;
}

/*===============
お試しフリープランご利用中のお客さま必見！
================*/
.case .case-inner {
    padding: var(--space-lvl5) 1rem var(--space-lvl9);
    box-shadow: var(--box-shadow);
    border-radius: var(--radius-area);

    @media screen and (max-width:768px) {
        padding: var(--space-lvl3) 1rem var(--space-lvl5);
    }
}

.case .case-inner h2+p {
    margin-top: var(--space-lvl7);

    @media screen and (max-width:768px) {
        margin-top: var(--space-lvl4);
    }
}

.case .case-fig {
    margin-top: var(--space-lvl3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-lvl3);
}

.case .case-fig img {
    width: 100%;
    height: auto;
}

.case .case-fig img:nth-child(1) {
    max-width: 447px;
}

.case .case-fig img:nth-child(2) {
    max-width: 56px;
}

.case .case-fig img:nth-child(3) {
    max-width: 85px;
}

@media screen and (max-width:900px) {
    .case .case-fig {
        flex-direction: column;
        gap: var(--space-lvl3);
    }

    .case .case-fig img:nth-child(2) {
        transform: rotate(90deg);
        width: 10%;
    }
}

/*===============
比べてわかる圧倒的コスパ
================*/
.costp {
    gap: 40px;
}

.costp .costp-item {
    width: calc(100% / 3);
}

.costp .costp-item .fig {
    height: 140px;
}

.costp .costp-item .fig img {
    height: auto;
}

.costp .costp-item .fig img {
    height: auto;
}

@media screen and (max-width:768px) {

    .costp {
        flex-direction: column;
    }

    .costp .costp-item {
        width: 100%;
    }
}




/* テーブル */
table thead th:first-of-type,
table th,
table td:first-of-type {
    border-left: 1px solid #cdcdcd;
}

table tbody tr:first-of-type th {
    border-top: 1px solid #cdcdcd;
}

table thead th:last-of-type,
table th,
table td:last-of-type {
    border-right: 1px solid #cdcdcd;
}

.costpaformance-table {
    font-weight: bold;
    margin: 15px auto 25px;
    min-width: 990px;
    box-sizing: border-box;
}

.costpaformance-table .none {
    border: 0;
    opacity: 0;
    background-color: #fff;
}

.costpaformance-table .tb-logo {
    position: relative;
    display: block;
}

.costpaformance-table .tb-logo::before,
.costpaformance-table .tb-logo::after {
    content: "";
    position: absolute;
    height: 52px;
    width: 4px;
    background-color: #cdcdcd;
    top: 50%;
}

.costpaformance-table .tb-logo::before {
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}

.costpaformance-table .tb-logo::after {
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}

.costpaformance-table .tb-logo img {
    width: 178px;
    height: 43px;
}

.costpaformance-table .num {
    font-size: 30px;
    line-height: 0;
}

.costpaformance-table thead th.blue-category {
    border-left: 5px solid #005bac;
    border-right: 5px solid #005bac;
    background-color: #005bac;
    border-top: 1px solid #005bac;
    color: #fff;
    min-width: 250px;
    box-sizing: border-box;
}

.costpaformance-table thead th.blue-category span {
    font-size: 1.5em;
}

.costpaformance-table tbody td.blue-category {
    border-left: 5px solid #005bac;
    border-right: 5px solid #005bac;
}

.costpaformance-table tbody tr:last-of-type td.blue-category {
    border-bottom: 5px solid #005bac;
}

.costpaformance-table thead th {
    border-top: 1px solid #cdcdcd;
    background-color: #7d7d7d;
    color: #fff;
}

.costpaformance-table th,
.costpaformance-table td {
    border-bottom: 1px solid #cdcdcd;
}

.costpaformance-table tbody th {
    text-align: left;
    padding: 15px 15px 15px 40px;
}

.costpaformance-table tbody .clear th {
    background-color: #e5eef7;
}

/*===============
費用対効果シミュレーション
================*/
#simulation h2 {
    padding-top: 60px;
}

#simulation .simu_text {
    padding: 20px 0;
}

#simulation .simu_text::before,
#simulation .simu_text::after {
    display: none;
}

@media screen and (max-width:1005px) and (min-width:769px) {
    #simulation h2 {
        padding-top: 30px;
    }

    #simulation .contents .contents_text .input_wrap {
        position: relative;
    }

    #simulation .contents .contents_text .input_wrap .unit {
        position: absolute;
        right: -5px;
        top: 20px;
    }

    #simulation .contents .contents_cost .contents_text .input_wrap .unit {
        top: 30px;
    }

}

@media screen and (max-width:768px) {
    #simulation .simu_text {
        padding: 20px 20px;
    }

    #simulation .contents {
        padding-top: 20px;
    }
}

/*===============
GMOサイン5つの特長
================*/
.tab {
    width: 100%;
}

.tab div[role="tablist"] {
    display: flex;
    column-gap: 2px
}

.tab button {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.tab button[role="tab"] {
    border: none;
    background-color: #F5F5F5;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    padding: var(--space-lvl3) 0;
    width: calc(100% / 5);
    box-sizing: border-box;
}

.tab button[role="tab"][aria-selected="true"] {
    background-color: #fff;
    border: 3px solid #005BAC;
    border-bottom: none;
}

.tab button[role="tab"][aria-selected="false"] {
    border-bottom: 3px solid #005BAC;
}

.tab button[role="tab"][aria-selected="false"]:hover {
    /* background-color: #FFFFFF; */
    cursor: pointer;
}

.tab div[role="tabpanel"] {
    background-color: #FFFFFF;
    border-radius: 0 0px 12px 12px;
    padding: var(--space-lvl5);
    border: 3px solid #005BAC;
    border-top: none;
}

.tab div[role="tabpanel"]:not([hidden]) {
    display: grid;
    place-items: center;
    row-gap: calc(var(--space-half)*5);
}

.function .func-box {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
}

/* 特長2 */
.function .func-box .func-box-item {
    background-color: #ebf7f9;
    border-radius: 8px;
    padding: 24px 14px;
    width: 210px;
    box-sizing: border-box;
}

.function .func-box .func-box-item:nth-of-type(1) div {
    margin-top: 8px;
    height: calc(100% - 8px - 28px);
}

.function .func-box .func-box-item img {
    display: block;
    width: 75.59px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

@media screen and (max-width:1200px) {
    .function .func-sec {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .function .func-sec .func-text {
        text-align: center;
    }

    .function .func-sec img {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .tab button[role="tab"] {
        padding: var(--space-lvl2) 0;
    }

    .tab div[role="tabpanel"] {
        padding: var(--space-lvl3);
    }

    .function .func-sec:nth-of-type(1),
    .function .func-sec:nth-of-type(2) {
        padding: 16px 0px;
    }
}

@media screen and (max-width:510px) {

    .function .func-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .function .func-box .func-box-item {
        width: 100%;
    }
}

/*===============
reasons
================*/
.reasons {
    position: relative;
    background: linear-gradient(180deg, var(--secondary-010) 0%, var(--white) 100%);
}

.reasons .sec-inner {
    padding-bottom: var(--space-lvl10);
}

.reasons .rows-r3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lvl5);
    margin-top: var(--space-lvl8);
}

.reasons .rows-r3 .innerbox {
    border-radius: var(--radius-area);
    box-sizing: border-box;
    padding: var(--space-lvl5) var(--space-lvl2);
    background-color: #fff;
    position: relative;
}

.reasons .rows-r3 .innerbox .cap {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    list-style: 1;
}

.reasons .rows-r3 .innerbox img {
    max-width: 100%;
}

.reasons .rows-r3 .innerbox.feat-edi {
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom {
    box-shadow: var(--box-shadow);
    border-radius: var(--radius-area);
}

.reasons .rows-r3 .innerbox.feat-edi::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 86%;
    border-radius: 8px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../../../template/img/top_neo/topneo-feature-bg.png)no-repeat;
    background-size: cover;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom::before {
    display: none;
}

.reasons .rows-r3 .innerbox.feat-edi .ttl {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl {
    font-size: 42px;
    margin-bottom: 5px;
    margin-top: var(--space-lvl1);
    letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl.espttl {
    font-size: 34px;
    margin-top: var(--space-lvl4);
    letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .sub-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: var(--space-lvl4);
    letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig {
    position: relative;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig img {
    margin-inline: auto;
}

.reasons .rows-r3 .innerbox.feat-edi .fig img {
    max-width: 170px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig01 img {
    max-width: 155.5px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig02 img {
    max-width: 174.5px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig03 img {
    max-width: 172.5px;
}

.reasons .rows-r3 .innerbox.feat-edi .exp {
    line-height: 1.8;
    margin-bottom: 10px;
}

.reasons .rows-r3 .innerbox .emp-text {
    font-size: 1.17em;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
    .reasons .rows-r3 .innerbox.feat-edi .ttl {
        font-size: 2vw
    }
}

@media screen and (max-width:1100px) {
    .reasons .rows-r3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .reasons .rows-r3 .innerbox {
        width: 100%;
        max-width: 300px;

    }
}

@media screen and (max-width:768px) {

    .reasons .rows-r3 {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        width: calc(100% + 25px);
        margin-left: -12.5px;
    }

    .reasons .rows-r3 .innerbox {
        width: 100%;
        max-width: 400px;
        margin: 0 12.5px 25px;
    }

    .reasons .rows-r3 .innerbox.feat-edi .ttl {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .reasons .rows-r3 .innerbox.feat-edi .fig {
        margin-bottom: 20px;
    }

    .reasons .rows-r3 .innerbox.feat-edi .fig img {
        width: 35%;
    }

    .reasons .rows-r3 .innerbox.feat-edi.white-custom .sub-ttl {
        font-size: 18px;
    }

    .reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl {
        font-size: 30px;
    }

    .reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl.espttl {
        font-size: 26px;
    }
}


/*===============
qa-section
================*/
.qa-section {
    padding: 0;
    background-color: var(--white);
}

/*===============
customerVoice
================*/
.customerVoice {
    padding: var(--space-lvl8) 0;
}

/*===============
比べて分かる圧倒的コスパ
================*/
/* table */
table thead th:first-of-type,
table th,
table td:first-of-type {
    border-left: 1px solid #cdcdcd;
}

table tbody tr:first-of-type th {
    border-top: 1px solid #cdcdcd;
}

table thead th:last-of-type,
table th,
table td:last-of-type {
    border-right: 1px solid #cdcdcd;
}

.costpaformance-table {
    font-weight: bold;
    margin: 15px auto 25px;
    min-width: 990px;
    box-sizing: border-box;
}

.costpaformance-table .none {
    border: 0;
    opacity: 0;
    background-color: #fff;
}

.costpaformance-table .tb-logo {
    background-color: transparent;
    position: relative;
    display: block;
    border: none;
}

.costpaformance-table .tb-logo::before,
.costpaformance-table .tb-logo::after {
    content: "";
    position: absolute;
    height: 52px;
    width: 4px;
    background-color: #cdcdcd;
    top: 50%;
}

.costpaformance-table .tb-logo::before {
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}

.costpaformance-table .tb-logo::after {
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}

.costpaformance-table .tb-logo img {
    width: 178px;
    height: 43px;
}

.costpaformance-table .num {
    font-size: 30px;
    line-height: 0;
}

.costpaformance-table thead th.blue-category {
    border-left: 5px solid #005bac;
    border-right: 5px solid #005bac;
    background-color: #005bac;
    border-top: 1px solid #005bac;
    color: #fff;
    min-width: 250px;
    box-sizing: border-box;
}

.costpaformance-table thead th.blue-category span {
    font-size: 1.5em;
}

.costpaformance-table tbody td.blue-category {
    border-left: 5px solid #005bac;
    border-right: 5px solid #005bac;
}

.costpaformance-table tbody tr:last-of-type td.blue-category {
    border-bottom: 5px solid #005bac;
}

.costpaformance-table thead th {
    border-top: 1px solid #cdcdcd;
    background-color: #7d7d7d;
    color: #fff;
}

.costpaformance-table th,
.costpaformance-table td {
    border-bottom: 1px solid #cdcdcd;
}

.costpaformance-table tbody th {
    text-align: left;
    padding: 15px 15px 15px 40px;
}

.costpaformance-table tbody .clear th {
    background-color: #e5eef7;
}

.other-companies {
    width: 16%;
}

/*===============
banner
================*/
.banner {
    background-image: url(/lp/campaign/img/cp20250701/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .sec-inner {
        padding: var(--space-lvl8) 0;

        @media screen and (max-width:768px) {
            padding: var(--space-lvl4) 0;
        }
    }
}

.banner .banner-inner {
    padding: var(--space-lvl5) 1rem;
    display: grid;
    row-gap: var(--space-lvl3);
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

.banner .banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 927px;
    margin-inline: auto;
}


/*===============
お役立ち資料
================*/
.materials .materials-inner {
    max-width: 896px;
    padding: var(--space-lvl5);
    margin-inline: auto;
    box-sizing: border-box;
}

.materials .materials-content {
    display: flex;
    gap: 5%;
    justify-content: center;
    margin-top: var(--space-lvl5);
}

.materials .materials-content>* {
    max-width: 336px;
    width: 50%;
}

.materials .materials-content .materials-text p {
    line-height: 1.4;
    letter-spacing: 0;
}

.materials .materials-content .materials-text a.nc-button {
    margin-top: var(--space-lvl3);
}

.materials .materials-content .materials-recommend {
    margin-top: var(--space-lvl3);
}

.materials .materials-content .materials-recommend p {
    font-size: 14px;
    line-height: 1.6;
}

.materials .materials-content .materials-recommend ul {
    line-height: 1.8;
}

@media screen and (max-width:768px) {
    .materials .materials-inner {
        padding: var(--space-lvl3);
    }

    .materials .materials-content {
        flex-direction: column;
        align-items: center;
        row-gap: var(--space-lvl3);
    }

    .materials .materials-content>* {
        width: 100%;
    }

    .materials .materials-content .materials-text {
        text-align: center;
    }
}

/*===============
お申し込み方法
================*/

.flow-wrap {
    display: grid;
    gap: var(--space-lvl5);

    &.item-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    &.item-4 {
        grid-template-columns: repeat(3, 1fr);

        > :nth-child(4) {
            grid-column: 1 / -1;
        }
    }

    &+.flow-wrap {
        margin-top: var(--space-lvl5);
    }
}

.flow-box {
    border-radius: var(--radius-area);
    box-sizing: border-box;
    box-shadow: var(--box-shadow);
    padding: var(--space-lvl4);
}

.flow-wrap .flow-box.step {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-lvl2);
    align-items: center;
    position: relative;
}

.flow-wrap .flow-box:not(.flow-box-first, .flow-box-end)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 22px solid #B0DFE8;
    border-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
}

@media screen and (min-width:769px) {
.item-2+.flow-wrap.item-4 .flow-box:first-child::before {
    display: none;
}
}

.flow-wrap .flow-box img:last-of-type {
    margin-top: auto;
    max-width: 279px;
}

@media screen and (max-width:768px) {

    .flow-wrap {

        &.item-2,
        &.item-4 {
            grid-template-columns: 1fr;
        }
    }

    .flow-wrap .flow-box:not(.flow-box-first, .flow-box-end)::before {
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        border-top: 12px solid #B0DFE8;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow-box {
        padding: var(--space-lvl2);
    }
}

/* stepアイコン */
.icon-step {
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    background-color: var(--primary-100);
    border-radius: 50%;

    span {
        color: var(--white);
        font-size: 36px;
        line-height: var(--line-height-lp-10);
    }
}

/*===============
accordion
================*/
.accordion {
    margin-top: var(--space-lvl8);
    border: 1px solid var(--primary-100);
    border-radius: var(--radius-area);

    .q-tab {
        background: var(--white) !important;
        border-radius: var(--radius-area);
        padding: var(--space-lvl3) !important;

        &::before {
            display: none;
        }

        h3 {
            color: var(--primary-100);
            text-align: center;
        }

        &::after {
            top: 24px;
        }
    }

    .a-tab {
        padding: 0 var(--space-lvl4) var(--space-lvl4);
    }
}