@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@media (min-width: 768px) {
  .c-intro__description {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .c-intro__description {
    margin-bottom: 20px;
  }
}

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

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

@media (max-width: 767px) {
  .intro {
    padding: 60px 0;
  }
}

@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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-right: -6px;
  }
}

.step__item {
  text-align: center;
}

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

@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.4);
}

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

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

.step__item--default {
  background: rgba(195, 0, 47, 0.9);
}

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

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

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

@media (min-width: 768px) {
  .step__item--mt-fourth {
    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;
  }
}

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

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

.sale {
  background: #F4F4F4;
}

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

@media (max-width: 767px) {
  .sale {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .sale__block:first-child .sale__grade-text {
    padding-top: 6px;
  }
}

@media (min-width: 768px) {
  .sale__block:first-child .sale__right .sale__box {
    padding-bottom: 47px;
  }
}

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

@media (min-width: 768px) {
  .sale__block--management .sale__box {
    padding-left: 76px;
    padding-right: 52px;
  }
}

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

@media (min-width: 768px) {
  .sale__block--management .sale__box:last-child {
    padding-bottom: 47px;
  }
}

.sale__heading {
  font-family: ShinGoPro-Bold, sans-serif !important;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

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

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

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

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

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

@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__inner {
  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;
  position: relative;
}

.sale__grade {
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571em;
  font-weight: 700;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .sale__grade {
    padding-bottom: 120px;
    width: 67px;
  }
}

@media (max-width: 767px) {
  .sale__grade {
    width: 40px;
  }
}

.sale__grade-text {
  text-align: center;
  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;
  height: 100%;
}

@media (min-width: 768px) {
  .sale__grade-text {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 18px 0 0 6px;
  }
}

@media (max-width: 767px) {
  .sale__grade-text {
    padding: 28px 10px 110px 11px;
  }
}

.sale__grade-hr {
  font-family: ShinGoPro-Bold, sans-serif !important;
  transform: rotate(90deg);
  display: inline-block;
}

.sale__grade-inner {
  display: block;
  font-family: ShinGoPro-Bold, sans-serif !important;
}

@media (min-width: 768px) {
  .sale__grade-inner {
    width: 18px;
  }
}

.sale__grade-certified {
  background: #c3002f;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: absolute;
  letter-spacing: 0.06em;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .sale__grade-certified {
    height: 120px;
    padding: 15px 10px 2px 13px;
  }
}

@media (max-width: 767px) {
  .sale__grade-certified {
    padding: 20px 10px 5px 11px;
    height: 110px;
  }
}

.sale__grade-certified:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: 18px solid #fff;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  margin-top: -1px;
}

.sale__grade-certified > span {
  font-family: ShinGoPro-Bold, sans-serif !important;
}

@media (min-width: 768px) {
  .sale__grade-certified > span {
    width: 18px;
    display: block;
  }
}

.sale__right {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

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

@media (min-width: 768px) {
  .sale__box {
    padding: 34px 90px 53px 43px;
  }
}

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

@media (max-width: 767px) {
  .sale__box {
    padding: 25px 20px;
  }
}

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

@media (min-width: 768px) {
  .sale__box--pb {
    padding-bottom: 17px;
  }
}

.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__description {
  margin-bottom: 22px;
}

.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.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.sale__column--custom:nth-child(3n+1) {
    width: 32.2%;
  }
}

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

@media (min-width: 768px) {
  .sale__column.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.sale__column--modify:nth-child(2n+1) {
    width: 29.7%;
  }
}

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

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

@media (min-width: 768px) {
  .sale__column-inner {
    padding: 16px 20px 22px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale__column-inner {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .sale__column-inner {
    padding: 20px 12px 20px 15px;
  }
}

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

.sale__step {
  border-bottom: 1px solid #c3002f;
  background: #F4F4F4;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .sale__step {
    padding: 2px 10px 0 16px;
    height: 35px;
  }
}

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

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

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

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

.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.sale__dot--border {
  border: 1px solid #c3002f;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .sale__dot.sale__dot--border {
    display: inline-block;
    min-width: 311px;
    padding: 25px 40px 30px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale__dot.sale__dot--border {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .sale__dot.sale__dot--border {
    padding: 20px 12px 20px 15px;
  }
}

@media (min-width: 768px) {
  .sale__dot.sale__dot--pr {
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .sale__dot.sale__dot--max {
    width: calc(678/966*100%);
    max-width: 678px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale__dot.sale__dot--max {
    width: auto;
  }
}

@media (min-width: 768px) {
  .sale__dot.sale__dot--col:nth-child(2n+1) {
    width: 44.8%;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .sale__dot.sale__dot--col:nth-child(2n) {
    width: calc(100% - 44.8%);
  }
}

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

.sale__dot sup {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1em;
  position: relative;
  top: -3px;
  margin-left: 2px;
}

.sale__note {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}

@media (min-width: 768px) {
  .sale__note {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .sale__note {
    margin-right: -15px;
  }
}

.sale__note:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.sale__advisor {
  border: 1px solid #c3002f;
  background: #fff;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #c3002f;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .sale__advisor {
    text-align: center;
    padding: 12px 20px 14px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    min-height: 108px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sale__advisor {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .sale__advisor {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 10px 20px 12px;
    min-height: 92px;
  }
}

@media only screen and (max-width: 374px) {
  .sale__advisor {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
    padding-right: 15px;
  }
}

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

@media (max-width: 767px) {
  .career {
    padding: 60px 0 50px;
  }
}

.career__advisor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 21px;
}

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

.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;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  color: #c3002f;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 767px) {
  .career__head {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 10px 0 10px 5px;
    width: 80px;
    margin: 20px 0;
  }
}

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

@media (max-width: 767px) {
  .career__head-txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.career__info {
  background: #F4F4F4;
  text-align: center;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .career__info {
    padding: 23px 80px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-weight: 400;
    width: 631px;
  }
}

@media (max-width: 767px) {
  .career__info {
    padding: 20px 10px 20px 36px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

@media only screen and (max-width: 374px) {
  .career__info {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0em;
  }
}

.career__flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  overflow: hidden;
}

.career__col-left,
.career__col-right {
  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;
}

@media (min-width: 768px) {
  .career__col-left,
  .career__col-right {
    padding: 14px 10px 16px;
  }
}

@media (max-width: 767px) {
  .career__col-left,
  .career__col-right {
    padding: 10px 5px;
  }
}

.career__col-left {
  background: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .career__col-left {
    width: 54%;
    padding-left: 23px;
  }
}

@media (max-width: 767px) {
  .career__col-left {
    width: 48%;
    padding-right: 0;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .career__col-left {
    padding-left: 5px;
  }
}

.career__col-left:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

@media (min-width: 768px) {
  .career__col-left:after {
    right: -20px;
    border-left: 22px solid #fff;
  }
}

@media (max-width: 767px) {
  .career__col-left:after {
    right: -10px;
    border-left: 12px solid #fff;
  }
}

.career__col-right {
  background: #c3002f;
  color: #fff;
}

@media (min-width: 768px) {
  .career__col-right {
    width: 46%;
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  .career__col-right {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
}

.career__row-full {
  background: #F0CCD4;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .career__row-full {
    padding: 14px 20px 16px 29px;
  }
}

@media (max-width: 767px) {
  .career__row-full {
    padding: 10px;
  }
}

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

@media (max-width: 767px) {
  .model {
    padding: 50px 0 60px;
  }
}

@media (min-width: 768px) {
  .model .c-intro__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 39px;
  }
}

@media (min-width: 768px) {
  .model .c-intro__description {
    max-width: 822px;
  }
}

@media (min-width: 768px) {
  .model__list {
    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;
    padding-top: 10px;
    margin: 0 -7px;
  }
}

.model__item img {
  width: 100%;
}

@media (min-width: 768px) {
  .model__item {
    width: calc(100% / 3);
    padding: 0 7px;
  }
}

@media (max-width: 767px) {
  .model__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
