.student-header{height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;background:linear-gradient(120deg,#18284d,#1f3d7a 60%,#193965);color:#fefefe;box-shadow:0 10px 30px rgba(12,28,68,.2);font-family:var(--font-zen-kaku),"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;line-height:1}.student-header *{box-sizing:border-box}.student-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-shippori),"Noto Serif JP",serif;letter-spacing:.08em;font-weight:700}.student-header a{text-decoration:none;color:inherit}.student-logo-text{font-size:20px}.student-nav{display:flex;gap:24px;font-size:14px;font-weight:500;min-width:0}.student-nav-item{position:relative;padding-bottom:6px;opacity:.85;display:inline-flex;align-items:center;white-space:nowrap;transition:opacity .15s ease}.student-nav-item.active,.student-nav-item:hover{opacity:1}.student-nav-item.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#f8d06b;border-radius:999px}.student-nav-unread{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e5484d;color:#fff;font-size:11px;font-weight:700;line-height:1}.student-profile,.student-profile-toggle{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.student-profile-toggle{border:none;background:transparent;color:inherit;padding:0;cursor:pointer}.student-profile-group{display:flex;align-items:center;gap:12px;flex-shrink:0}.student-notification-button,.student-notification-root{position:relative;display:inline-flex;align-items:center;justify-content:center}.student-notification-button{width:36px;height:36px;border:1px solid transparent;border-radius:999px;background:transparent;color:#f8fbff;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.student-notification-button.open,.student-notification-button:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28);color:#ffffff}.student-notification-button:focus-visible{outline:2px solid rgba(248,208,107,.95);outline-offset:3px}.student-notification-icon{width:20px;height:20px;display:block;flex:0 0 20px}.student-notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#ffffff;border:2px solid #1f3d7a;font-size:10px;font-weight:800;line-height:1}.student-help-button,.student-notification-badge{display:inline-flex;align-items:center;justify-content:center}.student-help-button{font-family:var(--font-zen-kaku),"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.22);color:#f8fbff;font-size:12px;font-weight:700;cursor:pointer;backdrop-filter:blur(10px);transition:background .15s ease}.student-help-button:hover{background:rgba(255,255,255,.32)}.student-profile-placeholder{opacity:.72}.student-name-placeholder{min-width:4em}.student-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#f7f2e6,#f1d7a5);color:#1f2a44;display:grid;place-items:center;font-weight:700}.student-header .student-login{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;color:#1f3d7a;background:#f5f0df;border:1px solid rgba(255,255,255,.4)}.student-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-logout{border:1px solid rgba(248,113,113,.5);background:rgba(248,113,113,.22);color:#fee2e2;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.student-logout:hover:not(:disabled){background:rgba(248,113,113,.35)}.student-mobile-menu-toggle{display:none;width:44px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.2);color:#fefefe;cursor:pointer;transition:background .15s ease;align-items:center;justify-content:center;padding:0}.student-mobile-menu-toggle:hover{background:rgba(255,255,255,.3)}.student-mobile-menu-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.student-mobile-menu-icon svg{width:18px;height:18px;display:block}.student-mobile-menu,.student-mobile-menu-backdrop{display:none}.student-account-menu{display:none;position:fixed;top:74px;right:32px;width:min(220px,calc(100vw - 32px));background:#ffffff;color:#1f2a44;border:1px solid #d8deed;border-radius:12px;box-shadow:0 14px 30px rgba(9,19,46,.18);padding:8px;z-index:35;font-family:var(--font-zen-kaku),"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif}.student-account-menu.open{display:grid;gap:4px}.student-account-menu-item{display:flex;width:100%;align-items:center;justify-content:flex-start;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#1f2a44;font-size:14px;font-weight:600;text-align:left;cursor:pointer}.student-account-menu-item:hover{background:#f3f6fe}.student-account-menu-item.danger{color:#b42318}.student-account-menu-item.danger:hover{background:#fee4e2}.student-tutorial-overlay{position:fixed;inset:0;background:rgba(148,163,184,.28);z-index:1000}.tutorial-highlight-target{position:relative!important;z-index:1001!important;box-shadow:0 0 0 4px rgba(255,255,255,.95),0 0 0 8px rgba(37,99,235,.22);border-radius:14px}.student-tutorial-card{position:fixed;z-index:1002;box-sizing:border-box;background:#ffffff;color:#1f2a44;border:1px solid #dbe5fb;border-radius:20px;box-shadow:0 24px 60px rgba(15,23,42,.2);padding:18px 18px 16px;max-width:calc(100vw - 32px)}.student-tutorial-arrow{position:absolute;width:18px;height:18px;background:#ffffff;border-left:1px solid #dbe5fb;border-top:1px solid #dbe5fb}.student-tutorial-card.bottom .student-tutorial-arrow{top:-10px;transform:translateX(-50%) rotate(45deg)}.student-tutorial-card.top .student-tutorial-arrow{bottom:-10px;transform:translateX(-50%) rotate(225deg)}.student-tutorial-step{font-size:12px;font-weight:700;color:#5b6b86;margin-bottom:8px}.student-tutorial-text{margin:0;font-size:14px;line-height:1.7;color:#334155}.student-tutorial-actions{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.student-tutorial-button{border:none;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;cursor:pointer}.student-tutorial-button.primary{background:#2563eb;color:#ffffff;box-shadow:0 10px 18px rgba(37,99,235,.24)}.student-tutorial-button.ghost{background:#eef4ff;color:#2d4a7f}@media (max-width:1180px) and (min-width:761px){.student-header{padding:0 20px}.student-nav{gap:14px;font-size:13px}.student-profile-group{gap:8px}.student-help-button{padding:8px 12px}.student-name{max-width:90px}}@media (max-width:980px) and (min-width:761px){.student-nav{gap:10px;font-size:12px}.student-name{display:none}}@media (max-width:760px){.student-header{padding:0 16px;position:relative}.student-nav{display:none}.student-profile-group{gap:8px}.student-help-button{padding:8px 10px;min-width:54px}.student-profile{gap:8px}.student-logout,.student-name,.student-profile-toggle{display:none}.student-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.student-mobile-menu-backdrop{display:block!important;border:none;background:rgba(15,23,42,.4);position:fixed;top:68px;left:0;right:0;bottom:0;z-index:29;pointer-events:none;opacity:0;transition:opacity .3s ease}.student-mobile-menu-backdrop.open{opacity:1;pointer-events:auto}.student-account-menu{right:16px}.student-mobile-menu{position:fixed;top:68px;right:0;width:50vw;height:calc(100dvh - 68px);background:#ffffff;color:#1f2a44;border-left:1px solid #d8deed;border-radius:0;box-shadow:-8px 0 30px rgba(9,19,46,.12);padding:24px 16px;z-index:30;pointer-events:auto;overflow-y:auto;transform:translateX(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);display:grid!important;gap:4px;align-content:start;font-family:var(--font-zen-kaku),"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif}.student-mobile-menu.open{transform:translateX(0)}.student-mobile-menu-item{display:flex;width:100%;align-items:center;justify-content:flex-start;padding:12px 14px;border:none;border-radius:10px;background:transparent;color:#1f2a44;font-size:15px;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease}.student-mobile-menu-item.active{background:#f3f6fe;border-left:3px solid #f8d06b;padding-left:11px}.student-mobile-menu-item:hover{background:#f3f6fe}.student-mobile-menu-item.danger{color:#b42318}.student-mobile-menu-item.danger:hover{background:#fee4e2}.student-tutorial-card{width:min(360px,calc(100vw - 24px))!important}}.mentor-detail-page{color-scheme:light;min-height:100vh;font-family:var(--font-zen-kaku),"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;color:#09264f;background:radial-gradient(circle at 78% 14%,rgba(187,218,245,.46) 0,rgba(187,218,245,0) 28%),linear-gradient(180deg,#f4f8fd,#f8fbff 44%,#ffffff)}.mentor-detail-page *{box-sizing:border-box}.mentor-detail-page a{color:inherit;text-decoration:none}.mentor-detail-page button{font-family:inherit}.mentor-detail-page .main{width:min(100%,1060px);margin:0 auto;padding:clamp(28px,4vw,46px) clamp(24px,4vw,38px) calc(150px + env(safe-area-inset-bottom, 0px));display:grid;gap:18px}.mentor-detail-page .back-button{justify-self:start;border:none;background:transparent;color:#0b4386;font-size:14px;font-weight:700;line-height:1;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:6px 0}.mentor-detail-page.empty{padding:32px}.mentor-detail-page.empty .back-button{color:#09264f}.mentor-detail-page.empty .empty-state{width:min(100%,760px);margin:18px auto 0;background:#ffffff;border:1px dashed #d5e2f3;border-radius:16px;padding:32px;text-align:center;color:#6a7a9a}.mentor-detail-page .detail-card,.mentor-detail-page .panel-card,.mentor-detail-page .review-card,.mentor-detail-page .review-summary{background:rgba(255,255,255,.96);border:1px solid #d7e5f5;box-shadow:0 18px 38px rgba(20,65,120,.08)}.mentor-detail-page .notice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-radius:12px;font-size:13px;font-weight:600}.mentor-detail-page .notice.success{background:#ecfdf3;color:#0f5132;border:1px solid #b7e4c7}.mentor-detail-page .notice.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.mentor-detail-page .notice-action{font-weight:800;border-bottom:1px solid;padding-bottom:2px}.mentor-detail-page .detail-card{border-radius:16px;padding:30px 34px 28px;display:grid;gap:22px}.mentor-detail-page .detail-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center}.mentor-detail-page .avatar-wrap{width:92px;height:92px;border-radius:999px;border:2px solid #cddcf0;display:grid;place-items:center;background:#ffffff}.mentor-detail-page .avatar{width:82px;height:82px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#fef6e9,#f4d7a1);color:#0d315f;font-size:24px;font-weight:800}.mentor-detail-page .avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.mentor-detail-page .detail-title{min-width:0}.mentor-detail-page .name{font-size:22px;font-weight:800;line-height:1.35;color:#082f63}.mentor-detail-page .title{margin-top:7px;font-size:14px;font-weight:600;color:#496797;line-height:1.6}.mentor-detail-page .location{margin-top:4px;font-size:13px;color:#6f81a0}.mentor-detail-page .detail-link{margin-top:10px;display:inline-flex;align-items:center;gap:5px;color:#0b4386;font-size:14px;font-weight:800}.mentor-detail-page .detail-link svg{width:15px;height:15px}.mentor-detail-page .detail-rating{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:92px;color:#0b4386;font-size:13px;font-weight:700}.mentor-detail-page .detail-rating svg{width:17px;height:17px;color:#6e84a6}.mentor-detail-page .score{color:#082f63;font-size:17px;font-weight:800}.mentor-detail-page .count{color:#6e84a6}.mentor-detail-page .divider{height:1px;background:#dbe6f4}.mentor-detail-page .company-block h2{margin:0 0 12px;font-size:18px;font-weight:800;color:#082f63}.mentor-detail-page .company-block p{margin:0 0 18px;max-width:820px;font-size:14px;line-height:1.9;color:#405a86}.mentor-detail-page .tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.mentor-detail-page .tab{min-height:58px;border:1px solid #d7e5f5;border-radius:12px;background:rgba(255,255,255,.9);color:#244a7e;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px rgba(20,65,120,.06);cursor:pointer;font-size:15px;font-weight:800;line-height:1.3}.mentor-detail-page .tab.active{background:#ffffff;color:#073e8a;box-shadow:inset 0 -4px 0 #0b4386,0 14px 24px rgba(20,65,120,.08)}.mentor-detail-page .tab-panel{width:100%}.mentor-detail-page .panel-card{border-radius:14px;padding:24px 28px;display:grid;gap:12px;color:#405a86;font-size:14px;line-height:1.9}.mentor-detail-page .panel-card p{margin:0}.mentor-detail-page .reviews{display:grid;gap:16px}.mentor-detail-page .review-summary{border-radius:14px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.mentor-detail-page .summary-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mentor-detail-page .summary-label{font-size:14px;font-weight:800;color:#082f63}.mentor-detail-page .summary-score{font-size:24px;font-weight:800;color:#d99a16}.mentor-detail-page .summary-count{font-size:13px;color:#6e84a6}.mentor-detail-page .review-write{min-height:40px;border:none;border-radius:10px;background:#0b4386;color:#ffffff;padding:0 18px;font-size:14px;font-weight:800;cursor:pointer}.mentor-detail-page .review-card{border-radius:14px;padding:20px 22px}.mentor-detail-page .review-head{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;margin-bottom:12px}.mentor-detail-page .review-avatar{width:52px;height:52px;border-radius:999px;background:linear-gradient(145deg,#9ad4ff,#5a84f3);border:3px solid #c9dcff}.mentor-detail-page .review-stars{display:flex;align-items:center;gap:10px}.mentor-detail-page .review-score{font-size:19px;color:#d99a16;font-weight:800}.mentor-detail-page .review-date{margin-top:5px;font-size:12px;color:#7c8ca8}.mentor-detail-page .review-text{margin:0;font-size:14px;line-height:1.9;color:#405a86}.mentor-detail-page .bottom-cta{position:fixed;left:0;right:0;bottom:0;z-index:100;min-height:86px;padding:16px clamp(22px,4vw,56px) calc(16px + env(safe-area-inset-bottom, 0px));display:grid;grid-template-columns:minmax(210px,260px) auto minmax(190px,220px) minmax(230px,260px);justify-content:center;align-items:center;gap:18px;background:rgba(255,255,255,.94);border-top:1px solid #dce7f4;box-shadow:0 -16px 34px rgba(20,65,120,.08);backdrop-filter:blur(10px)}.mentor-detail-page .cta-message{min-height:54px;padding:11px 18px;border:1px solid #d7e5f5;border-radius:12px;background:#ffffff;color:#09264f;display:grid;gap:3px;font-size:13px;font-weight:700;box-shadow:0 10px 22px rgba(20,65,120,.08)}.mentor-detail-page .cta-message strong{font-size:14px;color:#082f63}.mentor-detail-page .cta-info{color:#0b4386;font-size:17px;font-weight:800;white-space:nowrap}.mentor-detail-page .cta{min-height:52px;border-radius:10px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:15px;font-weight:800;cursor:pointer;text-align:center}.mentor-detail-page .cta.primary{border:none;background:linear-gradient(180deg,#0f62c8,#073f90);color:#ffffff;box-shadow:0 16px 28px rgba(15,98,200,.24)}.mentor-detail-page .cta.secondary{border:1px solid #0b4386;background:#ffffff;color:#0b4386}.mentor-detail-page .cta.secondary svg{width:18px;height:18px}.mentor-detail-page .modal-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;background:rgba(9,28,58,.46)}.mentor-detail-page .modal{width:min(520px,100%);max-height:calc(100dvh - 48px);overflow:hidden;display:grid;gap:16px;border-radius:16px;background:#ffffff;padding:20px;box-shadow:0 24px 60px rgba(9,28,58,.28)}.mentor-detail-page .modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mentor-detail-page .modal-title{color:#082f63;font-size:17px;font-weight:800}.mentor-detail-page .modal-sub{margin-top:4px;color:#637b9e;font-size:12px;line-height:1.5}.mentor-detail-page .modal-close{flex:0 0 34px;width:34px;height:34px;border:none;border-radius:9px;padding:0;display:grid;place-items:center;background:#eef4fb;color:#244a7e;cursor:pointer}.mentor-detail-page .modal-close svg{width:17px;height:17px;display:block}.mentor-detail-page .modal-body{min-height:0;overflow-y:auto;padding-right:4px;display:grid;gap:14px}.mentor-detail-page .modal-section{display:grid;gap:7px}.mentor-detail-page .modal-label{color:#244a7e;font-size:13px;font-weight:800}.mentor-detail-page .modal-text{margin:0;color:#405a86;font-size:13px;line-height:1.7}.mentor-detail-page .modal-note{margin:0;color:#637b9e;font-size:12px;line-height:1.6}.mentor-detail-page .agree,.mentor-detail-page .anonymous{display:flex;align-items:center;gap:8px;color:#244a7e;font-size:13px}.mentor-detail-page .feedback-rating{display:flex;gap:8px;flex-wrap:wrap}.mentor-detail-page .rating-star{border:1px solid #d7e5f5;background:#ffffff;color:#244a7e;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:700;cursor:pointer}.mentor-detail-page .rating-star.active{background:#f8d06b;border-color:#f8d06b}.mentor-detail-page textarea{width:100%;border:1px solid #d7e5f5;border-radius:10px;padding:11px 12px;color:#09264f;font:inherit;font-size:13px;line-height:1.6;resize:vertical}.mentor-detail-page textarea::-moz-placeholder{color:#8da0bb}.mentor-detail-page textarea::placeholder{color:#8da0bb}.mentor-detail-page .modal-error{margin:0;color:#d1495b;font-size:12px;font-weight:700}.mentor-detail-page .modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.mentor-detail-page .modal-actions button{min-height:42px;border-radius:10px;padding:0 18px;font-size:14px;font-weight:800;cursor:pointer}.mentor-detail-page .modal-actions .ghost{border:1px solid #d7e5f5;background:#ffffff;color:#244a7e}.mentor-detail-page .modal-actions .primary{border:none;background:#0b4386;color:#ffffff}.mentor-detail-page .modal-actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:1100px){.mentor-detail-page .main{width:min(100%,960px)}.mentor-detail-page .bottom-cta{grid-template-columns:minmax(0,1fr) auto minmax(180px,220px) minmax(210px,240px)}}@media (max-width:900px){.mentor-detail-page .main{padding-right:18px;padding-left:18px}.mentor-detail-page .bottom-cta{grid-template-columns:1fr 1fr;justify-content:stretch}.mentor-detail-page .cta-message{grid-column:1/-1}.mentor-detail-page .cta-info{justify-self:start}}@media (max-width:760px){.mentor-detail-page .main{width:100%;padding:22px 14px calc(196px + env(safe-area-inset-bottom, 0px));gap:14px}.mentor-detail-page .back-button{font-size:13px}.mentor-detail-page .detail-card{border-radius:14px;padding:20px;gap:18px}.mentor-detail-page .detail-head{grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:start}.mentor-detail-page .avatar-wrap{width:72px;height:72px}.mentor-detail-page .avatar{width:64px;height:64px;font-size:20px}.mentor-detail-page .name{font-size:19px}.mentor-detail-page .title{font-size:13px}.mentor-detail-page .detail-rating{grid-column:2;justify-content:flex-start;min-width:0;margin-top:-6px}.mentor-detail-page .company-block h2{font-size:16px}.mentor-detail-page .company-block p,.mentor-detail-page .panel-card,.mentor-detail-page .review-text{font-size:13px}.mentor-detail-page .tabs{gap:10px}.mentor-detail-page .tab{min-height:52px;border-radius:10px;font-size:13px}.mentor-detail-page .panel-card,.mentor-detail-page .review-card,.mentor-detail-page .review-summary{border-radius:12px;padding:18px}.mentor-detail-page .review-summary{align-items:flex-start;flex-direction:column}.mentor-detail-page .review-write{width:100%}.mentor-detail-page .bottom-cta{grid-template-columns:1fr;gap:10px;padding:12px 14px calc(14px + env(safe-area-inset-bottom, 0px))}.mentor-detail-page .cta-message{display:none}.mentor-detail-page .cta-info{justify-self:center;font-size:15px}.mentor-detail-page .cta{width:100%;min-height:48px;font-size:14px}.mentor-detail-page .modal-overlay{padding:12px;align-items:stretch}.mentor-detail-page .modal{width:100%;max-height:calc(100dvh - 24px)}.mentor-detail-page .modal-actions{display:grid;grid-template-columns:1fr}}.SupportChatLauncher_launcher__S0itD{position:fixed;right:16px;bottom:calc(env(safe-area-inset-bottom) + 16px);width:56px;height:56px;border:none;border-radius:999px;background:linear-gradient(135deg,#1f3d7a,#274f99);color:#ffffff;box-shadow:0 12px 24px rgba(16,32,68,.28);cursor:pointer;display:grid;place-items:center;z-index:80}.SupportChatLauncher_launcher__S0itD:hover{transform:translateY(-1px)}.SupportChatLauncher_aiChatLauncher__j0uP1{bottom:calc(env(safe-area-inset-bottom) + 104px)}@media (max-width:760px){.SupportChatLauncher_launcher__S0itD{right:12px;bottom:calc(env(safe-area-inset-bottom) + 12px);width:48px;height:48px}.SupportChatLauncher_launcher__S0itD svg{width:21px;height:21px}.SupportChatLauncher_aiChatLauncher__j0uP1{bottom:calc(env(safe-area-inset-bottom) + 112px)}}