@media screen and (max-width: 768px) {
  .nav-list, .header-nav {
    /* display: none; */
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .is-sp {
    display: none;
  }
}

.team-intro{
  font-family: "ヒラギノ角ゴシック", sans-serif;
}

.team-intro-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.team-intro-header {
  margin-top: 50px;
  position: relative;
  padding: 0 50px 0;
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .team-intro-header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .team-intro-header {
    padding: 0 0;
  }
}

.team-intro-header-picture {
  width: 80%;
  padding-top: 40%;
  background: url(../images/TEAM.JPG) bottom center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .team-intro-header-picture {
    width: 95%;
    padding-top: 60%;
  }
}

.team-intro-header-body {
  padding: 25% 30px 10%;
  margin-top: 25%;
  text-align: center;
  color: #fff;
  background: black;
  -webkit-box-shadow: 0 10px 25px 0 black;
          box-shadow: 0 10px 25px 0 black;
}
@media screen and (max-width: 768px) {
  .team-intro-header-body {
    margin-top: 35%;
    padding-top: 35%;
  }
}

.team-intro-header-title h2 {
  font-size: 3.2rem;
  display: inline-block;
  position: relative;
}
.team-intro-header-title h2::before, .team-intro-header-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background: white;
}
@media screen and (max-width: 768px) {
  .team-intro-header-title h2::before, .team-intro-header-title h2::after {
    width: 20px;
  }
}
.team-intro-header-title h2::before {
  left: -6.3rem;
}
@media screen and (max-width: 768px) {
  .team-intro-header-title h2::before {
    left: -2.5rem;
  }
}
.team-intro-header-title h2::after {
  right: -6rem;
}
@media screen and (max-width: 768px) {
  .team-intro-header-title h2::after {
    right: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .team-intro-header-title h2 {
    font-size: 2rem;
  }
}

.team-intro-header-text {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.team-intro-header-text p {
  display: inline-block;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .team-intro-header-text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.team-intro-items {
  font-weight: 700;
  padding: 120px 50px 140px;
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .team-intro-items {
    padding-top: 150px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .team-intro-items {
    padding: 40px 15px;
  }
}

.team-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background:  transparent;
  position: relative;
}
.team-intro-item + .team-intro-item {
  margin-top: 12%;
}
.team-intro-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.team-intro-item:nth-child(2) .team-intro-item-body {
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .team-intro-item + .team-intro-item {
    margin-top: 18%;
  }
}
@media screen and (max-width: 768px) {
  .team-intro-item {
    display: block;
    -webkit-box-shadow: 0 10px 25px 0 black;
            box-shadow: 0 10px 25px 0 black;
  }
}

.team-intro-item-picture {
  width: 60%;
  padding-top: 40%;
  position: relative;
}
.team-intro-item-picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .team-intro-item-picture {
    width: 100%;
    padding-top: 60%;
  }
}

.team-intro-item-body {
  width: 45%;
  padding: 30px 30px;
  background: #eeeeeee7;
  position: absolute;
  right: 0;
  bottom: -10%;
  -webkit-box-shadow: 0 10px 25px 0 black;
          box-shadow: 0 10px 25px 0 black;
}
@media screen and (max-width: 768px) {
  .team-intro-item-body {
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.team-intro-item-title {
  font-size: 2.8rem;
  text-align: center;
}
.team-intro-item-title h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .team-intro-item-title {
    font-size: 2rem;
  }
}

.team-intro-item-text {
  text-align: left;
  margin-top: 38px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .team-intro-item-text {
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .team-intro-item-text {
    line-height: 1.5;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.team-intro-footer {
  text-align: center;
  margin-bottom: 70px;
}

.contact-link {
  display: inline-block;
  background: #ffcf33;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding: 3rem 3rem 3rem 8.5rem;
  -webkit-box-shadow: 0 10px 25px 0 #333;
          box-shadow: 0 10px 25px 0 #333;
  border-radius: 50px;
  position: relative;
}
.contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: url(../images/LINE_APP.png) top center/contain;
}
.contact-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .contact-link {
    font-size: 1.6rem;
    padding: 2rem 2rem 2rem 8.5rem;
  }
}

.r-fade,
.l-fade,
.in-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.r-fade {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.l-fade {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.in-fade {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.r-fade.scroll,
.l-fade.scroll,
.in-fade.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.under-line {
  width: 0;
}