@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Orbitron:wght@800;900&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Orbitron', sans-serif;

Orbitron
  Extra-bold 800
  Black 900

Noto Sans Japanese
  Regular 400
  Medium 500
  Bold 700

*/

html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  background-color: #004B69;
  color: #fff;
  text-align: center;
  font-size: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"1;
}

@media all and (-ms-high-contrast:none) {
  body {
      font-family: "メイリオ", Meiryo, "游ゴシック", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

html * {
  max-height: 999999px;
}

::selection {
  /*background: #000;
  color: #ffffff;*/
}

/* for Firefox */
::-moz-selection {
  /*background: #000;
  color: #ffffff;*/
}

main article {
  width: 100vw !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  main article {
    flex-direction: row;
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.main-contents,
.main-visual {
  width: 100%;
}

/* .main-contents */
.main-contents {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 96px 32px;
}
.main-contents h1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main-contents h1 img {
  width: 100%;
  max-width: 256px;
}
.main-contents h2 {
  background-color: #f9be00;
  background-color: #F9BE00;
  color: #004B69;
  margin: 64px 0 32px;
  padding: 6px 8px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.25rem;
}
.main-contents table {
  text-align: left;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.main-contents th {
  font-weight: 400;
  opacity: 0.5;
}
.main-contents td {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .main-contents th,
  .main-contents td {
    display: block;
  }
  .main-contents th {
    padding: 16px 0 0;
  }
  .main-contents td {
    padding: 0 0 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1024px) {
  .main-contents {
    padding: 64px;
  }
  .main-contents th,
  .main-contents td {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 16px 8px;
  }
  .main-contents th {
    width: 20%;
  }
  .main-contents td {
  }
}
/* .main-visual */
.main-visual {
  order: 1;
  position: relative; 
  height: 50vh;
}
.main-visual h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #004B69;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  padding: 0 32px;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.0rem;
  text-transform: uppercase;
}
.main-visual h2 br {
}
/*.main-visual h2 span {
  background-color: #004B69;
  color: #F9BE00;
  padding: 8px 8px;
  line-height: 1;
}*/
.js-background {
  height: 50vh;
  width: 100%;
}
.main-contents {
}
@media (min-width: 1024px) {
  .main-visual {
    height: auto;
  }
  .main-visual h2 {
    font-size: 5.6rem;
    padding: 0 64px;
  }
  .main-visual h2 br {
    display: block;
  }
  .js-background {
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
}