:root{--w-main: clamp(0px, 1200px, 90vw);--m-main: clamp(0px, 1100px, 90vw);--s-main: clamp(5vw, calc(50vw - 600px), 100vw);--s-min: min(5vw, 3rem);--h-main: calc(100vh - 50px);--font-size-biggest: 4rem;--font-size-hero: 1.8rem;--font-size-h1: 1.6rem;--font-size-base: 1rem;--font-size-smaller: 1rem;--btn-padding: 25px 50px}@media (max-width: 768px){:root{--font-size-biggest: 1.8rem;--font-size-hero: 1.6rem;--font-size-h1: 1.4rem;--font-size-base: 1.2rem;--font-size-smaller: 1rem;--btn-padding: 15px 30px}}.modal-wrapper:not(.initial-show){display:none}.modal-wrapper:not(.initial-show) .modal-bg,.modal-wrapper:not(.initial-show) .modal{opacity:0}.modal-bg{content:'';width:100vw;height:100vh;left:0;top:0;position:absolute;background-color:rgba(200,200,200,0.3);backdrop-filter:blur(5px);transition:opacity 0.3s ease;z-index:88}.modal-bg.second-modal-bg{z-index:109}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);z-index:3;transition:opacity 0.15s ease;background-color:#fff;padding:24px 30px 30px;border-radius:8px;z-index:99;max-width:95%;max-height:90%;overflow-y:auto}.modal::-webkit-scrollbar{width:0}.modal::-webkit-scrollbar-track{background:var(--transparent);border:none;box-shadow:none}.modal::-webkit-scrollbar-thumb{box-shadow:none}.modal.second-modal{box-shadow:0 0 300px -80px var(--primary-black);z-index:119}.modal:not(.auto-modal){width:390px}.modal.auto-modal{max-height:100%}.modal.larger-modal{width:550px}.modal.large-modal{width:650px}.modal.small-modal{width:360px}.modal.image-modal{display:inline-block;width:auto;height:auto;background-color:var(--transparent);padding:0;border-radius:0}.modal.image-modal img{max-height:90vh;max-width:90vw;height:auto;width:auto}.modal .heading-wrapper{display:flex;margin-bottom:20px;justify-content:space-between;align-items:center}.modal .modal-content>.tab-wrapper{border-bottom:2px solid #eee}.modal .modal-content>.tab-wrapper .tab.current{color:var(--primary);position:relative;font-weight:bold}.modal .modal-content>.tab-wrapper .tab.current::after{content:'';position:absolute;height:2px;width:100%;background-color:var(--primary);bottom:-2px;left:0}.modal-menu{display:flex;gap:0.5rem;justify-content:flex-end}.modal .form:not(.scroll-form-wrapper){padding-top:15px}.modal .button-wrapper{display:flex;justify-content:flex-end;gap:0.5rem}.modal .form .error-text{margin-bottom:4px}.context-menu-wrapper{position:absolute;display:none;top:calc(100% + 15px);z-index:199}.context-menu-wrapper.left{left:0}.context-menu-wrapper.right{right:0}.context-menu{background-color:#fff;box-shadow:2px 2px 10px rgba(0,0,0,0.1);padding:8px 8px 8px;border-radius:4px;width:240px;transition:opacity 0.15s ease;opacity:0;font-size:var(--small)}.context-menu.small{box-shadow:0 0 30px 5px #eee;width:120px;padding:8px 18px;font-weight:400;border-radius:5px}.context-menu.smaller{box-shadow:0 0 30px 5px #eee;width:160px;padding:12px 20px;border-radius:5px}.context-menu .menu-section:not(:first-child){margin-top:4px}.context-menu .menu-section .section-title{font-size:var(--smallest);font-weight:700;color:var(--primary-black);margin-bottom:4px;padding:8px 8px;background-color:var(--action-grey);border-radius:3px}.context-menu ul{margin:0;padding:0}.context-menu ul li{padding:10px 0;border-bottom:1px solid #eee;padding-left:6px}.context-menu ul li:last-child{border-bottom:none}.context-menu ul li a{display:flex;align-items:center;color:var(--black);text-decoration:none}.context-menu ul li a:hover{color:var(--primary)}.context-menu.small .menu-section ul li,.context-menu.small>ul li{padding:8px 0}.context-menu.smaller .menu-section ul li,.context-menu.smaller>ul li{padding:8px 0}.tab-wrapper{background-color:var(--dark-white);display:flex}.tab-wrapper .tab{line-height:2.5;padding:0 20px;color:var(--light-black);cursor:pointer;transition:0.3s ease-out}.tab-wrapper .tab:hover{background-color:var(--action-grey)}.large-tab-wrapper{border-radius:15px;padding:5px}.large-tab-wrapper .tab{line-height:3.6;border-radius:10px;padding:0 40px}.tab-content-wrapper{width:100%}.tab-menu{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.6rem;border-bottom:2px solid #eee}.tab-menu>.tab-wrapper .tab{line-height:3.2}.tab-menu>.tab-wrapper .tab:hover{color:var(--primary-black)}.tab-menu>.tab-wrapper .tab.current{color:var(--primary);position:relative;font-weight:bold}.tab-menu>.tab-wrapper .tab.current::after{content:'';position:absolute;height:2px;width:100%;background-color:var(--primary);bottom:-2px;left:0}.tab-menu:last-of-type{display:flex}.tabular-navigator{display:inline-flex;border:1px solid var(--line-grey);border-radius:6px;overflow:hidden}.tabular-navigator__tab-trigger{padding:0.8rem 1.6rem;background:#fff;border:none;border-right:1px solid var(--line-grey);font-family:inherit;font-size:var(--small);font-weight:500;color:var(--text-grey);cursor:pointer;transition:all 0.2s ease}.tabular-navigator__tab-trigger:last-child{border-right:none}.tabular-navigator__tab-trigger:hover{background-color:var(--action-grey)}.tabular-navigator__tab-trigger--active{background-color:var(--primary);color:#fff;font-weight:700}#snackbar-container{position:fixed;right:15px;top:15px;z-index:1999;display:flex;flex-direction:column;align-items:flex-end}.snackbar{visibility:hidden;min-width:70px;background-color:#096b5a;color:#fff;font-weight:500;text-align:center;border-radius:5px;padding:15px;position:relative;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.snackbar-error{background-color:var(--red);color:#fff}.snackbar .snackbar-close{margin-left:5px;cursor:pointer}.snackbar .snackbar-close>*{width:20px;height:20px}.snackbar.show{visibility:visible;-webkit-animation:fadein 0.5s, fadeout 3s 4s;animation:fadein 0.5s, fadeout 3s 4s}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.drawer-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.drawer-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.2s}.drawer{position:absolute;top:0;right:0;width:400px;height:100%;background:#fff;transform:translateX(100%);transition:transform 0.2s;box-shadow:-2px 0 10px rgba(0,0,0,0.1);display:flex;flex-direction:column}.drawer-header{padding:20px;border-bottom:1px solid var(--line-grey);display:flex;justify-content:space-between;align-items:center}.drawer-header h3{margin:0;font-size:var(--h3);color:var(--primary-black)}.drawer-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-grey)}.drawer-close-btn:hover{color:var(--primary-black)}.drawer-content{flex:1;padding:20px;overflow-y:auto}.flex-tag-wrapper{display:flex;gap:4px}.simple-tag{background-color:var(--white-grey);color:var(--primary-black);padding:0.3rem 0.7rem 0.4rem;border-radius:4px;font-weight:400;font-size:var(--smaller)}.required-tag{background-color:var(--red);color:#fff;padding:0.1rem 0.5rem 0.15rem;border-radius:4px;font-size:var(--smallest)}form input[type='text']:not(.search-input):not(.cell-editor),form input[type='password'],form input[type='email'],form input[type='number'],form input[type='tel'],textarea{padding:0.75rem 1rem;border:2px solid rgba(252,113,59,0.5);background:#fffefc;font-size:1rem;background-color:#fff;transition:all 0.3s ease;height:42px;resize:vertical;border-radius:4px}input:disabled{background-color:var(--white-grey);cursor:not-allowed}select{border:1px solid var(--light-primary);padding-left:15px;padding-right:30px;background-image:url(/static/images/icon/svg/chevron-down.svg);background-position:right 10px center;background-repeat:no-repeat;background-size:13px 13px}.status-dropdown{position:relative;display:flex;flex-direction:column;align-items:center}.status-dropdown .status-btn{background:none;border:none;padding:0;cursor:pointer}.status-dropdown .status-options{display:flex;flex-direction:column;gap:0.75rem;padding:1rem;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);border-radius:0.375rem;overflow:hidden;transition:all 0.5s ease-in-out;position:absolute;z-index:10;margin-top:2.5rem;max-height:0;opacity:0;pointer-events:none}.status-dropdown .status-options.active{max-height:500px;opacity:1;pointer-events:auto}.status-dropdown .status-label{width:120px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:9999px;cursor:pointer}.status-dropdown .status-label-estimating,.status-dropdown .status-label-not_entered{background-color:var(--white-red)}.status-dropdown .status-label-estimating p,.status-dropdown .status-label-estimating i,.status-dropdown .status-label-not_entered p,.status-dropdown .status-label-not_entered i{color:#ba1a1a}.status-dropdown .status-label-estimate_approved{background-color:#ffeecc}.status-dropdown .status-label-estimate_approved p,.status-dropdown .status-label-estimate_approved i{color:#ff9977}.status-dropdown .status-label-in_progress,.status-dropdown .status-label-billed{background-color:#85d6c1}.status-dropdown .status-label-in_progress p,.status-dropdown .status-label-in_progress i,.status-dropdown .status-label-billed p,.status-dropdown .status-label-billed i{color:#096b5a}.status-dropdown .status-label-completed{background-color:#e3e1e9}.status-dropdown .status-label-ordered,.status-dropdown .status-label-entered{background-color:#dcf0fb}.status-dropdown .status-label-ordered p,.status-dropdown .status-label-ordered i,.status-dropdown .status-label-entered p,.status-dropdown .status-label-entered i{color:#1a2b6b}.status-dropdown .status-label-lost,.status-dropdown .status-label-confirmed{background-color:#e3e1e9}.status-dropdown .status-label-lost p,.status-dropdown .status-label-lost i,.status-dropdown .status-label-confirmed p,.status-dropdown .status-label-confirmed i{color:var(--text-grey)}.datetime-input-wrapper{display:inline-flex;gap:10px}.datetime-input-wrapper input{border:1px solid var(--border-grey);border-radius:4px;padding:0 1rem;height:40px;transition:0.3s ease}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px;padding:0 3.5px}.toggle-switch input[type='checkbox']{display:none}.toggle-switch .toggle-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--secondary);transition:0.4s;border-radius:100px;display:flex;align-items:center}.toggle-switch .toggle-switch-slider:before{position:absolute;content:'';height:15px;width:15px;left:3.5px;background-color:white;transition:0.4s;border-radius:50%}input:checked+.toggle-switch-slider{background-color:var(--primary)}input:checked+.toggle-switch-slider:before{left:calc(100% - 3.5px);transform:translateX(-100%)}.border-radio-group{display:flex;gap:8px}.border-radio-group .border-radio{display:inline-flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:background-color 0.3s, color 0.3s}.border-radio-group .border-radio input[type='radio']+span{display:flex;width:100%;height:100%;color:var(--primary-black);border:1px solid var(--border-grey);padding:10px 20px;border-radius:20px;background-color:white}.border-radio-group .border-radio input[type='radio']:checked+span{background-color:var(--secondary);font-weight:bold}.border-radio-group .border-radio input[type='radio']{display:none}.search-select{position:relative}.search-select .selected-tags{display:flex;flex-wrap:wrap;gap:6px;height:40px;border:1px solid var(--border-grey);background-color:var(--light-sub);border-radius:4px;padding:6px 1rem;padding-right:0;transition:0.3s ease}.search-select .selected-tags .tag{display:inline-flex;align-items:center;padding:4px 8px;background-color:var(--secondary);border:1px solid var(--border-grey);border-radius:4px;font-size:14px;height:26px}.search-select .selected-tags .remove-tag{margin-left:4px;background:none;border:none;color:var(--border-grey);cursor:pointer}.search-select .selected-tags .search-input{border:none;flex:1;outline:none;font-size:14px}.search-select .search-results{position:absolute;background:white;border:1px solid #ccc;border-radius:4px;bottom:44px;max-height:200px;overflow-y:auto;z-index:1000;width:100%;display:none}.search-select .search-results .search-option{padding:8px;cursor:pointer}.search-select .search-results .search-option:hover{background-color:#f0f0f0}.search-select .search-results.active{display:block}.rich-select-wrapper{position:relative;width:100%}.rich-select-wrapper .rich-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--border-grey);background-color:var(--light-sub);border-radius:4px;cursor:pointer;transition:all 0.2s ease;height:36px}.rich-select-wrapper .rich-select-trigger:hover{border-color:#bbb}.rich-select-wrapper .rich-select-trigger.active{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,0.25)}.rich-select-wrapper .rich-select-trigger .rich-select-value{flex:1;color:#333;font-size:14px}.rich-select-wrapper .rich-select-trigger .rich-select-value.placeholder{color:#999}.rich-select-wrapper .rich-select-trigger .rich-select-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #666;transition:transform 0.2s ease;margin-left:8px}.rich-select-wrapper .rich-select-trigger .rich-select-arrow.rotated{transform:rotate(180deg)}.rich-select-wrapper .rich-select-dropdown{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;max-height:300px;overflow:hidden;display:none;margin-top:2px}.rich-select-wrapper .rich-select-dropdown.active{display:block;animation:fadeInDown 0.2s ease}.rich-select-wrapper .rich-select-dropdown .rich-select-search{padding:12px;border-bottom:1px solid #eee;background:#f8f9fa}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;outline:none;font-size:14px;transition:border-color 0.2s ease}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,0.25)}.rich-select-wrapper .rich-select-dropdown .rich-select-search .rich-select-search-input::placeholder{color:#999}.rich-select-wrapper .rich-select-dropdown .rich-select-options{max-height:200px;overflow-y:auto}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option{padding:12px 16px;cursor:pointer;transition:all 0.15s ease;font-size:14px;border-bottom:1px solid #f0f0f0}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option:last-child{border-bottom:none}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option:hover{background-color:#f8f9fa}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.selected{background-color:#007bff;color:white;font-weight:500}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.selected:hover{background-color:#0056b3}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.hidden{display:none}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.no-results{color:#999;font-style:italic;cursor:default}.rich-select-wrapper .rich-select-dropdown .rich-select-options .rich-select-option.no-results:hover{background-color:transparent}.rich-select-wrapper.error .rich-select-trigger{border-color:#dc3545}.rich-select-wrapper.error .rich-select-trigger:hover{border-color:#c82333}.rich-select-wrapper.error .rich-select-trigger.active{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,0.25)}.rich-select-wrapper.disabled .rich-select-trigger{background-color:#f8f9fa;cursor:not-allowed;opacity:0.6}.rich-select-wrapper.disabled .rich-select-trigger .rich-select-value{color:#6c757d}.rich-select-wrapper.disabled .rich-select-trigger .rich-select-arrow{border-top-color:#6c757d}@keyframes fadeInDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rich-select-options::-webkit-scrollbar{width:6px}.rich-select-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.rich-select-options::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.rich-select-options::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.rich-select-wrapper .rich-select-dropdown .rich-select-options{max-height:150px}}.button{display:inline-block;background-color:var(--primary);color:#fff;border-radius:4px;padding:0 18px;text-align:center}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background-color:var(--primary);border:1px solid var(--primary);color:#fff;border-radius:4px;padding:1rem 2rem}.primary-button.small-primary-button{padding:0.5rem 1rem}.primary-button svg{width:22px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;border:1px solid var(--border-grey);border-radius:4px;padding:1rem 2rem}.secondary-button svg{width:22px}.delete-button{color:var(--red);background-color:var(--white-red)}.sub-button{background-color:var(--darker-white);color:var(--black)}.menu-button{cursor:pointer;padding:0.9rem 1.2rem;font-size:var(--p);color:var(--primary-black);transition:0.3s ease;background-color:var(--white-grey);display:inline-flex;gap:4px;white-space:nowrap}.menu-button svg{width:18px}.menu-button.menu-delete-button{background-color:var(--white-red);color:var(--red)}.button[disabled],.disabled-button{display:inline-block;background-color:var(--primary);color:#fff;border-radius:4px;padding:0 18px;text-align:center;background-color:var(--disabled-grey);cursor:not-allowed}.link-text{color:var(--primary);text-decoration:underline;cursor:pointer;transition:color 0.3s ease}.link-text:hover{color:var(--primary-black)}.primary-table{width:100%}.primary-table thead{background-color:var(--light-grey);border-radius:0.125rem}.primary-table thead tr{padding:0.65rem 1rem}.primary-table thead tr th{padding:1.5rem 1rem;text-align:left;font-size:var(--small)}.primary-table tbody td{padding:1rem;text-align:left;border-bottom:1px solid #eee;font-size:var(--small)}.primary-table tbody .name-cell a{border-bottom:1px solid #000000;font-weight:900}.primary-table tbody .action-wrapper{display:inline-flex;gap:0.5rem;align-items:center}.primary-table tbody .action-wrapper svg{cursor:pointer}.year-cell,.number-cell{text-align:center}.simple-table tbody tr{border-top:1px solid var(--line-grey)}.simple-table tr th:first-of-type,.simple-table tr td:first-of-type{padding-left:0}.simple-table tr th:last-of-type,.simple-table tr td:last-of-type{padding-right:0;padding:15px 30px}.simple-table td{color:var(--light-black);vertical-align:middle;padding:15px 30px}.navigation-wrapper{padding-top:50px;padding-right:30px;width:100%}.navigation{display:flex;gap:5px;justify-content:center;align-items:center}.navigation.left-navigation{justify-content:flex-start}.navigation .page{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px}.navigation .page.current{background-color:#dcf0fb;border-radius:50%}.navigation .first-page,.navigation .previous-page,.navigation .next-page,.navigation .last-page{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--grey);margin:0 0.75rem}.desc{line-height:1.6}.sub-text{color:var(--sub-text)}.breadcrumb{display:flex;padding:15px 0;padding-left:var(--s-min);border-bottom:1px solid var(--secondary)}.breadcrumb-item{color:var(--primary)}.breadcrumb-item:not(:last-child)::after{content:'>';color:var(--primary);margin:0 8px}.breadcrumb-item:last-child{font-weight:400}.simple-box-wrapper{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem}.simple-box-wrapper .box{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);padding:3rem;width:100%;max-width:600px}.simple-box-wrapper .box.small-box{max-width:500px;padding:2.5rem}.simple-box-wrapper .box .heading-wrapper{text-align:center;margin-bottom:2rem}.simple-box-wrapper .box .heading-wrapper .heading{font-family:source-han-sans-japanese,sans-serif;font-weight:700;font-size:1.4rem;color:#000;margin:0}.simple-box-wrapper .box .hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.simple-box-wrapper .box .desc{font-family:dnp-shuei-mgothic-std,sans-serif;font-size:1rem;line-height:1.6;color:#374151;margin-bottom:2rem;text-align:center}.simple-box-wrapper .box .desc.auto-wrap{word-wrap:break-word}.simple-box-wrapper .box .link{color:#fc713b;text-decoration:none;font-weight:500}.simple-box-wrapper .box .link:hover{text-decoration:underline}.simple-box-wrapper .box .form{text-align:center}.simple-box-wrapper .box .form .form-group{text-align:left;margin-bottom:2rem}.simple-box-wrapper .box .form .form-group .form-label{display:block;font-family:source-han-sans-japanese,sans-serif;font-weight:700;font-size:1.1rem;color:#000;margin-bottom:0.5rem}.simple-box-wrapper .box .form .form-group input[type="email"],.simple-box-wrapper .box .form .form-group input[type="text"],.simple-box-wrapper .box .form .form-group input[type="password"]{width:100%}.simple-box-wrapper .box .form .form-group input[type="email"]:focus,.simple-box-wrapper .box .form .form-group input[type="text"]:focus,.simple-box-wrapper .box .form .form-group input[type="password"]:focus{outline:none;border-color:#fb4d09;box-shadow:0 0 0 2px rgba(252,113,59,0.1)}.simple-box-wrapper .box .form .form-group input[type="email"]::placeholder,.simple-box-wrapper .box .form .form-group input[type="text"]::placeholder,.simple-box-wrapper .box .form .form-group input[type="password"]::placeholder{color:#9ca3af}.simple-box-wrapper .box .form .button-wrapper{text-align:center;margin-top:2rem}.simple-box-wrapper .box .form .button{background-color:#fc713b;color:#fff;border:none;border-radius:10px;padding:1rem 2rem;font-family:dnp-shuei-mgothic-std,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s;width:100%;max-width:300px}.simple-box-wrapper .box .form .button:hover{background-color:#fb4d09;transform:translateY(-1px)}.simple-box-wrapper .box .form .button:active{transform:translateY(0)}.simple-box-wrapper .box .form .button.loading-button-js{position:relative}.simple-box-wrapper .box .form .button.loading-button-js:disabled{opacity:0.7;cursor:not-allowed}@media (max-width: 768px){.simple-box-wrapper{padding:1rem;min-height:50vh}.simple-box-wrapper .box{padding:2rem 1.5rem}.simple-box-wrapper .box.small-box{padding:2rem 1.5rem}.simple-box-wrapper .box .heading-wrapper .heading{font-size:1.2rem}.simple-box-wrapper .box .desc{font-size:.9rem}}.header{position:sticky;top:0;z-index:1000;background-color:#fff}.header_container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:30px;height:70px}@media (max-width: 768px){.header_container{justify-content:flex-end}}.header_nav{display:flex;align-items:center}@media (max-width: 768px){.header_nav{display:none}}.header_nav-list{display:flex;list-style:none;margin:0;padding:0;gap:30px}.header_nav-item{position:relative}.header_nav-link{display:block;padding:10px 0;color:#000;text-decoration:none;font-weight:500;font-size:var(--font-size-base);transition:color 0.3s ease;position:relative}.header_nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fc713b;transition:width 0.3s ease}.header_nav-link:hover::after{width:100%}.header_hamburger{display:none;position:relative;width:48px;height:48px;border:none;background:transparent;cursor:pointer;z-index:1001}@media (max-width: 768px){.header_hamburger{display:block}}.header_hamburger_line{position:absolute;left:11px;width:26px;height:2px;background-color:#000;transition:all 0.6s}.header_hamburger_line:nth-of-type(1){top:14px}.header_hamburger_line:nth-of-type(2){top:23px}.header_hamburger_line:nth-of-type(3){top:32px}.header_hamburger.active .header_hamburger_line{background-color:#fff}.header_hamburger.active .header_hamburger_line:nth-of-type(1){transform:translateY(9px) rotate(-45deg)}.header_hamburger.active .header_hamburger_line:nth-of-type(2){opacity:0}.header_hamburger.active .header_hamburger_line:nth-of-type(3){transform:translateY(-9px) rotate(45deg)}.header_nav_overlay{display:none}@media (max-width: 768px){.header_nav_overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#4d4d4d;visibility:hidden;opacity:0;transition:all 0.6s;z-index:1000}.header_nav_overlay.active{visibility:visible;opacity:1}.header_nav_overlay_content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.header_nav_overlay_list{margin:0;padding:0;list-style:none}.header_nav_overlay_item{opacity:0;transform:translateY(20px);transition:all 0.6s}.header_nav_overlay_item:nth-child(1){transition-delay:0.1s}.header_nav_overlay_item:nth-child(2){transition-delay:0.2s}.header_nav_overlay_item:nth-child(3){transition-delay:0.3s}.header_nav_overlay_item:nth-child(4){transition-delay:0.4s}.header_nav_overlay_item:nth-child(5){transition-delay:0.5s}.header_nav_overlay.active .header_nav_overlay_item{opacity:1;transform:translateY(0)}.header_nav_overlay_link{display:inline-block;padding:20px;color:#fff;font-size:24px;font-family:dnp-shuei-mgothic-std, sans-serif;font-weight:500;text-decoration:none;transition:color 0.3s}.header_nav_overlay_link:hover{color:#fc713b}}.language-switcher{display:flex;align-items:center}@media (max-width: 768px){.language-switcher{position:absolute;right:60px;top:50%;transform:translateY(-50%)}}.language-switcher__form{margin:0}.language-switcher__wrapper{position:relative;display:inline-flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:6px 10px;transition:all 0.3s ease;min-width:100px}.language-switcher__wrapper:hover{border-color:#fc713b;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.language-switcher__wrapper:focus-within{border-color:#fc713b;box-shadow:0 0 0 2px rgba(252,113,59,0.1)}@media (max-width: 768px){.language-switcher__wrapper{padding:4px 8px;min-width:80px}}.language-switcher__label{display:flex;align-items:center;margin-right:6px;cursor:pointer}@media (max-width: 768px){.language-switcher__label{margin-right:4px}}.language-switcher__icon{color:#4b5563;transition:color 0.3s ease;width:16px;height:16px}.language-switcher__wrapper:hover .language-switcher__icon{color:#fc713b}@media (max-width: 768px){.language-switcher__icon{width:14px;height:14px}}.language-switcher__select{appearance:none;background:transparent;border:none;outline:none;font-family:dnp-shuei-mgothic-std,sans-serif;font-size:.9rem;font-weight:500;color:#4d4d4d;cursor:pointer;padding-right:16px;flex:1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 2px center;background-repeat:no-repeat;background-size:12px}.language-switcher__select:hover{color:#fc713b}.language-switcher__select option{padding:6px 8px;font-family:dnp-shuei-mgothic-std,sans-serif}@media (max-width: 768px){.language-switcher__select{font-size:.8rem;padding-right:14px}}
