.technology-pgheader .ph_image{
    background-image:url(../../img/head/prod_h.jpg?v=20260428);
}
.technology-pgheader .page-header-ttl .en{
    font-size:28px;
    letter-spacing:5px;
}
.technology-nav .linkRadio{
    flex-wrap:nowrap;
    justify-content:center;
}
.technology-nav .linkRadio a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50%;
    max-width:260px;
    min-height:45px;
    padding:2px;
    border-radius:50px;
    color:#888;
    font-size:14px;
    font-weight:600;
    line-height:1.3;
    text-align:center;
    transition:all .3s;
}
.technology-nav .linkRadio a:hover{
    color:#3158b8;
    text-decoration:none;
}
.technology-nav .linkRadio a.is-current{
    background:var(--blue1);
    color:#fff;
    pointer-events:none;
}
.technology-siteContent{
    background:#eef0f6;
}
.technology-anchor{
    height:0;
    scroll-margin-top:140px;
}
.technology-section{
    padding:46px 0 56px;
}
.technology-heading{
    max-width:900px;
    margin-bottom:30px;
}
.technology-heading .h2org{
    margin-bottom:18px;
}
.technology-heading > p:last-child{
    margin-bottom:0;
    line-height:1.9;
}
.technology-kicker{
    margin-bottom:8px;
    color:#5471bd;
    font-family:var(--enfont);
    font-size:12px;
    font-weight:700;
    letter-spacing:2.2px;
}
.technology-grid{
    display:grid;
    grid-template-columns:minmax(0, 1fr);
    gap:18px;
}
.technology-card{
    --card-accent:#3158b8;
    position:relative;
    min-width:0;
    padding:24px 20px 22px;
    overflow:hidden;
    background:#fff;
    border-top:4px solid var(--card-accent);
    box-shadow:0 10px 28px rgba(30, 48, 96, 0.10);
}
.technology-card::after{
    content:'';
    position:absolute;
    top:-62px;
    right:-62px;
    width:140px;
    height:140px;
    border:24px solid color-mix(in srgb, var(--card-accent) 8%, transparent);
    border-radius:50%;
    pointer-events:none;
}
.technology-card.accent-blue{--card-accent:#3158b8;}
.technology-card.accent-cyan{--card-accent:#1586a5;}
.technology-card.accent-navy{--card-accent:#243f78;}
.technology-card.accent-green{--card-accent:#16886d;}
.technology-card.accent-coral{--card-accent:#c45d64;}
.technology-card.accent-gold{--card-accent:#d88a25;}
.technology-card.accent-teal{--card-accent:#0d8e91;}
.technology-card-head{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:17px;
}
.technology-card-icon{
    display:flex;
    flex:0 0 50px;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:13px;
    background:color-mix(in srgb, var(--card-accent) 12%, white);
    color:var(--card-accent);
    font-size:23px;
}
.technology-card-no{
    display:block;
    margin-bottom:3px;
    color:var(--card-accent);
    font-family:var(--enfont);
    font-size:10px;
    font-weight:700;
    letter-spacing:1.3px;
}
.technology-card h3{
    margin:0;
    color:#21386e;
    font-size:21px;
    font-weight:700;
    line-height:1.35;
}
.technology-card-lead{
    margin-bottom:18px;
    color:#4c5365;
    font-size:14px;
    line-height:1.75;
}
.technology-stack-columns{
    display:grid;
    gap:18px;
}
.technology-stack-columns h4{
    margin-bottom:10px;
    padding-bottom:8px;
    border-bottom:1px solid #dce2ef;
    color:#273a69;
    font-size:16px;
    font-weight:700;
}
.technology-tags{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:0;
    padding:0;
    list-style:none;
}
.technology-tags li{
    padding:6px 10px;
    border:1px solid color-mix(in srgb, var(--card-accent) 24%, #d9dfec);
    border-radius:3px;
    background:color-mix(in srgb, var(--card-accent) 5%, white);
    color:#35405a;
    font-family:var(--enfont);
    font-size:12px;
    font-weight:600;
    line-height:1.2;
}
.technology-check-list{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.technology-check-list li{
    position:relative;
    padding-left:22px;
    color:#343b4a;
    font-size:14px;
    font-weight:600;
    line-height:1.55;
}
.technology-check-list li::before{
    content:'\f058';
    position:absolute;
    top:2px;
    left:0;
    color:var(--card-accent);
    font-family:'Font Awesome 6 Free';
    font-size:14px;
    font-weight:900;
}
.technology-check-list small{
    display:block;
    margin-top:2px;
    color:#687083;
    font-size:12px;
    font-weight:400;
}
.technology-certifications{
    padding-top:56px;
    padding-bottom:62px;
}
.technology-heading-light{
    color:#fff;
}
.technology-heading-light .technology-kicker{
    color:#d7e3ff;
}
.technology-heading-light > p:last-child{
    color:#fff;
}
.certification-groups{
    display:grid;
    gap:22px;
}
.certification-group{
    --cert-accent:#e39821;
    overflow:hidden;
    background:#fff;
    box-shadow:0 12px 30px rgba(18, 31, 72, 0.20);
}
.certification-servicenow{
    --cert-accent:#1c9460;
}
.certification-group-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
    padding:22px 20px 18px;
    border-top:5px solid var(--cert-accent);
    border-bottom:1px solid #e3e6ed;
}
.certification-brand{
    display:block;
    margin-bottom:5px;
    color:var(--cert-accent);
    font-family:var(--enfont);
    font-size:13px;
    font-weight:700;
    letter-spacing:1.8px;
}
.certification-group-head h3{
    margin:0;
    color:#263b6e;
    font-size:20px;
    font-weight:700;
}
.certification-group-head > p{
    display:grid;
    grid-template-columns:auto auto;
    align-items:end;
    margin:0;
    color:var(--cert-accent);
    line-height:1;
}
.certification-group-head > p strong{
    font-family:var(--enfont);
    font-size:42px;
    font-weight:700;
}
.certification-group-head > p span{
    padding-bottom:5px;
    font-size:15px;
    font-weight:700;
}
.certification-group-head > p small{
    grid-column:1 / -1;
    margin-top:3px;
    color:#747b89;
    font-size:10px;
    text-align:right;
}
.certification-list{
    display:grid;
    gap:0;
    padding:2px 20px 8px;
}
.certification-item{
    display:grid;
    grid-template-columns:54px minmax(0, 1fr) auto;
    align-items:center;
    gap:12px;
    min-width:0;
    padding:17px 0;
    border-bottom:1px solid #e5e8ef;
}
.certification-item:last-child{
    border-bottom:none;
}
.certification-badge{
    display:flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    border:2px solid var(--cert-accent);
    border-radius:14px;
    background:color-mix(in srgb, var(--cert-accent) 7%, white);
    color:var(--cert-accent);
    font-family:var(--enfont);
    font-size:13px;
    font-weight:700;
}
.certification-item h4{
    margin:0 0 3px;
    overflow-wrap:anywhere;
    color:#2f3749;
    font-family:var(--enfont);
    font-size:13px;
    font-weight:700;
    line-height:1.35;
}
.certification-item p{
    margin:0;
    color:#777e8c;
    font-size:11px;
    line-height:1.4;
}
.certification-item > strong{
    color:var(--cert-accent);
    font-family:var(--enfont);
    font-size:30px;
    line-height:1;
    white-space:nowrap;
}
.certification-item > strong span{
    margin-left:2px;
    font-family:var(--jpfont);
    font-size:12px;
}
.certification-note{
    margin:18px 0 0;
    color:#fff;
    font-size:12px;
    text-align:right;
}
@media(min-width:576px){
    .technology-stack-columns{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .technology-stack-columns > div + div{
        padding-left:18px;
        border-left:1px solid #dce2ef;
    }
    .technology-check-list small{
        display:inline;
        margin:0 0 0 4px;
    }
}
@media(min-width:768px){
    .technology-pgheader .page-header-ttl .en{
        font-size:56px;
        letter-spacing:9px;
    }
    .technology-nav .linkRadio a{
        width:240px;
        margin:0 8px;
    }
    .technology-section{
        padding:56px 0 68px;
    }
    .technology-heading{
        margin-bottom:38px;
    }
    .technology-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:22px;
    }
    .technology-card-wide{
        grid-column:span 2;
    }
    .technology-card{
        padding:26px 24px 24px;
    }
    .certification-group-head{
        padding:25px 26px 20px;
    }
    .certification-list{
        padding-right:26px;
        padding-left:26px;
    }
}
@media(min-width:992px){
    .technology-pgheader .page-header-ttl .en{
        font-size:66px;
        letter-spacing:11px;
    }
    .technology-grid{
        grid-template-columns:repeat(12, minmax(0, 1fr));
        gap:24px;
    }
    .technology-card-wide{
        grid-column:span 6;
    }
    .technology-card:not(.technology-card-wide):not(.technology-card-half){
        grid-column:span 4;
    }
    .technology-card-half{
        grid-column:span 6;
    }
    .technology-card{
        padding:28px 26px 26px;
    }
    .certification-groups{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:26px;
    }
}
@media(min-width:1200px){
    .technology-pgheader .page-header-ttl .en{
        font-size:72px;
        letter-spacing:13px;
    }
}
@media(prefers-reduced-motion:reduce){
    .technology *{
        scroll-behavior:auto !important;
    }
}
