/* CSS Document */
.fade_animation {
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: 1s;
}
.fade_animation p.text:not(.en) {
  font-size: 1.6rem !important;
  padding: 1em 1.5em;
  line-height: 1.5;
}
.fade_animation.active {
  opacity: 1;
  bottom: 0;
}

#about {
  padding: 5% 0;
}
#about h2 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
#about div.flex {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 70px;
  position: relative;
        /*& > img {
			width: 3.6%;
			margin-right: 5%;
			margin-top: -2%;
        }*/
}
#about div.flex:before {
  content: "";
  width: 3.6%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: -3%;
  display: block;
  background: url("../images/about/about_02.png") no-repeat center/cover;
}
#about div.flex section {
  transform: translateY(20%);
  width: 30%;
}
#about div.flex section p {
  font-size: 1.25rem;
}
#about div.flex section p.en {
  font-size: 1.2rem;
  color: #7c7c7c;
  margin-bottom: 5em;
}
#about div.flex section p img {
  width: 140px;
}
#about div.flex h3 {
  width: 40%;
  margin: 0px 0%;
  font-size: 2.2rem;
}
#about div.flex h3 img {
  width: 100%;
  margin-bottom: 2em;
}

#member {
  padding: 5% 0;
  background: #333333;
}
#member h1 {
  color: #ffffff;
  z-index: 1;
}
#member section:not(.info) {
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
}
#member section:not(.info) p {
  text-align: center;
  margin: 0;
}
#member section:not(.info) > p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
#member section:not(.info) div.flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#member section:not(.info) div.flex figure {
  max-width: 500px;
}
#member section:not(.info) div.flex figure img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
#member section:not(.info) div.flex figure figcaption {
  text-align: center;
}
#member section:not(.info) div.flex figure figcaption h2 {
  font-size: 2.4rem;
  font-weight: normal;
}
#member section:not(.info) div.flex figure figcaption h2 small {
  display: block;
  font-size: 1.4rem;
}
#member img.members {
  width: 100%;
  display: block;
  margin: 5% auto 0;
}
#member section.info {
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .fade_animation {
    position: relative;
    bottom: -50px;
    right: auto;
  }
  .fade_animation.active {
    bottom: 0;
  }
  .fade_animation p.text:not(.en) {
    padding: 1em 0;
  }

  #about {
    padding: 5% 3%;
  }
  #about h2 {
    font-size: 1.8rem;
  }
  #about div.flex {
    padding: 40px 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
  #about div.flex:before {
    display: none;
  }
  #about div.flex > img {
    display: none;
  }
  #about div.flex section {
    width: 100%;
    transform: translateY(0);
  }
  #about div.flex section p {
    font-size: 1.4rem;
  }
  #about div.flex section p.en {
    margin-bottom: 2em;
  }
  #about div.flex section p.logo_ {
    text-align: center;
  }
  #about div.flex h3 {
    width: 100%;
    margin: 0 0 3%;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #about div.flex h3 img {
    margin-bottom: 1em;
  }

  #member {
    padding: 5% 3%;
  }
  #member section:not(.info) {
    width: 100%;
    margin-bottom: 50px;
  }
  #member section:not(.info) p {
    line-height: 1.5;
  }
  #member section:not(.info) p:not(.en) {
    font-size: 1.4rem !important;
  }
  #member section:not(.info) div.flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  #member section:not(.info) div.flex figure {
    max-width: 320px;
    flex: unset;
  }
  #member section:not(.info) div.flex figure figcaption h2 {
    font-size: 2.0rem;
  }
  #member section:not(.info) div.flex figure figcaption h2 small {
    font-size: 1.2rem;
  }
}
