@charset "utf-8";

.cmn-hero-01 {
  margin-bottom: 2.5rem;
  background: url(../img/coach/img_coach_hero.jpg) center center / cover no-repeat;
  letter-spacing: 0.25rem;
}
.cmn-hero-01 h2 {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .cmn-hero-01 {
    margin-bottom: 5.5rem;
  }
  .cmn-hero-01 h2 {
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .cmn-hero-01 {
    position: relative;
    height: 0;
    padding-top: 35%;
  }
  .cmn-hero-01 h2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
  }
}

/*-----( coaches )-----*/
.coaches-wrapper {
  width: 95%;
  max-width: 1520px;
  margin: 0 auto 6.25rem;
}
.coaches-lead p {
  line-height: 2;
  margin-bottom: 4.75rem;
}
.coaches-list {
  --bs-gutter-x: 0;
}
.coaches-list li {
  --bs-gutter-y: 0.75rem;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.coaches-list a {
  display: block;
  padding: 1.2rem 0.25rem 1.125rem 1.75rem;
  color: #000;
  text-decoration: none;
}
.coaches-list a:hover {
  color: var(--bs-link-color);
}
.coaches-list_text {
  margin-top: 1.5rem;
  margin-left: 1.75rem;
  color: #000;
}
.coaches-list .fw-bold,
.coaches-list .text-ruby {
  display: block;
}
.coaches-list .text-ruby {
  font-size: 0.8125rem;
}
.syllabary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 0.25rem 0 0;
  background: #EFEFEF;
}
.coaches-list__title {
  margin: 4.5rem 0 0.75rem;
  letter-spacing: 0.10rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .coaches-list a {
    padding: 1.2rem 0.75rem 1.4rem 1.5rem;
  }
  .coaches-list_text {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
  }
  .coaches-list__title {
    margin: 12.5rem 0 0.75rem;
  }
}

@media only screen and (min-width: 992px) {
  .coaches-list a {
    padding: 1.2rem 1rem 1.4rem 2.75rem;
  }
  .coaches-list_text {
    margin-top: 1.5rem;
    margin-left: 2.75rem;
  }
}
