@charset "UTF-8";

@keyframes fadeInAnime {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* フェードのモジュール */

.wf-active {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  /* フェードのモジュール */
  visibility: visible;
}

html {
  visibility: hidden;
  font-size: 16px;
}

.wf-loading .pixel-spinner {
  visibility: visible;
}

.wf-active .pixel-spinner {
  animation-name: fadeOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
}

body {
  color: #383e45;
  /* ボディの文字色 */
}

.min-height {
  min-height: 100vh;
}


img {
  max-width: 100%;
  vertical-align: middle;
  /* 全ての画像の最大の大きさの設定。今回は100％にすることでもとより大きくならないようにしている */
}

.section {
  padding: 5rem 0;
}

.backgroud-colar-gray {
  background-color: #f8f8f9;
}

.section-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-family: 'M PLUS 1p', sans-serif; */
  font-size: 4rem;
}

.content-name {
  margin: 2% 0 2% 0;
  padding: 0.5%;
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
}

.content-title {
  padding: 0.5%;
  flex-grow: 1;
  font-size: 1.6rem;
  font-family: 'M PLUS 1p', sans-serif;
}

.wrapper {
  max-width: 1650px;
  /* 最大サイズ設定 */
  margin: 0 auto 0 auto;
  padding: 0 4%;
}

.justify {
  margin: 2rem 0;
  text-align: justify;
  max-width: 100%;
  height: auto;
  /* 文字を左に詰めてる */
  font-size: 1.5rem;
  font-family: 'M PLUS 1p', sans-serif;
}

.justify-en {
  text-align: start;
}

.dot:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 139, 255, 0.4);
  /* background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px; */
  /* 黒点を表記できるようになっている */
}

a:hover {
  color: red;
}

a img:hover {
  opacity: 0.7;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.flex-items {
  flex: 1;
}

.flex-items2 {
  flex: 1;
}

.flex-items3 {
  flex: 0.7;
}

.flex-items4 {
  flex: 0.23;
}

.items-margin {
  margin: 2rem 0.5rem;
  padding: 0.5rem 0.5rem;
}

.items-border {
  border: solid 1px #333;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
  margin-bottom: 3em;
}

table th,
table td {
  padding: 0.5vw 0;
}

table td {
  text-align: left;
  padding-left: 2%;
  font-size: 1.5rem;
}

table tr:nth-child(odd) {
  background-color: whitesmoke;
}

table td:nth-child(1) {
  width: 25%;
}

table td:nth-child(2) {
  width: 15%;
}

table td:nth-child(4) {
  width: 25%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline-block {
  display: inline-block;
}

.textcolar-brack {
  color: #333;
}

.opacity-0 {
  opacity: 0;
}

.font-weight-bold{
  font-weight: bold;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
  justify-content: space-between;
  margin: 5px auto;
}


li {
  margin-left: 20px;
  text-align: justify;
}

.logo {
  width: 120%;
  height: 120%;
  margin-right: auto;
  margin-left: 0;
}

.leftborder {
  border-left: solid 1px #fff;
}

/* aの下に線引く */

.nav_menu_ul {
  flex-wrap: wrap;
}

.nav_menu_ul li a {
  display: block;
  padding: 0 1em 0 1em;
  color: whitesmoke;
  font-size: 1.8rem;
}

.nav_menu_ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 110%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: white;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.nav_menu_ul li.leftline a::after,
.nav_menu_ul li a:hover::after {
  transform: scale(1, 1);
}

.size-moonshot-img {
  width: 20rem;
  margin-left: 2rem;
}
.size-jst-img {
  width: 6rem;
  margin-left: 2rem;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/


.mainvisual img {
  width: 100%;
  height: auto;
  /* 一番でかいとこの画像のサイズ指定。 */
}

.mainp {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
  /*太字に*/
  font-size: 3.5rem;
  /*サイズ2倍*/
  font-family: 'Alegreya Sans SC', sans-serif;
  text-align: left;
  z-index: 2;
  white-space: nowrap;
}

.margin-top {
  margin-top: 5px;
}

.english {
  font-size: 0.65em;
  line-height: 1;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.025em;
  font-family: 'Alegreya Sans SC', sans-serif;
}

.news-all {
  text-align: right;
}

.flexjustify {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.nav-div {
  padding: 2.5rem 0;
  background-color: navy;
}

.News-section-padding{
  padding: 0 0 1rem;
}

.News-section-right-padding{
  padding-right: 3rem;
}

/*-------------------------------------------
About
-------------------------------------------*/

.box {
  margin: 5%;
  /* BOXを均等幅にしている */
}

.box2 {
  border: solid 1px #5767bf;
}

/* この辺まとめてBOXの枠線引いてる */


.aboutp {
  white-space: nowrap;
  /* aboutpに色とかいろいろ実装してる */
  font-size: 2rem;
  font-family: 'M PLUS 1p', sans-serif;
}

.about-margin {
  margin: 0 2rem 2rem 0;
}

.Profile-font-size {
  font-size: 2.2rem;
}

.textcolar-blue {
  color: #5767bf;
}

.moonshot img {
  width: 50%;
  height: 50%;
  /* ムーンショットの画像のサイズと位置の調整 */
}

.goal-padding {
  padding: 1rem 0;
}

/* message */

.img-none {
  height: auto;
  width: 300rem;
}

.Profile::first-line {
  font-family: sans-serif;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}

.message-span-size {
  font-size: 2rem;
}

#News {
  font-family: 'M PLUS 1p', sans-serif;
}
/*-------------------------------------------
Member
-------------------------------------------*/

.Memberdiv {
  flex-basis: 100%;
  padding: 0.5%;
  flex-flow: column;
}

.plofile-padding {
  padding-right: 2rem;
}

.plofile-padding-left {
  padding-left: 2rem;
}

.Member-contents {
  font-weight: bold;
  padding: 5px;
  font-size: 1.8rem;
}

.member-section {
  position: relative;
  margin-bottom: 1em;
}

.member-section:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #576de8;
  border-radius: 2px;
}

.RD-margin {
  margin-bottom: 3rem;
}

.RD-title-font-size-margin {
  font-size: 2rem;
  margin: 2rem 0;
}

.RD-section-font-size-margin {
  font-size: 2.5rem;
  margin: 0 0 5rem;
}

.blue {
  color: #5767bf;
}

.text-center {
  text-align: center;
}

.linka-img {
  width: 10em;
  height: auto;
  margin: 0.5rem;
}

.mainpage {
  font-size: 2.6rem;
  color: black;
  padding: 0.2em;
  font-family: 'Oswald', sans-serif;
}

/* Movie */

.youtube {
  max-width: 100%;
}


/*-------------------------------------------
footer
-------------------------------------------*/
.footer {
  font-size: 1.8rem;
  text-align: center;
  padding: 4rem 0 2rem;
  color: #f8f8f9;
  background-color: #333;
}

.footer-colar {
  background-color: #fff;
}

.footer-padding {
  padding-top: 2vw;
}

.footer-margin {
  margin-top: 0;
}

/* その他 */


/* スライドショー */
.slide {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  flex-shrink: 0;
}

.item1,
.item2,
.item3,
.item4 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.item1 {
  animation: slide1 30s;
}

.item2 {
  animation: slide2 30s;
}

.item3 {
  animation: slide3 30s;
}

.item4 {
  animation: slide4 30s;
}

@keyframes slide1 {
  0% {
    opacity: 1;
    transform: scale(1.0);
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }


  45% {
    opacity: 0;
  }

  60% {
    opacity: 0;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 0;

  }

  100% {
    opacity: 0;
  }
}

@keyframes slide2 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
    transform: scale(1.1);
  }

  30% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  75% {
    opacity: 0;
    transform: scale(1.0);

  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide3 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
    transform: scale(1.0)
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  85% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide4 {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 0;
    transform: scale(1.1);
  }

  60% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


/*-------------------------------------------
SP
-------------------------------------------*/

/* トップボタン */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  z-index: 998;
  opacity: 0;
  font-size: 1.8rem;
}

.pagetop:hover {
  box-shadow: 0 0 10px #00A6C4;
}



button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.slider {
  z-index: 1;
  font-size: 2.6rem;
  top: 0;
  left: 0;
}

.slider li {
  display: block !important;
}

.slider span {
  display: inline-block;
  margin-right: 10px;
  color: #777;
}


.op {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}

.bx-viewport {
  display: block !important;
}


/* ロードアニメ */


.pixel-spinner,
.pixel-spinner * {
  box-sizing: border-box;

}

.pixel-spinner {
  height: 70px;
  width: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
}

.pixel-spinner .pixel-spinner-inner {
  width: calc(70px / 7);
  height: calc(70px / 7);
  background-color: #576de8;
  color: #576de8;
  box-shadow: 15px 15px 0 0,
    -15px -15px 0 0,
    15px -15px 0 0,
    -15px 15px 0 0,
    0 15px 0 0,
    15px 0 0 0,
    -15px 0 0 0,
    0 -15px 0 0;
  animation: pixel-spinner-animation 2000ms linear infinite;

}

@keyframes pixel-spinner-animation {
  50% {
    box-shadow: 20px 20px 0px 0px,
      -20px -20px 0px 0px,
      20px -20px 0px 0px,
      -20px 20px 0px 0px,
      0px 10px 0px 0px,
      10px 0px 0px 0px,
      -10px 0px 0px 0px,
      0px -10px 0px 0px;
  }

  75% {
    box-shadow: 20px 20px 0px 0px,
      -20px -20px 0px 0px,
      20px -20px 0px 0px,
      -20px 20px 0px 0px,
      0px 10px 0px 0px,
      10px 0px 0px 0px,
      -10px 0px 0px 0px,
      0px -10px 0px 0px;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 2140px) {
  html {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 1440px) {
  .mainp {
    font-size: 3.5rem;
  } 
} */

/* @media screen and (max-width: 1350px) {
  .slide {
    height: 550px;
  }
} */

@media screen and (max-width: 1170px) {
  .slide {
    height: 440px;
  }

  .mainp {
    left: 35%;
  }
}

@media screen and (max-width: 960px) {
  .slide {
    height: 380px;
  }

  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 820px) {

  a img:hover {
    opacity: 1;
  }

  .slide {
    height: 270px;
  }

  html {
    font-size: 8px;
  }

  .section-title {
    margin-bottom: 5%;
    font-size: 3rem;
  }

  .aboutbox .box {
    width: 100%;
    margin: 5% 0;
    max-width: 100%;
  }

  /* Message */
  .flex-direction {
    flex-direction: column;
  }

  .flex-direction-reverse {
    flex-direction: column-reverse;
  }

  .member-picture {
    max-width: 40rem;
  }

  .ploject-img-width {
    max-width: 20rem;
  }

  .img-none {
    display: none;
  }

  /* About */
  .aboutbox {
    align-items: center;
  }

  /*-------------------------------------------
  Member
  -------------------------------------------*/

  .flex-block {
    display: block;
  }


  .Memberdiv {
    margin: 0;
  }

  .header {
    margin: 0 auto;
  }

  /* ハンバーガー */

  .nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(0, 0, 0, 0.7);
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  .nav.show {
    top: 0;
  }

  /*ナビゲーションの縦スクロール*/
  .nav.show .nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  .nav ul {
    /*ナビゲーション天地中央揃え*/
    display: block;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  .nav li {
    text-align: center;
  }

  .nav li a {
    color: whitesmoke;
    text-decoration: none;
    padding: 4rem 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }


  .nav_toggle {
    position: fixed;
    right: 0;
    margin-right: 3%;
    margin-top: 4%;
    width: 4rem;
    height: 3.45rem;
    z-index: 9999;
    cursor: pointer;
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border: solid white 0.1px;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }

  .nav_toggle i:nth-child(1) {
    top: 0;
  }

  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: whitesmoke;
  }

  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }

  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
    background-color: whitesmoke;
  }

  .nav {
    right: 12%;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }

  .nav.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  .nav_menu_ul li {
    font-size: 3em;
  }

  .nav_menu_ul li a::after {
    background: white;
  }

  .nav_menu_ul li a:hover {
    opacity: 1;
  }

  .leftborder {
    border-left: none;
  }

  .nav_menu_ul li a::after {
    top: 100%;
  }

  .nav_menu_ul li a {
    font-size: 5rem;
  }

  .nav-div {
    padding: 0;
  }

  .content-title {
    font-size: 2rem;
  }

  .Member-contents {
    font-size: 2rem;
  }

  .aboutp {
    font-size: 2.4rem;
  }

  .size-moonshot-img {
    margin-left: 0;
  }

  .justify {
    font-size: 2rem;
  }
}

@media screen and (max-width: 650px) {
  .slide {
    height: 220px;
  }

  .mainp {
    white-space: nowrap;
  }

  .aboutp {
    white-space: normal;
  }
}

@media screen and (max-width: 540px) {
  .mainp {
    left: 45%;
  }

  .flex-block2 {
    display: block;
  }

  .member-picture {
    padding: 2rem 6rem;
  }
}


@media screen and (max-width: 450px) {
  .slide {
    height: 180px;
  }

  .mainp {
    font-size: 3rem;
    left: 50%;
  }
}