@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-DemiLight.woff2") format("woff2"), url("../font/NotoSansJP-DemiLight.woff") format("woff"), url("../font/NotoSansJP-DemiLight.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.otf") format("opentype"); }
/* =================================
リセット
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box; }

/* =================================
共通
================================= */
html {
  height: 100%;
  font-size: 16px; }

body {
  display: none;
  height: 100%;
  color: #222;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-size-adjust: none; }

.container {
  text-align: center;
  padding-top: 6.875rem; }

img {
  width: 100%;
  height: auto;
  display: block; }

span, strong {
  display: block; }

a {
  display: block;
  text-decoration: none;
  margin: 0 auto; }
  a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.relative_wrap {
  position: relative; }

.smp {
  display: none; }

.inner {
  width: 90%;
  max-width: 62.5rem;
  margin: 0 auto; }

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh; }

.txt_vertical {
  position: absolute;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  writing-mode: vertical-rl; }
  .txt_vertical span {
    position: relative;
    display: inline-block; }
    .txt_vertical span:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1.5625rem;
      margin: auto;
      width: 1.125rem;
      height: 1.125rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      transform: rotate(135deg); }

/*フェードインアニメ*/
.anime, .anime_b, .anime_l, .anime_r {
  opacity: 0; }
  .anime.is-animated, .anime_b.is-animated, .anime_l.is-animated, .anime_r.is-animated {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s; }

.anime_b {
  transform: translate(0, 5%); }

.anime_l {
  transform: translate(-5%, 0); }

.anime_r {
  transform: translate(5%, 0); }

@media screen and (max-width: 768px) {
  .container {
    padding-top: 3.4375rem; }

  .pc {
    display: none; }

  .smp {
    display: inherit; }

  .txt_vertical {
    font-size: 0.75rem; }
    .txt_vertical span:after {
      bottom: -1.125rem;
      width: 0.75rem;
      height: 0.75rem;
      border-width: 0.0625rem; } }
/* =================================
ヘッダー
================================= */
.shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.header {
  position: fixed;
  z-index: 9999;
  padding: 0 3.4375rem;
  box-sizing: border-box;
  width: 100%;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  background: #06050B; }
  .header.hide {
    z-index: -1;
    transform: translateY(-160%); }
  .header h1 {
    width: 100%;
    max-width: 10rem; }
  .header .right_area {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header .sp-menu {
    display: none;
    cursor: pointer; }
    .header .sp-menu i {
      width: 2rem;
      height: 1.25rem;
      display: block;
      position: relative;
      margin: 0 auto; }
    .header .sp-menu span {
      transition: all 0.3s;
      width: 1.25rem;
      height: 0.0625rem;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .header .sp-menu span.top {
        top: 0; }
      .header .sp-menu span.middle {
        top: 0;
        bottom: 0; }
      .header .sp-menu span.bottom {
        bottom: 0; }
    .header .sp-menu.open .top {
      transform: rotate(-45deg);
      bottom: 0; }
    .header .sp-menu.open .middle {
      background: rgba(255, 255, 255, 0); }
    .header .sp-menu.open .bottom {
      transform: rotate(45deg);
      top: 0; }
  .header ul {
    display: flex;
    justify-content: center;
    column-gap: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left; }
    .header ul a {
      color: #fff; }
    .header ul strong {
      font-size: 1.375rem;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      line-height: 1; }
    .header ul span {
      font-size: 0.9375rem; }
  .header .close {
    display: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.75rem 0;
    color: #fff;
    margin: 1.875rem auto 0;
    text-align: center;
    border: 0.0625rem solid #fff; }
    .header .close:hover {
      opacity: .5;
      transition: all .2s ease-in; }

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 3.4375rem;
    padding: 0 1.25rem; }
    .header h1 {
      max-width: 6.25rem; }
    .header .sp-menu {
      display: inherit; }
    .header .header-sitemap {
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 3.4375rem;
      right: 0;
      z-index: -1;
      padding: 1.5625rem 3.4375rem;
      box-sizing: border-box;
      transition: all 0.3s;
      animation: hs-fadeIn 0.5s ease;
      transform: translateX(100%);
      width: 100%;
      max-width: 16.875rem;
      height: 100vh;
      overflow-y: scroll; }
      .header .header-sitemap.open {
        transform: translateX(0); }
    .header ul {
      display: block; }
      .header ul li {
        margin-bottom: 1.875rem; }
    .header .close {
      display: block; } }
/* =================================
フッター
================================= */
footer {
  position: sticky;
  top: 100vh;
  background: #222;
  color: #fff;
  padding: 4.375rem 0 3.4375rem; }
  footer .inner {
    max-width: 62.5rem; }
  footer .flex_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0px 7%;
    margin-bottom: 8.4375rem; }
  footer .logo_w {
    width: 20%;
    max-width: 10rem;
    margin: 0; }
  footer .right_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.5rem;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    line-height: 1; }
  footer li {
    padding: 0.125rem 0;
    border-right: 0.0625rem solid #fff;
    padding-right: 2.5rem; }
    footer li:last-of-type {
      padding-right: 0;
      border-right: 0; }
  footer a {
    color: #fff; }
  footer .copy {
    font-family: "Poppins", sans-serif;
    font-size: 1rem; }

@media print, screen and (max-width: 768px) {
  footer {
    padding-top: 5rem; }
    footer .flex_wrap {
      display: block;
      padding: 0;
      margin-bottom: 5rem; }
    footer .logo_w {
      width: 7.5rem;
      margin: 0 auto 2.5rem; }
    footer .right_area {
      display: inline-block;
      text-align: center; }
    footer li {
      margin-bottom: 1.875rem;
      border: 0;
      padding: 0; }
      footer li:last-of-type {
        margin-bottom: 0; }
    footer .copy {
      font-size: 0.8125rem; } }
