@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Noto Sans JP,Yu Gothic,游ゴシック体,Meiryo,sans-serif;background:#fff;color:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.csv-upload-list-container{display:flex;height:100vh}.csv-upload-list-container .main-content{flex:1;background:#fff;overflow-y:auto}.csv-upload-list-container .main-content .header{background:#f8f8f8;padding:32px 40px;border-bottom:1px solid #e0e0e0}.csv-upload-list-container .main-content .header .page-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.csv-upload-list-container .main-content .header .page-subtitle{font-size:14px;color:#666}.csv-upload-list-container .main-content .content{padding:40px;max-width:1400px}.btn{padding:14px 32px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s ease;font-weight:500}.btn.btn-secondary{background:#fff;color:#666;border:1px solid #d0d0d0}.btn.btn-secondary:hover{background:#f5f5f5;border-color:#999}.btn.btn-primary{background:linear-gradient(135deg,#f44,#c00);color:#fff;box-shadow:0 2px 8px #f443}.btn.btn-primary:hover{box-shadow:0 4px 12px #ff44444d;transform:translateY(-1px)}.btn.btn-primary:disabled{background:#d0d0d0;cursor:not-allowed;box-shadow:none;transform:none}.btn.btn-small{padding:8px 16px;font-size:13px}.btn.btn-large{padding:16px 40px;font-size:15px}.actions{display:flex;gap:16px;justify-content:center}.upload-section .upload-area{border:2px dashed #d0d0d0;border-radius:8px;padding:60px 40px;text-align:center;transition:all .3s ease;cursor:pointer;background:#fafafa;margin-bottom:24px}.upload-section .upload-area:hover{border-color:#f44;background:#fff5f5}.upload-section .upload-area.dragover{border-color:#f44;background:#fff5f5;border-style:solid}.upload-section .upload-area .upload-icon{font-size:48px;margin-bottom:16px;color:#999}.upload-section .upload-area .upload-text{font-size:16px;color:#333;margin-bottom:8px}.upload-section .upload-area .upload-subtext{font-size:13px;color:#999}.upload-section .file-input{display:none}.upload-section .selected-file{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:16px 20px;margin-bottom:24px;display:none;align-items:center;gap:16px}.upload-section .selected-file.show{display:flex}.upload-section .selected-file .file-icon{font-size:32px}.upload-section .selected-file .file-info{flex:1}.upload-section .selected-file .file-info .file-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.upload-section .selected-file .file-info .file-size{font-size:12px;color:#999}.upload-section .selected-file .file-remove{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#666;transition:all .2s ease}.upload-section .selected-file .file-remove:hover{background:#f44;color:#fff}.confirm-section .back-link{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:14px;margin-bottom:32px;transition:color .2s ease}.confirm-section .back-link:hover{color:#1a1a1a}.confirm-section .ready-list-container .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.confirm-section .ready-list-container .section-header .section-title{font-size:20px;font-weight:600;color:#1a1a1a}.confirm-section .ready-list-container .section-header .section-title .section-count{color:#666;font-weight:400;font-size:18px}.confirm-section .ready-list-container .section-header .bulk-actions{display:flex;gap:12px}.confirm-section .ready-list-container .interview-info{font-size:16px;color:#666;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}.confirm-section .ready-list-container .interview-info .info-label{color:#1a1a1a}.confirm-section .ready-list-container .interview-info .section-count{color:#666;font-weight:400;font-size:14px}.confirm-section .ready-list-container .data-table{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-bottom:40px}.confirm-section .ready-list-container .data-table .table-wrapper{overflow-x:auto}.confirm-section .ready-list-container .data-table .table-wrapper table{width:100%;border-collapse:collapse}.confirm-section .ready-list-container .data-table .table-wrapper table thead{background:#f8f8f8}.confirm-section .ready-list-container .data-table .table-wrapper table thead th{padding:16px 20px;text-align:left;font-size:12px;font-weight:600;color:#666;letter-spacing:.5px;text-transform:uppercase;border-bottom:2px solid #e0e0e0;white-space:nowrap}.confirm-section .ready-list-container .data-table .table-wrapper table thead th.checkbox-col{width:50px;text-align:center}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr:hover{background:#fafafa}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr:last-child td{border-bottom:none}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td{padding:18px 20px;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333;vertical-align:middle}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td.checkbox-col{text-align:center}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .datetime{font-weight:500;color:#1a1a1a;font-size:14px}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .datetime-change .old-datetime{font-size:12px;color:#999;text-decoration:line-through}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .datetime-change .arrow{font-size:12px;color:#666;margin:2px 0}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .datetime-change .new-datetime{font-weight:500;color:#1a1a1a;font-size:14px}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .change-notice{font-size:10px;color:#f59e0b;background:#fef3c7;padding:2px 6px;border-radius:3px;margin-top:4px;margin-left:10px;display:inline-block;font-weight:500}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .date-label{font-size:11px;color:#999;display:inline-block;padding:2px 8px;background:#f8f8f8;border-radius:4px;margin-top:4px}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .student-name{font-weight:600;color:#1a1a1a;font-size:14px}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .furigana{font-size:12px;color:#999;font-weight:400}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .contact-info{font-size:13px;color:#666}.confirm-section .ready-list-container .data-table .table-wrapper table tbody tr td .school-name{font-size:14px;color:#333}.confirm-section .ready-list-container .data-table .table-wrapper table .checkbox{width:18px;height:18px;cursor:pointer}.confirm-section .fixed-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #e0e0e0;padding:20px 40px;margin:40px -40px -40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 12px #0000000d}.confirm-section .fixed-actions .selected-summary{font-size:14px;color:#666}.confirm-section .fixed-actions .selected-summary .selected-count{font-weight:600;color:#1a1a1a;font-size:16px}.info-note{font-size:12px;margin-left:1em}.complete-section{text-align:center;padding:80px 40px}.complete-section .complete-icon{font-size:120px;margin-bottom:32px;animation:scaleIn .5s ease}.complete-section .complete-count{font-size:48px;font-weight:300;color:#16a34a;margin-bottom:8px}.complete-section .complete-label{font-size:14px;color:#999;margin-bottom:48px}.complete-section .complete-title{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:16px;letter-spacing:.5px}.complete-section .complete-message{font-size:16px;color:#666;margin-bottom:48px;line-height:1.8}.complete-section .complete-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:20px;background:#fff;padding:40px 60px;border-radius:12px;box-shadow:0 10px 40px #00000026}.loading-spinner{position:relative;display:flex;align-items:center;justify-content:center}.loading-spinner.small{width:32px;height:32px}.loading-spinner.medium{width:48px;height:48px}.loading-spinner.large{width:64px;height:64px}.loading-spinner .spinner-ring{position:absolute;border-radius:50%;border:3px solid transparent;animation:spin 1.5s cubic-bezier(.5,0,.5,1) infinite}.loading-spinner .spinner-ring:nth-child(1){width:100%;height:100%;border-top-color:#f44;animation-delay:-.45s}.loading-spinner .spinner-ring:nth-child(2){width:80%;height:80%;border-right-color:#c00;animation-delay:-.3s}.loading-spinner .spinner-ring:nth-child(3){width:60%;height:60%;border-bottom-color:#f44;animation-delay:-.15s}.loading-message{font-family:Noto Sans JP,Yu Gothic,游ゴシック体,Meiryo,sans-serif;font-size:14px;color:#666;font-weight:500;letter-spacing:.3px;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar{width:240px;background:#1a1a1a;color:#fff}.sidebar-logo{padding:32px 24px;font-size:18px;font-weight:600;border-bottom:1px solid #333;letter-spacing:.5px}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-menu-item{padding:18px 24px;cursor:pointer;transition:all .3s ease;font-size:14px;border-left:3px solid transparent}.sidebar-menu-item:hover{background:#2a2a2a;border-left-color:#f44}.sidebar-menu-item.active{background:#f5f5f5;color:#1a1a1a;border-left-color:#f44}.sidebar-menu-item.submenu{padding-left:48px;font-size:13px;color:#999}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.toast{position:fixed;top:0;right:0;display:flex;align-items:flex-start;gap:16px;width:100%;padding:18px 20px;background:#fff;border-radius:8px;border-left:12px solid;box-shadow:0 4px 16px #0000001f;animation:slideIn .3s ease;margin-bottom:12px}.toast__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:18px;font-weight:600;flex-shrink:0}.toast__content{flex:1;min-width:0}.toast__title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.4}.toast__message{font-size:13px;color:#666;line-height:1.6}.toast__close{width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#999;transition:all .2s ease;flex-shrink:0;line-height:1;padding:0}.toast__close:hover{background:#f5f5f5;color:#666}.toast--success{border-left-color:#16a34a}.toast--success .toast__icon{background:#dcfce7;color:#16a34a}.toast--error{border-left-color:#f44}.toast--error .toast__icon{background:#fff5f5;color:#f44}.toast--warning{border-left-color:#f59e0b}.toast--warning .toast__icon{background:#fef3c7;color:#f59e0b}.toast--info{border-left-color:#3b82f6}.toast--info .toast__icon{background:#dbeafe;color:#3b82f6}
