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

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

.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: 942px;
    margin: 0 auto;
  }
}

.step__item {
  text-align: center;
}

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

@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .step__item {
    padding: calc(24/1220*100vw) calc(30/1220*100vw) calc(48/1220*100vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .step__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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;
  }
}

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

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

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

@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;
  }
}

.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 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;
  }
}

@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: 81px 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;
}

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

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

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

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

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

@media (max-width: 767px) {
  .sale__heading {
    padding: 6px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778em;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}

.sale__title {
  color: #c3002f;
  font-family: ShinGoPro-Bold, sans-serif !important;
  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;
  }
}

@media (max-width: 767px) {
  .sale__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667em;
  }
}

.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 32px;
  }
}

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

.sale__content .box .ttl {
  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;
}

@media (min-width: 768px) {
  .sale__content--newemployee .col-left .box {
    min-height: 316px;
  }
}

@media (min-width: 768px) {
  .sale__content--threeyear .col-right .box {
    min-height: 145px;
  }
}

.sale__content--sixyear .col-left .box {
  min-height: 175px;
}

@media only screen and (min-width: 1240px) {
  .sale__content--sixyear .col-right .box {
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .sale__content--sixyear .col-right .sale__dot {
    margin-bottom: -3px;
  }
}

.sale__content--sixyear .col-right .sale__dot li {
  margin-bottom: 12px;
}

.sale__content--sixyear .col-right .sale__dot li:last-child {
  margin-bottom: 0;
}

.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;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .career__advisor {
    max-width: 845px;
    margin: 65px auto 0;
  }
}

.career__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: 80px;
}

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

.career__head:after {
  content: '';
  position: absolute;
  background: url(../../img/STUDY/ca/arrow_icn03.png) no-repeat 0 0/100% 100%;
  top: -1px;
  bottom: -1px;
}

@media (min-width: 768px) {
  .career__head:after {
    right: -41px;
    width: 44px;
  }
}

@media (max-width: 767px) {
  .career__head:after {
    right: -21px;
    width: 22px;
  }
}

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

.career__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__head-txt {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.325em;
  }
}

.career__info {
  background: #F4F4F4;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 65px);
  margin-left: -10px;
  padding: 20px 10px 20px 36px;
  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 {
    padding: 23px 80px 26px 78px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-weight: 400;
    width: 631px;
    min-height: 230px;
  }
}

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

.career__info .col-left:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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 .col-left .line {
  height: 44px;
  position: relative;
  overflow: hidden;
}

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

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

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

.career__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: 8px;
}

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