@charset "utf-8";body{--fs:clamp(12px,calc(2vw),16px);font-size:var(--fs);min-width:320px}#static_header>.inner{max-width:75em;margin:0 auto;padding:1.5em 2em;box-sizing:border-box}#static_header .logo svg{vertical-align:top;--h:1.5em;width:calc(96 / 20 * var(--h));height:var(--h)}#static_header .logo span{display:none}#static_footer>.inner{max-width:75em;margin:0 auto;padding:2em 1.5em;box-sizing:border-box;display:flex;grid-gap:2em;align-items:center;position:relative}#static_footer>.inner:before{content:'';display:block;height:1px;position:absolute;top:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,rgba(0 0 0/0),rgba(0 0 0/10%),rgba(0 0 0/0))}#static_footer .info{flex:1}#static_footer .copyright{font-weight:800}#static_footer .sns{flex:none}#static_footer .sns ul{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1em}#static_footer .sns a.btw{border-radius:3em}#static_footer .sns a.btw:not(:hover){--background-color:transparent;--color:currentColor}#static_content{flex:auto}#static_content>.inner{max-width:75em;margin:0 auto;padding:0 2em;box-sizing:border-box}#static_content .cover_photo{position:relative;background:rgba(0 0 0/5%);overflow:hidden}#static_content .cover_photo:before{display:block;content:'';padding-top:calc(630 / 1200 * 100%)}#static_content .cover_photo>img{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;margin:auto;vertical-align:top;width:100%}#static_content article{margin:2em 0;word-break:break-word}#static_content article h1{font-size:2em;font-family:var(--SiteFF2);font-weight:800;margin:1em 0;line-height:1.25;text-transform:uppercase}#static_content article h2{font-size:1.75em;font-family:var(--SiteFF2);font-weight:800;margin:1em 0;line-height:1.333334}#static_content article h3{font-size:1.5em;font-family:var(--SiteFF2);font-weight:800;margin:1em 0}#static_content article h4{font-size:1.25em;font-family:var(--SiteFF2);font-weight:800;margin:1em 0}#static_content article p{margin:1em 0}#static_content article ul{padding-left:2em;margin:1em 0}#static_content article ul>li{list-style:disc outside;margin:.5em 0}#static_content article ol{padding-left:2em;margin:1em 0}#static_content article ol>li{list-style:decimal outside;margin:.5em 0}#static_content article .img_wrp{text-align:center;margin:1em 0}#static_content article .img_wrp>img{vertical-align:top;max-width:min(85%,40em)}#static_content article .img_wrp>img:not([src="data:image"]){min-width:10em;background:rgba(0 0 0/5%)}#static_content article .iframe_wrp{max-width:min(100%,40em);margin:1em auto;position:relative}#static_content article .iframe_wrp:before{display:block;content:'';padding-top:calc(9 / 16 * 100%)}#static_content article .iframe_wrp>iframe{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;vertical-align:top;width:100%;height:100%;border:none;background:rgba(0 0 0/5%)}#static_content article a{font-weight:800;text-decoration:underline}