@import"https://fonts.googleapis.com/css2?family=DM+Mono&family=Noto+Sans+JP:wght@400;800&family=Outfit:wght@100;400;600&display=swap";:root{--max-width: 1400px;--ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);--border-radius: 8px;--link-color: #274a9d}/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}main{display:block}address{font-style:normal}button{padding:0;color:inherit;background:rgba(0,0,0,0);font:inherit;border:none;outline:none;-webkit-appearance:none}body{font-family:"Noto Sans JP",sans-serif;font-size:16px;line-height:2;color:#333;letter-spacing:normal;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}.l-wrapper{max-width:calc(8vw + var(--max-width));padding:0 4vw;margin:0 auto 100px}.l-header{padding:1em 0}.l-header__title{font-family:"Outfit",sans-serif;font-size:3rem;font-weight:800;letter-spacing:.12em}body.page .l-header__title,body.single-post .l-header__title{font-size:1rem}.l-header__title a{position:relative;display:inline-block;line-height:1.35;color:inherit;text-decoration:none}.l-header__title a::after{position:absolute;left:0;display:block;width:0%;height:.05em;content:"";background:currentcolor;transition:width 180ms ease-out}.l-header__title a:hover::after{right:0;left:auto;width:100%}.c-category-list{display:flex;flex-wrap:wrap;gap:1em;color:#fff}.c-category-list a{color:inherit;text-decoration:none}.c-category-list span{display:inline-block;padding:.35em .75em;font-weight:bold;line-height:1;letter-spacing:.06em;background:rgba(0,0,0,.6);border-radius:.3em}.c-tag-list{display:flex;flex-wrap:wrap;gap:1em;color:#888}.c-tag-list a{color:inherit;text-decoration:none;opacity:.7;transition:opacity 50ms linear}.c-tag-list a:hover{opacity:1}.c-tag-list span{display:inline-block}.c-tag-list span:before{content:"#";margin-right:.1em}.c-capture-list__item{width:48%;margin-bottom:6%;box-shadow:0 0 30px rgba(0,0,0,.2);border-radius:var(--border-radius);overflow:hidden}.c-capture-list__item--full{width:100%}.c-capture-list .grid-sizer{width:48%}.c-capture-list .gutter-sizer{width:4%}.c-capture-list img{vertical-align:bottom}.c-spec{font-size:.875rem}.c-spec th{width:1%;padding:0 2em .875em 0;white-space:nowrap;vertical-align:top;text-align:right}.c-spec td{padding-bottom:.875em;vertical-align:top}.c-spec__urls{display:flex;flex-direction:column;gap:.5em;margin:1em 0;font-size:.75rem;line-height:1.5;padding-left:1em;list-style:"- " outside}.c-url{font-family:"DM Mono",monospace}.c-spec__team li{display:flex;flex-wrap:wrap;gap:0 .75em}.c-spec__scope{display:flex;flex-wrap:wrap;gap:.5em 0}.c-spec__scope>:not(:last-child):after{content:"/";margin:0 .25em}.c-spec__content p,.c-spec__content ul,.c-spec__content ol,.c-spec__content dl,.c-spec__content table,.c-spec__content blockquote{margin-bottom:.5em}.c-spec__content>*:last-child{margin-bottom:0}.c-works{display:grid;grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));grid-gap:40px 2%}.c-works__item a{display:flex;flex-direction:column;color:inherit}.c-works__item img{width:100%;vertical-align:bottom;transition:all 400ms var(--ease-out-back)}.c-works__item a:hover{text-decoration:none}.c-works__item a:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.c-works__item__thumb{position:relative;overflow:hidden;border-radius:var(--border-radius)}.c-works__item__thumb::after{position:absolute;inset:0;content:"";box-shadow:inset 0 -100px 100px rgba(0,0,0,.03)}.c-works__item__text{padding:1em .5em 0;line-height:1.6}.c-works__item__title{font-weight:bold}.c-works__item__clients{margin-top:.5em;font-size:.875rem}.wp-pagenavi{display:flex;flex-wrap:wrap;justify-content:center;margin-top:50px;font-family:"Outfit",sans-serif;font-size:1.25rem;font-weight:bold}.wp-pagenavi a,.wp-pagenavi span{display:inline-block;min-width:2em;text-align:center}.wp-pagenavi .pages{margin-right:1em}.c-archive-title{margin-bottom:1em;font-size:1.5rem;font-weight:bold}.c-archive-title>span{box-shadow:inset 0 -10px 0 #f1eb47}.c-filter{display:table;width:100%;padding:25px;margin-bottom:3em;font-weight:bold;background:#f9f9f9}.c-filter>li{display:table-row}.c-filter>li>*{display:table-cell;vertical-align:top}.c-filter>li:not(:last-child)>*{padding-bottom:1em}.c-filter>li>ul{display:inline-block;padding-left:1em}.c-filter>li>span{width:1%;white-space:nowrap}.c-filter .cat-item{display:inline-block;margin-right:1em;font-size:.75rem;font-weight:normal}.c-filter .cat-item a{font-size:1rem}.c-filter .current-cat{text-decoration:underline}.c-filter .current-cat a{color:inherit}.c-filter__freeword{font-weight:normal}.c-filter__freeword input[type=text]{padding:0 .5em;font:inherit;background:#fff;border:none;border-radius:.25em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.c-filter__freeword button{margin-left:.5em;color:var(--link-color);cursor:pointer}.c-filter__freeword button:hover{text-decoration:underline}.c-page__content{margin-bottom:40px}.p-article__header{margin-bottom:2em;display:flex;flex-direction:column}.p-article__header__title{font-size:1.5rem;font-weight:bold;line-height:1.35;margin:10px 0}.p-article__header__categories{order:-1;font-size:.75rem}.p-article__header__tags{font-size:.75rem}.p-article__body{display:grid;grid-template-columns:repeat(auto-fit, minmax(500px, 1fr));gap:2vw 4vw}.p-article__body__spec{position:sticky;top:4vh}.p-article__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25em 1.5em;margin-top:4vh;text-align:right;font-size:.75rem;color:#888}
/*# sourceMappingURL=common.css.map */
