@charset "UTF-8"; 
#page_team .container section p {
  font-size: 18px;
  letter-spacing: 3px;
  padding: 20px 0;
}
#page_team .container .team-name {
  width: 724px;
  text-align: center;
  padding: 80px 0 40px;
  margin: 0 auto;
}
#page_team .container .team-name img {
  width: 100%;
}
#page_team .container .town-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
#page_team .container .town-imgs figure {
  width: 250px;
}
#page_team .container .town-imgs figure + figure {
  margin-top: 0;
}
#page_team .container .town-imgs figure figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
}
#page_team .container .town-imgs img {
  width: 100%;
}
#page_team .container .sec_team-logo figure,
#page_team .container .sec_team-slogan figure {
  text-align: center;
  width: 300px;
  margin: 40px auto;
}
#page_team .container .sec_team-logo img,
#page_team .container .sec_team-slogan img {
  width: 100%;
}
#page_team .container .sec_team-logo .slogan_text,
#page_team .container .sec_team-slogan .slogan_text {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #page_team .container .team-name {
    width: 77.3333333333vw;
    text-align: center;
    padding: 0;
  }
  #page_team .container section {
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
  #page_team .container section:nth-last-child(1) {
    margin-bottom: 0;
  }
  #page_team .container section p {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
  #page_team .container .town-imgs {
    margin-top: 0;
  }
  #page_team .container .sec_team-logo figure,
  #page_team .container .sec_team-slogan figure {
    width: 300px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=team.css.map */