@keyframes skeleton-glow{0%,to{background-image:linear-gradient(90deg,#f5f5f5 25%,#fafafa 50%,#f5f5f5 75%);background-position:200%;background-size:200% 100%}50%{background-position:0}}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.chat-bot{z-index:5000;--chat-bot-width:380px;width:60px;transition:width .7s ease-in-out,bottom .7s ease-in-out;position:fixed;bottom:3.2rem;right:3.2rem}.chat-bot>.resize-handle{cursor:col-resize;width:10px;min-height:100vh;position:absolute;top:0;left:0}@media only screen and (width<=600px){.chat-bot>.resize-handle{display:none}}.chat-bot.dragging{transition:none!important}.chat-bot.is-collapsed{transition:bottom .7s ease-in-out,width}.chat-bot.hovered{width:var(--chat-bot-width);bottom:0}.chat-bot.hovered>.header{border-radius:10px 10px 0 0;gap:1rem;padding:3rem 1.2rem}.chat-bot.hovered>.header>.button{background-color:#ffffff80}.chat-bot.hovered>.header>.text-area{opacity:1;visibility:visible;width:100%;height:auto;max-height:64px}.chat-bot.hovered>.header>.text-area>.arrow-icon{text-align:right}@media only screen and (width<=600px){.chat-bot.hovered:not(.is-expanded){width:60px}.chat-bot.is-expanded{width:100%;bottom:0;right:0}}.chat-bot>.header{cursor:pointer;background-color:#e4d8cc;border-radius:1rem;align-items:center;gap:0;padding:1.6rem 1.2rem;display:flex;box-shadow:0 0 7px #00000026}.chat-bot>.header>.button{border-radius:50%;width:3.2rem;height:3.2rem}.chat-bot>.header>.button>.icon{width:100%;height:100%}.chat-bot>.header>.text-area{opacity:0;white-space:nowrap;text-overflow:ellipsis;visibility:hidden;width:0;height:0;transition:width .7s,height .7s,opacity .7s;position:relative;overflow:hidden}.chat-bot>.header>.text-area>.title{font-size:1.4rem;font-weight:500;line-height:100%}.chat-bot>.header>.text-area>.text{margin-top:.8rem;font-size:1.2rem;line-height:100%}.chat-bot>.header>.text-area>.arrow-icon{position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(90deg)}.chat-bot>.content{background-color:#fff;position:relative;box-shadow:0 0 7px #00000026}.chat-bot>.content>.firstLoading{z-index:10000;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.chat-bot>.content>.firstLoading>.button-loading-ui{width:24px;display:block}.chat-bot>.content>.new-message{background-color:#0000;border-radius:10px;justify-content:space-between;align-items:center;width:184px;height:50px;margin:10px auto;padding:1rem 1.2rem;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.chat-bot>.content>.new-message>.text{color:#fff;text-align:center;cursor:pointer;background-color:#238fbe;border-radius:20px 0 0 20px;justify-content:center;align-items:center;width:150px;height:30px;padding:.5rem 1rem;font-size:1.2rem;font-weight:500;transition:background-color .2s;display:flex}.chat-bot>.content>.new-message>.text:hover{background-color:#2081ab}.chat-bot>.content>.new-message .button{color:#fff;cursor:pointer;background-color:#238fbe;border:none;border-radius:0 20px 20px 0;justify-content:center;align-items:center;width:30px;height:30px;padding-right:4px;font-size:1.2rem;font-weight:700;transition:background-color .2s;display:flex}.chat-bot>.content>.new-message .button:hover{background-color:#2081ab}.chat-bot>.content>.chat{margin-bottom:174px;padding:1.6rem 2rem;overflow-y:auto}.chat-bot>.content>.chat.has-new-message{margin-top:50px}.chat-bot>.content>.chat>.loading{margin-bottom:3.2rem;width:24px;margin-inline:auto}.chat-bot>.content>.chat>.loading>.button-loading-ui{width:100%;display:block}.chat-bot>.content>.chat>.message-list{flex-direction:column;gap:2.8rem;list-style:none;display:flex}.chat-bot>.content>.chat>.message-list>.date{text-align:center;font-size:1.2rem}.chat-bot>.content>.chat>.message-list>.message-item{align-items:flex-end;gap:.6rem;display:flex}.chat-bot>.content>.chat>.message-list>.message-item>.icon{background-color:#d9d9d9;border-radius:50%;width:4rem;min-width:4rem;height:4rem;display:inline-block;overflow:hidden}.chat-bot>.content>.chat>.message-list>.message-item>.icon>.avatar{width:100%;height:100%}.chat-bot>.content>.chat>.message-list>.message-item>.message-body{padding:1.4rem 1.6rem;font-size:1.4rem;line-height:160%}.chat-bot>.content>.chat>.message-list>.message-item>.timestamp{font-family:Outfit,sans-serif;font-size:1.2rem}.chat-bot>.content>.chat>.message-list>.message-item.owner{flex-direction:row-reverse}.chat-bot>.content>.chat>.message-list>.message-item.owner>.message-body{color:#fff;background-color:#323232;border-radius:10px 10px 0}.chat-bot>.content>.chat>.message-list>.message-item.pm>.message-body{color:#323232;background-color:#f6f5f4;border-radius:10px 10px 10px 0}.chat-bot>.content>.chat>.message-list>.message-item>.message-body.pdf{justify-content:flex-start;align-items:center;gap:1.6rem;text-decoration:none;display:flex}.chat-bot>.content>.chat>.message-list>.message-item .link{color:#1b79d6;text-decoration:underline}.chat-bot>.content>.send{background-color:#fff;width:100%;min-height:174px;padding:1.6rem 2rem 2.2rem;position:absolute;bottom:0}.chat-bot>.content>.send>.inner{border:1px solid #e4e3e2;border-radius:.6rem;height:100%}.chat-bot>.content>.send>.inner>.head{border-bottom:1px solid #e4e3e2;justify-content:space-between;align-items:center;padding:.6rem 1.8rem;display:flex}.chat-bot>.content>.send>.inner>.head>.file{width:2rem;height:2rem;padding:0}.chat-bot>.content>.send>.inner>.head>.file>.icon,.chat-bot>.content>.send>.inner>.head>.send>.icon{width:100%;height:100%}.chat-bot>.content>.send>.inner>.head>.file>.icon{transform:rotate(20deg)}.chat-bot>.content>.send>.inner>.head>.loading{width:24px;padding:0}.chat-bot>.content>.send>.inner>.head>.loading>.button-loading-ui{width:100%;display:block}.chat-bot>.content>.send>.inner>.head>.send{width:3rem;height:3rem;padding:0}.chat-bot>.content>.send>.inner>.message{padding:1.6rem;position:relative}.chat-bot>.content>.send>.inner>.message>.text-area{resize:none;z-index:10;width:100%;height:100%;max-height:220px;font-size:1.4rem;position:relative}.chat-bot>.content>.send>.inner>.message>.placeholder{color:#7a7a7a;z-index:0;font-size:1.4rem;line-height:150%;position:absolute;top:1.6rem;left:1.6rem}.chat-image-modal>.loading{text-align:center;background:#0f0f0f99;align-items:center;width:24px;margin-inline:auto;display:flex}.chat-image-modal>.loading>.button-loading-ui,.image{width:100%;display:block}.image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:910px;height:auto;max-height:80vh}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.send-icon.-active path{fill:#20c997}body[data-v-d3ff383d]{--primary-test:#323232;--background-test:#fff}.dark-mode body[data-v-d3ff383d]{--primary-test:#ebf4f1;--background-test:#091a28}._skeleton[data-v-d3ff383d]{background-color:#f5f5f5;animation:1.5s ease-in-out infinite skeleton-glow-d3ff383d}@keyframes skeleton-glow-d3ff383d{0%,to{background-image:linear-gradient(90deg,#f5f5f5 25%,#fafafa 50%,#f5f5f5 75%);background-position:200%;background-size:200% 100%}50%{background-position:0}}.basic-enter-active[data-v-d3ff383d],.basic-leave-active[data-v-d3ff383d],.doclist-enter-active[data-v-d3ff383d],.doclist-leave-active[data-v-d3ff383d]{transition:height .3s}abbr[data-v-d3ff383d],address[data-v-d3ff383d],article[data-v-d3ff383d],aside[data-v-d3ff383d],audio[data-v-d3ff383d],b[data-v-d3ff383d],blockquote[data-v-d3ff383d],body[data-v-d3ff383d],canvas[data-v-d3ff383d],caption[data-v-d3ff383d],cite[data-v-d3ff383d],code[data-v-d3ff383d],dd[data-v-d3ff383d],del[data-v-d3ff383d],details[data-v-d3ff383d],dfn[data-v-d3ff383d],div[data-v-d3ff383d],dl[data-v-d3ff383d],dt[data-v-d3ff383d],em[data-v-d3ff383d],fieldset[data-v-d3ff383d],figcaption[data-v-d3ff383d],figure[data-v-d3ff383d],footer[data-v-d3ff383d],form[data-v-d3ff383d],h1[data-v-d3ff383d],h2[data-v-d3ff383d],h3[data-v-d3ff383d],h4[data-v-d3ff383d],h5[data-v-d3ff383d],h6[data-v-d3ff383d],header[data-v-d3ff383d],hgroup[data-v-d3ff383d],html[data-v-d3ff383d],i[data-v-d3ff383d],iframe[data-v-d3ff383d],img[data-v-d3ff383d],ins[data-v-d3ff383d],kbd[data-v-d3ff383d],label[data-v-d3ff383d],legend[data-v-d3ff383d],li[data-v-d3ff383d],mark[data-v-d3ff383d],menu[data-v-d3ff383d],nav[data-v-d3ff383d],object[data-v-d3ff383d],ol[data-v-d3ff383d],p[data-v-d3ff383d],pre[data-v-d3ff383d],q[data-v-d3ff383d],samp[data-v-d3ff383d],section[data-v-d3ff383d],small[data-v-d3ff383d],span[data-v-d3ff383d],strong[data-v-d3ff383d],sub[data-v-d3ff383d],summary[data-v-d3ff383d],sup[data-v-d3ff383d],table[data-v-d3ff383d],tbody[data-v-d3ff383d],td[data-v-d3ff383d],tfoot[data-v-d3ff383d],th[data-v-d3ff383d],thead[data-v-d3ff383d],time[data-v-d3ff383d],tr[data-v-d3ff383d],ul[data-v-d3ff383d],var[data-v-d3ff383d],video[data-v-d3ff383d]{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0;font-size:100%}body[data-v-d3ff383d]{line-height:1}article[data-v-d3ff383d],aside[data-v-d3ff383d],details[data-v-d3ff383d],figcaption[data-v-d3ff383d],figure[data-v-d3ff383d],footer[data-v-d3ff383d],header[data-v-d3ff383d],hgroup[data-v-d3ff383d],menu[data-v-d3ff383d],nav[data-v-d3ff383d],section[data-v-d3ff383d]{display:block}nav ul[data-v-d3ff383d]{list-style:none}blockquote[data-v-d3ff383d],q[data-v-d3ff383d]{quotes:none}blockquote[data-v-d3ff383d]:after,blockquote[data-v-d3ff383d]:before,q[data-v-d3ff383d]:after,q[data-v-d3ff383d]:before{content:"";content:none}a[data-v-d3ff383d]{vertical-align:baseline;background:0 0;margin:0;padding:0;font-size:100%}ins[data-v-d3ff383d]{text-decoration:none}ins[data-v-d3ff383d],mark[data-v-d3ff383d]{color:#000;background-color:#ff9}mark[data-v-d3ff383d]{font-style:italic;font-weight:700}del[data-v-d3ff383d]{text-decoration:line-through}abbr[title][data-v-d3ff383d],dfn[title][data-v-d3ff383d]{cursor:help;border-bottom:1px dotted}table[data-v-d3ff383d]{border-spacing:0;border-collapse:collapse}hr[data-v-d3ff383d]{border:0;border-top:1px solid #ccc;height:1px;margin:1em 0;padding:0;display:block}input[data-v-d3ff383d],select[data-v-d3ff383d]{vertical-align:middle}button[data-v-d3ff383d],input[data-v-d3ff383d],select[data-v-d3ff383d],textarea[data-v-d3ff383d]{appearance:none;font:inherit;background:0 0;border:none;border-radius:0;outline:none}textarea[data-v-d3ff383d]{resize:vertical}input[type=checkbox][data-v-d3ff383d],input[type=radio][data-v-d3ff383d]{display:none}button[data-v-d3ff383d],input[type=button][data-v-d3ff383d],input[type=submit][data-v-d3ff383d],select[data-v-d3ff383d]{cursor:pointer}select[data-v-d3ff383d]::-ms-expand{display:none}.custom-scroll-h[data-v-d3ff383d]{padding-bottom:5px}.custom-scroll-h[data-v-d3ff383d]::-webkit-scrollbar{width:18px;height:4px}.custom-scroll-h[data-v-d3ff383d]::-webkit-scrollbar-thumb{scrollbar-width:thin;background:#7a7a7a;border-radius:8px}.custom-scroll-h[data-v-d3ff383d]::-webkit-scrollbar-track{background:#f6f5f4;border-radius:8px;margin-top:4px;margin-bottom:4px}[data-v-d3ff383d]::-webkit-scrollbar-button{display:none}[data-v-d3ff383d]::-webkit-scrollbar-corner{display:none}img[data-v-d3ff383d]{-o-object-fit:cover;object-fit:cover}html[data-v-d3ff383d]{font-size:62.5%}[data-v-d3ff383d],[data-v-d3ff383d]:after,[data-v-d3ff383d]:before{box-sizing:inherit}html[data-v-d3ff383d]{box-sizing:border-box}body[data-v-d3ff383d]{color:#323232;-webkit-font-smoothing:antialiased;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:120%}._pc-only[data-v-d3ff383d]{display:none!important}@media only screen and (width<=767px){._pc-only[data-v-d3ff383d]{display:block!important}}._pc-only-flex[data-v-d3ff383d]{display:none!important}@media only screen and (width<=767px){._pc-only-flex[data-v-d3ff383d]{display:flex!important}}._sp-only[data-v-d3ff383d]{display:block!important}@media only screen and (width<=767px){._sp-only[data-v-d3ff383d]{display:none!important}}._sp-only-flex[data-v-d3ff383d]{display:flex!important}@media only screen and (width<=767px){._sp-only-flex[data-v-d3ff383d]{display:none!important}}._ml-1[data-v-d3ff383d]{margin-left:10px!important}._ml-2[data-v-d3ff383d]{margin-left:20px!important}._ml-3[data-v-d3ff383d]{margin-left:30px!important}._ml-4[data-v-d3ff383d]{margin-left:40px!important}._ml-5[data-v-d3ff383d]{margin-left:50px!important}._ml-6[data-v-d3ff383d]{margin-left:60px!important}._ml-7[data-v-d3ff383d]{margin-left:70px!important}._ml-8[data-v-d3ff383d]{margin-left:80px!important}._ml-9[data-v-d3ff383d]{margin-left:90px!important}._ml-10[data-v-d3ff383d]{margin-left:100px!important}._ml-11[data-v-d3ff383d]{margin-left:110px!important}._ml-12[data-v-d3ff383d]{margin-left:120px!important}._ml-13[data-v-d3ff383d]{margin-left:130px!important}._ml-14[data-v-d3ff383d]{margin-left:140px!important}._ml-15[data-v-d3ff383d]{margin-left:150px!important}._ml-16[data-v-d3ff383d]{margin-left:160px!important}._ml-17[data-v-d3ff383d]{margin-left:170px!important}._ml-18[data-v-d3ff383d]{margin-left:180px!important}._ml-19[data-v-d3ff383d]{margin-left:190px!important}._ml-20[data-v-d3ff383d]{margin-left:200px!important}._mr-1[data-v-d3ff383d]{margin-right:10px!important}._mr-2[data-v-d3ff383d]{margin-right:20px!important}._mr-3[data-v-d3ff383d]{margin-right:30px!important}._mr-4[data-v-d3ff383d]{margin-right:40px!important}._mr-5[data-v-d3ff383d]{margin-right:50px!important}._mr-6[data-v-d3ff383d]{margin-right:60px!important}._mr-7[data-v-d3ff383d]{margin-right:70px!important}._mr-8[data-v-d3ff383d]{margin-right:80px!important}._mr-9[data-v-d3ff383d]{margin-right:90px!important}._mr-10[data-v-d3ff383d]{margin-right:100px!important}._mr-11[data-v-d3ff383d]{margin-right:110px!important}._mr-12[data-v-d3ff383d]{margin-right:120px!important}._mr-13[data-v-d3ff383d]{margin-right:130px!important}._mr-14[data-v-d3ff383d]{margin-right:140px!important}._mr-15[data-v-d3ff383d]{margin-right:150px!important}._mr-16[data-v-d3ff383d]{margin-right:160px!important}._mr-17[data-v-d3ff383d]{margin-right:170px!important}._mr-18[data-v-d3ff383d]{margin-right:180px!important}._mr-19[data-v-d3ff383d]{margin-right:190px!important}._mr-20[data-v-d3ff383d]{margin-right:200px!important}._mt-1[data-v-d3ff383d]{margin-top:10px!important}._mt-2[data-v-d3ff383d]{margin-top:20px!important}._mt-3[data-v-d3ff383d]{margin-top:30px!important}._mt-4[data-v-d3ff383d]{margin-top:40px!important}._mt-5[data-v-d3ff383d]{margin-top:50px!important}._mt-6[data-v-d3ff383d]{margin-top:60px!important}._mt-7[data-v-d3ff383d]{margin-top:70px!important}._mt-8[data-v-d3ff383d]{margin-top:80px!important}._mt-9[data-v-d3ff383d]{margin-top:90px!important}._mt-10[data-v-d3ff383d]{margin-top:100px!important}._mt-11[data-v-d3ff383d]{margin-top:110px!important}._mt-12[data-v-d3ff383d]{margin-top:120px!important}._mt-13[data-v-d3ff383d]{margin-top:130px!important}._mt-14[data-v-d3ff383d]{margin-top:140px!important}._mt-15[data-v-d3ff383d]{margin-top:150px!important}._mt-16[data-v-d3ff383d]{margin-top:160px!important}._mt-17[data-v-d3ff383d]{margin-top:170px!important}._mt-18[data-v-d3ff383d]{margin-top:180px!important}._mt-19[data-v-d3ff383d]{margin-top:190px!important}._mt-20[data-v-d3ff383d]{margin-top:200px!important}._mb-1[data-v-d3ff383d]{margin-bottom:10px!important}._mb-2[data-v-d3ff383d]{margin-bottom:20px!important}._mb-3[data-v-d3ff383d]{margin-bottom:30px!important}._mb-4[data-v-d3ff383d]{margin-bottom:40px!important}._mb-5[data-v-d3ff383d]{margin-bottom:50px!important}._mb-6[data-v-d3ff383d]{margin-bottom:60px!important}._mb-7[data-v-d3ff383d]{margin-bottom:70px!important}._mb-8[data-v-d3ff383d]{margin-bottom:80px!important}._mb-9[data-v-d3ff383d]{margin-bottom:90px!important}._mb-10[data-v-d3ff383d]{margin-bottom:100px!important}._mb-11[data-v-d3ff383d]{margin-bottom:110px!important}._mb-12[data-v-d3ff383d]{margin-bottom:120px!important}._mb-13[data-v-d3ff383d]{margin-bottom:130px!important}._mb-14[data-v-d3ff383d]{margin-bottom:140px!important}._mb-15[data-v-d3ff383d]{margin-bottom:150px!important}._mb-16[data-v-d3ff383d]{margin-bottom:160px!important}._mb-17[data-v-d3ff383d]{margin-bottom:170px!important}._mb-18[data-v-d3ff383d]{margin-bottom:180px!important}._mb-19[data-v-d3ff383d]{margin-bottom:190px!important}._mb-20[data-v-d3ff383d]{margin-bottom:200px!important}._pl-1[data-v-d3ff383d]{padding-left:10px!important}._pl-2[data-v-d3ff383d]{padding-left:20px!important}._pl-3[data-v-d3ff383d]{padding-left:30px!important}._pl-4[data-v-d3ff383d]{padding-left:40px!important}._pl-5[data-v-d3ff383d]{padding-left:50px!important}._pl-6[data-v-d3ff383d]{padding-left:60px!important}._pl-7[data-v-d3ff383d]{padding-left:70px!important}._pl-8[data-v-d3ff383d]{padding-left:80px!important}._pl-9[data-v-d3ff383d]{padding-left:90px!important}._pl-10[data-v-d3ff383d]{padding-left:100px!important}._pl-11[data-v-d3ff383d]{padding-left:110px!important}._pl-12[data-v-d3ff383d]{padding-left:120px!important}._pl-13[data-v-d3ff383d]{padding-left:130px!important}._pl-14[data-v-d3ff383d]{padding-left:140px!important}._pl-15[data-v-d3ff383d]{padding-left:150px!important}._pl-16[data-v-d3ff383d]{padding-left:160px!important}._pl-17[data-v-d3ff383d]{padding-left:170px!important}._pl-18[data-v-d3ff383d]{padding-left:180px!important}._pl-19[data-v-d3ff383d]{padding-left:190px!important}._pl-20[data-v-d3ff383d]{padding-left:200px!important}._pr-1[data-v-d3ff383d]{padding-right:10px!important}._pr-2[data-v-d3ff383d]{padding-right:20px!important}._pr-3[data-v-d3ff383d]{padding-right:30px!important}._pr-4[data-v-d3ff383d]{padding-right:40px!important}._pr-5[data-v-d3ff383d]{padding-right:50px!important}._pr-6[data-v-d3ff383d]{padding-right:60px!important}._pr-7[data-v-d3ff383d]{padding-right:70px!important}._pr-8[data-v-d3ff383d]{padding-right:80px!important}._pr-9[data-v-d3ff383d]{padding-right:90px!important}._pr-10[data-v-d3ff383d]{padding-right:100px!important}._pr-11[data-v-d3ff383d]{padding-right:110px!important}._pr-12[data-v-d3ff383d]{padding-right:120px!important}._pr-13[data-v-d3ff383d]{padding-right:130px!important}._pr-14[data-v-d3ff383d]{padding-right:140px!important}._pr-15[data-v-d3ff383d]{padding-right:150px!important}._pr-16[data-v-d3ff383d]{padding-right:160px!important}._pr-17[data-v-d3ff383d]{padding-right:170px!important}._pr-18[data-v-d3ff383d]{padding-right:180px!important}._pr-19[data-v-d3ff383d]{padding-right:190px!important}._pr-20[data-v-d3ff383d]{padding-right:200px!important}._pt-1[data-v-d3ff383d]{padding-top:10px!important}._pt-2[data-v-d3ff383d]{padding-top:20px!important}._pt-3[data-v-d3ff383d]{padding-top:30px!important}._pt-4[data-v-d3ff383d]{padding-top:40px!important}._pt-5[data-v-d3ff383d]{padding-top:50px!important}._pt-6[data-v-d3ff383d]{padding-top:60px!important}._pt-7[data-v-d3ff383d]{padding-top:70px!important}._pt-8[data-v-d3ff383d]{padding-top:80px!important}._pt-9[data-v-d3ff383d]{padding-top:90px!important}._pt-10[data-v-d3ff383d]{padding-top:100px!important}._pt-11[data-v-d3ff383d]{padding-top:110px!important}._pt-12[data-v-d3ff383d]{padding-top:120px!important}._pt-13[data-v-d3ff383d]{padding-top:130px!important}._pt-14[data-v-d3ff383d]{padding-top:140px!important}._pt-15[data-v-d3ff383d]{padding-top:150px!important}._pt-16[data-v-d3ff383d]{padding-top:160px!important}._pt-17[data-v-d3ff383d]{padding-top:170px!important}._pt-18[data-v-d3ff383d]{padding-top:180px!important}._pt-19[data-v-d3ff383d]{padding-top:190px!important}._pt-20[data-v-d3ff383d]{padding-top:200px!important}._pb-1[data-v-d3ff383d]{padding-bottom:10px!important}._pb-2[data-v-d3ff383d]{padding-bottom:20px!important}._pb-3[data-v-d3ff383d]{padding-bottom:30px!important}._pb-4[data-v-d3ff383d]{padding-bottom:40px!important}._pb-5[data-v-d3ff383d]{padding-bottom:50px!important}._pb-6[data-v-d3ff383d]{padding-bottom:60px!important}._pb-7[data-v-d3ff383d]{padding-bottom:70px!important}._pb-8[data-v-d3ff383d]{padding-bottom:80px!important}._pb-9[data-v-d3ff383d]{padding-bottom:90px!important}._pb-10[data-v-d3ff383d]{padding-bottom:100px!important}._pb-11[data-v-d3ff383d]{padding-bottom:110px!important}._pb-12[data-v-d3ff383d]{padding-bottom:120px!important}._pb-13[data-v-d3ff383d]{padding-bottom:130px!important}._pb-14[data-v-d3ff383d]{padding-bottom:140px!important}._pb-15[data-v-d3ff383d]{padding-bottom:150px!important}._pb-16[data-v-d3ff383d]{padding-bottom:160px!important}._pb-17[data-v-d3ff383d]{padding-bottom:170px!important}._pb-18[data-v-d3ff383d]{padding-bottom:180px!important}._pb-19[data-v-d3ff383d]{padding-bottom:190px!important}._pb-20[data-v-d3ff383d]{padding-bottom:200px!important}._display-flex[data-v-d3ff383d]{display:flex!important}._mr-2-4[data-v-d3ff383d]{margin-right:24px!important}._pb-88[data-v-d3ff383d]{padding-bottom:88px!important}._pre-line[data-v-d3ff383d]{white-space:pre-line}.chat-thumbnail[data-v-d3ff383d]{cursor:pointer}.chat-thumbnail>.image[data-v-d3ff383d]{-o-object-fit:cover;object-fit:cover;border-radius:8px;max-width:200px}.chat-thumbnail>.skelton[data-v-d3ff383d]{aspect-ratio:16/9;cursor:default;background-color:#f0f0f0;border-radius:8px;width:180px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.account-info{flex-direction:column;width:80vw;max-width:910px;max-height:calc(100vh - 80px);padding:2.4rem 3.2rem;display:flex}.account-info>.header{border-bottom:1px solid #e4e3e2;justify-content:space-between;align-items:center;width:100%;height:52px;padding-bottom:1.5rem;display:flex}.account-info>.header>.title{font-size:1.8rem;font-weight:700}.account-info>.header>.tertiary-small-button>.button{color:#fff;background:#323232;border:1px solid #323232;width:160px}.account-info>.user-info-wrapper{justify-content:space-between;align-items:center;gap:4.9rem;margin:2.4rem 0;display:flex}.account-info>.user-info-wrapper>.inner{justify-content:flex-start;align-items:flex-start;gap:2.4rem;width:100%;display:flex}.account-info>.user-info-wrapper>.inner>.icon{text-align:center;position:relative}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.photo{background-color:#f6f5f4;border:1px solid #e4e3e2;border-radius:50%;width:80px;height:80px;display:flex}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.photo.undefined{color:#7a7a7a;cursor:pointer;justify-content:center;align-items:center;font-size:4.2rem;font-weight:700;line-height:180%;display:flex}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.photo.undefined>.icon{-o-object-fit:cover;object-fit:cover;width:60%;height:60%}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.photo:hover{background-color:#e4e3e2;transition:all .3s ease-in-out}.account-info>.user-info-wrapper>.inner>.icon>.action{color:#323232;cursor:pointer;margin-top:.6rem;font-size:1.4rem}.account-info>.user-info-wrapper>.inner>.icon>.action:hover{opacity:.8;transition:all .3s ease-in-out}.account-info>.user-info-wrapper>.inner>.icon>.upload-file{display:none}.account-info>.user-info-wrapper>.inner>.icon>.error-message{color:#d61b2e;width:max-content;margin-top:1rem;font-size:1.2rem;line-height:100%;position:absolute;bottom:-1.6rem}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.close{cursor:pointer;background-color:#fff;border:1px solid #e4e3e2;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:0;right:0}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.close>.icon{width:1rem;height:1rem}.account-info>.user-info-wrapper>.inner>.icon>.photo-wrapper>.close:hover{border:1px solid #7a7a7a;transition:all .3s ease-in-out}.account-info>.user-info-wrapper>.inner>.name{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.4rem;width:340px;display:flex}.account-info>.user-info-wrapper>.inner>.name>.text{color:#7a7a7a;font-size:1.1rem}.account-info>.user-info-wrapper .buttons>.tertiary-small-button>.button{width:228px}.account-info .collaboration-wrapper,.account-info .settings-wrapper,.account-info>.security-wrapper{flex-direction:column;gap:1.6rem;width:100%;margin:1.6rem 0 0;display:flex}.account-info .collaboration-wrapper>.inner,.account-info .settings-wrapper>.inner,.account-info>.security-wrapper>.inner{justify-content:space-between;align-items:center;gap:4.9rem;width:100%;display:flex}.account-info .collaboration-wrapper>.inner:last-child,.account-info .settings-wrapper>.inner:last-child,.account-info>.security-wrapper>.inner:last-child{margin-bottom:2.4rem}.account-info .collaboration-wrapper>.inner>.right,.account-info .settings-wrapper>.inner>.right,.account-info>.security-wrapper>.inner>.right{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.2rem;display:flex}.account-info .collaboration-wrapper>.inner>.right>.label,.account-info .settings-wrapper>.inner>.right>.label,.account-info>.security-wrapper>.inner>.right>.label{color:#323232;font-size:1.6rem}.account-info .collaboration-wrapper .right .text,.account-info .settings-wrapper .right .text,.account-info>.security-wrapper .right .text{color:#7a7a7a;width:500px;font-size:1.3rem;font-weight:500;line-height:1.6}.account-info .collaboration-wrapper .buttons,.account-info .settings-wrapper .buttons,.account-info>.security-wrapper .buttons{flex-direction:column;justify-content:flex-start;align-items:center;gap:.6rem;display:flex}.account-info .collaboration-wrapper .buttons .tertiary-small-button>.button,.account-info .settings-wrapper .buttons .tertiary-small-button>.button,.account-info>.security-wrapper .buttons .tertiary-small-button>.button{width:228px}.account-info .collaboration-wrapper .toggle,.account-info .settings-wrapper .toggle,.account-info>.security-wrapper .toggle{align-self:center;align-items:center;display:flex}.account-info .collaboration-wrapper .right .description{letter-spacing:.05em;margin:0;font-weight:500}.account-info .collaboration-wrapper .status-value{font-size:1.6rem;font-weight:700}.account-info .collaboration-wrapper .status-value.status-active{color:#d61b2e}.account-info .collaboration-wrapper .action-buttons{align-self:center;gap:.8rem;display:flex}.account-info .collaboration-wrapper .action-buttons .action-button.approve-button>.button{width:170px}.account-info .collaboration-wrapper .action-buttons .action-button.reject-button>.button{width:100px}.account-info .collaboration-wrapper .action-buttons .action-button.lock-button>.button{width:150px}.account-info .collaboration-wrapper .action-buttons .action-button.approve-button .button,.account-info .collaboration-wrapper .action-buttons .action-button.lock-button .button{color:#fff;background-color:#323232;border-color:#323232}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.toggle-switch-wrapper{align-items:center;gap:1.2rem;display:flex}.toggle-switch-wrapper.is-loading{opacity:.8}.toggle-switch{cursor:pointer;background-color:#e4e3e2;border-radius:12px;width:4.6rem;height:2.4rem;transition:all .3s;position:relative}.toggle-switch.active{background-color:#323232}.toggle-switch.active .toggle-switch-slider{transform:translate(2.2rem)}.toggle-switch.disabled{opacity:.5;cursor:not-allowed}.toggle-switch .toggle-switch-slider{background-color:#fff;border-radius:50%;width:2rem;height:2rem;transition:transform .3s;position:absolute;top:.2rem;left:.2rem}.toggle-switch .loading-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.toggle-switch .loading-container :deep(.loading-ui){transform:scale(.8)}.toggle-switch-label{color:#323232;cursor:pointer;font-size:1.4rem}.toggle-switch-label.disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.email-update-modal{flex-direction:column;gap:2rem;width:416px;padding:3.8rem;display:flex}.email-update-modal>.text{color:#323232;font-size:1.6rem;font-weight:400;line-height:180%}.email-update-modal>.current>.label{color:#7a7a7a;font-size:1.1rem;font-weight:700;line-height:150%}.email-update-modal>.current>.email{color:#323232;font-size:1.5rem;font-weight:700;line-height:150%}.email-update-modal>.form{flex-direction:column;gap:2rem;width:100%;display:flex}.email-update-modal>.form>.primary-button{width:100%;margin-top:1.8rem}.email-update-modal>.form>.primary-button>.button{width:100%;height:56px}.email-update-modal>.form>.inner-wrapper{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.2rem;display:flex}.email-update-modal>.form>.inner-wrapper>.link{color:#7a7a7a;cursor:pointer;font-size:1.4rem;text-decoration:underline}.email-update-modal>.form>.inner-wrapper>.link:hover{opacity:.8;transition:all .3s ease-in-out}.email-update-modal>.secondary-close-button{margin-top:1.8rem}.email-update-modal>.secondary-close-button>.button{width:100%;height:56px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}@media only screen and (width<=767px){._pc-only{display:block!important}}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}@media only screen and (width<=767px){._sp-only{display:none!important}}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}.password-update-modal{flex-direction:column;gap:2rem;width:416px;padding:3.8rem;display:flex}.password-update-modal>.rules>.label{color:#7a7a7a;font-size:11px;font-weight:700}.password-update-modal>.rules>.text{margin-top:.6rem;font-size:12px;font-weight:500}.password-update-modal>.title{color:#323232;font-size:1.8rem;font-weight:500;line-height:180%}.password-update-modal>.text{color:#323232;font-size:1.6rem;font-weight:400;line-height:180%}.password-update-modal>.form{flex-direction:column;gap:2rem;width:100%;display:flex}.password-update-modal>.form>.primary-button{width:100%;margin-top:1.8rem}.password-update-modal>.form>.primary-button>.button{width:100%;height:56px}.password-update-modal>.form>.error{text-align:left;color:#d61b2e;margin-top:1rem;font-size:1.2rem}.password-update-modal>.secondary-close-button{margin-top:1.8rem}.password-update-modal>.secondary-close-button>.button{width:100%;height:56px}body{--primary-test:#323232;--background-test:#fff}.dark-mode body{--primary-test:#ebf4f1;--background-test:#091a28}._skeleton{background-color:#f5f5f5;animation:1.5s ease-in-out infinite skeleton-glow}.basic-enter-active,.basic-leave-active,.doclist-enter-active,.doclist-leave-active{transition:height .3s}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0;font-size:100%}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{vertical-align:baseline;background:0 0;margin:0;padding:0;font-size:100%}ins{text-decoration:none}ins,mark{color:#000;background-color:#ff9}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{cursor:help;border-bottom:1px dotted}table{border-spacing:0;border-collapse:collapse}hr{border:0;border-top:1px solid #ccc;height:1px;margin:1em 0;padding:0;display:block}input,select{vertical-align:middle}button,input,select,textarea{appearance:none;font:inherit;background:0 0;border:none;border-radius:0;outline:none}textarea{resize:vertical}input[type=checkbox],input[type=radio]{display:none}button,input[type=button],input[type=submit],select{cursor:pointer}select::-ms-expand{display:none}.custom-scroll-h{padding-bottom:5px}.custom-scroll-h::-webkit-scrollbar{width:18px;height:4px}.custom-scroll-h::-webkit-scrollbar-thumb{scrollbar-width:thin;background:#7a7a7a;border-radius:8px}.custom-scroll-h::-webkit-scrollbar-track{background:#f6f5f4;border-radius:8px;margin-top:4px;margin-bottom:4px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{display:none}img{-o-object-fit:cover;object-fit:cover}html{font-size:62.5%}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}body{color:#323232;-webkit-font-smoothing:antialiased;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:120%}._pc-only{display:none!important}@media only screen and (width<=767px){._pc-only{display:block!important}}._pc-only-flex{display:none!important}@media only screen and (width<=767px){._pc-only-flex{display:flex!important}}._sp-only{display:block!important}@media only screen and (width<=767px){._sp-only{display:none!important}}._sp-only-flex{display:flex!important}@media only screen and (width<=767px){._sp-only-flex{display:none!important}}._ml-1{margin-left:10px!important}._ml-2{margin-left:20px!important}._ml-3{margin-left:30px!important}._ml-4{margin-left:40px!important}._ml-5{margin-left:50px!important}._ml-6{margin-left:60px!important}._ml-7{margin-left:70px!important}._ml-8{margin-left:80px!important}._ml-9{margin-left:90px!important}._ml-10{margin-left:100px!important}._ml-11{margin-left:110px!important}._ml-12{margin-left:120px!important}._ml-13{margin-left:130px!important}._ml-14{margin-left:140px!important}._ml-15{margin-left:150px!important}._ml-16{margin-left:160px!important}._ml-17{margin-left:170px!important}._ml-18{margin-left:180px!important}._ml-19{margin-left:190px!important}._ml-20{margin-left:200px!important}._mr-1{margin-right:10px!important}._mr-2{margin-right:20px!important}._mr-3{margin-right:30px!important}._mr-4{margin-right:40px!important}._mr-5{margin-right:50px!important}._mr-6{margin-right:60px!important}._mr-7{margin-right:70px!important}._mr-8{margin-right:80px!important}._mr-9{margin-right:90px!important}._mr-10{margin-right:100px!important}._mr-11{margin-right:110px!important}._mr-12{margin-right:120px!important}._mr-13{margin-right:130px!important}._mr-14{margin-right:140px!important}._mr-15{margin-right:150px!important}._mr-16{margin-right:160px!important}._mr-17{margin-right:170px!important}._mr-18{margin-right:180px!important}._mr-19{margin-right:190px!important}._mr-20{margin-right:200px!important}._mt-1{margin-top:10px!important}._mt-2{margin-top:20px!important}._mt-3{margin-top:30px!important}._mt-4{margin-top:40px!important}._mt-5{margin-top:50px!important}._mt-6{margin-top:60px!important}._mt-7{margin-top:70px!important}._mt-8{margin-top:80px!important}._mt-9{margin-top:90px!important}._mt-10{margin-top:100px!important}._mt-11{margin-top:110px!important}._mt-12{margin-top:120px!important}._mt-13{margin-top:130px!important}._mt-14{margin-top:140px!important}._mt-15{margin-top:150px!important}._mt-16{margin-top:160px!important}._mt-17{margin-top:170px!important}._mt-18{margin-top:180px!important}._mt-19{margin-top:190px!important}._mt-20{margin-top:200px!important}._mb-1{margin-bottom:10px!important}._mb-2{margin-bottom:20px!important}._mb-3{margin-bottom:30px!important}._mb-4{margin-bottom:40px!important}._mb-5{margin-bottom:50px!important}._mb-6{margin-bottom:60px!important}._mb-7{margin-bottom:70px!important}._mb-8{margin-bottom:80px!important}._mb-9{margin-bottom:90px!important}._mb-10{margin-bottom:100px!important}._mb-11{margin-bottom:110px!important}._mb-12{margin-bottom:120px!important}._mb-13{margin-bottom:130px!important}._mb-14{margin-bottom:140px!important}._mb-15{margin-bottom:150px!important}._mb-16{margin-bottom:160px!important}._mb-17{margin-bottom:170px!important}._mb-18{margin-bottom:180px!important}._mb-19{margin-bottom:190px!important}._mb-20{margin-bottom:200px!important}._pl-1{padding-left:10px!important}._pl-2{padding-left:20px!important}._pl-3{padding-left:30px!important}._pl-4{padding-left:40px!important}._pl-5{padding-left:50px!important}._pl-6{padding-left:60px!important}._pl-7{padding-left:70px!important}._pl-8{padding-left:80px!important}._pl-9{padding-left:90px!important}._pl-10{padding-left:100px!important}._pl-11{padding-left:110px!important}._pl-12{padding-left:120px!important}._pl-13{padding-left:130px!important}._pl-14{padding-left:140px!important}._pl-15{padding-left:150px!important}._pl-16{padding-left:160px!important}._pl-17{padding-left:170px!important}._pl-18{padding-left:180px!important}._pl-19{padding-left:190px!important}._pl-20{padding-left:200px!important}._pr-1{padding-right:10px!important}._pr-2{padding-right:20px!important}._pr-3{padding-right:30px!important}._pr-4{padding-right:40px!important}._pr-5{padding-right:50px!important}._pr-6{padding-right:60px!important}._pr-7{padding-right:70px!important}._pr-8{padding-right:80px!important}._pr-9{padding-right:90px!important}._pr-10{padding-right:100px!important}._pr-11{padding-right:110px!important}._pr-12{padding-right:120px!important}._pr-13{padding-right:130px!important}._pr-14{padding-right:140px!important}._pr-15{padding-right:150px!important}._pr-16{padding-right:160px!important}._pr-17{padding-right:170px!important}._pr-18{padding-right:180px!important}._pr-19{padding-right:190px!important}._pr-20{padding-right:200px!important}._pt-1{padding-top:10px!important}._pt-2{padding-top:20px!important}._pt-3{padding-top:30px!important}._pt-4{padding-top:40px!important}._pt-5{padding-top:50px!important}._pt-6{padding-top:60px!important}._pt-7{padding-top:70px!important}._pt-8{padding-top:80px!important}._pt-9{padding-top:90px!important}._pt-10{padding-top:100px!important}._pt-11{padding-top:110px!important}._pt-12{padding-top:120px!important}._pt-13{padding-top:130px!important}._pt-14{padding-top:140px!important}._pt-15{padding-top:150px!important}._pt-16{padding-top:160px!important}._pt-17{padding-top:170px!important}._pt-18{padding-top:180px!important}._pt-19{padding-top:190px!important}._pt-20{padding-top:200px!important}._pb-1{padding-bottom:10px!important}._pb-2{padding-bottom:20px!important}._pb-3{padding-bottom:30px!important}._pb-4{padding-bottom:40px!important}._pb-5{padding-bottom:50px!important}._pb-6{padding-bottom:60px!important}._pb-7{padding-bottom:70px!important}._pb-8{padding-bottom:80px!important}._pb-9{padding-bottom:90px!important}._pb-10{padding-bottom:100px!important}._pb-11{padding-bottom:110px!important}._pb-12{padding-bottom:120px!important}._pb-13{padding-bottom:130px!important}._pb-14{padding-bottom:140px!important}._pb-15{padding-bottom:150px!important}._pb-16{padding-bottom:160px!important}._pb-17{padding-bottom:170px!important}._pb-18{padding-bottom:180px!important}._pb-19{padding-bottom:190px!important}._pb-20{padding-bottom:200px!important}._display-flex{display:flex!important}._mr-2-4{margin-right:24px!important}._pb-88{padding-bottom:88px!important}._pre-line{white-space:pre-line}.account-delete-modal{flex-direction:column;gap:2rem;width:416px;padding:3.8rem;display:flex}.account-delete-modal>.title{color:#323232;font-size:1.8rem;font-weight:500;line-height:180%}.account-delete-modal>.text{color:#323232;font-size:1.6rem;font-weight:400;line-height:180%}.account-delete-modal>.form{flex-direction:column;gap:2rem;width:100%;margin-top:1.8rem;display:flex}.account-delete-modal>.form>.primary-button,.account-delete-modal>.form>.secondary-button{width:100%}.account-delete-modal>.form>.primary-button>.button,.account-delete-modal>.form>.secondary-button>.button{width:100%;height:56px}
