@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--color-text-main:#33282B;--color-primary: #4169E1;--color-text-muted: #597dea;--color-primary-light: #DEE2F0;--color-secondary: #9c9c9c;--color-border: #C3C3C3;--color-snackbar: #3eb370;--color-snackbar-light: #e9f7ef;--bg-gray-light: #F3F0F0;--bg-gray-lighter: #f8f6f6;--bg-disabled: #dcdcdc;--color-text--error:#cd2323;--color-border--error:#f24d4d;--bg-input-error:#FDF2F4;--font-size-base: 13px;--space-sm: 6px;--space-md: 20px;--font-size-lg: 18px;--font-size-md: 16px;--font-size-sm: 14px;--font-size-xs: 11px;--font-weight-bold: 700;--radius:6px;--input-btn-radius:4px;--radius-popup: 8px}*{margin:0;padding:0;box-sizing:border-box;font-size:var(--font-size-base);color:var(--color-text-main);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif}@media screen and (max-width:767px){*{font-size:14px}}html,body{height:100%;font-style:normal;line-height:1.8}ul,ol{list-style:none}a{text-decoration:none;color:inherit}.text-link{text-decoration:underline}.text-link:hover{text-decoration:none}btn,input,select,textarea{font:inherit;border:none;background:none;outline:none;box-sizing:border-box}table{border-collapse:collapse;border-spacing:0;width:100%}table th,table td{border:1px solid var(--color-border);height:24px;text-align:center}table th{background-color:var(--bg-gray-light);border-bottom:1px solid var(--color-border);width:150px}body,td,th,input,textarea{word-break:normal;overflow-wrap:normal;white-space:normal}.br--sp-only{display:none}@media screen and (max-width:767px){.br--sp-only{display:inline}}.u-text-center{text-align:center}.u-text-left{text-align:left}.mt-0{margin-top:0}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mb-0{margin-bottom:0}.mb-2{margin-bottom:2px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.ml-0{margin-left:0}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}.mr-0{margin-right:0}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}.m-0{margin:0}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-25{margin:25px}.m-30{margin:30px}.m-40{margin:40px}.m-50{margin:50px}.pb-30{padding-bottom:30px}.font-size-lg{font-size:var(--font-size-lg)}.font-size-md{font-size:var(--font-size-md)}.font-size-sm{font-size:var(--font-size-sm)}.font-size-xs{font-size:var(--font-size-xs)}.font-bold{font-weight:var(--font-weight-bold)}.font-color-primary{color:var(--color-primary)}.font-color-error{color:var(--color-text--error)}.font-color-inactive{color:var(--color-secondary)}input{padding:0 4px;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);background-color:#fff}input::placeholder{color:var(--color-secondary);font-size:12px}input[type=checkbox]{appearance:none;background:#fff;border:1px solid var(--color-border);cursor:pointer;height:14px;width:14px}input[type=checkbox]:checked{appearance:auto}textarea{border:1px solid var(--color-border);border-radius:var(--input-btn-radius);box-sizing:border-box;resize:vertical;display:block;padding:6px 4px;line-height:1;background-color:#fff}textarea.form-field__textarea{height:25px;min-height:25px;max-height:300px;box-sizing:border-box;resize:none}.error-input,[type=checkbox].error-input{border:1px solid var(--color-border--error);background:var(--bg-input-error)}select{padding:0 4px;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);background-color:#fff;height:30px;line-height:28px}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--color-secondary)}@media screen and (max-width:1200px){textarea.form-field__textarea{min-width:100%;width:100%}}@media screen and (max-width:767px){input,textarea{font-size:16px}input,textarea{height:36px;vertical-align:middle}textarea.form-field__textarea{height:45px;min-height:45px;box-sizing:border-box;padding-top:12px;padding-bottom:12px;line-height:1.5}}.u-m-h-25{min-height:25px}.u-m-h-30{min-height:30px}.u-h-20{height:20px}.u-h-25{height:25px}.u-h-30{height:30px}.u-m-w-80{min-width:80px}.u-m-w-100{min-width:100px}.u-m-w-150{min-width:150px}.u-m-w-200{min-width:200px}.u-m-w-220{min-width:220px}.u-m-w-250{min-width:250px}.u-m-w-300{min-width:300px}.u-m-w-340{min-width:340px}.u-m-w-390{min-width:390px}.u-m-w-450{min-width:450px}.u-m-w-500{min-width:500px}.u-m-w-600{min-width:600px}.u-m-w-700{min-width:700px}.u-m-w-23p{width:23%}.u-m-w-100p{width:100%}.u-w-50{width:50px}.u-w-75{width:75px}.u-w-100{width:100px}.u-w-125{width:125px}.u-w-150{width:150px}.u-w-175{width:175px}.u-w-200{width:200px}.u-w-250{width:250px}.u-w-300{width:300px}.u-w-350{width:350px}.u-w-400{width:400px}.u-w-450{width:450px}.u-w-500{width:500px}.u-w-600{width:600px}.u-w-700{width:700px}@media screen and (max-width:767px){.u-m-w-700,.form-item,.u-m-w-340,.u-m-w-450,.u-m-w-500{width:100%;min-width:100%}input.u-h-25,textarea.u-h-25,textarea.u-m-h-25,select.u-h-25,input.u-h-30,textarea.u-h-30,select.u-h-30{height:42px}}.bg-primary-light{background-color:var(--color-primary-light)}.btn{display:inline-block;border:none;border-radius:var(--input-btn-radius);font-size:14px;cursor:pointer;text-align:center;background-color:transparent;border:1px solid transparent}.btn.icon-download,.btn.icon-upload{background-repeat:no-repeat;background-position:left 10px center;text-align:left;padding-left:26px}.btn.icon-download{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%20200%20200'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234b4b4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_レイヤー_1-2'%3e%3cpolygon%20class='st0'%20points='180%20140%20180%20180%2020%20180%2020%20140%200%20140%200%20180%200%20200%2020%20200%20180%20200%20200%20200%20200%20180%20200%20140%20180%20140'/%3e%3cpolygon%20class='st0'%20points='117.1%2077.2%20117.1%200%2082.9%200%2082.9%2077.2%2040%2077.2%20100%20150%20160%2077.2%20117.1%2077.2'/%3e%3c/g%3e%3c/svg%3e");background-size:12px}.btn.icon-download.btn--blue-outline{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%20200%20200'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234169e1;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_レイヤー_1-2'%3e%3cpolygon%20class='st0'%20points='180%20140%20180%20180%2020%20180%2020%20140%200%20140%200%20180%200%20200%2020%20200%20180%20200%20200%20200%20200%20180%20200%20140%20180%20140'/%3e%3cpolygon%20class='st0'%20points='117.1%2077.2%20117.1%200%2082.9%200%2082.9%2077.2%2040%2077.2%20100%20150%20160%2077.2%20117.1%2077.2'/%3e%3c/g%3e%3c/svg%3e");background-size:12px}.btn.icon-upload{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%20200%20200'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234b4b4b;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_レイヤー_1-2'%3e%3cpolygon%20class='st0'%20points='180%20140%20180%20180%2020%20180%2020%20140%200%20140%200%20180%200%20200%2020%20200%20180%20200%20200%20200%20200%20180%20200%20140%20180%20140'/%3e%3cpolygon%20class='st0'%20points='160%2072.8%20100%200%2040%2072.8%2082.9%2072.8%2082.9%20150%20117.1%20150%20117.1%2072.8%20160%2072.8'/%3e%3c/g%3e%3c/svg%3e");background-size:12px}.btn.icon-upload.btn--blue-outline{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%20200%20200'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234169e1;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='_レイヤー_1-2'%3e%3cpolygon%20class='st0'%20points='180%20140%20180%20180%2020%20180%2020%20140%200%20140%200%20180%200%20200%2020%20200%20180%20200%20200%20200%20200%20180%20200%20140%20180%20140'/%3e%3cpolygon%20class='st0'%20points='160%2072.8%20100%200%2040%2072.8%2082.9%2072.8%2082.9%20150%20117.1%20150%20117.1%2072.8%20160%2072.8'/%3e%3c/g%3e%3c/svg%3e");background-size:12px}.btn--xs{min-width:60px;height:22px;line-height:20px;padding:0 6px;font-size:var(--font-size-xs)}.btn--sm{min-width:70px;height:24px;line-height:22px;padding:0 8px}.btn--md{min-width:100px;height:24px;line-height:22px;padding:0 10px}.btn--primary-size{min-width:120px;height:30px;line-height:28px;padding:0 10px}.btn-box{display:flex;justify-content:center;align-items:center;gap:20px}.btn-box-left{display:flex;justify-content:start;align-items:center;gap:20px}.btn-box-right{display:flex;justify-content:right;align-items:right;gap:20px}.btn-box--tight{gap:10px}.btn--primary-filled{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}.btn--gray-filled{border-color:var(--color-border);background-color:var(--bg-gray-light);color:var(--color-text-main)}.btn--blue-outline{border-color:var(--color-primary);color:var(--color-primary);background-color:#fff}.btn--gray-outline{border-color:var(--color-border);background-color:#fff}.btn--disabled{border-color:var(--color-border);background-color:var(--color-border);color:var(--bg-gray-light);cursor:not-allowed;pointer-events:none}.btn-back{order:1}.btn-auth{order:2}.btn-resend{order:3}@media screen and (max-width:767px){.btn{font-size:16px}.btn--primary-size{min-width:100%;height:42px;line-height:38px}.btn-box{display:flex;flex-direction:column;gap:16px 10px}.btn-auth{order:1}.btn-resend{order:2}.btn-back{order:3}}.terms-box,.account-error-text--indent{margin-right:auto;margin-left:auto;width:450px}.form-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.form-checkbox span a{color:var(--color-primary)}@media screen and (max-width:767px){.terms-box,.account-error-text--indent{width:80%}.terms-box.mt-10{margin-top:5px}.terms-box.mt-20{margin-top:10px}.form-checkbox{height:24px}}.common-table th,.common-table td{padding:6px;text-align:left;border-left:none;border-right:none}.common-table--center th,.common-table--center td{text-align:center}.create-table{width:80%;margin:auto}.create-table th,.create-table td{border-style:none;padding:8px;text-align:left;margin:auto}.basic-table th,.basic-table td{padding:4px 6px;border-left:none;border-right:none;border-top:none}.basic-table th{position:sticky;top:36px;z-index:2;box-shadow:inset 0 -1px 0 var(--color-border),inset 0 1px 0 var(--color-border);border-bottom:none}@media screen and (max-width:1200px){.common-table,.create-table{width:100%;table-layout:fixed;border-collapse:separate;overflow:visible}.common-table tr,.create-table tr{display:block;width:100%}.common-table td,.create-table td{display:block;width:100%;box-sizing:border-box;padding:0 0 8px;margin-bottom:0;border-style:none}.common-table td:first-child,.create-table td:first-child{order:1;margin-bottom:0}.common-table td:not(:first-child),.create-table td:not(:first-child){order:2;margin-bottom:0;height:auto}.common-table input[type=text],.common-table textarea,.create-table input[type=text],.create-table textarea{width:100%;box-sizing:border-box}}.popup-overlay{display:none;position:fixed;inset:0;background-color:#000000b3;z-index:9999;align-items:flex-start;justify-content:center;padding-top:80px;pointer-events:auto}.popup-overlay:has(.popup-content__heighter){padding-top:40px}.popup-overlay.is-active{display:flex}.popup-content-wrapper{display:flex;margin-top:50px;justify-content:center}.popup-content-wrapper:has(.popup-content__heighter),.popup-content-wrapper:has(.popup-content__map){margin-top:0}.popup-content{background-color:#fff;max-height:calc(100svh - 260px);overflow:auto;padding:20px 20px 24px;position:relative;border-radius:var(--radius-popup);box-shadow:0 4px 16px #00000026;text-align:center;min-width:400px;max-width:660px}.popup-content.popup-content__heighter{max-height:calc(100svh - 80px);max-width:90%}.popup-content.popup-content__flex{display:flex;flex-direction:column}.popup-content__inner{margin-inline:auto;position:relative;text-align-last:left;width:300px}.popup-content__link{display:block;position:absolute;right:0;top:0;text-decoration:underline;width:fit-content}.popup-content__link:hover{text-decoration:none}.field-row{width:300px;margin:10px auto 0}.field-row:has(+.field-row){margin-top:5px}.popup-content--left{text-align:left}.popup-content--right{text-align:right}.popup-content__flex0{flex:0 0 auto}.popup-content__flex{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:auto}.popup-content__flex table{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.popup-content__flex .btn-box{flex:0 0 auto}.popup__content--selector{overflow-y:auto}.popup__content--selector:has(.basic-table){min-height:0}.popup__content--selector td{padding:4px}.popup-content .basic-table th{top:0}.popup-content.popup-content__map{max-height:calc(100svh - 160px);max-width:700px;overflow:hidden}.popup-map{background:var(--color-border);height:calc(100svh - 330px);max-height:300px;width:600px}.form-row{display:flex;align-items:center;gap:20px;margin-top:10px}.form-row__label{min-width:120px;text-align:right}@media screen and (max-width:767px){.popup-content-wrapper{margin-top:0;width:90%}.popup-content{max-height:calc(100svh - 160px);min-width:100%;max-width:100%}}.account-create-box{background-color:var(--bg-gray-light);width:100%;height:100%}.account-create-inner{min-width:700px;width:50%;height:50%;box-sizing:border-box;background-color:#fff;margin:40px auto 0;padding:30px}.account-step{display:flex;align-items:center;justify-content:center;position:relative}.registration-steps{display:flex;flex-wrap:wrap;margin-bottom:20px}.registration-steps__item{flex:1;display:flex;flex-direction:column;text-align:center}.registration-steps__item:before{content:"";position:relative;z-index:1;display:block;width:18px;height:18px;border-radius:50%;margin:0 auto;background-color:var(--color-primary-light)}.registration-steps__item--active:before{background-color:var(--color-primary)}.registration-steps__desc{margin-top:10px}.registration-steps__item:not(:last-child):after{content:"";position:relative;top:9px;left:50%;height:2px;background-color:var(--color-primary-light);order:-1}.registration-steps li.registration-steps__line--active:after{background-color:var(--color-primary)}.account-create-registration-field{width:100%;margin:0 auto}.account-create-title{font-size:var(--font-size-lg)}.account-create-text{margin-bottom:10px;margin-top:10px}.form-notice--time-limit{margin-top:10px}.account-create-section{width:450px;margin-left:auto;margin-right:auto}.account-input--fixed{min-width:450px;height:25px}@media screen and (max-width:1200px){.account-create-inner{min-width:auto;width:90%;margin-top:20px}.account-create-text{margin-top:5px;line-height:1.4;margin-bottom:20px}.registration-steps .registration-steps__item--complete,.registration-steps .registration-steps__item--active{font-size:12px}.account-create-title{margin-bottom:10px}}@media screen and (max-width:767px){.account-create-box{background-color:#fff}.account-create-section{width:100%;box-sizing:border-box}.account-create-inner{margin:0 auto;width:100%;padding:20px}.account-create-registration-field{margin-top:0}.account-input--fixed{width:100%;min-width:100%;height:42px}}.search-open-btn{border-bottom-left-radius:0;border-bottom-right-radius:0}.search-box{display:flex;align-items:center;background:#fff;gap:10px 20px;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);padding:8px;margin-bottom:5px;flex-wrap:wrap}.search-box__wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:start}.search-box__item{align-items:center;display:flex}.search-box__label{margin-right:6px;white-space:nowrap}input[type=checkbox]+.search-box__label{margin-right:0}label.search-box__item,label.search-box__item input[type=checkbox]{cursor:pointer}.main-contents-header{width:100%;height:36px;border-bottom:1px solid var(--color-primary);position:fixed;background-color:#fff;z-index:200;display:flex}.main-contents-header__left,.main-contents-header__center,.main-contents-header__right{display:flex;align-items:center;min-width:0}.main-contents-header__center{position:absolute;left:50%;top:0;height:100%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.main-contents-header__left{flex:1 1 auto;justify-content:flex-start}.main-contents-header__right{flex:1 1 auto;justify-content:flex-end}.btn--logout{text-decoration:underline;padding-right:10px}.btn--logout:hover{text-decoration:none}.logo a img{height:24px;width:auto;padding:7px 0 0 10px}.main-contents-header__center-inner{display:flex;justify-content:center;height:100%;align-items:center;gap:10px}.main-contents-header__center-group-name{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.user-dropdown{margin:10px 20px 0 0;position:relative;display:inline-block;z-index:3000}.user-dropdown__icon .user-icon,.product-dropdown__icon img{width:26px;height:26px;cursor:pointer}.user-dropdown__menu{display:none;padding:20px;background-color:#fff;box-shadow:0 2px 8px #0003;border:1px solid var(--color-border);position:absolute;top:26px;right:0;z-index:3100;min-width:200px;border-radius:var(--radius)}.user-dropdown__menu li{margin-bottom:10px}.user-dropdown__menu li:last-child{margin-bottom:0}.user-dropdown__menu.is-open,.user-dropdown__menu.is-open li a{display:block}.user-dropdown__menu li a:hover{text-decoration:underline}.user-dropdown.product-dropdown{margin:8px 0 0 20px}.user-dropdown__menu.product-dropdown__menu{left:0;min-width:0;padding:10px 20px;right:auto;top:calc(100% - 4px);width:max-content}.product-dropdown__list{border-bottom:1px solid var(--color-border)}.product-dropdown__title{font-weight:var(--font-weight-bold)}.user-dropdown.company-dropdown{margin:0 10px 0 0}.user-dropdown__menu.company-dropdown__menu{max-width:240px;min-width:0;top:calc(100% + 2px);width:max-content}.company-dropdown__name{display:inline-block;cursor:pointer;font-size:var(--font-size-base);line-height:1;margin-top:3px;padding:4px 10px 4px 30px;position:relative}.company-dropdown__name:before{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M4.04,15.8h10.22s.5-.34.5-1.19V2.99s-.28-.8-1-.8H4.24s-1-.02-1,1.24v12.23l.8.14Z'/%3e%3cpath%20class='st1'%20d='M14.26,16.3H3.74c-.55,0-1-.45-1-1V3.2c0-.83.67-1.5,1.5-1.5h9.52c.83,0,1.5.67,1.5,1.5v12.11c0,.55-.45,1-1,1h0ZM14.26,15.3v.5-.5h0ZM4.24,2.7c-.28,0-.5.22-.5.5v12.11h10.52V3.2c0-.28-.22-.5-.5-.5H4.24Z'/%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M8,12.26h2c.27,0,.5.22.5.5v2.67h-3v-2.67c0-.27.22-.5.5-.5Z'/%3e%3c/svg%3e");content:"";height:16px;width:16px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.company-dropdown__name:hover{background:var(--bg-gray-light)}@media screen and (max-width:767px){.main-contents-header{height:46px}.main-contents-header.no-sp{height:36px}.user-dropdown{margin-right:10px}.user-dropdown__icon .user-icon{width:32px;height:32px}.no-sp .user-dropdown__icon .user-icon{height:26px;width:26px}.user-dropdown__menu{top:30px;min-width:260px}.user-dropdown__menu li a{font-size:var(--font-size-md)}}.main-wrapper{display:flex;background-color:var(--bg-gray-lighter);min-height:100vh}.content-wrapper{margin-top:36px;width:98%;transition:margin-left .3s,width .3s;margin-left:auto;margin-right:auto;min-width:0}.content-wrapper__white{background:#fff;min-height:calc(100dvh - 35px);padding:10px 15px 0 20px}.content-wrapper__flex{display:flex;flex-direction:column;height:calc(100dvh - 35px);min-height:0}.content-wrapper__flex .data-table-header__flex{padding-bottom:2px}.nav-wrapper__outer~.content-wrapper{width:100%;margin-left:clamp(220px,220px,300px);margin-right:20px}.nav-wrapper__outer~.content-wrapper.mr-0{margin-right:0}.content-wrapper>:last-child{margin-bottom:0}@media screen and (max-width:1200px){.account-create-title{margin-bottom:10px}}.toggle-btn,.nav-wrapper__open-btn{min-height:40px;padding:11px 0 0 40px;cursor:pointer;position:relative;background-color:var(--bg-gray-light);line-height:1.3;border-bottom:1px solid var(--color-border);border-top:1px solid #fff}.toggle-btn:before{position:relative;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:16px;transform:translateY(-50%);content:"";display:inline-block;width:18px;height:18px;background-size:cover;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23939393;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M9,0h0C13.97,0,18,4.03,18,9h0c0,4.97-4.03,9-9,9h0C4.03,18,0,13.97,0,9h0C0,4.03,4.03,0,9,0Z'/%3e%3cpath%20class='st1'%20d='M10.37,13.93c-.16,0-.33-.05-.47-.16l-5.25-4.18c-.18-.14-.28-.36-.28-.59s.1-.44.28-.59l5.25-4.18c.32-.26.79-.2,1.05.12.26.32.2.8-.12,1.05l-4.51,3.59,4.51,3.59c.32.26.38.73.12,1.05-.15.19-.37.28-.59.28v.02Z'/%3e%3c/svg%3e")}.nav-wrapper__open-btn{display:none}.nav-wrapper__open-btn:before{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23939393;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M9,0h0C13.97,0,18,4.03,18,9h0c0,4.97-4.03,9-9,9h0C4.03,18,0,13.97,0,9h0C0,4.03,4.03,0,9,0Z'/%3e%3cpath%20class='st1'%20d='M10.37,13.93c-.16,0-.33-.05-.47-.16l-5.25-4.18c-.18-.14-.28-.36-.28-.59s.1-.44.28-.59l5.25-4.18c.32-.26.79-.2,1.05.12.26.32.2.8-.12,1.05l-4.51,3.59,4.51,3.59c.32.26.38.73.12,1.05-.15.19-.37.28-.59.28v.02Z'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;position:absolute;top:50%;left:16px;transform:translateY(-50%) rotate(180deg)}.nav-wrapper__inner{min-width:200px;background-color:var(--color-primary-light);height:100%;transition:width .3s,transform .3s}.nav-wrapper__inner.closed{transform:translate(0);width:50px;min-width:50px;overflow:hidden;transition:width .3s,transform .3s;overflow:visible}.nav-wrapper__outer.closed .global-nav .has-children{position:relative}.nav-wrapper__outer{width:12%;width:200px;transition:width .3s,min-width .3s;position:fixed;top:36px;left:0;height:calc(100% - 36px);z-index:100;background-color:var(--color-primary-light);display:flex;flex-direction:column}.nav-wrapper__outer.closed{width:50px;min-width:50px;max-width:50px}.nav-wrapper,.nav-wrapper__inner{height:100%;position:relative;top:0}.nav-wrapper__outer.closed~.content-wrapper{margin-left:70px;width:96%}nav.global-nav ul{width:100%;height:auto}nav.global-nav ul li{min-height:0;padding:0;margin:0;line-height:normal}nav.global-nav ul li a{display:flex;align-items:center;min-height:40px;width:100%;padding:4px 20px 4px 40px;background-color:var(--color-primary-light);position:relative;box-sizing:border-box}nav.global-nav ul li a:before,nav.global-nav ul li a.icon-external-link:after{align-self:flex-start;vertical-align:top}nav.global-nav ul li a span,nav.global-nav ul li a .nav-text{align-self:flex-start;vertical-align:top}nav.global-nav ul li a:before{position:absolute;top:50%;left:16px;transform:translateY(-50%);content:"";display:inline-block;width:18px;height:18px;background-size:cover;background-repeat:no-repeat}nav.global-nav ul li a .nav-text,nav.global-nav ul li a span{margin-top:0;align-self:flex-start}nav.global-nav ul li a.active,nav.global-nav ul li ul li a.active{background-color:var(--color-primary);color:#fff;width:100%}nav.global-nav ul li a:hover,nav.global-nav ul li ul li a:hover{background-color:var(--color-text-muted);color:#fff}nav.global-nav.closed nav.global-nav ul li ul li a:before{width:18px;height:18px;padding-left:0}nav.global-nav.closed ul li ul li a:before{left:16px}.global-nav.closed ul li a{overflow:hidden;text-overflow:ellipsis;padding-left:32px;font-size:0}.global-nav.closed ul li a:before{left:16px}.nav-wrapper__inner.closed nav.global-nav.closed ul li ul{width:198px}.nav-wrapper__inner.closed nav.global-nav.closed ul li ul li a{font-size:inherit;box-sizing:border-box;width:100%;padding:4px 20px 4px 40px}.page-title-wrapper{padding:0 0 10px}.page-title--selected{font-weight:var(--font-weight-bold);border-radius:0 0 0 30px;background-color:var(--bg-gray-lighter);margin-left:auto;box-shadow:-14px 1px 22px -5px #a1a1a1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%20283%20465.17'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23e60033;%20}%20.st1%20{%20fill:%20%23666;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M193.96,13.77C125.35-14.65,46.68,17.94,18.27,86.55c-28.41,68.61,4.17,147.28,72.78,175.69,68.61,28.41,147.28-4.17,175.69-72.78,28.41-68.61-4.17-147.28-72.78-175.69h0ZM92.11,130.81c-17.87-7.41-26.37-27.92-18.97-45.79,7.41-17.87,27.92-26.37,45.79-18.97,17.9,7.42,26.37,27.92,18.97,45.79-7.41,17.87-27.89,26.38-45.79,18.97h0Z'/%3e%3cpath%20class='st1'%20d='M142.5,457.66h0c-14.43,0-26.12-11.7-26.12-26.12v-148.94h52.24v148.94c0,14.43-11.7,26.12-26.12,26.12Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:8px;background-position:left 20px center;padding:4px 10px 6px 35px;min-height:34px}.toggle-select-icon{background-color:var(--bg-gray-lighter);min-height:34px;display:none;box-shadow:-14px 1px 22px -5px #a1a1a1;position:relative;border-radius:0 0 0 30px}.toggle-select-icon:before{position:absolute;top:50%;left:16px;transform:translateY(-50%);content:"";display:inline-block;width:18px;height:18px;background-size:cover;background-repeat:no-repeat}a.nav__icon-external-link:after{align-self:center;flex-shrink:0;margin-left:8px;width:14px;height:14px;background-size:cover;background-repeat:no-repeat;content:"";display:inline-block;position:absolute;right:4px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%209)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234b4b4b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M3.38,0v14.62h14.62V0H3.38ZM16.59,13.22H4.78V1.41h11.81v11.81Z'/%3e%3cpolygon%20class='st0'%20points='1.41%2016.59%201.41%2010.41%201.41%204.78%201.41%203.38%200%203.38%200%2018%2014.62%2018%2014.62%2016.59%2013.22%2016.59%201.41%2016.59'/%3e%3cpolygon%20class='st0'%20points='8.18%2011%2012.33%206.85%2012.33%209.84%2013.73%209.84%2013.73%204.45%208.35%204.45%208.35%205.86%2011.33%205.86%207.19%2010%208.18%2011'/%3e%3c/svg%3e");margin-right:6px}a.nav__icon-external-link.nav__link--disabled:after{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20136)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%239c9c9c;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M3.38,0v14.62h14.62V0H3.38ZM16.59,13.22H4.78V1.41h11.81v11.81Z'/%3e%3cpolygon%20class='st0'%20points='1.41%2016.59%201.41%2010.41%201.41%204.78%201.41%203.38%200%203.38%200%2018%2014.62%2018%2014.62%2016.59%2013.22%2016.59%201.41%2016.59'/%3e%3cpolygon%20class='st0'%20points='8.18%2011%2012.33%206.85%2012.33%209.84%2013.73%209.84%2013.73%204.45%208.35%204.45%208.35%205.86%2011.33%205.86%207.19%2010%208.18%2011'/%3e%3c/svg%3e")}nav.global-nav ul li a.nav__icon-external-link:hover:after{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M3.38,0v14.62h14.62V0H3.38ZM16.59,13.22H4.78V1.41h11.81v11.81Z'/%3e%3cpolygon%20class='st0'%20points='1.41%2016.59%201.41%2010.41%201.41%204.78%201.41%203.38%200%203.38%200%2018%2014.62%2018%2014.62%2016.59%2013.22%2016.59%201.41%2016.59'/%3e%3cpolygon%20class='st0'%20points='8.18%2011%2012.33%206.85%2012.33%209.84%2013.73%209.84%2013.73%204.45%208.35%204.45%208.35%205.86%2011.33%205.86%207.19%2010%208.18%2011'/%3e%3c/svg%3e")}nav.global-nav ul li a.nav__icon-external-link.active:after{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M3.38,0v14.62h14.62V0H3.38ZM16.59,13.22H4.78V1.41h11.81v11.81Z'/%3e%3cpolygon%20class='st0'%20points='1.41%2016.59%201.41%2010.41%201.41%204.78%201.41%203.38%200%203.38%200%2018%2014.62%2018%2014.62%2016.59%2013.22%2016.59%201.41%2016.59'/%3e%3cpolygon%20class='st0'%20points='8.18%2011%2012.33%206.85%2012.33%209.84%2013.73%209.84%2013.73%204.45%208.35%204.45%208.35%205.86%2011.33%205.86%207.19%2010%208.18%2011'/%3e%3c/svg%3e")}.nav-wrapper__inner.closed nav.global-nav ul li a.nav__icon-external-link:after{display:none}.nav-wrapper__inner.closed nav.global-nav ul li a{padding:0}.icon-external-link:after{align-self:center;width:14px;height:14px;content:"";display:inline-block;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%209)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234b4b4b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M3.38,0v14.62h14.62V0H3.38ZM16.59,13.22H4.78V1.41h11.81v11.81Z'/%3e%3cpolygon%20class='st0'%20points='1.41%2016.59%201.41%2010.41%201.41%204.78%201.41%203.38%200%203.38%200%2018%2014.62%2018%2014.62%2016.59%2013.22%2016.59%201.41%2016.59'/%3e%3cpolygon%20class='st0'%20points='8.18%2011%2012.33%206.85%2012.33%209.84%2013.73%209.84%2013.73%204.45%208.35%204.45%208.35%205.86%2011.33%205.86%207.19%2010%208.18%2011'/%3e%3c/svg%3e") no-repeat center/cover;margin-left:6px}.has-children{position:relative}.has-children>ul{display:none;position:absolute;top:0;left:100%;min-width:180px;background:#fff;box-shadow:0 2px 8px #00000014;border:1px solid #ddd;z-index:10}.has-children.open>ul{display:block}.has-children:hover>ul,.has-children:focus-within>ul{display:block}.has-children>a,.has-children>a:visited{transition:background .2s}.has-children:hover>a,.has-children:focus-within>a,.has-children>ul li:hover~a,.has-children>ul:hover~a{background-color:var(--color-text-muted);color:#fff}.has-children ul{box-shadow:7px 11px 15px -5px #777}nav.global-nav ul li a.nav__link--disabled{pointer-events:none;cursor:default;background-color:var(--bg-gray-light);color:var(--color-border)}.account-error-text{color:var(--color-text--error);text-align:left;font-size:var(--font-size-xs);min-height:1em;display:block;width:100%;box-sizing:border-box;margin:0;padding:0}.form-label{margin-top:10px}.required-mark{color:var(--color-text--error)}@media screen and (max-width:767px){.account-error-text{font-size:var(--font-size-sm)}}.align-box{display:flex}.align-box--right{margin-left:auto;justify-content:flex-end;gap:4px 10px;flex-wrap:wrap}.action-menu__trigger{display:flex;align-items:center;justify-content:right;background:none;border:none;cursor:pointer;padding:0 20px 0 0;position:relative;width:40px;height:30px}.action-menu__trigger img{width:4px;height:auto;object-fit:contain}.action-menu{display:flex;justify-content:flex-end;align-items:center;position:relative}.action-menu__list{position:absolute;top:26px;right:17px;z-index:10;display:none;min-width:80px;background-color:#fff;box-shadow:0 2px 8px #0003;border:1px solid #ddd;padding:8px 0;border-radius:var(--radius);align-items:flex-end}.action-menu__list.is-active{display:block}.action-menu__list li a{display:block;padding:4px 14px;white-space:nowrap}.action-menu__list li a:hover{background-color:var(--bg-gray-light)}.snackbar-error,.snackbar-ok{border-radius:var(--radius);box-shadow:0 2px 6px #0003;color:var(--color-text-main);font-size:var(--font-size-sm);max-width:1200px;opacity:0;padding:1em 1em 1em 3.5em;pointer-events:none;position:fixed;top:50px;left:calc(50% + 100px);transform:translate(-50%,-8px);transition:opacity .25s ease,transform .25s ease,visibility 0s .25s;visibility:hidden;width:calc((100% - 200px)*.6);z-index:9999}.snackbar-error{background-color:var(--bg-input-error);border:1px solid var(--color-border--error)}.snackbar-ok{background-color:var(--color-snackbar-light);border:1px solid var(--color-snackbar)}.snackbar-error.is-active,.snackbar-ok.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%);transition:opacity .25s ease,transform .25s ease,visibility 0s}.snackbar-error__icon,.snackbar-ok__icon{border-radius:50%;display:inline-block;height:22px;position:absolute;left:1em;top:49%;transform:translateY(-50%);width:22px}.snackbar-error__icon{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cg%20transform='translate(-360%20-1236)'%3e%3ccircle%20cx='8'%20cy='8'%20r='8'%20transform='translate(360%201236)'%20fill='%23f24d4d'/%3e%3cline%20x2='7.2'%20y2='7.2'%20transform='translate(364.6%201240.6)'%20fill='none'%20stroke='%23fff'%20stroke-width='1.5'/%3e%3cline%20x1='7.2'%20y2='7.2'%20transform='translate(364.6%201240.6)'%20fill='none'%20stroke='%23fff'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") no-repeat center/contain}.snackbar-ok__icon{background-color:var(--color-snackbar)}.snackbar-ok__icon:before{border-bottom:2px solid white;border-left:2px solid white;content:"";height:5px;position:absolute;left:23%;top:27%;transform:rotate(-38deg);width:10px}@media screen and (max-width:1200px){.snackbar-error,.snackbar-ok{width:calc((100% - 200px)*.8)}}@media screen and (max-width:767px){.snackbar-error,.snackbar-ok{left:50%;width:90%}}.terms-wrapper{padding:0 1em;position:relative;text-align:left}.terms-inner p+p{margin-top:5px}.terms-date{padding-top:1em;text-align:right}.terms-consent{background-color:#fff;padding:3em 0 2em;position:sticky;bottom:0;left:0;transform:translateY(2em)}.terms-consent:before{background-color:var(--color-border);content:"";height:1px;position:absolute;top:10%;right:0;width:100%}.terms-box{min-width:450px;width:50%;box-sizing:border-box;background-color:#fff;text-align:center}.terms-box--inapp{min-width:450px;width:50%;box-sizing:border-box;background-color:#fff;text-align:center;padding:20px;margin:30px auto 20px}@media screen and (max-width:1200px){.terms-box,.terms-box--inapp{min-width:auto;width:450px;margin-top:20px}}@media screen and (max-width:767px){.terms-box,.terms-box--inapp{margin:0 auto;width:100%;padding:10px}.terms-box--inapp .terms-inner.mt-30{margin-top:20px}}.table-scroll__wrapper{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.table-scroll{min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.data-table-search{box-shadow:0 4px 16px #00000026;border-top-left-radius:0;padding:20px;position:absolute;left:0;top:calc(100% - 1px);z-index:1000}.popup-content .data-table-search{border-top-left-radius:var(--input-btn-radius);padding:10px;position:relative;box-shadow:none;top:auto;left:auto}.data-table-search__icon,.data-table-setting__icon{display:block;cursor:pointer;position:relative;height:18px;width:18px}.data-table-search__icon:before,.data-table-setting__icon:before{background:var(--color-text-main);color:#fff;display:none;font-size:11px;font-weight:400;line-height:1;padding:5px 0;position:absolute;right:0;top:100%;text-align:center;z-index:200}.search-box.data-table-search{flex:0 0 auto}.search-box.data-table-search[hidden]{display:none}.data-table-setting__icon img{width:20px}.data-table{border-collapse:separate;min-width:100%;table-layout:fixed;width:max-content}.data-table th,.data-table td{border:none;border-bottom:1px solid var(--color-border);height:26px;line-height:1.25;padding:3px 8px;vertical-align:middle}table.data-table th{width:auto}.data-table thead th{border-bottom:none;position:sticky;top:0;-webkit-user-select:none;user-select:none;white-space:normal;z-index:5}.data-table thead th>*{z-index:1}.data-table thead th:before{border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border);content:"";pointer-events:none;position:absolute;left:0;top:0;height:calc(100% - 2px);width:100%;z-index:0}.data-table-sort{display:inline-block;margin-right:5px;padding-left:18px}.data-table-sort__icon{cursor:pointer;display:inline-block;height:13px;width:13px;position:relative;top:1px}.data-table-sort__icon img{transition:transform .2s ease}.data-table-sort__icon.is-desc img{transform:scaleY(-1)}.data-table td .error-input{margin-bottom:2px}.input-thin{height:20px;text-align:center}.data-table__inactive td,.data-table__inactive .cell-text{color:var(--color-border)}.data-table td .btn--xs{font-size:var(--font-size-base);height:18px;line-height:1.25}.data-table-link{position:relative}.data-table-link:hover:before{content:"";height:1px;width:100%;position:absolute;bottom:0;left:0}.data-table-link.font-color-primary:hover:before{background:var(--color-primary)}.data-table-link.font-color-error:hover:before{background:var(--color-text--error)}.data-table thead th.sticky-col{background:var(--bg-gray-light);position:sticky;z-index:10}.data-table td.sticky-col{position:sticky;background:#fff;z-index:4}.sticky-col.first{left:var(--sticky-left, 0px)}.sticky-col.last{right:var(--sticky-right, 0px)}.sticky-col.last-50{right:50px}.sticky-col__border.first:after{background:var(--color-border);content:"";height:100%;width:1px;position:absolute;right:-1px;top:0}.sticky-col__border.last:after{background:var(--color-border);content:"";height:100%;width:1px;position:absolute;left:-1px;top:0}.data-table-footer{flex:0 0 auto;padding:5px 0 10px}.data-table-footer .data-table-footer__flex{border:1px solid var(--color-border);border-radius:var(--radius);padding:10px}[data-hidden=true]{display:none}.cols-list{display:flex;flex-direction:column;gap:8px;overflow:auto}.col-drag-handle{align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);display:flex;gap:5px;padding:10px}.col-drag-handle.first,.col-drag-handle.last{display:none}.col-drag-handle.draggable{cursor:move}.col-drag-handle.is-hidden{background:var(--bg-gray-light)}.col-label{align-items:center;display:flex;gap:5px;width:fit-content}.col-label input,.col-label__name{display:inline-block;line-height:1}[data-role=splitter]{width:0;height:0;padding:0;margin:0;border:0}.table-wrapper--fixed-header{width:100%;z-index:5}.table-wrapper--fixed-header thead{position:sticky;top:35px;z-index:6}.new-create-table th,.new-create-table td{padding:6px;text-align:left;border-left:none;border-right:none}.tab-switch__content .new-create-table th,.tab-switch__content .new-create-table td{border-top:none}.new-create-table th{background:#fff;width:250px}.new-create-input{height:25px;width:500px}.new-create-input__half{height:25px;width:245px}.new-create-input__half-error{width:245px}.new-create-input__chips{height:25px;width:150px;padding-right:18px}.new-create-textarea{height:80px;width:500px}.new-create-flex{display:flex;flex-wrap:wrap;gap:5px 10px}.flex-box{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:5px;min-height:1em;position:relative;width:100%}.flex-box__inner,.flex-box__center,.flex-box__left,.flex-box__right{align-items:center;display:flex;gap:5px}.flex-box__inner{flex-wrap:wrap;gap:5px 20px}.flex-box__center{justify-content:center;position:absolute;left:50%;top:0;transform:translate(-50%)}.flex-box__center.pagination{flex-wrap:wrap;left:auto;position:relative;transform:none;width:fit-content}.flex-box__left{flex:1 1 auto;flex-wrap:wrap;justify-content:flex-start}.flex-box__left p{line-height:1}.flex-box__right{flex:1 1 auto;justify-content:flex-end}.pagination{gap:5px 10px;text-align:center}.pagination .select-create__input{width:fit-content}.pagination__select{height:25px}.pagination__lead{font-size:var(--font-size-xs);line-height:1;letter-spacing:.02em}.pagination__list{align-items:center;display:flex;gap:5px;justify-content:center}.pagination__item{background:#fff;height:25px;width:25px}.pagination__link{border:1px solid var(--color-secondary);display:block;font-size:12px;height:100%;padding-top:2px;width:100%}.pagination__link.previous,.pagination__link.next{position:relative}.pagination__link.previous:before,.pagination__link.next:before{background:var(--color-secondary);content:"";position:absolute;top:6px;height:12px;width:9px}.pagination__link.previous:before{clip-path:polygon(100% 0,0 50%,100% 100%);left:7px}.pagination__link.next:before{clip-path:polygon(0 0,100% 50%,0 100%);right:6px}.pagination__link.dotted{background:#fff;border:none;pointer-events:none}.pagination__link.active{background:var(--color-primary-light);border-color:var(--color-secondary);color:var(--color-text-main);cursor:default;opacity:.9}.pagination__link:hover{background:var(--color-primary-light);border-color:var(--color-secondary);color:var(--color-text-main);opacity:.9}.pagination__link.previous:hover:before,.pagination__link.next:hover:before{background:var(--color-text-main)}.tab-switch{align-items:center;display:flex;gap:0;text-align:center}.tab-switch__item{border-bottom:2px solid var(--color-primary-light);cursor:pointer;flex:1 1 auto;font-size:var(--font-size-sm);font-weight:700;padding-top:4px}.tab-switch__item:hover,.tab-switch__item.active{border-color:var(--color-primary)}.tab-switch__content{display:none}.tab-switch__content.active,[data-role=tab-viewport]{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.specific-switch{align-items:center;display:flex;gap:20px;padding:0}.specific-switch__inner{align-items:center;display:flex;gap:10px}.specific-switch__arrow{background:#fff;border:1px solid var(--color-secondary);display:inline-block;height:22px;position:relative;width:22px}.specific-switch__arrow:hover{background:var(--color-primary-light)}.specific-switch__arrow:after{background:var(--color-secondary);content:"";height:12px;position:absolute;top:50%;width:8px}.specific-switch__arrow:hover:after{background:var(--color-text-main)}.arrow-left:after{clip-path:polygon(0 50%,100% 0,100% 100%);left:calc(50% - 1px);transform:translate(-50%,-50%)}.arrow-right:after{clip-path:polygon(0 0,100% 50%,0 100%);left:calc(50% + 1px);transform:translate(-50%,-50%)}.specific-switch__link{font-size:var(--font-size-base);margin-right:28px;position:relative}.specific-switch__link.icon-external-link:after{position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.specific-switch__btn{display:block;font-size:var(--font-size-base);height:100%}.calendar-table{border:1px solid var(--color-border)}.calendar-table__header{align-items:center;display:flex;gap:5px;padding:8px}.calendar-table__header select{font-weight:400}.calendar-table__switch{align-items:center;display:flex;justify-content:end}.calendar-table__arrow-left,.calendar-table__arrow-right{background:#939393;border-radius:var(--input-btn-radius);display:inline-block;height:25px;position:relative;width:25px}.calendar-table__arrow-left:after,.calendar-table__arrow-right:after{background:#fff;content:"";height:12px;position:absolute;width:12px}.calendar-table__arrow-left:after{clip-path:polygon(0 50%,100% 0,100% 100%);left:calc(50% - 1px);top:50%;transform:translate(-50%,-50%)}.calendar-table__arrow-right:after{clip-path:polygon(0 0,100% 50%,0 100%);left:calc(50% + 1px);top:50%;transform:translate(-50%,-50%)}.calendar-table tbody th,.calendar-table tbody td{border-left:none;border-right:none;height:calc(1em + 20px);padding:10px;width:calc(1em + 20px)}.calendar-table tbody th{background:#fff}.calendar-table tbody td{cursor:pointer}.calendar-table tbody td:hover{font-weight:var(--font-weight-bold)}.saturday{color:var(--color-text-muted)}.sunday{color:var(--color-border--error)}.checkbox-outer{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.data-table input[type=checkbox]{width:14px;height:14px}.radio-btn{appearance:none;accent-color:var(--color-primary);border:1px solid var(--color-border);border-radius:50%;cursor:pointer;display:inline-block;margin:0;height:16px;width:16px}.radio-btn:checked{appearance:auto}.radio-btn__flex{align-items:center;display:flex;gap:30px}.radio-btn__label{padding-left:20px;position:relative}.radio-btn__label .radio-btn__outer{display:inline-block;position:absolute;left:0;top:3px}.suggest-input__flex{display:flex;flex-wrap:wrap;gap:20px}.suggest-input__flex-column{display:flex;flex-direction:column;gap:10px}.suggest-input__outer{width:fit-content}.suggest-input__outer input{padding-right:18px}.suggest-input__arrow{position:relative}.suggest-input__arrow:after{border-bottom:2px solid var(--color-text-main);border-right:2px solid var(--color-text-main);content:"";height:5px;width:5px;position:absolute;right:6px;top:45%;transform:translateY(-50%) rotate(45deg)}.suggest-list{background:#fff;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);box-shadow:0 2px 8px #0003;display:none;list-style:none;margin:0;max-height:120px;max-width:450px;overflow:auto;position:absolute;left:0;top:calc(100% - 5px);width:100%;z-index:1000}.suggest-list.is-portal{position:fixed;z-index:999999}.suggest-list__item{padding:.5em;cursor:pointer;font-size:var(--font-size-base);line-height:1}.suggest-list__item:hover,.suggest-list__item.is-active{background:var(--bg-gray-light)}.suggest-chips,.table-chips{display:flex;flex-wrap:wrap;gap:10px 20px}.field-row .suggest-chips{gap:0 20px}.chip-suggest,.chip-table{align-items:center;display:inline-flex;gap:4px}.field-row .chip-suggest{margin-top:5px}.chip-suggest__label,.chip-table__label{font-size:var(--font-size-base);line-height:1}.chip-suggest__label{padding-top:1px}.chip-suggest__remove,.chip-table__remove{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cg%20id='_レイヤー_1-2'%3e%3ccircle%20cx='100'%20cy='100'%20r='100'%20fill='%23fff'/%3e%3cpath%20d='M100,18c45.21,0,82,36.79,82,82s-36.79,82-82,82S18,145.21,18,100,54.79,18,100,18M100,0C44.77,0,0,44.77,0,100s44.77,100,100,100,100-44.77,100-100S155.23,0,100,0h0Z'%20fill='%23f24d4d'/%3e%3cpolygon%20points='155.86%20143.13%20112.73%20100%20155.86%2056.87%20143.13%2044.14%20100%2087.27%2056.87%2044.14%2044.14%2056.87%2087.27%20100%2044.14%20143.13%2056.87%20155.86%20100%20112.73%20143.13%20155.86%20155.86%20143.13'%20fill='%23f24d4d'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;border:none;cursor:pointer;height:16px;width:16px}.select-create,.select-create__input{position:relative;width:fit-content}.select-create__input:after{content:"";position:absolute;top:50%;right:6px;width:5px;height:5px;border-bottom:2px solid var(--color-text-main);border-left:2px solid var(--color-text-main);transform:translateY(-75%) rotate(-45deg);pointer-events:none}.select-create__input input{caret-color:transparent;cursor:pointer}.select-create__input select{appearance:none;cursor:pointer;line-height:1;padding-right:18px}.select-create__dropdown{background:#fff;border:1px solid var(--color-border);border-radius:var(--input-btn-radius);box-shadow:0 2px 8px #0003;display:none;margin:0;padding-top:36px;position:absolute;top:calc(100% + 4px);left:0;width:100%;z-index:10}.select-create__dropdown.is-open{display:block}.select-create__btn{font-size:var(--font-size-base);line-height:1;padding:4px 8px 3px;position:absolute;right:4px;top:8px}.btn--blue-outline.select-create__btn.selected{background:var(--color-primary)}.select-create__list{list-style:none;max-height:240px;overflow:auto;width:100%}.select-create__item{align-items:center;display:flex;justify-content:space-between;gap:8px;position:relative}.select-create__item:hover,.select-create__item.selected,.select-create__item:focus-visible{background:var(--bg-gray-light);outline:none}.select-create__label{display:block;padding:6px 30px 4px 8px;width:100%}.select-create__delete{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cg%20id='_レイヤー_1-2'%3e%3ccircle%20cx='100'%20cy='100'%20r='100'%20fill='%23fff'/%3e%3cpath%20d='M100,18c45.21,0,82,36.79,82,82s-36.79,82-82,82S18,145.21,18,100,54.79,18,100,18M100,0C44.77,0,0,44.77,0,100s44.77,100,100,100,100-44.77,100-100S155.23,0,100,0h0Z'%20fill='%23f24d4d'/%3e%3cpolygon%20points='155.86%20143.13%20112.73%20100%20155.86%2056.87%20143.13%2044.14%20100%2087.27%2056.87%2044.14%2044.14%2056.87%2087.27%20100%2044.14%20143.13%2056.87%20155.86%20100%20112.73%20143.13%20155.86%20155.86%20143.13'%20fill='%23f24d4d'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;height:18px;width:18px;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.popup-dropdown__item{align-items:center;display:flex;gap:8px;justify-content:start;width:100%}.popup-dropdown__label{text-align:left}input:disabled,input[type=checkbox]:disabled,.radio-btn.disabled,select:disabled,textarea:disabled{background:var(--bg-disabled);color:var(--color-text-main);cursor:default}.radio-btn.disabled:checked{appearance:none}select:disabled{opacity:1}.content-wrapper__row{align-items:stretch;display:flex;justify-content:space-between}.content-wrapper__inner-home{background:#fff;padding:40px;width:calc(50% - 10px)}.notice-item{border-bottom:1px solid var(--color-border);padding:0 10px;position:relative}.notice-item+.notice-item{margin-top:20px}.notice-label{display:inline-block;font-size:var(--font-size-md);min-width:6em;width:60%}.notice-number{display:inline-block;position:relative;text-align:right;width:40%}.notice-number:has(.notice-btn){padding-right:3.5em}.notice-number span{font-size:var(--font-size-sm)}.notice-link{color:var(--color-border--error);display:inline-block;font-size:20px}.notice-link:hover{opacity:.8}.notice-btn{font-size:var(--font-size-xs);position:absolute;right:0;top:20%;width:3.5em}.notice-btn.hidden{visibility:hidden}.news-title{border-bottom:1px solid var(--color-border)}.news-item{align-items:center;display:flex;gap:15px}.news-item+.news-item{margin-top:20px}.news-label{color:#fff;display:inline-block;font-size:11px;font-weight:var(--font-weight-bold);padding:4px 0 2px;text-align:center;width:85px}.news-label.update{background:#8cc328}.news-label.info{background:#0093c8}.news-label.fault{background:#d72828}.news-link{display:inline-block;max-width:calc(100% - 100px);padding:0 2px;position:relative;width:fit-content}.news-link:before{background:var(--color-secondary);content:"";height:1px;width:100%;position:absolute;bottom:1px;left:0}.news-link:hover{opacity:.8}.news-link:hover:before{display:none}.news-link span{font-size:var(--font-size-sm)}@media screen and (max-width:1280px){.content-wrapper__row{flex-direction:column}.content-wrapper__inner-home{padding:40px;width:100%}.notice-item{width:100%}}@media screen and (max-width:767px){.content-wrapper__inner-home{padding:20px 20px 40px}.content-wrapper__inner-home select{font-size:var(--font-size-base)}.notice-label{font-size:var(--font-size-sm)}.notice-number span{font-size:var(--font-size-base)}}@media screen and (max-width:1200px){.new-create-table th{width:200px}.new-create-table td{width:calc(100% - 200px)}}@media screen and (max-width:980px){.new-create-table th{width:160px}.new-create-table td{width:calc(100% - 160px)}.new-create-input{max-width:500px;width:100%}.new-create-input__half{max-width:245px;width:calc((100% - 10px)/2)}.select-create,.select-create__input,.new-create-textarea{max-width:500px;width:100%}}@media screen and (max-width:767px){.no-sp .user-dropdown__menu li a,.content-wrapper__white *{font-size:var(--font-size-base)}.content-wrapper__white input.u-h-25,.no-sp input.u-h-25,.content-wrapper__white textarea.u-h-25,.content-wrapper__white textarea.u-m-h-25,.content-wrapper__white select.u-h-25,.no-sp select.u-h-25{height:25px}.no-sp .account-error-text,.content-wrapper__white .account-error-text{font-size:12px}.no-sp .btn,.content-wrapper__white .btn{font-size:14px}.content-wrapper__white .select-create__btn{font-size:var(--font-size-base)}.no-sp .btn-box,.content-wrapper__white .btn-box{flex-direction:row;gap:10px}.no-sp .btn--primary-size,.content-wrapper__white .btn--primary-size{min-width:120px;height:30px;line-height:28px}.new-create-table th{width:130px}}.dashboard-nav__link:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st1'%20d='M1.71,8.94c-.14,0-.28-.06-.38-.17-.18-.21-.16-.52.05-.71L8.67,1.7c.19-.16.47-.16.66,0l7.29,6.36c.21.18.23.5.05.71s-.5.23-.71.05l-6.96-6.08-6.96,6.08c-.09.08-.21.12-.33.12Z'/%3e%3cg%3e%3cpolygon%20class='st0'%20points='14.55%209.59%209%204.75%203.45%209.59%203.45%2015.93%207.27%2015.93%207.27%2011.84%2010.73%2011.84%2010.73%2015.93%2014.55%2015.93%2014.55%209.59'/%3e%3cpath%20class='st1'%20d='M14.55,16.43h-3.82c-.28,0-.5-.22-.5-.5v-3.59h-2.46v3.59c0,.28-.22.5-.5.5h-3.82c-.28,0-.5-.22-.5-.5v-6.34c0-.14.06-.28.17-.38l5.55-4.84c.19-.16.47-.16.66,0l5.55,4.84c.11.1.17.23.17.38v6.34c0,.28-.22.5-.5.5ZM11.23,15.43h2.82v-5.61l-5.05-4.4-5.05,4.4v5.61h2.82v-3.59c0-.28.22-.5.5-.5h3.46c.28,0,.5.22.5.5,0,0,0,3.59,0,3.59Z'/%3e%3c/g%3e%3c/svg%3e")}.dashboard-nav__link:hover:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%23597dea;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M1.71,8.94c-.14,0-.28-.06-.38-.17-.18-.21-.16-.52.05-.71L8.67,1.7c.19-.16.47-.16.66,0l7.29,6.36c.21.18.23.5.05.71s-.5.23-.71.05l-6.96-6.08-6.96,6.08c-.09.08-.21.12-.33.12Z'/%3e%3cg%3e%3cpolygon%20class='st1'%20points='14.55%209.59%209%204.75%203.45%209.59%203.45%2015.93%207.27%2015.93%207.27%2011.84%2010.73%2011.84%2010.73%2015.93%2014.55%2015.93%2014.55%209.59'/%3e%3cpath%20class='st0'%20d='M14.55,16.43h-3.82c-.28,0-.5-.22-.5-.5v-3.59h-2.46v3.59c0,.28-.22.5-.5.5h-3.82c-.28,0-.5-.22-.5-.5v-6.34c0-.14.06-.28.17-.38l5.55-4.84c.19-.16.47-.16.66,0l5.55,4.84c.11.1.17.23.17.38v6.34c0,.28-.22.5-.5.5ZM11.23,15.43h2.82v-5.61l-5.05-4.4-5.05,4.4v5.61h2.82v-3.59c0-.28.22-.5.5-.5h3.46c.28,0,.5.22.5.5,0,0,0,3.59,0,3.59Z'/%3e%3c/g%3e%3c/svg%3e")}.dashboard-nav__link.active:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234169e1;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st1'%20d='M1.71,8.94c-.14,0-.28-.06-.38-.17-.18-.21-.16-.52.05-.71L8.67,1.7c.19-.16.47-.16.66,0l7.29,6.36c.21.18.23.5.05.71s-.5.23-.71.05l-6.96-6.08-6.96,6.08c-.09.08-.21.12-.33.12Z'/%3e%3cg%3e%3cpolygon%20class='st0'%20points='14.55%209.59%209%204.75%203.45%209.59%203.45%2015.93%207.27%2015.93%207.27%2011.84%2010.73%2011.84%2010.73%2015.93%2014.55%2015.93%2014.55%209.59'/%3e%3cpath%20class='st1'%20d='M14.55,16.43h-3.82c-.28,0-.5-.22-.5-.5v-3.59h-2.46v3.59c0,.28-.22.5-.5.5h-3.82c-.28,0-.5-.22-.5-.5v-6.34c0-.14.06-.28.17-.38l5.55-4.84c.19-.16.47-.16.66,0l5.55,4.84c.11.1.17.23.17.38v6.34c0,.28-.22.5-.5.5ZM11.23,15.43h2.82v-5.61l-5.05-4.4-5.05,4.4v5.61h2.82v-3.59c0-.28.22-.5.5-.5h3.46c.28,0,.5.22.5.5,0,0,0,3.59,0,3.59Z'/%3e%3c/g%3e%3c/svg%3e")}.company-nav__link:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cpath%20class='st0'%20d='M2.5,13.42h9.1s.45-.31.45-1.06V2.01s-.25-.71-.89-.71H2.67s-.89-.02-.89,1.11v10.89l.71.12h0Z'/%3e%3cpath%20class='st1'%20d='M11.54,13.92H2.28c-.55,0-1-.45-1-1V2.3c0-.83.67-1.5,1.5-1.5h8.26c.83,0,1.5.67,1.5,1.5v10.62c0,.55-.45,1-1,1ZM11.54,12.92v.5-.5h0ZM2.78,1.8c-.28,0-.5.22-.5.5v10.62h9.26V2.3c0-.28-.22-.5-.5-.5H2.78Z'/%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M6.08,10.26h1.68c.27,0,.5.22.5.5v2.32h-2.67v-2.32c0-.27.22-.5.5-.5h-.01Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M16.11,10.46l-2.82-3.03h-4.42s-.44,0-.51.74,0,7.71,0,7.71c0,0-.03.68.7.78s6.37,0,6.37,0c0,0,.68-.06.76-.64s-.09-5.56-.09-5.56c0,0,.01,0,.01,0Z'/%3e%3crect%20class='st1'%20x='9.43'%20y='11.69'%20width='5.53'%20height='.7'/%3e%3crect%20class='st1'%20x='9.43'%20y='14.1'%20width='5.53'%20height='.7'/%3e%3cpath%20class='st1'%20d='M15.43,17.16h-6.46c-.65,0-1.18-.53-1.18-1.18v-7.87c0-.65.53-1.18,1.18-1.18h3.07c.28,0,.5.22.5.5s-.22.5-.5.5h-3.07c-.1,0-.18.08-.18.18v7.87c0,.1.08.18.18.18h6.46c.1,0,.18-.08.18-.18v-4.65c0-.28.22-.5.5-.5s.5.22.5.5v4.65c0,.65-.53,1.18-1.18,1.18Z'/%3e%3cpath%20class='st1'%20d='M13.07,9.87c0,.36.29.64.64.64h2.25c.2,0,.31-.25.16-.39l-2.66-2.69c-.14-.15-.39-.04-.39.16v2.27h0Z'/%3e%3crect%20class='st1'%20x='9.43'%20y='9.3'%20width='3.37'%20height='.68'/%3e%3c/g%3e%3c/svg%3e")}.company-nav__link:hover:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%23597dea;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cpath%20class='st1'%20d='M2.5,13.42h9.1s.45-.31.45-1.06V2.01s-.25-.71-.89-.71H2.67s-.89-.02-.89,1.11v10.89l.71.12h0Z'/%3e%3cpath%20class='st0'%20d='M11.54,13.92H2.28c-.55,0-1-.45-1-1V2.3c0-.83.67-1.5,1.5-1.5h8.26c.83,0,1.5.67,1.5,1.5v10.62c0,.55-.45,1-1,1ZM11.54,12.92v.5-.5h0ZM2.78,1.8c-.28,0-.5.22-.5.5v10.62h9.26V2.3c0-.28-.22-.5-.5-.5H2.78Z'/%3e%3cg%3e%3crect%20class='st0'%20x='3.57'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='6.25'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='8.92'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st0'%20x='3.57'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='6.25'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='8.92'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st0'%20x='3.57'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='6.25'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st0'%20x='8.92'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M6.08,10.26h1.68c.27,0,.5.22.5.5v2.32h-2.67v-2.32c0-.27.22-.5.5-.5h-.01Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st1'%20d='M16.11,10.46l-2.82-3.03h-4.42s-.44,0-.51.74,0,7.71,0,7.71c0,0-.03.68.7.78s6.37,0,6.37,0c0,0,.68-.06.76-.64s-.09-5.56-.09-5.56c0,0,.01,0,.01,0Z'/%3e%3crect%20class='st0'%20x='9.43'%20y='11.69'%20width='5.53'%20height='.7'/%3e%3crect%20class='st0'%20x='9.43'%20y='14.1'%20width='5.53'%20height='.7'/%3e%3cpath%20class='st0'%20d='M15.43,17.16h-6.46c-.65,0-1.18-.53-1.18-1.18v-7.87c0-.65.53-1.18,1.18-1.18h3.07c.28,0,.5.22.5.5s-.22.5-.5.5h-3.07c-.1,0-.18.08-.18.18v7.87c0,.1.08.18.18.18h6.46c.1,0,.18-.08.18-.18v-4.65c0-.28.22-.5.5-.5s.5.22.5.5v4.65c0,.65-.53,1.18-1.18,1.18Z'/%3e%3cpath%20class='st0'%20d='M13.07,9.87c0,.36.29.64.64.64h2.25c.2,0,.31-.25.16-.39l-2.66-2.69c-.14-.15-.39-.04-.39.16v2.27h0Z'/%3e%3crect%20class='st0'%20x='9.43'%20y='9.3'%20width='3.37'%20height='.68'/%3e%3c/g%3e%3c/svg%3e")}.company-nav__link.active:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234169e1;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cpath%20class='st0'%20d='M2.5,13.42h9.1s.45-.31.45-1.06V2.01s-.25-.71-.89-.71H2.67s-.89-.02-.89,1.11v10.89l.71.12h0Z'/%3e%3cpath%20class='st1'%20d='M11.54,13.92H2.28c-.55,0-1-.45-1-1V2.3c0-.83.67-1.5,1.5-1.5h8.26c.83,0,1.5.67,1.5,1.5v10.62c0,.55-.45,1-1,1ZM11.54,12.92v.5-.5h0ZM2.78,1.8c-.28,0-.5.22-.5.5v10.62h9.26V2.3c0-.28-.22-.5-.5-.5H2.78Z'/%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='2.82'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='5.49'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='3.57'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='6.25'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3crect%20class='st1'%20x='8.92'%20y='8.17'%20width='1.34'%20height='1.34'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M6.08,10.26h1.68c.27,0,.5.22.5.5v2.32h-2.67v-2.32c0-.27.22-.5.5-.5h-.01Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M16.11,10.46l-2.82-3.03h-4.42s-.44,0-.51.74,0,7.71,0,7.71c0,0-.03.68.7.78s6.37,0,6.37,0c0,0,.68-.06.76-.64s-.09-5.56-.09-5.56c0,0,.01,0,.01,0Z'/%3e%3crect%20class='st1'%20x='9.43'%20y='11.69'%20width='5.53'%20height='.7'/%3e%3crect%20class='st1'%20x='9.43'%20y='14.1'%20width='5.53'%20height='.7'/%3e%3cpath%20class='st1'%20d='M15.43,17.16h-6.46c-.65,0-1.18-.53-1.18-1.18v-7.87c0-.65.53-1.18,1.18-1.18h3.07c.28,0,.5.22.5.5s-.22.5-.5.5h-3.07c-.1,0-.18.08-.18.18v7.87c0,.1.08.18.18.18h6.46c.1,0,.18-.08.18-.18v-4.65c0-.28.22-.5.5-.5s.5.22.5.5v4.65c0,.65-.53,1.18-1.18,1.18Z'/%3e%3cpath%20class='st1'%20d='M13.07,9.87c0,.36.29.64.64.64h2.25c.2,0,.31-.25.16-.39l-2.66-2.69c-.14-.15-.39-.04-.39.16v2.27h0Z'/%3e%3crect%20class='st1'%20x='9.43'%20y='9.3'%20width='3.37'%20height='.68'/%3e%3c/g%3e%3c/svg%3e")}.icon-company-info-nav__link:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M4.04,15.8h10.22s.5-.34.5-1.19V2.99s-.28-.8-1-.8H4.24s-1-.02-1,1.24v12.23l.8.14Z'/%3e%3cpath%20class='st1'%20d='M14.26,16.3H3.74c-.55,0-1-.45-1-1V3.2c0-.83.67-1.5,1.5-1.5h9.52c.83,0,1.5.67,1.5,1.5v12.11c0,.55-.45,1-1,1h0ZM14.26,15.3v.5-.5h0ZM4.24,2.7c-.28,0-.5.22-.5.5v12.11h10.52V3.2c0-.28-.22-.5-.5-.5H4.24Z'/%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M8,12.26h2c.27,0,.5.22.5.5v2.67h-3v-2.67c0-.27.22-.5.5-.5Z'/%3e%3c/svg%3e")}.icon-company-info-nav__link:hover:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%23597dea;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st1'%20d='M4.04,15.8h10.22s.5-.34.5-1.19V2.99s-.28-.8-1-.8H4.24s-1-.02-1,1.24v12.23l.8.14Z'/%3e%3cpath%20class='st0'%20d='M14.26,16.3H3.74c-.55,0-1-.45-1-1V3.2c0-.83.67-1.5,1.5-1.5h9.52c.83,0,1.5.67,1.5,1.5v12.11c0,.55-.45,1-1,1h0ZM14.26,15.3v.5-.5h0ZM4.24,2.7c-.28,0-.5.22-.5.5v12.11h10.52V3.2c0-.28-.22-.5-.5-.5H4.24Z'/%3e%3cg%3e%3crect%20class='st0'%20x='5.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='8.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='11.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st0'%20x='5.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='8.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='11.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st0'%20x='5.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='8.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st0'%20x='11.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M8,12.26h2c.27,0,.5.22.5.5v2.67h-3v-2.67c0-.27.22-.5.5-.5Z'/%3e%3c/svg%3e")}.icon-company-info-nav__link.active:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%234169e1;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M4.04,15.8h10.22s.5-.34.5-1.19V2.99s-.28-.8-1-.8H4.24s-1-.02-1,1.24v12.23l.8.14Z'/%3e%3cpath%20class='st1'%20d='M14.26,16.3H3.74c-.55,0-1-.45-1-1V3.2c0-.83.67-1.5,1.5-1.5h9.52c.83,0,1.5.67,1.5,1.5v12.11c0,.55-.45,1-1,1h0ZM14.26,15.3v.5-.5h0ZM4.24,2.7c-.28,0-.5.22-.5.5v12.11h10.52V3.2c0-.28-.22-.5-.5-.5H4.24Z'/%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M8,12.26h2c.27,0,.5.22.5.5v2.67h-3v-2.67c0-.27.22-.5.5-.5Z'/%3e%3c/svg%3e")}.icon-member-info-nav__link:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cg%3e%3ccircle%20class='st0'%20cx='4.37'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M5.69,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h0Z'/%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='13.63'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M14.96,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='9'%20cy='2.92'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M10.32,4.57c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M3.71,10.37c-.03-1.42.53-2.82,1.54-3.84.15-.15.3-.28.46-.41l.31.39c-.14.11-.29.24-.42.37-.92.93-1.43,2.19-1.4,3.48h-.5Z'/%3e%3cpath%20class='st0'%20d='M9.01,15.55c-.67,0-1.34-.12-1.97-.37l.18-.46c1.15.46,2.46.45,3.58,0l.19.46c-.63.26-1.31.39-1.99.39Z'/%3e%3cpath%20class='st0'%20d='M14.28,10.37h-.5c.03-1.32-.47-2.56-1.4-3.49-.14-.15-.28-.27-.4-.36l.31-.39c.14.11.29.24.45.41,1.02,1.02,1.57,2.38,1.54,3.84Z'/%3e%3c/svg%3e")}.icon-member-info-nav__link:hover:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cg%3e%3ccircle%20class='st0'%20cx='4.37'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M5.69,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h0Z'/%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='13.63'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M14.96,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='9'%20cy='2.92'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M10.32,4.57c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M3.71,10.37c-.03-1.42.53-2.82,1.54-3.84.15-.15.3-.28.46-.41l.31.39c-.14.11-.29.24-.42.37-.92.93-1.43,2.19-1.4,3.48h-.5Z'/%3e%3cpath%20class='st0'%20d='M9.01,15.55c-.67,0-1.34-.12-1.97-.37l.18-.46c1.15.46,2.46.45,3.58,0l.19.46c-.63.26-1.31.39-1.99.39Z'/%3e%3cpath%20class='st0'%20d='M14.28,10.37h-.5c.03-1.32-.47-2.56-1.4-3.49-.14-.15-.28-.27-.4-.36l.31-.39c.14.11.29.24.45.41,1.02,1.02,1.57,2.38,1.54,3.84Z'/%3e%3c/svg%3e")}.icon-member-info-nav__link.active:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cg%3e%3ccircle%20class='st0'%20cx='4.37'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M5.69,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h0Z'/%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='13.63'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M14.96,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='9'%20cy='2.92'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M10.32,4.57c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M3.71,10.37c-.03-1.42.53-2.82,1.54-3.84.15-.15.3-.28.46-.41l.31.39c-.14.11-.29.24-.42.37-.92.93-1.43,2.19-1.4,3.48h-.5Z'/%3e%3cpath%20class='st0'%20d='M9.01,15.55c-.67,0-1.34-.12-1.97-.37l.18-.46c1.15.46,2.46.45,3.58,0l.19.46c-.63.26-1.31.39-1.99.39Z'/%3e%3cpath%20class='st0'%20d='M14.28,10.37h-.5c.03-1.32-.47-2.56-1.4-3.49-.14-.15-.28-.27-.4-.36l.31-.39c.14.11.29.24.45.41,1.02,1.02,1.57,2.38,1.54,3.84Z'/%3e%3c/svg%3e")}.icon-product-nav__link:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='14.3'%20r='1.7'/%3e%3c/svg%3e")}.icon-product-nav__link:hover:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='14.3'%20r='1.7'/%3e%3c/svg%3e")}.icon-product-nav__link.active:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='14.3'%20r='1.7'/%3e%3c/svg%3e")}.dashboard-select-icon:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st1'%20d='M1.71,8.94c-.14,0-.28-.06-.38-.17-.18-.21-.16-.52.05-.71L8.67,1.7c.19-.16.47-.16.66,0l7.29,6.36c.21.18.23.5.05.71s-.5.23-.71.05l-6.96-6.08-6.96,6.08c-.09.08-.21.12-.33.12Z'/%3e%3cg%3e%3cpolygon%20class='st0'%20points='14.55%209.59%209%204.75%203.45%209.59%203.45%2015.93%207.27%2015.93%207.27%2011.84%2010.73%2011.84%2010.73%2015.93%2014.55%2015.93%2014.55%209.59'/%3e%3cpath%20class='st1'%20d='M14.55,16.43h-3.82c-.28,0-.5-.22-.5-.5v-3.59h-2.46v3.59c0,.28-.22.5-.5.5h-3.82c-.28,0-.5-.22-.5-.5v-6.34c0-.14.06-.28.17-.38l5.55-4.84c.19-.16.47-.16.66,0l5.55,4.84c.11.1.17.23.17.38v6.34c0,.28-.22.5-.5.5ZM11.23,15.43h2.82v-5.61l-5.05-4.4-5.05,4.4v5.61h2.82v-3.59c0-.28.22-.5.5-.5h3.46c.28,0,.5.22.5.5,0,0,0,3.59,0,3.59Z'/%3e%3c/g%3e%3c/svg%3e")}.company-select-icon:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fff;%20}%20.st1%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='st0'%20d='M4.04,15.8h10.22s.5-.34.5-1.19V2.99s-.28-.8-1-.8H4.24s-1-.02-1,1.24v12.23l.8.14Z'/%3e%3cpath%20class='st1'%20d='M14.26,16.3H3.74c-.55,0-1-.45-1-1V3.2c0-.83.67-1.5,1.5-1.5h9.52c.83,0,1.5.67,1.5,1.5v12.11c0,.55-.45,1-1,1h0ZM14.26,15.3v.5-.5h0ZM4.24,2.7c-.28,0-.5.22-.5.5v12.11h10.52V3.2c0-.28-.22-.5-.5-.5H4.24Z'/%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='3.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='6.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cg%3e%3crect%20class='st1'%20x='5.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='8.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3crect%20class='st1'%20x='11.25'%20y='9.9'%20width='1.5'%20height='1.5'/%3e%3c/g%3e%3cpath%20class='st1'%20d='M8,12.26h2c.27,0,.5.22.5.5v2.67h-3v-2.67c0-.27.22-.5.5-.5Z'/%3e%3c/svg%3e")}.member-select-icon:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3cg%3e%3cg%3e%3ccircle%20class='st0'%20cx='4.37'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M5.69,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h0Z'/%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='13.63'%20cy='12.24'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M14.96,13.88c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3ccircle%20class='st0'%20cx='9'%20cy='2.92'%20r='1.48'/%3e%3cpath%20class='st0'%20d='M10.32,4.57c-.07-.05-.16-.06-.23-.02-.33.17-.7.28-1.09.28s-.76-.1-1.09-.28c-.08-.04-.17-.04-.23.02-.51.42-.87,1.06-.87,1.75v.92h4.39v-.92c0-.68-.36-1.32-.87-1.75h-.01Z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M3.71,10.37c-.03-1.42.53-2.82,1.54-3.84.15-.15.3-.28.46-.41l.31.39c-.14.11-.29.24-.42.37-.92.93-1.43,2.19-1.4,3.48h-.5Z'/%3e%3cpath%20class='st0'%20d='M9.01,15.55c-.67,0-1.34-.12-1.97-.37l.18-.46c1.15.46,2.46.45,3.58,0l.19.46c-.63.26-1.31.39-1.99.39Z'/%3e%3cpath%20class='st0'%20d='M14.28,10.37h-.5c.03-1.32-.47-2.56-1.4-3.49-.14-.15-.28-.27-.4-.36l.31-.39c.14.11.29.24.45.41,1.02,1.02,1.57,2.38,1.54,3.84Z'/%3e%3c/svg%3e")}.product-select-icon:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_レイヤー_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2018%2018'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%20207)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2333282b;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='3.7'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='9.01'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='3.7'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='9'%20cy='14.3'%20r='1.7'/%3e%3ccircle%20class='st0'%20cx='14.3'%20cy='14.3'%20r='1.7'/%3e%3c/svg%3e")}.content-wrapper__inner{display:flex;gap:20px;flex-wrap:wrap}.content-wrapper__body{background-color:#fff}.user-info-account,.select-product{flex-basis:0;flex-grow:1;min-width:0;width:auto}.user-info-account{order:1;min-width:700px;padding:20px}.user-info-account td p span.font-size-xs{display:block}.select-product{order:2;padding:20px}.content-wrapper__inner:has(>.user-info-account):not(:has(>.select-product)) .user-info-account{width:100%;max-width:100%;flex:1 1 100%}.account-info__label{background-color:var(--bg-gray-light);padding:10px 20px;display:flex;justify-content:space-between}.account-info__edit-icon a img{width:32px;height:auto;vertical-align:middle;display:inline-block;padding:4px 6px}.product-list{border:1px solid var(--color-border);padding:20px;border-radius:var(--radius);width:100%;background:#fff}.product-list__container{margin-top:5px;margin-left:14px}@media screen and (max-width:1200px){.user-info-account{padding:auto 10px;min-width:auto}.user-info-account td p span.font-size-xs{display:inline-block;font-size:14px}.content-wrapper__inner{flex-direction:column}.content-wrapper__inner:has(>.user-info-account):not(:has(>.select-product)) .user-info-account{margin:auto auto 20px}}@media screen and (max-width:767px){.account-info__label{padding:10px 20px}.form-item__block{font-size:15px}.content-wrapper{margin:36px auto auto;width:100%}.user-info-account .font-size-md{font-size:var(--font-size-lg)}}.product-usage-table th,.product-usage-table td{padding:4px 12px;border-left:none;border-right:none}.registration-wrapper__inner--narrow{max-width:800px;margin:20px auto;border:1px solid var(--color-border);padding:30px}.registration-wrapper__inner--medium{min-width:800px;max-width:1000px;margin:20px auto;padding:30px;background-color:#fff}@media screen and (max-width:1200px){.registration-wrapper__inner--medium{width:100%;min-width:auto}}@media screen and (max-width:767px){.registration-wrapper__inner--medium{margin:0;padding:20px;height:100vh}}.plan-box{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;margin-top:20px;min-height:300px}.plan{border:1px solid var(--color-border);border-radius:var(--input-btn-radius);padding:20px 20px 70px;text-align:center;min-width:200px;flex:1 1 200px;max-width:100%;box-sizing:border-box;position:relative;max-width:300px}.btn--absolute{position:absolute;left:0;right:0;bottom:20px;display:flex}.price__amount{font-size:34px;font-weight:var(--font-weight-bold)}@media screen and (max-width:1200px){.registration-wrapper__inner--narrow{margin:0}}@media screen and (max-width:767px){.registration-wrapper__inner--narrow{width:100%;border-style:none;padding:0}.btn--primary-size.btn-plan-box{min-width:80%}}.popup-select__table--company{max-height:100px;width:500px}@media screen and (max-width:1200px){.popup-select__table--company{min-width:100%;width:100%}}
