:root{--font-base:"Noto Sans JP",sans-serif;--font-en:"Montserrat",sans-serif;--color-white:#fff;--color-black:#2a3133;--color-primary:#5dbbd0;--color-secondary:#ff72af;--color-tertiary:#ffcee3;--color-quaternary:#c2e5ed;--color-quinary:#2289a9;--color-bg:#edf7fa;--header-height:5rem;--fade-offset:30px}@media screen and (max-width:767px){:root{--header-height:4rem}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;line-break:strict;overflow-wrap:anywhere;scrollbar-gutter:stable}body{background:var(--color-white);color:var(--color-black);display:flex;flex-direction:column;font-family:var(--font-base);font-weight:500;letter-spacing:.05em;line-height:1.5;min-height:100vh}body.is-top{visibility:hidden}body.is-top.is-loaded{visibility:visible}body.is-fixed{overflow:hidden}main{display:flex;flex:1;flex-direction:column;padding-top:var(--header-height)}.is-pc{display:block!important}@media screen and (max-width:960px){.is-pc{display:none!important}}.is-sp{display:none!important}@media screen and (max-width:960px){.is-sp{display:block!important}}.is-tablet-max{display:none!important}@media screen and (max-width:1300px){.is-tablet-max{display:block!important}}.is-tablet-flex{display:flex!important}@media screen and (max-width:1300px){.is-tablet-flex{display:none!important}}.scroll-hint-icon-wrap{z-index:10}.works{margin-top:5rem}.works__heading{color:var(--color-quinary);font-size:2rem;font-weight:700}@media screen and (max-width:767px){.works__heading{font-size:1.5rem}}.works__filter{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem}@media screen and (max-width:767px){.works__filter{gap:1rem;margin-top:1.25rem}}.works__filter-txt{color:var(--color-quinary);font-size:1rem;font-weight:700;padding-left:3rem;position:relative;text-transform:uppercase}@media screen and (max-width:767px){.works__filter-txt{padding-left:2.125rem}}.works__filter-txt:before{aspect-ratio:32/8;background-image:url(../img/common/ttl-deco.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";left:0;position:absolute;top:50%;transform:translateY(-50%);width:2rem}@media screen and (max-width:767px){.works__filter-txt:before{width:1.625rem}}.works__filter-list{display:flex;flex-wrap:wrap;gap:1.5rem;max-width:40.625rem}@media screen and (max-width:767px){.works__filter-list{gap:.625rem 1rem;max-width:unset}}.works__filter-link{align-items:center;display:flex;font-size:1rem;gap:.5rem;transition:color .3s ease}.works__filter-link.current{color:var(--color-primary)}@media (any-hover:hover){.works__filter-link:focus-visible,.works__filter-link:hover{color:var(--color-primary)}}.works__filter-link:before{aspect-ratio:1/1;background-image:url(../img/common/icon-snow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;transition:transform .3s ease;width:.5625rem}.works__cont{margin-top:2.5rem}.works__items{display:grid;gap:5rem 1rem;grid-template-columns:repeat(auto-fill,minmax(min(23.75rem,100%),1fr));width:100%}@media screen and (max-width:767px){.works__items{gap:2.5rem 1rem}}