.guide-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.guide-modal[hidden]{display:none}.guide-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}.guide-modal-dialog{position:relative;z-index:1;background:#fff;width:100%;max-width:720px;max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:10px;padding:26px 24px 40px;animation:guideModalIn .25s cubic-bezier(.16,1,.3,1) both}@keyframes guideModalIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.guide-modal-close{position:sticky;top:0;float:right;margin:-10px -8px 0 0;background:0 0;border:none;font-size:30px;line-height:1;color:#888;cursor:pointer;padding:2px 8px}.guide-modal-close:hover{color:#222}.guide-modal-title{font-size:22px;font-weight:900;color:var(--blue-dd,#1a6e8a);letter-spacing:.04em;margin:0 0 4px}.guide-block{margin-top:30px}.guide-block>h3{font-size:16px;font-weight:900;color:var(--ink,#111);border-left:4px solid var(--blue,#5bbde0);padding-left:10px;margin-bottom:16px}.guide-lead{font-size:13px;color:var(--sub,#555);line-height:1.7;margin-bottom:16px}.guide-qa{margin-bottom:20px}.guide-qa:last-child{margin-bottom:0}.guide-qa p{font-size:14px;line-height:1.8}.guide-qa .q{font-weight:700;color:var(--blue-dd,#1a6e8a);margin-bottom:2px}.guide-pos{display:flex;gap:20px;align-items:flex-start;text-align:left}.guide-pos-img{flex:0 0 auto;width:240px;max-width:100%}.guide-pos-img img{width:100%;height:auto}.guide-pos-pc{display:block}.guide-pos-mobile{display:none}.guide-pos-text{flex:1 1 auto;min-width:0;text-align:left}.guide-pos-text li{margin-bottom:14px}.guide-pos-text li:last-child{margin-bottom:0}.guide-pos-text h4{font-size:14px;font-weight:700;color:var(--ink,#111);margin-bottom:2px;text-align:left}.guide-pos-text p{font-size:13px;color:var(--sub,#555);line-height:1.6;text-align:left}.guide-formations{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-formation{text-align:center}.guide-formation img{width:100%;height:auto;max-height:240px;object-fit:contain}.guide-formation h4{font-size:14px;font-weight:700;color:var(--ink,#111);margin:6px 0}.guide-formation p{font-size:12px;color:var(--sub,#555);line-height:1.7;text-align:left}.guide-faq-btn{display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:var(--blue,#5bbde0);color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.04em;padding:10px 16px;border-radius:6px;transition:background .2s}.guide-faq-btn:hover{background:var(--blue-d,#2e9ec4)}@media (max-width:640px){.guide-pos{display:block}.guide-pos-pc{display:none}.guide-pos-mobile{display:block;width:100%;max-width:340px;margin:0 auto 18px}.guide-pos-img{width:auto}.guide-formations{grid-template-columns:1fr;gap:22px}.guide-formation img{max-height:360px}}@media (prefers-reduced-motion:reduce){.guide-modal-dialog{animation:none}}