@charset "utf-8";

.coach-profile a {
  text-decoration: none;
}

.coach-photo img {
  width: 100%;
  height: auto;
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 24s linear infinite;
}

.slide img:nth-child(2) {
  animation-delay: 8s;
}

.slide img:last-child {
  animation-delay: 16s;
}

.coach-profile h2 {
    font-size: 1.15rem;
}

.coach-profile h2 span {
    margin: -6px 30px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 600;
}

.coach-profile h3 {
    margin-bottom: 1rem;
    font-size: 1.3125rem;
    font-weight: 600;
}

.coach-profile h3 span {
    padding-right: 17px;
    margin: -4px 23px 0 0;
    font-size: 1.3125rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
    font-family: 'Arsenal', sans-serif;
    border-right: 1px solid #333;
}

.coach-detail-box {
  margin-top: 3.8rem;
}

.coach-detail-box p {
  line-height: 2em;
  font-size:1rem;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .coach-photo {
    margin: 0 auto 2rem;
  }
  .coach-photo img {
    margin: auto;
    max-width: 250px;
  }
  .coach-profile h2 {
    text-align: center;
  }
  .coach-profile h2 span {
    display: block;
    margin: 0 0;
  }
  .coach-profile p.ttl {
    text-align: center;
  }

}


@media only screen and (max-width: 768px) {

}





/*-----( .director-card )-----*/
.director-card {
  margin-top: 3rem;
}

.director-card h3 span {
  font-size: 1rem;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .sub-wrapper--m-1 {
    margin-bottom: 4.75rem;
  }
  .main .sub-wrapper--m-1:nth-last-of-type(1) {
    margin-bottom: 12rem;
  }
  .director-card {
    justify-content: space-between;
  }
  .director-card + .director-card {
    margin-top: 1.875rem;
  }
  .director-card-data {
    width: 100%;
  }
}


/*-----( career-list )-----*/
.career-list dt {
  font-weight: normal;
}
.career-list + .fw-normal {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .career-list {
    display: flex;
    flex-wrap: wrap;
  }
  .career-list dt {
    flex-shrink: 0;
  }
  .career-list dt,
  .career-list dd {
    margin-bottom: 0rem;
    line-height: 2em;
  }
  .career-list--dtw1 dt { width: 115px; }
  .career-list--dtw1 dd { width: calc(100% - 115px); }
  .career-list--dtw2 dt { width: 205px; }
  .career-list--dtw2 dd { width: calc(100% - 205px); }
  .career-list--dtw3 dt { width: 75px; }
  .career-list--dtw3 dd { width: calc(100% - 75px); }
}
