body {
  background: #fafafa;
  font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
}

a:link {
  color: #fff;
}

a:hover {
  color: red;
}

a:visited {
  color: #fff;
}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}

.team-info {
  position: relative;
  padding: 100px 100px 0;
  z-index: 2;
}

@media (max-width: 499px) {
  .team-info {
    padding: 50px 20px 0;
  }
}

.team-info .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 499px) {
  .team-info .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team-info .box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 499px) {
  .team-info .box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team-info .box .team-img {
  width: 48%;
}

@media (max-width: 499px) {
  .team-info .box .team-img {
    width: 100%;
  }
}

.team-info .box .team-img p:nth-child(even) {
  text-align: right;
}

.team-info .box .team-img p:nth-child(even) img {
  width: 80%;
}

.team-info .box .cont {
  width: 33.3333%;
}

@media (max-width: 499px) {
  .team-info .box .cont {
    width: 100%;
  }
}

.team-info .box .cont h2 {
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 499px) {
  .team-info .box .cont h2 {
    font-size: 2rem;
  }
}

.team-info .box .cont p {
  font-size: 1.6rem;
}

.team-info .box .cont .cont-btn {
  margin: 40px 0 0;
  text-align: right;
}

.team-info .button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #098B3B;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.team-info .button::before, .team-info .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.team-info .button:hover {
  background-color: #F39800;
}

.team-info .button,
.team-info .button::before,
.team-info .button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.newsCont {
  position: relative;
}

.newsCont-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.newsCont-box h2 {
  padding: 50px 0;
  text-align: center;
  font-size: 2.4rem;
}

.newsCont-cont {
  padding: 0 50px;
}

@media (max-width: 499px) {
  .newsCont-cont {
    padding: 0 10px 100px;
  }
}



/*# sourceMappingURL=team.css.map */