@charset "UTF-8";
/*-------------------------------------------
|   visual layout
---------------------------------------------*/
.visual {
  position: relative;
  width: 100%;
  height: 430px;
  padding: 90px  0 0;
  background: url(../img/team/team_bg.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .visual {
    height: 250px;
    padding: 60px 0 0;
    background-image: url(../img/team/team_bg.sp.png);
  }
}

.visual-title {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #006c60;
  font-size: 60px;
  font-weight: bold;
  font-family: "Roboto Condensed", HelveticaNeue-CondensedBold, "Arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
}

@media screen and (max-width: 750px) {
  .visual-title {
    font-size: 34px;
    line-height: 1.2;
  }
}

.lead .inner {
  width: 960px;
  margin: 0 auto;
  padding: 90px 0 50px;
}

@media screen and (max-width: 750px) {
  .lead .inner {
    width: 100%;
    padding: 30px 6.66% 35px;
  }
}

.lead .text {
  font-size: 18px;
  text-align: center;
  line-height: 1.55556;
}

@media screen and (max-width: 750px) {
  .lead .text {
    text-align: left;
    font-size: 14px;
  }
}

.team {
  padding-top: 80px;
  background: #f6f6f6;
}

.team .inner {
  padding: 100px 0;
  width: 960px;
  margin: 0 auto;
  min-height: 480px;
}

@media screen and (max-width: 750px) {
  .team .inner {
    width: 100%;
    padding: 50px 6.66%;
  }
}

.team .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .team .team-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}

.team .team-list .item {
  width: 225px;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .team .team-list .item {
    margin-left: 20px;
    margin-top: 50px;
  }
  .team .team-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  .team .team-list .item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .team .team-list .item {
    width: 48.61538%;
    margin-top: 30px;
  }
  .team .team-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.team .team-list .panel:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .team-list .panel-image {
  overflow: hidden;
}

.team .team-list .panel-image > img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  max-width: 100%;
}

.team .team-list .name {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .team .team-list .name {
    font-size: 14px;
  }
}

.team .team-list .job {
  font-size: 13px;
  color: #bbb;
  line-height: 1.23077;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .team .team-list .job {
    font-size: 14px;
  }
}

.team .modal-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.team .modal-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.team .modal-wrap .modal-frame {
  display: table;
  width: 100%;
  height: 100%;
}

.team .modal-wrap .modal-frame-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 6.66%;
}

.team .modal-wrap .modal {
  width: 960px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal {
    display: block;
    width: 100%;
    height: 450px;
    padding: 20px 0;
    padding-left: 5.17241%;
    padding-right: 5.17241%;
    overflow: auto;
  }
}

.team .modal-wrap .modal .text-area {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal .text-area {
    font-size: 13px;
  }
}

.team .modal-wrap .modal .text-area p:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal .text-area p:not(:first-child) {
    margin-top: 20px;
  }
}

.team .modal-wrap .modal .thumb {
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal .thumb {
    text-align: center;
    margin: 0 0 20px;
  }
  .team .modal-wrap .modal .thumb img {
    width: 160px;
  }
}

.team .modal-wrap .modal .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal .close {
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
  }
}

.team .modal-wrap .modal .close::before, .team .modal-wrap .modal .close::after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #006c60;
}

@media screen and (max-width: 750px) {
  .team .modal-wrap .modal .close::before, .team .modal-wrap .modal .close::after {
    width: 15px;
    height: 2px;
  }
}

.team .modal-wrap .modal .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.team .modal-wrap .modal .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=../sourcemaps/team.css.map */
