<style>
    *,
    html,
    body {
       font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif !important;
    }

    .w1280 {
        width: 100%;
        max-width: 1420px;
        min-width: 320px;
        margin: 0 auto;
        padding: 0 70px;
        box-sizing: border-box;
    }

    ul,
    li,
    h2,
    body,
    html,
    p,
    div {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

    ul,
    li {
        list-style-type: none;
    }

    .public-py100 {
        padding: 100px 0;
    }

    .public-learn-a {
        background-color: #c8f520;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        height: 44px;
        border-radius: 22px 22px;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        cursor: pointer;
    }

    .public-learn-a img {
        margin-left: 10px;
        width: 24px !important;
    }

    .load-more-a {
        display: block;
        width: 132px;
        text-align: center;
        font-size: 16px;
        height: 44px;
        border-radius: 22px 22px;
        color: #000000;
        background-color: #fff;
        line-height: 44px;
        font-weight: 300;
        margin: 0 auto;
        margin-top: 100px;
        cursor: pointer;
    }

    .index-public-a {
        background-color: #0FCC7A;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px 24px;
        color: #fff;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        line-height: 54px;
        padding: 0 60px;
        box-sizing: border-box;
        transition: all 0.3s ease;
        width: fit-content;
    }

    .index-public-a:hover {
        background-color: #fff;
        color: #0FCC7A;
    }

    .border-public-a {
        margin-left: 20px;
        border: 1px solid #0FCC7A;
        color: #0FCC7A;
        background-color: transparent;
        width: fit-content;
    }

    .border-public-a:hover {
        background-color: #0FCC7A;
        color: #fff;
    }

    /* footer */
    .case-footer-wrap {
        height: 390px;
        position: relative;
    }

    .case-footer-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .case-footer-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 26, 52, 0.7);
        /* 遮罩层颜色和透明度 */
    }

    .case-footer-wrap .w1280 {
        position: relative;
        z-index: 1;
        /* 确保内容在遮罩层上方 */
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        /* 文字颜色设为白色，确保在深色遮罩上可见 */
        text-align: center;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .case-footer-wrap>div h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #fff;
    }

    .case-footer-wrap>div p {
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        margin: 24px 0 60px 0;
        color: #fff;
    }

    .case-footer-wrap>div div {
        display: flex;
    }

    .case-footer-wrap>div div .border-public-a {
        margin-left: 20px;
        border: 1px solid #0FCC7A;
        color: #0FCC7A;
        background-color: transparent;
    }

    .case-footer-wrap>div div .border-public-a:hover {
        background-color: #0FCC7A;
        color: #fff;
    }

    /* footer end */


    /* custom-banner-wrap */
    .custom-banner-wrap {
        margin-top: 64px;
        width: 100%;
        height: 560px;
        background: url("https://www.patsnap.jp/wp-content/uploads/2025/10/custom_bg.svg") no-repeat;
        background-size: cover;
        object-fit: cover;
        background-position: center center;
    }

    .custom-banner-wrap>div {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .custom-banner-wrap>div .custom-banner-lf {
        width: 57%;
    }

    .custom-banner-wrap>div .custom-banner-lf h2 {
        font-weight: 700;
        font-size: 76px;
        line-height: 88px;
        color: #444444;
    }

    .custom-banner-wrap>div .custom-banner-lf .sub-tit {
        font-weight: 700;
        font-size: 66px;
        line-height: 78px;
        color: #0A3DFF;
    }

    .custom-banner-wrap>div .custom-banner-lf p {
        font-weight: 400;
        font-size: 22px;
        line-height: 40px;
        color: #444444;
        margin: 16px 0 40px 0;
    }

    .custom-banner-wrap>div .custom-banner-lf span {
        display: block;
        background-color: #FFFFFF;
        width: 258px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #0A3DFF;
        font-size: 24px;
        font-weight: 400;
        border-radius: 100px 100px;
    }

    .custom-banner-wrap>div .custom-banner-rt {
        width: 36%;
    }

    .custom-banner-wrap>div .custom-banner-rt img {
        width: 100%;
    }

    /* custom-banner-wrap end */

    /* top-customer-wrap */
    .top-customer-wrap {
        background: #fff;
    }

    .top-customer-wrap h4 {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 58px;
        font-weight: 300;
        line-height: 87px;
    }

    .top-one-div {
        margin: 60px 0;
        display: flex;
    }

    .top-one-div>div:first-child {
        width: 54%;
        background-color: #F4F7FC;
        padding: 20px 52px 20px 28px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 470px;
    }

    .top-one-div>div:last-child {
        width: 46%;
        display: flex;
        align-items: flex-start;
        /* 确保图片顶部对齐 */
        overflow: hidden;
        /* 防止图片溢出 */
    }

    .top-one-div>div:last-child img {
        width: 100%;
        height: 100%;
        /* 设置高度为100% */
        object-fit: cover;
        /* 保持图片比例并填充容器 */
    }

    .top-one-div span {
        color: #333333;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
    }

    .top-one-div h2 {
        color: #333333;
        font-size: 48px;
        font-weight: 400;
        line-height: 56px;
        margin: 20px 0;
    }

    .top-one-div p {
        color: #333333;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

    .top-one-div h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: 300;
        color: #000;
        line-height: 30px;
    }

    .top-one-div h3 em {
        font-weight: 700;
        font-style: normal;
    }

    .top-one-div a {
        width: 204px;
        background-color: #fff;
    }

    .top-three-ul {
        display: flex;
        justify-content: space-between;
    }

    .top-three-ul li {
        width: 31%;
        background-color: #EBEFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 476px;
    }

    .top-three-ul li:nth-child(2) {
        background-color: #D6F0ED;
    }

    .top-three-ul li:nth-child(3) {
        background-color: #E1F8DC;
    }

    .top-three-ul li img {
        width: 100%;
        height: 218px;
    }

    .top-three-ul li span {
        color: #333333;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        display: block;
        margin: 20px 0 0 20px;
    }

    .top-three-ul li h2 {
        color: #000000;
        font-weight: 300;
        font-size: 32px;
        line-height: 34px;
        margin: 10px 20px;
    }

    .top-three-ul li p {
        color: #000000;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        margin:0 20px;
    }

    .top-three-ul li a {
        margin: 20px 0 20px 20px;
        background-color: #fff;
    }

    /* top-customer-wrap end */

    /* case-list-wrap */
    .case-list-wrap {
        background-color: #f4f7fc;
    }

    .case-list-wrap .w1280>h2 {
        color: #000000;
        font-size: 58px;
        line-height: 64px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .case-list-wrap .case-tab-ul {
        display: flex;
        flex-wrap: wrap;
    }

    .case-list-wrap .case-tab-ul li a {
        color: #838383;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        cursor: pointer;
        margin-right: 26px;
        margin-bottom: 10px;
    }

    .case-list-wrap .case-tab-ul li:last-child a {
        margin-right: 0;
    }

    .case-list-wrap .case-tab-ul .case-tab-active a {
        color: #000;
        border-bottom: 1px solid #000000;
    }

    .case-list-wrap .case-list-ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .case-list-wrap .case-list-ul li {
        width: 31%;
        background-color: #ffffff;
        min-height: 258px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 3.5%;
    }

    .case-list-wrap .case-list-ul li:nth-child(n + 10) {
        display: none;
    }

    .case-list-wrap .case-list-ul li:nth-child(3n) {
        margin-right: 0;
    }

    .case-list-wrap .case-list-ul li:nth-child(n + 4) {
        margin-top: 60px;
    }

    .case-list-wrap .case-list-ul li span {
        color: #333333;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .case-list-wrap .case-list-ul li h2 {
        color: #000000;
        font-size: 32px;
        font-weight: 300;
        line-height: 34px;
        margin: 10px 0;
    }

    .case-list-wrap .case-list-ul li p {
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }

    .case-list-wrap .case-list-ul li a {
        background-color: #D6F0ED;
        margin-top: 20px;
    }

    /* case-list-wrap end */

    @media (max-width: 1281px) {
        .public-py100 {
            padding: 60px 0;
        }

        /* top-customer-wrap */
        .top-one-div>div:first-child {
            min-height: auto;
        }

        .top-one-div a {
            margin-top: 20px;
        }

        /* top-customer-wrap end */
    }

    @media (max-width: 1025px) {
        .w1280 {
            padding: 0 24px;
        }
    }

    @media (max-width: 769px) {
        .public-py100 {
            padding: 40px 0;
        }

        .index-public-a {
            height: 32px;
            border-radius: 16px 16px;
            font-size: 12px;
            line-height: 32px;
            padding: 0 24px;
        }

        .w1280 {
            padding: 0 16px;
        }

        .public-learn-a {
            width: 101px !important;
            height: 26px;
            border-radius: 13px 13px;
            color: #000;
            font-size: 12px;
            font-weight: 300;
            cursor: pointer;
        }

        .public-learn-a img {
            margin-left: 6px;
            width: 13px !important;
        }

        /* footer */
        .case-footer-wrap {
            height: 320px;
        }

        .case-footer-wrap>div h2 {
            font-size: 26px;
        }

        .case-footer-wrap>div p {
            font-size: 16px;
            margin: 24px 0 40px 0;
        }

        /* footer end */
        /* case-list-wrap */

        .case-list-wrap .case-list-ul li {
            width: 48%;
            margin-right: 4% !important;
        }

        .case-list-wrap .case-list-ul li:nth-child(2n) {
            margin-right: 0 !important;
        }

        .case-list-wrap .case-list-ul li:nth-child(n + 3) {
            margin-top: 30px;
        }

        /* case-list-wrap end */

        /* top-customer-wrap */
        .top-customer-wrap h4 {
            font-size: 40px;
            line-height: 60px;
        }

        .top-one-div {
            margin: 25px 0 40px 0;
            flex-direction: column-reverse;
        }

        .top-one-div>div:first-child {
            width: 100%;
            padding: 11px 29px 11px 16px;
            min-height: auto;
        }

        .top-one-div>div:last-child {
            width: 100%;
        }

        .top-one-div span {
            font-size: 12px;
            line-height: 18px;
        }

        .top-one-div h2 {
            font-size: 30px;
            line-height: 32px;
        }

        .top-one-div p {
            font-size: 20px;
            line-height: 22px;
        }

        .top-one-div h3 {
            font-size: 12px;
            line-height: 18px;
            margin: 10px 0 15px 0;
        }

        .top-three-ul {
            flex-direction: column;
        }

        .top-three-ul li {
            width: 100%;
            min-height: auto;
            margin-bottom: 40px;
        }

        .top-three-ul li:last-child {
            margin-bottom: 0;
        }

        .top-three-ul li img {
            height: 198px;
        }

        .top-three-ul li span {
            margin: 10px 0 0 18px;
        }

        .top-three-ul li h2 {
            font-size: 30px;
            line-height: 32px;
            margin: 10px 18px;
        }

        .top-three-ul li p {
            margin-left: 18px;
        }

        .top-three-ul li a {
            margin: 15px 0 10px 18px;
            background-color: #fff;
        }

        /* top-customer-wrap end */
    }

    @media (max-width: 441px) {
        .case-index-a {
            width: 110px;
            height: 26px;
            line-height: 26px;
            border-radius: 13px 13px;
            font-size: 12px;
        }

        .index-public-a {
            height: 24px;
            border-radius: 12px 12px;
            font-size: 8px;
            line-height: 24px;
            padding: 0 20px;
        }

        /* case-list-wrap */
        .case-list-wrap .w1280>h2 {
            font-size: 40px;
            line-height: 44px;
            font-weight: 300;
            margin-bottom: 40px;
        }

        .case-list-wrap .w1280>h2 br {
            display: none;
        }

        .case-list-wrap .case-list-ul {
            margin-top: 40px;
        }

        .case-list-wrap .case-list-ul li {
            width: 100%;
            margin-right: 0 !important;
            min-height: 175px;
            padding: 10px;
        }

        .case-list-wrap .case-list-ul li:nth-child(n + 2) {
            margin-top: 40px;
        }

        .case-list-wrap .case-list-ul li h2 {
            font-size: 30px;
            font-weight: 300;
            line-height: 32px;
        }

        /* case-list-wrap end */

        /* phone-tab */
        .case-list-wrap .case-tab-ul {
            display: none;
        }

        .phone-tab {
            display: flex !important;
            align-items: center;
        }

        .phone-tab h2 {
            font-size: 20px;
            font-weight: 300;
            line-height: 22px;
            margin-right: 8px;
        }

        .phone-tab select {
            height: 42px;
            background-color: #fff;
            border: none;
            border-radius: 21px 21px;
            padding: 0 0 0 10px;
        }

        /* phone-tab end */
    }
</style>