section.hc_top {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  section.hc_top {
    margin: 0 auto 80px;
  }
}
section.hc_top h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.hc_top h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
section.hc_top h2 em {
  color: #fe652a;
  font-weight: bold;
}
section.hc_top .tagline {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  padding: 15px 10px;
  border-top: #000 5px solid;
  border-bottom: #000 5px solid;
}
@media screen and (max-width: 768px) {
  section.hc_top .tagline {
    border-top: #000 3px solid;
    border-bottom: #000 3px solid;
    font-size: 15px;
    padding: 12px 5px;
  }
}
section.hc_top .tagline:before {
  top: 8px;
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: #000 2px solid;
}
@media screen and (max-width: 768px) {
  section.hc_top .tagline:before {
    border-top: #000 1px solid;
  }
}
section.hc_top .tagline:after {
  bottom: 8px;
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: #000 2px solid;
}
@media screen and (max-width: 768px) {
  section.hc_top .tagline:after {
    border-bottom: #000 1px solid;
  }
}

section.hc_what {
  max-width: 900px;
  width: 93%;
  margin: 120px auto 80px;
}
@media screen and (max-width: 768px) {
  section.hc_what {
    margin: 90px auto 40px;
  }
}
section.hc_what h2 {
  display: table;
  position: relative;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  section.hc_what h2 {
    width: 100%;
    font-size: 20px;
  }
}
section.hc_what h2 em {
  color: #fe652a;
  font-weight: bold;
}
section.hc_what h2:after {
  position: absolute;
  top: -60px;
  right: -100px;
  content: "";
  display: inline-block;
  width: 175px;
  height: 68px;
  background: url("/course/img/alpha/about_baloon.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  section.hc_what h2:after {
    width: 140px;
    height: 55px;
    top: -53px;
    right: 12%;
  }
}
section.hc_what .lead_txt {
  font-size: 16px;
  line-height: 2.2;
  max-width: 720px;
  margin: 0 auto 40px;
  font-feature-settings: "palt" 0;
}
@media screen and (max-width: 768px) {
  section.hc_what .lead_txt {
    font-size: 14px;
    line-height: 2;
  }
}
section.hc_what .lead_txt--mt {
  margin: 0 auto 20px;
}
section.hc_what .lead_txt em {
  padding: 1px 3px;
  background-color: #fff;
}
section.hc_what .lead_disc {
  margin-top: 20px;
}
section.hc_what .wh_box {
  position: relative;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
section.hc_what .wh_box .wh_box__head {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box .wh_box__head p {
    font-size: 14px;
  }
}
section.hc_what .wh_box .wh_disc {
  max-width: 610px;
  line-height: 1.8;
  max-width: 750px;
  width: 93%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box .wh_disc {
    margin: 20px auto 0;
  }
}
section.hc_what .wh_box .wh_disc-txt {
  line-height: 1.8;
}
section.hc_what .wh_box--pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
section.hc_what .wh_box--sp {
  width: 100%;
  height: 80px;
}
section.hc_what .wh_box .wh_body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  border-radius: 16px 16px 0 0;
  background: url(/index/img/cta_bg.gif) #fff repeat-x bottom center/48px 80px;
  height: 80px;
}
section.hc_what .wh_box .wh_body--left {
  max-width: 70px;
  width: 100%;
}
section.hc_what .wh_box .wh_body--right p {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box .wh_body--right p {
    font-size: 20px;
  }
}
section.hc_what .wh_box .wh_body--right p .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box .wh_body--right p .sp_br {
    display: block;
  }
}
section.hc_what .wh_box ul {
  max-width: 750px;
  width: 93%;
  margin: 40px auto 0;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 610px) {
  section.hc_what .wh_box ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-inline: 30px;
    width: 100%;
    margin-top: 30px;
  }
}
section.hc_what .wh_box ul > li {
  width: 30%;
  max-width: 213px;
}
@media screen and (max-width: 610px) {
  section.hc_what .wh_box ul > li {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    max-width: 100%;
    gap: 15px;
  }
}
section.hc_what .wh_box ul > li .color_bg--red {
  background: #df828c;
}
section.hc_what .wh_box ul > li .color_bg--purple {
  background: #9997c9;
}
section.hc_what .wh_box ul > li .color_bg--green {
  background: #0eae71;
}
section.hc_what .wh_box ul > li .color_txt--red {
  color: #df828c;
}
section.hc_what .wh_box ul > li .color_txt--purple {
  color: #9997c9;
}
section.hc_what .wh_box ul > li .color_txt--green {
  color: #0eae71;
}
section.hc_what .wh_box ul > li h3 {
  max-width: 186px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 20px;
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 18px;
  line-height: 34px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box ul > li h3 {
    font-size: 18px;
  }
}
section.hc_what .wh_box ul > li p {
  text-align: center;
  margin: 0 auto 10px;
}
section.hc_what .wh_box ul > li figure {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box ul > li figure {
    max-width: 107px;
    width: 100%;
  }
}
section.hc_what .wh_box .all {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 57.22%;
}
@media screen and (max-width: 768px) {
  section.hc_what .wh_box .all img {
    width: 90%;
    margin: 0 auto;
  }
}

section.hc_effect {
  max-width: 1300px;
  width: 93%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  section.hc_effect {
    margin: 0 auto 28px;
  }
}
section.hc_effect .ef_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_list {
    gap: 40px;
  }
}
section.hc_effect .ef_head {
  height: 70px;
  background: rgba(25, 25, 25, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  background: none;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
section.hc_effect .ef_head::after {
  content: "";
  background: #191919;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_head::after {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
section.hc_effect .ef_head--left {
  width: 100%;
  max-width: 328px;
  background: #191919;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: unset;
  padding-block: 10px;
  width: 100%;
  border-radius: 55px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_head--left {
    max-width: 220px;
    padding-block: 5px;
    font-size: 14px;
  }
}
section.hc_effect .ef_head--right {
  width: 100%;
}
section.hc_effect .ef_title {
  color: #ffffff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_title {
    font-size: 25px;
  }
}
section.hc_effect .ef_subtitle {
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_subtitle {
    font-size: 11px;
  }
}
section.hc_effect .ef_catchphrase {
  color: #221815;
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_catchphrase {
    font-size: 17px;
    margin-top: 30px;
  }
}
section.hc_effect .ef_catchphrase--sp {
  color: #fe652a;
}
section.hc_effect .ef_catchphrase .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_catchphrase .sp_br {
    display: block;
  }
}
section.hc_effect .ef_body {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_body {
    flex-direction: column;
    padding: 0;
    margin-top: 30px;
  }
}
section.hc_effect .ef_body--left {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_body--left {
    margin: 0 auto;
    max-width: 68.85%;
  }
}
section.hc_effect .ef_body--right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_body--right {
    padding-inline: 6.5%;
    gap: 25px;
  }
}
section.hc_effect .ef_figure {
  margin: 0;
  display: flex;
  gap: 10px;
}
section.hc_effect .ef_figure--left {
  max-width: 168px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_figure--left {
    max-width: 33.7%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  section.hc_effect .ef_figure--left {
    font-size: 12px;
  }
}
section.hc_effect .ef_figure--right {
  width: calc(100% - 178px);
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_figure--right {
    width: 66.3%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  section.hc_effect .ef_figure--right {
    font-size: 14px;
  }
}
section.hc_effect .ef_figure--small {
  width: 64.1%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_figure--small {
    width: 66.3%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  section.hc_effect .ef_figure--small {
    font-size: 12px;
  }
}
section.hc_effect .ef_figure--col {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
section.hc_effect .ef_figure--row {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
section.hc_effect .ef_figure--row-circle {
  display: flex;
  padding-left: 8%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_figure--row-circle {
    padding-left: 0;
    align-items: flex-start;
  }
}
section.hc_effect .ef_figure--circle {
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_figure--circle {
    max-width: 33.7%;
  }
}
section.hc_effect .ef_image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_image--border {
    border: 4px solid #191919;
  }
}
section.hc_effect .ef_caption {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.hc_effect .ef_caption {
    font-size: 14px;
  }
}

section.hc_about {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  section.hc_about {
    margin: 0 auto 60px;
    display: none;
  }
}
section.hc_about h2 {
  display: flex;
  justify-content: -webkit- center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 50px;
  padding-bottom: 22px;
}
@media screen and (max-width: 550px) {
  section.hc_about h2 {
    font-size: 20px;
    margin: 0 auto 30px;
    padding-bottom: 15px;
  }
}
section.hc_about h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  section.hc_about h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}
section.hc_about .ccm_list {
  max-width: 900px;
  width: 100%;
}
section.hc_about .ccm_list > li {
  width: 100%;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin: 0 auto 70px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li {
    flex-wrap: wrap;
    justify-content: -webkit- center;
    justify-content: center;
  }
}
section.hc_about .ccm_list > li .eg_name {
  display: block;
  width: 75px;
  position: relative;
}
section.hc_about .ccm_list > li .eg_name .inner {
  position: relative;
  transform: translate(10px, 5px) rotate(90deg);
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li .eg_name .inner {
    transform: translate(10px, 15px) rotate(90deg);
  }
}
section.hc_about .ccm_list > li .eg_name .inner em {
  display: block;
  font-size: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li .eg_name .inner em {
    font-size: 20px;
  }
}
section.hc_about .ccm_list > li .eg_name .inner span {
  display: block;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li .eg_name .inner span {
    font-size: 14px;
  }
}
section.hc_about .ccm_list > li figure {
  display: block;
  max-width: 285px;
  min-width: 285px;
  width: 32%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  section.hc_about .ccm_list > li figure {
    min-width: 200px;
  }
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li figure {
    min-width: 160px;
    max-width: 160px;
  }
}
section.hc_about .ccm_list > li ol {
  max-width: 500px;
  margin: 0 10px 0 30px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol {
    margin: 0 3%;
  }
}
section.hc_about .ccm_list > li ol > li {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol > li {
    font-size: 14px;
  }
}
section.hc_about .ccm_list > li ol > li.mark {
  margin-bottom: 5px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol > li.mark img {
    width: 50px;
    height: auto;
  }
}
section.hc_about .ccm_list > li ol > li.position {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol > li.position {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
section.hc_about .ccm_list > li ol > li.name {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol > li.name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
section.hc_about .ccm_list > li ol > li.msg {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  section.hc_about .ccm_list > li ol > li.msg {
    font-size: 14px;
    line-height: 1.8;
  }
}

section.hc_seminor .seminor__area {
  width: 100%;
  background: #f8dbc0;
}
section.hc_seminor .seminor__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-block: 50px;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__inner {
    padding: 28px 3.5% 28px;
  }
}
section.hc_seminor .seminor__card {
  background: #ffffff;
  border: 2px solid #191919;
  border-radius: 10px;
}
section.hc_seminor .seminor__head {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: #191919;
  color: #ffffff;
  max-width: 300px;
  padding-block: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__head {
    padding-block: 0;
    max-width: 150px;
  }
}
section.hc_seminor .seminor__title {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__title {
    font-size: 17px;
    padding-block: 10px;
  }
}
section.hc_seminor .seminor__body {
  padding-inline: 50px;
  padding-bottom: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
section.hc_seminor .seminor__body::after {
  content: "";
  position: absolute;
  bottom: 1lh;
  right: 22px;
  translate: 0 -50%;
  background: url(/course/img/alpha/book.png) no-repeat center center/100% auto;
  width: 65px;
  height: 40px;
}
section.hc_seminor .seminor__disc {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #191919;
}
section.hc_seminor .seminor__disc .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__disc .sp_br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__disc {
    margin-top: 12px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
section.hc_seminor .seminor__list {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__list {
    margin-top: 12px;
    padding-block: 1rem;
    gap: 0.8rem;
  }
}
section.hc_seminor .seminor__item {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__item {
    font-size: 14px;
  }
}
section.hc_seminor .seminor__item--company {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__item--company {
    font-size: 12px;
  }
}
section.hc_seminor .seminor__foot {
  border-top: 1px solid #191919;
  padding-top: 20px;
}
section.hc_seminor .seminor__message {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}
section.hc_seminor .seminor__message .sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__message .sp_br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.hc_seminor .seminor__message {
    font-size: 14px;
  }
}

.qualification-wrapper {
  background-color: #f8dbc0;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper {
    padding: 20px 0;
  }
}
.qualification-wrapper .qualification_inner {
  background-color: #f8dbc0;
  padding: 50px auto;
  margin: 50px auto;
}
.qualification-wrapper section.qualification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 93%;
  margin: 0 auto;
  padding: 30px 80px;
  border: 3px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification {
    margin: 0 auto 42px;
    padding: 18px 5%;
  }
}
.qualification-wrapper section.qualification .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .ttl {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
.qualification-wrapper section.qualification .ttl h2 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .ttl h2 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.qualification-wrapper section.qualification .ttl p {
  width: 160px;
  height: 160px;
  padding: 15px;
  border-radius: 10px;
  background-color: #ff7641;
}
@media screen and (min-width: 769px) {
  .qualification-wrapper section.qualification .ttl p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .ttl p {
    width: 100%;
    height: auto;
    padding: 3px 0;
  }
}
.qualification-wrapper section.qualification .ttl p span {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .ttl p span {
    display: inline;
    font-size: 16px;
  }
}
.qualification-wrapper section.qualification .first_txt {
  padding: 0 0 20px 80px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .first_txt {
    padding-inline: 20px;
  }
}
.qualification-wrapper section.qualification ul.trainer {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification ul.trainer {
    height: auto;
  }
}
.qualification-wrapper section.qualification ul.trainer__body {
  padding-inline: 70px;
  padding-bottom: 0px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5 auto;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification ul.trainer__body {
    padding-inline: 20px;
  }
}
.qualification-wrapper section.qualification ul.trainer__body::after {
  content: "";
  position: absolute;
  bottom: 1lh;
  right: 22px;
  translate: 0 80%;
  background: url(/course/img/alpha/book.png) no-repeat center center/100% auto;
  width: 65px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification ul.trainer__body::after {
    translate: 0 80%;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .qualification-wrapper section.qualification ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 700px;
    
    padding-left: 55px;
    position: relative;
  }
  .qualification-wrapper section.qualification ul::before {
    content: "";
    width: 6px;
    height: 90%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVQImWOQlJT8z4AMsAoAAEeFA9/5W26AAAAAAElFTkSuQmCC) repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.qualification-wrapper section.qualification ul li {
  display: flex;
  align-items: center;
  margin: 7px 0 7px 15px;
  padding-left: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification ul li {
    width: 100%;
    margin: 4px 0;
    font-size: 14px;
  }
}
.qualification-wrapper section.qualification ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 4px;
  background-color: #191919;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.qualification-wrapper section.qualification ul li.new::after {
  content: "NEW";
  order: -1;
  margin-right: 3px;
  padding: 0px 3px 0px 2px;
  background-color: #efc818;
  color: #fff;
  align-self: flex-start;
}
.qualification-wrapper section.qualification .sonota {
  margin-left: 270px;
}
@media screen and (max-width: 768px) {
  .qualification-wrapper section.qualification .sonota {
  margin-left: 180px;
}
}
/*# sourceMappingURL=style-alpha.css.map */