@charset "UTF-8";.p-case-contents{display:block;max-width:1200px;padding:10vw 16px;margin:0 auto;letter-spacing:normal}@media screen and (width >= 768px){.p-case-contents{display:grid;grid-template-columns:280px 1fr;gap:48px;padding:80px 16px}}.p-case-contents--accent{background-color:#eff9fe}.p-case-contents .p-case-contents__inner{box-sizing:content-box;margin:0 0 32px}.p-case-contents .p-case-contents__inner--nav{visibility:hidden;background-color:#f0f5f7;border-radius:8px}@media screen and (width >= 768px){.p-case-contents .p-case-contents__inner--nav{position:sticky;top:83px;height:auto;min-height:100px;max-height:calc(100vh - 103px);margin:0;overflow-y:auto}}@media screen and (width >= 1024px){.p-case-contents .p-case-contents__inner--nav{top:130px;max-height:calc(100vh - 150px)}}.p-case-contents .p-case-contents__inner--nav::-webkit-scrollbar{width:10px}.p-case-contents .p-case-contents__inner--nav::-webkit-scrollbar-thumb{background-color:#00000021;border-top:6px solid #f0f5f7;border-right:6px solid #f0f5f7;border-bottom:6px solid #f0f5f7;border-radius:8px}.p-case-contents .p-case-contents__inner--nav--shown{visibility:visible}.p-case-contents .p-case-contents__inner--card-list{min-height:100vh}.p-case-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:32px 0 0}@media screen and (width >= 512px){.p-case-grid{grid-template-columns:1fr 1fr}}@media screen and (width >= 1024px){.p-case-grid{grid-template-columns:1fr 1fr 1fr;gap:32px}}.p-case-card{display:grid;grid-template-rows:subgrid;grid-row:span 2;gap:0;overflow:hidden;text-decoration:none;border:1px solid #ddd;border-radius:8px;transition:border .3s ease}.p-case-card:hover{border:1px solid #14a0dc}.p-case-card--disabled{display:none}.p-case-thumb{position:relative;aspect-ratio:2/1;overflow:hidden}.p-case-thumb__img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.p-case-info{display:flex;flex-direction:column;padding:16px;background-color:#f5f5f5}.p-case-category{margin:0;font-size:12px;font-weight:500;color:#999}.p-case-company{margin:0 0 10px}.p-case-company__name{font-size:15px;font-weight:700;line-height:1.4;color:#14a0dc}.p-case-company__suffix{margin:0 4px 0 1px;font-size:14px;font-weight:500;color:#14a0dc}.p-case-company__suffix:last-child{margin:0 0 0 1px}.p-case-description{margin:0 0 20px;font-size:14px;line-height:1.6;color:#333}.p-case-description--update{animation:fadeIn .3s .2s;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.p-case-tag{display:flex;flex-wrap:wrap;gap:4px;margin-top:auto}.p-case-tag__item{padding:8px 12px;font-size:12px;line-height:1;color:#14a0dc;border:1px solid #14a0dc;border-radius:16px}.app-container{margin-bottom:48px}.filter-ui-container{display:flex;flex-direction:column;width:100%;height:100%;margin:0 auto}.header-section{position:relative;flex-shrink:0;width:100%;cursor:pointer;background-color:#f0f5f7;transition:all .3s ease-in-out}@media screen and (width >= 768px){.header-section{display:none}}.header-section.expanded{border-radius:8px 8px 0 0}.header-section.collapsed{border-radius:8px}.header-content{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;height:100%}.header-inner{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;padding:16px}@media screen and (width >= 768px){.header-inner{padding:24px}}.header-title{flex:1;width:100%;font-size:18px;font-weight:500;text-align:left;text-box:trim-both cap alphabetic}@media screen and (width >= 768px){.header-title{font-size:22px}}.header-icon{display:grid;place-content:center;align-items:center;width:22px;height:22px;background-color:#14a0dc;border-radius:1rem;transition:transform .25s ease}.header-icon:before{position:relative;width:11px;height:11px;clip-path:polygon(0 40%,100% 40%,100% 60%,0 60%);content:"";background-color:#fff;transition:clip-path .25s ease}.header-section.collapsed .header-icon{transform:rotate(-90deg)}.header-section.collapsed .header-icon:before{clip-path:polygon(0 40%,40% 40%,40% 0%,60% 0%,60% 40%,100% 40%,100% 60%,60% 60%,60% 100%,40% 100%,40% 60%,0 60%)}.icon-container{position:relative}.hidden{display:none!important}.content-section{flex-shrink:0;width:100%;overflow:hidden;transition:all .3s ease-in-out}.content-section.expanded{max-height:2000px;border-top:1px solid #ddd;border-radius:0 0 8px 8px;opacity:1}@media screen and (width >= 768px){.content-section.expanded{border-top:none;border-radius:8px}}.content-section.collapsed{max-height:0;opacity:0}.content-inner{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.content-wrapper{position:relative;padding:24px 16px}.filter-section{display:flex;flex-shrink:0;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:flex-start;width:100%;padding-bottom:26px;margin-bottom:26px;border-bottom:1px dotted #ddd}.filter-section:last-child{padding-bottom:0;margin-bottom:0;border:none}.section-title{flex-shrink:0;width:100%;font-size:16px;font-weight:500;text-align:left}.filter-tags{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start;width:100%}.filter-tag{position:relative;display:block;font-weight:500;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s}.filter-tag.selected{color:#14a0dc;border:1px solid #14a0dc}.filter-tag.disabled{pointer-events:none}.filter-tag:hover{border:1px solid #14a0dc}.filter-tag-text{display:block;padding:12px 16px;font-size:13px;text-align:left;white-space:nowrap;cursor:pointer;transition:color .2s;text-box:trim-both cap alphabetic}.filter-tag-text--product{padding:12px 16px 12px 88px}.filter-tag-text--industry{padding:12px 16px}.filter-tag-text--solution{padding:12px 16px 12px 32px}.filter-tag .filter-tag-text,.filter-tag.unchecked .filter-tag-text{color:#444}.filter-tag.selected .filter-tag-text{color:#14a0dc}.filter-tag.disabled .filter-tag-text{color:#ccc}.checkbox{position:absolute;inset:0 auto 0 12px;width:12px;height:12px;margin:auto;pointer-events:none;cursor:pointer}.checkbox-svg{display:block;width:100%;height:100%;border-radius:2px}.input-checkbox{display:none}.product-cards{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start;width:100%}.product-card{position:relative;box-sizing:border-box;width:100%;font-weight:500;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s}@media screen and (width >= 640px){.product-card{width:100%}}.product-card.checked{color:#444;border:1px solid #14a0dc}.product-card.disabled{color:#acb6bb;pointer-events:none}.product-card.disabled .product-category{color:#acb6bb}.product-card.disabled .product-icon{opacity:.5}.product-card.uncheckted{color:#444}.product-card:hover{border:1px solid #14a0dc}.product-icon{position:absolute;inset:0 auto 0 16px;width:56px;height:40px;margin:auto;pointer-events:none}.product-icon-badge{width:56px;height:40px;background-repeat:no-repeat;background-position:center}.product-icon-badge--skysea{background-image:url(/case/img/logo-skysea.png)}.product-icon-badge--skypce{background-image:url(/case/img/logo-skypce.png)}.product-icon-badge--skydiv{background-image:url(/case/img/logo-skydiv.png)}.product-icon-badge--skyatt{background-image:url(/case/img/logo-skyatt.png)}.product-info{display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:center;font-weight:500;text-align:left;white-space:nowrap}.product-category{flex-shrink:0;font-size:11px;color:#999}.product-name{flex-shrink:0;font-size:16px}.item-disabled{pointer-events:none}.item-enabled{color:#444}.action-buttons{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;width:100%}@media screen and (width >= 640px){.action-buttons{flex-direction:row;gap:40px}}.search-button{position:relative;box-sizing:border-box;width:100%;padding:16px 16px 16px 24px;cursor:pointer;background-color:#14a0dc;border:none;transition:background-color .2s}.search-button:after{position:absolute;top:50%;right:16px;width:6px;height:6px;content:"";border-top:2px solid #fff;border-right:2px solid #fff;transform:translateY(-50%);transform:translateY(-50%) rotate(45deg)}@media screen and (width >= 640px){.search-button{width:311px}}.search-button:hover{background-color:#1188c4}.search-text{text-box:trim-both cap alphabetic;flex:1;flex-shrink:0;font-size:16px;color:#fff;text-align:center}.clear-button{font-size:16px;color:#999;text-align:center;text-decoration:underline;cursor:pointer;background:none;border:none;transition:color .2s}.clear-button:hover{color:#14a0dc}.content-status__details{margin-top:32px}.content-status__summary-item{display:flex;flex-wrap:wrap;align-items:center}.content-status__summary-item .content-status__summary-term{padding:0;margin:0;font-size:18px;font-weight:500;text-box:trim-both cap alphabetic}@media screen and (width >= 768px){.content-status__summary-item .content-status__summary-term{font-size:22px}}.content-status__summary-item .content-status__summary-description{padding:0;margin:0;font-size:18px;font-weight:500;text-box:trim-both cap alphabetic}@media screen and (width >= 768px){.content-status__summary-item .content-status__summary-description{font-size:22px}}.content-status__details-item{display:flex;flex-direction:column;gap:12px}@media screen and (width >= 640px){.content-status__details-item{flex-direction:row;gap:0;align-items:center}}.content-status__details-item .content-status__details-group{display:flex;flex-wrap:wrap;gap:8px}.content-status__details-item .content-status__details-term{flex-shrink:0;width:11em;padding:0;margin:0;text-box:trim-both cap alphabetic;font-size:16px}@media screen and (width >= 640px){.content-status__details-item .content-status__details-term{font-size:16px}}.content-status__details-item .content-status__details-description{padding:12px 16px;margin:0;font-size:14px;font-weight:500;border:1px solid #ddd;border-radius:4px;text-box:trim-both cap alphabetic}@media screen and (width >= 48em){.l-pager{padding:6rem 0}}.pager{display:flex;align-items:center;justify-content:center;padding:0;margin:0}.pager__item{padding:0;margin:0;list-style:none}.pager__link,.pager__number{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0 .3125rem;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;line-height:0;text-align:center;text-decoration:none;border-radius:50%;transition:opacity .25s}@media screen and (width >= 48em){.pager__link,.pager__number{width:2.5rem;height:2.5rem}}.pager__link:hover,.pager__number:hover{color:initial;opacity:.5}.pager__link{position:relative;background-color:#14a0dc}.pager__link:after{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-block;width:7px;height:7px;margin:auto;content:"";border-top:1px solid #fff;border-right:1px solid #fff}.pager__link--prev:after{right:-3px;transform:rotate(-135deg)}.pager__link--next:after{left:-3px;transform:rotate(45deg)}.pager__link--disable{pointer-events:none;background-color:#ddd}.pager__number{color:#54483d;border:1px solid #ddd}.pager__number--current{color:#14a0dc;border:1px solid #14a0dc}.pager__ellipsis{margin:0 .25rem;font-size:.75rem}
