html{font-size:4.2666666667vw}body{font-family:"Noto Sans JP",serif;font-weight:400;color:#222f3e;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body>*{width:100%}footer{margin-top:auto}a{text-decoration:none}/*! 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}*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;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;-webkit-text-decoration:underline dotted;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;height:auto;vertical-align:bottom;-o-object-fit:cover;object-fit:cover}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}.l-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.l-body>*{width:100%}.l-inner{padding-left:.9375rem;padding-right:.9375rem;max-width:76.875rem;margin-inline:auto}.c-title{font-size:1.5rem;font-weight:700;line-height:1.5;text-align:center}.c-title .-primary{color:#ef8e01}.c-title .-accent{color:#1e62bc}.c-title .-font-robot{font-family:Roboto,serif}.c-title mark{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#feeedf));background:-webkit-linear-gradient(top,transparent calc(100% - 1.25rem),#feeedf calc(100% - 1.25rem));background:linear-gradient(to bottom,transparent calc(100% - 1.25rem),#feeedf calc(100% - 1.25rem))}.c-button *{pointer-events:none}.p-header__logo{width:8.4375rem}.p-header__logo img{width:100%}@media (min-width:768px){html{font-size:.8333333333vw}}@media screen and (min-width:768px){.c-title{font-size:3.4375rem}.p-header__logo{width:11.25rem}}@media (min-width:1920px){html{font-size:16px}}@media screen and (max-width:375px){html{font-size:clamp(.625rem,-1.5568181818rem + 10.9090909091vw,1rem)}}
/*# sourceMappingURL=style.css.map */

main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}
p {
  text-align: center;
  font-size: 16px;
}
  #particles-background01, #particles-foreground01 {
    width: 202%;
    height: 202%;
    position: absolute;
    transform: scale3d(0.5, 0.5, 1);
    left: -51%;
    top: -51%;
    pointer-events: none;
  }
  .top-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #Wrapper {
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}