main div.staff {
  background: none;
}
@media screen and (max-width: 767px) {
  main div.staff {
    padding-bottom: 0;
  }
  main div.staff.btm {
    padding-bottom: 30px;
  }
}
main div.staff ul {
  max-width: 872px;
  margin: 0 auto 0 240px;
}
@media screen and (max-width: 767px) {
  main div.staff ul {
    margin: auto;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main div.staff ul.photo {
  align-items: center;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main div.staff ul.photo {
    padding: 30px 0 0 0;
    margin-bottom: 0;
  }
  main div.staff ul.photo img {
    margin-bottom: 40px;
  }
}
main div.staff ul.text {
  align-items: flex-end;
}
main div.staff ul.text.full li:nth-child(1) {
  width: auto;
}
main div.staff ul.text li:nth-child(1) {
  width: 450px;
}
@media screen and (max-width: 767px) {
  main div.staff ul.text li:nth-child(1) {
    width: 100%;
    margin: auto;
  }
}
main div.staff ul.text li img {
  min-width: unset;
  max-width: 330px;
  border-radius: 0;
  margin-bottom: 60px;
}
main div.staff ul.text li h4 {
  margin-bottom: 14px;
  text-align: left;
  font-size: 20px;
  padding: 0;
}
main div.staff ul.text li p {
  margin-bottom: 60px;
}
main div .sNavi li span:nth-child(1)::before {
  content: "STAFF ";
}
@media screen and (max-width: 767px) {
  main div .sNavi li span:nth-child(1)::before {
    content: none;
  }
}
main div#top {
  margin: 0 auto;
  height: auto;
  background: url(../../img/bg_white-sky.jpg) repeat-y;
  background-size: contain;
}
main div#s02 {
  margin: 0 auto;
  height: auto;
  background: url(../../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
  position: relative;
}
main div#s03 {
  margin: 0 auto;
  height: auto;
  background: url(../../img/bg_white-sky.jpg) repeat-y;
  background-size: contain;
  position: relative;
}
main div#s04 {
  margin: 0 auto;
  height: auto;
  background: url(../../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
  position: relative;
}
main div#s05 {
  margin: 0 auto;
  height: auto;
  background: url(../../img/bg_blue-white.jpg) repeat-y;
  background-size: contain;
  position: relative;
  padding-bottom: 80px;
}
main div#s05 .staff ul:first-child {
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main div#s05 .staff ul:first-child {
    margin: auto;
  }
}
main div#top, main div#s02, main div#s03, main div#s04, main div#s05 {
  width: 1280px;
  position: relative;
  margin: auto;
  padding-bottom: 40px;
}
main div#top p, main div#s02 p, main div#s03 p, main div#s04 p, main div#s05 p {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.25px;
  line-height: 1.8;
}
main div#top p.side_ttl, main div#s02 p.side_ttl, main div#s03 p.side_ttl, main div#s04 p.side_ttl, main div#s05 p.side_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: rotate(-90deg);
  font-family: "Ubuntu", sans-serif;
  width: auto;
  padding: 0;
}
main div#top p.side_ttl.blue, main div#s02 p.side_ttl.blue, main div#s03 p.side_ttl.blue, main div#s04 p.side_ttl.blue, main div#s05 p.side_ttl.blue {
  color: #103B90;
}
main div#top h2, main div#s02 h2, main div#s03 h2, main div#s04 h2, main div#s05 h2 {
  font-size: 28px;
  margin: auto;
  padding: 45px 0;
}
main div#top h2::after, main div#top h2::before, main div#s02 h2::after, main div#s02 h2::before, main div#s03 h2::after, main div#s03 h2::before, main div#s04 h2::after, main div#s04 h2::before, main div#s05 h2::after, main div#s05 h2::before {
  content: none;
}
main div#top h3, main div#s02 h3, main div#s03 h3, main div#s04 h3, main div#s05 h3 {
  font-size: 24px;
  padding: 40px 0;
}
main div#top h2 span, main div#top h3 span, main div#s02 h2 span, main div#s02 h3 span, main div#s03 h2 span, main div#s03 h3 span, main div#s04 h2 span, main div#s04 h3 span, main div#s05 h2 span, main div#s05 h3 span {
  font-size: 13px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main div#top, main div#s02, main div#s03, main div#s04, main div#s05 {
    width: 100%;
    height: auto;
    background: none;
    padding: 0 4% 30px;
  }
}/*# sourceMappingURL=staff.css.map */