.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .table-wrapper{
    
  }
}
.table02 {
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table02 {
    width: max-content;
    border-collapse: collapse;
  }
}
.table02 th {
  /*padding: 5px 25px;*/
  padding: 5px 10px;
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  color: #333;
  background: #f5fbdf;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table02 th {
    width: auto;
    padding: 7px 15px;
    font-size: 12px;
    /*display: block;*/
  }
}
.table02 td {
  /*padding: 5px 30px;*/
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.6em;
  color: #333;
  text-align: justify;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table02 td {
    width: auto;
    padding: 12px 15px;
    font-size: 12px;
    /*display: block;*/
  }
}
.table02 td .td-title {
  padding-left: 1em;
  position: relative;
}
.table02 td .td-title::before {
  content: "";
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #6a2;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .table02 td .td-title::before {
    width: 8px;
    height: 8px;
  }
}
.table02 td .td-indent {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .table02 td.td-sp-center {
    text-align: center !important;
  }
}
.table02 td .td-jp {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .table02 td .td-jp {
    margin-right: 0;
    display: block;
  }
}
.table02 td .td-en {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .table02 td .td-en {
    margin-right: 0;
    display: block;
  }
}

.table03 {
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table03 {
    width: max-content;
    border-collapse: collapse;
  }
}
.table03 th {
  padding: 5px 10px;
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  color: #333;
  background: #f5fbdf;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table03 th {
    width: auto;
    padding: 7px 15px;
    font-size: 12px;
    /*display: block;*/
  }
}
.table03 td {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.6em;
  color: #333;
  text-align: justify;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table03 td {
    width: auto;
    padding: 12px 15px;
    font-size: 12px;
    /*display: block;*/
  }
}
.table03 td .td-title {
  padding-left: 1em;
  position: relative;
}
.table03 td .td-title::before {
  content: "";
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #6a2;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .table03 td .td-title::before {
    width: 8px;
    height: 8px;
  }
}
.table03 td .td-indent {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .table03 td.td-sp-center {
    text-align: center !important;
  }
}
.table03 td .td-jp {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .table03 td .td-jp {
    margin-right: 0;
    display: block;
  }
}
.table03 td .td-en {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .table03 td .td-en {
    margin-right: 0;
    display: block;
  }
}

.approach-detail-wrapper {
  /*margin-bottom: 40px;*/
  padding-bottom: 0px;
  position: relative;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .approach-detail-wrapper {
    margin: 0 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper {
    margin: 0 15px 0px;
  }
}
.approach-detail-wrapper__photo {
  width: 48%;
  max-width: 460px;
  float: right;
  border: 30px solid #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__photo {
    margin-bottom: 0;
    width: 100%;
    border: 15px solid #f7f7f7;
    float: none;
  }
}
.approach-detail-wrapper__text-wrapper {
  padding: 30px 30px 30px;
  left: 0;
  bottom: 0;
  width: 46.5%;
  /*border-bottom: 2px solid #eb0;
  border-left: 2px solid #eb0;*/
  /*position: absolute;*/
  float left;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper {
    padding: 20px;
    left: auto;
    bottom: auto;
    width: auto;
    background-color: #f7f7f7;
    border: none;
    position: relative;
  }
}
.approach-detail-wrapper__text-wrapper__phase {
  margin-right: 10px;
  width: 90px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border: 1.5px solid;
  text-align: center;
  float: left;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__phase {
    margin-right: 10px;
    width: 90px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}
.approach-detail-wrapper__text-wrapper__name {
  padding-right: 60px;
  font-size: 24px;
  line-height: 1.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-image: url(../img/about/member/icon_teacher_yellow.png);
  background-repeat: no-repeat;
  background-size: 37px auto;
  background-position: 100% 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__name {
    padding-right: 40px;
    font-size: 20px;
    background-size: 24.6666666667px auto;
  }
}
.approach-detail-wrapper__text-wrapper__name__position {
  /*margin-left: 10px;*/
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.1em;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__name__position {
    /*margin-left: 7px;*/
    font-size: 15px;
  }
}
.approach-detail-wrapper__text-wrapper__name__en {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1em;
  color: #094;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__name__en {
    margin-top: 7px;
    font-size: 13px;
  }
}
.approach-detail-wrapper__text-wrapper__field {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__field {
    margin-top: 10px;
  }
}
.approach-detail-wrapper__text-wrapper__field__title {
  margin-right: 15px;
  width: 180px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #094;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border: 1px solid #094;
  text-align: center;
  /*float: left;*/
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__field__title {
    margin-right: 10px;
    width: 180px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}
.approach-detail-wrapper__text-wrapper__field__text {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  /*float: left;*/
}
@media screen and (max-width: 767px) {
  .approach-detail-wrapper__text-wrapper__field__text {
    font-size: 13px;
  }
}

.my_detail-wrapper {
  margin-bottom: 40px;
  padding: 0px 30px 30px 30px;
  /*padding-bottom: 40px;
  border-bottom: 2px solid #eb0;
  border-left: 2px solid #eb0;
  border-bottom: 3px solid #eee;*/
  font-size: 16px;
  line-height: 1.9em;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .my_detail-wrapper {
    padding: 0px 20px 0px 20px;
    margin: 0 20px 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .my_detail-wrapper {
    width: auto;
    font-size: 14px;
    padding-bottom: 20px;
    margin: 0 15px 20px;
    border-bottom: 2px solid #eee;
  }
}
.my-detail-wrapper__text-wrapper__field {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .my-detail-wrapper__text-wrapper__field {
    margin-top: 0px;
  }
}
.my-detail-wrapper__text-wrapper__field__title {
  margin-right: 15px;
  width: 180px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #094;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border: 1px solid #094;
  text-align: center;
  /*float: left;*/
}
@media screen and (max-width: 767px) {
  .my-detail-wrapper__text-wrapper__field__title {
    margin-right: 10px;
    width: 180px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}

.link-base-approach {
  width: 36%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  background: #000;
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-base-approach {
    width: 40%;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
  }
}
.link-base-approach:hover {
  background: #094;
  color: #FFF;
}
.link-base-approach::before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .link-base-approach::before {
    right: 16px;
  }
}
.link-base-approach::after {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #FFF;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .link-base-approach::after {
    right: 18px;
  }
}
.link-base-approach--green {
  background-color: #094;
}
.link-base-approach--green:hover {
  background-color: #6a2;
}

.approach__btn {
  margin: 0 auto;
  width: 170px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #094;
  text-align: center;
  border-radius: 13px;
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.approach__btn::before {
  content: "";
  top: 3px;
  right: 6px;
  width: 14px;
  height: 14px;
  background-color: #6a2;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.approach__btn::after {
  content: "";
  top: 7px;
  right: 10px;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.approach__btn:hover {
  color: #fff;
  background-color: #6a2;
}
.approach__btn:hover::before {
  background-color: #094;
}
@media screen and (max-width: 767px) {
  .approach__btn {
    width: 30%;
    height: 20px;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .approach__btn::before {
    content: "";
    top: 3px;
    right: 12px;
    width: 14px;
    height: 14px;
  }
  .approach__btn::after {
    content: "";
    top: 7px;
    right: 16px;
    border-width: 3px 0 3px 5px;
  }
  .approach__btn:hover {
    color: #fff;
    background-color: #094;
  }
  .approach__btn:hover::before {
    background-color: #6a2;
  }
}

.approach__btn_2 {
  margin: 0 auto;
  width: 340px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #094;
  align: center;
  text-align: center;
  border-radius: 26px;
  display: inline-block;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.approach__btn_2::before {
  content: "";
  top: 7px;
  right: 10px;
  width: 26px;
  height: 26px;
  background-color: #6a2;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.approach__btn_2::after {
  content: "";
  top: 14px;
  right: 17px;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.approach__btn_2:hover {
  color: #fff;
  background-color: #6a2;
}
.approach__btn_2:hover::before {
  background-color: #094;
}
@media screen and (max-width: 767px) {
  .approach__btn_2 {
    width: 50%;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .approach__btn_2::before {
    content: "";
    top: 6px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .approach__btn_2::after {
    content: "";
    top: 10px;
    right: 12px;
    border-width: 5px 0 5px 7px;
  }
  .approach__btn_2:hover {
    color: #fff;
    background-color: #094;
  }
  .approach__btn_2:hover::before {
    background-color: #6a2;
  }
}

.my_mb50 {
    margin-bottom: 30px !important;
  }
@media screen and (max-width: 767px) {
  .my_mb50 {
    margin-bottom: 50px !important;
  }
}
