@charset "UTF-8";

.coaches {
  padding: 100px 0;
}
.coaches#coaches_02 {
  background-color: #F2F2F2;
}
.coaches .coach {
  display: flex;
  align-items: center;
  gap: 5%;
}
.coaches#coaches_02 .coach {
  flex-direction: row-reverse;
}
.coaches .coach .image {
  width: 35%;
}
.coaches .coach .text {
  flex: 1;
}
.coaches .coach .text .title_profile {
  margin-bottom: 30px;
  padding: 0 25px 30px;
  border-bottom: solid 3px #FFDF00;
}
.coaches .coach .text .title_profile .position {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.coaches .coach .text .title_profile .position span {
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: .3em .6em .4em;
}
.coaches .coach .text .title_profile .name {
  font-size: 2.5rem;
}
.coaches .coach .text .title_profile .name .ja {
  font-weight: 700;
}
.coaches .coach .text .title_profile .name .en {
  font-size: .6em;
  vertical-align: .2em;
  margin-left: 1em;
}
.coaches .coach .text .introduction_profile {
  padding: 0 25px;
}
.coaches .coach .text .introduction_profile p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.coaches .coach .text .introduction_profile p + p {
  margin-top: 1em;
}

.bnr {
    width: 700px;
    margin: 20px auto;
}