@charset "utf-8";

.pg-sub { background: #fff; }

#product {
    height: auto;
    color: #222;
    background: #fff;
}

#product > .background { display: none; }

#product .content-wrapper {
    width: 100%;
    max-width: 1080px;
}

#product .product-introduce {
    position: relative;
    left: 50%;
    width: 100vw;
    min-height: 600px;
    margin: 0 0 0 -50vw;
    padding: 90px max(24px, calc((100vw - 1080px) / 2));
    gap: 0;
    color: #252b35;
    background-color: #eaf1ff;
    background-image: var(--product-visual-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#product .product-introduce .product-point-container {
    order: 1;
    gap: 7px;
    margin-bottom: 22px;
}

#product .product-introduce .product-point {
    padding: 4px 12px;
    color: #222;
    border: 1px solid #4f5660;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
    font-size: 14px;
    line-height: 1.35;
}

#product .product-introduce .product-name {
    order: 2;
    color: #315fe7;
    font-size: clamp(42px, 3.15vw, 62px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

#product .product-introduce .product-name__icon { display: none; }

#product .product-introduce .product-detail {
    order: 3;
    margin-top: 2px;
    color: #252b35;
    font-size: clamp(24px, 1.7vw, 33px);
    line-height: 1.25;
}

#product .product-introduce .product-desc {
    order: 4;
    max-width: 900px;
    margin-top: 38px;
    color: #303640;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}

#product .product-visual-actions {
    order: 5;
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

#product .product-introduce .product-alert {
    order: 6;
    margin-top: 18px;
    color: #5a6370;
    font-size: 14px;
    line-height: 1.5;
}

#product .product-visual-btn {
    display: flex;
    min-width: 168px;
    min-height: 46px;
    padding: 10px 24px;
    align-items: center;
    justify-content: center;
    color: #111;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

#product .product-visual-btn--primary,
#product .product-visual-btn:hover,
#product .product-visual-btn:focus-visible {
    color: #fff;
    border-color: #1049df;
    background: #1049df;
}

#product .necessity,
#product .merit,
#product .skill,
#product .solution,
#product .product-line-up,
#product .inquiry {
    color: #222;
}

#product .necessity > .head,
#product .merit > .head,
#product .skill > .head,
#product .solution > .head,
#product .product-line-up > .head {
    color: #111;
}

#product .product-line-up .desc {
    color: #222;
    border-color: #d5dae4;
    background: #f5f7fb;
}

#product .product-line-up .desc .product-line-up-table th,
#product .product-line-up .desc .product-line-up-table td {
    border-color: #cbd1dc;
}

#product .inquiry .form-head,
#product .inquiry .product-form-value,
#iwrite .form-head,
#iwrite .product-form-value {
    color: #222 !important;
    background: #f1f3f7 !important;
}

#product .inquiry .form-btn,
#product .inquiry-form > button,
#iwrite .form-btn,
#iwrite > button {
    color: #fff;
    border-color: #1049df;
    background: #1049df;
}

#product .inquiry-box { color: #222; }

#product .inquiry-box .c {
    color: #222;
    background: #fff;
}

@media (max-width: 767px) {
    #product { padding: 0; }

    #product .content-wrapper { max-width: 100%; }

    #product .product-introduce {
        left: 0;
        width: 100%;
        min-height: 620px;
        margin-left: 0;
        padding: 90px 24px 70px;
        background-position: 62% center;
    }

    #product .product-introduce .product-name {
        font-size: 38px;
        word-break: keep-all;
    }

    #product .product-introduce .product-detail { font-size: 22px; }

    #product .product-introduce .product-desc {
        margin-top: 28px;
        font-size: 15px;
        line-height: 1.65;
    }

    #product .product-visual-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    #product .product-visual-btn {
        min-width: 0;
        flex: 1 1 140px;
        font-size: 15px;
    }

    #product .necessity,
    #product .merit,
    #product .skill,
    #product .solution,
    #product .product-line-up,
    #product .inquiry {
        margin-right: 24px;
        margin-left: 24px;
    }
}
