/*@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-Bold.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/NotoSans-BoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* line 48, sc/scss/style.scss */
* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* line 56, sc/scss/style.scss */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  /* line 56, sc/scss/style.scss */
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  /* line 56, sc/scss/style.scss */
  html {
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 56, sc/scss/style.scss */
  html {
    font-size: 18px;
  }
}

/* line 72, sc/scss/style.scss */
body.dark {
  background-color: #0e1736;
}

/* line 74, sc/scss/style.scss */
body.dark * {
  color: #fff;
}

/* line 80, sc/scss/style.scss */
.container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 900px) {
  /* line 80, sc/scss/style.scss */
  .container {
    width: 70%;
  }
}

/* line 91, sc/scss/style.scss */
.container > h2 {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 900px) {
  /* line 97, sc/scss/style.scss */
  .col-70 {
    width: 70%;
  }
}

@media screen and (min-width: 900px) {
  /* line 103, sc/scss/style.scss */
  .col-30 {
    width: 30%;
  }
}

/* line 109, sc/scss/style.scss */
h1 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 6rem;
  font-weight: 400;
  max-width: calc(100% - 4rem);
  margin: 1rem auto 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 121, sc/scss/style.scss */
h2 {
  font-size: 2rem;
  max-width: 100%;
  overflow: hidden;
}

/* line 127, sc/scss/style.scss */
.text-container {
  padding-right: 2rem;
}

/* line 130, sc/scss/style.scss */
.text-container p {
  margin-bottom: 2rem;
  line-height: 165%;
}

/* line 136, sc/scss/style.scss */
.items-container, .partners-container,
.supporters-container,
.authorities-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

/* line 151, sc/scss/style.scss */
.brand-background, nav > ul > li:first-child, .bt-button-container .js-submit {
  background-color: #008ef8;
  color: #fff;
}

/* line 154, sc/scss/style.scss */
.brand-background > a, nav > ul > li:first-child > a, .bt-button-container .js-submit > a {
  color: #fff;
}

/* line 159, sc/scss/style.scss */
section {
  padding: 150px 0 200px;
  position: relative;
}

/* line 163, sc/scss/style.scss */
section:nth-of-type(2n) {
  background-color: #fafafa;
  color: #333;
}

/* line 166, sc/scss/style.scss */
section:nth-of-type(2n) h2:nth-of-type(2n) {
  color: #333;
}

/* line 169, sc/scss/style.scss */
section:nth-of-type(2n) h2:nth-of-type(2n - 1) {
  color: #008ef8;
}

/* line 174, sc/scss/style.scss */
section:nth-of-type(2n - 1) {
  background-color: #fff;
  color: #333;
}

/* line 177, sc/scss/style.scss */
section:nth-of-type(2n - 1) h2:nth-of-type(2n) {
  color: #333;
}

/* line 180, sc/scss/style.scss */
section:nth-of-type(2n - 1) h2:nth-of-type(2n - 1) {
  color: #008ef8;
}

/* line 186, sc/scss/style.scss */
section.hero {
  background-color: transparent !important;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

/* line 193, sc/scss/style.scss */
section.hero * {
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

/* line 202, sc/scss/style.scss */
section.hero .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 207, sc/scss/style.scss */
section.hero .main-logo {
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  width: 200px;
  height: auto;
}

/* line 215, sc/scss/style.scss */
.dark section {
  background-color: #0e1736;
}

/* line 217, sc/scss/style.scss */
.dark section:nth-of-type(2n) {
  color: #fff;
}

/* line 220, sc/scss/style.scss */
.dark section:nth-of-type(2n) h2:nth-of-type(2n) {
  color: #fff;
}

/* line 223, sc/scss/style.scss */
.dark section:nth-of-type(2n) h2:nth-of-type(2n - 1) {
  color: #008ef8;
}

/* line 228, sc/scss/style.scss */
.dark section:nth-of-type(2n - 1) {
  color: #fff;
}

/* line 230, sc/scss/style.scss */
.dark section:nth-of-type(2n - 1) h2:nth-of-type(2n) {
  color: #fff;
}

/* line 233, sc/scss/style.scss */
.dark section:nth-of-type(2n - 1) h2:nth-of-type(2n - 1) {
  color: #008ef8;
}

/* line 238, sc/scss/style.scss */
.dark section section.hero {
  background-color: transparent;
}

/* line 1, sc/scss/_header.scss */
header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

/* line 9, sc/scss/_header.scss */
header.scrolled {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

/* line 13, sc/scss/_header.scss */
header .container {
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 900px) {
  /* line 13, sc/scss/_header.scss */
  header .container {
    width: 70%;
  }
}

/* line 25, sc/scss/_header.scss */
header img {
  height: 60px;
  margin: 20px 0 20px 0;
}

/* line 31, sc/scss/_header.scss */
nav {
  display: flex;
}

/* line 34, sc/scss/_header.scss */
nav ul {
  text-decoration: none;
}

/* line 37, sc/scss/_header.scss */
nav ul li {
  display: inline-block;
}

/* line 39, sc/scss/_header.scss */
nav ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 25px;
  position: relative;
  top: -1px;
}

/* line 47, sc/scss/_header.scss */
nav ul li a:hover, nav ul li a:focus {
  color: #888;
  font-weight: 400;
}

/* line 57, sc/scss/_header.scss */
nav > ul > li:first-child {
  padding: 4% 0 4% 0;
  border-radius: 1.5rem;
  transition: all ease-in-out 0.2s;
  border: 2px solid #008ef8;
}

/* line 65, sc/scss/_header.scss */
nav > ul > li:first-child > a, nav > ul > li:first-child > a:focus, nav > ul > li:first-child > a:visited {
  color: #fff;
}

/* line 72, sc/scss/_header.scss */
nav > ul > li:first-child:hover {
  background-color: transparent;
  transition: all ease-in-out 0.1s;
}

/* line 76, sc/scss/_header.scss */
nav > ul > li:first-child:hover > a, nav > ul > li:first-child:hover > a:focus, nav > ul > li:first-child:hover > a:visited {
  color: #008ef8;
}

/* line 85, sc/scss/_header.scss */
nav > ul > li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  padding: 15%;
  z-index: 99;
  transition: all ease-in-out 0.1s;
}

/* line 93, sc/scss/_header.scss */
nav > ul > li .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 101, sc/scss/_header.scss */
nav > ul > li:nth-of-type(2) {
  position: relative;
}

/* line 104, sc/scss/_header.scss */
nav > ul > li:nth-of-type(2):hover .dropdown-content {
  display: block;
  transition: all ease-in-out 0.3s;
}

@media (max-width: 900px) {
  /* line 31, sc/scss/_header.scss */
  nav {
    z-index: 101;
    display: inline-block;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 118, sc/scss/_header.scss */
  nav .container {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  /* line 125, sc/scss/_header.scss */
  nav ul li {
    display: inline-block;
    text-align: center;
  }
  /* line 130, sc/scss/_header.scss */
  nav > ul {
    text-align: center;
    margin-right: 15%;
  }
  /* line 134, sc/scss/_header.scss */
  nav > ul > li:first-child {
    padding: 1% 0 1% 0;
  }
}

/* line 140, sc/scss/_header.scss */
#menu {
  position: absolute;
  right: 0;
  width: auto;
  min-width: 220px;
  height: auto;
  margin: 0;
  display: block;
  background-color: #fafafa;
  padding: 15%;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0%);
  transform: scale(1, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

/* line 160, sc/scss/_header.scss */
#menu li {
  width: 100%;
  align-items: center;
}

/* line 163, sc/scss/_header.scss */
#menu li a {
  display: inline-block;
}

/* line 168, sc/scss/_header.scss */
#menu li a:hover {
  color: #888;
}

/* line 173, sc/scss/_header.scss */
#menuToggle {
  display: block;
  position: absolute;
  top: 45px;
  right: 90px;
  z-index: 1001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

/* line 185, sc/scss/_header.scss */
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

/* line 201, sc/scss/_header.scss */
#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #888;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

/* line 218, sc/scss/_header.scss */
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

/* line 222, sc/scss/_header.scss */
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* line 228, sc/scss/_header.scss */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, 0px);
  background: #888;
}

/* line 234, sc/scss/_header.scss */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* line 239, sc/scss/_header.scss */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0px, -2px);
}

/* line 245, sc/scss/_header.scss */
#menuToggle input:checked ~ ul {
  transform: translateX(-50%);
  transform: scale(1, 1);
}

@media (max-width: 900px) {
  /* line 173, sc/scss/_header.scss */
  #menuToggle {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 1001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
  }
}

/* line 266, sc/scss/_header.scss */
.dark header {
  background-color: #0e1736;
}

/* line 274, sc/scss/_header.scss */
.dark nav ul li a:hover, .dark nav ul li a:focus {
  color: #008ef8;
}

/* line 282, sc/scss/_header.scss */
.dark nav > ul > li .dropdown-content {
  background-color: #0e1736;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* line 285, sc/scss/_header.scss */
.dark nav > ul > li .dropdown-content a {
  color: #fff;
}

/* line 290, sc/scss/_header.scss */
.dark nav > ul > li:first-child > a, .dark nav > ul > li:first-child > a:focus, .dark nav > ul > li:first-child > a:visited {
  color: #fff;
}

/* line 298, sc/scss/_header.scss */
.dark #menu {
  background-color: #0e1736;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* line 302, sc/scss/_header.scss */
.dark #menu li a:hover {
  color: #008ef8;
}

/* line 308, sc/scss/_header.scss */
.dark #menuToggle span {
  background: #fff;
}

/* line 313, sc/scss/_header.scss */
.dark #menuToggle input:checked ~ span {
  background: #fff;
}

/* line 1, sc/scss/_footer.scss */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

/* line 5, sc/scss/_footer.scss */
footer p {
  width: 50%;
  font-size: 0.75rem;
  opacity: 0.5;
}

/* line 8, sc/scss/_contact.scss */
.bt-form__wrapper {
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}

/* line 14, sc/scss/_contact.scss */
.bt-flabels {
  display: flex;
  flex-wrap: wrap;
}

/* line 18, sc/scss/_contact.scss */
.bt-flabels input[type],
.bt-flabels textarea {
  position: relative;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  z-index: 1;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 29, sc/scss/_contact.scss */
.bt-flabels input[type]:focus,
.bt-flabels textarea:focus {
  background: #f5f8fc;
}

/* line 34, sc/scss/_contact.scss */
.bt-flabels textarea {
  padding: 15px;
}

/* line 38, sc/scss/_contact.scss */
.bt-flabels label {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: 0;
  transform: translateY(15%);
  z-index: 2;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-left: 6px;
  color: #008ef8;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 54, sc/scss/_contact.scss */
.bt-flabels__wrapper {
  position: relative;
  border: 1px solid #c8c8c8;
  margin: 0 -1px -1px 0;
  flex-basis: 290px;
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 59, sc/scss/_contact.scss */
.bt-flabels__wrapper.bt-textarea_wrapper {
  width: 100%;
  height: 200px;
}

/* line 62, sc/scss/_contact.scss */
.bt-flabels__wrapper.bt-textarea_wrapper textarea {
  width: 100%;
  height: 200px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
}

/* line 78, sc/scss/_contact.scss */
.bt-flabels__error-desc {
  position: absolute;
  top: 0;
  right: 6px;
  opacity: 0;
  font-weight: bold;
  color: #f44545;
  font-size: 0.75rem;
  text-transform: uppercase;
  z-index: 3;
  pointer-events: none;
}

/* line 92, sc/scss/_contact.scss */
.bt-flabels__error input[type] {
  background: #feeeee;
}

/* line 95, sc/scss/_contact.scss */
.bt-flabels__error input[type]:focus {
  background: #feeeee;
}

/* line 100, sc/scss/_contact.scss */
.bt-flabels__error .bt-flabels__error-desc {
  opacity: 1;
  transform: translateY(0);
}

/* line 106, sc/scss/_contact.scss */
.bt-flabels--right {
  border-left: none;
}

/* line 111, sc/scss/_contact.scss */
.bt-flabel__float label {
  opacity: 1;
  transform: translateY(0);
}

/* line 116, sc/scss/_contact.scss */
.bt-flabel__float input[type] {
  padding-top: 9px;
}

/* line 121, sc/scss/_contact.scss */
.bt-button-container {
  padding-top: 20px;
}

/* line 123, sc/scss/_contact.scss */
.bt-button-container .js-submit {
  border-radius: 20px;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 8px 25px;
  border: none;
  float: right;
}

/* line 137, sc/scss/_contact.scss */
.dark .bt-flabels input[type],
.dark .bt-flabels textarea {
  background: #0e1736;
}

/* line 140, sc/scss/_contact.scss */
.dark .bt-flabels input[type]:focus,
.dark .bt-flabels textarea:focus {
  background: #161f41;
}

/* line 145, sc/scss/_contact.scss */
.dark .bt-flabels label {
  color: #008ef8;
}

/* line 150, sc/scss/_contact.scss */
.dark .bt-flabels__wrapper {
  border: 1px solid #c8c8c8;
}

/* line 154, sc/scss/_contact.scss */
.dark .bt-flabels__error-desc {
  color: #f44545;
}

/* line 159, sc/scss/_contact.scss */
.dark .bt-flabels__error input[type] {
  background: #feeeee;
}

/* line 162, sc/scss/_contact.scss */
.dark .bt-flabels__error input[type]:focus {
  background: #feeeee;
}

/* line 169, sc/scss/_contact.scss */
.bt-button-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* line 1, sc/scss/_partners.scss */
.partners-container,
.supporters-container {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
}

@media screen and (min-width: 900px) {
  /* line 1, sc/scss/_partners.scss */
  .partners-container,
  .supporters-container {
    max-width: 850px;
    margin: 0 auto;
  }
}

/* line 12, sc/scss/_partners.scss */
.single-partner img {
  height: 82px;
  margin: 4px;
}

/* line 1, sc/scss/_authorities.scss */
.single-authority {
  margin: 20px;
}

/* line 5, sc/scss/_authorities.scss */
.single-authority img {
  width: 180px;
  height: 180px;
  border-radius: 90px;
}

/* line 10, sc/scss/_authorities.scss */
.single-authority .authority-name {
  font-weight: bold;
  text-align: center;
}

/* line 14, sc/scss/_authorities.scss */
.single-authority .authority-title {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
}

/* line 249, sc/scss/style.scss */
#particles_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

/* line 257, sc/scss/style.scss */
#particle_ref {
  background-color: #008ef8;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

/* line 267, sc/scss/style.scss */
.dark #particle_ref {
  background-color: #fff;
}

/*# sourceMappingURL=style.css.map */