@charset "UTF-8";@import"https://fonts.bunny.net/css?family=Nunito";body{font-family:Noto Sans JP,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,sans-serif;background-color:#ecf9fd}body:has(.user-project-show),body:has(.customer-negotiation-play_question){overflow:hidden}*,*:before,*:after{box-sizing:border-box}[data-no-scroll=true]{height:100dvh;overflow:hidden}:root{--font-size-12: .75rem;--font-size-14: .875rem;--font-size-16: 1rem;--font-size-20: 1.25rem;--font-size-24: 1.5rem;--font-size-28: 1.75rem;--font-size-32: 2rem;--line-height-12: 1.2;--line-height-16: 1.6;--font-weight-400: 400;--font-weight-500: 500;--font-weight-700: 700}.bg-user-color{background-color:#29abe2}.bg-user-hover:hover{background-color:#03b3fe}.flash-message{position:fixed;top:7%;left:50%;transform:translate(-50%);z-index:9999;opacity:.8}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.text-caution{color:#ea3b33}@keyframes balloon-tooltips-vert-bottom{0%{opacity:0;transform:translate(-50%,calc(-100% + .5em))}to{opacity:.9;transform:translate(-50%,-100%)}}@keyframes balloon-tooltips-vert-top{0%{opacity:0;transform:translate(-50%,-.5em)}to{opacity:.9;transform:translate(-50%)}}@keyframes balloon-tooltips-horz-left{0%{opacity:0;transform:translate(-.5em,-50%)}to{opacity:.9;transform:translateY(-50%)}}@keyframes balloon-tooltips-horz-right{0%{opacity:0;transform:translate(calc(-100% + .5em),-50%)}to{opacity:.9;transform:translate(-100%,-50%)}}.balloon-tooltip-trigger{display:inline-flex;vertical-align:middle}.balloon-tooltip-popup{position:fixed;z-index:1000;box-sizing:border-box;padding:4px;border-radius:4px;background:rgba(0,0,0,.8);color:#fff;font-size:var(--font-size-14);font-weight:var(--font-weight-400);line-height:var(--line-height-12);white-space:normal}.balloon-tooltip-popup.balloon-tooltip-popup--arrow-bottom{animation:balloon-tooltips-vert-bottom .2s ease-out forwards}.balloon-tooltip-popup.balloon-tooltip-popup--arrow-top{animation:balloon-tooltips-vert-top .2s ease-out forwards}.balloon-tooltip-popup.balloon-tooltip-popup--arrow-left{animation:balloon-tooltips-horz-left .2s ease-out forwards}.balloon-tooltip-popup.balloon-tooltip-popup--arrow-right{animation:balloon-tooltips-horz-right .2s ease-out forwards}@media (prefers-reduced-motion: reduce){.balloon-tooltip-popup.balloon-tooltip-popup--arrow-bottom,.balloon-tooltip-popup.balloon-tooltip-popup--arrow-top,.balloon-tooltip-popup.balloon-tooltip-popup--arrow-left,.balloon-tooltip-popup.balloon-tooltip-popup--arrow-right{animation:none;opacity:1}}.balloon-tooltip-popup .balloon-tooltip-popup__body{margin:0;text-align:center}.balloon-tooltip-popup .balloon-tooltip-popup__body--align-left{text-align:left}.breadcrumb-item+.breadcrumb-item:before{content:">"}.btn-light-blue,.btn-white,.btn-delete{border-radius:4px;border:none;font-size:14px;text-decoration:none;font-weight:700}.btn-light-blue{background-color:#eff5fb;color:#205da5;padding:8px 12px}.btn-light-blue:hover{background-color:#d0e4f8}.btn-icon{width:18px;margin-right:6px;vertical-align:-4px}.btn-user-color{background-color:#29abe2;border-color:#0091cf;color:#fff}.btn-user-color:hover{background-color:#03b3fe;border-color:#0091cf;color:#fff}.btn-primary#back{display:flex;margin-inline:auto;width:360px;height:64px;padding:20px 12px!important;flex-direction:column;justify-content:center;align-items:center;gap:10px;border:1px solid #2b3d5c!important;background:#fff!important;color:#2b3d5c!important;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:120%}.btn-primary#back:hover{background-color:#b9d6f9!important}button[aria-expanded=false] .fa-angle-down{transform:rotateX(0)}button[aria-expanded=true] .fa-angle-down{transform:rotateX(180deg)}.chat-container{height:400px;border:1px solid #ccc;border-radius:5px;overflow-y:auto;padding:10px;position:relative}.chat-message{border-radius:15px;padding:5px 15px;margin:10px 0;width:auto;max-width:75%}.chat-message.sender{background-color:#e9ecef;margin-left:0;margin-right:auto}.chat-message.receiver{background-color:#007bff;color:#fff;margin-left:auto;margin-right:0}.create-btn-popover{display:inline-block;position:relative}.create-btn-popover .create-btn-popover-menu{position:absolute;display:block;visibility:hidden;background-color:#fff;width:auto;min-width:200px;padding:15px 0;top:47px;right:0;transform:translateY(-10px);opacity:0;border:1px solid #DDE0E4;border-radius:8px;box-shadow:0 4px 30px #0000001a;z-index:100;transition:transform .2s ease-out,opacity .2s ease-out}.create-btn-popover .create-btn-popover-menu.menu-open{visibility:visible;transform:translateY(0);opacity:1}.create-btn-popover .create-btn-popover-menu a,.create-btn-popover .create-btn-popover-menu button{width:100%;padding:9px 12px;text-align:left;color:#212529}.create-btn-popover .create-btn-popover-menu a:hover,.create-btn-popover .create-btn-popover-menu button:hover{background-color:#eef4fc}.filter-modal .box{overflow:auto;opacity:0;visibility:hidden;box-sizing:border-box}.filter-modal .filter-box{position:absolute;top:188px;right:155px}.filter-modal .setting-box{position:absolute;top:188px;right:55px}.filter-modal .box.is-active{opacity:1;visibility:visible}.filter-modal .box-container{display:flex;width:320px;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #d9d9d9;background:#fff;box-shadow:0 4px 30px #0000001a}.filter-modal .box-header{display:flex;justify-content:space-between;padding:8px 16px;align-items:center;align-self:stretch;border-bottom:1px solid #d9d9d9;background:#f8f8f6;border-radius:8px 8px 0 0}.filter-modal .box-content{padding:16px;width:100%}.filter-modal .box-content p{font-size:12px;margin-bottom:8px}.filter-modal .content-text{cursor:pointer}.filter-modal .content-text:hover{text-decoration:underline}.filter-modal .reset-btn{margin-right:8px}.filter-modal .box-footer{display:flex;padding:8px 16px;justify-content:flex-end;align-items:center;gap:19px;align-self:stretch;border-top:1px solid #d9d9d9}.filter-modal .box-close-icon{background:url(/img/user/close.svg) no-repeat center;width:18px;height:18px;cursor:pointer}.filter-modal .checkbox-list{display:flex;flex-direction:column}.filter-modal .checkbox-list.scroll{height:143px}.filter-modal .checkbox-list.scroll div{display:flex;flex:1;flex-direction:column;overflow:auto;height:100%}.filter-modal .checkbox-list.scroll div::-webkit-scrollbar{width:4px}.filter-modal .checkbox-list.scroll div::-webkit-scrollbar-thumb{border-radius:2px;background:rgba(0,0,0,.4)}.filter-modal input[type=checkbox]{display:none}.filter-modal .box-checkbox{position:relative;padding-left:27px;margin-top:7px;cursor:pointer}.filter-modal .box-checkbox:first-of-type{margin-top:0}.filter-modal .box-checkbox:before,.filter-modal .box-checkbox:after{position:absolute;content:"";display:block;top:50%}.filter-modal .box-checkbox:before{left:3px;margin:-10px 0 0 -2px;width:18px;height:18px;border-radius:4px;border:1px solid #d9d9d9;background:#fff}.filter-modal .box-checkbox:after{left:3px;margin:-10px 0 0 -2px;width:18px;height:18px;background:url(/img/user/check.svg) no-repeat center;opacity:0}.filter-modal input[type=checkbox]:checked+.box-checkbox:after{opacity:1}.video-player-container{position:relative;width:100%}.loading-screen{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:flex-start;padding-top:20px;z-index:1}.loading-bar{height:20px;border-radius:5px;overflow:hidden}.loading-progress{height:100%;transition:width .1s ease}.progress-text{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);color:#000;font-size:1.2em}.loading-circular{display:inline-block;width:20px;height:20px;border:2px solid #fff;border-top:2px solid #0F91BD;border-radius:50%;animation:spin 1s linear infinite;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;border-radius:inherit}.loading-overlay .loading-circular{display:block!important;width:200px!important;height:200px!important;border-width:18px!important;border:18px solid rgba(0,0,0,.24)!important;border-top-color:#0f91bd!important;border-radius:50%;animation:spin 1s linear infinite}.custom-loading-spinner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:10;pointer-events:auto;opacity:1;transition:opacity .3s ease-out}.custom-loading-spinner--fade-out{opacity:0;pointer-events:none}.custom-loading-spinner .loading-container{padding:20px;background:rgb(255,255,255);color:#000;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:16px}.custom-loading-spinner .loading-container .loading-circular{width:60px;height:60px;border:3px solid rgba(15,145,189,.2);border-top-color:#0f91bd;border-radius:50%;animation:custom-loading-spin 1s linear infinite}@keyframes custom-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-loading-spinner .loading-container .loading-text{font-size:var(--font-size-16);font-weight:var(--font-weight-500);line-height:1.5;color:#000;margin:0}.custom-loading-spinner .loading-container .loading-sub-text{font-size:var(--font-size-14);font-weight:var(--font-weight-400);line-height:1.5;color:#000;margin:0}@media (max-width: 768px){.modal-content{position:fixed;top:50%;left:0;right:0;margin:auto;width:90%!important;transform:translateY(-50%);height:auto;z-index:1050}.modal-body{max-height:70vh;overflow-y:auto}.modal-body .btn{width:100%!important}.modal-body .form-group label{text-align:left}}.modal-box .box{overflow:auto;opacity:0;visibility:hidden;box-sizing:border-box}.modal-box .filter-box{position:absolute;top:188px;right:410px}.modal-box .setting-box{position:absolute;top:188px;right:285px}.modal-box .box.is-active{opacity:1;visibility:visible}.modal-box .box-container{display:flex;width:320px;flex-direction:column;align-items:flex-start;border-radius:8px;border:1px solid #d9d9d9;background:#fff;box-shadow:0 4px 30px #0000001a}.modal-box .box-header{display:flex;justify-content:space-between;padding:8px 16px;align-items:center;align-self:stretch;border-bottom:1px solid #d9d9d9;background:#f8f8f6;border-radius:8px 8px 0 0}.modal-box .box-content{padding:16px;width:100%}.modal-box .box-content p{font-size:12px;margin-bottom:8px}.modal-box .content-text{cursor:pointer}.modal-box .content-text:hover{text-decoration:underline}.modal-box .reset-btn{margin-right:8px}.modal-box .box-footer{display:flex;padding:8px 16px;justify-content:flex-end;align-items:center;gap:19px;align-self:stretch;border-top:1px solid #d9d9d9}.modal-box .box-close-icon{background:url(/img/user/close.svg) no-repeat center;width:18px;height:18px;cursor:pointer}.modal-box .checkbox-list{display:flex;flex-direction:column}.modal-box .checkbox-list.scroll{height:143px}.modal-box .checkbox-list.scroll div{display:flex;flex:1;flex-direction:column;overflow:auto;height:100%}.modal-box .checkbox-list.scroll div::-webkit-scrollbar{width:4px}.modal-box .checkbox-list.scroll div::-webkit-scrollbar-thumb{border-radius:2px;background:rgba(0,0,0,.4)}.modal-box input[type=checkbox]{display:none}.modal-box .box-checkbox{position:relative;padding-left:27px;margin-top:7px;cursor:pointer}.modal-box .box-checkbox:first-of-type{margin-top:0}.modal-box .box-checkbox:before,.modal-box .box-checkbox:after{position:absolute;content:"";display:block;top:50%}.modal-box .box-checkbox:before{left:3px;margin:-10px 0 0 -2px;width:18px;height:18px;border-radius:4px;border:1px solid #d9d9d9;background:#fff}.modal-box .box-checkbox:after{left:3px;margin:-10px 0 0 -2px;width:18px;height:18px;background:url(/img/user/check.svg) no-repeat center;opacity:0}.modal-box input[type=checkbox]:checked+.box-checkbox:after{opacity:1}.sf-component-table{border-collapse:collapse;border-spacing:0;white-space:nowrap;padding:8px}.sf-component-table th,.sf-component-table td{border:1px solid #DDE0E4;vertical-align:middle}.sf-component-table tr:first-of-type td{border-top:none}.sf-component-table th{position:relative;background-color:#eef4fc;height:42px}.sf-component-table th:has(.th-filter-icon){cursor:pointer}.sf-component-table th:has(.th-filter-icon):hover .th-filter-icon:not(.icon-active){visibility:visible;opacity:1}.sf-component-table td{height:47px;background-color:#fff}.sf-component-table .table-link{color:#0f91bd;text-decoration:none}.sf-component-table .table-link:hover{text-decoration:underline}.sf-component-table .th-filter-icon{visibility:hidden;opacity:0;position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:url(/img/user/filter_arrow.svg) no-repeat center;width:7px;height:14px;transition:opacity ease-in .3s}.sf-component-table .th-filter-icon.icon-desc{transform:rotate(180deg) translateY(50%)}.sf-component-table .th-filter-icon.icon-active{visibility:visible!important;opacity:1!important}.sf-component-table .th-filter-icon.icon-active.icon-desc{transform:rotate(180deg) translateY(50%)!important}.sf-component-table .th-sticky{position:sticky;top:0;left:0;z-index:1}.sf-component-table .th-sticky:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.sf-component-table .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-component-table .ellipsis-sm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.sf-component-table .ellipsis-md{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.sf-component-table .ellipsis-lg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px}.sf-component-table .no-ellipsis,.sf-component-table .multiline{overflow:visible;text-overflow:unset;white-space:normal;max-width:none}.sf-component-table.video-table th,.sf-component-table.video-table td{border-width:1px 0 0;vertical-align:top}.sf-component-table.video-table th{border-top-width:0}.sf-component-table.project-list-table{margin:0;width:100%;table-layout:fixed}.sf-component-table.project-list-table td{height:62px}.sf-component-table.project-list-table .table-link{font-weight:600}.sf-component-table.project-list-table .col-alert{width:55px;border-right:none}.sf-component-table.project-list-table .col-alert .alert-icon{display:block;margin:0 auto;size:22px}.sf-component-table.project-list-table .col-alert .alert-icon svg{display:block;width:100%;height:auto}.sf-component-table.project-list-table .col-alert .alert-count{margin:1px 0 0;min-width:25px;border-radius:100px;background-color:#ffcdd2;color:#e41b28;font-size:11px;font-weight:600}.sf-component-table.project-list-table .col-project-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-left:none;font-size:15px;text-align:left}.sf-component-table.project-list-table .action-copy-btn{background:none;border:none}.sf-component-table.project-list-table .action-copy-btn:hover{border-radius:4px;background-color:#eff5fb}.sf-component-table.project-list-table .action-menu-btn{display:flex;align-items:center;justify-content:center;width:33px;height:33px;border:none;background:unset}.sf-component-table.project-list-table .action-menu-btn:hover{border-radius:4px;background-color:#eff5fb}.sf-component-table.video-flow-list-table th:nth-of-type(1){width:38%}.sf-component-table.video-flow-list-table th:nth-of-type(2),.sf-component-table.video-flow-list-table th:nth-of-type(3),.sf-component-table.video-flow-list-table th:nth-of-type(4){width:8%}.sf-component-table.video-flow-list-table th:nth-of-type(5),.sf-component-table.video-flow-list-table th:nth-of-type(6){width:12%}.sf-component-table.video-flow-list-table .col-edit-btn,.sf-component-table.video-flow-list-table .col-copy-btn{width:7%;padding:4px}.sf-component-table.video-flow-list-table .col-edit-btn{border-right:none}.sf-component-table.video-flow-list-table .col-copy-btn{border-left:none}.sf-component-table.video-flow-list-table .col-copy-btn button{height:34px;padding:6px 12px}.sf-component-table.video-flow-list-table .live,.sf-component-table.video-flow-list-table .draft,.sf-component-table.video-flow-list-table .draft-with-arrow span{padding:4px 10px;border-radius:11px;font-size:.75rem;line-height:1.2}.sf-component-table.video-flow-list-table .live{background-color:#205da5;color:#fff;font-weight:700}.sf-component-table.video-flow-list-table .draft,.sf-component-table.video-flow-list-table .draft-with-arrow span{border:1px solid #205da5;color:#205da5}.sf-component-table.video-flow-list-table .draft-with-arrow:before{content:"";display:inline-block;width:14px;height:10px;margin-right:8px;background:url(/img/user/arrow_down-right.svg) no-repeat}.branch{position:relative;margin-left:250px}.branch:before{content:"";width:25px;border-top:2px solid black;position:absolute;left:-50px;margin-top:1px}.entry{position:relative;min-height:180px;min-width:150px}.entry:before{content:"";height:100%;position:absolute;border-left:2px solid black;left:-25px}.entry:after{content:"";width:25px;border-top:2px solid black;position:absolute;left:-25px;top:0%;margin-top:1px}.entry:first-child:before{width:10px;height:100%;top:0%;margin-top:2px}.entry:first-child:after{height:10px}.entry:last-child:before{width:10px;height:0%}.entry:last-child:after{height:10px;border-top:none;border-bottom:2px solid black;margin-top:-10px}.entry:only-child:before{display:none}.entry:only-child:after{width:25px;height:0px;margin-top:1px}.label{display:block;width:200px;min-height:100px;padding:6px;line-height:20px;text-align:left;border:solid .2em #666;border-radius:5px;position:absolute;left:0;margin-top:-15px;overflow-wrap:break-word;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label.label-wp{background-color:#dc354559}.tree-level{width:500px;margin-left:70px}.small_branch{position:relative;margin-left:150px}.small_branch:before{content:"";width:25px;border-top:2px solid black;position:absolute;left:-50px;margin-top:1px}.small_entry{position:relative;min-height:80px;min-width:150px}.small_entry:before{content:"";height:100%;position:absolute;border-left:2px solid black;left:-25px}.small_entry:after{content:"";width:25px;border-top:2px solid black;position:absolute;left:-25px;top:0%;margin-top:1px}.small_entry:first-child:before{width:10px;height:100%;top:0%;margin-top:2px}.small_entry:first-child:after{height:10px}.small_entry:last-child:before{width:10px;height:0%}.small_entry:last-child:after{height:10px;border-top:none;border-bottom:2px solid black;margin-top:-10px}.small_entry:only-child:before{display:none}.small_entry:only-child:after{width:25px;height:0px;margin-top:1px}.small_label{display:block;width:100px;min-height:50px;padding:6px;line-height:20px;text-align:left;border:solid .2em #666;border-radius:5px;position:absolute;left:0;margin-top:-15px;overflow-wrap:break-word;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes csv-download-tooltip-vert-bottom{0%{opacity:0;transform:translate(-50%,calc(-100% + .5em))}to{opacity:1;transform:translate(-50%,-100%)}}.custom-csv-download-area{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.custom-csv-download-area .usage-count{display:flex;align-items:center;gap:8px;font-size:var(--font-size-12);font-weight:var(--font-weight-400);line-height:var(--line-height-12)}.custom-csv-download-area .usage-count .question-mark{padding:0;cursor:pointer;background-color:transparent;border:none}.custom-csv-download-area .csv-download-button-container{position:relative;display:inline-block}.custom-csv-download-tooltip{position:fixed;z-index:1000;box-sizing:border-box;pointer-events:auto;animation:csv-download-tooltip-vert-bottom .2s ease-out forwards;width:500px;padding:20px;background-color:#fff;color:#212529;border:1px solid #C6CCD2;border-radius:8px;box-shadow:0 4px 20px #0000001a;text-align:left;white-space:normal}.custom-csv-download-tooltip .custom-tooltip-content{color:#212529}.custom-csv-download-tooltip .custom-tooltip-content .head{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 0 8px}.custom-csv-download-tooltip .custom-tooltip-content .head .title{display:flex;font-size:var(--font-size-14, .875rem);font-weight:500;line-height:1.2;margin:0}.custom-csv-download-tooltip .custom-tooltip-content .head .progress-count-text{display:flex;font-size:var(--font-size-12, .75rem);font-weight:400;line-height:1.2}.custom-csv-download-tooltip .custom-tooltip-content .progress-bar{width:100%;height:8px;margin:0 0 8px;background-color:#dde0e4;border-radius:4px;overflow:hidden}.custom-csv-download-tooltip .custom-tooltip-content .progress-bar .progress-fill{height:100%;background-color:#2160ab}.custom-csv-download-tooltip .custom-tooltip-content .caution{display:flex;justify-content:flex-end;margin:0 0 8px;font-size:var(--font-size-12, .75rem);font-weight:500;line-height:1.2;color:#2160ab}.custom-csv-download-tooltip .custom-tooltip-content .contact{font-size:var(--font-size-12, .75rem);font-weight:400;line-height:var(--line-height-16, 1.6)}.custom-csv-download-tooltip .custom-tooltip-content .contact .email-link{color:#212529;text-decoration:none;border-bottom:1px solid #212529}.custom-csv-download-tooltip .custom-tooltip-content .contact .email-link:hover{color:#2160ab;border-bottom-color:#2160ab}.button-custom-tooltip{position:fixed;z-index:1000;pointer-events:none;animation:csv-download-tooltip-vert-bottom .2s ease-out forwards;padding:4px;color:#fff;border-radius:4px;font-size:var(--font-size-12, .75rem);font-weight:400;line-height:var(--line-height-14, 1.4);white-space:nowrap;text-align:left;background-color:#212529}.button-custom-tooltip .button-tooltip-content{color:#fff}.button-custom-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #212529}@media (prefers-reduced-motion: reduce){.custom-csv-download-tooltip,.button-custom-tooltip{animation:none;opacity:1;transform:translate(-50%,-100%)}}.l-card .l-card-top{padding:38px 40px}.l-card .l-card-bottom{padding:0 40px 30px}.l-tree-wrapper{margin-top:50px;position:relative;margin-bottom:150px}.l-scrolling-wrapper{overflow-x:auto;overflow-y:hidden;white-space:nowrap}
