@charset "UTF-8";
/*vw計算の基準値*/
.instructor_certification {
  /*========================
  common
  ========================*/
}
@media screen and (max-width: 767px) {
  .instructor_certification .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .instructor_certification .is-sp {
    display: none !important;
  }
}
.instructor_certification.pageContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.instructor_certification .pageSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection {
    gap: calc(24 / 375 * 100vw);
  }
}
.instructor_certification .pageSection_head {
  padding: 12px 32px;
  border-left: 6px solid #094;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection_head {
    padding: calc(8 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.instructor_certification .pageSection_head .pageSection_intro {
  margin-bottom: 8px;
  font-size: 21px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .pageSection_head .pageSection_intro {
    font-size: 1.8421052632vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection_head .pageSection_intro {
    font-size: 5.6vw;
  }
}
.instructor_certification .pageSection_head .pageSection_intro {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection_head .pageSection_intro {
    margin-bottom: calc(8 / 375 * 100vw);
    font-size: initial;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .pageSection_head .pageSection_intro {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .pageSection_head .pageSection_intro {
    font-size: 4.2666666667vw;
  }
}
.instructor_certification .pageSection_head h2 {
  color: #094;
  font-size: 38px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .pageSection_head h2 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection_head h2 {
    font-size: 10.1333333333vw;
  }
}
.instructor_certification .pageSection_head h2 {
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSection_head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .pageSection_head h2 {
    font-size: 2.6315789474vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .pageSection_head h2 {
    font-size: 8vw;
  }
}
.instructor_certification .pageSection_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.instructor_certification .pageSubSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSubSection {
    gap: calc(24 / 375 * 100vw);
  }
}
.instructor_certification .pageSubSection_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 700;
  text-align: center;
}
.instructor_certification .pageSubSection_head .pageSubSection_intro {
  font-size: 21px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .pageSubSection_head .pageSubSection_intro {
    font-size: 1.8421052632vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSubSection_head .pageSubSection_intro {
    font-size: 5.6vw;
  }
}
.instructor_certification .pageSubSection_head .pageSubSection_intro {
  line-height: 160%;
  color: #094;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSubSection_head .pageSubSection_intro {
    font-size: initial;
    font-size: 16px;
    letter-spacing: calc(1.5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .pageSubSection_head .pageSubSection_intro {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .pageSubSection_head .pageSubSection_intro {
    font-size: 4.2666666667vw;
  }
}
.instructor_certification .pageSubSection_head h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #094;
  color: #094;
  font-size: 38px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .pageSubSection_head h3 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSubSection_head h3 {
    font-size: 10.1333333333vw;
  }
}
.instructor_certification .pageSubSection_head h3 {
  line-height: 130%;
  letter-spacing: 3.8px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .pageSubSection_head h3 {
    font-size: 28px;
    letter-spacing: calc(2 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .pageSubSection_head h3 {
    font-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .pageSubSection_head h3 {
    font-size: 7.4666666667vw;
  }
}
.instructor_certification {
  /*========================
  charter
  ========================*/
}
.instructor_certification .charter .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  padding: 48px 32px;
  -webkit-box-shadow: 0 0 5px 0 rgba(184, 184, 184, 0.25), 0 2px 16px 0 rgba(184, 184, 184, 0.25);
          box-shadow: 0 0 5px 0 rgba(184, 184, 184, 0.25), 0 2px 16px 0 rgba(184, 184, 184, 0.25);
}
@media screen and (max-width: 767px) {
  .instructor_certification .charter .card {
    gap: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.instructor_certification .charter .card_intro {
  position: relative;
  padding: 16px 40px;
  text-align: center;
  color: #094;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .charter .card_intro {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .charter .card_intro {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .charter .card_intro {
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .charter .card_intro {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .charter .card_intro {
    font-size: 4.2666666667vw;
  }
}
.instructor_certification .charter .card_intro:before, .instructor_certification .charter .card_intro:after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border-style: solid;
  border-color: #094;
}
.instructor_certification .charter .card_intro::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.instructor_certification .charter .card_intro::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.instructor_certification .charter .card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .instructor_certification .charter .card_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12 / 375 * 100vw);
  }
}
.instructor_certification {
  /*========================
  standard
  ========================*/
}
.instructor_certification .standard .logo {
  width: 239px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .logo {
    width: calc(183 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 16px 16px;
  background: #ECF5EF;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_item {
    gap: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(16 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #094;
  background: #fff;
}
.instructor_certification .standard .standard_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  background: #094;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_icon {
    width: calc(52 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_icon img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_icon img {
    width: calc(24 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_body {
    gap: calc(10 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #094;
  font-size: 24px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .standard .standard_title {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_title {
    font-size: 6.4vw;
  }
}
.instructor_certification .standard .standard_title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_title {
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_checktitle {
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .standard .standard_checktitle {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checktitle {
    font-size: 5.3333333333vw;
  }
}
.instructor_certification .standard .standard_checktitle {
  font-weight: 700;
  text-align: center;
}
.instructor_certification .standard .standard_checktitle .small {
  font-size: 14px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .standard .standard_checktitle .small {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checktitle .small {
    font-size: 3.7333333333vw;
  }
}
.instructor_certification .standard .standard_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 16px 8px;
  font-size: 14px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .standard .standard_checklist {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checklist {
    font-size: 3.7333333333vw;
  }
}
.instructor_certification .standard .standard_checklist {
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checklist {
    padding: calc(16 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_checklist ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checklist ul {
    gap: calc(4 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_checklist li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checklist li {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_checklist li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/img/business/instructor_certification/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_checklist li:before {
    top: calc(2 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}
.instructor_certification .standard .standard_copy {
  text-align: center;
  color: #094;
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .standard .standard_copy {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_copy {
    font-size: 5.3333333333vw;
  }
}
.instructor_certification .standard .standard_copy {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instructor_certification .standard .standard_copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .standard .standard_copy {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .standard .standard_copy {
    font-size: 4.8vw;
  }
}
.instructor_certification {
  /*========================
  rank
  ========================*/
}
.instructor_certification .rank .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 375 * 100vw);
  }
}
.instructor_certification .rank .chart_image {
  width: 100%;
  max-width: 405px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .chart_image {
    max-width: 375px;
  }
}
.instructor_certification .rank .chart_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .chart_legend {
    gap: calc(20 / 375 * 100vw);
  }
}
.instructor_certification .rank .chart_legend .note {
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .chart_legend .note {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .chart_legend .note {
    font-size: 3.2vw;
  }
}
.instructor_certification .rank .chart_legend .note {
  text-align: right;
  letter-spacing: initial;
}
.instructor_certification .rank .teacherclass_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_list {
    gap: calc(20 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_item {
    gap: calc(8 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #094;
  color: #094;
}
.instructor_certification .rank .teacherclass_head.ss {
  background: #094;
  color: #FEE291;
}
.instructor_certification .rank .teacherclass_head.s {
  background: #ECF5EF;
}
.instructor_certification .rank .teacherclass_head .mark {
  font-size: 0.6em;
  vertical-align: super;
}
.instructor_certification .rank .teacherclass_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: #094;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_icon {
    width: calc(42 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_icon img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_icon img {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .teacherclass_title {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_title {
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_aside {
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .teacherclass_aside {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_aside {
    font-size: 3.2vw;
  }
}
.instructor_certification .rank .teacherclass_aside {
  font-weight: 700;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_aside {
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.instructor_certification .rank .teacherclass_body {
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .teacherclass_body {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_body {
    font-size: 3.7333333333vw;
  }
}
.instructor_certification .rank .teacherclass_body {
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .teacherclass_body {
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.instructor_certification .rank .explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instructor_certification .rank .explanation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px 40px;
  background: #ECF5EF;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_list {
    gap: calc(30 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.instructor_certification .rank .explanation_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_item {
    gap: calc(8 / 375 * 100vw);
  }
}
.instructor_certification .rank .explanation_head {
  font-size: 22px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .explanation_head {
    font-size: 1.9298245614vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_head {
    font-size: 5.8666666667vw;
  }
}
.instructor_certification .rank .explanation_head {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_head {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .rank .explanation_head {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .rank .explanation_head {
    font-size: 4.8vw;
  }
}
.instructor_certification .rank .explanation_body {
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .rank .explanation_body {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .rank .explanation_body {
    font-size: 3.7333333333vw;
  }
}
.instructor_certification .rank .explanation_body .note {
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .rank .explanation_body .note {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .rank .explanation_body .note {
    font-size: 3.2vw;
  }
}
.instructor_certification {
  /*========================
  teacher
  ========================*/
}
.instructor_certification .teacher .teacher_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(10 / 375 * 100vw);
  }
}
.instructor_certification .teacher .teacher_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #094;
  color: #094;
}
.instructor_certification .teacher .teacher_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  background: #094;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_icon {
    width: calc(52 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}
.instructor_certification .teacher .teacher_icon img {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_icon img {
    width: calc(38 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
}
.instructor_certification .teacher .teacher_profile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_profile {
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.instructor_certification .teacher .teacher_school {
  font-size: 14px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .teacher .teacher_school {
    font-size: 1.2280701754vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_school {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_school {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .teacher .teacher_school {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .teacher .teacher_school {
    font-size: 3.2vw;
  }
}
.instructor_certification .teacher .teacher_name {
  font-size: 24px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .teacher .teacher_name {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_name {
    font-size: 6.4vw;
  }
}
.instructor_certification .teacher .teacher_name {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_name {
    font-size: 18px;
    letter-spacing: calc(1.5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .teacher .teacher_name {
    font-size: 1.5789473684vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .teacher .teacher_name {
    font-size: 4.8vw;
  }
}
.instructor_certification .teacher .teacher_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6px 12px;
  font-size: 12px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .teacher .teacher_info {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_info {
    font-size: 3.2vw;
  }
}
.instructor_certification .teacher .teacher_info {
  font-weight: 700;
  text-align: right;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .instructor_certification .teacher .teacher_info {
    padding: calc(6 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.instructor_certification {
  /*========================
  school
  ========================*/
}
.instructor_certification .school .school_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .school .school_list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / 375 * 100vw);
  }
}
.instructor_certification .school .school_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .school .school_item {
    height: calc(64 / 375 * 100vw);
  }
}
.instructor_certification .school .school_item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.instructor_certification {
  /*========================
  footer
  ========================*/
}
.instructor_certification .bottom .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 350px;
  font-weight: 700;
  background-image: url(/img/business/instructor_certification/footer-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .instructor_certification .bottom .image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-bottom: calc(190 / 375 * 100vw);
    background-image: url(/img/business/instructor_certification/footer-sp.jpg);
    background-position: center bottom;
  }
}
.instructor_certification .bottom .image_catch {
  color: #094;
  font-size: 36px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .bottom .image_catch {
    font-size: 3.1578947368vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .bottom .image_catch {
    font-size: 9.6vw;
  }
}
.instructor_certification .bottom .image_catch {
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .instructor_certification .bottom .image_catch {
    font-size: 24px;
    letter-spacing: calc(1.5 / 375 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .bottom .image_catch {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .bottom .image_catch {
    font-size: 6.4vw;
  }
}
.instructor_certification .bottom .image_text {
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .instructor_certification .bottom .image_text {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .instructor_certification .bottom .image_text {
    font-size: 5.3333333333vw;
  }
}
.instructor_certification .bottom .image_text {
  letter-spacing: 0.2px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .instructor_certification .bottom .image_text {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1139px) {
  .instructor_certification .bottom .image_text {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .instructor_certification .bottom .image_text {
    font-size: 4.2666666667vw;
  }
}