/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{font-family:Rubik,Noto Sans JP,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;line-height:1.8;font-weight:400;color-scheme:light;color:var(--color-basefont);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#272727;text-decoration:none;vertical-align:bottom}a:hover{color:#2296ef}h1,h2,h3,h4,h5,p{overflow-wrap:anywhere}figure img{vertical-align:bottom}body{position:relative;margin:0;padding:80px 0 0;background-color:#f9f9f9;background-image:url(../../img/common/deco-bottom_4.svg);background-size:740px;background-position:bottom 0px left 0%;background-repeat:no-repeat}@media screen and (max-width: 840px){body{background-position:bottom 0px left 80%}}@media screen and (max-width: 480px){body{padding:60px 0 0;background-position:bottom 0px left 80%}}@media screen and (max-width: 360px){body{background-position:bottom 0px left 90%}}body.menu-open{overflow:hidden;position:fixed;width:100%;height:100%}li,ul,ol{list-style:none;padding:0;margin:0}hr{height:0;margin:0;padding:0;border:0}.font-Rubik{font-family:Rubik,Noto Sans JP,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif}.font-noto{font-family:Noto Sans JP,Rubik,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif}.font-serif{font-family:Shippori Mincho B1,Zen Old Mincho,游明朝,ＭＳ明朝,serif;font-weight:600;font-style:normal}#app{width:100%;background-image:url(../../img/common/common_dec.png);background-size:800px;background-position:top 270px right 0%;background-repeat:no-repeat}@media screen and (max-width: 840px){#app{background-position:top 160px right -300px}}@media screen and (max-width: 480px){#app{background-position:top 160px right -500px}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#2296ef}button{background-color:#f9f9f9}}:root{--color-basefont:#272727;--color-black: #252525;--color-bgwhite:#f9f9f9;--color-gray: #555;--color-grayB: #999;--color-boder: #ccc;--color-hover: #2296ef}.header{position:fixed;top:0;width:100%;height:80px;padding:10px 25px 10px 20px;display:flex;justify-content:space-between;align-items:center;background-color:#ffffffe6;transition:all .3s ease-in-out;z-index:1000}.header.scrolled{height:60px;padding:5px 25px 5px 20px}.header.hidden{transform:translateY(-100%)}.header-ttl{margin:0;padding:0;line-height:0}.header-ttl a{text-decoration:none}.header-ttl a:hover{opacity:.64}.headerLeft{padding:0 20px 0 0}.headerRight{display:flex;align-items:center;justify-content:center}.header-PC{display:block;padding:6px 0 0}.header-SP{display:none}.header-navlist{display:flex;align-items:center;gap:min(40px,4vw)}.header-navlist li a{letter-spacing:.15em}.header-lang{display:flex;align-items:center;justify-content:center;font-size:.8rem}.header-lang-noActive{color:var(--color-grayB);cursor:default}.header-lang-dec{margin:0 8px;color:var(--color-grayB);cursor:default}.header-divider{position:relative}.header-divider:before{content:"";display:none;position:absolute;top:-30px;left:0%;right:0%;width:100%;height:1px;background-color:var(--color-grayB)}.sub-nav{display:none;align-items:center;justify-content:center;font-size:.8rem;opacity:.64;margin-top:30px}@media screen and (max-width: 840px){.header{padding:10px 20px}.header.scrolled{height:60px;padding:5px 20px}.header-navlist{gap:20px}.header-PC{display:none;position:fixed;z-index:1000;width:100%;height:calc(100vh - 80px);background-color:#ffffffe6;top:80px;left:0;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.header-PC.isActive{display:block;opacity:1;visibility:visible}.header-navlist{flex-direction:column;gap:32px;padding:32px 0}.header-SP{display:flex;align-items:center;justify-content:center}.header-divider:before{display:block}.sub-nav{display:flex}}@media screen and (max-width: 480px){.header{padding:10px 15px;height:60px}.header.scrolled{height:50px;padding:5px 15px}.header-navlist{font-size:1rem}.header-PC{top:60px;height:calc(100vh - 60px)}.header-PC.scrolled{top:50px}.headerRight{flex-direction:column;gap:5px}}.btn-trigger{position:relative;width:30px;height:24px;cursor:pointer;border:none;background:none}.btn-trigger span{position:absolute;left:0;width:100%;height:3px;background-color:var(--color-black);border-radius:3px}.btn-trigger,.btn-trigger span{display:inline-block;transition:all .5s;box-sizing:border-box}.btn-trigger span:nth-of-type(1){top:0}.btn-trigger span:nth-of-type(2){top:10.5px}.btn-trigger span:nth-of-type(3){bottom:0}#btn01.active span:nth-of-type(1){transform:translateY(10.5px) rotate(-45deg)}#btn01.active span:nth-of-type(2){opacity:0}#btn01.active span:nth-of-type(3){transform:translateY(-10.5px) rotate(45deg)}.footer{width:100%;padding:10px 20px 0;border-bottom:18px solid var(--color-black)}.footerInner{width:100%;max-width:1520px;margin:0 auto;padding-top:100px;border-top:1px solid var(--color-gray)}@media screen and (max-width: 480px){.footerInner{padding-top:60px}}.footerFirstArea{display:flex;justify-content:flex-start;align-items:start;padding-bottom:100px}.footer-logo{width:220px;padding-right:20px;margin-bottom:30px}.footer-logo a{transition:opacity .3s ease}.footer-logo a img{width:100%;height:auto}.footer-logo a:hover{opacity:.4}.footer-social a{transition:opacity .3s ease}.footer-social a:hover{opacity:.4}.footerMiddle{display:flex;justify-content:space-between;margin-left:auto;gap:min(80px,4vw)}.footer-navlist{display:flex;flex-direction:column;gap:1rem}.footer-navlist li a{letter-spacing:.05em}.footerRight{display:flex;align-items:center;justify-content:center;margin-left:min(80px,4vw)}.footer-lang-dec{color:#999;margin:0 8px}.footer-lang-noActive{color:#999;cursor:default}.footer-up{display:inline-block;width:50px;height:50px;background-color:#242424;color:#fff;text-align:center;line-height:50px}.footer-up span{line-height:50px}@media screen and (max-width: 840px){.footerFirstArea{font-size:.875rem}}@media screen and (max-width: 480px){.footerFirstArea{display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;padding-bottom:40px}.footerRight{order:1;width:60%}.footer-logo{width:auto;padding-right:0;margin-bottom:20px}.footerMiddle{order:3;width:100%;margin-top:20px;margin-left:0;gap:20px;flex-direction:column}.footerRight{order:2;width:40%;margin:0;align-items:center;justify-content:start}.footer-up{margin-left:auto}.footer-logo{margin-bottom:20px}}.footerSecondArea{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.footerSecond-navlist{display:flex;align-items:center;gap:20px}.footer-copyright{letter-spacing:.05em;opacity:.78;margin:0}@media screen and (max-width: 840px){.footerSecondArea{font-size:.875rem}}@media screen and (max-width: 480px){.footerSecondArea{flex-direction:column;justify-content:start}.footerSecondLeft{margin-bottom:10px}}
