@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:100%}body{margin:0;font-family:inherit;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{overflow:clip}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}a:visited,a:active,a:link{color:#0166bd;text-decoration:underline}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button{background:none;border:none;padding:0;cursor:pointer}button:focus{outline:none}input,textarea,select{border:none;outline:none}input:focus,textarea:focus,select:focus{outline:none}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}.container{max-width:1080px;margin:0 auto;padding:0 20px;width:100%}@media (max-width: 767px){.container{padding:0 15px}}.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row>*{padding-left:10px;padding-right:10px}[class*=col-]{flex:0 0 100%;max-width:100%;padding-left:10px;padding-right:10px}.col-12{flex:0 0 100%;max-width:100%}.col-6{flex:0 0 50%;max-width:50%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-3{flex:0 0 25%;max-width:25%}@media (min-width: 576px){.col-sm-12{flex:0 0 100%;max-width:100%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-3{flex:0 0 25%;max-width:25%}}@media (min-width: 768px){.col-md-12{flex:0 0 100%;max-width:100%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-3{flex:0 0 25%;max-width:25%}}@media (min-width: 992px){.col-lg-12{flex:0 0 100%;max-width:100%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-3{flex:0 0 25%;max-width:25%}}.section-banner{background-color:#ace0c0;color:#333;width:100%;height:73px;padding:0;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.section-banner__title{font-size:1.5rem;font-weight:600;text-align:center;max-width:1080px;margin:0 auto;padding:0 20px}@media (max-width: 767px){.section-banner__title{font-size:1.25rem}}@media (max-width: 768px){.section-banner__title{width:100%}}.card{background-color:#fff;border:5px solid #F0F0F0;border-radius:8px;box-shadow:0 2px 4px #00000008;margin-bottom:20px;padding:35px}@media (max-width: 768px){.card{padding:15px;border:0;border-radius:3px}}.card-header{padding-bottom:10px;background-color:#fff;border-bottom:1px dotted #B2B2B2;font-weight:600;font-size:1.25rem;color:#333;margin-bottom:20px}@media (max-width: 768px){.card-header{font-size:1.2em}}.card-header h1,.card-header h2,.card-header h3,.card-header h4,.card-header h5,.card-header h6{margin:0;font-size:inherit;font-weight:inherit}.card-body{padding:30px}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:10px}.card-text{margin-bottom:10px;color:#333}.card-footer{padding:20px 30px;background-color:#f8f9fa;border-top:1px solid #dee2e6}.h-100{height:100%}.actions{position:sticky;bottom:0;background-color:#fff;display:flex;justify-content:center;gap:10px;margin-top:30px;padding:20px 0;box-shadow:0 -4px 8px #00000008;width:max(100vw,1120px);left:0%;transform:translate(-50%);margin-left:50%}@media (max-width: 768px){.actions{flex-direction:column;width:100%;max-width:100%;left:auto;margin-left:0;transform:none}}.actions .btn-back,.actions .btn-clear{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:288px;height:fit-content;border:2px solid #000;background-color:#ddd;border-radius:5px;font-size:1.2857em;color:#000!important;font-weight:600;text-decoration:none!important;transition:background-color ease .3s}.actions .btn-back:hover,.actions .btn-clear:hover{background-color:#fff}@media (max-width: 768px){.actions .btn-back,.actions .btn-clear{width:calc(100% - 30px);margin:0 auto}}.actions .btn-agree{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:288px;height:fit-content;border:2px solid #000;background-color:#ffc92e;border-radius:5px;font-size:1.2857em;color:#000!important;font-weight:600;text-decoration:none!important;transition:background-color ease .3s}.actions .btn-agree:hover{background-color:#fff}@media (max-width: 768px){.actions .btn-agree{width:calc(100% - 30px);margin:0 auto}}.btn{display:inline-block;padding:10px 20px;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;transition:all .2s ease-in-out;background-color:transparent}@media (max-width: 768px){.btn{font-size:.875rem}}.btn:hover{text-decoration:none}.btn:focus{outline:0;box-shadow:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:4px 10px;font-size:.875rem}.btn-lg{padding:20px 30px;font-size:1.125rem}.btn-primary{background-color:#37c47d;border-color:#37c47d;color:#fff}.btn-primary:hover{background-color:#2c9c64;border-color:#2c9c64;color:#fff}.btn-primary:focus{box-shadow:none}.btn-outline-primary{background-color:transparent;border-color:#37c47d;color:#37c47d}.btn-outline-primary:hover{background-color:#37c47d;border-color:#37c47d;color:#fff}.btn-warning{background-color:#ffc92e;border-color:#ffc92e;color:#000}.btn-warning:hover{background-color:#ffb62b;border-color:#ffb62b;color:#000}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background-color:#1e7e34;border-color:#1e7e34;color:#fff}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#bd2130;border-color:#bd2130;color:#fff}.btn-secondary{background-color:#666;border-color:#666;color:#fff}.btn-secondary:hover{background-color:#4d4d4d;border-color:#4d4d4d;color:#fff}.btn-group{display:inline-flex;vertical-align:middle}.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active{z-index:1}.form-group{margin-bottom:20px}.form-label{display:inline-block;margin-bottom:5px;font-size:1rem;font-weight:500;color:#333}.form-label.fw-bold{font-weight:600}.form-control{display:block;width:100%;padding:10px 20px;font-size:1rem;line-height:1.5;color:#333;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{outline:0;border-color:#37c47d;box-shadow:none}.form-control:disabled{background-color:#f8f9fa;opacity:.6;cursor:not-allowed}.form-control::placeholder{color:#666;opacity:1}textarea.form-control{min-height:100px;resize:vertical}select.form-control{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px 12px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-check{display:block;min-height:1.5rem;margin-bottom:5px}.form-check-input{float:left;margin-left:-1.75em;width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;border:1px solid #dee2e6;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-check-input[type=radio]{border-radius:50%}.form-check-input[type=checkbox]{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;border:0!important;background:transparent!important;float:none!important}.form-check-input[type=checkbox]+.form-check-label{position:relative;display:inline-block;padding-left:30px;line-height:1.3;cursor:pointer;box-sizing:border-box}.form-check-input[type=checkbox]+.form-check-label:after{content:"";position:absolute;top:calc(50% + 1px);left:4px;margin-top:-9px;width:16px;height:16px;border:1px solid #D1D1D1;background-color:#fff;border-radius:4px;box-sizing:border-box;transition:border-color linear .2s}.form-check-input[type=checkbox]+.form-check-label:before{content:"";position:absolute;top:calc(50% + 1px);left:10px;margin-top:-7px;width:4px;height:9px;border-right:3px solid #777;border-bottom:3px solid #777;transform:rotate(45deg);opacity:0;z-index:1;transition:opacity linear .2s}.form-check-input[type=checkbox]:hover+.form-check-label:after{border-color:#777}.form-check-input[type=checkbox]:checked+.form-check-label:before{opacity:1}.form-check-input[type=checkbox]:disabled+.form-check-label{cursor:default;color:#bbb}.form-check-input[type=checkbox]:disabled+.form-check-label:after{border-color:#959ea780}.form-check-input[type=radio]:checked{background-color:#37c47d;border-color:#37c47d;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}.form-check-input:focus{border-color:#37c47d;outline:0;box-shadow:none}.form-check-input:disabled{opacity:.6;cursor:not-allowed}.form-check-label{cursor:pointer;margin-bottom:0}.form-check-inline{display:inline-block;margin-right:20px}.breadcrumb{max-width:1080px;margin:20px auto 60px;padding:0 20px;font-size:.8em;color:#333}@media (max-width: 768px){.breadcrumb{display:none}}.breadcrumb__list{display:flex;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:5px;justify-content:flex-end}.breadcrumb__item{display:flex;align-items:center;display:inline;margin:0 12px 0 0;padding:0 18px 0 0;color:#000;background:url(/build/assets/ico_link_arrow-CWHB_69K.svg) no-repeat right;background-size:4px 6px}.breadcrumb__item:last-child{background-image:none;margin-right:0;padding-right:0;color:#666}.breadcrumb__item--active{color:#666}.breadcrumb__link{color:#333;text-decoration:none}.breadcrumb__link:hover{color:#0166bd;text-decoration:none}.help-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #FFC92E;border-radius:50%;background:#fff;color:#000;font-size:.875rem;font-style:normal;font-weight:700;line-height:1;cursor:pointer}.help-icon:hover{color:#000;text-decoration:none}.help-icon:before{content:"?";font-family:inherit;font-weight:700;line-height:1}.shien-page-heading{font-size:2rem;font-weight:600;margin-bottom:40px;display:flex;align-items:center;justify-content:center;color:#333;gap:10px}@media (max-width: 768px){.shien-page-heading{font-size:1.4em;gap:0px;margin-bottom:10px}}.shien-page-heading>i{font-size:2rem;color:#000;margin-right:10px;line-height:1}@media (max-width: 768px){.shien-page-heading>i{font-size:1.5rem}}.shien-page-heading__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}@media (max-width: 768px){.shien-page-heading__icon{width:32px;height:26px}}.shien-page-heading__icon--registration{background-image:var(--shien-icon-registration-url)}.shien-page-heading__icon--entry,.shien-page-heading__icon--confirm,.shien-page-heading__icon--done{background-image:none}.search-form{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;padding:30px;margin-bottom:30px}.search-form__title{font-size:1.25rem;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:10px}.search-form__title:before{content:"";display:inline-block;width:24px;height:24px;background-image:url(/resources/global-image/common-img/ico_search.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.search-form__section{margin-bottom:30px}.search-form__section:last-child{margin-bottom:0}.search-form__section-title{font-size:1rem;font-weight:600;margin-bottom:10px;color:#333}.search-form__checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-top:10px}.search-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #dee2e6}.search-form__btn--clear{background-color:#f8f9fa;color:#333;border:1px solid #dee2e6}.search-form__btn--clear:hover{background-color:#666;color:#fff}.search-form__btn--submit{background-color:#ffc92e;color:#000;border:1px solid #FFC92E;font-weight:600}.search-form__btn--submit:hover{background-color:#ffb62b;border-color:#ffb62b}.service-search-form__category-selectors{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media (max-width: 768px){.service-search-form__category-selectors{gap:10px;margin-bottom:5px}}@media (max-width: 991px){.service-search-form__category-selectors{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.service-search-form__category-selectors{grid-template-columns:1fr}}.service-search-form__actions{display:flex;justify-content:center;gap:20px;margin-top:40px;padding-top:30px;border-top:1px solid #dee2e6}@media (max-width: 575px){.service-search-form__actions{flex-direction:column}}.category-selector__button{width:100%;padding:20px 30px;font-size:1rem;border:2px solid #dee2e6;border-radius:4px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000000d;text-decoration:none;color:inherit}@media (max-width: 768px){.category-selector__button{padding:10px 20px;font-size:1.2em}}.category-selector__button:hover{border-color:#0166bd;box-shadow:0 4px 8px #0166bd33;text-decoration:none;color:inherit}.category-selector__button:focus{outline:none;border-color:#0166bd;box-shadow:0 0 0 3px #0166bd40}.category-selector__button:visited{color:inherit}.category-selector__button:link,.category-selector__button:visited,.category-selector__button:active,.category-selector__button:hover,.category-selector__button:focus{text-decoration:none}.category-selector__text{font-weight:500;color:#333}.category-selector__icon{font-size:.875rem;color:#666;transition:transform .2s ease-in-out}.category-selector__button:hover .category-selector__icon{color:#0166bd;transform:translateY(2px)}.service-selection{margin-bottom:40px;padding-top:20px}.service-category{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #dee2e6;scroll-margin-top:120px}.service-category:last-of-type{border-bottom:none;margin-bottom:30px}.service-category__header{margin-bottom:30px}.service-category__help{font-size:1rem;color:#666;cursor:pointer}.service-category__help:hover{color:#37c47d}.service-middle-category{margin-bottom:30px;display:flex;gap:30px;align-items:flex-start}.service-middle-category:last-child{margin-bottom:0}@media (max-width: 768px){.service-middle-category{flex-direction:column;gap:0}}.service-middle-category__title{font-size:1rem;font-weight:600;color:#333;margin:0;display:flex;align-items:center;gap:5px;flex:0 0 30%;max-width:30%;flex-shrink:0;padding-top:5px}@media (max-width: 767px){.service-middle-category__title{flex:0 0 35%;max-width:35%}}@media (max-width: 768px){.service-middle-category__title{flex:0 0 100%;max-width:100%;margin-bottom:10px;width:100%;font-size:1.1em;padding:5px;background-color:#f5f5f2}}.service-middle-category__items{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;border-bottom:1px dotted #B2B2B2;padding-bottom:20px}@media (max-width: 768px){.service-middle-category__items{gap:0;grid-template-columns:1fr;width:100%;padding-bottom:5px}}.service-item{margin-bottom:5px}.service-item .form-check{display:flex;align-items:center;margin-bottom:0}.service-item .form-check-input{width:18px;height:18px;margin-right:10px;cursor:pointer;flex-shrink:0}.service-item .form-check-input:checked{background-color:#37c47d;border-color:#37c47d}.service-item .form-check-input:focus{border-color:#37c47d;box-shadow:none}.service-item .form-check-label{font-size:1rem;padding-left:0;cursor:pointer;color:#333;line-height:1.5}.consultation-section{background-color:#f8f9fa;padding:30px;border-radius:4px;margin-bottom:40px}.consultation-section__title{font-size:1.25rem;font-weight:600;margin-bottom:20px;color:#333}.consultation-section__items{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 767px){.consultation-section__items{grid-template-columns:1fr}}.consultation-item{background-color:#fff;padding:20px;border-radius:4px;border:1px solid #dee2e6}.consultation-item__text{font-size:1rem;margin-bottom:10px;color:#333}.consultation-item__link{display:inline-block;color:#37c47d;text-decoration:none;font-size:.875rem;font-weight:500}.consultation-item__link:hover{text-decoration:underline}.btn-clear{background-color:#f8f9fa;color:#333;border:1px solid #dee2e6;padding:10px 30px;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.btn-clear:hover{background-color:#666;color:#fff;border-color:#666}.btn-search{background-color:#ffc92e;color:#000;border:1px solid #FFC92E;padding:10px 30px;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.btn-search:hover{background-color:#ffb62b;border-color:#ffb62b}.service-help-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:2200}.service-help-modal-layer.is-open{display:block}.service-help-modal-layer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.service-help-modal-layer__dialog{position:relative;max-width:760px;margin:180px auto 0;padding:20px 20px 24px;border:1px solid #ddd;border-radius:8px;background:#fff}@media (max-width: 768px){.service-help-modal-layer__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 30px);max-width:calc(100% - 30px);margin:0;padding:18px 16px 20px;max-height:calc(100vh - 60px);overflow-y:auto;box-sizing:border-box}}.service-help-modal-layer__close{position:absolute;top:-16px;right:-16px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #1f2937;border-radius:50%;background:#fff;font-size:1.5rem;line-height:1;color:#111;cursor:pointer}@media (max-width: 768px){.service-help-modal-layer__close{top:8px;right:8px;width:30px;height:30px;border-width:1px;font-size:1.25rem}}.service-help-modal__title{margin:0 0 10px;font-size:1.25rem;font-weight:600;line-height:1.5;color:#333}@media (max-width: 768px){.service-help-modal__title{margin-right:36px;font-size:1.125rem}}.service-help-modal__body{margin:0;font-size:1.0625rem;line-height:1.8;color:#333}@media (max-width: 768px){.service-help-modal__body{font-size:.875rem;line-height:1.7}}.service-help-modal__badge{display:inline-block;margin-right:8px;padding:1px 10px;border:2px solid #000;border-radius:4px;background:#f8dd39;color:#222;font-size:.95em;font-weight:700;line-height:1.2;vertical-align:middle}.service-help-modal__actions{display:flex;justify-content:center;margin-top:18px}@media (max-width: 768px){.service-help-modal__actions{margin-top:14px}}.service-help-modal__close-button{min-width:180px;height:40px;border:2px solid #1f2937;border-radius:4px;background:#efefef;color:#111;font-size:1.25rem;font-weight:700;cursor:pointer}@media (max-width: 768px){.service-help-modal__close-button{min-width:60%;height:38px;font-size:1rem}}body.is-service-help-modal-open{overflow:hidden}.area-search-form__conditions{background-color:#f8f9fa;padding:30px;border-radius:4px;margin-bottom:30px}.area-search-form__conditions-title{font-size:1.25rem;font-weight:600;margin-bottom:20px;color:#333}.area-search-form__service-area-checkbox{margin-bottom:15px}.area-search-form__service-area-checkbox .form-check{display:flex;align-items:center}.area-search-form__service-area-checkbox .form-check-input{width:18px;height:18px;margin-right:10px;cursor:pointer}.area-search-form__service-area-checkbox .form-check-input:checked{background-color:#37c47d;border-color:#37c47d}.area-search-form__service-area-checkbox .form-check-label{font-size:1rem;cursor:pointer;color:#333}.area-search-form__municipality-section{margin-bottom:30px}.area-search-form__section-title{font-size:1rem;font-weight:600;margin-bottom:20px;color:#333}.area-search-form__prefecture{margin-bottom:20px}.area-search-form__prefecture-name{font-size:1rem;font-weight:600;margin-bottom:10px;color:#333}.area-search-form__cities{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 767px){.area-search-form__cities{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.area-search-form__cities{grid-template-columns:1fr}}.area-search-form__city-item .form-check{display:flex;align-items:center}.area-search-form__city-item .form-check-input{width:18px;height:18px;margin-right:10px;cursor:pointer;flex-shrink:0}.area-search-form__city-item .form-check-input:checked{background-color:#37c47d;border-color:#37c47d}.area-search-form__city-item .form-check-label{font-size:1rem;cursor:pointer;color:#333}.area-search-form__keyword-section{margin-bottom:30px}.area-search-form__keyword-input-wrapper{display:flex;gap:10px;align-items:center}@media (max-width: 575px){.area-search-form__keyword-input-wrapper{flex-direction:column}}.area-search-form__keyword-input{flex:1;padding:10px 20px;font-size:1rem;border:1px solid #dee2e6;border-radius:4px}.area-search-form__keyword-input:focus{outline:none;border-color:#37c47d;box-shadow:none}.area-search-form__search-button{background-color:#37c47d;color:#fff;border:none;padding:10px 30px;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s ease-in-out}.area-search-form__search-button:hover{background-color:#2c9c64}.area-search-form__search-button i{font-size:1rem}.area-search-form__selected-cities{margin-bottom:30px;padding:20px;background-color:#f8f9fa;border-radius:4px}.area-search-form__selected-city-name{font-size:1rem;font-weight:600;color:#333;margin:0;display:inline}.area-search-form__instruction{font-size:1rem;color:#333;margin:0;display:inline}.area-search-form__actions{display:flex;justify-content:center;gap:20px;margin-top:40px;padding-top:30px;border-top:1px solid #dee2e6}@media (max-width: 575px){.area-search-form__actions{flex-direction:column}}.area-selection-group{margin-bottom:10px;padding:30px;background-color:#f5f5f2}.area-selection-group__header{margin-bottom:20px;border-bottom:1px dotted #B2B2B2;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.area-selection-group__sort-note{font-size:.875rem;font-weight:400;color:#666;white-space:nowrap}.area-selection-group__title{font-size:1rem;font-weight:600;color:#333;margin:0;cursor:pointer}.area-selection-group__title .form-check{display:flex;align-items:center}.area-selection-group__title .form-check-input{width:18px;height:18px;margin-right:10px;cursor:pointer}.area-selection-group__title .form-check-input:checked{background-color:#37c47d;border-color:#37c47d}.area-selection-group__items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 991px){.area-selection-group__items-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.area-selection-group__items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.area-selection-group__items-grid{grid-template-columns:1fr}}.area-selection-group__item .form-check{display:flex;align-items:center}.area-selection-group__item .form-check-input{width:18px;height:18px;margin-right:10px;cursor:pointer;flex-shrink:0}.area-selection-group__item .form-check-input:checked{background-color:#37c47d;border-color:#37c47d}.area-selection-group__item .form-check-label{font-size:1rem;cursor:pointer;color:#333}.btn-back{background-color:#f8f9fa;color:#333;border:1px solid #dee2e6;padding:10px 30px;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.btn-back:hover{background-color:#666;color:#fff;border-color:#666}.btn-select-town,.btn-select-service{background-color:#ffc92e;color:#000;border:1px solid #FFC92E;padding:10px 30px;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.btn-select-town:hover,.btn-select-service:hover{background-color:#ffb62b;border-color:#ffb62b}.search-result-conditions{width:1080px;max-width:100%;margin:0 auto;padding:35px;border:5px solid #F0F0F0;border-radius:8px;background-color:#fff;box-shadow:none;box-sizing:border-box;overflow:hidden}@media (max-width: 768px){.search-result-conditions{width:100%;padding:15px}}.search-result-conditions.card{margin-bottom:0}.search-result-conditions .card-header{font-size:1.3375rem;font-weight:500;color:#333;margin:0 0 12px;padding:0;border-bottom:none;position:relative;background-color:transparent}@media (max-width: 768px){.search-result-conditions .card-header{font-size:1rem}}.search-result-conditions .card-header:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:0;border-bottom:1px dotted #B2B2B2}.search-result-conditions__content{display:flex;flex-direction:column;gap:20px;padding:20px 0;margin-bottom:0;width:1010px;max-width:100%;box-sizing:border-box;overflow:hidden}@media (max-width: 768px){.search-result-conditions__content{width:100%;gap:10px}}.search-result-conditions__row{display:flex;align-items:center;gap:20px;font-size:1.06875rem;min-width:0;width:100%}@media (max-width: 575px){.search-result-conditions__row{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 768px){.search-result-conditions__row:has(#btnSelectService)>.search-result-conditions__label,.search-result-conditions__row:has(#btnSelectArea)>.search-result-conditions__label{display:none}}.search-result-conditions__label{font-weight:600;font-size:1.06875rem;color:#333;width:160px;min-width:160px;flex-shrink:0;line-height:1.5em;box-sizing:border-box}@media (max-width: 768px){.search-result-conditions__label{font-size:.9375rem;width:auto;min-width:auto}}@media (max-width: 768px){.search-result-conditions__label[aria-hidden=true]{display:none}}.search-result-conditions__field-group{display:flex;align-items:center;gap:20px;flex:1;flex-wrap:wrap;min-width:0;overflow:hidden}@media (max-width: 768px){.search-result-conditions__field-group{gap:10px 20px}}.search-result-conditions__input{flex:1;min-width:200px;max-width:100%;padding:3px 10px;border:1px solid #DDDDDD;border-radius:3px;font-size:1.06875rem;font-weight:400;color:#333;height:35px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.search-result-conditions__input{height:auto;font-size:.9375rem}}.search-result-conditions__input[readonly]{background-color:#fff;cursor:not-allowed;border:none}@media (max-width: 768px){.search-result-conditions__input[readonly]:placeholder-shown{display:none}}.search-result-conditions__description{color:#333;font-size:1.06875rem;font-weight:400;line-height:1.316em;margin-right:22px;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.search-result-conditions__description{font-size:.9375rem}}.search-result-conditions__help-icon{margin-left:8px;vertical-align:middle;cursor:pointer}.search-result-conditions__other{margin-top:20px;padding:0;background-color:#f5f5f2;box-sizing:border-box;overflow:hidden}@media (max-width: 991px){.search-result-conditions__other{width:100%;padding:20px}}.search-result-conditions__other:has(.search-result-conditions__other-list){padding:20px;margin-bottom:30px}@media (max-width: 768px){.search-result-conditions__other:not(:has(*)){display:none;margin:0;padding:0}}.search-result-conditions__other-title{font-size:1.23125rem;font-weight:500;color:#000;margin:0 0 12px;padding:0;line-height:1.5em;position:relative;width:950px;max-width:100%;box-sizing:border-box}@media (max-width: 991px){.search-result-conditions__other-title{width:100%}}.search-result-conditions__other-title:after{content:"";position:absolute;bottom:-12px;left:0;width:950px;max-width:100%;height:0;border-bottom:1px dotted #B2B2B2}@media (max-width: 991px){.search-result-conditions__other-title:after{width:100%}}.search-result-conditions__other-list{display:flex;flex-direction:column;gap:20px;margin-top:30px;width:950px;max-width:100%;box-sizing:border-box;overflow:hidden}@media (max-width: 991px){.search-result-conditions__other-list{width:100%}}.search-result-conditions__other-item{display:flex;align-items:flex-start;gap:40px;padding-bottom:20px;position:relative;font-size:1rem;width:100%;min-width:0;box-sizing:border-box}.search-result-conditions__other-item:not(:last-child):after{content:"";position:absolute;bottom:0;left:320px;width:calc(100% - 320px);max-width:630px;height:0;border-bottom:1px dotted #DDDDDD}@media (max-width: 991px){.search-result-conditions__other-item:not(:last-child):after{left:0;width:100%}}@media (max-width: 575px){.search-result-conditions__other-item{flex-direction:column;align-items:flex-start;gap:10px}.search-result-conditions__other-item:not(:last-child):after{left:0;width:100%}}.search-result-conditions__other-item-label{font-size:1rem;font-weight:600;color:#333;width:280px;min-width:280px;flex-shrink:0;line-height:1.5em;box-sizing:border-box}@media (max-width: 575px){.search-result-conditions__other-item-label{width:auto;min-width:auto}}.search-result-conditions__other-item-content{flex:1;display:flex;flex-direction:column;gap:10px;width:630px;min-width:0;max-width:100%}@media (max-width: 991px){.search-result-conditions__other-item-content{width:100%}}.search-result-conditions__other-item-subtitle{font-size:.9375rem;font-weight:400;color:#333;line-height:1.3em}.search-result-conditions__other-item-group{display:flex;flex-wrap:wrap;gap:16px;align-items:center;min-width:0;width:100%}.search-result-conditions__other-item-group .form-check-inline{flex-shrink:0}.search-result-conditions__select{padding:7px 30px 7px 10px;border:1px solid #D7D7D7;border-radius:3px;font-size:.9375rem;font-weight:400;color:#333;background-color:#fff;height:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 5px;box-sizing:border-box;min-width:0;max-width:100%}.search-result-conditions__actions{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:10px;padding-top:0;border-top:none;width:100%;box-sizing:border-box;flex-wrap:wrap}@media (max-width: 768px){.search-result-conditions__actions{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:5px}.search-result-conditions__actions .btn-clear,.search-result-conditions__actions .btn-search{width:auto!important;padding:0!important;flex:1 1 auto;min-width:0;min-height:38px!important}}.search-result-conditions .form-check,.search-result-conditions .form-check-inline{display:inline-flex;align-items:center;gap:8px;min-height:auto;padding-left:0;margin-bottom:0;margin-right:0;vertical-align:middle;white-space:nowrap}.search-result-conditions .form-check-input,.search-result-conditions .form-check-inline-input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;border:1px solid #D1D1D1!important;border-radius:4px;cursor:pointer;flex-shrink:0;float:none!important;margin-left:0!important;margin-top:0!important;margin-right:0;margin-bottom:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff!important;position:relative;box-sizing:border-box;transition:border-color linear .2s}.search-result-conditions .form-check-input:hover,.search-result-conditions .form-check-inline-input:hover{border-color:#777!important}.search-result-conditions .form-check-input[type=checkbox],.search-result-conditions .form-check-inline-input[type=checkbox]{position:absolute!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;border:0!important;background:transparent!important}.search-result-conditions .form-check-input[type=radio],.search-result-conditions .form-check-inline-input[type=radio]{border-radius:50%!important}.search-result-conditions .form-check-input[type=radio]:checked,.search-result-conditions .form-check-inline-input[type=radio]:checked{background-color:#fff!important;border-color:#777!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23777777'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:10px 10px!important}.search-result-conditions .form-check-input:focus,.search-result-conditions .form-check-inline-input:focus{outline:none;border-color:#37c47d!important;box-shadow:none}.search-result-conditions .form-check-label,.search-result-conditions .form-check-inline-label{font-size:1.06875rem;font-weight:400;color:#333;line-height:1.3em;cursor:pointer;margin:0;padding:0;white-space:nowrap;display:inline-block}.search-result-conditions .form-check-inline{margin-right:0}.search-result-conditions .btn-clear{background-color:#ddd;color:#000;border:2px solid #000000;padding:2px 77.23px;font-size:1.03125rem;font-weight:700;font-family:Arial,sans-serif;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out;height:44px;line-height:2.424em;box-sizing:border-box;white-space:nowrap;flex-shrink:0}@media (max-width: 575px){.search-result-conditions .btn-clear{width:100%;padding:2px 20px}}@media (max-width: 768px){.search-result-conditions .btn-clear{white-space:normal;padding:4px 10px;line-height:1.3;height:auto;min-height:44px}}.search-result-conditions .btn-clear:hover{background-color:#fff;border-color:#000}.search-result-conditions .btn-search{background-color:#ffc92e;color:#000;border:2px solid #000000;padding:2px 68.78px;font-size:1.03125rem;font-weight:700;font-family:Arial,sans-serif;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out;height:44px;line-height:2.424em;box-sizing:border-box;white-space:nowrap;flex-shrink:0}@media (max-width: 575px){.search-result-conditions .btn-search{width:100%;padding:2px 20px}}@media (max-width: 768px){.search-result-conditions .btn-search{white-space:normal;padding:4px 10px;line-height:1.3;height:auto;min-height:44px}}.search-result-conditions .btn-search:hover{background-color:#fff;border-color:#000}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal--active{display:flex;align-items:center;justify-content:center}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.modal__content{position:relative;background-color:#fff;border-radius:8px;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d;z-index:1001}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:30px;border-bottom:1px solid #dee2e6}@media (max-width: 768px){.modal__header{padding:10px}}.modal__title{font-size:1.25rem;font-weight:600;color:#333;margin:0}@media (max-width: 768px){.modal__title{font-size:1.125rem}}.modal__close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.modal__close{width:24px;height:24px}}.modal__close:hover{color:#333}.modal__body{padding:30px;overflow-y:auto;flex:1}@media (max-width: 768px){.modal__body{padding:10px}}.modal__footer{padding:30px;border-top:1px solid #dee2e6;display:flex;justify-content:center}@media (max-width: 768px){.modal__footer{padding:10px;gap:10px}}.modal-service-group,.modal-area-group{margin-bottom:30px}.modal-service-group:last-child,.modal-area-group:last-child{margin-bottom:0}.modal-service-group__title,.modal-area-group__title{font-size:1rem;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.modal-service-group__items,.modal-area-group__items{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 767px){.modal-service-group__items,.modal-area-group__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.modal-service-group__items,.modal-area-group__items{grid-template-columns:1fr}}.modal-area-option{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #dee2e6}.modal__content--area-2step{max-width:760px}.modal__content--area-2step .area-selection-group{background-color:transparent;padding:0;margin-bottom:30px}.modal__content--area-2step .area-selection-group:last-child{margin-bottom:0}.modal__content--area-2step .area-selection-group__header{border-bottom:none;padding-bottom:0;margin-bottom:10px}.modal__content--area-2step .area-selection-group__items-grid{grid-template-columns:repeat(3,1fr);margin-left:30px;padding:10px 0 20px}@media (max-width: 767px){.modal__content--area-2step .area-selection-group__items-grid{grid-template-columns:repeat(2,1fr);margin-left:0}}@media (max-width: 575px){.modal__content--area-2step .area-selection-group__items-grid{grid-template-columns:1fr}}.modal-area-step2__lead{font-size:1rem;margin-bottom:20px;padding:10px 20px;background-color:#f7f7f7;border-radius:4px}.modal-area-step2__selected{font-weight:600;color:#333;margin-right:10px}.modal-area-step2__lead-suffix{font-size:.875rem;color:#666}.modal-area-step2__loading,.modal-area-step2__empty,.modal-area-step2__error{text-align:center;padding:30px;color:#666}.modal-area-step2__error{color:#c00}.modal__body--step[hidden],.modal__footer--step[hidden]{display:none!important}.modal__footer--step{gap:20px}.modal__footer--step .btn-secondary{background-color:#efefef;color:#333;border:1px solid #ccc;padding:5px 20px;font-size:.9375rem;font-weight:600;border-radius:5px;cursor:pointer}.modal__footer--step .btn-secondary:hover{background-color:#e2e2e2}.modal__footer--step .btn-primary{background-color:#ffc92e;color:#000;border:2px solid #000;padding:5px 20px;font-size:.9375rem;font-weight:600;border-radius:5px;cursor:pointer;transition:background-color ease .2s}.modal__footer--step .btn-primary:hover{background-color:#ffb62b;color:#000;border-color:#000}.search-result-conditions .btn-select{background-color:#fff;color:#000;border:1px solid #000000;padding:5px 20px;font-size:1.06875rem;font-weight:600;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;height:auto;box-sizing:border-box;flex-shrink:0}@media (max-width: 768px){.search-result-conditions .btn-select{font-size:.9375rem;padding:3px 15px}}.search-result-conditions .btn-select:hover,.search-result-conditions .btn-select.is-selected,.search-result-conditions .btn-select[aria-pressed=true]{background-color:#000;color:#fff;border-color:#000}.search-result__header{margin-bottom:20px}.search-result__title{font-size:1.5rem;font-weight:600;color:#333;margin:0;display:flex;align-items:center;gap:10px}.search-result__count{font-size:.875rem;color:#666;margin:0 0 30px}.search-result__list{display:flex;flex-direction:column;gap:20px}.search-result__item{padding:20px;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;transition:all .2s ease-in-out}.search-result__item:hover{box-shadow:#0000001a;border-color:#37c47d}.search-result__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:10px}@media (max-width: 575px){.search-result__item-header{flex-direction:column;gap:5px}}.search-result__item-title{font-size:1.25rem;font-weight:600;margin:0;flex:1}.search-result__item-link{color:#37c47d;text-decoration:none;transition:color .2s ease-in-out}.search-result__item-link:hover{color:#2c9c64;text-decoration:underline}.search-result__item-category{display:inline-block;padding:5px 10px;background-color:#e2f1ee;color:#2c9c64;border-radius:3px;font-size:.75rem;font-weight:600;white-space:nowrap}.search-result__item-body{display:flex;flex-direction:column;gap:5px}.search-result__item-info{display:flex;align-items:center;gap:5px;font-size:.875rem;color:#666}.search-result__item-icon{color:#37c47d;width:16px;text-align:center}.search-result__empty{text-align:center;padding:40px 0}.search-result__empty-icon{font-size:3rem;color:#666;margin-bottom:20px}.search-result__empty-message{font-size:1rem;color:#666;margin-bottom:30px}.search-result__empty-actions{display:flex;justify-content:center;gap:20px}@media (max-width: 575px){.search-result__empty-actions{flex-direction:column;align-items:stretch}}@media (max-width: 768px){.search-result.card{padding:0;background-color:unset}}.search-result__category-section{margin-bottom:40px}.search-result__category-section:last-child{margin-bottom:0}.search-result__category-header{background-color:#ffc92e;padding:10px 20px;margin-bottom:0}@media (max-width: 768px){.search-result__category-header{padding:5px 10px}}.search-result__category-title{font-size:1.25rem;font-weight:600;color:#333;margin:0}@media (max-width: 768px){.search-result__category-title{font-size:1rem}}.search-result__middle-category-section{margin-bottom:30px}.search-result__middle-category-title{font-size:1rem;font-weight:600;color:#333;margin:20px 0 10px 30px;padding-left:20px;border-left:3px solid #37c47d}.search-result__sub-category-section{margin-bottom:30px}.search-result__sub-category-title{font-size:1rem;font-weight:600;color:#333;margin:20px 0;padding-left:20px;position:relative}@media (max-width: 768px){.search-result__sub-category-title{margin:15px 0 5px}}.search-result__sub-category-title:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:#ffc92e}.search-result__table-wrapper{overflow-x:auto}.search-result__table{width:100%;border-collapse:collapse;background-color:#fff}.search-result__table-header{background-color:#f8f9fa}.search-result__table-header-cell{padding:10px 20px;text-align:left;font-weight:600;font-size:.875rem;color:#333;border-bottom:1px solid #dee2e6;white-space:nowrap}.search-result__table-body .search-result__table-row{border-bottom:1px solid #dee2e6}.search-result__table-body .search-result__table-row:last-child{border-bottom:none}.search-result__table-cell{padding:20px;font-size:.875rem;color:#333;vertical-align:top}.search-result__table-header-cell:nth-child(1),.search-result__table-cell:nth-child(1){width:240px;min-width:240px;max-width:240px}.search-result__table-header-cell:nth-child(2),.search-result__table-cell:nth-child(2){width:280px;min-width:280px;max-width:280px}@media (max-width: 768px){.search-result__table{display:block;width:100%}.search-result__table-header-cell:nth-child(1),.search-result__table-cell:nth-child(1),.search-result__table-header-cell:nth-child(2),.search-result__table-cell:nth-child(2){width:auto;min-width:0;max-width:none}.search-result__table-header,.search-result__table-header-cell{display:none}.search-result__table-body{display:block;width:100%}.search-result__table-body .search-result__table-row{display:block;position:relative;width:100%;margin-bottom:20px;padding:16px;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 1px 3px #0000000f;box-sizing:border-box}}@media (max-width: 768px) and (max-width: 768px){.search-result__table-body .search-result__table-row{padding:15px;border:0;border-radius:0;margin-bottom:0;border-bottom:1px dotted #dee2e6;box-shadow:none}}@media (max-width: 768px) and (max-width: 768px){.search-result__table-body .search-result__table-row:nth-of-type(2n){background-color:#f5f5f266}}@media (max-width: 768px){.search-result__table-body .search-result__table-row,.search-result__table-body .search-result__table-row:last-child{border-bottom:1px solid #dee2e6}.search-result__table-cell{display:block;width:100%;padding:0;margin-bottom:8px}}@media (max-width: 768px) and (max-width: 768px){.search-result__table-cell:nth-last-child(2){margin-bottom:0}}@media (max-width: 768px){.search-result__table-cell:last-child{margin-bottom:0}.search-result__table-cell[data-column-key=business_name]{padding-right:60px;margin-bottom:12px}.search-result__table-cell[data-column-key=business_name]:before{content:none}.search-result__table-cell[data-column-key=photo]{position:absolute;top:16px;right:16px;width:48px;height:48px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #dee2e6;border-radius:4px;background:#f8f9fa}.search-result__table-cell[data-column-key=photo]:before{content:none}.search-result__table-cell[data-column-key=photo] .search-result__photo{width:100%;height:100%}.search-result__table-cell:not([data-column-key=business_name]):not([data-column-key=photo]){display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;line-height:1.5}.search-result__table-cell:not([data-column-key=business_name]):not([data-column-key=photo]):before{content:attr(data-label);align-self:start;background:#1f2937;color:#fff;font-size:.85em;font-weight:700;padding:2px 10px;white-space:nowrap}}.search-result__business-name{display:flex;flex-direction:column;gap:5px}@media (max-width: 768px){.search-result__business-name{display:block}}.search-result__business-id{font-size:.75rem;color:#666}@media (max-width: 768px){.search-result__business-id{font-size:.875rem;line-height:1;margin-bottom:5px}}.search-result__business-link{color:#37c47d;text-decoration:none;font-weight:500}@media (max-width: 768px){.search-result__business-link{font-size:1rem;font-weight:700;display:inline}}.search-result__business-link:hover{color:#0166bd;text-decoration:none}.search-result__company-name{font-size:.75rem;color:#666}@media (max-width: 768px){.search-result__company-name{display:inline;font-weight:600}}.search-result__location{display:flex;flex-direction:column;gap:5px;font-size:.875rem}@media (max-width: 768px){.search-result__location{display:inline}.search-result__location>div{display:inline}.search-result__location>div:not(:last-child):after{content:" ";white-space:pre}}.search-result__overview{font-size:.875rem;color:#666;line-height:1.6}@media (max-width: 768px){.search-result__overview{line-height:1.2;font-size:.875rem}}.search-result__photo{display:flex;align-items:center;justify-content:center}.search-result__photo-icon{font-size:1.5rem;color:#666}.search-result__photo-icon--empty{opacity:.3}.search-result__approval-status{display:flex;align-items:center}.search-result__badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.search-result__badge--approved{background-color:#ffc92e;color:#000}.search-result__badge--private{background-color:#06318e;color:#fff}.search-result__business-hours,.search-result__service-area,.search-result__closed-days,.search-result__medical-department{font-size:.875rem;color:#333}.pagination{display:flex;justify-content:center;margin-top:40px;padding-top:30px;border-top:1px solid #dee2e6}.pagination__list{display:flex;list-style:none;padding:0;margin:0;gap:5px;flex-wrap:wrap;justify-content:center}.pagination__item--active .pagination__link{background-color:#37c47d;border-color:#37c47d;color:#fff}.pagination__link{display:flex;align-items:center;justify-content:center;padding:5px 10px;min-width:40px;height:40px;color:#333;text-decoration:none;border:1px solid #dee2e6;border-radius:4px;font-size:.875rem;transition:all .2s ease-in-out}.pagination__link:hover{background-color:#e2f1ee;border-color:#37c47d;color:#37c47d}.pagination__link i{font-size:.75rem}.modal__content--service{max-width:1080px;width:90%;max-height:90vh}.modal__content--service .service-selection-modal__nav{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:30px;padding:0}@media (max-width: 768px){.modal__content--service .service-selection-modal__nav{gap:5px;margin-bottom:5px}}.modal__content--service .service-selection-modal__nav a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:2px solid #eaeaea;border-radius:3px;background:#fff;color:#000;text-align:left;text-decoration:none;font-weight:700}@media (max-width: 768px){.modal__content--service .service-selection-modal__nav a{font-size:1.125rem;padding:5px;line-height:1.2}}.modal__content--service .service-selection-modal__nav a:hover{background:#f5f5f5}@media (max-width: 767px){.modal__content--service .service-selection-modal__nav{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.modal__content--service .service-selection-modal__nav{grid-template-columns:1fr}}.modal__content--service .service-selection-modal__section{margin-bottom:20px}.modal__content--service .service-selection-modal__section.card{margin-bottom:20px;padding:16px}@media (max-width: 768px){.modal__content--service .service-selection-modal__section.card{padding:0}}.modal__content--service .service-selection-modal__section:last-child{margin-bottom:0}.modal__content--service .service-selection-modal__section .card-header{margin-bottom:20px}.modal__content--service .service-selection-modal__section .service-middle-category{margin-bottom:16px}.modal__content--service .service-selection-modal__section .service-middle-category:last-child{margin-bottom:0}.modal__content--service+.modal__footer .btn,.modal__content--service .modal__footer .btn{min-width:230px;height:50px;border-radius:4px;font-size:1.125rem;font-weight:700;cursor:pointer}@media (max-width: 768px){.modal__content--service+.modal__footer .btn,.modal__content--service .modal__footer .btn{min-width:0;flex:1 1 auto;height:unset;font-size:.875rem;padding:5px;line-height:1.2}}.modal__content--service+.modal__footer .btn-secondary,.modal__content--service .modal__footer .btn-secondary{border:2px solid #1f2937;background:#efefef;color:#111}.modal__content--service+.modal__footer .btn-primary,.modal__content--service .modal__footer .btn-primary{border:2px solid #000;background:#ffc92e;color:#000}body.is-service-selection-modal-open{overflow:hidden}.detail-page__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;flex-wrap:wrap;gap:20px}.detail-page__title{font-size:1.5rem;font-weight:600;margin:0}.detail-page__actions{display:flex;gap:10px}.detail-page__meta{font-size:.875rem;color:#666;margin-bottom:30px}.detail-page__content{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}@media (max-width: 768px){.detail-page__content{grid-template-columns:1fr}}.detail-page__info{background-color:#fff;padding:30px;border:1px solid #dee2e6;border-radius:4px}.detail-page__map{background-color:#fff;padding:30px;border:1px solid #dee2e6;border-radius:4px;height:400px}.detail-page__map iframe{width:100%;height:100%;border:none}.detail-page__tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:20px}.detail-page__tag{display:inline-block;padding:4px 12px;border-radius:3px;font-size:.75rem;font-weight:600}.detail-page__tag--service{background-color:#8b0000;color:#fff}.detail-page__tag--approved{background-color:#ffc92e;color:#000}.detail-page__section{margin-bottom:30px}.detail-page__section-title{font-size:1rem;font-weight:600;margin-bottom:10px;padding-bottom:5px;border-bottom:2px solid #37c47d}.card.service-detail{width:100%;margin:0 auto;padding:35px 5px;border:5px solid #F0F0F0;border-radius:8px;background-color:#fff;box-shadow:none;box-sizing:border-box;overflow:hidden}@media (max-width: 768px){.card.service-detail{padding:15px;border:0;border-radius:3px}}@media (max-width: 768px){.service-detail.card{padding-bottom:0}}.service-detail__header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 20px;box-sizing:border-box}@media (max-width: 768px){.service-detail__header{width:100%;flex-direction:column;align-items:flex-start;margin:0}}.service-detail__title-section{flex:1;display:flex;flex-direction:column;gap:18px;width:765px;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.service-detail__title-section{width:100%;gap:10px}}.service-detail__category-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:0}.service-detail__category-badge{display:inline-flex;align-items:center;padding:2px 15px;border-radius:3px;font-size:.8rem;font-weight:500;line-height:1.394531259em;color:#fff;background-color:#9e2246}@media (max-width: 768px){.service-detail__category-badge{display:inline-flex;align-items:center;justify-content:center;height:22px;font-size:.74em;margin-left:5px;padding:3px 15px;border-radius:3px;font-weight:500;line-height:1.4}.service-detail__category-badge:nth-of-type(1){margin-left:0}}.service-detail__category-badge--approved{background:linear-gradient(211deg,#f2e58b,#dbc010);color:#530;border:1px solid #553300;font-weight:600;font-size:.8rem;line-height:1.2em}.service-detail__title{font-size:1.875rem;font-weight:700;line-height:1em;color:#333;margin:0}@media (max-width: 768px){.service-detail__title{margin-bottom:0;font-size:1.5em}}.service-detail__address{font-size:1.03125rem;line-height:1.8181818182em;color:#333}.service-detail__actions{display:flex;flex-direction:column;align-items:flex-end;gap:20px;width:245px;flex-shrink:0;box-sizing:border-box}@media (max-width: 768px){.service-detail__actions{width:100%;align-items:flex-start}}.service-detail__actions-group{display:flex;align-items:center;gap:8px}.service-detail__last-updated{font-size:.9375rem;line-height:1.3em;color:#333;text-align:right;width:245px}@media (max-width: 768px){.service-detail__last-updated{text-align:left;width:100%;display:none}}.service-detail__info-box{width:1070px;max-width:100%;box-sizing:border-box;margin-bottom:0}@media (max-width: 768px){.service-detail__info-box{width:100%}}.service-detail__content{display:flex;justify-content:space-between;align-items:flex-start;margin:20px 20px 0;box-sizing:border-box}@media (max-width: 768px){.service-detail__content{flex-direction:column;margin:0}}.service-detail__main{flex:1;display:flex;flex-direction:column;gap:0;box-sizing:border-box;padding-right:40px}@media (max-width: 768px){.service-detail__main{width:100%;padding-right:0}}.service-detail__section{margin-bottom:0}.service-detail__section:not(:last-child){margin-bottom:0}.service-detail__info-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.service-detail__info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:19px 0;border-bottom:1px dotted #B2B2B2}@media (max-width: 768px){.service-detail__info-item{border-bottom:0;flex-direction:column;align-items:flex-start;gap:0px;padding:0}}.service-detail__info-item:first-child{padding-top:19px;border-top:1px dotted #B2B2B2}@media (max-width: 768px){.service-detail__info-item:first-child{border-top:0}}.service-detail__info-item:not(:last-child){border-bottom:1px dotted #B2B2B2}@media (max-width: 768px){.service-detail__info-item:not(:last-child){border-bottom:0}}.service-detail__info-item:last-child{border-bottom:none;padding-bottom:19px}.service-detail__info-label{font-size:1.08125rem;font-weight:700;line-height:1.3959537967em;color:#333;width:220px;min-width:220px;flex-shrink:0;padding-right:0;margin:0;box-sizing:border-box}@media (max-width: 768px){.service-detail__info-label{width:100%;min-width:auto;margin-bottom:0;font-size:1.07em;font-weight:600;line-height:1.4;padding:7px 12px;background-color:#f5f5f2}}.service-detail__info-value{flex:1;font-size:1.0125rem;line-height:1.3999999529em;color:#333;margin:0;min-width:0;word-break:break-word}@media (max-width: 768px){.service-detail__info-value{font-size:1.07em;line-height:1.4;padding:7px 0 7px 12px}}.service-detail__info-value a{color:#333;text-decoration:none}.service-detail__info-value a:hover{text-decoration:underline}.service-detail__info-item:first-child .service-detail__info-value{font-size:1.21875rem;font-weight:600;line-height:1.3999999609em}.service-detail__sidebar{width:425px;flex-shrink:0;box-sizing:border-box;background-color:#f5f5f2}@media (max-width: 768px){.service-detail__sidebar{width:100%;background-color:unset}}.service-detail__map-wrapper{display:flex;flex-direction:column;gap:20px}.service-detail__map-container{width:100%;height:425px;background-color:#f5f5f2;border-radius:0;overflow:hidden;position:relative}.service-detail__map{width:100%;height:100%}.service-detail__map-info{display:flex;flex-direction:column;gap:20px}.service-detail__map-actions{display:flex;flex-direction:column;gap:20px;margin:20px}.service-detail__map-link{font-size:.9375rem;line-height:1em;color:#0166bd;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.service-detail__map-link:hover{text-decoration:underline}.service-detail__map-link i{font-size:.875rem}.service-detail__map-link-note{font-size:.9375rem;line-height:1em;color:#0166bd}.service-detail__access{display:flex;flex-direction:column;gap:7px}.service-detail__access-title{font-size:.9375rem;font-weight:600;line-height:1em;color:#333;margin:0}.service-detail__access-text{font-size:.9375rem;line-height:1.5em;color:#333;margin:0}.service-detail__related-categories{margin:0 20px;box-sizing:border-box}@media (max-width: 768px){.service-detail__related-categories{width:100%;margin:0}}.service-detail__related-categories-title{font-size:1.59375rem;font-weight:600;line-height:1.5em;color:#000;margin:0 0 18px}@media (max-width: 768px){.service-detail__related-categories-title{margin-left:0;font-size:1.25rem}}.service-detail__related-categories-tabs{display:flex;align-items:flex-start;gap:8px;margin-bottom:0;position:relative;padding-bottom:0}@media (max-width: 768px){.service-detail__related-categories-tabs{margin-left:0;flex-wrap:wrap;padding-bottom:15px}}.service-detail__related-categories-tabs:after{content:"";position:absolute;bottom:0;width:100%;height:2px;background-color:#9e2246}@media (max-width: 768px){.service-detail__related-categories-tabs:after{left:-15px;width:calc(100% + 30px)}}.service-detail__related-category-tab{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:45px;font-size:1.21875rem;font-weight:600;line-height:1em;color:#000!important;background-color:#ebebe6;border-radius:10px 10px 0 0;white-space:nowrap;transition:all .2s ease;text-decoration:none!important}@media (max-width: 768px){.service-detail__related-category-tab{width:calc(50% - 4px);font-size:.9375rem;padding:0 5px;border-radius:3px}}.service-detail__related-category-tab--active{background-color:#9e2246;color:#fff!important}@media (max-width: 768px){.service-detail__related-category-tab--active{position:relative}.service-detail__related-category-tab--active:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #9E2246;pointer-events:none}}.service-detail__related-category-tab:hover{background-color:#9e2246;color:#fff!important}.service-detail__additional-content-wrapper{box-sizing:border-box;margin:18px 20px 0;background-color:#fff;padding:0}@media (max-width: 768px){.service-detail__additional-content-wrapper{width:calc(100% + 30px);margin:18px 0 0 -15px}}.service-detail__additional-content{width:1010px;max-width:100%;margin:0 auto;box-sizing:border-box;padding:0}@media (max-width: 768px){.service-detail__additional-content{width:100%;padding:0}}.service-detail__section--accordion{margin-bottom:3px}.service-detail__accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:13px 25px;background-color:#f5f5f2;border:none;cursor:pointer;text-align:left;box-sizing:border-box}@media (max-width: 768px){.service-detail__accordion-header{padding:13px 12px}}.service-detail__accordion-header:hover{background-color:#ebebe6}.service-detail__section-title{font-size:1.34375rem;font-weight:500;line-height:1.3953488372em;color:#333;margin:0}@media (max-width: 768px){.service-detail__section-title{display:block;color:#333;background-color:#f5f5f2;font-weight:500;font-size:1.35em;cursor:pointer;transition:background-color ease .3s}}.service-detail__accordion-icon{font-size:1rem;color:#333;transition:transform .2s ease}.service-detail__accordion-content{display:none;padding:0;background-color:#fff}.service-detail__accordion-content.is-open{display:block}.service-detail__overview{padding:20px 25px;font-size:.9375rem;font-weight:400;line-height:1.4em;color:#333}.service-detail__overview-group{display:flex;align-items:stretch;gap:24px;margin:0;padding:0}@media (max-width: 768px){.service-detail__overview-group{flex-direction:column;gap:10px}}.service-detail__overview-group-label{margin:0;width:220px;min-width:220px;font-size:1.0625rem;font-weight:700;line-height:1.4;color:#333;padding-top:16px}@media (max-width: 768px){.service-detail__overview-group-label{width:auto;min-width:0;padding-top:0}}.service-detail__overview-group-value{margin:0;flex:1;min-width:0}.service-detail__overview-list{margin:0;padding:0}.service-detail__overview-item{display:flex;align-items:flex-start;gap:24px;padding:16px 0;border-bottom:1px dotted #B2B2B2}.service-detail__overview-item:first-child{border-top:1px dotted #B2B2B2}@media (max-width: 768px){.service-detail__overview-item{flex-direction:column;gap:8px}}.service-detail__overview-label{margin:0;width:280px;min-width:280px;font-size:1.0625rem;font-weight:700;line-height:1.4;color:#333}@media (max-width: 768px){.service-detail__overview-label{width:auto;min-width:0}}.service-detail__overview-value{margin:0;flex:1;min-width:0;font-size:1rem;line-height:1.5;color:#333;white-space:pre-wrap;word-break:break-word}.service-detail__media{padding:20px 25px;display:flex;flex-wrap:wrap;gap:20px}.service-detail__media-image,.service-detail__media-video{max-width:100%;height:auto;border-radius:4px}.service-detail__section--notes{margin-top:0;margin-bottom:0}.service-detail__notes{margin-top:20px;padding:0;font-size:.9375rem;font-weight:400;line-height:1.4em;color:#333;box-sizing:border-box}@media (max-width: 768px){.service-detail__notes{margin-top:3px;width:100%;padding:5px 0;background-color:#f5f5f2}}.service-detail__footer{margin-top:40px;text-align:center}.service-detail__bottom-actions{display:flex;align-items:center;gap:20px;padding:20px;background-color:#fff;box-shadow:0 -4px 8px #0000000d;z-index:1000;box-sizing:border-box}@media (max-width: 768px){.service-detail__bottom-actions{padding:12px 16px;flex-direction:row;align-items:stretch;gap:8px}}.service-detail .btn-like{display:inline-flex;align-items:center;gap:2px;padding:0 8px;height:34px;font-size:.9375rem;line-height:1em;color:#000;background-color:#f0f0f0;border:1px solid #000000;border-radius:3px;cursor:pointer;text-decoration:none}.service-detail .btn-like i{font-size:1.25rem}.service-detail .btn-like:hover{background-color:#e0e0e0}.service-detail .btn-like.is-liked,.service-detail .btn-like:disabled{background-color:#e0e0e0;cursor:default;opacity:1}.service-detail .btn-print{display:inline-flex;align-items:center;padding:9px 12px 10px;font-size:.9375rem;line-height:1em;color:#000;background-color:#ffb62b;border:none;border-radius:3px;cursor:pointer;text-decoration:none}@media (max-width: 768px){.service-detail .btn-print{display:none}}.service-detail .btn-print i{font-size:1rem}.service-detail .btn-print:hover{background-color:orange}.service-detail .btn-search-nearby{display:flex;align-items:center;justify-content:center;gap:10px;width:385px;max-width:100%;height:40px;padding:11px;font-size:1.0125rem;font-weight:600;line-height:1em;color:#000;background-color:#fff;border:2px solid #707070;border-radius:3px;cursor:pointer;box-sizing:border-box}@media (max-width: 768px){.service-detail .btn-search-nearby{width:100%;padding:11px 20px}}.service-detail .btn-search-nearby:hover{background-color:#f5f5f5}.service-detail .btn-back{display:inline-block;padding:10px 30px;font-size:1rem;font-weight:600;color:#000;background-color:#fff;border:2px solid #000000;border-radius:5px;text-decoration:none;cursor:pointer}.service-detail .btn-back:hover{background-color:#f5f5f5}.service-detail__bottom-actions .actions__call-sp{display:none;box-sizing:border-box}@media (max-width: 768px){.service-detail__bottom-actions .actions__call-sp{display:inline-flex;align-items:center;justify-content:center;gap:.35em;flex:1 1 0;min-width:0;padding:12px 10px;border:1px solid #000000;border-radius:5px;background-color:#e8e8e8;color:#000;text-decoration:none;font-weight:700;line-height:1.2}}@media (max-width: 768px){.service-detail__bottom-actions .actions__call-sp--disabled{opacity:.45;pointer-events:none;cursor:not-allowed}}.service-detail__bottom-actions .actions__contact{display:flex;flex-direction:column;gap:4px;width:249px;flex-shrink:0;box-sizing:border-box}@media (max-width: 768px){.service-detail__bottom-actions .actions__contact{display:none}}.service-detail__bottom-actions .actions__contact-label{display:flex;align-items:center;gap:2px;font-size:.9375rem;font-weight:700;line-height:1.5em;color:#000}.service-detail__bottom-actions .actions__contact-label i{font-size:1.25rem;width:20px;height:20px;color:#000}.service-detail__bottom-actions .actions__contact-tel{display:flex;align-items:center;gap:4px;font-size:1.25rem;font-weight:700;line-height:1.5em;color:#000}.service-detail__bottom-actions .actions__contact-tel .tel-number{font-size:1.875rem;font-weight:600;line-height:.9099999746em;color:#333}.service-detail__bottom-actions .actions__divider{width:0;height:60px;border-left:1px solid #D9D9D9;flex-shrink:0}@media (max-width: 768px){.service-detail__bottom-actions .actions__divider{display:none}}.service-detail__bottom-actions .btn-homepage{display:flex;align-items:center;justify-content:center;gap:10px;width:288px;height:52px;padding:16px;font-size:1.20625rem;font-weight:700;line-height:1.036269471em;color:#000;background-color:#ffc92e;border:2px solid #000000;border-radius:5px;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:all .2s ease;flex-shrink:0}@media (max-width: 768px){.service-detail__bottom-actions .btn-homepage{flex:1 1 0;width:auto!important;min-width:0;height:auto;min-height:44px;padding:12px 10px;gap:.35em}}.service-detail__bottom-actions .btn-homepage i{font-size:.875rem}.service-detail__bottom-actions .btn-homepage:hover{background-color:#ffb62b}.bcontainer-outer{overflow:visible;background-position:top left;background-size:cover}.bcontainer-outer.bcontainer-coln .bcontainer-inner{position:relative;box-sizing:border-box;overflow:hidden;width:1080px;margin-right:auto;margin-left:auto}@media (max-width: 768px){.bcontainer-outer.bcontainer-coln .bcontainer-inner{width:100%;max-width:100%}}.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln{display:flex;flex-wrap:wrap;overflow:visible!important}.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box1,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box2,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box3,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box4,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box5,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box6,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box7,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box8,.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .box9{display:flex;box-sizing:border-box;flex-grow:0;flex-shrink:0;flex-basis:auto;align-items:flex-start;width:100%;word-wrap:break-word;border-color:#ccc}.bcontainer-outer.bcontainer-coln .bcontainer-inner .coln .containerInner{width:100%;max-width:100%;margin-left:0;margin-right:0}.hsNormal{margin-bottom:50px}@media (max-width: 768px){.hsNormal{margin-bottom:30px}}.searchOfficeIndex{display:flex;justify-content:space-between;align-items:stretch}@media (max-width: 768px){.searchOfficeIndex{flex-direction:column;gap:20px}}.searchOfficeIndex .col1{flex:0 0 720px;display:flex;align-items:center;box-sizing:border-box;margin-right:10px;padding:0 50px;background-color:#fff}@media (max-width: 768px){.searchOfficeIndex .col1{flex:1 1 auto;width:100%;margin-right:0;padding:15px;border-radius:3px;box-shadow:0 0 6px #00000029}}.searchOfficeIndex .col1 .inner{width:100%}.searchOfficeIndex .col2{flex:1 1 auto}@media (max-width: 768px){.searchOfficeIndex .col2{width:100%}}.searchOfficeIndex .col2 .inner{height:100%}.searchOfficeIndex .inner .ttl{margin-bottom:20px;font-size:1.45em;font-weight:600}@media (max-width: 768px){.searchOfficeIndex .inner .ttl{margin-bottom:10px;font-size:1.2em}}.searchOfficeIndex .inner .parts{display:flex}.searchOfficeIndex .inner .parts input[type=text]{width:calc(100% - 50px);max-width:calc(100% - 50px);height:45px;box-sizing:border-box;border-width:1px 0 1px 1px!important;border-style:solid;border-color:#d9d9d9!important;border-radius:5px 0 0 5px;background-color:#f5f5f2;font-size:1.0666em;cursor:text}@media (max-width: 768px){.searchOfficeIndex .inner .parts input[type=text]{height:40px;font-size:1em;padding:0 12px}}.searchOfficeIndex .inner .parts input[type=text]::placeholder{font-family:Yu Gothic UI,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif}.searchOfficeIndex .inner .parts input[type=submit]{display:inline-block;width:50px;height:45px;box-sizing:border-box;border:2px solid #D9D9D9;border-top-right-radius:5px;border-bottom-right-radius:5px;background:url(../../usr-data/template/kaigo-jouhou-service_11/common-img/ico_loupe_S.svg) no-repeat center;background-size:21px 21px;background-color:#ffc92e;cursor:pointer;transition:all ease .3s}@media (max-width: 768px){.searchOfficeIndex .inner .parts input[type=submit]{height:40px;background-size:18px 18px}}.searchOfficeIndex .inner a{display:block;height:100%;border:2px solid transparent;border-radius:8px;background:url(../../usr-data/template/kaigo-jouhou-service_11/common-img/ico_link_arrow_gray.svg) no-repeat center right 15px;background-size:14px 24px;background-color:#fff;color:#333!important;line-height:1.7em;text-decoration:none;transition:border-color ease .3s}@media (max-width: 768px){.searchOfficeIndex .inner a{display:flex;align-items:center;justify-content:flex-start;height:80px;padding:0 15px;border-radius:3px;background-position:center right 15px;background-size:10px 17px;box-shadow:0 0 6px #00000029}}.searchOfficeIndex .inner a.service>span{background:url(../../usr-data/template/kaigo-jouhou-service_11/common-img/img_search_office.png) no-repeat center top 20px}@media (max-width: 768px){.searchOfficeIndex .inner a.service>span{background-position:center left 0;background-size:59px auto}}.searchOfficeIndex .inner a>span{display:block;padding-top:150px;font-weight:600;text-align:center}@media (max-width: 768px){.searchOfficeIndex .inner a>span{padding:6px 0 0 65px;font-size:1em;line-height:1.3em;text-align:left}}.searchOfficeIndex .inner a>span .ttl{display:block}@media (max-width: 768px){.searchOfficeIndex .inner a>span .ttl{font-size:1.07em;line-height:1.3}}.searchOfficeIndex .inner a>span .sp-only{display:none}@media (max-width: 768px){.searchOfficeIndex .inner a>span .sp-only{display:inline}}.shien-home-figma-sp{display:none}@media (max-width: 768px){.shien-home-figma-sp{display:flex;flex-direction:column;gap:10px;margin-top:14px}}.figmaShiraberuOuter--plan1 .fShirabTitle{margin:4px 0 6px;min-height:46px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.58em;font-weight:600;line-height:1;color:#333}.figmaShiraberuOuter--plan1 .fShirabTitle--registration:before{content:none}.figmaShiraberuOuter--plan1 .fShirabTitle__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;margin-right:8px;background-repeat:no-repeat;background-position:center;background-size:contain;flex:0 0 auto}.figmaShiraberuOuter--plan1 .fShirabTitle__icon--registration{background-image:url(/shien/icon_registration.svg)}.figmaShiraberuOuter--plan1 .fShirabLink{position:relative;display:flex;align-items:center;min-height:70px;padding:10px 40px 10px 14px;border:2px solid #EAEAEA;border-radius:3px;background-color:#fff;background-repeat:no-repeat;color:#333!important;text-decoration:none!important;line-height:1.2;font-weight:600;box-sizing:border-box;transition:border-color .3s}.figmaShiraberuOuter--plan1 .fShirabLink:hover{border-color:#06318e}.figmaShiraberuOuter--plan1 .fShirabLink:after{content:"";position:absolute;right:14px;top:50%;width:10px;height:17px;transform:translateY(-50%);background:url(/usr-data/template/kaigo-jouhou-service_11/common-img/ico_link_arrow_gray.svg) no-repeat center/10px 17px}.figmaShiraberuOuter--plan1 .fShirabLink__ttl{display:block;font-size:1.2em;line-height:1.2;color:#333}.figmaShiraberuOuter--plan1 .fShirabLink__sub{display:block;margin-top:3px;font-size:.85em;line-height:1.2;color:#333}.figmaShiraberuOuter--plan1 .fShirabLink--livingService,.figmaShiraberuOuter--plan1 .fShirabLink--purpose,.figmaShiraberuOuter--plan1 .fShirabLink--livingMap{padding-left:100px;background-position:left 10px center}.figmaShiraberuOuter--plan1 .fShirabLink--livingService{background-image:url(/usr-data/template/kaigo-jouhou-service_11/common-img/figma_icon_living_service.svg);background-size:84px 74px;display:none}.figmaShiraberuOuter--plan1 .fShirabLink--purpose{background-image:url(/usr-data/template/kaigo-jouhou-service_11/common-img/figma_icon_purpose.svg);background-size:82px 80px}.figmaShiraberuOuter--plan1 .fShirabLink--livingMap{background-image:url(/usr-data/template/kaigo-jouhou-service_11/common-img/figma_icon_map_living.svg);background-size:86px 74px}.figmaShiraberuOuter--plan1 .fShirabLink--sm{min-height:70px;padding:8px 30px 8px 65px;background-size:52px 52px!important;background-position:left 4px center!important}.figmaShiraberuOuter--plan1 .fShirabLink--sm .fShirabLink__ttl{font-size:1.02em}.figmaShiraberuOuter--plan1 .fShirabLink--sm .fShirabLink__sub{font-size:.72em}.figmaShiraberuOuter--plan1 .fShirabGrid--2col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.figmaShiraberuOuter--plan1 .fShirabRegister{margin-top:16px;padding:20px;background-color:#fff;border-top:1px solid #EAEAEA;border-radius:0 0 16px 16px}.figmaShiraberuOuter--plan1 .fShirabRegister .fShirabTitle{margin:0 0 12px}.figmaShiraberuOuter--plan1 .fShirabRegister__lead{margin:0 0 8px;font-size:1.08em;font-weight:600;line-height:1.4;color:#333}.figmaShiraberuOuter--plan1 .fShirabRegister__desc{margin:0 0 10px;font-size:1em;line-height:1.7;color:#333}.figmaShiraberuOuter--plan1 .fShirabRegister__note{margin:0 0 10px;font-size:.92em;line-height:1.6;color:#666}.figmaShiraberuOuter--plan1 .fShirabRegister__note a{color:#2c5bbf;text-decoration:underline}.figmaShiraberuOuter--plan1 .fShirabRegister__note a:hover{color:#06318e}.figmaShiraberuOuter--plan1 .fShirabRegister__caution{margin:0 0 16px;padding:0;font-size:.95em;line-height:1.7;color:#333}.figmaShiraberuOuter--plan1 .fShirabRegister__cautionTag{display:inline-block;margin-bottom:2px;color:#e20000;font-weight:700}.figmaShiraberuOuter--plan1 .fShirabRegister__consent{margin-top:14px;padding:16px 18px;background-color:#fff;border:1px solid #FFF7D6;border-radius:6px}.figmaShiraberuOuter--plan1 .fShirabRegister__consent:has(.fShirabRegister__consentCheck:not(:checked)) .fShirabRegister__consentBtn{background-color:#737373;color:#fff!important;border-color:transparent;pointer-events:none;opacity:.6}.figmaShiraberuOuter--plan1 .fShirabRegister__consent:has(.fShirabRegister__consentCheck:checked) .fShirabRegister__consentBtn{background-color:#2c5bbf;color:#fff!important;opacity:1;pointer-events:auto}.figmaShiraberuOuter--plan1 .fShirabRegister__consentLabel{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:1em;line-height:1.5;color:#333}.figmaShiraberuOuter--plan1 .fShirabRegister__consentCheck{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:#2C5BBF;cursor:pointer}.figmaShiraberuOuter--plan1 .fShirabRegister__consentText{flex:1 1 auto}.figmaShiraberuOuter--plan1 .fShirabRegister__consentBtn{display:block;width:fit-content;min-width:220px;margin:12px auto 0;padding:10px 24px;background-color:#2c5bbf;color:#fff!important;font-size:1.05em;font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;border:2px solid transparent;border-radius:5px;cursor:pointer;transition:border-color .3s,background-color .3s,color .3s,opacity .3s}.figmaShiraberuOuter--plan1 .fShirabRegister__consentBtn:hover{border-color:#06318e;background-color:#fff;color:#06318e!important}.figmaShiraberuOuter--plan1 .fShirabRegister__consentBtn[aria-disabled=true]{background-color:#737373;color:#fff!important;border-color:transparent;pointer-events:none;opacity:.6}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-muted{color:#666!important}.text-decoration-none{text-decoration:none!important}.text-decoration-none:hover{text-decoration:underline!important}.lead{font-size:1.25rem;font-weight:300}.h1,h1{font-size:2.25rem;font-weight:600}.h2,h2{font-size:1.875rem;font-weight:600}.h3,h3{font-size:1.5rem;font-weight:600}.h4,h4{font-size:1.25rem;font-weight:600}.h5,h5{font-size:1rem;font-weight:600}.h6,h6{font-size:.875rem;font-weight:600}.fw-normal{font-weight:400}.fw-bold{font-weight:600}.fw-bolder{font-weight:700}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.mr-3{margin-right:1rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-none{display:none!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-column{flex-direction:column!important}.flex-row{flex-direction:row!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}@media (min-width: 768px){.justify-content-md-end{justify-content:flex-end!important}}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.gap-2{gap:.5rem!important}@media (max-width: 768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width: 768px){.d-md-flex{display:flex!important}}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f2;font-weight:400;line-height:1.5em;font-size:93.75%}main{display:block;min-width:1120px}@media (max-width: 768px){main{min-width:0}}a{color:#37c47d}a:hover{color:#2c9c64}.pagination{display:flex;list-style:none;padding:0;margin:20px 0;gap:5px}.pagination .page-item .page-link{display:block;padding:5px 10px;color:#333;text-decoration:none;border:1px solid #dee2e6;border-radius:4px;transition:all .2s ease-in-out}.pagination .page-item .page-link:hover{background-color:#e2f1ee;border-color:#37c47d;color:#37c47d}.pagination .page-item.active .page-link{background-color:#37c47d;border-color:#37c47d;color:#fff}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:10px 20px;color:#333;background-color:#fff;border:1px solid #dee2e6;border-top-width:0}.list-group-item:first-child{border-top-width:1px;border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.list-group-item:hover{background-color:#e2f1ee;z-index:1}.alert{position:relative;padding:20px 30px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert-info{background-color:#e2f1ee;border-color:#37c47d;color:#333}.alert-success{background-color:#c4f1ce;border-color:#28a745;color:#145523}.alert-danger{background-color:#fef9f9;border-color:#dc3545;color:#921925}
