@charset "UTF-8";:root{--color-ink: #111827;--color-ink-soft: #3f4654;--color-muted: #6b7280;--color-line: #e5e7eb;--color-surface: #ffffff;--color-soft: #f5f7fa;--color-dark: #07111f;--color-navy: #0b1f36;--color-blue: #235f9c;--color-blue-dark: #153c65;--color-gold: #b68b42;--shadow-soft: 0 1.4rem 4rem rgba(15, 23, 42, .08);--content-width: 120rem;--header-height: 7.2rem;font-family:Pretendard Variable,Pretendard,Noto Sans KR,Segoe UI,Arial,sans-serif}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:var(--header-height)}*,*:before,*:after{box-sizing:border-box}body{margin:0;overflow-x:hidden;background:var(--color-surface);color:var(--color-ink);font-family:inherit;font-size:1.6rem;line-height:1.65;word-break:keep-all;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.has-open-menu{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0;background:transparent}img{display:block;max-width:100%}ul,ol{margin:0;padding:0;list-style:none}.blind{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0)}#header{position:fixed;top:0;left:0;z-index:50;width:100%;height:var(--header-height);border-bottom:1px solid transparent;transition:background-color .28s ease,border-color .28s ease,color .28s ease}#header .header-inner{display:flex;width:min(var(--content-width),calc(100% - 4.8rem));height:100%;margin:0 auto;align-items:center;gap:3.2rem}#header .site-logo{display:inline-flex;align-items:center;min-width:8rem}#header .site-name{color:currentColor;font-weight:900;font-size:2.1rem;line-height:1}#header .site-navi{margin-left:auto}#header .depth1-list{display:flex;align-items:center;gap:2.6rem}#header .depth1{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:4.4rem;padding:0;color:currentColor;font-weight:800;font-size:1.5rem;white-space:nowrap;cursor:pointer;opacity:.84;transition:color .25s ease,opacity .25s ease}#header .depth1:after{position:absolute;right:0;bottom:.6rem;left:0;height:2px;background:var(--color-gold);content:"";opacity:0;transform:scaleX(0);transform-origin:center;transition:opacity .25s ease,transform .25s ease}#header .depth1:hover,#header .depth1.active{opacity:1}#header .depth1:hover:after,#header .depth1.active:after{opacity:1;transform:scaleX(1)}#header .depth2-list{display:none}#header .header-submenu{position:absolute;top:var(--header-height);right:0;left:0;border-top:1px solid rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.08);background:#fffffff7;color:var(--color-ink);box-shadow:0 1.6rem 4rem #0f172a14;-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem);opacity:0;transform:translateY(-1rem);transform-origin:top center;animation:hjpk-submenu-enter .28s cubic-bezier(.16,1,.3,1) forwards}#header .submenu-inner{display:grid;width:min(var(--content-width),calc(100% - 4.8rem));min-height:8.8rem;margin:0 auto;padding:2rem 0;grid-template-columns:minmax(12rem,18rem) minmax(0,1fr);gap:3.2rem;align-items:center}#header .submenu-title{color:var(--color-blue-dark);font-weight:900;font-size:1.5rem}#header .submenu-list{display:flex;flex-wrap:wrap;gap:1rem 2.4rem}#header .submenu-link{display:inline-flex;min-height:3.6rem;align-items:center;color:var(--color-ink-soft);font-weight:800;font-size:1.45rem;transition:color .25s ease,transform .25s ease}#header .submenu-link:hover{color:var(--color-blue);transform:translateY(-.1rem)}#header .submenu-title,#header .submenu-item{opacity:0;transform:translateY(-.6rem);animation:hjpk-submenu-item-enter .3s cubic-bezier(.16,1,.3,1) forwards}#header .submenu-title{animation-delay:.04s}#header .submenu-item:nth-child(1){animation-delay:.07s}#header .submenu-item:nth-child(2){animation-delay:.1s}#header .submenu-item:nth-child(3){animation-delay:.13s}#header .submenu-item:nth-child(4){animation-delay:.16s}#header .submenu-item:nth-child(5){animation-delay:.19s}#header .submenu-item:nth-child(6){animation-delay:.22s}@keyframes hjpk-submenu-enter{to{opacity:1;transform:translateY(0)}}@keyframes hjpk-submenu-item-enter{to{opacity:1;transform:translateY(0)}}#header .site-util{display:flex;align-items:center}#header .contact{display:inline-flex;min-height:4rem;align-items:center;padding:0 1.8rem;border:1px solid currentColor;border-radius:999rem;font-weight:900;font-size:1.4rem;transition:background-color .25s ease,color .25s ease,border-color .25s ease}#header.light .contact,#header.open .contact{border-color:var(--color-blue-dark);color:var(--color-blue-dark)}#header .contact:hover{border-color:var(--color-gold);background:var(--color-gold);color:#fff}#header .site-control{display:none;margin-left:auto}#header .menu-header{position:relative;display:inline-flex;width:4.4rem;height:4.4rem;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:currentColor;cursor:pointer}#header .menu-header:before,#header .menu-header:after{display:none}#header .menu-line{display:block;width:2.4rem;height:2px;border-radius:999rem;background:currentColor;transition:opacity .25s ease,transform .25s ease}#header.open .menu-line{transform:translateY(.5rem) rotate(45deg)}#header.open .menu-line+.menu-line{transform:translateY(-.5rem) rotate(-45deg)}#wrap.hjpk-main{min-height:100vh;background:var(--color-surface)}.local-head{position:relative;overflow:hidden}#wrap .local-head.design4.hjpk-hero{display:flex;min-height:100svh;flex-direction:column;justify-content:center;padding:12rem max(2.4rem,calc((100vw - var(--content-width)) / 2)) 7rem;background:var(--color-dark);color:#fff;isolation:isolate}#wrap .local-head.design4.hjpk-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#07111ff5,#07111fc7 48%,#07111f61),url(/images/hjpk-team-photo.jpg) center 42% / cover no-repeat;content:""}#wrap .local-head.design4.hjpk-hero:after{position:absolute;right:0;bottom:0;left:0;z-index:-1;height:18rem;background:linear-gradient(180deg,transparent,rgba(7,17,31,.72));content:""}#wrap .local-head.design4.hjpk-hero .local-info,#wrap .local-head.design4.hjpk-hero .local-subject,#wrap .local-head.design4.hjpk-hero .local-aside{width:min(var(--content-width),100%);margin-right:auto;margin-left:auto}#wrap .local-head.design4.hjpk-hero .local-info+.local-subject{margin-top:4.8rem}#wrap .local-head.design4.hjpk-hero .local-subject+.local-aside{margin-top:4rem}#wrap .local-head.design4.hjpk-hero .section-caption{color:#ffffffc7}#wrap .local-head.design4.hjpk-hero .local-name{max-width:90rem;margin:0;color:#fff;font-weight:900;font-size:7.2rem;line-height:1.12}#wrap .local-head.design4.hjpk-hero .local-name span{display:block}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{max-width:70rem;padding:2.4rem;border:1px solid rgba(255,255,255,.16);border-radius:.8rem;background:#07111f9e;-webkit-backdrop-filter:blur(1.4rem);backdrop-filter:blur(1.4rem)}#wrap .local-head.design4.hjpk-hero .local-title{margin:0;color:#fff;font-weight:900;font-size:2rem}#wrap .local-head.design4.hjpk-hero .local-summary{margin:1.2rem 0 0;color:#ffffffd1;font-weight:600;font-size:1.7rem}#wrap .local-head.design4.hjpk-hero .local-figure{display:none}#wrap .hjpk-sub-hero{padding:15rem 2.4rem 7.2rem;background:linear-gradient(135deg,#0b1f36f5,#153c65e6),url(/images/hjpk-network-hero.png) center / cover no-repeat;color:#fff}#wrap .hjpk-sub-hero .local-info,#wrap .hjpk-sub-hero .local-subject,#wrap .hjpk-sub-hero .local-summary{width:min(var(--content-width),100%);margin-right:auto;margin-left:auto}#wrap .hjpk-sub-hero .local-name{margin:0;color:#fff;font-weight:900;font-size:5.2rem;line-height:1.18}#wrap .hjpk-sub-hero .local-summary{max-width:78rem;margin-top:2rem;color:#fffc;font-weight:600;font-size:1.8rem}.hjpk-section{position:relative;padding:11rem 2.4rem}.hjpk-section-light{background:var(--color-surface)}.hjpk-section-soft{background:var(--color-soft)}.hjpk-section-dark{background:var(--color-dark);color:#fff}.hjpk-section .section-wrap{width:min(var(--content-width),100%);margin:0 auto}.hjpk-home .hjpk-section,.hjpk-home .hjpk-affiliate-section{display:flex;min-height:100svh;align-items:center;background:var(--color-surface);color:var(--color-ink)}.hjpk-home .hjpk-section-soft,.hjpk-home .hjpk-section-dark{background:var(--color-surface);color:var(--color-ink)}.hjpk-home .hjpk-section-dark .section-caption{color:var(--color-blue)}.hjpk-home .hjpk-section-dark .section-name,.hjpk-home .hjpk-section-dark .section-summary,.hjpk-home .hjpk-section-dark .para{color:inherit}.hjpk-home .hjpk-section-dark .section-summary,.hjpk-home .hjpk-section-dark .para,.hjpk-home .hjpk-section-dark .hjpk-contact-list li{color:var(--color-muted)}.hjpk-home .hjpk-section-dark .hjpk-btn.color1{background:var(--color-navy);color:#fff}.hjpk-home .hjpk-section-dark .hjpk-btn.color1:hover{background:var(--color-gold);color:#fff}.hjpk-home .hjpk-section-dark .hjpk-btn.color4{border-color:var(--color-line);color:var(--color-navy)}.hjpk-home .hjpk-affiliate-section>.section-wrap{padding:0}.hjpk-home .hjpk-affiliate-section{padding-top:var(--header-height)}.hjpk-home .hjpk-affiliate-section .content-inner{padding:0;border:0;background:transparent}.hjpk-home .hjpk-affiliate-section .section-name{color:var(--color-ink)}.hjpk-home .hjpk-affiliate-section .section-summary,.hjpk-home .hjpk-orbit-list .para{color:var(--color-muted)}.hjpk-home .hjpk-orbit-list .item{border-color:var(--color-line);background:#fff;box-shadow:0 .8rem 2.4rem #0f172a0a;-webkit-backdrop-filter:none;backdrop-filter:none}.hjpk-home .hjpk-orbit-list .board-name{color:var(--color-ink)}#wrap.hjpk-home .hjpk-affiliate-section{background:var(--color-dark);color:#fff}#wrap.hjpk-home .hjpk-affiliate-section .section-name{color:#fff}#wrap.hjpk-home .hjpk-affiliate-section .section-summary,#wrap.hjpk-home .hjpk-affiliate-section .hjpk-orbit-list .para{color:#ffffffb8}#wrap.hjpk-home .hjpk-affiliate-section .hjpk-orbit-list .item{border-color:#ffffff29;background:#07111fc7;box-shadow:none}#wrap.hjpk-home .hjpk-affiliate-section .hjpk-orbit-list .board-name{color:#fff}.section-head{max-width:82rem}.section-caption,.hjpk-sub-hero .section-caption{display:inline-block;margin-bottom:1.2rem;color:var(--color-blue);font-weight:900;font-size:1.3rem;line-height:1;text-transform:uppercase}.hjpk-section-dark .section-caption,.hjpk-sub-hero .section-caption{color:#d7b56d}.section-subject{display:block}.section-name,.local-name{margin:0;color:var(--color-ink);font-weight:900;font-size:4.2rem;line-height:1.22}.section-summary{max-width:72rem;margin:2rem 0 0;color:var(--color-muted);font-weight:600;font-size:1.7rem}.hjpk-section-dark .section-name,.hjpk-section-dark .section-summary,.hjpk-section-dark .para{color:#fff}.section-body{margin-top:5.6rem}.btn-display{margin-top:3.2rem}.btn-area{display:flex;flex-wrap:wrap;gap:1.2rem}.hjpk-btn{display:inline-flex;min-height:5.2rem;align-items:center;justify-content:center;padding:1.4rem 2.2rem;border:1px solid transparent;border-radius:999rem;font-weight:900;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.hjpk-btn.color1{background:#fff;color:var(--color-navy)}.hjpk-btn.color4{border-color:#ffffff70;color:#fff}.hjpk-section-light .hjpk-btn.color1,.hjpk-section-soft .hjpk-btn.color1{background:var(--color-navy);color:#fff}.hjpk-section-light .hjpk-btn.color4,.hjpk-section-soft .hjpk-btn.color4{border-color:var(--color-line);color:var(--color-navy)}.hjpk-btn:hover{transform:translateY(-.2rem)}.hjpk-btn.color1:hover,.hjpk-section-light .hjpk-btn.color1:hover,.hjpk-section-soft .hjpk-btn.color1:hover{background:var(--color-gold);color:#fff}.hjpk-split-content{display:grid;grid-template-columns:minmax(0,.82fr) minmax(28rem,.58fr);gap:5.6rem;align-items:center}.para{margin:0}.hjpk-split-content .para{color:var(--color-ink-soft);font-weight:600;font-size:1.8rem;line-height:1.8}.hjpk-split-content .para+.para{margin-top:1.6rem}.hjpk-section-figure{margin:0;overflow:hidden;border-radius:.8rem;box-shadow:var(--shadow-soft)}.hjpk-section-figure img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.board-list{display:grid;gap:2rem}.hjpk-reference-list{display:flex;width:100%}.hjpk-reference-list .board-item{width:100%;min-height:auto;padding:0 6.4rem;border:1px solid var(--color-line);border-radius:1.6rem;background:#f6f6f7;box-shadow:none}.hjpk-reference-list .board-wrap{display:flex;flex-direction:column}.hjpk-reference-list .board-info{display:grid;grid-template-columns:minmax(8rem,14rem) minmax(0,1fr);gap:2.4rem;align-items:start;padding:3.2rem 0;border-bottom:1px solid rgba(15,23,42,.1);transition:border-color .3s ease,transform .3s ease}.hjpk-reference-list .board-info:last-child{border-bottom:0}.hjpk-reference-list .board-info:hover{border-color:#235f9c3d;transform:translate(.4rem)}.hjpk-reference-list .board-name{margin:0;color:var(--color-blue);font-weight:900;font-size:1.5rem;line-height:1.4;text-transform:uppercase;white-space:nowrap}.hjpk-reference-list .board-caption{display:flex;min-width:0;flex-direction:column}.hjpk-reference-title{color:var(--color-ink);font-weight:900;font-size:2.4rem;line-height:1.25}.hjpk-reference-description{margin-top:1rem;color:var(--color-muted);font-weight:600;font-size:1.6rem;line-height:1.75}.hjpk-history-timeline{--history-year-width: 10rem;--history-gap: 6rem;--history-line-left: calc(var(--history-year-width) + (var(--history-gap) / 2));position:relative;display:flex;max-width:92rem;flex-direction:column}.hjpk-history-timeline:before{position:absolute;top:1.3rem;bottom:1.3rem;left:var(--history-line-left);width:1px;background:linear-gradient(180deg,#4aa3ff2e,#4aa3ffe6,#4aa3ff2e);content:""}.hjpk-history-item{position:relative;display:grid;min-height:12rem;grid-template-columns:var(--history-year-width) minmax(0,1fr);column-gap:var(--history-gap);padding-bottom:5.6rem}.hjpk-history-item:last-child{min-height:0;padding-bottom:0}.hjpk-history-marker{position:absolute;top:.9rem;left:calc(var(--history-line-left) - .7rem);z-index:1;width:1.4rem;height:1.4rem;border:3px solid #02050b;border-radius:50%;background:var(--color-blue);box-shadow:0 0 0 1px #4aa3ffb3,0 0 2.4rem #4aa3ff6b}.hjpk-history-year{color:var(--color-blue);font-weight:900;font-size:2.8rem;line-height:1.15;letter-spacing:0}.hjpk-history-content{min-width:0;padding-bottom:3.2rem;border-bottom:1px solid rgba(139,197,255,.18)}.hjpk-history-item:last-child .hjpk-history-content{padding-bottom:0;border-bottom:0}.hjpk-history-content h3{margin:0;color:#fff;font-weight:900;font-size:2.6rem;line-height:1.25}.hjpk-history-content p{margin:1rem 0 0;color:var(--color-muted);font-weight:600;font-size:1.7rem;line-height:1.7}@media(max-width:767px){.hjpk-history-timeline{--history-line-left: 1.1rem;max-width:none}.hjpk-history-timeline:before{top:1.1rem;bottom:1.1rem}.hjpk-history-item{display:block;min-height:11rem;padding:0 0 4.4rem 4.4rem}.hjpk-history-marker{top:.65rem;left:calc(var(--history-line-left) - .6rem);width:1.2rem;height:1.2rem;border-width:2px}.hjpk-history-year{font-size:2.3rem}.hjpk-history-content{margin-top:.8rem;padding-bottom:2.4rem}.hjpk-history-content h3{font-size:2.1rem}.hjpk-history-content p{font-size:1.5rem}}.hjpk-sitemap-list .hjpk-link-list{display:flex;flex-wrap:wrap;gap:1rem 2.4rem;margin-top:0}.hjpk-page-extra{margin-top:5.6rem;padding-top:5.6rem;border-top:1px solid rgba(15,23,42,.1)}.hjpk-page-extra .section-head{margin-bottom:3.2rem}.hjpk-business-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,.56fr);gap:3.2rem;align-items:stretch}.hjpk-business-overview .hjpk-reference-list,.hjpk-business-overview .hjpk-reference-list .board-item{height:100%;min-width:0}.hjpk-business-figure{width:100%;min-height:100%;min-width:0}.hjpk-business-figure img{width:100%;height:100%;min-height:42rem;aspect-ratio:16 / 10;object-fit:cover}.hjpk-profile-list .data-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.hjpk-profile-list .data-wrap{height:100%;padding:2.8rem 2.4rem;border:1px solid var(--color-line);border-radius:.8rem;background:#fff}.hjpk-profile-list .data-subject{color:var(--color-blue);font-weight:900;font-size:1.3rem;text-transform:uppercase}.hjpk-profile-list .data-body{margin-top:1.2rem}.hjpk-profile-list .para{color:var(--color-ink);font-weight:900;font-size:1.8rem}.hjpk-affiliate-section{background:var(--color-dark);color:#fff;overflow:hidden}.hjpk-affiliate-section>.section-wrap{width:min(var(--content-width),calc(100% - 4.8rem));margin:0 auto;padding:10rem 0}.hjpk-affiliate-section .content-inner{padding:5.6rem;border:1px solid rgba(255,255,255,.12);border-radius:.8rem;background:linear-gradient(135deg,#07111ff0,#0b1f36c7),url(/images/hjpk-network-hero.png) center / cover no-repeat}.hjpk-affiliate-section .section-name{color:#fff}.hjpk-affiliate-section .section-summary{color:#ffffffb8}.hjpk-affiliate-body{position:relative;display:grid;width:min(100%,104rem);grid-template-columns:minmax(26rem,1fr) 18rem minmax(26rem,1fr);gap:3rem;align-items:center;justify-items:stretch;min-height:auto;margin:3.2rem auto 0}.hjpk-orbit-core{position:relative;z-index:2;display:grid;grid-column:2;grid-row:1;justify-self:center;width:18rem;height:18rem;place-items:center;padding:3rem;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#0b1f36eb;color:#fff;text-align:center;box-shadow:0 0 7rem #235f9c47}.hjpk-orbit-core strong{display:block;font-weight:900;font-size:3rem;line-height:1}.hjpk-orbit-core span{display:block;margin-top:.6rem;color:#ffffffb3;font-weight:800;font-size:1.2rem;text-transform:uppercase}.hjpk-orbit-list{position:relative;display:contents}#wrap .hjpk-affiliate-section .hjpk-affiliate-body .hjpk-orbit-list{display:contents}.hjpk-orbit-list .item{position:relative;width:auto;min-height:15rem;padding:2.4rem;border:1px solid rgba(255,255,255,.14);border-radius:.8rem;background:#07111fc7;-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}#wrap .hjpk-affiliate-section .hjpk-affiliate-body .hjpk-orbit-list .item{height:auto;min-height:18rem;padding:2.4rem}.hjpk-orbit-list .node-1{bottom:2rem;left:calc(50% - 32.5rem)}.hjpk-orbit-list .node-2{right:calc(50% - 32.5rem);bottom:2rem}.hjpk-orbit-list .node-3{right:6%;bottom:3%}.hjpk-orbit-list .node-4{bottom:6%;left:6%}.hjpk-orbit-list .node-1,.hjpk-orbit-list .node-2,.hjpk-orbit-list .node-3,.hjpk-orbit-list .node-4{inset:auto}.hjpk-orbit-list .node-1{grid-column:1;grid-row:1}.hjpk-orbit-list .node-2{grid-column:3;grid-row:1}.hjpk-orbit-list .node-3{grid-column:3;grid-row:2}.hjpk-orbit-list .node-4{grid-column:1;grid-row:2}.hjpk-orbit-list .board-name{margin:0;color:#fff;font-weight:900;font-size:1.8rem}.hjpk-orbit-list .para{margin-top:1rem;color:#ffffffb8;font-weight:600;font-size:1.4rem}#wrap.hjpk-home .hjpk-affiliate-stage{position:relative;display:flex;min-height:100svh;align-items:flex-start;padding-top:0;overflow:hidden;background:radial-gradient(ellipse at 50% 48%,rgba(126,42,118,.46),transparent 30rem),radial-gradient(ellipse at 52% 58%,rgba(35,95,156,.28),transparent 46rem),#020305;color:#fff;isolation:isolate}#wrap.hjpk-home .hjpk-affiliate-stage:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:url(/images/hjpk-network-hero.png) center 36% / cover no-repeat;content:"";filter:saturate(.82) contrast(1.1);opacity:.18}#wrap.hjpk-home .hjpk-affiliate-stage:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#020305,#020305db,#02030538 48%,#020305),radial-gradient(circle at 12% 48%,rgba(35,95,156,.18),transparent 28rem);content:""}#wrap.hjpk-home .hjpk-affiliate-stage>.section-wrap{position:relative;z-index:1;width:100%;min-height:100svh;padding:0}#wrap.hjpk-home .hjpk-affiliate-stage .content-inner{position:relative;display:grid;min-height:100svh;padding:clamp(8.8rem,14vh,12.4rem) max(2.4rem,calc((100vw - var(--content-width)) / 2)) clamp(5.6rem,7vh,7.2rem);align-content:start;border:0;background:transparent}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro{position:relative;z-index:2;max-width:74rem;margin:0 auto;text-align:center}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-caption{display:none}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{color:#fff;font-size:clamp(2.4rem,2.4vw,3.2rem);line-height:1.55;letter-spacing:0}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-summary{max-width:62rem;margin:1.8rem auto 0;color:#ffffffa8;font-size:1.55rem;line-height:1.75}.hjpk-affiliate-logo-rail{position:relative;z-index:2;display:grid;width:min(100%,88rem);margin:clamp(4.4rem,7vh,6.8rem) auto 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.4rem,3vw,3rem);align-items:center}.hjpk-affiliate-logo-card{display:grid;min-height:8.4rem;align-content:center;justify-items:center;padding:1.2rem;color:#ffffffc2;text-align:center}.hjpk-affiliate-logo-card span{display:block;color:#ffffff80;font-weight:900;font-size:1.1rem;line-height:1;letter-spacing:.08em;text-transform:uppercase}.hjpk-affiliate-logo-card strong{display:block;margin-top:.8rem;color:#ffffffdb;font-weight:900;font-size:clamp(2rem,2.3vw,2.8rem);line-height:1.1}.hjpk-affiliate-logo-card p{max-width:22rem;margin:.8rem 0 0;color:#ffffff85;font-weight:700;font-size:1.2rem;line-height:1.55}.hjpk-affiliate-logo-card.is-placeholder strong,.hjpk-affiliate-logo-card.is-placeholder p{color:#ffffff6b}.hjpk-affiliate-arc{position:absolute;top:clamp(34rem,50vh,42rem);left:50%;z-index:1;width:min(150rem,145vw);height:72rem;border-radius:50% 50% 0 0/100% 100% 0 0;background:#020305;box-shadow:0 -5rem 11rem #832a7e57,inset 0 1px #ffffff0a;transform:translate(-50%)}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-body{position:relative;z-index:2;display:block;width:min(100%,64rem);min-height:auto;margin:clamp(12rem,18vh,15.2rem) auto 0;text-align:center}.hjpk-affiliate-message h3{margin:0;color:#fff;font-weight:900;font-size:clamp(2.6rem,3vw,3.8rem);line-height:1.38;letter-spacing:0}.hjpk-affiliate-message p{max-width:56rem;margin:2rem auto 0;color:#ffffffad;font-weight:700;font-size:1.6rem;line-height:1.75}.hjpk-contact-list{display:grid;gap:1.6rem;margin-bottom:4rem}.hjpk-contact-list li{display:grid;grid-template-columns:2.4rem minmax(0,1fr);gap:1.2rem;align-items:start;color:#ffffffd1;font-weight:700}.hjpk-contact-panel{display:grid;grid-template-columns:minmax(0,.72fr) minmax(28rem,.48fr);gap:2.4rem;align-items:stretch}.hjpk-contact-list-light{margin-bottom:0;padding:3.2rem;border:1px solid var(--color-line);border-radius:.8rem;background:#fff}.hjpk-contact-note{display:flex;min-height:100%;flex-direction:column;justify-content:center;padding:3.2rem;border-radius:.8rem;background:var(--color-soft)}.hjpk-contact-note strong{color:var(--color-ink);font-weight:900;font-size:1.8rem}.hjpk-contact-note p{margin:1.2rem 0 0;color:var(--color-muted);font-weight:600}.hjpk-update-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.hjpk-update-card{min-height:24rem;padding:3.2rem 2.4rem;border:1px solid var(--color-line);border-radius:.8rem;background:#fff}.hjpk-update-card span{display:block;margin-top:2rem;color:var(--color-blue);font-weight:900}.hjpk-update-card h3{margin:1rem 0 0;color:var(--color-ink);font-size:2rem}.hjpk-update-card p{margin:1.2rem 0 0;color:var(--color-muted);font-weight:600}.hjpk-link-list{display:grid;gap:1rem;margin-top:2rem}.hjpk-link-list a{color:var(--color-ink-soft);font-weight:800;transition:color .25s ease}.hjpk-link-list a:hover{color:var(--color-blue)}.hjpk-inquiry-form{padding:4rem;border:1px solid var(--color-line);border-radius:.8rem;background:#fff}.hjpk-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.hjpk-inquiry-form label{display:grid;gap:.8rem;color:var(--color-ink);font-weight:900;font-size:1.4rem}.hjpk-form-wide,.hjpk-form-consent{grid-column:1 / -1}.hjpk-inquiry-form input,.hjpk-inquiry-form select,.hjpk-inquiry-form textarea{width:100%;min-height:5.2rem;padding:1.4rem 1.6rem;border:1px solid #d1d5db;border-radius:.8rem;background:#fff;color:var(--color-ink);font:inherit;transition:border-color .25s ease,box-shadow .25s ease}.hjpk-inquiry-form textarea{min-height:16rem;resize:vertical}.hjpk-form-consent{display:flex!important;gap:1rem!important;align-items:center;margin-top:2rem}.hjpk-form-consent input{width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0;accent-color:var(--color-blue)}.hjpk-form-feedback{margin:2rem 0 0;padding:1.4rem 1.6rem;border-radius:.8rem;font-weight:900}.hjpk-submit-button{display:inline-flex;min-width:16rem;min-height:5.4rem;justify-content:center;align-items:center;margin-top:2.4rem;padding:1.4rem 2.4rem;border-radius:999rem;background:var(--color-navy);color:#fff;font-weight:900;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.hjpk-submit-button:hover{background:var(--color-gold);transform:translateY(-.2rem)}.hjpk-submit-button:disabled{cursor:not-allowed;opacity:.62;transform:none}.hjpk-reveal{--hjpk-reveal-distance: 5.6rem;--hjpk-reveal-ease: cubic-bezier(0, 0, .2, 1)}.hjpk-reveal .section-head,.hjpk-reveal .local-info,.hjpk-reveal .local-subject,.hjpk-reveal .local-summary,.hjpk-reveal .local-aside,.hjpk-reveal .local-figure,.hjpk-reveal .hjpk-split-content>*,.hjpk-reveal .hjpk-reference-list .board-info,.hjpk-reveal .board-item,.hjpk-reveal .data-item,.hjpk-reveal .hjpk-affiliate-logo-card,.hjpk-reveal .hjpk-affiliate-message,.hjpk-reveal .hjpk-update-card,.hjpk-reveal .hjpk-contact-list li,.hjpk-reveal .hjpk-contact-note,.hjpk-reveal .hjpk-inquiry-form,.hjpk-reveal .btn-display{opacity:0;transform:translateY(var(--hjpk-reveal-distance));transition:opacity 1s var(--hjpk-reveal-ease),transform 1s var(--hjpk-reveal-ease);will-change:opacity,transform}.hjpk-reveal.active1 .section-head,.hjpk-reveal.active1 .local-info,.hjpk-reveal.active2 .local-subject,.hjpk-reveal.active2 .local-summary,.hjpk-reveal.active2 .local-aside,.hjpk-reveal.active2 .local-figure,.hjpk-reveal.active2 .hjpk-split-content>*,.hjpk-reveal.active2 .hjpk-reference-list .board-info,.hjpk-reveal.active2 .board-item,.hjpk-reveal.active2 .data-item,.hjpk-reveal.active2 .hjpk-affiliate-logo-card,.hjpk-reveal.active2 .hjpk-affiliate-message,.hjpk-reveal.active2 .hjpk-update-card,.hjpk-reveal.active2 .hjpk-contact-list li,.hjpk-reveal.active2 .hjpk-contact-note,.hjpk-reveal.active2 .hjpk-inquiry-form,.hjpk-reveal.active2 .btn-display{opacity:1;transform:translateY(0)}.hjpk-reveal .hjpk-split-content>:nth-child(1),.hjpk-reveal .local-subject,.hjpk-reveal .hjpk-reference-list .board-info:nth-child(1),.hjpk-reveal .board-item:nth-child(1),.hjpk-reveal .hjpk-affiliate-logo-card:nth-child(1),.hjpk-reveal .data-item:nth-child(1),.hjpk-reveal .hjpk-update-card:nth-child(1),.hjpk-reveal .hjpk-contact-list li:nth-child(1){transition-delay:.08s}.hjpk-reveal .hjpk-split-content>:nth-child(2),.hjpk-reveal .local-summary,.hjpk-reveal .local-aside,.hjpk-reveal .hjpk-reference-list .board-info:nth-child(2),.hjpk-reveal .board-item:nth-child(2),.hjpk-reveal .hjpk-affiliate-logo-card:nth-child(2),.hjpk-reveal .data-item:nth-child(2),.hjpk-reveal .hjpk-update-card:nth-child(2),.hjpk-reveal .hjpk-contact-list li:nth-child(2),.hjpk-reveal .hjpk-contact-note,.hjpk-reveal .hjpk-inquiry-form{transition-delay:.18s}.hjpk-reveal .board-item:nth-child(3),.hjpk-reveal .local-figure,.hjpk-reveal .hjpk-reference-list .board-info:nth-child(3),.hjpk-reveal .hjpk-affiliate-logo-card:nth-child(3),.hjpk-reveal .data-item:nth-child(3),.hjpk-reveal .hjpk-update-card:nth-child(3),.hjpk-reveal .hjpk-contact-list li:nth-child(3){transition-delay:.28s}.hjpk-reveal .board-item:nth-child(4),.hjpk-reveal .hjpk-reference-list .board-info:nth-child(4),.hjpk-reveal .data-item:nth-child(4),.hjpk-reveal .hjpk-affiliate-message,.hjpk-reveal .btn-display{transition-delay:.38s}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-core,.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-list .item{opacity:0;transform:translateY(var(--hjpk-reveal-distance));transition:opacity 1s var(--hjpk-reveal-ease),transform 1s var(--hjpk-reveal-ease);will-change:opacity,transform}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-core{transform:translateY(var(--hjpk-reveal-distance));transition-delay:.16s}.hjpk-reveal.hjpk-affiliate-section.active2 .hjpk-orbit-core,.hjpk-reveal.hjpk-affiliate-section.active2 .hjpk-orbit-list .item{opacity:1;transform:translateY(0)}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-list .item:nth-child(1){transition-delay:.18s}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-list .item:nth-child(2){transition-delay:.28s}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-list .item:nth-child(3){transition-delay:.38s}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-list .item:nth-child(4){transition-delay:.48s}#footer{background:linear-gradient(135deg,#07111ff5,#0b1f36f0),url(/images/hjpk-network-hero.png) center / cover no-repeat;color:#ffffffb8}#footer .footer-inner{width:min(var(--content-width),calc(100% - 4.8rem));margin:0 auto;padding:5.6rem 0}#footer .footer-subject{color:#fff;font-weight:900;font-size:2.4rem}#footer .footer-body{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:4rem;margin-top:3.2rem}#footer .navi-list,#footer .data-list{display:flex;flex-wrap:wrap;gap:1rem 2rem}#footer .navi-text,#footer .data-text{color:#ffffffb8;font-weight:700;font-size:1.4rem}#footer .navi-text:hover{color:#fff}@media(max-width:1199px){#header .header-inner{width:min(var(--content-width),calc(100% - 3.6rem))}#header .site-control{display:block}#header .site-navi,#header .site-util{display:none}#header.open{height:100vh;overflow-y:auto}#header.open .header-inner{align-items:flex-start;flex-wrap:wrap;padding-top:1.4rem}#header.open .site-logo,#header.open .site-control{height:4.4rem;align-items:center}#header.open .site-control{margin-left:auto}#header.open .site-navi{display:block;order:3;width:100%;margin:3.2rem 0 0}#header.open .depth1-list{display:grid;gap:0}#header.open .depth1{width:100%;justify-content:space-between;min-height:5.6rem;color:var(--color-ink);font-size:2rem}#header.open .depth1-item{border-bottom:1px solid rgba(15,23,42,.08)}#header.open .depth2-list{display:grid;gap:.8rem;max-height:0;overflow:hidden;padding:0 0 0 1.2rem;opacity:0;transform:translateY(-.6rem);transition:max-height .34s cubic-bezier(.16,1,.3,1),padding .34s cubic-bezier(.16,1,.3,1),opacity .22s ease,transform .28s cubic-bezier(.16,1,.3,1)}#header.open .depth2-list.active{max-height:32rem;padding:0 0 1.8rem 1.2rem;opacity:1;transform:translateY(0)}#header.open .depth2{display:inline-flex;min-height:3.6rem;align-items:center;color:var(--color-muted);font-weight:800;font-size:1.5rem}#header .header-submenu{display:none}#header.open .site-util{display:flex;order:4;width:100%;margin-top:2.4rem}}@media(max-width:1023px){:root{--header-height: 6.4rem}#wrap .local-head.design4.hjpk-hero:before{background:linear-gradient(180deg,#07111fe6,#07111fcc 52%,#07111f99),url(/images/hjpk-team-photo.jpg) 48% center / cover no-repeat}#wrap .local-head.design4.hjpk-hero{min-height:100svh;padding:9rem 1.8rem 5.6rem;justify-content:flex-start}#wrap .local-head.design4.hjpk-hero .local-info+.local-subject{margin-top:4rem}#wrap .local-head.design4.hjpk-hero .local-subject+.local-aside{margin-top:3.2rem}#wrap .local-head.design4.hjpk-hero .local-name{font-size:4rem;line-height:1.2}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{padding:2rem}#wrap .hjpk-sub-hero{padding:11rem 1.8rem 5.6rem}#wrap .hjpk-sub-hero .local-name,.section-name{font-size:3.2rem}.hjpk-section{padding:6.4rem 1.8rem}.section-body{margin-top:3.2rem}.hjpk-split-content,.hjpk-business-overview,.hjpk-profile-list .data-list,.hjpk-update-list,.hjpk-contact-panel,.hjpk-form-grid,#footer .footer-body{grid-template-columns:1fr}.hjpk-split-content{gap:3.2rem}.hjpk-business-figure img{height:auto;min-width:0;min-height:28rem;aspect-ratio:16 / 9}.hjpk-update-card,.hjpk-profile-list .data-wrap,.hjpk-contact-list-light,.hjpk-contact-note,.hjpk-inquiry-form{padding:2.4rem}.hjpk-reference-list .board-item{padding:0 2.4rem}.hjpk-reference-list .board-info{grid-template-columns:1fr;gap:1.2rem;padding:2.4rem 0}.hjpk-reference-title{font-size:2rem}.hjpk-reference-description{font-size:1.5rem}.hjpk-affiliate-section>.section-wrap{width:calc(100% - 3.6rem);padding:6.4rem 0}.hjpk-affiliate-section .content-inner{padding:2.4rem}.hjpk-affiliate-body{display:grid;width:100%;grid-template-columns:1fr;gap:1.6rem;justify-items:center;min-height:auto}.hjpk-orbit-core,.hjpk-orbit-list,.hjpk-orbit-list .item{position:static;width:100%;transform:none}.hjpk-orbit-core{grid-column:auto;grid-row:auto;width:16rem;height:16rem;margin:0 auto 1.6rem}.hjpk-orbit-list{display:grid;width:100%;grid-template-columns:1fr;gap:1.6rem}#wrap .hjpk-affiliate-section .hjpk-affiliate-body .hjpk-orbit-list{display:grid}.hjpk-orbit-list .node-1,.hjpk-orbit-list .node-2,.hjpk-orbit-list .node-3,.hjpk-orbit-list .node-4{grid-column:auto;grid-row:auto}.hjpk-reveal.hjpk-affiliate-section .hjpk-orbit-core,.hjpk-reveal.hjpk-affiliate-section.active2 .hjpk-orbit-core{transform:none}#wrap.hjpk-home .hjpk-affiliate-stage{min-height:84rem}#wrap.hjpk-home .hjpk-affiliate-stage>.section-wrap,#wrap.hjpk-home .hjpk-affiliate-stage .content-inner{min-height:84rem}#wrap.hjpk-home .hjpk-affiliate-stage .content-inner{padding:13.2rem 1.8rem 5.2rem}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{font-size:2.35rem;line-height:1.46}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-summary{font-size:1.45rem}.hjpk-affiliate-logo-rail{width:min(100%,34rem);margin-top:3rem;grid-template-columns:1fr;gap:.6rem}.hjpk-affiliate-logo-card{min-height:5.8rem;padding:.8rem}.hjpk-affiliate-logo-card strong{font-size:2.2rem}.hjpk-affiliate-logo-card p{display:none}.hjpk-affiliate-arc{top:45rem;width:190vw;height:58rem}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-body{width:min(100%,34rem);margin-top:10.4rem}.hjpk-affiliate-message h3{font-size:2.7rem}.hjpk-affiliate-message p{margin-top:1.6rem;font-size:1.45rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#header{z-index:50;height:var(--header-height);border-bottom:1px solid transparent;transition:background-color .28s ease,border-color .28s ease,color .28s ease}#header.transparent{background:transparent;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}#header.light,#header.open,#header.has-submenu{border-bottom-color:#0f172a14;background:#fffffff0;color:var(--color-ink);-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem)}#header .header-inner{width:min(var(--content-width),calc(100% - 4.8rem));margin:0 auto;padding:0;max-height:none;justify-content:flex-start;gap:3.2rem}#header .header-inner .site-logo{display:inline-flex;max-height:none;min-width:8rem;align-items:center}#header .header-inner .site-logo .site-name{display:inline;width:auto;height:auto;background-image:none;background-size:auto;color:currentColor;font-weight:900;font-size:2.1rem;line-height:1}#header .header-inner .site-navi{margin-left:auto}#header .header-inner .site-navi:after{display:none}#header .header-inner .site-navi .depth1-list{display:flex;align-items:center;gap:2.6rem}#header .header-inner .site-navi .depth1-list .depth1-item .depth1{display:inline-flex;min-height:4.4rem;align-items:center;justify-content:center;padding:0;background:transparent;color:currentColor;font-weight:800;font-size:1.5rem;white-space:nowrap;opacity:.84}#header .header-inner .site-navi .depth1-list .depth1-item .depth1:hover,#header .header-inner .site-navi .depth1-list .depth1-item .depth1:focus,#header .header-inner .site-navi .depth1-list .depth1-item .depth1.active{color:currentColor;opacity:1}#header .header-inner .site-navi .depth1-list .depth1-item .depth1:after{right:0;bottom:.6rem;left:0;width:auto;height:2px;background:var(--color-gold);opacity:0;transform:scaleX(0);transform-origin:center;transition:opacity .25s ease,transform .25s ease}#header .header-inner .site-navi .depth1-list .depth1-item .depth1:hover:after,#header .header-inner .site-navi .depth1-list .depth1-item .depth1:focus:after,#header .header-inner .site-navi .depth1-list .depth1-item .depth1.active:after{width:auto;opacity:1;transform:scaleX(1)}#header .header-inner .site-control{display:none}#header .header-inner .site-control .menu-header{position:relative;width:4.4rem;height:4.4rem;background-image:none;background-color:transparent}#header .header-inner .site-control .menu-header:before,#header .header-inner .site-control .menu-header:after{position:absolute;right:.4rem;left:.4rem;height:2px;border-radius:999rem;background:currentColor;content:"";transition:top .25s ease,transform .25s ease}#header .header-inner .site-control .menu-header:before{top:1.7rem}#header .header-inner .site-control .menu-header:after{top:2.6rem}#header.open .header-inner .site-control .menu-header:before{top:2.1rem;transform:rotate(45deg)}#header.open .header-inner .site-control .menu-header:after{top:2.1rem;transform:rotate(-45deg)}#wrap .local-head.design3.hjpk-sub-hero{width:100%;margin:0;padding:15rem 2.4rem 7.2rem;background:linear-gradient(135deg,#0b1f36f5,#153c65e6),url(/images/hjpk-network-hero.png) center / cover no-repeat;color:#fff;text-align:left}#wrap .local-head.design4.hjpk-hero{width:100%;max-width:none;margin:0;justify-content:flex-start}#wrap .local-head.design4.hjpk-hero .local-info+.local-subject{margin-top:3.6rem}#wrap .local-head.design4.hjpk-hero .local-subject+.local-aside{margin-top:3rem}#wrap .local-head.design4.hjpk-hero .local-name span{line-height:inherit}#wrap .local-head.design4.hjpk-hero .local-aside{display:block}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{margin:0;width:min(64rem,100%);max-width:64rem;padding:2rem}#wrap .local-head.design4.hjpk-hero .btn-display{margin-top:2.4rem}#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1,#wrap .section.hjpk-section .hjpk-btn.color1{border-color:#fff;background:#fff;color:var(--color-navy)}#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4{border-color:#ffffff85;background:transparent;color:#fff}#wrap .local-head.design4.hjpk-hero .hjpk-btn .btn-text,#wrap .section.hjpk-section .hjpk-btn .btn-text{color:inherit}#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1:hover,#wrap .section.hjpk-section .hjpk-btn.color1:hover,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4:hover{border-color:var(--color-gold);background:var(--color-gold);color:#fff}#wrap .local-head.design3.hjpk-sub-hero .local-info,#wrap .local-head.design3.hjpk-sub-hero .local-subject,#wrap .local-head.design3.hjpk-sub-hero .local-summary{width:min(var(--content-width),100%);margin-right:auto;margin-left:auto}#wrap .local-head.design3.hjpk-sub-hero .local-subject .local-name{margin:0;color:#fff;text-align:left;font-weight:900;font-size:5.2rem;line-height:1.18}#wrap .local-head.design3.hjpk-sub-hero .local-summary{max-width:78rem;margin-top:2rem;color:#fffc;font-weight:600;font-size:1.8rem}#wrap .section.hjpk-section .section-head{display:block;max-width:82rem}#wrap .section.hjpk-section .section-body{display:block;margin-top:5.6rem}@media(max-width:1199px){#header .header-inner{width:min(var(--content-width),calc(100% - 3.6rem))}#header .header-inner .site-control{display:block;margin-left:auto}#header .header-inner .site-navi,#header .header-inner .site-util{display:none}#header.open .header-inner{align-items:flex-start;flex-wrap:wrap;padding-top:1.4rem}#header.open .header-inner .site-navi{display:block;order:3;width:100%;margin:3.2rem 0 0}#header.open .header-inner .site-navi .depth1-list{display:grid;gap:0}#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1{width:100%;min-height:5.6rem;justify-content:space-between;color:var(--color-ink);font-size:2rem}#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1:after{display:none}}@media(max-width:1023px){#wrap .local-head.design3.hjpk-sub-hero{padding:11rem 1.8rem 5.6rem}#wrap .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:3.2rem}#wrap .section.hjpk-section .section-body{margin-top:3.2rem}}:root{--hjpk-space-bg: #020305;--hjpk-space-panel: rgba(8, 17, 31, .78);--hjpk-space-panel-strong: rgba(11, 31, 54, .88);--hjpk-space-line: rgba(205, 224, 255, .18);--hjpk-space-line-strong: rgba(205, 224, 255, .32);--hjpk-space-text: #f7fbff;--hjpk-space-muted: rgba(228, 237, 248, .72);--hjpk-space-faint: rgba(228, 237, 248, .52);--hjpk-space-blue: #8bc5ff;--hjpk-space-gold: #c9a45d;--hjpk-space-violet: #a05d9d;--hjpk-space-shadow: 0 3rem 8rem rgba(0, 0, 0, .34)}body{background:var(--hjpk-space-bg);color:var(--hjpk-space-text)}#wrap.hjpk-main{background:linear-gradient(180deg,#020305f0,#020305fa),url(/images/hjpk-network-hero.png) center top / 100% auto no-repeat,var(--hjpk-space-bg);color:var(--hjpk-space-text)}#header.light,#header.open,#header.has-submenu{border-bottom-color:#cde0ff1f;background:#020305d1;color:#fff;box-shadow:0 1rem 4rem #00000038;-webkit-backdrop-filter:blur(1.8rem);backdrop-filter:blur(1.8rem)}#header .site-name{letter-spacing:.01em}#header .site-name:after,#footer .footer-subject:after{display:inline-block;width:.58rem;height:.58rem;margin-left:.8rem;background:var(--hjpk-space-gold);content:"";vertical-align:.2rem}#header .depth1:after,#header .header-inner .site-navi .depth1-list .depth1-item .depth1:after{background:linear-gradient(90deg,var(--hjpk-space-blue),var(--hjpk-space-gold))}#header .header-submenu{border-top-color:#cde0ff1f;border-bottom-color:#cde0ff29;background:linear-gradient(180deg,#020305f0,#08111fe6),url(/images/hjpk-network-hero.png) center 44% / cover no-repeat;color:#fff;box-shadow:0 2.4rem 6rem #00000061}#header .submenu-title,#header .submenu-link:hover{color:var(--hjpk-space-blue)}#header .submenu-link,#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1,#header.open .depth2{color:#ffffffd1}#header .submenu-link:hover,#header.open .depth2:hover{color:#fff}#wrap .local-head.design4.hjpk-hero,#wrap .local-head.design3.hjpk-sub-hero{overflow:hidden;background:var(--hjpk-space-bg);color:#fff;isolation:isolate}#wrap .local-head.design4.hjpk-hero:before{background:linear-gradient(90deg,#020305f2,#020305c7 44%,#02030561 74%),url(/images/hjpk-network-hero.png) right center / cover no-repeat,url(/images/hjpk-team-photo.jpg) 82% center / cover no-repeat;background-blend-mode:normal,screen,normal;opacity:1}#wrap .local-head.design4.hjpk-hero:after{inset:auto 0 0;height:38rem;background:linear-gradient(180deg,transparent,var(--hjpk-space-bg)),linear-gradient(90deg,transparent,rgba(139,197,255,.1),transparent)}#wrap .local-head.design4.hjpk-hero .local-name,#wrap .local-head.design3.hjpk-sub-hero .local-subject .local-name,#wrap .local-head.design3.hjpk-sub-hero .local-name{color:#fff;text-shadow:0 1.4rem 4rem rgba(0,0,0,.4)}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{border-color:var(--hjpk-space-line);background:linear-gradient(135deg,#0b1f36c2,#020305b3),#08111fbd;box-shadow:var(--hjpk-space-shadow)}#wrap .local-head.design4.hjpk-hero .local-title,#wrap .local-head.design4.hjpk-hero .local-summary,#wrap .local-head.design3.hjpk-sub-hero .local-summary{color:var(--hjpk-space-muted)}#wrap .local-head.design3.hjpk-sub-hero{position:relative;padding-top:16rem;background:linear-gradient(90deg,#020305f5,#020305c7 52%,#0203058a),url(/images/hjpk-network-hero.png) center 42% / cover no-repeat}#wrap .local-head.design3.hjpk-sub-hero:after{position:absolute;inset:auto 0 0;z-index:-1;height:16rem;background:linear-gradient(180deg,transparent,var(--hjpk-space-bg));content:""}#wrap .hjpk-section,#wrap .hjpk-home .hjpk-section,#wrap .hjpk-home .hjpk-section-soft,#wrap .hjpk-home .hjpk-section-dark{position:relative;overflow:hidden;background:linear-gradient(180deg,#020305f0,#030810fa),var(--hjpk-space-bg);color:var(--hjpk-space-text);isolation:isolate}#wrap .hjpk-section:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(120deg,#020305e0,#02030585 48%,#020305eb),url(/images/hjpk-network-hero.png) center / cover no-repeat;content:"";filter:saturate(.82) contrast(1.08);opacity:.22}#wrap .hjpk-section:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(205,224,255,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(205,224,255,.035) 1px,transparent 1px);background-size:8rem 8rem;content:"";-webkit-mask-image:linear-gradient(180deg,transparent,#000 18%,#000 78%,transparent);mask-image:linear-gradient(180deg,transparent,#000 18%,#000 78%,transparent);opacity:.34}#wrap .hjpk-section>.section-wrap{position:relative;z-index:1}#wrap .section.hjpk-section .section-head{max-width:86rem}#wrap .section-caption,#wrap .hjpk-home .hjpk-section-dark .section-caption,#wrap .hjpk-sub-hero .section-caption{color:var(--hjpk-space-gold);letter-spacing:.12em}#wrap .section-name,#wrap .hjpk-home .hjpk-section-dark .section-name,#wrap .section.hjpk-section .section-name{color:#fff}#wrap .section-summary,#wrap .hjpk-home .hjpk-section-dark .section-summary,#wrap .hjpk-home .hjpk-section-dark .para,#wrap .hjpk-split-content .para{color:var(--hjpk-space-muted)}#wrap .hjpk-btn.color1,#wrap .section.hjpk-section .hjpk-btn.color1,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1{border-color:#ffffffe0;background:#fff;color:#07111f}#wrap .hjpk-btn.color4,#wrap .section.hjpk-section .hjpk-btn.color4,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4,#wrap .hjpk-home .hjpk-section-dark .hjpk-btn.color4{border-color:var(--hjpk-space-line-strong);background:#ffffff0a;color:#fff}#wrap .hjpk-btn:hover{border-color:var(--hjpk-space-gold);background:var(--hjpk-space-gold);color:#07111f;box-shadow:0 1.4rem 4rem #c9a45d38}.hjpk-section-figure{position:relative;border:1px solid var(--hjpk-space-line);border-radius:.8rem;background:#ffffff0a;box-shadow:var(--hjpk-space-shadow)}.hjpk-section-figure:after,.hjpk-media-card:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.08);content:"";pointer-events:none}.hjpk-section-figure img{filter:saturate(.88) contrast(1.06)}.hjpk-reference-list .board-item,.hjpk-profile-list .data-wrap,.hjpk-update-card,.hjpk-contact-list-light,.hjpk-contact-note,.hjpk-inquiry-form{border:1px solid var(--hjpk-space-line);background:linear-gradient(135deg,#0b1f36d6,#020305b8),#08111fc7;color:var(--hjpk-space-text);box-shadow:var(--hjpk-space-shadow);-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.hjpk-reference-list .board-info{border-bottom-color:var(--hjpk-space-line)}.hjpk-reference-list .board-info:hover{border-color:#c9a45d6b;transform:translate(.4rem)}.hjpk-reference-list .board-name,.hjpk-profile-list .data-subject,.hjpk-update-card span{color:var(--hjpk-space-blue)}.hjpk-reference-title,.hjpk-profile-list .para,.hjpk-update-card h3,.hjpk-contact-note strong{color:#fff}.hjpk-reference-description,.hjpk-update-card p,.hjpk-contact-note p,.hjpk-contact-list-light li,.hjpk-link-list a{color:var(--hjpk-space-muted)}.hjpk-link-list a:hover{border-bottom-color:#c9a45da3;color:#fff}.hjpk-page-extra{border-top-color:var(--hjpk-space-line)}.hjpk-media-card{position:relative;min-height:28rem;margin:0;overflow:hidden;border:1px solid var(--hjpk-space-line);border-radius:.8rem;background:#08111fc2;box-shadow:var(--hjpk-space-shadow)}.hjpk-media-card img{width:100%;height:100%;min-height:inherit;object-fit:cover;filter:saturate(.86) contrast(1.05);transform:scale(1.01);transition:transform .5s ease,filter .5s ease}.hjpk-media-card:hover img{filter:saturate(1) contrast(1.08);transform:scale(1.045)}.hjpk-media-card figcaption{position:absolute;right:0;bottom:0;left:0;padding:5.6rem 2.2rem 2.2rem;background:linear-gradient(180deg,transparent,rgba(2,3,5,.88));color:#fff}.hjpk-media-card figcaption span{display:block;color:var(--hjpk-space-gold);font-weight:900;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}.hjpk-sitemap-section .hjpk-sitemap-list .board-info{display:block;min-height:20rem;padding:2.4rem;border:1px solid var(--hjpk-space-line);background:#ffffff09}.hjpk-sitemap-section .hjpk-sitemap-list .board-info:last-child{border-bottom:1px solid var(--hjpk-space-line)}.hjpk-sitemap-section .hjpk-sitemap-list .board-name{display:block;color:var(--hjpk-space-gold)}.hjpk-contact-list li{color:var(--hjpk-space-muted)}.hjpk-contact-list svg{color:var(--hjpk-space-blue)}.hjpk-inquiry-form label{color:#fff}.hjpk-inquiry-form input,.hjpk-inquiry-form select,.hjpk-inquiry-form textarea{border-color:var(--hjpk-space-line);background:#ffffff0f;color:#fff}.hjpk-inquiry-form input:focus,.hjpk-inquiry-form select:focus,.hjpk-inquiry-form textarea:focus,.hjpk-link-list a:focus-visible,.submenu-link:focus-visible,.depth2:focus-visible,.hjpk-btn:focus-visible,#header a:focus-visible,#header button:focus-visible{border-color:var(--hjpk-space-blue);box-shadow:0 0 0 .4rem #8bc5ff2e}.hjpk-submit-button{background:#fff;color:#07111f}.hjpk-submit-button:hover{background:var(--hjpk-space-gold);color:#07111f}.hjpk-form-feedback.is-success{background:#22c55e24;color:#bbf7d0}.hjpk-form-feedback.is-error{background:#f8717124;color:#fecaca}#footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#020305e0,#020305fa),url(/images/hjpk-network-hero.png) center 42% / cover no-repeat}#footer:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(205,224,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(205,224,255,.025) 1px,transparent 1px);background-size:8rem 8rem;content:"";opacity:.4;pointer-events:none}#footer .navi-text,#footer .data-text{color:var(--hjpk-space-muted)}@media(max-width:1199px){#header.open{background:linear-gradient(180deg,#020305fa,#08111ff5),url(/images/hjpk-network-hero.png) center / cover no-repeat}#header.open .depth1-item{border-bottom-color:#cde0ff1f}}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero:before{background:linear-gradient(180deg,#020305eb,#020305b3 52%,#020305e6),url(/images/hjpk-team-photo.jpg) center / cover no-repeat,url(/images/hjpk-network-hero.png) center / cover no-repeat}#wrap .local-head.design3.hjpk-sub-hero{padding:11rem 1.8rem 5.6rem}.hjpk-media-gallery,.hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{grid-template-columns:1fr}.hjpk-media-card,.hjpk-media-card:first-child{grid-row:auto;min-height:26rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-item{padding:1.6rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-info{min-height:auto;padding:2rem}}:root{--hjpk-corporate-bg: #f6f8fb;--hjpk-corporate-panel: #ffffff;--hjpk-corporate-border: rgba(15, 23, 42, .1);--hjpk-corporate-shadow: 0 1.2rem 3.2rem rgba(15, 23, 42, .07);--hjpk-corporate-navy: #07111f;--hjpk-corporate-blue: #1f5f9f;--hjpk-corporate-gold: #b68b42}body{background:var(--hjpk-corporate-bg);color:var(--color-ink)}#wrap.hjpk-main{background:var(--color-surface);color:var(--color-ink)}#header.light,#header.open,#header.has-submenu{border-bottom-color:#0f172a14;background:#fffffff0;color:var(--color-ink);box-shadow:none;-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem)}#header.transparent{color:#fff}#header .site-name{letter-spacing:0}#header .site-name:after,#footer .footer-subject:after{display:none}#header .depth1:after,#header .header-inner .site-navi .depth1-list .depth1-item .depth1:after{background:var(--hjpk-corporate-gold)}#header .header-submenu{border-top-color:#0f172a0f;border-bottom-color:#0f172a14;background:#fffffff7;color:var(--color-ink);box-shadow:0 1.6rem 4rem #0f172a14}#header .submenu-title,#header .submenu-link:hover{color:var(--color-blue-dark)}#header .submenu-link,#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1,#header.open .depth2{color:var(--color-ink-soft)}#header .submenu-link:hover,#header.open .depth2:hover{color:var(--color-blue)}#wrap .local-head.design4.hjpk-hero,#wrap .local-head.design3.hjpk-sub-hero{overflow:hidden;background:var(--hjpk-corporate-navy);color:#fff;isolation:isolate}#wrap .local-head.design4.hjpk-hero{min-height:92svh}#wrap .local-head.design4.hjpk-hero:before{background:linear-gradient(90deg,#07111ff5,#07111fd6 48%,#07111f7a),url(/images/hjpk-team-photo.jpg) 72% center / cover no-repeat;background-blend-mode:normal;opacity:1}#wrap .local-head.design4.hjpk-hero:after{inset:auto 0 0;height:14rem;background:linear-gradient(180deg,transparent,rgba(7,17,31,.74))}#wrap .local-head.design4.hjpk-hero .local-name,#wrap .local-head.design3.hjpk-sub-hero .local-subject .local-name,#wrap .local-head.design3.hjpk-sub-hero .local-name{color:#fff;text-shadow:none}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{border-color:#ffffff2e;background:#07111f94;box-shadow:none;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}#wrap .local-head.design4.hjpk-hero .local-title,#wrap .local-head.design4.hjpk-hero .local-summary,#wrap .local-head.design3.hjpk-sub-hero .local-summary{color:#ffffffd1}#wrap .local-head.design3.hjpk-sub-hero{padding-top:15rem;background:linear-gradient(90deg,#07111ff5,#0b1f36db 54%,#153c6594),url(/images/hjpk-architecture-hero.png) center / cover no-repeat}#wrap .local-head.design3.hjpk-sub-hero:after{display:none}#wrap .hjpk-section,#wrap .hjpk-home .hjpk-section,#wrap .hjpk-home .hjpk-section-soft,#wrap .hjpk-home .hjpk-section-dark{position:relative;overflow:hidden;background:var(--color-surface);color:var(--color-ink);isolation:auto}#wrap .hjpk-section:before,#wrap .hjpk-section:after{display:none}#wrap .hjpk-section-soft,#wrap .hjpk-home .hjpk-section-soft{background:var(--hjpk-corporate-bg)}#wrap .hjpk-section-dark,#wrap .hjpk-home .hjpk-section-dark{background:linear-gradient(135deg,#07111ffa,#0b1f36f0),var(--hjpk-corporate-navy);color:#fff}#wrap .section.hjpk-section .section-head{max-width:82rem}#wrap .section-caption,#wrap .hjpk-home .hjpk-section-dark .section-caption,#wrap .hjpk-sub-hero .section-caption{color:var(--color-blue);letter-spacing:.06em}#wrap .hjpk-section-dark .section-caption,#wrap .hjpk-home .hjpk-section-dark .section-caption,#wrap .hjpk-sub-hero .section-caption{color:#d7b56d}#wrap .section-name,#wrap .hjpk-home .hjpk-section-dark .section-name,#wrap .section.hjpk-section .section-name{color:var(--color-ink)}#wrap .hjpk-section-dark .section-name,#wrap .hjpk-home .hjpk-section-dark .section-name{color:#fff}#wrap .section-summary,#wrap .hjpk-home .hjpk-section-dark .section-summary,#wrap .hjpk-home .hjpk-section-dark .para,#wrap .hjpk-split-content .para{color:var(--color-muted)}#wrap .hjpk-section-dark .section-summary,#wrap .hjpk-section-dark .para,#wrap .hjpk-section-dark .hjpk-contact-list li{color:#ffffffc2}#wrap .hjpk-btn.color1,#wrap .section.hjpk-section .hjpk-btn.color1{border-color:var(--color-navy);background:var(--color-navy);color:#fff}#wrap .hjpk-btn.color4,#wrap .section.hjpk-section .hjpk-btn.color4,#wrap .hjpk-home .hjpk-section-dark .hjpk-btn.color4{border-color:var(--hjpk-corporate-border);background:transparent;color:var(--color-navy)}#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1,#wrap .hjpk-section-dark .hjpk-btn.color1{border-color:#fff;background:#fff;color:var(--color-navy)}#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4,#wrap .hjpk-section-dark .hjpk-btn.color4{border-color:#ffffff75;background:transparent;color:#fff}#wrap .hjpk-btn:hover,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1:hover,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4:hover,#wrap .section.hjpk-section .hjpk-btn.color1:hover,#wrap .section.hjpk-section .hjpk-btn.color4:hover{border-color:var(--color-gold);background:var(--color-gold);color:#fff;box-shadow:none}.hjpk-section-figure,.hjpk-reference-list .board-item,.hjpk-profile-list .data-wrap,.hjpk-update-card,.hjpk-contact-list-light,.hjpk-contact-note,.hjpk-inquiry-form{border:1px solid var(--hjpk-corporate-border);background:var(--hjpk-corporate-panel);color:var(--color-ink);box-shadow:var(--hjpk-corporate-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.hjpk-section-figure:after,.hjpk-media-card:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(15,23,42,.04);content:"";pointer-events:none}.hjpk-section-figure img{filter:saturate(.96) contrast(1.02)}.hjpk-reference-list .board-info{border-bottom-color:#0f172a1a}.hjpk-reference-list .board-info:hover{border-color:#235f9c38;transform:translate(.4rem)}.hjpk-reference-list .board-name,.hjpk-profile-list .data-subject,.hjpk-update-card span{color:var(--color-blue)}.hjpk-reference-title,.hjpk-profile-list .para,.hjpk-update-card h3,.hjpk-contact-note strong{color:var(--color-ink)}.hjpk-reference-description,.hjpk-update-card p,.hjpk-contact-note p,.hjpk-contact-list-light li,.hjpk-link-list a{color:var(--color-muted)}.hjpk-link-list a{display:inline-flex;min-height:3.2rem;align-items:center;border-bottom:1px solid transparent}.hjpk-link-list a:hover{border-bottom-color:#235f9c6b;color:var(--color-blue)}.hjpk-page-extra{border-top-color:var(--hjpk-corporate-border)}#wrap.hjpk-home .hjpk-affiliate-stage{display:block;min-height:auto;padding:11rem 2.4rem;overflow:hidden;background:var(--hjpk-corporate-bg);color:var(--color-ink)}#wrap.hjpk-home .hjpk-affiliate-stage:before,#wrap.hjpk-home .hjpk-affiliate-stage:after,.hjpk-affiliate-arc{display:none}#wrap.hjpk-home .hjpk-affiliate-stage>.section-wrap{width:min(var(--content-width),100%);min-height:auto;margin:0 auto;padding:0}#wrap.hjpk-home .hjpk-affiliate-stage .content-inner{display:block;min-height:auto;padding:0;border:0;background:transparent}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro{max-width:82rem;margin:0;text-align:left}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-caption{display:inline-block;color:var(--color-blue)}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{color:var(--color-ink);font-size:4.2rem;line-height:1.22}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-summary{max-width:72rem;margin:2rem 0 0;color:var(--color-muted);font-size:1.7rem}.hjpk-affiliate-logo-rail{position:relative;display:grid;width:100%;margin:4rem 0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.hjpk-affiliate-logo-card{display:grid;min-height:18rem;align-content:start;justify-items:start;padding:2.8rem 2.4rem;border:1px solid var(--hjpk-corporate-border);border-radius:.8rem;background:#fff;color:var(--color-ink);text-align:left;box-shadow:var(--hjpk-corporate-shadow)}.hjpk-affiliate-logo-card span{color:var(--color-blue);font-weight:900;font-size:1.2rem;letter-spacing:.06em}.hjpk-affiliate-logo-card strong{margin-top:1.4rem;color:var(--color-ink);font-size:2.4rem}.hjpk-affiliate-logo-card p{max-width:none;margin-top:1.2rem;color:var(--color-muted);font-size:1.45rem}.hjpk-affiliate-logo-card.is-placeholder strong,.hjpk-affiliate-logo-card.is-placeholder p{color:var(--color-muted)}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-body{display:block;width:100%;min-height:auto;margin:2rem 0 0;text-align:left}.hjpk-affiliate-message{padding:3.2rem;border:1px solid var(--hjpk-corporate-border);border-left:4px solid var(--color-blue);border-radius:.8rem;background:#fff;box-shadow:var(--hjpk-corporate-shadow)}.hjpk-affiliate-message h3{margin:0;color:var(--color-ink);font-size:2.8rem;line-height:1.38}.hjpk-affiliate-message p{max-width:72rem;margin:1.2rem 0 0;color:var(--color-muted);font-size:1.6rem}#media .section-body{margin-top:4.8rem}.hjpk-media-layout{display:grid;gap:3.2rem}.hjpk-media-gallery{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1.8rem}.hjpk-media-card{position:relative;min-height:28rem;margin:0;overflow:hidden;border:1px solid var(--hjpk-corporate-border);border-radius:.8rem;background:#fff;box-shadow:var(--hjpk-corporate-shadow)}.hjpk-media-card:first-child{grid-row:span 2;min-height:58rem}.hjpk-media-card img{width:100%;height:100%;min-height:inherit;object-fit:cover;filter:saturate(.94) contrast(1.02);transform:scale(1.01);transition:transform .45s ease,filter .45s ease}.hjpk-media-card:hover img{filter:saturate(1) contrast(1.04);transform:scale(1.035)}.hjpk-media-card figcaption{position:absolute;right:0;bottom:0;left:0;padding:5.6rem 2.2rem 2.2rem;background:linear-gradient(180deg,transparent,rgba(7,17,31,.86));color:#fff}.hjpk-media-card figcaption span{display:block;color:#d7b56d;font-weight:900;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase}.hjpk-media-card figcaption strong{display:block;margin-top:.6rem;font-size:1.8rem;line-height:1.35}.hjpk-sitemap-section .hjpk-sitemap-list .board-item{padding:3.2rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-info{display:block;min-height:20rem;padding:2.4rem;border:1px solid var(--hjpk-corporate-border);background:#fff}.hjpk-sitemap-section .hjpk-sitemap-list .board-info:last-child{border-bottom:1px solid var(--hjpk-corporate-border)}.hjpk-sitemap-section .hjpk-sitemap-list .board-name{display:block}.hjpk-sitemap-section .hjpk-link-list{gap:.8rem 1.6rem;margin-top:1.6rem}.hjpk-contact-list li{color:#ffffffd1}.hjpk-contact-list svg{color:#d7b56d}.hjpk-contact-list-light li{color:var(--color-ink-soft)}.hjpk-contact-list-light svg{color:var(--color-blue)}.hjpk-inquiry-form label{color:var(--color-ink)}.hjpk-inquiry-form input,.hjpk-inquiry-form select,.hjpk-inquiry-form textarea{border-color:#d1d5db;background:#fff;color:var(--color-ink)}.hjpk-inquiry-form input:focus,.hjpk-inquiry-form select:focus,.hjpk-inquiry-form textarea:focus,.hjpk-link-list a:focus-visible,.submenu-link:focus-visible,.depth2:focus-visible,.hjpk-btn:focus-visible,#header a:focus-visible,#header button:focus-visible{border-color:var(--color-blue);outline:none;box-shadow:0 0 0 .4rem #235f9c29}.hjpk-submit-button{background:var(--color-navy);color:#fff}.hjpk-submit-button:hover{background:var(--color-gold);color:#fff}.hjpk-form-feedback.is-success{background:#16a34a1a;color:#166534}.hjpk-form-feedback.is-error{background:#dc26261a;color:#991b1b}#footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#07111ffa,#0b1f36f5),var(--hjpk-corporate-navy)}#footer:before{display:none}#footer .footer-inner{position:relative;z-index:1}#footer .navi-text,#footer .data-text{color:#ffffffb8}.hjpk-reveal .hjpk-media-card{opacity:0;transform:translateY(var(--hjpk-reveal-distance));transition:opacity 1s var(--hjpk-reveal-ease),transform 1s var(--hjpk-reveal-ease);will-change:opacity,transform}.hjpk-reveal.active2 .hjpk-media-card{opacity:1;transform:translateY(0)}.hjpk-reveal .hjpk-media-card:nth-child(1){transition-delay:.16s}.hjpk-reveal .hjpk-media-card:nth-child(2){transition-delay:.24s}.hjpk-reveal .hjpk-media-card:nth-child(3){transition-delay:.32s}.hjpk-reveal .hjpk-media-card:nth-child(4){transition-delay:.4s}@media(max-width:1199px){#header.open{background:#fffffffa}#header.open .header-inner{height:auto;min-height:100%;align-content:flex-start;padding-bottom:4rem}#header.open .site-navi,#header.open .header-inner .site-navi{margin-top:4.8rem}#header.open .depth1-item{border-bottom-color:#0f172a14}#header.open .depth1,#header.open .depth2,#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1{color:var(--color-ink)}}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero{min-height:auto;padding-top:11rem}#wrap .local-head.design4.hjpk-hero:before{background:linear-gradient(180deg,#07111fe6,#07111fc2 52%,#07111feb),url(/images/hjpk-team-photo.jpg) center / cover no-repeat}#wrap .local-head.design3.hjpk-sub-hero{padding:11rem 1.8rem 5.6rem}#wrap.hjpk-home .hjpk-affiliate-stage{padding:8rem 1.8rem}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{font-size:3.2rem}.hjpk-affiliate-logo-rail,.hjpk-media-gallery,.hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{grid-template-columns:1fr}.hjpk-media-card,.hjpk-media-card:first-child{grid-row:auto;min-height:26rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-item{padding:1.6rem}.hjpk-sitemap-section .hjpk-sitemap-list .board-info{min-height:auto;padding:2rem}}@media(max-width:767px){#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{padding:1.8rem}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{font-size:2.8rem}.hjpk-affiliate-logo-card,.hjpk-affiliate-message{padding:2.2rem}}:root{--color-ink: #f7fbff;--color-ink-soft: #c7d4e6;--color-muted: #91a1b6;--color-line: rgba(126, 181, 255, .16);--color-surface: #02050b;--color-soft: #06101c;--color-dark: #02050b;--color-navy: #07111f;--color-blue: #4aa3ff;--color-blue-dark: #8bc5ff;--color-gold: #4aa3ff;--shadow-soft: 0 2.4rem 7rem rgba(0, 0, 0, .4);--hjpk-night: #02050b;--hjpk-night-soft: #06101c;--hjpk-night-panel: rgba(7, 18, 33, .74);--hjpk-night-panel-strong: rgba(10, 24, 43, .92);--hjpk-night-line: rgba(139, 197, 255, .18);--hjpk-night-text: #f7fbff;--hjpk-night-muted: #9eacc0;--hjpk-night-blue: #4aa3ff}body,#wrap.hjpk-main{background:var(--hjpk-night);color:var(--hjpk-night-text)}#header.light,#header.open,#header.has-submenu{border-bottom-color:#8bc5ff24;background:#02050bdb;color:#fff;box-shadow:0 1.6rem 4rem #00000038}#header .header-submenu{border-top-color:#8bc5ff1a;border-bottom-color:#8bc5ff24;background:#02050bf0;color:#fff;box-shadow:0 2.4rem 7rem #0000006b}#header .submenu-title,#header .submenu-link:hover,#header.open .depth2:hover{color:var(--hjpk-night-blue)}#header .submenu-link,#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1,#header.open .depth2{color:#ffffffb8}#header .depth1:after,#header .header-inner .site-navi .depth1-list .depth1-item .depth1:after{background:var(--hjpk-night-blue)}#wrap .local-head.design4.hjpk-hero{min-height:92svh;justify-content:center;padding:11rem 2.4rem 8rem;background:var(--hjpk-night);color:#fff;text-align:center}#wrap .local-head.design4.hjpk-hero:before{background:radial-gradient(90% 58% at 50% 100%,rgba(74,163,255,.4) 0%,rgba(74,163,255,.16) 42%,transparent 72%),linear-gradient(180deg,#000,#02050b 54%,#04101e);opacity:1}#wrap .local-head.design4.hjpk-hero:after{right:auto;bottom:-18rem;left:50%;display:block;width:150vw;max-width:none;height:36rem;border-radius:50% 50% 0 0;background:#000;box-shadow:0 -4rem 10rem #4aa3ff33;content:"";transform:translate(-50%)}#wrap .local-head.design4.hjpk-hero .local-info,#wrap .local-head.design4.hjpk-hero .local-subject,#wrap .local-head.design4.hjpk-hero .local-aside{width:min(78rem,100%);margin-right:auto;margin-left:auto}#wrap .local-head.design4.hjpk-hero .local-info+.local-subject{margin-top:3.4rem}#wrap .local-head.design4.hjpk-hero .local-subject+.local-aside{margin-top:3.2rem}#wrap .local-head.design4.hjpk-hero .local-name{max-width:78rem;margin:0 auto;color:#fff;font-size:clamp(3.8rem,5.2vw,6.8rem);line-height:1.22;text-align:center}#wrap .local-head.design4.hjpk-hero .local-aside .local-wrap{max-width:68rem;margin:0 auto;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#wrap .local-head.design4.hjpk-hero .local-title{color:#ffffffeb;font-size:2rem}#wrap .local-head.design4.hjpk-hero .local-summary{color:#d2e1f4bd;font-size:1.7rem}#wrap .hjpk-section,#wrap .hjpk-home .hjpk-section,#wrap .hjpk-home .hjpk-section-soft,#wrap .hjpk-home .hjpk-section-dark{background:radial-gradient(90% 70% at 50% 0%,rgba(74,163,255,.09),transparent 56%),var(--hjpk-night);color:#fff}#wrap .hjpk-section-soft,#wrap .hjpk-home .hjpk-section-soft{background:linear-gradient(180deg,#02050b,#06101c),var(--hjpk-night-soft)}#wrap .section-name,#wrap .hjpk-home .hjpk-section-dark .section-name,#wrap .section.hjpk-section .section-name,.hjpk-reference-title,.hjpk-profile-list .para,.hjpk-update-card h3,.hjpk-contact-note strong{color:#fff}#wrap .section-summary,#wrap .hjpk-home .hjpk-section-dark .section-summary,#wrap .hjpk-home .hjpk-section-dark .para,#wrap .hjpk-split-content .para,.hjpk-reference-description,.hjpk-update-card p,.hjpk-contact-note p,.hjpk-contact-list-light li,.hjpk-link-list a{color:var(--hjpk-night-muted)}#wrap .section-caption,#wrap .hjpk-home .hjpk-section-dark .section-caption,#wrap .hjpk-sub-hero .section-caption,#wrap .hjpk-section-dark .section-caption{color:var(--hjpk-night-blue)}.hjpk-section-figure,.hjpk-reference-list .board-item,.hjpk-profile-list .data-wrap,.hjpk-update-card,.hjpk-contact-list-light,.hjpk-contact-note,.hjpk-inquiry-form,.hjpk-affiliate-logo-card,.hjpk-affiliate-message{border-color:var(--hjpk-night-line);background:var(--hjpk-night-panel);color:#fff;box-shadow:0 2rem 6rem #00000047;-webkit-backdrop-filter:blur(1.6rem);backdrop-filter:blur(1.6rem)}.hjpk-reference-list .board-info{border-bottom-color:#8bc5ff24}.hjpk-reference-list .board-info:hover,.hjpk-link-list a:hover{border-color:#4aa3ff80;color:#fff}.hjpk-reference-list .board-name,.hjpk-profile-list .data-subject,.hjpk-update-card span{color:var(--hjpk-night-blue)}#wrap .hjpk-btn.color1,#wrap .section.hjpk-section .hjpk-btn.color1,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1,#wrap .hjpk-section-dark .hjpk-btn.color1{border-color:var(--hjpk-night-blue);background:var(--hjpk-night-blue);color:#02050b}#wrap .hjpk-btn.color4,#wrap .section.hjpk-section .hjpk-btn.color4,#wrap .hjpk-home .hjpk-section-dark .hjpk-btn.color4,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4,#wrap .hjpk-section-dark .hjpk-btn.color4{border-color:#8bc5ff61;background:#ffffff08;color:#fff}#wrap .hjpk-btn:hover,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color1:hover,#wrap .local-head.design4.hjpk-hero .hjpk-btn.color4:hover,#wrap .section.hjpk-section .hjpk-btn.color1:hover,#wrap .section.hjpk-section .hjpk-btn.color4:hover{border-color:#fff;background:#fff;color:#02050b}#wrap.hjpk-home .hjpk-affiliate-stage{min-height:100svh;padding:12rem 2.4rem 13rem;background:radial-gradient(80% 44% at 50% 58%,rgba(74,163,255,.22),transparent 68%),linear-gradient(180deg,#000,#02050b 58%,#06101c);color:#fff}#wrap.hjpk-home .hjpk-affiliate-stage:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:linear-gradient(90deg,transparent,rgba(139,197,255,.08),transparent),linear-gradient(180deg,rgba(255,255,255,.04),transparent 26%);content:"";pointer-events:none}#wrap.hjpk-home .hjpk-affiliate-stage:after{position:absolute;top:-18rem;right:auto;left:50%;display:block;width:150vw;height:36rem;border-radius:0 0 50% 50%;background:#000;box-shadow:0 5rem 11rem #4aa3ff29;content:"";transform:translate(-50%);pointer-events:none}#wrap.hjpk-home .hjpk-affiliate-stage>.section-wrap{position:relative;z-index:1;display:flex;min-height:calc(100svh - 25rem);flex-direction:column;justify-content:center}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro{max-width:78rem;margin:0 auto;text-align:center}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-caption,#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{color:#fff}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-name{font-size:clamp(3rem,4vw,5rem);line-height:1.28}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-intro .section-summary{max-width:70rem;margin:2.2rem auto 0;color:#d2e1f4b8}.hjpk-affiliate-logo-rail{width:min(92rem,100%);margin:5rem auto 0}.hjpk-affiliate-logo-card{min-height:14rem;align-content:center;justify-items:center;border-color:#8bc5ff24;background:#ffffff0a;text-align:center;box-shadow:none}.hjpk-affiliate-logo-card span,.hjpk-affiliate-logo-card strong{color:#ffffffd1}.hjpk-affiliate-logo-card strong{margin-top:.8rem;font-size:2.2rem;letter-spacing:0}.hjpk-affiliate-logo-card p{color:#d2e1f494}.hjpk-affiliate-message{width:min(72rem,100%);margin:1.4rem auto 0;border-left:0;background:transparent;text-align:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hjpk-affiliate-message h3{color:#fff;font-size:clamp(2.6rem,3vw,3.8rem)}.hjpk-affiliate-message p{margin-right:auto;margin-left:auto;color:#d2e1f4ad}.hjpk-inquiry-form label,.hjpk-contact-list-light li{color:#fff}.hjpk-inquiry-form input,.hjpk-inquiry-form select,.hjpk-inquiry-form textarea{border-color:#8bc5ff38;background:#ffffff0f;color:#fff}#footer{background:radial-gradient(80% 90% at 50% 0%,rgba(74,163,255,.18),transparent 58%),#000}#footer .footer-subject,#footer .navi-text:hover{color:#fff}#footer .navi-text,#footer .data-text{color:#d2e1f4b3}@media(max-width:1199px){#header.open{background:#02050bf7}#header.open .depth1-item{border-bottom-color:#8bc5ff1f}#header.open .depth1,#header.open .depth2,#header.open .header-inner .site-navi .depth1-list .depth1-item .depth1{color:#fff}}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero{min-height:86svh;padding:10rem 1.8rem 7rem}#wrap .local-head.design4.hjpk-hero:before{background:radial-gradient(110% 58% at 50% 100%,rgba(74,163,255,.34),rgba(74,163,255,.1) 48%,transparent 76%),linear-gradient(180deg,#000,#02050b 58%,#06101c)}#wrap .local-head.design4.hjpk-hero .local-name{font-size:clamp(3.4rem,8vw,5.4rem)}#wrap .local-head.design4.hjpk-hero .local-title,#wrap .local-head.design4.hjpk-hero .local-summary{font-size:1.55rem}#wrap.hjpk-home .hjpk-affiliate-stage{min-height:auto;padding:9rem 1.8rem}#wrap.hjpk-home .hjpk-affiliate-stage>.section-wrap{min-height:auto}.hjpk-affiliate-logo-rail{grid-template-columns:1fr}}@media(max-width:767px){#wrap .local-head.design4.hjpk-hero .local-subject+.local-aside{margin-top:2.4rem}#wrap .local-head.design4.hjpk-hero .local-title{font-size:1.45rem}#wrap .local-head.design4.hjpk-hero .local-summary{font-size:1.42rem}.hjpk-affiliate-logo-card{min-height:12rem}}#wrap .hjpk-section-figure,#wrap .hjpk-reference-list .board-item,#wrap .hjpk-profile-list .data-wrap,#wrap .hjpk-update-card,#wrap .hjpk-contact-list-light,#wrap .hjpk-contact-note,#wrap .hjpk-inquiry-form,#wrap .hjpk-affiliate-logo-card,#wrap .hjpk-affiliate-message,#wrap .hjpk-media-card,#wrap .hjpk-sitemap-section .hjpk-sitemap-list .board-info{border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#wrap .hjpk-section-figure:after,#wrap .hjpk-media-card:after{display:none}#wrap .hjpk-section-figure{position:relative;overflow:visible}#wrap .hjpk-section-figure img,#wrap .hjpk-media-card img{border-radius:0}#wrap .hjpk-reference-list .board-item,#wrap .hjpk-sitemap-section .hjpk-sitemap-list .board-item{padding:0}#wrap .hjpk-reference-list .board-wrap{border-top:1px solid rgba(139,197,255,.18)}#wrap .hjpk-reference-list .board-info,#wrap .hjpk-sitemap-section .hjpk-sitemap-list .board-info{padding:2.8rem 0;border-bottom:1px solid rgba(139,197,255,.18);background:transparent}#wrap .hjpk-reference-list .board-info:hover{border-color:#8bc5ff57;transform:none}#wrap .hjpk-reference-title{font-size:2.5rem}#wrap .hjpk-profile-list .data-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 5.6rem;border-top:1px solid rgba(139,197,255,.18)}#wrap .hjpk-profile-list .data-wrap{display:grid;min-height:auto;padding:2.4rem 0;grid-template-columns:minmax(10rem,.38fr) minmax(0,1fr);gap:2.4rem;align-items:start;border-bottom:1px solid rgba(139,197,255,.18)}#wrap .hjpk-profile-list .data-body{margin-top:0}#wrap.hjpk-home .hjpk-affiliate-stage .hjpk-affiliate-body{margin-top:4.8rem}#wrap .hjpk-affiliate-logo-rail{gap:0;border-top:1px solid rgba(139,197,255,.16);border-bottom:1px solid rgba(139,197,255,.16)}#wrap .hjpk-affiliate-logo-card{min-height:0;padding:2.8rem 3rem;border-right:1px solid rgba(139,197,255,.14)}#wrap .hjpk-affiliate-logo-card:last-child{border-right:0}#wrap .hjpk-affiliate-logo-card p{max-width:24rem}#wrap .hjpk-affiliate-message{width:min(68rem,100%);padding:0}#wrap .hjpk-media-gallery{gap:2.6rem}#wrap .hjpk-media-card{min-height:30rem}#wrap .hjpk-media-card:first-child{min-height:60rem}#wrap .hjpk-contact-note,#wrap .hjpk-inquiry-form,#wrap .hjpk-update-card{padding-right:0;padding-left:0}#wrap .hjpk-update-card{padding-bottom:3rem;border-bottom:1px solid rgba(139,197,255,.18)}#wrap .hjpk-update-card.is-status{grid-column:1 / -1;min-height:18rem}#wrap .hjpk-update-card.is-error{border-color:#b91c1c47}#wrap .hjpk-page-extra .hjpk-update-card{opacity:1;transform:none}#wrap .hjpk-update-meta{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;align-items:center;margin-top:2rem;color:#e2e8f0b3;font-weight:800;font-size:1.4rem}#wrap .hjpk-update-meta a{display:inline-flex;gap:.4rem;align-items:center;color:#8bc5ff;text-decoration:none}#wrap .hjpk-update-meta a:hover,#wrap .hjpk-update-meta a:focus-visible{color:#fff}#wrap .hjpk-inquiry-form,#wrap .hjpk-contact-note{border-top:1px solid rgba(139,197,255,.18);padding-top:3.2rem}@media(max-width:1023px){#wrap .hjpk-profile-list .data-list,#wrap .hjpk-affiliate-logo-rail,#wrap .hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{grid-template-columns:1fr}#wrap .hjpk-affiliate-logo-card{padding:2.4rem 0;border-right:0;border-bottom:1px solid rgba(139,197,255,.14)}#wrap .hjpk-affiliate-logo-card:last-child{border-bottom:0}#wrap .hjpk-profile-list .data-wrap{grid-template-columns:1fr;gap:.8rem}#wrap .hjpk-media-card,#wrap .hjpk-media-card:first-child{min-height:28rem}}#wrap .local-head.design4.hjpk-hero{padding-bottom:11rem}#wrap .local-head.design4.hjpk-hero:after{bottom:-38rem;width:170vw;height:56rem;border-radius:50% 50% 0 0/34% 34% 0 0;background:#000;box-shadow:0 -5rem 13rem #4aa3ff2e}#wrap .local-head.design4.hjpk-hero+.hjpk-section{background:linear-gradient(180deg,#000,#02050b 18rem,#02050b),var(--hjpk-night)}#wrap.hjpk-home .hjpk-affiliate-stage:after{top:-34rem;height:56rem;border-radius:0 0 50% 50%/0 0 34% 34%}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero{padding-bottom:8rem}#wrap .local-head.design4.hjpk-hero:after{bottom:-33rem;width:190vw;height:45rem}#wrap .local-head.design4.hjpk-hero+.hjpk-section{background:linear-gradient(180deg,#000,#02050b 12rem,#02050b),var(--hjpk-night)}}#wrap .local-head.design4.hjpk-hero{overflow:visible;z-index:2}#wrap .local-head.design4.hjpk-hero:before{z-index:-2}#wrap .local-head.design4.hjpk-hero:after{z-index:-1}#wrap .local-head.design4.hjpk-hero+.hjpk-section{position:relative;z-index:1;margin-top:-1px;padding-top:18rem}#wrap .local-head.design4.hjpk-hero+.hjpk-section>.section-wrap{position:relative;z-index:2}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero+.hjpk-section{padding-top:13rem}}#wrap .local-head.design4.hjpk-hero{overflow:hidden;padding-bottom:11rem;background:radial-gradient(145% 58rem at 50% calc(100% + 36rem),#000000 0 64%,transparent 64.4%),radial-gradient(92% 38% at 50% 83%,rgba(74,163,255,.42) 0%,rgba(74,163,255,.16) 43%,transparent 74%),linear-gradient(180deg,#000,#02050b 56%,#06101c)}#wrap .local-head.design4.hjpk-hero:before{background:transparent}#wrap .local-head.design4.hjpk-hero:after{display:none}#wrap .local-head.design4.hjpk-hero+.hjpk-section{padding-top:11rem;background:linear-gradient(180deg,#000,#02050b 16rem,#02050b),var(--hjpk-night)}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero{padding-bottom:8rem;background:radial-gradient(190% 43rem at 50% calc(100% + 29rem),#000000 0 64%,transparent 64.5%),radial-gradient(112% 35% at 50% 83%,rgba(74,163,255,.36) 0%,rgba(74,163,255,.13) 46%,transparent 76%),linear-gradient(180deg,#000,#02050b 58%,#06101c)}#wrap .local-head.design4.hjpk-hero+.hjpk-section{padding-top:8rem;background:linear-gradient(180deg,#000,#02050b 11rem,#02050b),var(--hjpk-night)}}#wrap.hjpk-home .hjpk-section,#wrap.hjpk-home .hjpk-affiliate-section,#wrap.hjpk-home .hjpk-affiliate-stage,#wrap.hjpk-home .hjpk-section-light,#wrap.hjpk-home .hjpk-section-soft,#wrap.hjpk-home .hjpk-section-dark,#wrap .local-head.design4.hjpk-hero+.hjpk-section{background:#000}#wrap.hjpk-home .hjpk-section:before,#wrap.hjpk-home .hjpk-section:after,#wrap.hjpk-home .hjpk-affiliate-stage:before,#wrap.hjpk-home .hjpk-affiliate-stage:after,#wrap .local-head.design4.hjpk-hero+.hjpk-section:before,#wrap .local-head.design4.hjpk-hero+.hjpk-section:after{display:none}#wrap.hjpk-home .hjpk-affiliate-logo-rail{width:min(92rem,100%);grid-template-columns:repeat(2,minmax(0,1fr))}#wrap.hjpk-home .hjpk-affiliate-logo-card{padding:3.2rem clamp(2.8rem,4vw,4.8rem)}@media(max-width:1023px){#wrap.hjpk-home .hjpk-affiliate-logo-rail{width:min(48rem,100%);grid-template-columns:1fr}#wrap.hjpk-home .hjpk-affiliate-logo-card{padding:2.8rem 1.6rem}}#wrap .local-head.design4.hjpk-hero{position:relative;overflow:hidden;background:radial-gradient(86% 42% at 50% 76%,rgba(74,163,255,.42) 0%,rgba(74,163,255,.15) 48%,transparent 78%),linear-gradient(180deg,#000,#02050b 58%,#06101c)}#wrap .local-head.design4.hjpk-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;background:transparent;content:"";pointer-events:none}#wrap .local-head.design4.hjpk-hero:after{position:absolute;right:auto;bottom:-58rem;left:50%;z-index:0;display:block;width:172vw;min-width:164rem;height:70rem;border-radius:50%;background:#000;box-shadow:0 -6rem 14rem #4aa3ff38;content:"";transform:translate(-50%);pointer-events:none}#wrap .local-head.design4.hjpk-hero .local-info,#wrap .local-head.design4.hjpk-hero .local-subject,#wrap .local-head.design4.hjpk-hero .local-aside{position:relative;z-index:1}@media(max-width:1023px){#wrap .local-head.design4.hjpk-hero{background:radial-gradient(112% 42% at 50% 78%,rgba(74,163,255,.38) 0%,rgba(74,163,255,.13) 48%,transparent 78%),linear-gradient(180deg,#000,#02050b 58%,#06101c)}#wrap .local-head.design4.hjpk-hero:after{bottom:-23rem;width:162vw;min-width:0;height:42rem}}#wrap.hjpk-sub{--hjpk-sub-bg: #02050b;--hjpk-sub-bg-soft: #06101c;--hjpk-sub-panel: rgba(7, 18, 33, .74);--hjpk-sub-panel-strong: rgba(11, 31, 54, .88);--hjpk-sub-line: rgba(139, 197, 255, .18);--hjpk-sub-line-strong: rgba(139, 197, 255, .36);--hjpk-sub-text: #f7fbff;--hjpk-sub-muted: #9eacc0;--hjpk-sub-accent: #4aa3ff;--hjpk-sub-silver: #d6e5f7;--hjpk-sub-shadow: 0 2.4rem 8rem rgba(0, 0, 0, .38);background:radial-gradient(70rem 42rem at 84% 10%,rgba(74,163,255,.16),transparent 70%),linear-gradient(180deg,#02050b,#06101c 52%,#02050b);color:var(--hjpk-sub-text)}#wrap.hjpk-sub .hjpk-page-hero{position:relative;display:flex;min-height:64rem;flex-direction:column;justify-content:center;padding:16rem max(2.4rem,calc((100vw - var(--content-width)) / 2)) 9rem;overflow:hidden;background:var(--hjpk-sub-bg);color:var(--hjpk-sub-text);isolation:isolate}#wrap.hjpk-sub .hjpk-page-hero:before{position:absolute;top:-4rem;right:-4rem;bottom:-4rem;left:-4rem;z-index:-2;background:linear-gradient(90deg,#02050bf5,#02050bc2 48%,#02050b80),url(/images/hjpk-network-hero.png) center / cover no-repeat;content:"";filter:saturate(.94) contrast(1.08);transform:scale(1.04);animation:hjpk-sub-hero-drift 18s ease-in-out infinite alternate}#wrap.hjpk-route-company .hjpk-page-hero:before,#wrap.hjpk-route-profile .hjpk-page-hero:before{background:linear-gradient(90deg,#02050bf5,#02050bcc 52%,#02050b80),url(/images/hjpk-architecture-hero.png) center / cover no-repeat}#wrap.hjpk-route-business .hjpk-page-hero:before,#wrap.hjpk-route-process .hjpk-page-hero:before{background:linear-gradient(90deg,#02050bf7,#030c18c7,#02050b7a),url(/images/hjpk-business-visual.png) center / cover no-repeat}#wrap.hjpk-route-ir .hjpk-page-hero:before,#wrap.hjpk-route-pr .hjpk-page-hero:before,#wrap.hjpk-route-updates .hjpk-page-hero:before{background:linear-gradient(90deg,#02050bf7,#07111fcc 54%,#02050b8a),url(/images/hjpk-network-hero.png) center / cover no-repeat}#wrap.hjpk-route-career .hjpk-page-hero:before,#wrap.hjpk-route-contact .hjpk-page-hero:before,#wrap.hjpk-route-sitemap .hjpk-page-hero:before{background:linear-gradient(90deg,#02050bf7,#07111fd1 52%,#02050b85),url(/images/hjpk-atrium-story.png) center / cover no-repeat}#wrap.hjpk-sub .hjpk-page-hero:after{position:absolute;inset:auto 0 0;z-index:-1;height:22rem;background:linear-gradient(180deg,transparent,var(--hjpk-sub-bg)),linear-gradient(90deg,transparent 0%,rgba(74,163,255,.16) 50%,transparent 100%);content:""}#wrap.hjpk-sub .hjpk-page-hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}#wrap.hjpk-sub .hjpk-page-hero-ring{position:absolute;top:12rem;right:max(2rem,calc((100vw - var(--content-width)) / 2));width:38rem;aspect-ratio:1;border:1px solid rgba(139,197,255,.2);border-radius:50%;background:radial-gradient(circle,transparent 54%,rgba(74,163,255,.08) 55%,transparent 58%),conic-gradient(from 90deg,transparent 0deg,rgba(74,163,255,.56) 36deg,transparent 88deg,transparent 360deg);opacity:.8;animation:hjpk-sub-ring-spin 22s linear infinite}#wrap.hjpk-sub .hjpk-page-hero-line{position:absolute;right:-8rem;width:62rem;height:1px;background:linear-gradient(90deg,transparent,rgba(139,197,255,.72),transparent);opacity:.4;transform:rotate(-18deg);animation:hjpk-sub-line-sweep 5.8s ease-in-out infinite}#wrap.hjpk-sub .hjpk-page-hero-line:nth-child(2){top:28%}#wrap.hjpk-sub .hjpk-page-hero-line:nth-child(3){top:58%;animation-delay:1.4s}#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject,#wrap.hjpk-sub .hjpk-page-hero .local-summary{position:relative;z-index:1;width:min(86rem,100%);margin-right:0;margin-left:0}#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-info,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-summary{margin-right:0;margin-left:0;text-align:left}#wrap.hjpk-sub .hjpk-page-hero .section-caption{position:relative;margin-bottom:2rem;color:var(--hjpk-sub-accent);font-size:1.3rem;letter-spacing:0}#wrap.hjpk-sub .hjpk-page-hero .section-caption:after{display:inline-block;width:5.6rem;height:1px;margin-left:1.2rem;background:linear-gradient(90deg,var(--hjpk-sub-accent),transparent);content:"";vertical-align:middle}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{max-width:86rem;color:#fff;font-size:6.2rem;line-height:1.14;letter-spacing:0;text-align:left}#wrap.hjpk-sub .hjpk-page-hero .local-summary,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-summary{max-width:76rem;margin-top:2.4rem;color:#e0ebf8c7;font-size:1.9rem;line-height:1.78}#wrap.hjpk-sub .hjpk-section{position:relative;padding:12rem 2.4rem;overflow:hidden;background:radial-gradient(76rem 40rem at 82% 12%,rgba(74,163,255,.1),transparent 70%),linear-gradient(180deg,#02050b,#06101c);color:var(--hjpk-sub-text);isolation:isolate}#wrap.hjpk-sub .hjpk-section-soft{background:radial-gradient(82rem 44rem at 18% 4%,rgba(214,229,247,.08),transparent 68%),linear-gradient(180deg,#06101c,#02050b)}#wrap.hjpk-sub .hjpk-section-dark{background:radial-gradient(86rem 46rem at 50% 0%,rgba(74,163,255,.13),transparent 72%),#02050b}#wrap.hjpk-sub .hjpk-section .section-wrap{position:relative;z-index:1}#wrap.hjpk-sub .section-head{max-width:84rem}#wrap.hjpk-sub .section-caption{color:var(--hjpk-sub-accent);letter-spacing:0}#wrap.hjpk-sub .section-name,#wrap.hjpk-sub .hjpk-reference-title,#wrap.hjpk-sub .hjpk-profile-list .para,#wrap.hjpk-sub .hjpk-update-card h3,#wrap.hjpk-sub .hjpk-contact-note strong{color:#fff}#wrap.hjpk-sub .section-summary,#wrap.hjpk-sub .hjpk-reference-description,#wrap.hjpk-sub .hjpk-update-card p,#wrap.hjpk-sub .hjpk-contact-note p,#wrap.hjpk-sub .hjpk-contact-list-light li,#wrap.hjpk-sub .hjpk-link-list a{color:var(--hjpk-sub-muted)}#wrap.hjpk-sub .hjpk-reference-list{display:block}#wrap.hjpk-sub .hjpk-reference-list .board-item{position:relative;width:100%;padding:0;overflow:hidden;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(135deg,#0b1f36db,#071221ad),#ffffff05;box-shadow:var(--hjpk-sub-shadow);-webkit-backdrop-filter:blur(1.4rem);backdrop-filter:blur(1.4rem)}#wrap.hjpk-sub .hjpk-reference-list .board-item:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(139,197,255,.1) 42%,transparent 68%);content:"";opacity:0;transform:translate(-30%);transition:opacity .35s ease,transform .7s cubic-bezier(0,0,.2,1);pointer-events:none}#wrap.hjpk-sub .hjpk-reference-list .board-item:hover:before{opacity:1;transform:translate(30%)}#wrap.hjpk-sub .hjpk-reference-list .board-wrap{border-top:0}#wrap.hjpk-sub .hjpk-reference-list .board-info{position:relative;display:grid;grid-template-columns:minmax(8rem,14rem) minmax(0,1fr);gap:3.2rem;padding:3.4rem 4rem;border-bottom:1px solid rgba(139,197,255,.14);background:transparent;transition:border-color .35s ease,background-color .35s ease,transform .35s cubic-bezier(0,0,.2,1)}#wrap.hjpk-sub .hjpk-reference-list .board-info:last-child{border-bottom:0}#wrap.hjpk-sub .hjpk-reference-list .board-info:before{position:absolute;top:3.6rem;left:2.4rem;width:.6rem;height:.6rem;border-radius:50%;background:var(--hjpk-sub-accent);box-shadow:0 0 1.8rem #4aa3ffb8;content:"";opacity:.72}#wrap.hjpk-sub .hjpk-reference-list .board-info:hover{border-color:var(--hjpk-sub-line-strong);background:#ffffff09;transform:translate(.8rem)}#wrap.hjpk-sub .hjpk-reference-list .board-name,#wrap.hjpk-sub .hjpk-profile-list .data-subject,#wrap.hjpk-sub .hjpk-update-card span{color:var(--hjpk-sub-accent);letter-spacing:0}#wrap.hjpk-sub .hjpk-reference-title{font-size:2.6rem;line-height:1.28}#wrap.hjpk-sub .hjpk-reference-description{margin-top:1.2rem;font-size:1.65rem}#wrap.hjpk-sub .hjpk-process-list .board-wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem}#wrap.hjpk-sub .hjpk-process-list .board-info{display:block;min-height:25rem;padding:3rem;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(180deg,#0b1f36d1,#07122194),#ffffff05}#wrap.hjpk-sub .hjpk-process-list .board-info:before{top:auto;right:3rem;bottom:3rem;left:auto;width:4.8rem;height:4.8rem;border:1px solid rgba(139,197,255,.26);border-radius:50%;background:radial-gradient(circle,rgba(74,163,255,.24),transparent 66%);box-shadow:0 0 3rem #4aa3ff3d}#wrap.hjpk-sub .hjpk-process-list .board-info:hover{transform:translateY(-.8rem)}#wrap.hjpk-sub .hjpk-profile-list .data-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;border-top:0}#wrap.hjpk-sub .hjpk-profile-list .data-wrap{min-height:13rem;padding:2.8rem;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(135deg,#0b1f36c7,#0712219e),#ffffff05;box-shadow:var(--hjpk-sub-shadow);transition:border-color .3s ease,transform .3s cubic-bezier(0,0,.2,1)}#wrap.hjpk-sub .hjpk-profile-list .data-wrap:hover{border-color:var(--hjpk-sub-line-strong);transform:translateY(-.5rem)}#wrap.hjpk-sub .hjpk-profile-list .data-body{margin-top:.8rem}#wrap.hjpk-sub .hjpk-history-timeline{max-width:98rem;padding:3.2rem;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:#07122180;box-shadow:var(--hjpk-sub-shadow)}#wrap.hjpk-sub .hjpk-history-timeline:before{background:linear-gradient(180deg,transparent,var(--hjpk-sub-accent),transparent)}#wrap.hjpk-sub .hjpk-history-marker{border-color:var(--hjpk-sub-bg);background:var(--hjpk-sub-accent);animation:hjpk-sub-marker-pulse 2.8s ease-in-out infinite}#wrap.hjpk-sub .hjpk-history-year{color:var(--hjpk-sub-accent)}#wrap.hjpk-sub .hjpk-history-content{border-bottom-color:#8bc5ff29}#wrap.hjpk-sub .hjpk-history-content p{color:var(--hjpk-sub-muted)}#wrap.hjpk-sub .hjpk-page-extra{margin-top:6.4rem;padding-top:6.4rem;border-top:1px solid var(--hjpk-sub-line)}#wrap.hjpk-sub .hjpk-update-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}#wrap.hjpk-sub .hjpk-update-card{position:relative;min-height:25rem;padding:3rem;overflow:hidden;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(160deg,#0b1f36d1,#0712219e),#ffffff05;box-shadow:var(--hjpk-sub-shadow);transition:border-color .3s ease,transform .3s cubic-bezier(0,0,.2,1)}#wrap.hjpk-sub .hjpk-update-card:after{position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,var(--hjpk-sub-accent),transparent);content:"";opacity:0;transition:opacity .3s ease}#wrap.hjpk-sub .hjpk-update-card:hover{border-color:var(--hjpk-sub-line-strong);transform:translateY(-.6rem)}#wrap.hjpk-sub .hjpk-update-card:hover:after{opacity:1}#wrap.hjpk-sub .hjpk-update-card.is-status{grid-column:1 / -1;min-height:18rem}#wrap.hjpk-sub .hjpk-contact-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(28rem,.58fr);gap:2rem;align-items:stretch}#wrap.hjpk-sub .hjpk-contact-list-light,#wrap.hjpk-sub .hjpk-contact-note,#wrap.hjpk-sub .hjpk-inquiry-form{border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(145deg,#0b1f36d1,#0712219e),#ffffff05;box-shadow:var(--hjpk-sub-shadow)}#wrap.hjpk-sub .hjpk-contact-list-light{display:grid;gap:1.4rem;padding:3rem}#wrap.hjpk-sub .hjpk-contact-list li{min-height:5.6rem;border-bottom:1px solid rgba(139,197,255,.12)}#wrap.hjpk-sub .hjpk-contact-list li:last-child{border-bottom:0}#wrap.hjpk-sub .hjpk-contact-list svg{color:var(--hjpk-sub-accent)}#wrap.hjpk-sub .hjpk-contact-note{padding:3rem;border-top:1px solid var(--hjpk-sub-line)}#wrap.hjpk-sub .hjpk-inquiry-form{padding:3.6rem;border-top:1px solid var(--hjpk-sub-line)}#wrap.hjpk-sub .hjpk-inquiry-form label,#wrap.hjpk-sub .hjpk-form-consent{color:#fff}#wrap.hjpk-sub .hjpk-inquiry-form input,#wrap.hjpk-sub .hjpk-inquiry-form select,#wrap.hjpk-sub .hjpk-inquiry-form textarea{border:1px solid rgba(139,197,255,.2);border-radius:.8rem;background:#02050b6b;color:#fff;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}#wrap.hjpk-sub .hjpk-inquiry-form input:focus,#wrap.hjpk-sub .hjpk-inquiry-form select:focus,#wrap.hjpk-sub .hjpk-inquiry-form textarea:focus{border-color:var(--hjpk-sub-accent);background:#02050ba8;box-shadow:0 0 0 4px #4aa3ff24}#wrap.hjpk-sub .hjpk-submit-button{border-color:var(--hjpk-sub-accent);background:var(--hjpk-sub-accent);color:#02050b}#wrap.hjpk-sub .hjpk-submit-button:hover,#wrap.hjpk-sub .hjpk-submit-button:focus-visible{border-color:#fff;background:#fff;color:#02050b}#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;border-top:0}#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-info{display:block;min-height:24rem;padding:3rem;border:1px solid var(--hjpk-sub-line);border-radius:1.6rem;background:linear-gradient(155deg,#0b1f36c7,#07122194),#ffffff05}#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-info:before{display:none}#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-name{display:block;margin-bottom:1.8rem;color:var(--hjpk-sub-accent);font-size:1.5rem}#wrap.hjpk-sub .hjpk-link-list{gap:.8rem}#wrap.hjpk-sub .hjpk-link-list a{min-height:3.8rem;padding-bottom:.2rem;border-bottom:1px solid rgba(139,197,255,.12);transition:border-color .25s ease,color .25s ease,transform .25s ease}#wrap.hjpk-sub .hjpk-link-list a:hover,#wrap.hjpk-sub .hjpk-link-list a:focus-visible{border-bottom-color:var(--hjpk-sub-accent);color:#fff;transform:translate(.4rem)}#wrap.hjpk-sub .hjpk-btn{box-shadow:0 1rem 3rem #4aa3ff14}#wrap.hjpk-sub .hjpk-btn.color1,#wrap.hjpk-sub .section.hjpk-section .hjpk-btn.color1{border-color:var(--hjpk-sub-accent);background:var(--hjpk-sub-accent);color:#02050b}#wrap.hjpk-sub .hjpk-btn.color4,#wrap.hjpk-sub .section.hjpk-section .hjpk-btn.color4{border-color:#8bc5ff57;background:#ffffff09;color:#fff}#wrap.hjpk-sub .hjpk-btn:hover,#wrap.hjpk-sub .section.hjpk-section .hjpk-btn.color1:hover,#wrap.hjpk-sub .section.hjpk-section .hjpk-btn.color4:hover{border-color:#fff;background:#fff;color:#02050b}#wrap.hjpk-sub .hjpk-reveal .section-head,#wrap.hjpk-sub .hjpk-reveal .local-info,#wrap.hjpk-sub .hjpk-reveal .local-subject,#wrap.hjpk-sub .hjpk-reveal .local-summary,#wrap.hjpk-sub .hjpk-reveal .hjpk-reference-list .board-info,#wrap.hjpk-sub .hjpk-reveal .data-item,#wrap.hjpk-sub .hjpk-reveal .hjpk-update-card,#wrap.hjpk-sub .hjpk-reveal .hjpk-contact-list li,#wrap.hjpk-sub .hjpk-reveal .hjpk-contact-note,#wrap.hjpk-sub .hjpk-reveal .hjpk-inquiry-form,#wrap.hjpk-sub .hjpk-reveal .btn-display{--hjpk-reveal-distance: 6.8rem}@keyframes hjpk-sub-hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.08) translate3d(-1.6rem,-.8rem,0)}}@keyframes hjpk-sub-ring-spin{to{transform:rotate(360deg)}}@keyframes hjpk-sub-line-sweep{0%,to{opacity:.12;transform:translate(8rem) rotate(-18deg)}48%{opacity:.54;transform:translate(-8rem) rotate(-18deg)}}@keyframes hjpk-sub-marker-pulse{0%,to{box-shadow:0 0 0 1px #4aa3ff9e,0 0 1.8rem #4aa3ff52}50%{box-shadow:0 0 0 8px #4aa3ff14,0 0 3.2rem #4aa3ff8a}}@media(max-width:1199px){#wrap.hjpk-sub .hjpk-process-list .board-wrap,#wrap.hjpk-sub .hjpk-update-list,#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){#wrap.hjpk-sub .hjpk-page-hero{min-height:52rem;padding:12rem 1.8rem 7rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:4.4rem}#wrap.hjpk-sub .hjpk-page-hero .local-summary{font-size:1.65rem}#wrap.hjpk-sub .hjpk-page-hero-ring{top:14rem;right:-7rem;width:28rem}#wrap.hjpk-sub .hjpk-section{padding:8.8rem 1.8rem}#wrap.hjpk-sub .hjpk-reference-list .board-info{grid-template-columns:1fr;gap:1.2rem;padding:3rem 2.4rem}#wrap.hjpk-sub .hjpk-reference-list .board-info:before{top:3.2rem;left:auto;right:2.4rem}#wrap.hjpk-sub .hjpk-process-list .board-wrap,#wrap.hjpk-sub .hjpk-profile-list .data-list,#wrap.hjpk-sub .hjpk-update-list,#wrap.hjpk-sub .hjpk-contact-panel,#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-wrap{grid-template-columns:1fr}#wrap.hjpk-sub .hjpk-process-list .board-info,#wrap.hjpk-sub .hjpk-sitemap-section .hjpk-sitemap-list .board-info{min-height:auto}#wrap.hjpk-sub .hjpk-history-timeline,#wrap.hjpk-sub .hjpk-contact-list-light,#wrap.hjpk-sub .hjpk-contact-note,#wrap.hjpk-sub .hjpk-inquiry-form{padding:2.4rem}}@media(max-width:767px){#wrap.hjpk-sub .hjpk-page-hero{min-height:46rem;padding-top:10.8rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:3.4rem;line-height:1.22}#wrap.hjpk-sub .hjpk-page-hero .section-caption:after{width:3.2rem}#wrap.hjpk-sub .hjpk-reference-title{font-size:2.2rem}#wrap.hjpk-sub .hjpk-reference-description{font-size:1.52rem}}@media(prefers-reduced-motion:reduce){#wrap.hjpk-sub .hjpk-page-hero:before,#wrap.hjpk-sub .hjpk-page-hero-ring,#wrap.hjpk-sub .hjpk-page-hero-line,#wrap.hjpk-sub .hjpk-history-marker{animation:none}#wrap.hjpk-sub .hjpk-reference-list .board-info:hover,#wrap.hjpk-sub .hjpk-process-list .board-info:hover,#wrap.hjpk-sub .hjpk-profile-list .data-wrap:hover,#wrap.hjpk-sub .hjpk-update-card:hover,#wrap.hjpk-sub .hjpk-link-list a:hover,#wrap.hjpk-sub .hjpk-link-list a:focus-visible{transform:none}}#header.transparent{border-bottom-color:#ffffff2e;background:transparent;color:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#header.transparent .contact{border-color:#fff;background:#fff;color:#07111f}#header.transparent .contact:hover,#header.transparent .contact:focus-visible{border-color:var(--color-blue);background:var(--color-blue);color:#fff}@media(min-width:1200px){#header.transparent .header-inner{width:calc(100% - 12.8rem);max-width:none}#header.transparent .site-util{display:flex;margin-left:3.2rem}}#wrap.hjpk-sub .hjpk-page-hero{min-height:100svh;padding:11.8rem max(3.2rem,calc((100vw - var(--content-width)) / 2)) 7.2rem;background:#111820;color:#fff}#wrap.hjpk-sub .hjpk-page-hero:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111820bd,#1118205c 44%,#1118202e),linear-gradient(180deg,#11182033,#1118201f 48%,#11182085),url(/images/hjpk-architecture-hero.png) center 44% / cover no-repeat;filter:saturate(.88) contrast(1.04);transform:scale(1.02);animation:hjpk-sub-hero-drift 24s ease-in-out infinite alternate}#wrap.hjpk-route-business .hjpk-page-hero:before,#wrap.hjpk-route-process .hjpk-page-hero:before{background:linear-gradient(90deg,#111820bd,#1118205c 44%,#1118202e),linear-gradient(180deg,#11182033,#1118201f 48%,#11182085),url(/images/hjpk-business-visual.png) center 46% / cover no-repeat}#wrap.hjpk-route-career .hjpk-page-hero:before,#wrap.hjpk-route-contact .hjpk-page-hero:before,#wrap.hjpk-route-sitemap .hjpk-page-hero:before{background:linear-gradient(90deg,#111820bd,#1118205c 44%,#1118202e),linear-gradient(180deg,#11182033,#1118201f 48%,#11182085),url(/images/hjpk-atrium-story.png) center 48% / cover no-repeat}#wrap.hjpk-sub .hjpk-page-hero:after{height:24rem;background:linear-gradient(180deg,transparent,rgba(2,5,11,.24))}#wrap.hjpk-sub .hjpk-page-hero-visual{display:none}#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject,#wrap.hjpk-sub .hjpk-page-hero .local-aside{position:relative;z-index:1;width:min(var(--content-width),100%);margin-right:auto;margin-left:auto}#wrap.hjpk-sub .hjpk-page-hero .local-info{margin-top:2rem}#wrap.hjpk-sub .hjpk-breadcrumb{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;color:#ffffffe6;font-weight:800;font-size:1.4rem;line-height:1.4}#wrap.hjpk-sub .hjpk-breadcrumb a{color:#fff;transition:opacity .25s ease}#wrap.hjpk-sub .hjpk-breadcrumb a:hover,#wrap.hjpk-sub .hjpk-breadcrumb a:focus-visible{opacity:.72}#wrap.hjpk-sub .hjpk-breadcrumb span[aria-hidden=true]{color:#ffffff94;font-weight:600}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:12.8rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{max-width:74rem;color:#fff;font-weight:500;font-size:10.4rem;line-height:1.02;text-align:left;text-shadow:none}#wrap.hjpk-sub .hjpk-page-hero .local-aside{display:flex;justify-content:flex-end;margin-top:8.4rem}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{width:min(48rem,100%);max-width:none;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#wrap.hjpk-sub .hjpk-page-hero-aside .local-title{margin:0;color:#fff;font-weight:900;font-size:3.2rem;line-height:1.25}#wrap.hjpk-sub .hjpk-page-hero-aside .local-summary,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .hjpk-page-hero-aside .local-summary{max-width:none;margin:2.4rem 0 0;color:#ffffffeb;font-weight:800;font-size:1.8rem;line-height:1.7}@media(max-width:1199px){#wrap.hjpk-sub .hjpk-page-hero{padding-right:3.2rem;padding-left:3.2rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:8.4rem}}@media(max-width:1023px){#wrap.hjpk-sub .hjpk-page-hero{min-height:74rem;padding:10.4rem 2.4rem 6.4rem}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:9.6rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:6.4rem}#wrap.hjpk-sub .hjpk-page-hero .local-aside{justify-content:flex-start;margin-top:6.4rem}}@media(max-width:767px){#wrap.hjpk-sub .hjpk-page-hero{min-height:64rem;padding:9.2rem 1.8rem 5.6rem}#wrap.hjpk-sub .hjpk-breadcrumb{font-size:1.25rem}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:7.2rem}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:4.6rem;line-height:1.08}#wrap.hjpk-sub .hjpk-page-hero-aside .local-title{font-size:2.6rem}#wrap.hjpk-sub .hjpk-page-hero-aside .local-summary,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .hjpk-page-hero-aside .local-summary{font-size:1.55rem}}#wrap.hjpk-sub{--hjpk-hero-content-max: 121.6rem;--hjpk-hero-content-width: min(var(--hjpk-hero-content-max), calc(100% - 12.8rem) )}#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero.hjpk-page-hero{display:grid;min-height:100svh;padding:clamp(12.4rem,14.5svh,15.2rem) 0 clamp(5.6rem,7svh,7.6rem);grid-template-rows:auto auto auto;align-content:start}#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject,#wrap.hjpk-sub .hjpk-page-hero .local-aside{display:block;width:var(--hjpk-hero-content-width);max-width:var(--hjpk-hero-content-max);margin-right:auto;margin-left:auto;text-align:left;justify-self:center}#wrap.hjpk-sub .hjpk-page-hero.hjpk-reveal .local-info,#wrap.hjpk-sub .hjpk-page-hero.hjpk-reveal .local-subject,#wrap.hjpk-sub .hjpk-page-hero.hjpk-reveal .local-aside,#wrap.hjpk-sub .hjpk-page-hero.hjpk-reveal .local-summary{opacity:1;transform:none;transition:none;will-change:transform}#wrap.hjpk-sub .hjpk-page-hero .local-info{margin-top:0;animation:hjpk-menu-hero-rise .72s cubic-bezier(.16,1,.3,1) both}#wrap.hjpk-sub .hjpk-breadcrumb{display:flex!important;width:100%;justify-content:flex-start;text-align:left}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:clamp(8.4rem,12svh,13.6rem);animation:hjpk-menu-hero-rise .84s cubic-bezier(.16,1,.3,1) .04s both}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{display:block!important;width:100%!important;max-width:780px!important;margin:0 auto 0 0!important;overflow-wrap:anywhere;font-size:clamp(64px,5.85vw,112px);letter-spacing:0;text-align:left!important}#wrap.hjpk-sub .hjpk-page-hero .local-aside{display:grid!important;margin-top:clamp(4.8rem,7svh,7.6rem);grid-template-columns:minmax(0,1fr) minmax(360px,480px);justify-content:stretch;animation:hjpk-menu-hero-rise .9s cubic-bezier(.16,1,.3,1) .08s both}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{width:100%;grid-column:2}#wrap.hjpk-sub .hjpk-page-hero-aside .local-summary,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .hjpk-page-hero-aside .local-summary{max-width:100%;overflow-wrap:anywhere}@keyframes hjpk-menu-hero-rise{0%{transform:translate3d(0,2.8rem,0)}to{transform:translateZ(0)}}@media(max-width:1199px){#wrap.hjpk-sub{--hjpk-hero-content-width: calc(100% - 6.4rem) }#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero.hjpk-page-hero{padding-top:clamp(11.2rem,13svh,13.6rem)}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:clamp(6.8rem,10svh,9.6rem)}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{font-size:clamp(56px,7.2vw,84px)}#wrap.hjpk-sub .hjpk-page-hero .local-aside{margin-top:clamp(4rem,6svh,6.4rem)}}@media(max-width:1023px){#wrap.hjpk-sub{--hjpk-hero-content-width: calc(100% - 5.6rem) }#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero.hjpk-page-hero{min-height:100svh;padding-top:clamp(10.4rem,12svh,12.4rem);padding-bottom:clamp(5.2rem,7svh,6.4rem)}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:clamp(5.6rem,8svh,7.2rem)}#wrap.hjpk-sub .hjpk-page-hero .local-aside{margin-top:clamp(3.6rem,5.6svh,5.2rem);grid-template-columns:minmax(0,1fr)}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{max-width:52rem;grid-column:1}}@media(max-width:767px){#wrap.hjpk-sub{--hjpk-hero-content-width: calc(100% - 4rem) }#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero.hjpk-page-hero{min-height:100svh;padding-top:10rem;padding-bottom:4.8rem}#wrap.hjpk-sub .hjpk-breadcrumb{gap:.5rem;font-size:1.2rem}#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-top:clamp(5.2rem,9svh,7.6rem)}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{width:100%;max-width:100%!important;font-size:clamp(42px,13.5vw,56px);line-height:1.04}#wrap.hjpk-sub .hjpk-page-hero .local-aside{margin-top:clamp(3.2rem,5.6svh,4.8rem)}#wrap.hjpk-sub .hjpk-page-hero-aside .local-title{font-size:clamp(2.3rem,7vw,2.8rem)}#wrap.hjpk-sub .hjpk-page-hero-aside .local-summary,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .hjpk-page-hero-aside .local-summary{margin-top:1.4rem;font-size:clamp(1.42rem,4.1vw,1.6rem);line-height:1.62}}#wrap.hjpk-sub{--hjpk-hero-inline: max(64px, calc(50% - 608px) )}#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero.hjpk-page-hero{padding-right:var(--hjpk-hero-inline)!important;padding-left:var(--hjpk-hero-inline)!important}#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject,#wrap.hjpk-sub .hjpk-page-hero .local-aside{width:100%!important;max-width:none!important;margin-right:0!important;margin-left:0!important;justify-self:stretch}@media(max-width:1199px){#wrap.hjpk-sub{--hjpk-hero-inline: 32px}}@media(max-width:1023px){#wrap.hjpk-sub{--hjpk-hero-inline: 28px}}@media(max-width:767px){#wrap.hjpk-sub{--hjpk-hero-inline: 20px}}#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject{display:flex!important;justify-content:flex-start!important}#wrap.hjpk-sub .hjpk-page-hero .local-name,#wrap.hjpk-sub .local-head.design3.hjpk-sub-hero .local-subject .local-name{width:fit-content!important;max-width:100%!important}#wrap.hjpk-sub .hjpk-page-hero .local-aside{display:flex!important;justify-content:flex-end!important}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{width:min(480px,100%)!important;margin-right:0!important;margin-left:auto!important}@media(max-width:1023px){#wrap.hjpk-sub .hjpk-page-hero .local-aside{justify-content:flex-start!important}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{margin-left:0!important}}@media(min-width:1600px){#wrap.hjpk-sub .hjpk-page-hero .local-info,#wrap.hjpk-sub .hjpk-page-hero .local-subject{margin-left:-112px!important}#wrap.hjpk-sub .hjpk-page-hero-aside .local-wrap{transform:translate(72px)}}@media(min-width:1200px){#header .header-inner,#header.light .header-inner,#header.has-submenu .header-inner,#header.transparent .header-inner,#header .submenu-inner,#header.has-submenu .submenu-inner{width:calc(100% - 12.8rem);max-width:none}#header .site-util,#header.has-submenu .site-util,#header.light .site-util,#header.transparent .site-util{display:flex;flex:0 0 auto;margin-left:3.2rem}#header .site-navi,#header.has-submenu .site-navi,#header.light .site-navi,#header.transparent .site-navi{margin-left:auto}}
