.team__core figure,
.team__slogan figure,
.team__slogan figure{
  text-align: center;
}
.team__core img,
.team__slogan img{
  max-width: 100%;
}
.team__core .item{
  letter-spacing: .1rem;
}
.team__core .item + .item{
  margin-top: 5rem;
}
.title_mission{
    font-size: 46px;
    font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
    margin: 3rem 0 2.5rem;
}
.txt_mission{
    font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;

}
.list_vision{
  display: flex;
  justify-content: center;
}
.list_vision ul{
  margin: 2.5rem 0 0;
  padding: 0;
}
.list_vision li{
  display: flex;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: .75rem 0;
}
.list_vision li::before{
  flex-shrink: 0;
  display: block;
  content: "●";
  color: #8fc31f;
}
.txt_slogan{
  line-height: 2;
  margin: 3rem auto 0;
  max-width: 800px;
}
.--sp{display: none;}
.--pc{display: block;}
@media only screen and (max-width: 768px) {
.--sp{display: block;}
.--pc{display: none;}

  .team__core .item + .item{
  margin-top: 3rem;
}
.title_mission{
    font-size: 28px;
    font-size: 1.75rem;
    margin: 2rem 0 1.25rem;
}
.txt_mission{
  font-size: 1rem;
  text-align: left;
}
.list_vision ul{
  margin: .5rem 0 0;
}

.list_vision li{
    font-size: 20px;
    font-size: 1.25rem;
}
}