:root{--pink:#e4007f;--cyan:#00a0e9;--yellow:#fff100;--ink:#111;--navy:#063a57;--bg:#fff;--bg-soft:#f7f7f7;--line:#ececec;--radius-lg:28px;--radius-md:20px;--radius-sm:14px;--shadow-tight:0 4px 16px #1111111a;--shadow-soft:0 10px 30px #11111117;--shadow-soft-sm:0 6px 18px #11111114;--shadow-soft-lg:0 18px 44px #11111124;--font-sans:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body.mosaic{font-family:var(--font-sans);background:var(--bg-soft);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65;overflow-x:hidden}html:has(body.mosaic.home){background:#f9f8f4}.mosaic img{max-width:100%;display:block}.mosaic a{color:inherit;text-decoration:none}.mosaic ul{margin:0;padding:0;list-style:none}.mosaic button{font-family:inherit}.mosaic .wrap{max-width:1180px;margin:0 auto;padding:0 18px}.mosaic .c-pink{color:var(--pink)}.mosaic .c-cyan{color:var(--cyan)}.mosaic .u-yellow{background-image:linear-gradient(180deg, transparent 0 72%, var(--yellow) 72% 100%);padding:0 .06em}.mosaic .btn-solid{white-space:nowrap;background:var(--pink);color:#fff;box-shadow:var(--shadow-soft-sm);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.mosaic .btn-solid:hover{box-shadow:var(--shadow-soft-lg);opacity:.94;transform:translateY(-2px)}.mosaic .btn-solid:active{transform:translateY(0)}.mosaic .btn-solid.lg{padding:17px 38px;font-size:16px}.mosaic .btn-solid.block{width:100%}.mosaic .btn-solid.on-dark{color:var(--ink);background:#fff}.mosaic .btn-ghost-white{color:#fff;box-shadow:none;background:0 0;border:2px solid #ffffff8c}.mosaic .btn-ghost-white:hover{box-shadow:none;background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}.mosaic .btn-more{color:#666;border:1.5px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:11px 30px;font-size:13px;font-weight:800;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.mosaic .btn-more:hover{border-color:var(--pink);color:var(--pink);transform:translateY(-2px)}.mosaic .eyebrow-dots{align-items:center;gap:5px;display:inline-flex}.mosaic .eyebrow-dots span{border-radius:50%;width:7px;height:7px}.mosaic .eyebrow-dots span:first-child{background:var(--pink)}.mosaic .eyebrow-dots span:nth-child(2){background:var(--cyan)}.mosaic .eyebrow-dots span:nth-child(3){background:var(--yellow)}.mosaic .eyebrow-label{letter-spacing:.14em;color:#888;text-transform:uppercase;margin-left:8px;font-size:12.5px;font-weight:800}.mosaic .eyebrow-row{align-items:center;margin-bottom:14px;display:flex}.mosaic .section-head{margin-bottom:30px}.mosaic .section-title{letter-spacing:-.01em;margin:0;font-size:clamp(24px,4.6vw,38px);font-weight:900}.mosaic .section-lead{color:#666;max-width:480px;margin:10px 0 0;font-size:14.5px}.mosaic .site-header{z-index:200;background:0 0;padding:14px 14px 0;transition:transform .28s;position:sticky;top:0}.mosaic.header-hidden .site-header{transform:translateY(-130%)}.mosaic .header-pill{max-width:1180px;box-shadow:var(--shadow-tight);background:#fff;border-radius:999px;justify-content:space-between;align-items:center;gap:10px;margin:0 auto;padding:9px 10px 9px 22px;display:flex}.mosaic .logo-area img{width:auto;height:26px}.mosaic nav.main-nav{align-items:center;gap:30px;font-size:13.5px;font-weight:700;display:none}.mosaic nav.main-nav a{padding:4px 2px;position:relative}.mosaic nav.main-nav a:after{content:"";background:var(--pink);transform-origin:0;border-radius:2px;height:3px;transition:transform .2s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.mosaic nav.main-nav a:hover:after,.mosaic nav.main-nav a.active:after{transform:scaleX(1)}.mosaic .header-cta .btn-solid{background:var(--cyan);padding:10px 18px;font-size:12.5px}.mosaic .header-search-icon{background:var(--bg-soft);width:38px;height:38px;color:var(--ink);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.mosaic .header-search-icon:hover{background:#eee}.mosaic .header-me{align-items:center;gap:8px;min-width:0;max-width:190px;transition:opacity .2s;display:flex}.mosaic .header-me:hover{opacity:.8}.mosaic .header-avatar{background:var(--bg-soft);color:#999;border:1px solid var(--line);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.mosaic .header-avatar img{object-fit:cover;width:100%;height:100%}.mosaic .header-avatar-fallback{justify-content:center;align-items:center;display:flex}.mosaic .header-me-name{min-width:0;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:800;overflow:hidden}.mosaic .header-search-form{background:#e9e9e9;border-radius:999px;flex:1;align-items:center;gap:8px;max-width:280px;padding:8px 8px 8px 16px;display:none}.mosaic .header-search-form svg{flex-shrink:0}.mosaic .header-search-form .search-input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13.5px;font-weight:600}.mosaic .header-search-form .search-input::placeholder{color:#aaa;font-weight:500}.mosaic .header-search-form button{background:var(--ink);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:9px 18px;font-size:12.5px;font-weight:800;transition:opacity .2s}.mosaic .header-search-form button:hover{opacity:.9}.mosaic .tag-pills{flex-wrap:wrap;gap:7px;display:flex}.mosaic .tag-pill{cursor:pointer;background:#fff;border:1.5px solid #e3e3e3;border-radius:999px;padding:6px 13px;font-size:11.5px;font-weight:700;transition:all .2s}.mosaic .tag-pill:hover{border-color:#bbb;transform:translateY(-2px)}.mosaic .tag-pill.on{border-color:var(--ink);background:var(--ink);color:#fff}.mosaic .tag-pill .cnt{color:#aaa;margin-left:2px;font-size:10px;font-weight:700}.mosaic .tag-pill.on .cnt{color:#ffffffb3}.mosaic .area-pills{flex-wrap:wrap;gap:10px;display:flex}.mosaic .area-pill{height:44px;color:var(--ink);border:1.5px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:0 18px;transition:border-color .2s,transform .2s;display:inline-flex}.mosaic .area-pill:hover{border-color:var(--pink);transform:translateY(-2px)}.mosaic .area-pill .name{font-size:14px;font-weight:800}.mosaic .area-pill .count{color:#999;font-size:11.5px;font-weight:700}.mosaic .card-grid{grid-template-columns:1fr;gap:14px;display:grid}.mosaic .concept-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e6e6e6;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 8px 24px #11111126}.mosaic .concept-card:hover{box-shadow:var(--shadow-soft-lg);transform:translateY(-5px)}.mosaic .concept-card>a{flex-direction:column;flex:1;display:flex}.mosaic .concept-card .thumb{aspect-ratio:4/3;background:#eee;position:relative;overflow:hidden}.mosaic .concept-card .thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.mosaic .concept-card:hover .thumb img{transform:scale(1.06)}.mosaic .badge-row{z-index:2;flex-wrap:wrap;gap:5px;display:flex;position:absolute;top:10px;left:10px;right:10px}.mosaic .status-badge{background:var(--pink);color:#fff;white-space:nowrap;border-radius:999px;padding:6px 13px;font-size:11px;font-weight:800}.mosaic .status-badge.full{background:var(--ink)}.mosaic .status-badge.plan{background:var(--cyan)}.mosaic .status-badge.living{background:var(--navy)}.mosaic .status-badge.theme-chip{color:var(--cyan);background:#00a0e91a}.mosaic .concept-card .body{flex-direction:column;flex:1;gap:6px;padding:14px 16px 16px;display:flex}.mosaic .concept-card .card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:800;line-height:1.45;display:-webkit-box;overflow:hidden}.mosaic .concept-card .card-loc{color:#888;align-items:center;gap:5px;font-size:12px;font-weight:700;display:flex}.mosaic .concept-card .card-loc:before{content:"📍";font-size:11px}.mosaic .card-meta{border-top:1px solid var(--bg-soft);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.mosaic .card-theme{color:var(--cyan);white-space:nowrap;text-overflow:ellipsis;background:#00a0e914;border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:800;overflow:hidden}.mosaic .card-date{color:#bbb;white-space:nowrap;font-size:10.5px;font-weight:700}.mosaic .card-grid-more{justify-content:center;margin-top:38px;display:flex}.mosaic .hero{background:#f9f8f4 url(/images/hero-sp.jpg) bottom/460px no-repeat;padding:0 14px 336px}.mosaic .hero .site-header{padding-left:0;padding-right:0}.mosaic .hero-content{text-align:center;max-width:1180px;margin:0 auto;padding-top:40px}.mosaic .hero-title{letter-spacing:-.02em;margin:0 0 18px;font-size:clamp(28px,7vw,52px);font-weight:900;line-height:1.3}.mosaic .hero-sub{color:#333;margin:0 0 26px;font-size:14.5px;font-weight:600;line-height:1.9}.mosaic .hero .tag-pills{justify-content:center;margin-top:24px}.mosaic .pc-only{display:none}.mosaic .announce-bar{border:1px solid var(--line);max-width:1180px;box-shadow:var(--shadow-soft-sm);background:#fff;border-radius:999px;align-items:center;gap:10px;margin:18px auto -30px;padding:11px 16px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.mosaic .announce-bar:hover{box-shadow:var(--shadow-soft-lg);transform:translateY(-2px)}.mosaic .announce-flag{background:var(--yellow);color:var(--ink);border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:10.5px;font-weight:900}.mosaic .announce-text{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.mosaic .announce-arrow{color:var(--pink);flex-shrink:0;font-weight:900}@media (width<=1219px){.mosaic .announce-bar{margin-left:18px;margin-right:18px}}.mosaic .hot-tile{flex-direction:column;padding:18px 18px 14px;display:flex}.mosaic .hot-tile-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.mosaic .hot-tile-title{font-size:14.5px;font-weight:900}.mosaic .hot-tile-body{flex-direction:column;flex:1;display:flex}.mosaic .hot-tile-item{border-bottom:1px solid #d9d9d9;gap:9px;padding:9px 0;display:flex}.mosaic .hot-tile-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-top:1px;display:block}.mosaic .hot-tile-item-body{flex:1;min-width:0}.mosaic .hot-tile-item .date{color:var(--ink);margin:0 0 2px;font-size:10.5px;font-weight:800}.mosaic .hot-tile-item .text{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.6;display:-webkit-box;overflow:hidden}.mosaic .hot-tile-item .text a{pointer-events:none;color:inherit;text-decoration:none}.mosaic .hot-tile-item .from{color:#888;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:10.5px;font-weight:400;overflow:hidden}.mosaic .hot-tile-more{text-align:center;color:var(--pink);padding-top:12px;font-size:12px;font-weight:800;display:block}.mosaic .hot-tile-more:hover{text-decoration:underline}.mosaic .cards-section{padding:60px 14px}.mosaic .area-section{padding:40px 14px 48px;position:relative;overflow:hidden}.mosaic .chip-accent{pointer-events:none;z-index:1;border-radius:8px;position:absolute}.mosaic .area-section .chip-accent{background:var(--pink);width:12px;height:12px;top:22px;right:24px;transform:rotate(20deg)}.mosaic .media-band{text-align:center;background:#fff;padding:48px 14px}.mosaic .media-line1{color:var(--ink);margin:0 0 6px;font-size:15px;font-weight:700}.mosaic .media-line1 strong{color:var(--pink)}.mosaic .media-line2{color:#777;margin:0 0 22px;font-size:13.5px}.mosaic .media-tags{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.mosaic .media-tags span{background:var(--bg-soft);color:#666;border-radius:999px;padding:7px 16px;font-size:12px;font-weight:700}.mosaic .steps-section{padding:40px 14px 60px}.mosaic .steps-card-bg{background:var(--navy);border-radius:var(--radius-lg);padding:40px 22px;position:relative;overflow:hidden}.mosaic .steps-card-bg:before{content:"";background:#ffffff0d;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.mosaic .steps-card-bg .eyebrow-label{color:#fff9}.mosaic .steps-card-bg .section-title{color:#fff}.mosaic .steps-grid{grid-template-columns:1fr;gap:26px;display:grid;position:relative}.mosaic .step-badge{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:18px;font-weight:900;display:flex}.mosaic .step-card:first-child .step-badge{background:var(--pink);color:#fff}.mosaic .step-card:nth-child(2) .step-badge{background:var(--cyan);color:#fff}.mosaic .step-card:nth-child(3) .step-badge{background:var(--yellow);color:var(--ink)}.mosaic .step-card h3{color:#fff;margin:0 0 8px;font-size:17px;font-weight:800}.mosaic .step-card p{color:#ffffffb8;margin:0;font-size:13.5px}.mosaic .cta-band{padding:16px 14px 56px}.mosaic .cta-card{border-radius:var(--radius-lg);color:var(--ink);text-align:center;background:#f9f8f4;padding:48px 24px 44px;position:relative;overflow:visible}.mosaic .cta-card h3{margin:0 0 10px;font-size:clamp(20px,4.4vw,26px);font-weight:900}.mosaic .cta-card>.cta-inner>p,.mosaic .cta-card p{color:#111111a6;font-size:13.5px}.mosaic .cta-card .btn-solid{background:var(--cyan)}.mosaic .cta-chip-cluster{z-index:3;width:40px;height:40px;position:absolute}.mosaic .cta-chip-cluster span{border-radius:5px;position:absolute}.mosaic .cta-chip-cluster.cluster-a{top:-14px;right:26px}.mosaic .cta-chip-cluster.cluster-a .sq1{background:var(--pink);width:22px;height:22px;top:0;left:0;transform:rotate(8deg)}.mosaic .cta-chip-cluster.cluster-a .sq2{background:var(--yellow);width:15px;height:15px;bottom:-4px;right:0;transform:rotate(-10deg)}.mosaic .cta-chip-cluster.cluster-b{bottom:-14px;left:18px}.mosaic .cta-chip-cluster.cluster-b .sq1{background:var(--cyan);width:26px;height:26px;bottom:0;left:0;transform:rotate(-6deg)}.mosaic .cta-chip-cluster.cluster-b .sq2{background:var(--pink);border-radius:50%;width:13px;height:13px;top:-8px;right:-6px;transform:rotate(14deg)}.mosaic .cta-inner{z-index:2;position:relative}.mosaic .cta-eyebrow{letter-spacing:.12em;color:#ffffff80;margin-bottom:30px;font-size:12px;font-weight:700}.mosaic .cta-split{flex-direction:column;gap:40px;display:flex}.mosaic .cta-col h3{margin:0 0 10px;font-size:clamp(20px,4.4vw,26px);font-weight:900}.mosaic .cta-col p{color:#ffffffb3;max-width:320px;margin:0 auto 22px;font-size:13.5px}.mosaic .page-hero{background:var(--bg-soft);padding:34px 14px 0;position:relative;overflow:hidden}.mosaic .page-hero .chip-a{background:var(--cyan);border-radius:4px;width:13px;height:13px;position:absolute;top:26px;right:30px;transform:rotate(14deg)}.mosaic .page-hero .chip-b{background:var(--pink);border-radius:50%;width:10px;height:10px;position:absolute;top:52px;right:58px}.mosaic .breadcrumb{color:#999;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:600;display:flex}.mosaic .breadcrumb a:hover{color:var(--pink)}.mosaic .breadcrumb .sep{color:#ccc}.mosaic .breadcrumb .here{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.mosaic .status-tabs{scrollbar-width:none;gap:8px;margin-top:26px;display:flex;overflow-x:auto}.mosaic .status-tabs::-webkit-scrollbar{display:none}.mosaic .status-tab{color:#777;background:#e9e9e9;border-radius:16px 16px 0 0;flex-shrink:0;align-items:center;gap:7px;padding:12px 20px;font-size:13px;font-weight:800;transition:background .2s,color .2s;display:inline-flex}.mosaic .status-tab:hover{background:#e8e8e8}.mosaic .status-tab.active{color:var(--ink);box-shadow:var(--shadow-tight);background:#fff;position:relative}.mosaic .status-tab.active:before{content:"";background:var(--pink);border-radius:50%;width:8px;height:8px}.mosaic .status-tab .count{color:#aaa;font-size:11px;font-weight:700}.mosaic .status-tab.active .count{color:var(--pink)}.mosaic .filter-strip{padding:20px 14px 8px}.mosaic .filter-strip-inner{flex-direction:column;align-items:stretch;gap:12px;display:flex}.mosaic .filter-row{align-items:center;gap:10px;min-width:0;display:flex}.mosaic .filter-row-label{color:#999;letter-spacing:.04em;flex-shrink:0;width:64px;font-size:11px;font-weight:800}.mosaic .filter-row .tag-pills{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.mosaic .filter-row .tag-pills::-webkit-scrollbar{display:none}.mosaic .filter-row .tag-pill{flex-shrink:0}.mosaic .sort-select{color:#666;background:var(--bg-soft);white-space:nowrap;border-radius:999px;align-self:flex-end;align-items:center;gap:8px;padding:9px 16px;font-size:12.5px;font-weight:700;display:inline-flex}.mosaic .sort-select select{color:var(--ink);cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;font-size:12.5px;font-weight:800}.mosaic .list-section{padding:26px 14px 30px}.mosaic .result-meta{color:#999;margin:0 0 16px;font-size:12.5px;font-weight:700}.mosaic .result-meta strong{color:var(--ink);font-size:1.1em}.mosaic .card-grid.one-col-sp{grid-template-columns:1fr}.mosaic .pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:32px 14px 10px;display:flex}.mosaic .page-btn{border:1.5px solid var(--line);min-width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-family:inherit;font-size:13.5px;font-weight:800;transition:border-color .2s,transform .2s;display:inline-flex}.mosaic .page-btn:hover{border-color:var(--pink);transform:translateY(-2px)}.mosaic .page-btn.current{background:var(--ink);border-color:var(--ink);color:#fff}.mosaic .page-btn.arrow{color:#999}.mosaic .page-btn:disabled{opacity:.35;cursor:default;border-color:var(--line);transform:none}.mosaic .page-ellipsis{color:#bbb;padding:0 2px;font-weight:800}.mosaic .m-page{padding:26px 14px 60px}.mosaic .m-page .wrap.narrow{max-width:760px}.mosaic .m-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft-sm);background:#fff;margin-bottom:16px;padding:26px 20px}.mosaic .m-note{color:#999;margin-top:20px;font-size:12px;line-height:2}.mosaic .m-note li{text-indent:-1em;padding-left:1em}.mosaic .m-note a{color:var(--cyan);text-decoration:underline}.mosaic .m-form dt{margin:18px 0 7px;font-size:13px;font-weight:800}.mosaic .m-form dt:first-child{margin-top:0}.mosaic .m-form dd{margin:0}.mosaic .req{color:var(--pink);vertical-align:1px;background:#e4007f17;border-radius:999px;margin-left:6px;padding:2px 9px;font-size:10.5px;font-weight:800;display:inline-block}.mosaic .m-form input[type=text],.mosaic .m-form input[type=email],.mosaic .m-form input[type=tel],.mosaic .m-form select,.mosaic .m-form textarea{width:100%;color:var(--ink);box-sizing:border-box;background:#fff;border:1.5px solid #e3e3e3;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.mosaic .m-form input:focus,.mosaic .m-form select:focus,.mosaic .m-form textarea:focus{border-color:var(--pink)}.mosaic .m-form .agree{margin:18px 0 14px;font-size:13px}.mosaic .m-form .agree a{color:var(--cyan);text-decoration:underline}.mosaic .m-form .form-hint{color:#999;margin:0 0 16px;font-size:12px}.mosaic .m-form .form-result{color:var(--pink);margin-top:14px;font-size:13.5px;font-weight:700}.mosaic .legacy-prose{color:#333;overflow-wrap:break-word;font-size:14px;line-height:1.9}.mosaic .legacy-prose ul.breadcrumb{display:none}.mosaic .legacy-prose h1,.mosaic .legacy-prose h2{margin:34px 0 14px;font-size:20px;font-weight:900;line-height:1.5}.mosaic .legacy-prose h3,.mosaic .legacy-prose h4{margin:26px 0 10px;padding-left:14px;font-size:16px;font-weight:800;position:relative}.mosaic .legacy-prose h3:before,.mosaic .legacy-prose h4:before{content:"";background:var(--pink);border-radius:3px;width:4px;position:absolute;top:4px;bottom:4px;left:0}.mosaic .legacy-prose p{margin:0 0 14px}.mosaic .legacy-prose a{color:var(--cyan);text-decoration:underline}.mosaic .legacy-prose img{border-radius:12px;max-width:100%;height:auto}.mosaic .legacy-prose ul,.mosaic .legacy-prose ol{margin:0 0 14px;padding-left:1.4em}.mosaic .legacy-prose li{margin-bottom:6px}.mosaic .legacy-prose table{border-collapse:collapse;width:100%;margin:0 0 14px}.mosaic .legacy-prose th,.mosaic .legacy-prose td{border:1px solid var(--line);text-align:left;padding:8px 10px}.mosaic .legacy-prose dt{margin-top:14px;font-weight:800}.mosaic .legacy-prose dd{margin:4px 0 10px}.mosaic .mypage-menu{flex-direction:column;align-items:flex-start;gap:14px;padding:4px 0 40px;display:flex}.mosaic .mypage-menu-item{color:var(--ink);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:15px;font-weight:800;line-height:1.5;transition:color .2s,opacity .2s}.mosaic .mypage-menu-item:hover{color:var(--pink)}.mosaic .mypage-menu-item.danger{color:#a52323;margin-top:18px;font-size:13px}.mosaic .mypage-menu-item.danger:hover{color:#a52323;opacity:.7}.mosaic .mypage-danger-card{background:#fff6f6;border:1px solid #a523234d;max-width:640px}.mosaic .mypage-danger-card h3{color:#a52323}.mosaic .mypage-danger-card .btn-solid.danger{background:#a52323}.mosaic .mypage-danger-card .btn-solid.danger:disabled{opacity:.45;cursor:not-allowed;transform:none}.mosaic .profile-edit-card{border:1px solid var(--line);border-radius:var(--radius-lg);max-width:720px;box-shadow:var(--shadow-soft-sm);background:#fff;padding:24px 20px 28px}.mosaic .profile-photo-editor{border-bottom:1px solid var(--bg-soft);align-items:center;gap:18px;margin-bottom:22px;padding-bottom:22px;display:flex}.mosaic .profile-photo-editor img{object-fit:cover;background:var(--bg-soft);border:1px solid var(--line);border-radius:50%;flex-shrink:0;width:104px;height:104px}.mosaic .profile-edit-card .ed-field{margin-bottom:22px}.mosaic .profile-edit-card .ed-input,.mosaic .profile-edit-card .ed-textarea{color:var(--ink);font-size:14px}.mosaic .profile-char-count{text-align:right;color:#999;margin:5px 0 0;font-size:11.5px}@media (width>=720px){.mosaic .profile-edit-card{padding:32px 34px 36px}}.mosaic .ed-listing{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft-sm);background:#fff;margin-bottom:30px;padding:22px 18px 26px}.mosaic .ed-hint{color:#999;margin:0 0 4px;font-size:11.5px;font-weight:700}.mosaic .ed-input,.mosaic .ed-textarea,.mosaic .ed-select{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;box-sizing:border-box;background:0 0;border:none;border-bottom:1.5px dashed #d8d8d8;border-radius:4px 4px 0 0;outline:none;width:100%;padding:3px 6px;transition:border-color .2s,background .2s,color .2s}.mosaic .ed-textarea{resize:vertical}.mosaic .ed-input.is-empty,.mosaic .ed-textarea.is-empty,.mosaic .ed-select.is-empty{color:#555;background:#fffbe0}.mosaic .ed-input.is-empty::placeholder,.mosaic .ed-textarea.is-empty::placeholder{color:#555;font-weight:600}.mosaic .ed-input:hover,.mosaic .ed-textarea:hover,.mosaic .ed-select:hover{border-bottom-color:#aaa}.mosaic .ed-input:focus,.mosaic .ed-textarea:focus,.mosaic .ed-select:focus{border-bottom-style:solid;border-bottom-color:var(--pink)}.mosaic .ed-input.is-empty:hover,.mosaic .ed-textarea.is-empty:hover,.mosaic .ed-select.is-empty:hover,.mosaic .ed-input.is-empty:focus,.mosaic .ed-textarea.is-empty:focus,.mosaic .ed-select.is-empty:focus{background:#fff7c4}.mosaic .ed-input::placeholder,.mosaic .ed-textarea::placeholder{color:#bbb;font-weight:500}.mosaic .ed-title{margin-bottom:10px;font-size:clamp(19px,4vw,28px);font-weight:900;line-height:1.45}.mosaic .ed-chips{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 14px;display:flex}.mosaic .ed-chip-select{appearance:none;cursor:pointer;color:var(--navy);background:#063a5714 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 12px center no-repeat;border:none;border-radius:999px;padding:7px 28px 7px 14px;font-family:inherit;font-size:11.5px;font-weight:800}.mosaic .ed-chip-select.pink{color:var(--pink);background-color:#e4007f17}.mosaic .ed-photos{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;margin:6px 0 10px;display:grid}.mosaic .ed-photo{aspect-ratio:1;background:#eee;border-radius:12px;position:relative;overflow:hidden}.mosaic .ed-photo img{object-fit:cover;width:100%;height:100%}.mosaic .ed-photo .thumb-flag{color:#fff;text-align:center;background:#1119;font-size:9.5px;font-weight:800;line-height:1.8;position:absolute;bottom:0;left:0;right:0}.mosaic .ed-photo .rm{color:#fff;cursor:pointer;background:#111111b8;border:none;border-radius:50%;width:22px;height:22px;padding:0;font-size:12px;line-height:22px;position:absolute;top:4px;right:4px}.mosaic .ed-dropzone{text-align:center;color:#999;cursor:pointer;border:2px dashed #d8d8d8;border-radius:12px;padding:16px;font-size:12.5px;font-weight:700;transition:border-color .15s,background .15s}.mosaic .ed-dropzone.drag{border-color:var(--pink);background:#e4007f0a}.mosaic .ed-cols{flex-direction:column;gap:22px;margin-top:20px;display:flex}.mosaic .ed-main{flex:1;min-width:0}.mosaic .ed-side{min-width:0}.mosaic .ed-highlight{background:var(--navy);border-radius:var(--radius-md);color:#fff;margin-bottom:18px;padding:22px 20px}.mosaic .ed-highlight .eyebrow-label{color:#fff9}.mosaic .ed-highlight .ed-input,.mosaic .ed-highlight .ed-textarea{color:#fff;border-bottom-color:#ffffff59}.mosaic .ed-highlight .ed-input:focus,.mosaic .ed-highlight .ed-textarea:focus{border-bottom-color:var(--yellow)}.mosaic .ed-highlight .ed-input::placeholder,.mosaic .ed-highlight .ed-textarea::placeholder{color:#ffffff73}.mosaic .ed-highlight .ed-input.is-empty,.mosaic .ed-highlight .ed-textarea.is-empty{color:#4a4a4a}.mosaic .ed-highlight .ed-input.is-empty::placeholder,.mosaic .ed-highlight .ed-textarea.is-empty::placeholder{color:#4a4a4a;opacity:1;font-weight:700}.mosaic .ed-highlight .hl-title{font-size:16.5px;font-weight:900}.mosaic .ed-desc-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;margin-bottom:18px;padding:4px 18px}.mosaic .ed-desc-row{border-bottom:1px solid var(--bg-soft);padding:18px 0}.mosaic .ed-desc-row:last-of-type{border-bottom:none}.mosaic .ed-desc-subj{margin-bottom:8px;padding-left:15px;position:relative}.mosaic .ed-desc-subj:before{content:"";background:var(--pink);border-radius:3px;width:5px;position:absolute;top:5px;bottom:5px;left:0}.mosaic .ed-desc-row:nth-of-type(3n+2) .ed-desc-subj:before{background:var(--cyan)}.mosaic .ed-desc-row:nth-of-type(3n) .ed-desc-subj:before{background:var(--yellow)}.mosaic .ed-desc-subj .ed-input{font-size:15.5px;font-weight:900}.mosaic .ed-desc-row .rm-desc{color:#bbb;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:11.5px;font-weight:700}.mosaic .ed-desc-row .rm-desc:hover{color:var(--pink)}.mosaic .ed-field{margin-bottom:14px}.mosaic .ed-field:last-child{margin-bottom:0}.mosaic .ed-label{color:#999;margin-bottom:2px;font-size:11.5px;font-weight:800;display:block}.mosaic .ed-field .ed-input,.mosaic .ed-field .ed-select{font-size:13.5px;font-weight:700}.mosaic .ed-result{color:var(--pink);margin-top:10px;font-size:13px;font-weight:700;display:block}.mosaic .ed-savebar{margin-top:4px}@media (width>=1000px){.mosaic .ed-listing{padding:30px 30px 34px}.mosaic .ed-cols{flex-direction:row;gap:32px}.mosaic .ed-side{flex-shrink:0;width:320px}}.mosaic .ed-help{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.mosaic .ed-help summary{cursor:pointer;color:var(--cyan);align-items:center;gap:6px;font-size:13.5px;font-weight:800;list-style:none;display:flex}.mosaic .ed-help summary::-webkit-details-marker{display:none}.mosaic .ed-help summary:before{content:"▸";color:#999;font-size:11px;transition:transform .15s}.mosaic .ed-help[open] summary:before{transform:rotate(90deg)}.mosaic .ed-help-body{color:#444;margin-top:14px;font-size:13.5px;line-height:1.9}.mosaic .ed-help-example{margin:14px 0}.mosaic .ed-help-example-label{color:#999;margin:0 0 8px;font-size:11.5px}.mosaic .idea-pills{flex-wrap:wrap;gap:10px;display:flex}.mosaic .idea-pill{border:1.5px solid var(--line);background:#fff;border-radius:999px;align-items:baseline;gap:4px;padding:11px 20px;font-size:13.5px;font-weight:700;transition:border-color .2s,transform .2s;display:inline-flex}.mosaic .idea-pill:hover{border-color:var(--pink);transform:translateY(-2px)}.mosaic .idea-pill strong{color:var(--pink);font-weight:900}.mosaic .idea-pill .x{color:#999;font-size:11px;font-weight:700}.mosaic .title-block{padding:26px 14px 8px}.mosaic .title-badges{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.mosaic .title-badges .status-badge{padding:6px 14px;font-size:11.5px}.mosaic .concept-title{letter-spacing:-.01em;margin:0 0 14px;font-size:clamp(21px,5vw,34px);font-weight:900;line-height:1.45}.mosaic .title-sub-row{color:#888;flex-wrap:wrap;align-items:center;gap:8px 18px;margin-bottom:16px;font-size:12.5px;font-weight:700;display:flex}.mosaic .title-sub-row .loc:before{content:"📍";margin-right:4px;font-size:11.5px}.mosaic .title-sub-row .update:before{content:"🕒";margin-right:4px;font-size:11.5px}.mosaic .gallery{padding:18px 14px 8px}.mosaic .bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:110px;gap:8px;display:grid}.mosaic .bento-item{border-radius:var(--radius-sm);cursor:pointer;background:#eee;border:none;padding:0;position:relative;overflow:hidden}.mosaic .bento-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.mosaic .bento-item:hover img{transform:scale(1.05)}.mosaic .bento-item.main{grid-area:span 2/span 2}.mosaic .bento-item.solo{grid-area:span 2/1/auto/-1}.mosaic .bento-item.pc-extra{display:none}.mosaic .bento-more{color:#fff;backdrop-filter:blur(2px);pointer-events:none;background:#111111c7;border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:800;transition:background .2s;display:inline-flex;position:absolute;bottom:10px;right:10px}.mosaic .lightbox{z-index:500;background:#0a0a0aeb;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.mosaic .lightbox.open{display:flex}.mosaic .lightbox img{object-fit:contain;border-radius:10px;max-width:92vw;max-height:82vh}.mosaic .lightbox .lb-close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;width:44px;height:44px;font-size:20px;font-weight:800;position:absolute;top:18px;right:18px}.mosaic .lightbox .lb-prev,.mosaic .lightbox .lb-next{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;width:46px;height:46px;font-size:22px;font-weight:800;position:absolute;top:50%;transform:translateY(-50%)}.mosaic .lightbox .lb-prev{left:14px}.mosaic .lightbox .lb-next{right:14px}.mosaic .lightbox .lb-count{color:#fffc;font-size:12.5px;font-weight:700;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.mosaic .detail-layout{padding:22px 14px 30px}.mosaic .detail-cols{flex-direction:column;gap:28px;display:flex}.mosaic .detail-main,.mosaic .detail-side{min-width:0}.mosaic .highlight-card{background:var(--navy);border-radius:var(--radius-lg);color:#fff;margin-bottom:34px;padding:32px 22px;position:relative;overflow:hidden}.mosaic .highlight-card:before{content:"";background:#ffffff0d;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.mosaic .highlight-card .eyebrow-label{color:#fff9}.mosaic .highlight-card h2{margin:0 0 12px;font-size:clamp(17px,3.4vw,22px);font-weight:900;line-height:1.55;position:relative}.mosaic .highlight-card .hl-body{color:#ffffffc7;margin:0;font-size:13.5px;position:relative}.mosaic .highlight-card .hl-body a{color:#9fdcff;text-decoration:underline}.mosaic .hotnews-section{margin-bottom:38px}.mosaic .hotnews-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.mosaic .hotnews-title{align-items:center;gap:8px;margin:0;font-size:19px;font-weight:900;display:flex}.mosaic .hot-flag{background:var(--yellow);color:var(--ink);letter-spacing:.08em;border-radius:6px;padding:3px 8px;font-size:10.5px;font-weight:900;transform:rotate(-3deg)}.mosaic .hotnews-list{flex-direction:column;gap:10px;display:flex}.mosaic .hotnews-item{border-radius:var(--radius-sm);box-shadow:var(--shadow-soft-sm);background:#fff;border:1px solid #d9d9d9;gap:12px;padding:14px 16px;display:flex}.mosaic .hotnews-item .avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;display:block}.mosaic .hotnews-item .date{color:var(--ink);margin:0 0 3px;font-size:11px;font-weight:800}.mosaic .hotnews-item .text{color:#333;margin:0;font-size:13px}.mosaic .hotnews-item .text a{color:var(--cyan);text-decoration:underline}.mosaic .hotnews-item .from-concept{margin-top:6px;font-size:12px;font-weight:400;display:inline-block}.mosaic .hotnews-item .from-concept a{color:#888}.mosaic .hotnews-item .from-concept a:hover{color:var(--pink)}.mosaic .hotnews-more-wrap{justify-content:center;margin-top:14px;display:flex}.mosaic .concept-body-head{margin-bottom:20px}.mosaic .concept-body-title{margin:0;font-size:clamp(22px,4vw,30px);font-weight:900}.mosaic .concept-body-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft-sm);background:#fff;padding:4px 20px}.mosaic .concept-item{border-bottom:1px solid var(--bg-soft);padding:26px 0}.mosaic .concept-item:last-of-type{border-bottom:none}.mosaic .concept-item h3{margin:0 0 12px;padding-left:16px;font-size:16.5px;font-weight:900;line-height:1.5;position:relative}.mosaic .concept-item h3:before{content:"";background:var(--pink);border-radius:3px;width:5px;position:absolute;top:3px;bottom:3px;left:0}.mosaic .concept-item:nth-of-type(3n+2) h3:before{background:var(--cyan)}.mosaic .concept-item:nth-of-type(3n) h3:before{background:var(--yellow)}.mosaic .concept-item .item-body{color:#333;margin:0;font-size:14px;line-height:1.9}.mosaic .concept-item .item-body a{color:var(--cyan);word-break:break-all;text-decoration:underline}.mosaic .back-list{margin-top:26px}.mosaic .side-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft-sm);background:#fff;margin-bottom:16px;padding:22px 20px}.mosaic .side-card h4{letter-spacing:.1em;color:#999;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:800;display:flex}.mosaic .side-card h4 .eyebrow-dots span{width:6px;height:6px}.mosaic .stat-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.mosaic .stat-chip{color:var(--navy);background:#063a5714;border-radius:999px;padding:5px 13px;font-size:11.5px;font-weight:800}.mosaic .stat-chip.pink{color:var(--pink);background:#e4007f14}.mosaic .stat-note{color:#888;margin:0 0 14px;font-size:12px;font-weight:600}.mosaic .contact-note{text-align:center;color:#aaa;margin:10px 0 0;font-size:11px;font-weight:600}.mosaic .info-dl{margin:0}.mosaic .info-dl dt{color:#999;margin-bottom:3px;font-size:11.5px;font-weight:800}.mosaic .info-dl dd{margin:0 0 14px;font-size:13.5px;font-weight:700}.mosaic .info-dl dd:last-child{margin-bottom:0}.mosaic .owner-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mosaic .owner-head img{object-fit:cover;width:54px;height:54px;box-shadow:var(--shadow-soft-sm);border-radius:50%}.mosaic .owner-name{margin:0;font-size:15px;font-weight:900}.mosaic .owner-intro{color:#555;margin:0;font-size:12.5px}.mosaic .owner-intro a{color:var(--cyan);word-break:break-all;text-decoration:underline}.mosaic .related-section{background:var(--bg-soft);padding:26px 14px 60px;position:relative}.mosaic .related-section .chip-accent{background:var(--yellow);border-radius:4px;width:12px;height:12px;top:24px;right:26px;transform:rotate(18deg)}.mosaic .related-section .section-head{margin-bottom:24px}.mosaic .related-section .section-title{font-size:clamp(20px,4vw,30px)}.mosaic .sp-contact-bar{z-index:300;backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff0;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.mosaic .sp-contact-bar .bar-status{flex:1;min-width:0}.mosaic .sp-contact-bar .bar-label{color:var(--pink);margin:0;font-size:10.5px;font-weight:800}.mosaic .sp-contact-bar .bar-title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:800;overflow:hidden}.mosaic .sp-contact-bar .btn-solid{flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:12px 18px;font-size:13px;display:inline-flex}body.mosaic.has-contact-bar{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.mosaic footer.site-footer{color:#eceadf;background:#333;padding:50px 14px 26px}.mosaic .footer-top{border-top:1px solid #ffffff24;flex-direction:column;gap:34px;margin-bottom:34px;padding-top:26px;display:flex}.mosaic .footer-logo img{filter:brightness(0)invert();opacity:.92;height:24px;margin-bottom:12px}.mosaic .footer-chip-cluster{flex-shrink:0;width:30px;height:30px;margin-bottom:12px;display:inline-block;position:relative}.mosaic .footer-chip-cluster span{position:absolute}.mosaic .footer-chip-cluster .sq1{background:var(--pink);border-radius:4px;width:14px;height:14px;top:0;left:0;transform:rotate(10deg)}.mosaic .footer-chip-cluster .sq2{background:var(--cyan);border-radius:50%;width:12px;height:12px;top:4px;right:0}.mosaic .footer-chip-cluster .sq3{background:var(--yellow);border-radius:3px;width:11px;height:11px;bottom:0;left:7px;transform:rotate(16deg)}.mosaic .footer-tagline{color:#eceadfa6;max-width:260px;font-size:12.5px}.mosaic .footer-cols{flex-wrap:wrap;gap:40px;display:flex}.mosaic .footer-col h4{letter-spacing:.05em;color:#eceadf73;margin:0 0 12px;font-size:12px;font-weight:800}.mosaic .footer-col ul li{margin-bottom:9px}.mosaic .footer-col a{color:#eceadf;font-size:13px}.mosaic .footer-col a:hover{color:#fff;text-decoration:underline}.mosaic .footer-links-band{flex-direction:column;gap:16px;margin-bottom:26px;display:flex}.mosaic .footer-links-row{flex-direction:column;gap:7px;display:flex}.mosaic .footer-links-row .row-label{color:#eceadf73;letter-spacing:.05em;flex-shrink:0;font-size:11px;font-weight:800}.mosaic .footer-links-row .row-links{flex-wrap:wrap;gap:6px 14px;display:flex}.mosaic .footer-links-row .row-links a{color:#eceadfcc;font-size:12px;font-weight:600}.mosaic .footer-links-row .row-links a:hover{color:#fff;text-decoration:underline}.mosaic .footer-bottom{color:#eceadf8c;border-top:1px solid #ffffff24;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:22px;font-size:11.5px;display:flex}.mosaic .footer-dots{gap:6px;display:flex}.mosaic .footer-dots span{border-radius:50%;width:8px;height:8px;display:inline-block}.mosaic .footer-dots span:first-child{background:var(--pink)}.mosaic .footer-dots span:nth-child(2){background:var(--cyan)}.mosaic .footer-dots span:nth-child(3){background:var(--yellow)}@media (width>=700px){.mosaic .wrap{padding:0 32px}.mosaic .card-grid{grid-template-columns:repeat(2,1fr);gap:18px}.mosaic .card-grid.one-col-sp{grid-template-columns:repeat(2,1fr)}.mosaic .m-page{padding:34px 32px 70px}.mosaic .m-card{padding:32px 30px}.mosaic .concept-card .body{gap:8px;padding:18px 20px 22px}.mosaic .concept-card .card-title{font-size:15.5px}.mosaic .concept-card .card-loc{font-size:12.5px}.mosaic .status-badge{padding:6px 14px;font-size:11.5px}.mosaic .steps-grid{grid-template-columns:repeat(3,1fr)}.mosaic .footer-top{flex-direction:row;justify-content:space-between}.mosaic .footer-links-row{flex-direction:row;align-items:baseline}.mosaic .footer-links-row .row-label{width:100px}.mosaic .cta-card{padding:60px 50px 56px}.mosaic .cta-split{flex-direction:row;gap:0}.mosaic .cta-col{flex:1;padding:0 44px}.mosaic .cta-col:first-child{border-right:1px solid #ffffff26}.mosaic .bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:150px}.mosaic .bento-item.main{grid-area:span 2/span 2}.mosaic .bento-item.solo{grid-column:1/-1}.mosaic .bento-item.pc-extra{display:block}.mosaic .page-hero{padding-top:40px}}@media (width>=1000px){.mosaic .site-header{padding:20px 20px 0}.mosaic .header-pill{padding:10px 12px 10px 28px}.mosaic .logo-area img{height:30px}.mosaic nav.main-nav{display:flex}.mosaic .header-search-icon{display:none}.mosaic .header-search-form{display:flex}.mosaic .hero{background-image:url(/images/hero-pc.jpg);background-size:1400px;padding:0 20px 392px}.mosaic .hero-content{padding-top:64px}.mosaic .hero-title{font-size:clamp(48px,5.5vw,74px)}.mosaic .hero-sub{font-size:15.5px}.mosaic .pc-only{display:inline}.mosaic .hero .tag-pills{flex-wrap:nowrap;justify-content:center;margin-top:28px}.mosaic .hero .tag-pill{white-space:nowrap;padding:9px 16px;font-size:13px}.mosaic .card-grid,.mosaic .card-grid.one-col-sp{grid-template-columns:repeat(3,1fr)}.mosaic .section-title{font-size:clamp(28px,3.2vw,40px)}.mosaic .page-hero{padding-top:48px}.mosaic .status-tabs{margin-top:34px}.mosaic .status-tab{padding:14px 26px;font-size:14px}.mosaic .filter-strip{padding:24px 20px 10px}.mosaic .filter-row .tag-pills{flex-wrap:wrap;padding-bottom:0;overflow:visible}.mosaic .filter-row-label{width:76px;font-size:11.5px}.mosaic .list-section{padding:30px 20px}.mosaic .title-block{padding:34px 20px 8px}.mosaic .gallery{padding:22px 20px 8px}.mosaic .bento{grid-auto-rows:180px;gap:10px}.mosaic .detail-layout{padding:30px 20px 46px}.mosaic .detail-cols{flex-direction:row;gap:40px}.mosaic .detail-main{flex:1}.mosaic .detail-side{flex-shrink:0;width:340px}.mosaic .side-sticky{position:sticky;top:96px}.mosaic .sp-contact-bar{display:none}body.mosaic.has-contact-bar{padding-bottom:0}.mosaic .related-section{padding:46px 20px 76px}.mosaic .concept-body-card{padding:8px 28px}.mosaic .concept-item{padding:30px 0}.mosaic .concept-item h3{font-size:18px}.mosaic .concept-item .item-body{font-size:14.5px}.mosaic .highlight-card{padding:40px 36px}.mosaic .highlight-card .hl-body{font-size:14px}.mosaic .card-theme,.mosaic .card-date{font-size:11px}}@media (width>=1240px){.mosaic .wrap{padding:0 24px}}
