/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.intro {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .intro {
    padding: 113px 0 70px;
  }
}

.intro .c-intro__title {
  letter-spacing: 0.08em;
}

.intro .c-intro__description {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .intro .c-intro__description {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
  }
}

.step__item {
  text-align: center;
}

@media (min-width: 768px) {
  .step__item {
    width: calc(100% / 4 - 3px);
    padding: 58px 10px 41px;
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .step__item {
    padding: 25px 30px 30px;
  }
  .step__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.step__item--light-first {
  background: rgba(195, 0, 47, 0.3);
}

.step__item--light-second {
  background: rgba(195, 0, 47, 0.5);
}

.step__item--light-third {
  background: rgba(195, 0, 47, 0.7);
}

.step__item--default {
  background: #c3002f;
}

@media (min-width: 768px) {
  .step__item--mt-first {
    margin-top: 90px;
    padding-top: 28px;
  }
}

@media (min-width: 768px) {
  .step__item--mt-first .step__btn {
    max-width: 246px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .step__item--mt-second {
    margin-top: 60px;
    padding-top: 28px;
  }
}

@media (min-width: 768px) {
  .step__item--mt-second .step__btn {
    max-width: 208px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .step__item--mt-third {
    margin-top: 30px;
    padding-top: 43px;
  }
}

@media (min-width: 768px) {
  .step__item--mt-third .step__btn {
    max-width: 208px;
    margin-top: 20px;
  }
}

.step__title {
  color: #fff;
  font-family: ShinGoPro-Bold, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.07143em;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1220px) {
  .step__title {
    font-size: calc(16/1220*100vw);
  }
}

@media only screen and (max-width: 980px) {
  .step__title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .step__title .break {
    display: inline-block;
    width: 100%;
  }
}

.step__btn {
  font-family: ShinGoPro-Bold, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #B4012C;
  background: #fff;
  display: block;
  padding: 13px 1px;
}

@media (min-width: 768px) {
  .step__btn {
    margin: 20px auto 0;
    max-width: 205px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .step__btn {
    font-size: calc(14/1220*100vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .step__btn {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.step__btn--custom {
  margin: 0 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .step__btn--custom {
    margin-left: 0;
    margin-right: 0;
  }
}

.sale {
  background: #F4F4F4;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .sale {
    padding: 90px 0 120px;
  }
}

.sale__block:not(:last-child) {
  margin-bottom: 40px;
}

.sale__heading {
  font-family: ShinGoPro-Bold, sans-serif !important;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sale__heading {
    padding: 10px 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2em;
  }
}

@media only screen and (max-width: 360px) {
  .sale__heading {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
  }
}

.sale__heading--light-first {
  background: #E6ABB9;
}

.sale__heading--light-second {
  background: #E17F96;
}

.sale__heading--light-third {
  background: #D54C6D;
}

.sale__heading--default {
  background: #C3002F;
}

.sale__title {
  color: #c3002f;
  font-family: ShinGoPro-Bold, sans-serif !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667em;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .sale__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}

.sale__row {
  border: 1px solid #c3002f;
}

@media (min-width: 768px) {
  .sale__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.sale__row:not(:last-child) {
  margin-bottom: 6px;
}

.sale__row--custom {
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .sale__column {
    border-right: 1px solid #c3002f;
  }
}

@media (max-width: 767px) {
  .sale__column {
    border-bottom: 1px solid #c3002f;
  }
  .sale__column:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .sale__column--custom:nth-child(3n+1) {
    width: 32.8%;
  }
}

@media (min-width: 768px) {
  .sale__column--custom:nth-child(3n+2) {
    width: 36.3%;
  }
  .sale__column--custom:nth-child(3n+2) .sale__step:after {
    right: -18px;
  }
}

@media (min-width: 768px) {
  .sale__column--custom:nth-child(3n) {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {
  .sale__column--modify:nth-child(2n+1) {
    width: 29.7%;
  }
}

@media (min-width: 768px) {
  .sale__column--modify:nth-child(2n) {
    width: calc(100% - 29.7%);
  }
}

.sale__column:last-child {
  border-right: none;
}

.sale__box {
  background: #fff;
  margin-bottom: 10px;
  padding: 25px 20px;
}

@media (min-width: 768px) {
  .sale__box {
    padding: 52px 54px 69px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale__box {
    padding-right: 40px;
  }
}

.sale__box:last-child {
  margin-bottom: 0;
}

.sale__step {
  background: #F4F4F4;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .sale__step {
    padding: 2px 0px 0 17px;
    height: 34px;
  }
}

@media (max-width: 767px) {
  .sale__step {
    padding: 2px 20px 4px;
  }
}

@media (min-width: 768px) {
  .sale__step:after {
    content: '';
    position: absolute;
    right: -17px;
    top: -1px;
    bottom: -1px;
    width: 21px;
    background: url(../../img/STUDY/ca/arrow_icn01.png) no-repeat 0 0/100% 100%;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .sale__step--last {
    padding: 2px 20px 0 0;
  }
}

.sale__step--last:after {
  display: none;
}

.sale__step--active {
  background: #F0CCD4;
}

.sale__step--active:after {
  background-image: url(../../img/STUDY/ca/arrow_icn02.png);
}

.sale__content {
  padding: 17px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sale__content .col {
  width: 100%;
}

@media (min-width: 768px) {
  .sale__content .col {
    width: 48.2%;
  }
}

@media (max-width: 767px) {
  .sale__content .col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sale__content .ttl {
  margin: 0 0 13px;
  color: #c3002f;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .sale__content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875em;
  }
}

.sale__content .col > .ttl {
  font-family: ShinGoPro-Bold, sans-serif !important;
  font-weight: 700;
}

.sale__content .box {
  border: solid 1px #C3002F;
  padding: 15px 20px 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sale__content .box {
    padding: 20px 39px 30px;
  }
}

.sale__content .box:last-child {
  margin-bottom: 0;
}

.sale__content .box .ttl {
  margin-bottom: 10px;
}

.sale__content .box .ttl:last-child {
  margin-bottom: -10px;
}

.sale__content .box .txt {
  margin: -3px 0 -6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.sale__dot {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sale__dot {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sale__dot > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .sale__dot > li {
    padding-left: 12px;
  }
}

.sale__dot > li:last-child {
  margin-bottom: 0;
}

.sale__dot > li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c3002f;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .sale__dot > li:before {
    top: 9px;
  }
}

@media (max-width: 767px) {
  .sale__dot > li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 768px) {
  .sale__dot > li.mb-custom-1 {
    margin-bottom: 11px;
  }
}

@media (min-width: 768px) {
  .sale__dot > li.mb-custom-2 {
    margin-bottom: 13px;
  }
}

.career {
  padding: 60px 0 50px;
}

@media (min-width: 768px) {
  .career {
    padding: 77px 0 150px;
  }
}

@media (min-width: 768px) {
  .career .c-intro__title {
    margin-bottom: 51px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25em;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.career__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.career__content .item {
  width: 100%;
  background: #f4f4f4;
  padding: 20px 20px 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .career__content .item {
    width: 48.5%;
    max-width: 568px;
    padding: 34px 46px 33px;
    margin-bottom: 20px;
    min-height: 195px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .career__content .item {
    padding: 34px 20px 33px;
  }
}

.career__content .ttl {
  margin-bottom: 8px;
  color: #c3002f;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .career__content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875em;
  }
}

.career__content .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.career__basic {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .career__basic {
    margin-bottom: 97px;
  }
}

.career__factory_manager {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .career__factory_manager {
    margin-bottom: 95px;
  }
}

.career__master_technician {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .career__master_technician {
    margin-bottom: 95px;
  }
}

.career__master_technician .career__content .item {
  width: 100%;
  max-width: none;
}

.career__master_technician .system {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .career__master_technician .system {
    margin-top: 39px;
    margin-bottom: 37px;
  }
}

.career__master_technician .system .col {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .career__master_technician .system .col {
    width: calc(100% / 4 - 41px);
    margin-bottom: 0;
  }
}

.career__master_technician .system .col:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -38px;
  left: 50%;
  margin-left: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.888' height='21.44' viewBox='0 0 21.888 21.44'%3E%3Cpath d='M1.216-13.824v2.432h9.728v9.5h2.4v-9.5H23.1v-2.432h-9.76v-9.5h-2.4v9.5Z' transform='translate(-1.216 23.328)' fill='%23c3002f'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .career__master_technician .system .col:after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -39px;
    margin-top: -12px;
    margin-left: 0px;
    transform: none;
  }
}

.career__master_technician .system .col .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 50px;
  background: #f0ccd4;
  color: #c3002f;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .career__master_technician .system .col .txt {
    min-height: 65px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .career__master_technician .system .col .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
  }
}

@media (min-width: 768px) {
  .career__master_technician .system .col .txt:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .career__master_technician .system .col-first {
    display: flex;
    justify-content: space-between;
  }
  .career__master_technician .system .col-first .txt {
    margin: 0;
    width: calc(50% - 5px);
  }
}

.career__master_technician .system .col-third:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.592' height='10.24' viewBox='0 0 22.592 10.24'%3E%3Cpath d='M4.7-17.728V-15.3H27.3v-2.432Zm0,7.808v2.432H27.3V-9.92Z' transform='translate(-4.704 17.728)' fill='%23c3002f'/%3E%3C/svg%3E%0A");
}

.career__master_technician .system .col-last {
  margin-bottom: 0;
}

.career__master_technician .system .col-last:after {
  display: none;
}

.career__master_technician .system .col-last .txt {
  min-height: 100px;
  background: #C3002F;
  color: #FFF;
  padding-top: 11px;
}

@media (min-width: 768px) {
  .career__master_technician .system .col-last .txt {
    min-height: 140px;
  }
}

.career__master_technician .system .col-last br.tablet {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career__master_technician .system .col-last br.tablet {
    display: block;
  }
}

.career__certified-technician {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .career__certified-technician {
    margin-bottom: 115px;
  }
}

.career__certified-technician .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.career__certified-technician .content .col-left {
  width: 100%;
}

@media (min-width: 768px) {
  .career__certified-technician .content .col-left {
    width: 34%;
    max-width: 383px;
  }
}

.career__certified-technician .content .col-left img {
  width: 100%;
}

.career__certified-technician .content .col-right {
  width: 100%;
}

@media (min-width: 768px) {
  .career__certified-technician .content .col-right {
    width: 62%;
    max-width: 724px;
  }
}

.career__certified-technician .content .txt {
  display: flex;
  align-items: center;
  padding-top: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .career__certified-technician .content .txt {
    min-height: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career__certified-technician .content .txt {
    min-height: 100px;
  }
}

.career__certified-technician .content .list {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .career__certified-technician .content .list {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.career__certified-technician .content .list > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .career__certified-technician .content .list > li {
    padding-left: 12px;
  }
}

.career__certified-technician .content .list > li:last-child {
  margin-bottom: 0;
}

.career__certified-technician .content .list > li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c3002f;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .career__certified-technician .content .list > li:before {
    top: 9px;
  }
}

@media (max-width: 767px) {
  .career__certified-technician .content .list > li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

.career__info .c-intro__title {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .career__info .c-intro__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

.career__info .advisor {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .career__info .advisor {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .career__info .advisor {
    width: 100%;
    max-width: 1056px;
    margin: 65px auto 0;
  }
}

.career__info .advisor__head {
  background: #fff;
  border: 1px solid #c3002f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  color: #c3002f;
  position: relative;
  z-index: 1;
  padding: 10px 0 10px 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .career__info .advisor__head {
    width: 227px;
    min-height: 176px;
    padding: 0 0 9px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .career__info .advisor__head {
    width: 160px;
  }
}

.career__info .advisor__head:after {
  content: '';
  position: absolute;
  background: url(../../img/STUDY/ca/arrow_icn03.png) no-repeat 0 0/100% 100%;
}

@media (min-width: 768px) {
  .career__info .advisor__head:after {
    top: -1px;
    bottom: -1px;
    right: -41px;
    width: 44px;
  }
}

@media (max-width: 767px) {
  .career__info .advisor__head:after {
    background-size: 44px auto;
    background-position: right center;
    bottom: -59px;
    left: 50%;
    margin-left: -11px;
    width: 18px;
    height: 100px;
    transform: rotate(90deg);
  }
}

.career__info .advisor__head > span {
  display: block;
  width: 100%;
}

.career__info .advisor__head .txt {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Nissan Brand" !important;
}

@media (min-width: 768px) {
  .career__info .advisor__head .txt {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.325em;
  }
}

.career__info .advisor__info {
  background: #F4F4F4;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px 20px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333em;
  letter-spacing: 0.06em;
  font-weight: 400;
  min-height: 170px;
}

@media (min-width: 768px) {
  .career__info .advisor__info {
    margin-left: -10px;
    padding: 23px 80px 26px 78px;
    width: calc(100% - 219px);
    min-height: 230px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .career__info .advisor__info {
    padding: 23px 40px 26px 78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .career__info .advisor__info {
    width: calc(100% - 160px);
    padding: 23px 30px 26px 60px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2em;
  }
}

.career__info .advisor__info .col-left {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-left {
    width: 71%;
  }
}

.career__info .advisor__info .col-left:before, .career__info .advisor__info .col-left:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.351' height='26.556' viewBox='0 0 17.351 26.556'%3E%3Cpath d='M17.88,0,16.253,1.627l5.9,5.9H0v2.3H22.151l-5.9,5.9,1.627,1.627,8.676-8.676Z' transform='translate(17.351) rotate(90)' fill='%23c3002f'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.career__info .advisor__info .col-left:before {
  left: 24%;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-left:before {
    left: 21%;
  }
}

.career__info .advisor__info .col-left:after {
  right: 15%;
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-left:after {
    right: 22%;
  }
}

.career__info .advisor__info .col-left .line {
  height: 44px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-left .line {
    height: 54px;
  }
}

.career__info .advisor__info .col-left .line:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 30px;
  height: 30px;
  background: #C3002F;
  transform: rotate(45deg) skew(20deg, 20deg);
  right: -1px;
  top: 7px;
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-left .line:after {
    width: 44px;
    height: 44px;
    top: 6px;
  }
}

.career__info .advisor__info .col-left .line .txt {
  color: #FFF;
  background: #C3002F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 15px);
  height: 100%;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.career__info .advisor__info .col-left .line .txt.pl-1 {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .career__info .advisor__info .col-left .line .small {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.33333em;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

.career__info .advisor__info .col-left .group {
  display: flex;
  justify-content: space-between;
}

.career__info .advisor__info .col-left .group .line {
  width: calc(50% - 2px);
}

@media (max-width: 767px) {
  .career__info .advisor__info .col-left .group .line {
    width: 58%;
  }
  .career__info .advisor__info .col-left .group .line:nth-child(2n) {
    width: 40%;
  }
}

.career__info .advisor__info .col-right {
  width: 22.6%;
  background: #C3002F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

@media (min-width: 768px) {
  .career__info .advisor__info .col-right {
    width: 24.6%;
  }
}
