/*! CSS Used from: /css/user.css */:root{--blue:#3490dc;--indigo:#6574cd;--purple:#6f42c1;--pink:#f66d9b;--red:red;--orange:#fd7e14;--yellow:#b89a6a;--green:#11ca71;--teal:#4dc0b5;--cyan:#6cb2eb;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#3490dc;--secondary:#6c757d;--success:#11ca71;--info:#6cb2eb;--warning:#b89a6a;--danger:red;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:480px;--breakpoint-md:768px;--breakpoint-lg:1080px;--font-family-sans-serif:"Yu Gothic",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:16px}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}nav{display:block}body{margin:0;font-family:Yu Gothic,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;text-align:left;background-color:#f8fafc}h1,h2,h3,h4,h5,p{margin-top:0}ol,p,ul{margin-bottom:1rem}ol,ul{margin-top:0}ul ul{margin-bottom:0}strong{font-weight:bolder}a{color:#3490dc;text-decoration:none;background-color:transparent}a:hover{color:#1d68a7;text-decoration:underline}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}img{border-style:none;vertical-align:middle}table{border-collapse:collapse}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible}button{text-transform:none}[type=button],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}h1,h2,h3,h4,h5{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:2.1875rem}h2{font-size:1.75rem}h3{font-size:1.53125rem}h4{font-size:1.3125rem}h5{font-size:1.09375rem}.small{font-size:80%;font-weight:400}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:1080px){.container{max-width:1080px}}.row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-5,.col-6,.col-7,.col-12,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-7,.col-lg-9,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-10,.col-md-12,.col-sm-2,.col-sm-4,.col-sm-8,.col-sm-10,.col-sm-12{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-5,.col-6{-webkit-box-flex:0}.col-6{flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}@media (min-width:480px){.col-sm-2{-webkit-box-flex:0;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-4{-webkit-box-flex:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-8{-webkit-box-flex:0;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-10{-webkit-box-flex:0;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-2{-webkit-box-flex:0;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-8{-webkit-box-flex:0;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-10{-webkit-box-flex:0;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}@media (min-width:1080px){.col-lg-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-7{-webkit-box-flex:0;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}}.form-control{display:block;width:100%;height:calc(1.6em + .75rem + 2px);padding:.375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.6;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#a1cbef;outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-inline{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center}@media (min-width:480px){.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{width:auto}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:.875rem;line-height:1.6;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.btn:disabled{opacity:.65}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.875rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[x-placement^=bottom]{right:auto;bottom:auto}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item:active{color:#fff;text-decoration:none;background-color:#3490dc}.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.input-group{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;width:100%}.input-group>.form-control{position:relative;-webkit-box-flex:1;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.form-control:focus{z-index:3}.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:flex}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.card{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.breadcrumb,.card{display:-webkit-box;display:flex}.breadcrumb{flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#3490dc;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#1d68a7;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(52,144,220,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;background-color:#3490dc;border-color:#3490dc}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.media{-webkit-box-align:start;align-items:flex-start}.list-group,.media{display:-webkit-box;display:flex}.list-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.align-middle{vertical-align:middle!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-0{border:0!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:flex!important}@media (min-width:480px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}}@media (min-width:1080px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}}.flex-wrap{flex-wrap:wrap!important}.justify-content-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-center{-webkit-box-align:center!important;align-items:center!important}.float-left{float:left!important}.float-right{float:right!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mt-0,.my-0{margin-top:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.my-1{margin-bottom:.25rem!important}.mx-1{margin-left:.25rem!important}.mt-2{margin-top:.5rem!important}.ml-2{margin-left:.5rem!important}.mt-3{margin-top:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mt-4{margin-top:1.5rem!important}.my-5{margin-top:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.p-0{padding:0!important}.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.pb-2{padding-bottom:.5rem}.py-1{padding-top:.25rem!important}.px-1{padding-right:.25rem!important}.py-1{padding-bottom:.25rem!important}.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.pt-3{padding-top:1rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.mr-n1{margin-right:-.25rem!important}.m-auto{margin:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:768px){.mr-md-1{margin-right:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}}@media (min-width:1080px){.mr-lg-1{margin-right:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mt-lg-4{margin-top:1.5rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-lg-4{padding-top:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}.py-lg-4{padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important}.pr-lg-5{padding-right:3rem!important}.py-lg-5{padding-bottom:3rem!important}}.text-left{text-align:left!important}.text-center{text-align:center!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.text-white{color:#fff!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.container,body{min-width:1080px!important}}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}@media only screen and (max-width:415px){.main-content-cls-fix-5{padding-top:.4rem!important}}@media (min-width:416px) and (max-width:1024px){.main-content-cls-fix-5{padding-top:1.5rem!important}.main-content-cls-fix-6{padding-top:0!important}}div.stars{width:270px;display:inline-block}@media (max-width:480px){.d-xs-none{display:none!important}}.hy-container{max-width:1110px}.main-content{padding:3rem 0;background:#f2f5f8}@media only screen and (max-width:768px){.main-content{padding:1rem 0}}.flexible-sampling-d-none{display:none}.hy-footer-blue .list-group-tem{border-bottom:0!important}.hy-footer-blue .list-group-tem-primary{background:hsla(0,0%,100%,.2)}.footer-body .otherSiteLink{border-bottom:1px dotted #ccc}.footer-body .otherSiteLink .listList{float:left;width:800px;padding-top:10px;padding-left:10px;border-left:1px dotted #ccc;color:#aaa}.footer-body .otherSiteLink .listList li{list-style:none;padding:0 5px 5px;border-bottom:1px solid #ccc}.footer-body .otherSiteLink .listList li:hover{cursor:default}.footer-body .otherSiteLink .listList li a{color:#333;margin:0 2px}.footer-body .otherSiteLink .listList li .siteLinkArea{position:relative;padding:18px 0 24px}.footer-body .otherSiteLink .listList li .siteLinkArea .rightArea{position:absolute;top:7px;left:130px;vertical-align:middle}.footer-body .otherSiteLink .listList li .siteLinkArea .rightArea .site{display:block;font-weight:700;color:#333}.footer-body .otherSiteLink .listList li .siteLinkArea .rightArea .siteSub{display:block;margin:2px 0 0 2px;font-size:10px;color:#555}.footer-body .otherSiteLink .listList li .siteLinkArea .leftArea{position:absolute;top:12px;left:0;width:130px}.footer-body .otherSiteLink .listList a:hover{color:#f90}.footer-body .otherSiteLink .listListCompany li{padding:0 5px 5px;list-style:none}.footer-body .otherSiteLink .listListCompany li a{color:#333;margin:0 2px}.footer-body .otherSiteLink .listListCompany li .siteLinkArea{position:relative;padding:12px 0}.footer-body .otherSiteLink .listListCompany li .siteLinkArea .rightArea{position:absolute;top:7px;left:130px;vertical-align:middle}.footer-body .otherSiteLink .listListCompany li .siteLinkArea .rightArea .site{display:block;font-weight:700}.footer-body .otherSiteLink .listListCompany li .siteLinkArea .rightArea .siteSub{display:block;margin:2px 0 0 2px}.footer-body .otherSiteLink .listListCompany li .siteLinkArea .leftArea{position:absolute;top:7px;left:0;width:130px}.footer-body .otherSiteLink .listListCompany a:hover{color:#f90}.footer-body .otherSiteLink td{vertical-align:top}.footer-body .otherSiteLink td.right{background:hsla(0,0%,100%,.9);display:none}.footer-body .otherSiteLink tr:first-of-type{border-bottom:1px dotted #ccc}.footer-body .otherSiteLink .listListCompany li .siteLinkArea.indexCompanySiteSub{position:relative;padding:18px 0 24px}@media only screen and (min-width:1110px){.wrap-sidebar{max-width:310px}.wrap-content{max-width:800px;-webkit-box-flex:0;flex:0 0 100%}}@media only screen and (min-width:930px) and (max-width:1109px){.wrap-sidebar{max-width:310px}}.note{margin-bottom:8%;margin-left:40px;font-weight:700}.border-radius-0{border-radius:0!important}.text-left{text-align:left}.hy-button span{font-size:.875rem}@media only screen and (min-width:320px) and (max-width:768px){.hy-button span{font-size:.75rem}}.search-company-wrapper{padding-top:35px}.search-company-wrapper .breadcrumb{padding-left:0;background:none}.search-company-wrapper .breadcrumb-item+.breadcrumb-item:before{content:"\FF1E"}.search-company-wrapper .pagination-block{display:-webkit-box;display:flex;overflow-x:auto}.search-company-wrapper .pagination-block::-webkit-scrollbar{height:3px}.pagination-search-pc{display:list-item}.pagination-search-sp{display:none}@media only screen and (max-width:992px){.search-company-wrapper .pagination-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}}.search-company-wrapper .pagination-block>div>span{display:inline-table}.search-company-wrapper .pagination-block .sumary{font-size:1rem;line-height:38px}.search-company-wrapper .pagination-block .sumary .total{color:#033297;font-size:1.2rem}.search-company-wrapper .pagination-block .sumary .detail{font-size:1rem;color:#818080}.search-company-wrapper .pagination-block .pagination .page-item{margin:0 1px}.search-company-wrapper .pagination-block .pagination .page-item.active .page-link,.search-company-wrapper .pagination-block .pagination .page-item:hover .page-link{background-image:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background-image:linear-gradient(90deg,#172e6e,#224595);color:#fff}.search-company-wrapper .pagination-block .pagination .page-item.active .page-link{padding:10px 16px}.search-company-wrapper .pagination-block .pagination .page-item .page-link{padding:10px 16px;background-color:#fff;border:0}@media only screen and (max-width:890px){.search-company-wrapper .pagination-block .pagination .page-item.active .page-link,.search-company-wrapper .pagination-block .pagination .page-item .page-link{padding:10px}}@media only screen and (max-width:730px){.pagination-search-pc{display:none}.pagination-search-sp{display:list-item}}.search-company-wrapper .pagination-block .pagination .page-item.disabled{display:none;pointer-events:none}.search-company-wrapper .pagination-block .pagination .page-item.disabled span.page-link{background:#fff}.search-company-wrapper .company-header{-webkit-box-align:center;align-items:center;margin-bottom:15px}.search-company-wrapper .company-header__name{margin-right:25px}@media only screen and (max-width:992px){.search-company-wrapper .company-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start}}.search-company-wrapper .comment-sum{flex-flow:wrap;padding-bottom:20px;border-bottom:1px solid #707070}.search-company-wrapper .comment-sum .stars{padding-left:0;width:auto;border-right:0}.search-company-wrapper .comment-sum span{font-size:12px}.search-company-wrapper .result_form .result-item{padding:30px}@media only screen and (max-width:992px){.search-company-wrapper .result_form .result-item{padding-left:15px;padding-right:15px}}.search-company-wrapper .result_form .result-item .company_name_anchor{color:#212529}.search-company-wrapper .button-view{margin-top:30px;text-align:center}.search-company-wrapper .button-view button{min-width:250px;min-height:55px}@media only screen and (max-width:320px){.search-company-wrapper .button-view button{min-width:200px;min-height:35px}}.search-company-wrapper .item-content .com-content{padding-bottom:20px}.search-company-wrapper .item-content .com-content__name{margin-bottom:3px;font-size:.75rem}.search-company-wrapper .item-content .com-content__name span{font-weight:700;display:inline-block;margin-right:5px;font-size:.875rem;color:#2046b4}.search-company-wrapper .item-content .com-content:nth-child(2){border:0}.search-company-wrapper .chat-text{color:#000;position:relative;width:100%;font-weight:500}.search-company-wrapper .chat-text>p{font-size:.875rem;letter-spacing:100;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.search-company-wrapper span{width:auto}.search-company-wrapper .result-item{margin-bottom:20px;min-height:200px}.search-company-wrapper .img-result{border-radius:50%;width:100px}.search-company-wrapper .header-item{margin-left:0;margin-right:0}.search-company-wrapper .company_header__info{-webkit-box-flex:1;flex:1}.search-company-wrapper .company_header__logo .avata-ja-plus{height:40px;width:40px;overflow:hidden;padding-bottom:100%;position:relative;margin-right:10px}.search-company-wrapper .company_header__logo .avata-ja-plus .img-result{max-width:100%;object-fit:contain;object-position:center;position:absolute;top:50%;-o-object-fit:contain;-o-object-position:center;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.search-company-wrapper .follow-company{color:#2046b4;background-color:#fff;border-color:#2046b4;float:right;border-radius:0;margin:0;font-size:.875rem;letter-spacing:100;font-weight:700;padding:3px 15px;white-space:nowrap}.search-company-wrapper .address,.search-company-wrapper .internet{font-size:.875rem;letter-spacing:100;max-width:50%;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.search-company-wrapper .address a,.search-company-wrapper .address a:hover,.search-company-wrapper .internet a,.search-company-wrapper .internet a:hover{text-decoration:none;font-size:.75rem}.search-company-wrapper .address a .hy-icon,.search-company-wrapper .internet a .hy-icon{height:18px;width:18px!important;background-size:contain;position:relative;top:-3px}.search-company-wrapper .address a .hy-icon{width:11px!important;height:19px!important;position:inherit}.search-company-wrapper .comment-count,.search-company-wrapper .job-count,.search-company-wrapper .stars{padding-left:15px;padding-right:15px;border-right:1px solid #acbac7}@media only screen and (max-width:767px){.search-company-wrapper .comment-count,.search-company-wrapper .job-count,.search-company-wrapper .stars{padding-left:.5rem;padding-right:.5rem}}.search-company-wrapper .stars h5{margin-bottom:0}.search-company-wrapper .stars .point{font-size:1.5rem;line-height:10px;position:relative;top:4px}.search-company-wrapper .job-count{border:0}@media only screen and (max-width:400px){.search-company-wrapper .company-info{-webkit-box-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.search-company-wrapper .company-info>div{margin-right:15px}.search-company-wrapper .company-info>div:last-child{margin-right:0}.search-company-wrapper .category,.search-company-wrapper .category-address{background:#fff;margin-bottom:25px}.search-company-wrapper .active{cursor:not-allowed;background-color:#d5d7e0}.search-company-wrapper .load-more{text-align:center;margin-bottom:20px}.search-company-wrapper .load-more button{padding-top:7px;padding-bottom:3px;box-shadow:none;outline:0}.search-company-wrapper .load-more button span{padding:0 70px;display:block}.search-company-wrapper .load-more .hy-icon{position:static;top:0;bottom:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.search-company-wrapper .internet em.icon-building{width:15px}.header-bg .search_form{margin-top:25px;margin-bottom:50px}.header-bg .search_form .breadcrumb{padding:0;background-color:inherit;opacity:.5}.header-bg .search_form .breadcrumb a,.header-bg .search_form .breadcrumb li{color:#fff;font-size:.688rem;font-weight:500}.header-bg .search_form .breadcrumb a:before,.header-bg .search_form .breadcrumb li:before{color:#fff}.header-bg .form-search .title-form-search h1{color:#fff;margin-bottom:20px;font-size:25px}@media only screen and (max-width:768px){.header-bg .form-search .title-form-search h1{font-size:1rem}}.header-bg .form-search .title-form-search .hy-icon{-webkit-transform:rotate(80deg);transform:rotate(80deg);position:relative;top:-5px}.header-bg .form-search .ui-sortable-handle .row{margin-left:-5px;margin-right:-5px}.header-bg .form-search .ui-sortable-handle .row div[class^=col]{padding-left:5px;padding-right:5px}.header-bg .form-search input{height:3rem;padding-right:65px;border-radius:0;font-size:.875rem;font-weight:700;background-clip:inherit;padding-left:1.875rem}.header-bg .form-search input::-webkit-input-placeholder{font-weight:400;color:#aaa}.header-bg .form-search input::-moz-placeholder{font-weight:400;color:#aaa}.header-bg .form-search input:-ms-input-placeholder{font-weight:400;color:#aaa}.header-bg .form-search input::-ms-input-placeholder{font-weight:400;color:#aaa}.header-bg .form-search input::placeholder{font-weight:400;color:#aaa}.header-bg .form-search .input-group-prepend-blue{background:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background:linear-gradient(90deg,#172e6e,#224595);padding:0 64px;position:absolute;bottom:1px;right:1px;height:46px;z-index:9;border:0}.header-bg .form-search .area-group{margin-top:10px;position:relative;cursor:pointer}.header-bg .form-search .area-group input{cursor:pointer}.header-bg .form-search .area-group span{background:transparent;position:absolute;right:0;top:0;height:48px;padding:0 15px;line-height:46px;color:#0d2267;font-weight:700;cursor:pointer;width:40px;display:block}.header-bg .form-search .area-group span:before{content:"";background:transparent;height:9px;width:9px;display:block;-webkit-transform:rotate(225deg) skew(3deg,3deg);transform:rotate(225deg) skew(3deg,3deg);border-top:1px solid #284396;border-left:1px solid #284396;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;top:16px;right:15px;position:absolute}.header-bg .form-search .input-group-search-white{background:url(/images/icon-svg/user/svg-icon/hyo/search-small-white.svg) no-repeat 50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0;line-height:1.6;text-align:center;white-space:nowrap;cursor:pointer;height:13px;width:13px;background-size:cover;margin-right:10px}@media only screen and (max-width:1366px){.search-company-wrapper .button-mobile{margin-top:30px}.search-company-wrapper .button-mobile .button-view{margin-top:0}.search-company-wrapper .button-mobile .button-view button{width:100%;min-width:auto;padding:.5rem .75rem;min-height:50px}.search-company-wrapper .button-mobile .follow-company{min-height:50px;width:100%}}@media only screen and (max-width:992px){.search-company-wrapper .company-header{-webkit-box-orient:inherit;-webkit-box-direction:inherit;flex-direction:inherit;-webkit-box-align:center;align-items:center}.search-company-wrapper .button-mobile{margin-top:15px}.search-company-wrapper .button-mobile .row{margin-left:-5px;margin-right:-5px}.search-company-wrapper .button-mobile .row div[class^=col]{width:50%;padding:0 5px}.search-company-wrapper .pagination-block{-webkit-box-orient:inherit;-webkit-box-direction:inherit;flex-direction:inherit}.search-company-wrapper .pagination-block .detail{display:none}.header-bg .form-search .hy-icon{height:15px;width:15px;background-size:cover}.header-bg .form-search .ui-sortable-handle .row{margin-left:-5px;margin-right:-5px}.header-bg .form-search .ui-sortable-handle .row div[class^=col]{-webkit-box-flex:0;flex:0 0 50%;max-width:50%;padding-left:5px;padding-right:5px}.header-bg .form-search .input-group-prepend-blue{padding:0 10px}.header-bg .form-search .input-group-search-white{margin-right:5px}}@media only screen and (max-width:768px){.search-company-wrapper .company-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.search-company-wrapper .address,.search-company-wrapper .internet{max-width:100%;width:100%}}@media only screen and (max-width:767px){.search-company-wrapper{padding-top:0}.search-company-wrapper .wrap-sidebar{background-color:#172e6e;padding-bottom:15px}.search-company-wrapper .wrap-sidebar>div{padding:15px;margin-bottom:0}.search-company-wrapper .wrap-sidebar .breadcrumb{background-color:inherit;border-bottom:1px solid hsla(0,0%,100%,.5);border-radius:0}.search-company-wrapper .wrap-sidebar .breadcrumb a,.search-company-wrapper .wrap-sidebar .breadcrumb li{color:#fff;font-size:.688rem;font-weight:500}.search-company-wrapper .wrap-sidebar .breadcrumb a:before,.search-company-wrapper .wrap-sidebar .breadcrumb li:before{color:#fff}}.search-work{background-color:#f4f6f9;min-height:50px}.search-work .slash:before{content:"";position:absolute;top:19%;right:0;width:1px;height:30px;background-color:#707070;-webkit-transition:inherit;transition:inherit;-webkit-transform:rotate(20deg);transform:rotate(20deg)}@media only screen and (max-width:460px){.search-work .style-01{width:46%}.search-work .work-salary__title{font-size:.75rem}.search-work .f-company-info,.search-work h3{font-size:1.375rem}.search-work .work-salary__time{font-size:.625rem}}@media (min-width:769px){.search-company-wrapper .wrap-sidebar{max-width:250px}}@media (min-width:1024px){.search-company-wrapper .wrap-content{max-width:800px}.search-company-wrapper .wrap-sidebar{max-width:310px}}@media only screen and (width:540px){.sp-wrap-sidebar{max-width:180px!important}}.s-filter-overlay .filter-header p{font-size:1rem;color:#fff;margin:0}.list-prefecture-container h4{border-left:3px solid #284396;padding-left:10px;line-height:1em;font-size:.875rem;margin-bottom:1rem}.list-prefecture-container.list-ind-cate-container h4{margin-top:1rem;font-weight:700}.list-prefecture-container.list-ind-cate-container h4:first-child{margin-top:0}.list-prefecture-container-sidebar .i-switch.disabled,.list-prefecture-container .i-switch.disabled{cursor:default;color:#999}@media only screen and (max-width:460px){.list-prefecture-container-sidebar .i-switch,.list-prefecture-container .i-switch{min-height:50px}.list-prefecture-container-sidebar .i-district .i-switch,.list-prefecture-container .i-district .i-switch{padding-left:40px}.list-prefecture-container-sidebar .i-district .i-switch:before,.list-prefecture-container .i-district .i-switch:before{left:20px}.list-prefecture-container-sidebar .i-wards .i-switch,.list-prefecture-container .i-wards .i-switch{padding-left:60px}.list-prefecture-container-sidebar .i-wards .i-switch:before,.list-prefecture-container .i-wards .i-switch:before{left:40px}.list-prefecture-container-sidebar .i-caret,.list-prefecture-container .i-caret{width:50px;height:50px}.list-prefecture-container-sidebar .i-caret:before,.list-prefecture-container .i-caret:before{top:17px;right:20px}}.color-link{color:#2046b4!important}.bg-cornflower-blue{background-color:#0d2267!important}.bg-536191{background-color:#536191!important}.bg-orange-gradient{background:-webkit-gradient(linear,left top,right top,from(#fb0),to(#f80));background:linear-gradient(90deg,#fb0,#f80)}.pagination{display:-webkit-box;display:flex;padding-left:0;list-style:none;border-radius:.25rem;-webkit-box-align:center;align-items:center;height:auto;margin-bottom:0}.pagination .disabled{display:none}.page-item{margin:0 1px}.page-item.active .page-link{color:#fff;background:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background:linear-gradient(90deg,#172e6e,#224595);padding:.65rem 1rem;font-size:.9rem;font-weight:700}.page-item.active .page-link:hover{color:#fff}.page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item .page-link{color:#2046b4;background:#fff;font-weight:700;padding:.65rem 1rem;font-size:.9rem;white-space:nowrap;border:0}.page-item .page-link:hover{color:#fff;background-image:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background-image:linear-gradient(90deg,#172e6e,#224595)}body,html{height:100%}.main-content,body,html{min-height:calc(100% - 236px)}.hy-footer-blue{background-image:-webkit-gradient(linear,left top,right top,from(#041b2b),to(#033297));background-image:linear-gradient(90deg,#041b2b,#033297)}.hy-footer-blue .note{background-color:#284396}.hy-footer-blue .footer-contact span{padding:10px 0;line-height:27px;font-size:14px}.hy-footer-blue .footer-contact span.footer-contact__border{border-right:none}.hy-footer-blue .footer-contact a{padding-right:15px;padding-left:15px;border-right:1px solid #a8a8a8}.hy-footer-blue .footer-contact a:hover{text-decoration:none}.hy-footer-blue .footer-contact a.last-child{border-right:none}.hy-footer-blue .footer-body a{text-decoration:none}.hy-footer-blue .list-group-tem-primary{line-height:.75rem;color:#fff}.hy-footer-blue .list-group-tem{border-bottom:1px solid #ccc;position:relative;display:block;padding:.75rem 1.25rem}.hy-footer-blue .footer-bot p{font-size:10px;color:#fff;margin-bottom:0}@media only screen and (max-width:768px){.hy-footer-blue .footer-bot p{color:#c4c4c4}}.hy-footer-blue a{color:#fff}.hy-footer-blue a:hover{color:#d9d9d9}.hy-footer-blue .list-group-flush .list-group-tem:first-child{border-top-width:0}.hy-footer-blue .list-group-flush .list-group-tem{border-right-width:0;border-left-width:0;border-radius:0}.mt-15{margin-top:15px!important}.company-view-header-menu{overflow-y:scroll;padding:30px 10px;position:fixed;top:0;left:0;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(#091a5d),to(#234798));background-image:linear-gradient(90deg,#091a5d,#234798);width:100%;z-index:51;text-align:center;color:#fff}.company-view-header-menu>h4{font-size:1rem;font-weight:700;margin-bottom:45px}.company-view-header-menu .title-element{width:100%;color:#fff;font-size:.75rem;font-weight:700;background-image:#2046b4;background-color:#324f9a;padding:8px;text-align:left;margin-bottom:0;-webkit-box-pack:left;justify-content:left;margin-top:30px;word-break:break-word;line-height:1.2}.company-view-header-menu .close-company-view-header-menu{position:absolute;padding:10px;top:0;right:5px;z-index:99;display:inline-block}.company-view-header-menu .close-company-view-header-menu .hy-icon{height:20px;width:20px;background-size:cover}.company-view-header-menu .wrap-button{margin-left:-5px;margin-right:-5px;margin-top:35px}.company-view-header-menu .wrap-button .vertical-center{width:50%;padding-left:5px;padding-right:5px}.company-view-header-menu .wrap-button .btn{display:block;font-size:.875rem;font-weight:700;height:50px;line-height:35px}@media only screen and (max-width:365px){.company-view-header-menu .wrap-button .btn{display:block;font-size:.7rem;font-weight:700;height:50px;line-height:35px}}.company-view-header-menu .wrap-search{margin-top:15px;width:100%}.company-view-header-menu .wrap-search .input-group{width:100%;position:relative}.company-view-header-menu .wrap-search .enter-name-input{height:3rem;padding-right:65px;border-radius:0}.company-view-header-menu .wrap-search .input-group-prepend-blue{background:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background:linear-gradient(90deg,#172e6e,#224595);padding:0 .75rem;position:absolute;bottom:1px;right:1px;height:46px;z-index:9}.company-view-header-menu .wrap-search .input-group-search-white{background:url(/images/icon-svg/user/svg-icon/hyo/search-small-white.svg) no-repeat 50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;line-height:1.6;text-align:center;white-space:nowrap;cursor:pointer;height:25px;width:24px;background-size:cover}.company-view-header-menu .nav-bar-mobile-company-view{margin-top:15px}.company-view-header-menu .nav-bar-mobile-company-view.not-login{height:auto;margin-bottom:70px}.company-view-header-menu .nav-bar-mobile-company-view.login{height:auto}.company-view-header-menu .small-size{width:11.625rem;height:3.1875rem;background-color:#5e72a7;background-image:none}.company-view-header-menu .logo-header img{width:100%}.nav-bar-mobile-company-view{text-align:left;width:100%}.nav-bar-mobile-company-view.style-01 .hy-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.nav-bar-mobile-company-view.style-01 li{padding:0 10px}.nav-bar-mobile-company-view li{border-top:1px solid #53679f}.nav-bar-mobile-company-view li:last-child{border-bottom:1px solid #53679f}.nav-bar-mobile-company-view li a{font-size:.75rem;font-weight:700;color:#fff;padding:18px 10px}.nav-bar-mobile-company-view li a .hy-icon{background-size:cover;height:10px;width:16px;float:right;position:relative;top:5px}button:focus,input:focus{outline:none}.breadcrumb-item+.breadcrumb-item:before{content:">"}.active{background:#eaedf9;color:#000}.header-left{display:table}.header-left .logo-header{display:table-cell;vertical-align:middle}.header-left .logo-header img{width:211px}.header-left .slogan{display:table-cell;vertical-align:middle;font-weight:700;letter-spacing:0;font-size:.688rem}@media only screen and (max-width:768px){.header-left .logo-header img{width:155px}.header-left .slogan{font-size:9px;width:145px}}.header-right{position:absolute;top:0;bottom:0;right:0;width:100%;height:42%;margin:auto}.header-bottom{border-bottom:1px solid hsla(0,0%,100%,.5)}.header-right .input-group-search{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;line-height:1.6;text-align:center;white-space:nowrap;cursor:pointer;background:url(/images/icon-svg/user/header/search_icon.svg) no-repeat 50%}.header-right .form-control{border:0;border-radius:0;background-clip:unset;color:#707070}.header-right .input-group-prepend{background:#f5f5f5;padding:5px}.header-right a:active,.header-right a:focus,.header-right a:hover,.header-right input:active,.header-right input:focus,.header-right input:hover{outline:0!important;-webkit-appearance:none;box-shadow:none!important}a:hover{opacity:.8}.header-right .top-drop-menu{position:absolute;top:-.59rem;left:11.8rem}.load-more{padding-left:.75rem!important;padding-right:.75rem!important}.header-bg{background:repeating-linear-gradient(130deg,#11286c,#11286c 300px,#142e77 0,#142e77 600px);position:relative}.move-left{margin-left:-11rem}.text-span{padding-left:.75rem;padding-right:.75rem}.fun-medium-blue-button{background-image:-webkit-gradient(linear,left top,right top,from(#091a5d),to(#042e8a));background-image:linear-gradient(90deg,#091a5d,#042e8a);color:#fff;border:.0625rem solid #2046b4;font-size:.875rem;border-radius:0;font-weight:700;position:relative;padding:1rem .75rem}.fun-medium-blue-button:hover{color:#fff;opacity:.9}.fun-long-white-button{background-color:#fff;color:#2046b4;font-size:.875rem;letter-spacing:100;border:.0625rem solid #2049a6;border-radius:0;font-weight:400;position:relative}.fun-long-white-button em{position:absolute;right:.75rem;top:1.25rem;z-index:10}.fun-long-white-button:hover{color:#2046b4;opacity:.9}.hy-button{position:relative}@media only screen and (max-width:460px){.hy-button{height:auto!important;padding:.575rem}}.hy-button:hover{text-decoration:none;box-shadow:0 0 2px 3px #c2c2c2}.yellow-default-button{color:#fff;background-color:#f90;font-weight:700;border:#f90}.blue-default-button{color:#fff;background-image:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background-image:linear-gradient(90deg,#172e6e,#224595);border:#2046b4;font-weight:700}.blue-default-button:hover{color:#fff}.small-size{width:5.625rem;height:2.1875rem;font-size:.8125rem}.h-50px-important{height:50px!important;font-size:.75rem!important}.h-35{height:35px}.h-85{height:85px}.w-90{width:90px}.w-117{width:117px}.width-340{width:21.25rem}.font-size-2{font-size:.875rem!important}@media only screen and (max-width:768px){.font-size-2{font-size:.75rem!important}}.font-size-4{font-size:.75rem}.fsize-13{font-size:.813rem}.fsize-22{font-size:1.375rem}@media only screen and (max-width:767px){.fsize-22{font-size:1.125rem}}.f-12px{font-size:12px}.f-14px{font-size:14px}.f-company-info{font-size:24.5px}.w-122px{width:122px}.w-400px{width:400px}.h-60px{height:60px}.hy-icon{background-repeat:no-repeat;width:1.65rem;height:1.4rem;vertical-align:middle;display:inline-block;text-align:center}.small{width:.7rem;height:.7rem}.big{width:1.8rem;height:1.8rem}.proper{width:1.125rem;height:1.125rem}.big-square{width:1.2rem;height:1.2rem}.navbar-icon-size-login{width:2.5rem;height:2.5rem}.hy-icon-right-angle-white{background-image:url(/images/icon-svg/user/svg-icon/angle/right-angle-white.svg)}.hy-icon-search{background-image:url(/images/icon-svg/user/svg-icon/hyo/search.svg)}.hy-icon-toggle{background-image:url(/images/icon-svg/user/svg-icon/hyo/toggle.svg)}.hy-icon-rated-yellow-big{background-image:url(/images/icon-svg/user/svg-icon/start/rated-yellow-big.svg)}.hy-icon-unrated-yellow-big{background-image:url(/images/icon-svg/user/svg-icon/start/unrated-yellow-big.svg)}.hy-icon-position{background-image:url(/images/icon-svg/user/svg-icon/hyo/position.svg)}.hy-icon-half-rated-yellow-big{background-image:url(/images/icon-svg/user/svg-icon/start/half-rated-yellow-big.svg)}.hy-icon-right-angle-blue-school{background-image:url(/images/icon-svg/user/svg-icon/angle/right-angle-blue-school.svg)}.hy-icon-building-business{background-image:url(/images/icon-svg/user/svg-icon/hyo/building2.svg)}.hy-icon-drop-down-white{background-image:url(/images/icon-svg/user/svg-icon/angle/drop-down-white.svg)}.hy-icon-right-angle-gray{background-image:url(/images/icon-svg/user/svg-icon/angle/right-angle-gray.svg)}.hy-icon-top-menu-dropdown{background-image:url(/images/icon-svg/user/svg-icon/hyo/top-menu-dropdown.svg)}.hy-icon-user-menu{background-image:url(/images/icon-svg/user/svg-icon/hyo/user-header.svg)}.hy-icon-close{background-image:url(/images/icon-svg/user/svg-icon/hyo/close.svg)}.form-enter-name .enter-name-input{height:3.125rem;border:.0625rem solid #ddd;font-size:.875rem;padding-left:1.125rem}.form-enter-name .enter-name-input::-webkit-input-placeholder{color:#aaa}.form-enter-name .enter-name-input::-moz-placeholder{color:#aaa}.form-enter-name .enter-name-input:-ms-input-placeholder{color:#aaa}.form-enter-name .enter-name-input::-ms-input-placeholder{color:#aaa}.form-enter-name .enter-name-input::placeholder{color:#aaa}.active-in:active{background-color:#f8f9fa}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.form-control,.form-control:disabled{background-color:#f5f5f5;border-color:#ddd}.select-valid{background-color:#fff;color:#000}.input-search-nav{width:17.8125rem!important}h1,h2,h3,h4,h5{word-break:break-word}#sticky_loading{position:-webkit-sticky;position:sticky;top:100px;z-index:9999;margin-top:-50px;display:none}#sticky_loading .spinner-grow{color:#19d2b7}@media only screen and (max-width:460px){.content-pt{padding-top:85px}.header-fix-top{position:fixed;z-index:50}}.color-link{text-decoration:none!important}.position-relative{position:relative}@media only screen and (min-width:768px) and (max-width:1024px){*{margin:0;padding:0}}@media only screen and (max-width:768px){*{margin:0;padding:0}}.hy-icon-right-angle-white{display:none}@media only screen and (max-width:460px){input{-webkit-appearance:textfield;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}}@media only screen and (max-width:1079px){.hy-footer .container{padding-left:1rem;padding-right:1rem;font-size:12px}.hy-footer-blue .footer-contact a{padding-right:unset;padding-left:unset;border-right:unset;display:-webkit-box;display:flex}.hy-footer-blue .footer-contact span{display:inline-grid;width:46%;text-align:left}.wrap-footer-contact-menu{display:inline-block;margin-top:30px;margin-left:auto;margin-right:auto}.hy-icon-right-angle-white{display:inline-block;background-position:top}}@media only screen and (max-width:425px){.hy-footer-blue .footer-contact a{font-size:12px}}@media only screen and (max-width:575px){.hy-footer-blue .footer-contact .wrap-footer-contact-menu span:nth-child(2n){padding-left:30px}}@media only screen and (max-width:460px){input{font-family:monospace;font-size:1rem!important}}@media only screen and (min-width:768px){.display-mobile{display:none!important}}.margin-top-inquiry{margin-top:3rem!important;margin-bottom:3rem!important}@media only screen and (max-width:540px){.padding-top-edit{padding-top:20px}.padding-body{padding:20px 15px}.margin-top-inquiry{margin-top:0!important}}@media only screen and (max-width:460px){.padding-top-support{padding-top:90px!important}.padding-top-mypage{padding-top:140px}}.slogan-pc{color:#fff;font-size:10px;width:100%;padding:.5rem 0 .5rem .5rem}.search-icon-img{position:relative;top:3px;width:19px;height:19px}.blue-color{background-color:#11286c}.search-bar-mobile{padding:5px;background-color:#fff}.search-width{width:100%}.input-search-mobile{border-radius:0;font-size:13px!important}#header_whole{border-bottom:1px solid #ddd;background:#0d2267}#logo-header{height:70px}@media (max-width:768px){#header_whole{padding:0}#logo-header,#top_right_user_header{height:50px}}#header_first{padding:3px 0}@media (max-width:768px){#header_first{padding:3px 10px}}.h-70{height:70px}#header_whole_signup{border-bottom:1px solid #ddd;background:#0d2267}@media only screen and (max-width:768px){#header_whole_signup{padding:0!important}}#header-right-no-login{margin-top:1.35rem}.mg-top-icon-user{margin-top:-.25rem}.mg-left-search-bar{margin-left:2rem}@media only screen and (max-width:1089px){.mg-left-search-bar{margin-left:1.5rem}}#menu-icon{height:55px}@media only screen and (min-width:769px){#menu-icon{height:75px}}@media (min-width:1080px){#header_first #logo-header{-webkit-box-flex:0!important;flex:0 0 41%!important;max-width:41%!important}#header_first #top_right_user_header{-webkit-box-flex:0!important;flex:0 0 59%!important;max-width:59%!important}}@media only screen and (max-width:460px){.padding-top-search{padding-top:65px}}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.search-company-wrapper .category-header{background-image:-webkit-gradient(linear,left top,right top,from(#172e6e),to(#224595));background-image:linear-gradient(90deg,#172e6e,#224595);color:#fff;min-height:50px;text-align:center;line-height:35px;font-size:.875rem;letter-spacing:100;padding:10px}@media only screen and (max-width:768px){.search-company-wrapper .category-header{text-align:left}}.search-company-wrapper .category-bot{background:#fff;margin-bottom:25px}.search-company-wrapper .category-body{padding:20px 10px 10px}.search-company-wrapper ul{list-style:none;padding-left:1px}.search-company-wrapper .index-list{border-bottom:1px solid #d8d8d8;padding-bottom:10px;cursor:pointer}.search-company-wrapper .index-list:last-child{border:0;margin-bottom:0}.search-company-wrapper .index-list:hover{background:#ececec}@media only screen and (max-width:567px){.search-company-wrapper .wrap-sidebar>div{padding:15px;margin-bottom:0}}@media only screen and (min-width:540px) and (max-width:560px){.search-company-wrapper .wrap-sidebar>div{padding:15px;margin-bottom:0}}.hy-icon-right-angle-blue-school.lazyBackground,.hy-icon-right-angle-white.lazyBackground{background-image:none!important}.breadcrumb-search{display:none}@media only screen and (max-width:767px){.breadcrumb-search{display:block}.sm-search-pad-3{padding-bottom:1.5rem!important}}@media only screen and (max-width:460px){.sm-search-pad-1{padding:10px 6px!important}}@media only screen and (max-width:410px){.sm-search-pad-2{padding:10px 4.5px!important}}@media only screen and (max-width:390px){.sm-search-pad-2{padding:10px 4px!important}.search-company-wrapper .pagination-block .pagination .page-item .page-link{font-size:14.5px}}@media only screen and (max-width:383px){.sm-search-pad-2{padding:10px 2px!important}}@media only screen and (max-width:375px){.search-company-wrapper .pagination-block .pagination .page-item .page-link{font-size:13px}}@media only screen and (max-width:352px){.search-company-wrapper .pagination-block .pagination .page-item .page-link{font-size:12px}}@media only screen and (max-width:340px){.sm-search-pad-1{padding:10px 4px!important}}.search-company-wrapper .address span{font-size:.75rem}.search-company-wrapper .address span .hy-icon{width:11px!important;height:19px!important;position:inherit}.search-company-wrapper .internet span{font-size:.75rem}.search-company-wrapper .internet span .hy-icon{height:18px;width:18px!important;background-size:contain;position:relative;top:-3px}.search-company-wrapper.main-search-page .company_header__info{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:15px}.search-company-wrapper.main-search-page .company_header__info .company-header{margin-bottom:0}.search-company-wrapper.main-search-page .company_header__info .company-header__follow{align-self:center}@media screen and (max-width:767px){.search-company-wrapper.main-search-page .company_header__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:10px}.search-company-wrapper.main-search-page .company_header__info .company-header{margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.search-company-wrapper.main-search-page .company_header__info .company-header__name{margin-right:0}.search-company-wrapper.main-search-page .company_header__info .company-header__name h2{margin-bottom:0}.search-company-wrapper.main-search-page .company_header__info .company-header__follow{align-self:unset;margin-top:5px}}.search-company-wrapper.main-search-page .button-view{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.search-company-wrapper.main-search-page .button-view a{width:49%}.display-inherit{display:inherit!important}.kaizen-platform-top-float-btn-smart-phone{z-index:49!important}.job-count a{color:#2046b4}.job-count a :hover{color:#2046b4;opacity:.8}@media (max-width:420px){.pagination li a.page-link,.pagination li span.current-page,.pagination li span.sm-pag-pad-1{min-width:32px;text-align:center}}.s-filter-overlay{height:100%;width:100%;display:none;position:fixed;z-index:10000;top:0;left:0;background-color:rgba(0,0,0,.8)}.s-filter-overlay .s-filter-overlay-content{position:relative;width:35%;height:70%;margin:5% auto}@media only screen and (max-width:1200px){.s-filter-overlay .s-filter-overlay-content{width:45%;height:70%}}@media only screen and (max-width:992px){.s-filter-overlay .s-filter-overlay-content{width:55%;height:70%}}@media only screen and (max-width:768px){.s-filter-overlay .s-filter-overlay-content{width:65%;height:80%}}@media only screen and (max-width:460px){.s-filter-overlay .s-filter-overlay-content{width:90%;height:80%}}.s-filter-overlay .filter-header{position:absolute;top:0;left:0;right:0}.s-filter-overlay .filter-header .head-container{display:-webkit-box;display:flex;height:55px;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:1rem;font-weight:700}.s-filter-overlay .filter-header a,.s-filter-overlay .filter-header p{font-size:1rem;color:#fff;margin:0}.s-filter-overlay .filter-header a:hover{text-decoration:none}.s-filter-overlay .filter-header .closebtn em{width:16px;height:16px;background-size:contain}.s-filter-overlay .filter-header .resetbtn em{background-size:contain;width:14px;margin-top:5px}.s-filter-overlay .filter-body{padding:55px 0;height:100%}.s-filter-overlay .filter-body .container{height:100%;background:#fff;border-left:.0625rem solid #2046b4;border-right:.0625rem solid #2046b4}.s-filter-overlay .filter-footer{position:absolute;bottom:0;left:0;right:0;height:55px;background-color:#284396}.s-filter-overlay .filter-footer .container{display:-webkit-box;display:flex;align-content:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:100%;color:#fff}.s-filter-overlay .filter-footer button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff;font-weight:700;margin:0 10px}.s-filter-overlay .filter-footer button.searchbtn{background:#da210c}.s-filter-overlay .filter-footer button.searchbtn:hover{opacity:.8}.list-prefecture-container,.list-prefecture-container-sidebar{padding:30px 0;height:100%;overflow-y:auto}.list-prefecture-container-sidebar p.title-search,.list-prefecture-container p.title-search{border-left:3px solid #284396;padding-left:10px;line-height:1em;font-size:.875rem;margin-bottom:1rem;margin-top:0;font-weight:500;word-break:break-word}.list-prefecture-container-sidebar.list-ind-cate-container h4,.list-prefecture-container.list-ind-cate-container h4{margin-top:1rem;font-weight:700}.list-prefecture-container-sidebar.list-ind-cate-container h4:first-child,.list-prefecture-container.list-ind-cate-container h4:first-child{margin-top:0}.list-prefecture-container-sidebar.list-ind-cate-container-sidebar h4,.list-prefecture-container.list-ind-cate-container-sidebar h4{border:none;padding:0 5px;margin-top:1rem}.list-prefecture-container-sidebar.list-ind-cate-container-sidebar h4:first-child,.list-prefecture-container.list-ind-cate-container-sidebar h4:first-child{margin-top:0}.list-prefecture-container-sidebar ul,.list-prefecture-container ul{list-style-type:none;margin:0;padding:0;background:transparent}.list-prefecture-container-sidebar ul li,.list-prefecture-container ul li{padding:0;position:relative;background:transparent}.list-prefecture-container-sidebar .i-prefecture,.list-prefecture-container .i-prefecture{padding:0 10px}.list-prefecture-container-sidebar .i-prefecture:first-child>.i-switch:first-child,.list-prefecture-container .i-prefecture:first-child>.i-switch:first-child{border-top:1px solid #ddd}.list-prefecture-container-sidebar .i-prefecture:last-child>.i-switch:last-child,.list-prefecture-container .i-prefecture:last-child>.i-switch:last-child{border-bottom:none}.list-prefecture-container-sidebar .i-switch,.list-prefecture-container .i-switch{border-bottom:1px solid #ddd;padding:0 0 0 15px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer;min-height:40px;font-weight:400}.list-prefecture-container-sidebar .i-switch.disabled,.list-prefecture-container-sidebar .i-switch.temp-disabled,.list-prefecture-container .i-switch.disabled,.list-prefecture-container .i-switch.temp-disabled{cursor:default;color:#999}.list-prefecture-container-sidebar .i-district .i-switch,.list-prefecture-container .i-district .i-switch{padding-left:60px;background:#f6f6f6}.list-prefecture-container-sidebar .i-wards .i-switch,.list-prefecture-container .i-wards .i-switch{padding-left:100px;background:#f0f0f0}.list-prefecture-container-sidebar .i-district .i-switch:before,.list-prefecture-container-sidebar .i-wards .i-switch:before,.list-prefecture-container .i-district .i-switch:before,.list-prefecture-container .i-wards .i-switch:before{width:14px;height:14px;position:absolute;left:15px;top:12px;background-color:transparent;border-left:1px solid #ddd;border-bottom:1px solid #ddd;content:"";-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}.list-prefecture-container-sidebar .i-district .i-switch:before,.list-prefecture-container .i-district .i-switch:before{left:30px}.list-prefecture-container-sidebar .i-wards .i-switch:before,.list-prefecture-container .i-wards .i-switch:before{left:70px}.list-prefecture-container-sidebar .i-switch.on,.list-prefecture-container .i-switch.on{background:rgba(255,153,0,.1)}.list-prefecture-container-sidebar .i-caret,.list-prefecture-container .i-caret{height:40px;width:40px;background:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list-prefecture-container-sidebar .i-caret:before,.list-prefecture-container .i-caret:before{content:"";background:transparent;height:10px;width:10px;display:block;-webkit-transform:rotate(225deg);transform:rotate(225deg);border-top:1px solid #284396;border-left:1px solid #284396;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;top:12px;right:15px;position:absolute}.list-prefecture-container-sidebar .caret-down:before,.list-prefecture-container .caret-down:before{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.list-prefecture-container-sidebar .caret-up:before,.list-prefecture-container .caret-up:before{top:17px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.list-prefecture-container-sidebar .caret-right:before,.list-prefecture-container .caret-right:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.list-prefecture-container-sidebar .i-prefecture .caret-up,.list-prefecture-container .i-prefecture .caret-up{background:#f6f6f6}.list-prefecture-container-sidebar .i-district .caret-up,.list-prefecture-container .i-district .caret-up{background:#f0f0f0}.list-prefecture-container-sidebar .nested,.list-prefecture-container .nested{display:none}.list-prefecture-container-sidebar .nested.active,.list-prefecture-container .nested.active{display:block;background:transparent}.list-prefecture-container-sidebar .i-prefecture{padding:0}.list-prefecture-container-sidebar .i-prefecture .i-switch{padding-left:5px}.list-prefecture-container-sidebar .i-district .i-switch:before,.list-prefecture-container-sidebar .i-wards .i-switch:before{width:12px;height:12px;position:absolute;left:15px;top:12px;background-color:transparent;border:1px solid #ddd;border-top:none;border-right:none;content:"";-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}.list-prefecture-container-sidebar .i-switch{cursor:auto}.list-prefecture-container-sidebar .i-switch a{font-weight:400;color:#2046b4;text-decoration:none}.list-prefecture-container-sidebar .i-switch.temp-disabled{color:#212529;font-weight:400}.list-prefecture-container-sidebar .i-switch.temp-disabled a{color:#212529;cursor:default}.list-prefecture-container-sidebar .i-switch.temp-disabled a:hover{opacity:1}.list-prefecture-container-sidebar .i-switch.disabled{color:#212529;font-weight:400}.list-prefecture-container-sidebar .i-district .i-switch{padding-left:50px}.list-prefecture-container-sidebar .i-district .i-switch:before{left:30px}.list-prefecture-container-sidebar .i-wards .i-switch{padding-left:70px}.list-prefecture-container-sidebar .i-wards .i-switch:before{left:50px}.list-prefecture-container-sidebar .i-caret{cursor:pointer}.list-prefecture-container-sidebar .i-caret:before{height:9px;width:9px;top:12px;border-top:1px solid #2046b4;border-left:1px solid #2046b4}.list-prefecture-container-sidebar .i-caret.caret-up:before{top:17px}@media only screen and (max-width:460px){.list-prefecture-container-sidebar .i-switch,.list-prefecture-container .i-switch{min-height:50px}.list-prefecture-container-sidebar .i-district .i-switch,.list-prefecture-container .i-district .i-switch{padding-left:40px}.list-prefecture-container-sidebar .i-district .i-switch:before,.list-prefecture-container .i-district .i-switch:before{left:20px}.list-prefecture-container-sidebar .i-wards .i-switch,.list-prefecture-container .i-wards .i-switch{padding-left:60px}.list-prefecture-container-sidebar .i-wards .i-switch:before,.list-prefecture-container .i-wards .i-switch:before{left:40px}.list-prefecture-container-sidebar .i-caret,.list-prefecture-container .i-caret{width:50px;height:50px}.list-prefecture-container-sidebar .i-caret:before,.list-prefecture-container .i-caret:before{top:17px;right:20px}.list-prefecture-container-sidebar .i-caret.caret-up:before,.list-prefecture-container .i-caret.caret-up:before{top:22px}}.industry-category-container-footer table td.vertical-align-middle,.list-prefecture-container-footer table td.vertical-align-middle{vertical-align:middle}.industry-category-container-footer a,.list-prefecture-container-footer a{color:#2046b4;text-decoration:none;line-height:1.6em}.industry-category-container-footer .i-area,.list-prefecture-container-footer .i-area{display:block;padding-top:8px;font-size:.875rem}.industry-category-container-footer .i-district,.industry-category-container-footer .i-prefecture,.industry-category-container-footer .i-wards,.list-prefecture-container-footer .i-district,.list-prefecture-container-footer .i-prefecture,.list-prefecture-container-footer .i-wards{display:inline-block;width:24.5%;margin:0}@media only screen and (max-width:768px){.industry-category-container-footer .i-district,.industry-category-container-footer .i-prefecture,.industry-category-container-footer .i-wards,.list-prefecture-container-footer .i-district,.list-prefecture-container-footer .i-prefecture,.list-prefecture-container-footer .i-wards{width:49.5%}}@media only screen and (max-width:460px){.industry-category-container-footer .i-district,.industry-category-container-footer .i-prefecture,.industry-category-container-footer .i-wards,.list-prefecture-container-footer .i-district,.list-prefecture-container-footer .i-prefecture,.list-prefecture-container-footer .i-wards{width:100%}}.industry-category-container-footer .i-prefecture.active,.industry-category-container-footer .i-prefecture:hover,.list-prefecture-container-footer .i-prefecture.active,.list-prefecture-container-footer .i-prefecture:hover{background:#f0f0f0}.industry-category-container-footer .i-district.active,.industry-category-container-footer .i-district:hover,.list-prefecture-container-footer .i-district.active,.list-prefecture-container-footer .i-district:hover{background:#f6f6f6}.industry-category-container-footer .i-wards .i-switch,.list-prefecture-container-footer .i-wards .i-switch{padding-left:25px}.industry-category-container-footer .i-switch,.list-prefecture-container-footer .i-switch{padding:8px 15px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}.industry-category-container-footer .i-switch.disabled,.list-prefecture-container-footer .i-switch.disabled{cursor:default;color:#212529;font-weight:500}.industry-category-container-footer .area_container>.i-prefecture:last-child>.i-switch,.industry-category-container-footer .i-wards:last-child>.i-switch,.industry-category-container-footer .p-content .i-district:last-child>.i-switch,.list-prefecture-container-footer .area_container>.i-prefecture:last-child>.i-switch,.list-prefecture-container-footer .i-wards:last-child>.i-switch,.list-prefecture-container-footer .p-content .i-district:last-child>.i-switch{border-right:none}.industry-category-container-footer .i-caret,.list-prefecture-container-footer .i-caret{height:100%;width:35px;background:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:10px}.industry-category-container-footer .i-caret:before,.list-prefecture-container-footer .i-caret:before{content:"";background:transparent;height:8px;width:8px;display:block;-webkit-transform:rotate(225deg);transform:rotate(225deg);border-top:1px solid #aaa;border-left:1px solid #aaa;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;top:-5px;right:13px;position:absolute}.industry-category-container-footer .caret-down:before,.list-prefecture-container-footer .caret-down:before{top:-5px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.industry-category-container-footer .caret-right:before,.list-prefecture-container-footer .caret-right:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.industry-category-container-footer .caret-up:before,.list-prefecture-container-footer .caret-up:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.industry-category-container-footer .nested.active,.list-prefecture-container-footer .nested.active{display:block}.industry-category-container-footer .nested,.list-prefecture-container-footer .nested{display:none}.industry-category-container-footer .d-content,.industry-category-container-footer .p-content,.list-prefecture-container-footer .d-content,.list-prefecture-container-footer .p-content{padding:10px 0;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}.industry-category-container-footer .p-content,.list-prefecture-container-footer .p-content{background:#f0f0f0}.industry-category-container-footer .d-content,.list-prefecture-container-footer .d-content{background:#f6f6f6}.industry-category-container-footer{height:208px}.industry-category-container-footer table{margin-bottom:0}.list-prefecture-container-footer{height:860px}.list-prefecture-container-footer table{margin-bottom:0}@media only screen and (max-width:770px){.industry-category-container-footer{height:400px}.list-prefecture-container-footer{height:1295px}}@media only screen and (max-width:500px){.industry-category-container-footer{height:896px}.list-prefecture-container-footer{height:2640px}}@media only screen and (max-width:460px){.industry-category-container-footer{height:1024px}.industry-category-container-footer .i-switch{padding:14px 15px}.industry-category-container-footer .nested{padding:0}.list-prefecture-container-footer{height:2639px}.list-prefecture-container-footer .i-switch{padding:14px 15px}.list-prefecture-container-footer .nested{padding:0}}@media only screen and (max-width:320px){.industry-category-container-footer{height:1070px}.list-prefecture-container-footer{height:2640px}}.footer-home-page .industry-category-container-footer,.footer-home-page .list-prefecture-container-footer{height:auto!important}.fas.fa-times-circle{background-image:url(/images/icon-svg/user/svg-icon/hyo/times-circle.svg);height:18px;width:18px}div#input-search-nav{position:relative}div.company_list{position:absolute;left:0;overflow:hidden;z-index:4}div.company_list .list-group-item{z-index:3;border:none;position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;color:#343a40!important;text-decoration:none}div#company_list{width:83.5%;max-height:300px}@media only screen and (max-width:1080px){div#company_list{top:103%}}div.company_list_hover a.list-group-item:hover{opacity:1;background-color:#f8f9fa}div#company_suggest_list{width:89%;max-height:250px;-webkit-transform:translateY(35px);transform:translateY(35px);background-color:#fff}div#company_suggest_list input::-webkit-input-placeholder{color:#c2c2c2}div#company_suggest_list input::-moz-placeholder{color:#c2c2c2}div#company_suggest_list input:-ms-input-placeholder{color:#c2c2c2}div#company_suggest_list input::-ms-input-placeholder{color:#c2c2c2}div#company_suggest_list input::placeholder{color:#c2c2c2}div#company-suggest-list-mobile{width:86%;max-height:250px;-webkit-transform:translateY(35px);transform:translateY(35px)}div#company-suggest-list-mobile .list-group-item{padding-left:10px}div#company-suggest-list-mobile-2{width:95%;max-height:300px;-webkit-transform:translateY(48px);transform:translateY(48px)}div#company-suggest-list-mobile-2 .list-group-item{padding-left:10px}.versus-select-company .versus-company-list{width:100%!important;max-height:none!important;overflow:hidden!important}.versus-select-company .versus-company-list .dropdown-item{white-space:pre-line!important}em.fas.fa-times-circle.remove-text-icon{position:absolute;font-size:1.125rem;color:#ccc;cursor:pointer;z-index:4}em.fas.fa-times-circle.remove-text{right:18%;top:33%}em.fas.fa-times-circle.remove-text-search{right:15%;top:25%}em.fas.fa-times-circle.remove-text-search-mobile{right:16%;top:25%}em.fas.fa-times-circle.remove-text-search-mobile-2{right:6%;top:33%}em.fas.fa-times-circle.screen_compare.remove-text{position:absolute!important;top:15px;right:8%}#search_company_name_input{padding-right:12%;width:100%}@media only screen and (max-width:768px){div#company_list{left:0;width:70%}}@media (min-width:768px) and (max-width:1023px){em.fas.fa-times-circle.remove-text{right:32%}div#company-suggest-list-mobile-2{width:93.5%}em.fas.fa-times-circle.remove-text-search-mobile-2{right:8%}}@media (min-width:468px) and (max-width:767px){em.fas.fa-times-circle.remove-text{right:32%}div#company-suggest-list-mobile-2{width:90%}em.fas.fa-times-circle.remove-text-search-mobile-2{right:12%}}@media (min-width:321px) and (max-width:468px){.home_search_input,.input-search-mobile{padding-right:9%}em.fas.fa-times-circle.remove-text{right:32%}.input-search-mobile-2{padding-right:21%!important}em.fas.fa-times-circle.remove-text-search-mobile-2{right:15%}div#company-suggest-list-mobile-2{width:87%}}@media (max-width:321px){.home_search_input{padding-right:10%}.input-search-mobile{padding-right:9%}em.fas.fa-times-circle.remove-text{right:32%}.input-search-mobile-2{padding-right:24%!important}em.remove-text-icon.remove-text-search-mobile,em.remove-text-icon.remove-text-search-mobile-2{right:18%!important}div#company-suggest-list-mobile-2{width:85%}div#company-suggest-list-mobile{width:84%}}.custom-button-logout{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin:auto}@media screen and (max-width:768px){.row-padding-left-header{padding-left:3px!important}}@media screen and (min-width:769px){.padding-top-header{padding-top:5px}.padding-left-header{padding-left:5px}}@media only screen and (max-width:1079px){.footer-mt{padding-top:1rem}}#menu-header-dropdown{width:300px}#head_search_inline_btn_mobile{box-sizing:content-box;width:22px;height:22px;-o-object-fit:cover;object-fit:cover}.header-left .logo-header img{width:300px!important;height:auto!important;padding-top:3px}@media only screen and (max-width:1079px){.header-left .logo-header img{padding-top:0;padding-bottom:5px}}@media only screen and (max-width:768px){.header-left .logo-header img{width:210px!important;padding-top:3px;padding-bottom:0}}.icon-header-search-mobile{-webkit-box-pack:center;justify-content:center;display:block;padding:6.5px 15px}.cursor-and-hover-like-a-tag{display:inline;cursor:pointer;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.cursor-and-hover-like-a-tag:hover{opacity:.8}.hy-footer-blue .cursor-and-hover-like-a-tag:hover{color:#d9d9d9}.void-link{color:#3490dc;text-decoration:none;background-color:transparent;cursor:pointer}.void-link:hover{color:#1d68a7;text-decoration:underline;opacity:.8}.opa-8:hover{opacity:.8!important}.link-hover:hover{color:#1d68a7}.p-space{padding:0 .2rem!important}.p-space-left{padding-left:.2rem!important}.bg-DA210C{background-color:#da210c!important;border:#da210c!important}.line-height-breadcrumbs-sp{line-height:2.3}.mg-bottom-5px{margin-bottom:5px!important}.text-hover-underline:hover{text-decoration:underline!important}@media screen and (min-width:1080px){footer .footer-contact{padding-top:1.5rem}}footer img{display:block;margin-left:auto;margin-right:auto}.line-height-2{line-height:2!important}.lh-35{line-height:35px}.dropdown-menu.dropdown-header-navigation-hyouban{padding-top:0;padding-bottom:0}.webp-support .form-linear-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url(/webp-images/check_kuchikomi.webp)}.webp-support #open-modal .hy-icon-close{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/close.webp)}.webp-support .rating-bottom{background:url(/webp-images/user/background/background-rate.webp);background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important}.webp-support .hy-icon-search{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search.webp)}.webp-support .hy-icon-search-kuchikomi{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-icon.webp)}.webp-support .hy-icon-flag-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/flag-bg-blue.webp)}.webp-support .hy-icon-position-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/position-blue.webp)}.webp-support .hy-icon-job{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/job.webp)}.webp-support .hy-icon-qualification{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/qualification.webp)}.webp-support .hy-icon-en-logo-header{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/en-logo-header.webp)}.webp-support .salary-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money-bg-blue.webp)}.webp-support .relation-box{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-black-bigger.webp)}.webp-support #mediaCarousel .list-inline-item .play-video-icon{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause.webp)}.webp-support .hy-icon-filter-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/filter-white.webp)}.webp-support .hy-icon-statistic-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/statistic-white.webp)}.webp-support .hy-icon-half-rated-yellow-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-yellow-big.webp)}.webp-support .hy-icon-pickup-mobile{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pickup-mobile.webp)}.webp-support .ad-image-header{background:url(/webp-images/user/background/bg-image-woman.webp) no-repeat;background-size:cover;display:-webkit-box}@media only screen and (max-width:567px){.webp-support .ad-image-header{background:url(/webp-images/user/background/bg_woman.webp) no-repeat;background-size:cover;display:-webkit-box}}.webp-support .rating-bottom .star-rating{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-white.webp)}.webp-support .hy-icon-rated-purple-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-purple-bigger.webp)}.webp-support .hy-icon-unrated-purple-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-purple-bigger.webp)}.webp-support .hy-icon-half-rated-purple-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-purple-big.webp)}.webp-support .hy-icon-rated-purple-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-purple-big.webp)}.webp-support .hy-icon-flag-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/flag-bg-purple.webp)}.webp-support .hy-icon-profile-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/profile-bg-purple.webp)}.webp-support .hy-icon-statistic-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/statistic-bg-purple.webp)}.webp-support .hy-icon-leave-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/leave-bg-purple.webp)}.webp-support .hy-icon-money-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money-bg-purple.webp)}.webp-support .hy-icon-woman-star-2{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-star-2.webp)}.webp-support .hy-icon-woman-comment-2{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-comment-2.webp)}.webp-support .hy-icon-woman-show-2{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-show-2.webp)}.webp-support .hy-icon-yen-gray{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money.webp)}.webp-support .company-modal-rate #rate-filter-modal .selectbox-normal .ui-vselectbox-caption{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-icon.webp)}.webp-support .main:before{background:url(/webp-images/landing-student/img-main.webp) top/cover no-repeat}.webp-support .company_ttl{background:url(/webp-images/landing-student/ic-ttl-line.webp) 20px/25px auto no-repeat}.webp-support .merit01{background:url(/webp-images/landing-student/bg-merit01.webp) 50%/cover no-repeat}.webp-support .merit01_list_ttl_txt:before{background:url(/webp-images/landing-student/ic-merit.webp) 0/contain no-repeat}@media only screen and (min-width:501px){.webp-support .merit02{background:url(/webp-images/landing-student/bg-merit02-01.webp) 0 0 no-repeat,url(/webp-images/landing-student/bg-merit02-02.webp) 100% 100% no-repeat}}@media only screen and (max-width:500px){.webp-support .merit02{background:url(/webp-images/landing-student/bg-merit02-01.webp) -157px top/395px auto no-repeat,url(/webp-images/landing-student/bg-merit02-02.webp) 100% 100%/235px auto no-repeat;padding-bottom:40px}}.webp-support .merit03_list_about{background:url(/webp-images/landing-student/ic-ttl-line.webp) 0 0/25px auto no-repeat}.webp-support .contact_ttl:before{background-image:url(/webp-images/landing-student/bg-contact-l.webp)}.webp-support .contact_ttl:after{background-image:url(/webp-images/landing-student/bg-contact-r.webp)}.webp-support .use{background:url(/webp-images/landing-student/bg-use.webp) top repeat}.webp-support .btn_com:after{background-image:url(/webp-pub/icon-svg/landing-student/ic-arrow-b.webp)}.webp-support .btn_sub01:after,.webp-support .btn_sub02:after{background-image:url(/webp-pub/icon-svg/landing-student/ic-arrow-w.webp)}.webp-support .woman-rate .hy-icon-rated-yellow-small{background-image:url(/webp-pub/icon-svg/landing-student/rated-yellow.webp)}.webp-support .woman-rate .hy-icon-half-rated-yellow-small{background-image:url(/webp-pub/icon-svg/landing-student/half-rated-yellow.webp)}.webp-support .woman-rate .hy-icon-unrated-yellow-small{background-image:url(/webp-pub/icon-svg/landing-student/unrated-yellow.webp)}@media only screen and (max-width:1079px){.webp-support .content-banner{background-image:url(/webp-images/user/background/bg_mobile.webp);background-size:100%;background-repeat:no-repeat}}.webp-support .nav-bar-mobile-company-view li .hy-dropdown{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-white.webp)}.webp-support #mediaCarousel .carousel-indicators .list-inline-item .play-video-icon{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause.webp)}.webp-support .hy-icon-chair{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/chair.webp)}.webp-support .hy-icon-right-arrow-white-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-white-blue.webp)}.webp-support .hy-icon-pickup{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pickup.webp)}.webp-support .hy-icon-search-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-blue.webp)}.webp-support .hy-icon-rated-purple-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-purple.webp)}.webp-support .hy-icon-unrated-purple-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-purple.webp)}.webp-support .hy-icon-pause{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause.webp)}.webp-support .hy-icon-slash{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/slash.webp)}.webp-support .hy-icon-down-angle-orange{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/down-angle-orange.webp)}.webp-support .hy-icon-experience{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/experience.webp)}.webp-support .hy-icon-education{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/education.webp)}.webp-support .hy-icon-leave-day{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/leave-day.webp)}.webp-support .hy-icon-money-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money-white.webp)}.webp-support .hy-icon-mail{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/mail.webp)}.webp-support .hy-icon-right-arrow-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-blue.webp)}.webp-support .hy-icon-right-arrow-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-white.webp)}.webp-support .hy-icon-right-arrow-blue-longer{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-blue-longer.webp)}.webp-support .hy-icon-en-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/en-white.webp)}.webp-support .hy-icon-overtime{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/overtime.webp)}.webp-support .hy-icon-right-arrow-white-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-white-bigger.webp)}.webp-support .hy-icon-unrated-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-white.webp)}.webp-support .hy-icon-profile-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/profile-white.webp)}.webp-support .hy-icon-right-angle-white-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-white-bigger.webp)}.webp-support .hy-icon-down-angle-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/down-angle-blue.webp)}.webp-support .hy-icon-woman-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-logo.webp)}.webp-support .hy-icon-woman-star{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-star.webp)}.webp-support .hy-icon-woman-comment{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-comment.webp)}.webp-support .hy-icon-woman-show{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-show.webp)}.webp-support .hy-icon-half-rated-purple-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-purple.webp)}.webp-support .hy-icon-half-rated-purple-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-purple-bigger.webp)}.webp-support .hy-icon-unrated-purple-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-purple-big.webp)}.webp-support .hy-icon-right-arrow-black-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-black-bigger.webp)}.webp-support .hy-icon-profile-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/profile-bg-blue.webp)}.webp-support .hy-icon-notice{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/icon-notice.webp)}.webp-support .hy-icon-woman-logo-2{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-logo-2.webp)}.webp-support .hy-icon-information{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/information.webp)}.webp-support .hy-icon-drop-down{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-icon.webp)}.webp-support .hy-icon-input-chat{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-chat.webp)}.webp-support .hy-icon-input-chat-ok{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-chat-ok.webp)}.webp-support .hy-icon-input-document{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-document.webp)}.webp-support .hy-icon-input-look{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-look.webp)}.webp-support .hy-icon-input-sucess2{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-sucess2.webp)}.webp-support .hy-icon-input-sucessed{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-sucessed.webp)}.webp-support .hy-icon-input-surface{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/form-surface1.webp)}.webp-support .hy-icon-right-angle-white-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-white-small.webp)}.webp-support .hy-icon-user-circle{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/user-circle.webp)}.webp-support .hy-icon-down-angle-grey{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/down-angle-grey.webp)}.webp-support .hy-icon-search-blue-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-blue-bigger.webp)}.webp-support .hy-icon-down-angle-black{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/down-angle-black.webp)}.webp-support .hy-icon-building-business{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/building2.webp)}.webp-support .hy-icon-paper-list{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/paper-company.webp)}.webp-support .hy-icon-search-black{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-black.webp)}.webp-support .hy-icon-right-pagination-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pagination-right.webp)}.webp-support .hy-icon-edit{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/edit.webp)}.webp-support .hy-icon-heart{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/heart.webp)}.webp-support .hy-icon-user{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/user.webp)}.webp-support .hy-icon-liked{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/like_icon.webp)}.webp-support .hy-icon-search-gray{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-gray.webp)}.webp-support .hy-icon-warning{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/warning.webp)}.webp-support .hy-icon-information-red{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/information-red.webp)}.webp-support .hy-icon-google-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/google-logo.webp)}.webp-support .hy-icon-facebook-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/facebook-logo.webp)}.webp-support .hy-icon-yahoo-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/yahoo-logo.webp)}.webp-support .hy-icon-google-logo-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/google-logo-small.webp)}.webp-support .hy-icon-facebook-logo-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/facebook-logo-small.webp)}.webp-support .hy-icon-yahoo-logo-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/yahoo-logo-small.webp)}.webp-support .hy-icon-chair-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/chair-bg-purple.webp)}.webp-support .hy-icon-woman-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-bg-purple.webp)}.webp-support .hy-icon-distance-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/distance-bg-purple.webp)}.webp-support .hy-icon-building-bg-purple{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/building-bg-purple.webp)}.webp-support .hy-icon-user-login{background-image:url(/webp-pub/icon-svg/user/header/user_icon.webp)}.webp-support .hy-icon-icon-no-1{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/icon_no_1.webp)}.webp-support .hy-icon-right-angle-blue-arrow{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/right-angle-blue-arrow.webp)}.webp-support .hy-icon-left-angle-blue-arrow{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/left-angle-blue-arrow.webp)}.webp-support .hy-icon-message-notification{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/message-notification.webp)}.webp-support .hy-icon-user-profile{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/user-profile.webp)}.webp-support .hy-icon-sitemap-down-arrow-black{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/sitemap-down-arrow-black.webp)}.webp-support .hy-icon-left-arrow-white-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/left-arrow-white-bigger.webp)}.webp-support .hy-icon-exception-notice{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/exception-notice.webp)}.webp-support .hy-icon-exclamation{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/exclamation.webp)}.webp-support .play-video-icon{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause.webp)}.webp-support .hy-icon-camera-gallery{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/camera-gallery.webp)}.webp-support .user-screen .salary-logo{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money-bg-blue.webp)}.webp-support .user-screen .rating-bottom .star-rating em{background:url(/webp-pub/icon-svg/user/svg-icon/start/rated-white.webp)}.webp-support .progress-chart-empty-bg{background-image:url(/webp-images/progress-empty.webp)}.webp-support .progress-chart-empty-bg-woman{background-image:url(/webp-images/chart-woman-2.webp)}@media (min-width:1024px) and (max-width:1079px){.webp-support .progress-chart-empty-bg{background-image:url(/webp-images/progress-empty-ipad.webp)}.webp-support .progress-chart-empty-bg-woman{background-image:url(/webp-images/chart-woman-2-ipad.webp)}}@media (min-width:768px) and (max-width:1023px){.webp-support .progress-chart-empty-bg{background-image:url(/webp-images/progress-empty-ipad-02.webp)}.webp-support .progress-chart-empty-bg-woman{background-image:url(/webp-images/chart-woman-2-ipad2.webp)}}@media only screen and (max-width:567px){.webp-support .progress-chart-empty-bg{min-height:365px;background-image:url(/webp-images/progress-empty.webp)}.webp-support .progress-chart-empty-bg-woman{min-height:400px;background-image:url(/webp-images/chart-woman-2.webp)}}.webp-support .sensor-end-line-other{background:url(/webp-images/sensor_other_pc.webp) no-repeat}.webp-support .reply-by-jp-content-inc.blur-text{background:url(/webp-images/user-repply-kuchikomi.webp) no-repeat}@media (min-width:1024px) and (max-width:1079px){.webp-support .reply-by-jp-content-inc.blur-text{background:url(/webp-images/user-repply-kuchikomi-ipadpro.webp) no-repeat}}@media (min-width:768px) and (max-width:1023px){.webp-support .reply-by-jp-content-inc.blur-text{background:url(/webp-images/user-repply-kuchikomi-ipad.webp) no-repeat}}.webp-support .policy-section-1{background-image:url(/webp-images/policy/policy-top-layout-1.webp)}@media (max-width:575px){.webp-support .policy-section-1{background-image:url(/webp-images/policy/img-top-layout-sp.webp)}}@media only screen and (max-width:567px){.webp-support .reply-by-jp-content-inc.blur-text{height:275px;background:url(/webp-images/user-repply-kuchikomi-mobile.webp) no-repeat}.webp-support .sensor-end-line-other{background:url(/webp-images/sensor_other_sp.webp) no-repeat;min-height:196px!important}}.webp-support .hy-icon-half-rated-yellow-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-yellow-bigger.webp)}.webp-support .thumb-video-new .play-video-icon{background:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause.webp) no-repeat}@media only screen and (max-width:767px){.webp-support .thumb-video-new .play-video-icon{background:url(/webp-pub/icon-svg/user/svg-icon/hyo/pause-mobile.webp) no-repeat}}.webp-support .versus-select-company button{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-icon.webp)}.webp-support .hy-icon-rated-blue-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-blue-bigger.webp)}.webp-support .hy-icon-half-rated-blue-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-blue-bigger.webp)}.webp-support .hy-icon-unrated-blue-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-blue-bigger.webp)}.webp-support .hy-icon-rated-blue-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-blue-big.webp)}.webp-support .hy-icon-half-rated-blue-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-blue-big.webp)}.webp-support .hy-icon-unrated-blue-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-blue-big.webp)}.webp-support .hy-icon-right-arrow-black{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-black.webp)}.webp-support .hy-icon-building{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/building.webp)}.webp-support .hy-icon-distance{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/distance.webp)}.webp-support .hy-icon-flag{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/flag.webp)}.webp-support .hy-icon-leave{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/leave.webp)}.webp-support .hy-icon-profile{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/profile.webp)}.webp-support .hy-icon-statistic{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/statistic.webp)}.webp-support .hy-icon-woman{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman.webp)}.webp-support .hy-icon-money{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money.webp)}.webp-support .hy-icon-facebook{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/facebook.webp)}.webp-support .hy-icon-like{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/like.webp)}.webp-support .hy-icon-twitter{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/twitter.webp)}.webp-support .hy-icon-link{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/link.webp)}.webp-support .hy-icon-gold{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/gold.webp)}.webp-support .hy-icon-silver{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/silver.webp)}.webp-support .hy-icon-cooper{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/cooper.webp)}.webp-support .hy-icon-right-angle-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-blue.webp)}.webp-support .hy-icon-toggle{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/toggle.webp)}.webp-support .hy-icon-rated-yellow-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-yellow.webp)}.webp-support .hy-icon-unrated-yellow-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-yellow.webp)}.webp-support .hy-icon-rated-yellow-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-yellow-bigger.webp)}.webp-support .hy-icon-unrated-yellow-bigger{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-yellow-bigger.webp)}.webp-support .hy-icon-profile-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/profile-blue.webp)}.webp-support .hy-icon-position-black{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/position-black.webp)}.webp-support .hy-icon-yen-round{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/yen-round.webp)}.webp-support .hy-icon-drop-down-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-white.webp)}.webp-support .hy-icon-top-menu-dropdown{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/top-menu-dropdown.webp)}.webp-support .hy-icon-user-menu{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/user-header.webp)}.webp-support .hy-icon-close{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/close.webp)}.webp-support .table-yuimg-list td:last-child{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-arrow-black.webp)}.webp-support .hy-dropdown{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/drop-down-icon.webp)}.webp-support .checkbox-portion .form-linear-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/ticker.webp)}.webp-support .hy-icon-left-angle-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/left-angle-blue.webp)}.webp-support .hy-icon-survey-confirm{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/survey-confirm.webp)}.webp-support .hy-icon-input-survey-answer{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/survey-answer.webp)}.webp-support .hy-icon-right-angle-blue-company{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-blue-company.webp)}.webp-support .hy-icon-phone{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/phone.webp)}.webp-support .hy-icon-phone-code{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/phone-code.webp)}.webp-support .hy-icon-left-angle-blue-final{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/left-angle-blue-final.webp)}.webp-support .hy-icon-right-angle-blue-school{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-blue-school.webp)}.webp-support .hy-icon-information-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/information-small.webp)}.webp-support .hy-icon-survey-complete{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/survey-complete.webp)}.webp-support .hy-icon-sussess-rigister{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/sussess-rigister.webp)}.webp-support .hy-icon-phone-signup-2{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/icon.webp)}.webp-support .hy-icon-phone-sms{background-image:url(/webp-pub/icon-svg/user/icon/svg-icon/phone-sms.webp)}.webp-support .hy-icon-rated-yellow-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/rated-yellow-big.webp)}.webp-support .hy-icon-unrated-yellow-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/unrated-yellow-big.webp)}.webp-support .hy-icon-position{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/position.webp)}.webp-support .company-view-header-menu .wrap-search .input-group-search-white{background:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-small-white.webp) no-repeat 50%}.webp-support .hy-icon-leave-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/leave-bg-blue.webp)}.webp-support .hy-icon-building-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/building-bg-blue.webp)}.webp-support .hy-icon-statistic-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/statistic-bg-blue.webp)}.webp-support .hy-icon-positive-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/positive-big.webp)}.webp-support .hy-icon-chair-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/chair-bg-blue.webp)}.webp-support .hy-icon-woman-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-bg-blue.webp)}.webp-support .hy-icon-distance-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/distance-bg-blue.webp)}.webp-support .hy-icon-money-bg-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/money-bg-blue.webp)}.webp-support .content-banner{background-image:url(/webp-images/user/background/home_photo.webp)}@media only screen and (max-width:1079px){.webp-support .content-banner{background-image:url(/webp-images/user/background/bg_mobile.webp)}}.webp-support .banner-bottom .col-item:before{background:url(/webp-pub/icon-svg/user/svg-icon/hyo/slash.webp) no-repeat 0 0}.webp-support .hy-icon-comment{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/comment.webp)}.webp-support .hy-icon-half-rated-yellow-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/start/half-rated-yellow.webp)}.webp-support .hy-icon-building-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/building-white.webp)}.webp-support .hy-icon-search-white-small{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/search-white-small.webp)}.webp-support .hy-icon-compare{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/compare.webp)}.webp-support .hy-icon-woman-white{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/woman-white.webp)}.webp-support .hy-icon-right-angle-blue-big{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/right-angle-blue-big.webp)}.webp-support .hy-icon-security{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/alert-icon-red.webp);width:1rem;height:1rem;background-size:15px 15px;padding-right:15px;padding-bottom:15px}.webp-support .gender-radio-custom .custom-control-input:checked~.custom-control-label:after{background-image:url(/webp-pub/icon-svg/user/svg-icon/hyo/dot-radio-button.webp)}.webp-support .hy-icon-left-angle-blue-company{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/left-angle-blue-company.webp)}.webp-support .hy-icon-left-angle-white-arrow{background-image:url(/webp-pub/icon-svg/left-angle-white-arrow.webp)}.webp-support .hy-icon-sitemap-left-arrow-blue{background-image:url(/webp-pub/icon-svg/user/svg-icon/angle/sitemap-left-arrow-blue.webp)}.webp-support .hy-icon-sitemap-right-arrow-black{background-image:url(/webp-pub/icon-svg/dropdown_righ.webp)}.kaizen-platform-top-float-btn-smart-phone{color:#fff;text-align:center;z-index:1000;position:fixed;bottom:1.15rem;display:none;width:321px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.kaizen-platform-top-float-btn-smart-phone .hy-button1{position:relative;padding:.9rem 0;font-size:.92rem;display:block}@media screen and (max-width:540px){.kaizen-platform-top-float-btn-smart-phone{display:block}}.kaizen-platform-top-float-btn-pc{color:#fff;text-align:center;z-index:1000;position:fixed;bottom:.6rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:390px}.kaizen-platform-top-float-btn-pc .hy-button1{position:relative;padding:1rem 0;display:block}@media screen and (max-width:540px){.kaizen-platform-top-float-btn-pc{display:none}}.fun-white-button-pc{background:#32cd32;color:#fff;border:.0625rem solid #32cd32;font-size:.95rem;font-weight:400;position:relative}.fun-white-button-smart-phone{background:#108a12;color:#fff;border:.0625rem solid #108a12;font-size:.76rem}.follow-company-kaizen-platform{background:#32cd32!important;border:.0625rem solid #32cd32!important;color:#fff!important}@media screen and (max-width:350px){.kaizen-platform-top-float-btn-smart-phone{width:295px}.kaizen-platform-top-float-btn-smart-phone .hy-button1{font-size:.84rem}}