@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style-type: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cf {
    zoom: 1;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-locale: "ja";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    margin: 0;
    font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    max-width: 100%;
}

.container_new_lp {
    overflow-x: hidden;
    max-width: 100%;
}

.header-lp_new_lp {
    background: rgba(230, 239, 247, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 3000;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(41, 203, 242, 0.2);
}

.flex-header_new_lp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3100;
    padding: 0 20px;
}

.nav_header-lp_new_lp.pc-only {
    width: auto;
    max-width: 100%;
}

.flex_header_nav_new_lp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.ctabasic a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 38px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#w_btn a {
    border: 1px solid #ff6801;
    color: #ff6801;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#w_btn a:hover {
    background: #fff8f4;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 104, 1, 0.1);
}

#o_btn a {
    color: #FFF;
    background: #ff6801;
    box-shadow: 0 4px 12px rgba(255, 104, 1, 0.3);
}

#o_btn a:hover {
    background: #ff8533;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 104, 1, 0.4);
}

.flex_header_nav_new_lp li.bar_genre {
    position: relative;
    list-style: none;
}

.flex_header_nav_new_lp li.bar_genre a {
    text-decoration: none;
    color: #023090;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease;
}

.flex_header_nav_new_lp li.bar_genre::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #29cbf2;
    box-shadow: 0 0 10px #29cbf2;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.flex_header_nav_new_lp li.bar_genre.is-active::after,
.flex_header_nav_new_lp li.bar_genre:hover::after {
    width: 80%;
}

.flex_header_nav_new_lp li.bar_genre:hover a {
    color: #29cbf2;
}

.nav-wrapper.sp-only {
    display: none;
}

.hamburger {
    position: fixed;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 3200;
}

.hamburger__line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #023090;
    transition: all 0.4s;
}

.hamburger__line--1 {
    top: 0;
}

.hamburger__line--2 {
    top: 10px;
}

.hamburger__line--3 {
    top: 20px;
}

.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 10px;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 10px;
}

.sp-nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    padding: 80px 0 40px;
    background-color: rgba(230, 239, 247, 0.98);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2000;
    text-align: center;
    visibility: hidden;
    overflow-y: auto;
    border-bottom: 2px solid #00e5ff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.open .sp-nav {
    top: 0;
    visibility: visible;
}

.sp-nav ul {
    list-style: none;
    padding: 0;
}

.sp-nav li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(2, 48, 144, 0.1);
}

.sp-nav li a {
    text-decoration: none;
    color: #023090;
    font-weight: bold;
}

.sp-nav li.ctabasic {
    border-bottom: none;
    padding: 10px 20px;
}

.sp-nav li.ctabasic a {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 60%;
    max-width: 280px;
    text-align: center;
}

.sp-nav li.ctabasic:last-child a {
    background: #ff6801;
    color: #fff;
    border: 1px solid #ff6801;
}

.sp-nav li.ctabasic:last-child a:hover {
    background: #ff8533;
    border-color: #ff8533;
}

.sp-nav li.ctabasic:not(:last-child) a {
    background: #fff;
    color: #ff6801;
    border: 1px solid #ff6801;
}

.sp-nav li.ctabasic:not(:last-child) a:hover {
    background: #fff8f4;
}

.black-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 1000;
}

.open .black-bg {
    opacity: 0.5;
    visibility: visible;
}

.hello_new_lp {
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/aiplatform/AI_firstview_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 70px;
    position: relative;
}

.containers_hello_new_lp {
    display: flex;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

#p_box_hello {
    flex: 1;
    width: 54%;
    position: relative;
    z-index: 2;
}

#p_box_hello #p_h1 {
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

#p_box_hello h1 {
    font-size: 1.4rem;
    color: #FFF;
    margin-bottom: 0.4rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

#p_box_hello #ttlsp2_new_lp {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.3;
}

#p_box_hello h2 {
    font-size: 0.9rem;
    color: #cecdd2;
    font-weight: 400;
}

.sub_hello_new_lp p {
    font-size: 0.8rem;
    color: #cecdd2;
    line-height: 1.5rem;
    margin-top: 10px;
}

#h_box_hello {
    text-align: right;
}

#ttlsp2_new_lp.glitch {
    color: #FFF;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.glitch::before, .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    visibility: hidden;
}

.glitch::before {
    left: -2px;
    text-shadow: 2px 0 #00e5ff;
    animation: glitch-blue 10s infinite;
}

.glitch::after {
    left: 2px;
    text-shadow: -2px 0 #ff003c;
    animation: glitch-red 10s infinite;
}

@keyframes glitch-blue {
    0%, 15%, 21%, 100% {
        visibility: hidden;
        clip: rect(0, 0, 0, 0);
    }
    16% {
        visibility: visible;
        clip: rect(10px, 9999px, 15px, 0);
        transform: translateX(-2px);
    }
    18% {
        visibility: visible;
        clip: rect(60px, 9999px, 65px, 0);
        transform: translateX(1px);
    }
    20% {
        visibility: visible;
        clip: rect(30px, 9999px, 32px, 0);
    }
}

@keyframes glitch-red {
    0%, 18%, 24%, 100% {
        visibility: hidden;
        clip: rect(0, 0, 0, 0);
    }
    19% {
        visibility: visible;
        clip: rect(40px, 9999px, 46px, 0);
        transform: translateX(2px);
    }
    21% {
        visibility: visible;
        clip: rect(15px, 9999px, 18px, 0);
        transform: translateX(-1px);
    }
    23% {
        visibility: visible;
        clip: rect(80px, 9999px, 83px, 0);
    }
}

#point_box {
    background: rgba(0, 229, 255, 0.1);
    color: #00e5ff;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(0, 229, 255, 0.5);
    border-radius: 4px;
    margin: 15px 0;
    font-weight: bold;
    transform: skewX(-15deg);
    font-size: 0.85rem;
    text-align: left;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

#point_box p {
    margin: 0;
    line-height: 1.2;
}

#point_box p span {
    font-size: 2.2rem;
    font-family: 'Orbitron', sans-serif;
    margin: 0 5px;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.6);
}

.cta_hello_new_lp {
    display: flex;
    gap: 35px;
    justify-content: flex-start;
    margin-top: 15px;
}

.btn_o_hello, .btn_w_hello {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    min-width: 220px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.btn_o_hello {
    background: #ff6801;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 104, 1, 0.3);
}

.btn_o_hello::after {
    content: "→";
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn_o_hello:hover {
    transform: translateY(-3px);
    background: #ff8533;
    box-shadow: 0 15px 30px rgba(255, 104, 1, 0.5);
}

.btn_o_hello:hover::after {
    transform: translateX(5px);
}

.btn_w_hello {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.btn_w_hello:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    transform: translateY(-3px);
}

#img_box_hello {
    width: 46%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 480px;
    z-index: 2;
}

.center-image {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 2;
    animation: floating 4s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.5));
}

#img_box_hello::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 2px solid rgba(128, 155, 201, 0.15);
    box-shadow: 0 0 20px rgba(128, 155, 201, 0.2), inset 0 0 20px rgba(128, 155, 201, 0.05);
    border-radius: 50%;
    z-index: 1;
    animation: pulse-ring 3s ease-in-out infinite;
}

#img_box_hello::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px dashed rgba(0, 229, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
    animation: rotate-ring 30s linear infinite reverse;
}

@keyframes pulse-ring {
    0%, 100% {
        box-shadow: 0 0 20px rgba(0, 229, 255, 0.2), inset 0 0 20px rgba(0, 229, 255, 0.1);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 229, 255, 0.4), inset 0 0 30px rgba(0, 229, 255, 0.2);
    }
}

@keyframes rotate-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.orbit-image {
    position: absolute;
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.5));
    left: 50%;
    top: 50%;
    transform-origin: center center;
}

.orbit-1 {
    animation: orbit-rotate 60s linear infinite;
}

.orbit-2 {
    animation: orbit-rotate 60s linear infinite;
    animation-delay: -10s;
}

.orbit-3 {
    animation: orbit-rotate 60s linear infinite;
    animation-delay: -20s;
}

.orbit-4 {
    animation: orbit-rotate 60s linear infinite;
    animation-delay: -30s;
}

.orbit-5 {
    animation: orbit-rotate 60s linear infinite;
    animation-delay: -40s;
}

.orbit-6 {
    animation: orbit-rotate 60s linear infinite;
    animation-delay: -50s;
}

@keyframes orbit-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateX(160px) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(160px) rotate(-360deg);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.hello_new_lp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 229, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 229, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

.main_section {
    background-image: linear-gradient(180deg, #1a2a4a 40%, #0f172a 100%);
}

.changewithAI_new_lp {
    text-align: center;
    position: relative;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.intro-header {
    margin-bottom: 60px;
}

#h2marker_changewithAI h2.glow-text {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.ax-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0 30px;
}

.ax-label h4 {
    font-size: 1.2rem;
    color: #00e5ff;
    letter-spacing: 0.3em;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.8);
}

.line-left, .line-right {
    height: 1px;
    width: 60px;
    background: linear-gradient(to right, transparent, #00e5ff);
    position: relative;
}

.line-right {
    background: linear-gradient(to left, transparent, #00e5ff);
}

.line-left::before, .line-right::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #00e5ff;
    box-shadow: 0 0 8px #00e5ff;
    top: -1.5px;
}

.line-left::before {
    right: 0;
}

.line-right::after {
    left: 0;
}

#weoffer {
    font-size: 1rem;
    line-height: 1.9;
    color: #cbd5e1;
    max-width: 850px;
    margin: 0 auto 50px;
}

.problem-grid_changewithAI {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-card_changewithAI {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 229, 255, 0.2);
    padding: 25px 20px;
    border-radius: 4px;
    transition: 0.3s ease;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-height: 200px;
}

.problem-card_changewithAI:hover {
    transform: translateY(-5px);
    background: rgba(0, 229, 255, 0.1);
    border-color: #00e5ff;
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
}

.problem-card_changewithAI h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.4;
    border-left: 3px solid #00e5ff;
    padding-left: 12px;
}

.problem-card_changewithAI p {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

.card-corner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #00e5ff;
    border-left: 2px solid #00e5ff;
}

.cyber-sub-ttl {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.feature_new_lp {
    width: 90%;
    margin: 0 auto;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
}

.feature_new_lp .genre-blue_new_lp {
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.3em;
    display: inline-block;
    padding: 3px 15px 3px 20px;
    border: 1px solid #FFF;
    border-radius: 15px;
}

.container_about_new_lp {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 229, 255, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(0, 229, 255, 0.05);
    position: relative;
    max-width: 1100px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.common-section .genre-blue_new_lp {
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #00e5ff;
    border-radius: 20px;
    background: rgba(0, 229, 255, 0.1);
    color: #00e5ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.3);
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.8);
    margin: 30px auto;
}

.common-section {
    text-align: center;
}

.container_about_new_lp h2.cyber-gradient-text {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 20px 0;
    font-weight: 800;
    background: linear-gradient(90deg, #fff 0%, #00e5ff 25%, #fff 50%, #fff 100%);
    background-size: 200% auto;
    background-position: 200% center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shine-right 4s linear infinite;
}

@keyframes shine-right {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: 0% center;
    }
}

.container_about_new_lp h3 {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2rem;
}

.cyber-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 30px auto 0;
}

.cyber-divider .line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00e5ff, transparent);
}

.cyber-divider .dot {
    width: 4px;
    height: 4px;
    background: #00e5ff;
    box-shadow: 0 0 8px #00e5ff;
    transform: rotate(45deg);
}

.common-section .detail_new_lp {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.9;
    max-width: 800px;
    margin: 30px auto;
}

.panel-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #00e5ff;
    opacity: 0.6;
}

.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

#container_featurebox {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.featurebox {
    flex: 1;
    position: relative;
    padding: 0 30px 30px 0;
    text-align: left;
    min-height: 350px;
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.5));
}

.featurebox .line {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(0, 229, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.2);
    overflow: hidden;
}

.featurebox .line .scanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #00e5ff, #fff, #00e5ff, transparent);
    animation: scanner-loop 4s ease-in-out infinite;
}

@keyframes scanner-loop {
    0% {
        top: -20%;
    }
    100% {
        top: 120%;
    }
}

.common-section .title-white_new_lp {
    font-size: 1.8rem;
    color: #FFF;
    margin-bottom: 20px;
}

.featurebox .smallp_new_lp {
    color: #00e5ff;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.featurebox h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.featurebox p:not(.smallp_new_lp) {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #ced4da;
    margin: 0;
}

._900pxbr {
    display: none;
}

._494pxbr {
    display: none;
}

._600pxbr {
    display: none;
}

._880pxbr, ._693pxbr, ._561pxbr, ._440pxbr, ._470pxbr {
    display: none;
}

.container_feature02 {
    margin-top: 90px;
}

.container_feature02 .title-white_new_lp {
    margin-top: 60px;
}

.tech-label {
    background: linear-gradient(90deg, #00e5ff, #0099ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}

.feature02-intro {
    max-width: 900px;
    margin: 30px auto 0;
    text-align: center;
}

.feature02-main-title {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
}

.feature02-description {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.9;
    margin: 0;
}

.feature02-diagram-horizontal {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    max-width: 1100px;
    margin: 60px auto 0;
    align-items: center;
}

.feature02-source-left {
    background: rgba(0, 229, 255, 0.03);
    border-left: 4px solid #00e5ff;
    padding: 40px;
    text-align: left;
}

.microservice-title {
    font-size: 1.4rem;
    color: #00e5ff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}

.microservice-description {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.9;
    margin: 0;
    text-align: left;
}

.wiring-container-horizontal {
    width: 80px;
    height: 100%;
    min-height: 400px;
    position: relative;
    opacity: 0.3;
    display: flex;
    align-items: center;
}

.wiring-svg-horizontal {
    width: 100%;
    height: auto;
    display: block;
}

.feature02-benefits-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.merit-item {
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid rgba(0, 229, 255, 0.4);
    padding: 25px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.merit-item::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #00e5ff;
    transition: height 0.3s ease;
}

.merit-item:hover {
    background: rgba(0, 229, 255, 0.05);
    transform: translateX(5px);
}

.merit-item:hover::after {
    height: 100%;
}

.merit-item h5 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.merit-item p {
    font-size: 0.9rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

.solution_new_lp {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.container_solution_new_lp {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.solution-grid_new_lp {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    margin-top: 50px;
}

.solution-card_new_lp {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 229, 255, 0.15);
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
}

.solution-card_new_lp:hover {
    background: rgba(0, 229, 255, 0.06);
    border-color: rgba(0, 229, 255, 0.5);
    transform: translateX(10px);
    box-shadow: -10px 0 30px rgba(0, 229, 255, 0.1);
}

.solution-card_new_lp .card-left {
    display: flex;
    flex-direction: column;
}

.solution-card_new_lp .product-logo {
    margin-top: 10px;
    padding-top: 10px;
    width: 120px;
    max-width: 120px;
}

.solution-card_new_lp .product-logo img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95;
    max-width: 120px;
}

.card-left {
    padding: 40px;
    width: 350px;
    background: rgba(0, 229, 255, 0.05);
    text-align: left;
    flex-shrink: 0;
}

.phase-num {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 229, 255, 0.8);
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.phase-ttl {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

.phase-tag {
    font-size: 0.8rem;
    color: #00e5ff;
    border: 1px solid rgba(0, 229, 255, 0.4);
    padding: 3px 10px;
    display: inline-block;
}

.card-right {
    padding: 40px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    width: 100%;
    text-align: left;
}

.check-list li {
    position: relative;
    padding-left: 25px;
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 14px;
    height: 14px;
    background: #00e5ff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    box-shadow: 0 0 10px #00e5ff;
    flex-shrink: 0;
}

#bene_new_lp {
    margin: 60px auto;
}

.a-benefit_new_lp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}

.benefit-item {
    border-radius: 4px;
    background: rgba(0, 229, 255, 0.02);
    border: 1px solid rgba(0, 229, 255, 0.1);
    padding: 35px 20px;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 17px);
    max-width: calc(33.333% - 17px);
}

.benefit-item:hover {
    background: rgba(0, 229, 255, 0.05);
    border-color: rgba(0, 229, 255, 0.3);
    transform: translateY(-5px);
}

.bene-icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, transparent 70%);
}

.bene-icon-wrap img {
    width: 45px;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.6));
    transition: transform 0.4s ease;
}

.benefit-item:hover .bene-icon-wrap img {
    transform: scale(1.1) translateY(-5px);
}

.benefit-item h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.benefit-item p {
    color: #cbd5e1;
    font-size: 0.85rem;
    line-height: 1.7;
    text-align: left;
}

.push_new_lp {
    position: relative;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(135deg, #2f268a, #8a2387, #d80c18, #1a1a2e);
    background-size: 200% 200%;
    animation: bggradient 15s ease infinite;
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.container_push_new_lp p {
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 30px;
    width: 92%;
}

.container_push_new_lp b {
    font-size: 1.2rem;
}

.container_push_new_lp ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    position: relative;
    z-index: 2;
    width: 90%;
}

.container_push_new_lp ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.container_push_new_lp ul li:nth-child(1) a {
    position: relative;
    background: #ff6801;
    color: #fff;
    box-shadow: 0 10px 25px rgba(255, 104, 1, 0.4);
    overflow: hidden;
}

.container_push_new_lp ul li:nth-child(1) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: flash 5s infinite;
    z-index: 2;
}

@keyframes flash {
    0% {
        left: -150%;
    }
    10% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}

.container_push_new_lp ul li:nth-child(1) a:hover {
    transform: translateY(-5px);
    filter: brightness(1.1);
}

.container_push_new_lp ul li:nth-child(2) a,
.container_push_new_lp ul li:nth-child(3) a {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

.container_push_new_lp ul li a:hover {
    transform: scale(1.05);
}

.container_push_new_lp ul li:nth-child(2) a:hover,
.container_push_new_lp ul li:nth-child(3) a:hover {
    background: rgba(255, 255, 255, 0.4);
}

.footer_new_lp {
    background: #fff;
    padding: 30px 0 15px;
    color: #333;
}

.footer-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 25px;
}

.footer-logo {
    flex-shrink: 0;
}

.footer-logo img {
    width: 60px;
}

.footer-company-info {
    text-align: left;
}

.footer-company-info h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.footer-company-info p {
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.footer-hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.footer-nav a {
    font-size: 0.75rem;
    color: #666;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #023090;
}

.nav-divider {
    margin: 0 15px;
    color: #ccc;
}

.copyright {
    font-size: 0.7rem;
    color: #999;
}
        }
    }
    .hello_new_lp .scan-line-top,
    .hello_new_lp .scan-line-bottom {
        position: absolute;
        width: 200px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #00e5ff, transparent);
        box-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
        z-index: 1;
    }
    .hello_new_lp .scan-line-top {
        top: 150px;
        left: -200px;
        animation: scan-horizontal-right 6s ease-in-out infinite;
    }
    .hello_new_lp .scan-line-bottom {
        bottom: 150px;
        right: -200px;
        animation: scan-horizontal-left 6s ease-in-out infinite 3s;
    }
    @keyframes scan-horizontal-right {
        0%, 100% {
            left: -200px;
            opacity: 0;
        }
        10%, 90% {
            opacity: 1;
        }
        50% {
            left: calc(100% - 200px);
        }
    }
    @keyframes scan-horizontal-left {
        0%, 100% {
            right: -200px;
            opacity: 0;
        }
        10%, 90% {
            opacity: 1;
        }
        50% {
            right: calc(100% - 200px);
        }
    }
    .solution-grid_new_lp::before {
        content: "";
        position: absolute;
        left: 45px;
        top: 40px;
        bottom: 40px;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(0, 229, 255, 0.5) 15%, rgba(0, 229, 255, 0.5) 85%, transparent);
    }
    .cyber-side-deco {
        position: fixed;
        top: 0;
        width: 40px;
        height: 100vh;
        z-index: 2500;
        pointer-events: none;
    }
    .side-left {
        left: 8px;
        border-left: 1px solid rgba(0, 229, 255, 0.4);
        background: linear-gradient(90deg, rgba(0, 229, 255, 0.03) 0%, transparent 100%);
    }
    .side-right {
        right: 8px;
        border-right: 1px solid rgba(0, 229, 255, 0.4);
        background: linear-gradient(-90deg, rgba(0, 229, 255, 0.03) 0%, transparent 100%);
    }
    .side-left::before, .side-right::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 30px;
        border-color: #00e5ff;
        border-style: solid;
        opacity: 0.8;
    }
    .side-left::before {
        top: 20px;
        left: 0;
        border-width: 2px 0 0 2px;
    }
    .side-right::before {
        top: 20px;
        right: 0;
        border-width: 2px 2px 0 0;
    }
    .side-left::after, .side-right::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 60px;
        background: linear-gradient(to bottom, transparent, #00e5ff, transparent);
        box-shadow: 0 0 15px rgba(0, 229, 255, 0.8);
        animation: deco-flow 6s infinite ease-in;
    }
    .side-left::after {
        left: -2px;
    }
    .side-right::after {
        right: -2px;
        animation-delay: 3s;
    }
    @keyframes deco-flow {
        0% {
            top: -10%;
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 1;
        }
        100% {
            top: 110%;
            opacity: 0;
        }
    }
}

@media screen and (max-width: 1100px) {
    .problem-grid_changewithAI {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .pc-only {
        display: none;
    }
    .nav-wrapper.sp-only {
        display: block;
    }
    .solution-grid_new_lp::before {
        content: "";
        position: absolute;
        left: 30px;
        top: 40px;
        bottom: 40px;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(0, 229, 255, 0.5) 15%, rgba(0, 229, 255, 0.5) 85%, transparent);
    }
    .solution-card_new_lp {
        flex-direction: column;
    }
    .solution-card_new_lp .card-left {
        width: 100%;
        padding: 30px;
    }
    .card-right {
        padding: 20px 30px 30px;
    }
    .check-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .benefit-item {
        flex: 0 0 calc(50% - 12.5px);
        max-width: calc(50% - 12.5px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hello_new_lp {
        position: relative;
        overflow: hidden;
    }
    .containers_hello_new_lp {
        flex-direction: column;
        padding-top: 10px;
        position: relative;
    }
    #p_box_hello {
        width: 100%;
        max-width: 700px;
        position: relative;
        z-index: 2;
    }
    #h_box_hello {
        text-align: right;
    }
    #img_box_hello {
        position: absolute;
        right: -180px;
        top: -180px;
        width: 360px;
        height: 360px;
        min-height: auto;
        opacity: 0.4;
        z-index: 1;
    }
    #img_box_hello .center-image {
        width: 200px;
        height: 200px;
    }
    #img_box_hello .orbit-image {
        width: 90px;
        height: 90px;
    }
    #img_box_hello::before {
        width: 270px;
        height: 270px;
    }
    #img_box_hello::after {
        width: 195px;
        height: 195px;
    }
}

@media screen and (min-width: 769px) and (max-width: 955px) {
    .container_about_new_lp h2.cyber-gradient-text {
        font-size: 2rem;
    }
}

@media screen and (min-width: 562px) and (max-width: 769px) {
    .cta_hello_new_lp {
        gap: 15px;
        flex-direction: row;
        margin-top: 30px;
    }
    .btn_o_hello, .btn_w_hello {
        width: auto;
        min-width: 160px;
        padding: 14px 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 900px) {
    ._900pxbr {
        display: inline;
    }
    #container_featurebox {
        flex-direction: column;
        gap: 50px;
    }
    .featurebox {
        padding: 0 0 30px 0;
        min-height: auto;
    }
    .featurebox .line {
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
    .feature-icon {
        width: 80px;
        height: 80px;
    }
    .container_feature02 {
        margin-top: 60px;
    }
    .feature02-intro {
        padding: 0 20px;
    }
    .feature02-main-title {
        font-size: 1.3rem;
    }
    .feature02-description {
        font-size: 0.9rem;
    }
    .feature02-diagram-horizontal {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .feature02-source-left {
        padding: 30px 25px;
    }
    .microservice-title {
        font-size: 1.2rem;
    }
    .microservice-description {
        font-size: 0.85rem;
    }
    .wiring-container-horizontal {
        display: none;
    }
    .feature02-benefits-right {
        gap: 25px;
    }
    .merit-item {
        padding: 20px;
    }
}

@media screen and (max-width: 880px) {
    ._880pxbr {
        display: inline;
    }
}

@media screen and (min-width: 563px) and (max-width: 865px) {
    .container_push_new_lp p {
        font-size: 0.85rem;
        line-height: 1.8;
        text-align: left;
        width: 80%;
    }
    .container_push_new_lp p b {
        font-size: 0.95rem;
    }
    .container_push_new_lp ul {
        gap: 15px;
        flex-wrap: wrap;
    }
    .container_push_new_lp ul li a {
        width: auto;
        min-width: 180px;
        padding: 0 20px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 807px) {
    #h2marker_changewithAI h2.glow-text {
        font-size: 1.7rem;
    }
    #weoffer {
        font-size: 0.9rem;
        padding: 0 10px;
    }
    .problem-grid_changewithAI {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .footer-top-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .footer-company-info {
        text-align: center;
        width: 90%;
    }
    .footer-bottom-flex {
        flex-direction: column;
        gap: 15px;
    }
    .nav-divider {
        display: none;
    }
    .container_about_new_lp {
        padding: 30px 20px;
    }
    .container_about_new_lp h2.cyber-gradient-text {
        font-size: 1.5rem;
    }
    .container_about_new_lp h3 {
        font-size: 0.95rem;
    }
    .solution-card_new_lp .product-logo {
        width: 110px;
        max-width: 110px;
    }
        .solution-card_new_lp .product-logo img {
        max-width: 110px;
    }
    .a-benefit_new_lp {
        flex-direction: column;
        gap: 20px;
    }
    .benefit-item {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 30px 20px;
    }
}

@media screen and (min-width: 441px) and (max-width: 768px) {
    .hello_new_lp {
        position: relative;
        overflow: hidden;
    }
    .containers_hello_new_lp {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 30px;
        position: relative;
    }
    #p_box_hello {
        width: 100%;
        text-align: left;
        padding: 0 5%;
        position: relative;
        z-index: 2;
    }
    #h_box_hello {
        text-align: right;
    }
    #img_box_hello {
        position: absolute;
        right: -120px;
        top: -120px;
        width: 300px;
        height: 300px;
        min-height: auto;
        opacity: 0.35;
        z-index: 1;
    }
    #img_box_hello .center-image {
        width: 180px;
        height: 180px;
    }
    #img_box_hello .orbit-image {
        width: 80px;
        height: 80px;
    }
    #img_box_hello::before {
        width: 240px;
        height: 240px;
    }
    #img_box_hello::after {
        width: 180px;
        height: 180px;
    }
    @keyframes orbit-rotate {
        from {
            transform: translate(-50%, -50%) rotate(0deg) translateX(148px) rotate(0deg);
        }
        to {
            transform: translate(-50%, -50%) rotate(360deg) translateX(148px) rotate(-360deg);
        }
    }
}

@media screen and (max-width: 692px) {
    .ax-label h4 {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media screen and (max-width: 693px) {
    ._693pxbr {
        display: inline;
    }
}

@media screen and (max-width: 674px) {
    #p_box_hello #p_h1 {
        font-size: 0.9rem;
    }
    #p_box_hello h1 {
        font-size: 1.2rem;
        white-space: nowrap;
    }
    #p_box_hello #ttlsp2_new_lp {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1.3;
    }
    #point_box {
        margin: 15px 0 0;
        font-weight: bold;
        font-size: 0.8rem;
    }
    #point_box p span {
        font-size: 1.6rem;
    }
    .sub_hello_new_lp p {
        font-size: 0.8rem;
        margin-top: 40px;
    }
    #img_box_hello {
        opacity: 0.25;
    }
}

@media screen and (max-width: 650px) {
    .about-main-content .detail_new_lp {
        text-align: left;
    }
    .common-section .detail_new_lp {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 600px) {
    ._600pxbr {
        display: inline;
    }
    .problem-grid_changewithAI {
        grid-template-columns: 1fr;
    }
    .feature02-main-title {
        font-size: 1rem;
    }
    .feature02-description {
        font-size: 0.85rem;
    }
    .feature02-source-left {
        padding: 25px 20px;
    }
    .microservice-title {
        font-size: 1.1rem;
    }
    .microservice-description {
        font-size: 0.8rem;
    }
    .merit-item h5 {
        font-size: 1rem;
    }
    .merit-item p {
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 570px) {
    .container_about_new_lp h2.cyber-gradient-text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 562px) {
    .container_push_new_lp p {
        font-size: 0.8rem;
        line-height: 1.7;
        text-align: left;
        width: 80%;
    }
    .container_push_new_lp p b {
        font-size: 0.85rem;
    }
    .container_push_new_lp ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        flex-wrap: nowrap;
    }
    .container_push_new_lp ul li {
        width: 100%;
    }
    .container_push_new_lp ul li a {
        width: 100%;
        max-width: 100%;
        padding: 14px 20px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 561px) {
    ._561pxbr {
        display: inline;
    }
    #h2marker_changewithAI h2.glow-text {
        line-height: 2.2rem;
    }
    .cta_hello_new_lp {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .btn_o_hello, .btn_w_hello {
        width: 100%;
        min-width: auto;
    }
    #p_box_hello h1 {
        font-size: 1rem;
        white-space: nowrap;
    }
    #p_box_hello #ttlsp2_new_lp {
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.3;
    }
    #p_box_hello h2 {
        font-size: 0.8rem;
    }
    #point_box {
        margin: 15px 0 0;
        font-weight: bold;
        font-size: 0.8rem;
        padding: 6px 18px;
    }
    #point_box p span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 533px) {
    #weoffer {
        text-align: left;
        padding: 0 20px;
    }
}

@media screen and (max-width: 494px) {
    ._494pxbr {
        display: inline;
    }
    .container_about_new_lp h2.cyber-gradient-text {
        font-size: 1.2rem;
    }
    .container_about_new_lp h3 {
        font-size: 0.85rem;
        text-align: left;
        padding: 0 10px;
    }
}

@media screen and (max-width: 477px) {
    #p_box_hello h1 {
        font-size: 0.85rem;
        white-space: normal;
    }
    #p_box_hello #ttlsp2_new_lp {
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.3;
    }
    #img_box_hello {
        display: none;
    }
    .hello_new_lp {
        position: relative;
    }
    #p_box_hello h2 {
        font-size: 0.75rem;
    }
    .hello_new_lp::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(0, 229, 255, 0.2) 0%, transparent 70%);
        animation: pulse-bg 3s ease-in-out infinite;
        z-index: 0;
    }
    .hello_new_lp::after {
        background-image: linear-gradient(rgba(0, 229, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 229, 255, 0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        animation: grid-move 20s linear infinite;
    }
    .containers_hello_new_lp {
        padding-top: 20px;
        position: relative;
        padding-bottom: 30px;
    }
    .containers_hello_new_lp::before {
        content: "";
        position: absolute;
        top: 20%;
        right: 10%;
        width: 4px;
        height: 4px;
        background: #00e5ff;
        border-radius: 50%;
        box-shadow: 0 0 20px #00e5ff, -100px 50px 0 2px rgba(0, 229, 255, 0.6), 100px -80px 0 1px rgba(0, 229, 255, 0.4), -50px -100px 0 3px rgba(0, 229, 255, 0.5), 80px 120px 0 2px rgba(0, 229, 255, 0.3);
        animation: particle-float 6s ease-in-out infinite;
        z-index: 0;
    }
    @keyframes pulse-bg {
        0%, 100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.3;
        }
        50% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 0.5;
        }
    }
    @keyframes grid-move {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 30px 30px;
        }
    }
    @keyframes particle-float {
        0%, 100% {
            transform: translateY(0) translateX(0);
        }
        25% {
            transform: translateY(-20px) translateX(10px);
        }
        50% {
            transform: translateY(-10px) translateX(-10px);
        }
        75% {
            transform: translateY(-15px) translateX(5px);
        }
    }
}

@media (max-width: 470px) {
    ._470pxbr {
        display: inline;
    }
}

@media screen and (max-width: 440px) {
    ._440pxbr {
        display: inline;
    }
}

@media screen and (max-width: 420px) {
    .feature02-description {
        text-align: left;
        font-size: 0.85rem;
    }
    .feature02-main-title {
        text-align: left;
        font-size: 0.9rem;
    }
}