@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*nissan font*/
@font-face {
  src: url(../../../wp-content/themes/nissan/font/NissanBrandW02Regular.woff2) format("woff2"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Regular.woff) format("woff"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Regular.ttf) format("truetype");
  font-display: swap;
  font-family: 'Nissan Regular';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url(../../../wp-content/themes/nissan/font/NissanBrandW02Bold.woff2) format("woff2"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Bold.woff) format("woff"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Bold.ttf) format("truetype");
  font-display: swap;
  font-family: "Nissan Bold";
  font-style: normal;
  font-weight: 700;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Nissan Regular", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

small {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.action {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 769px) {
  ul.action__btnList {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}

@media all and (min-width: 769px) {
  ul.action__btnList li {
    width: 50%;
  }
}

.action__btn {
  align-items: center;
  border: 1px solid #857c7e;
  color: #fff;
  display: flex;
  font-size: 27px;
  height: 160px;
  justify-content: center;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .action__btn {
    transition: .4s;
  }
}

@media screen and (max-width: 768px) {
  .action__btn {
    font-size: 16px;
    height: 80px;
  }
}

.action__btn.-brochure {
  background-color: #033861;
}

.action__btn.-brochure span::before {
  background-image: url(../img/action/icon-brochure.png);
}

.action__btn.-oc {
  background-color: #005fa8;
}

.action__btn.-oc span::before {
  background-image: url(../img/action/icon-oc.png);
}

@media all and (min-width: 769px) {
  .action__btn:hover {
    opacity: .8;
  }
}

.action__btn span {
  padding-left: 74px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .action__btn span {
    padding-left: 37px;
  }
}

.action__btn span::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 55px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
}

@media screen and (max-width: 768px) {
  .action__btn span::before {
    height: 27px;
    width: 27px;
  }
}

.bottom {
  position: relative;
}

.bottom::before {
  background-image: url(../img/bottom/bg.jpg);
  background-position: center center;
  background-size: cover;
  content: '';
  height: calc(100% + 54px + 360px);
  position: absolute;
  top: -360px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bottom::before {
    background-image: url(../img/bottom/bg-sp.jpg);
    height: calc(100% - 170px + 75px);
    top: -75px;
  }
}

.bottom__inner {
  position: relative;
}

.bottom__inner::before {
  background-color: #fff;
  content: '';
  height: 600px;
  position: absolute;
  top: -960px;
  transform: skewY(-9deg);
  transform-origin: right bottom;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bottom__inner::before {
    top: -675px;
  }
}

.bottom__inner::after {
  background-color: #fff;
  bottom: -656px;
  content: '';
  height: 600px;
  position: absolute;
  transform: skewY(-9deg);
  transform-origin: left bottom;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bottom__inner::after {
    bottom: -230px;
  }
}

.btn {
  align-items: center;
  background-color: #c90028;
  color: #fff;
  display: flex;
  font-size: 1.8vw;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .btn {
    height: 80px;
    transition: .4s;
  }
}

@media all and (min-width: 1280px) {
  .btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    min-height: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media all and (min-width: 769px) {
  .btn.-thin {
    height: 70px;
  }
}

.btn.-blue {
  background-color: #004b8a;
}

.btn.-skyblue {
  background-color: #008cb7;
}

.btn.-green {
  background-color: #33a239;
}

.btn.-orange {
  background-color: #ed7d1a;
}

.btn.-purple {
  background-color: #92308d;
}

@media all and (min-width: 769px) {
  .btn:hover {
    opacity: .8;
  }
}

.btn span {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn span::before {
  background-image: url(../img/btn/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

@media screen and (max-width: 768px) {
  .btn span::before {
    height: 6px;
    left: 2px;
    width: 4px;
  }
}

.container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 769px) {
  .container {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.dept {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .dept {
    margin-top: 35px;
  }
}

.dept + dept {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .dept + dept {
    margin-top: 35px;
  }
}

.dept__mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  .dept__mv {
    position: relative;
  }
}

.dept__mv img {
  margin-left: auto;
  margin-right: auto;
}

.dept__enHeading {
  background-color: #d1291a;
  color: #fff;
  font-size: 10px;
  margin-top: -50px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dept__enHeading {
    margin-top: -25px;
  }
}

.dept__enHeading.-blue {
  background-color: #004b8a;
}

.dept__enHeading.-skyblue {
  background-color: #008cb7;
}

.dept__enHeading.-green {
  background-color: #33a239;
}

.dept__enHeading.-orange {
  background-color: #ed7d1a;
}

.dept__enHeading.-purple {
  background-color: #92308d;
}

.dept__heading {
  background-color: #fff;
  border-color: #d1291a !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  font-size: 40px;
  letter-spacing: .2em;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dept__heading {
    border-width: 3px;
    font-size: 20px;
  }
}

.dept__heading.-blue {
  border-color: #004b8a !important;
}

.dept__heading.-skyblue {
  border-color: #008cb7 !important;
}

.dept__heading.-green {
  border-color: #33a239 !important;
}

.dept__heading.-orange {
  border-color: #ed7d1a !important;
}

.dept__heading.-purple {
  border-color: #92308d !important;
}

.dept__heading span {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .dept__heading span {
    font-size: 12px;
  }
}

.dept__infoList {
  border-bottom: 5px solid transparent;
  border-color: #d1291a !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 3px solid transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .dept__infoList {
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 1px;
  }
}

.dept__infoList.-blue {
  border-color: #004b8a !important;
}

.dept__infoList.-skyblue {
  border-color: #008cb7 !important;
}

.dept__infoList.-green {
  border-color: #33a239 !important;
}

.dept__infoList.-orange {
  border-color: #ed7d1a !important;
}

.dept__infoList.-purple {
  border-color: #92308d !important;
}

.dept__infoList li {
  align-items: center;
  border-color: #d1291a !important;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .dept__infoList li {
    width: 50%;
  }
}

.dept__infoList li.-year {
  font-size: 14px;
  letter-spacing: .08em;
  vertical-align: baseline;
}

@media all and (min-width: 769px) {
  .dept__infoList li.-year {
    width: 16%;
  }
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-year {
    font-size: 12px;
  }
}

.dept__infoList li.-year span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-year span {
    font-size: 18px;
  }
}

.dept__infoList li.-capacity {
  font-size: 14px;
  letter-spacing: .08em;
  vertical-align: baseline;
}

@media all and (min-width: 769px) {
  .dept__infoList li.-capacity {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-capacity {
    border-left: 1px solid transparent;
    font-size: 12px;
  }
}

.dept__infoList li.-capacity span {
  font-size: 24px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-capacity span {
    font-size: 18px;
  }
}

.dept__infoList li.-program {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .dept__infoList li.-program {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-program {
    border-top: 1px solid transparent;
    font-size: 12px;
  }
}

@media all and (min-width: 769px) {
  .dept__infoList li.-program.-wide {
    width: 62%;
  }
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-program.-wide {
    width: 100% !important;
  }
}

.dept__infoList li.-program.-wide div + div {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-program.-wide div + div {
    margin-left: 5px;
  }
}

.dept__infoList li.-course {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .12em;
  line-height: 1.375;
}

@media all and (min-width: 769px) {
  .dept__infoList li.-course {
    width: 29%;
  }
}

@media screen and (max-width: 768px) {
  .dept__infoList li.-course {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    font-size: 12px;
  }
}

.dept__infoList li.-blue {
  border-color: #004b8a !important;
}

.dept__infoList li.-skyblue {
  border-color: #008cb7 !important;
}

.dept__infoList li.-green {
  border-color: #33a239 !important;
}

.dept__infoList li.-orange {
  border-color: #ed7d1a !important;
}

.dept__infoList li.-purple {
  border-color: #92308d !important;
}

@media screen and (max-width: 768px) {
  .dept__infoList li:nth-of-child(3) {
    border-left: none;
  }
}

@media all and (min-width: 769px) {
  .dept__infoList li + li {
    border-left: 3px solid transparent;
  }
}

.dept__label {
  align-items: center;
  background-color: #d1291a;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .dept__label {
    width: 171px;
  }
}

@media screen and (max-width: 768px) {
  .dept__label {
    font-size: 10px;
    height: 20px;
    margin-right: 2px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.dept__label.-blue {
  background-color: #004b8a;
}

.dept__label.-skyblue {
  background-color: #008cb7;
}

.dept__label.-green {
  background-color: #33a239;
}

.dept__label.-orange {
  background-color: #ed7d1a;
}

.dept__label.-purple {
  background-color: #92308d;
}

.dept__label.-small {
  display: flex;
}

@media all and (min-width: 769px) {
  .dept__label.-small {
    font-size: 10px;
    height: 20px;
    margin-left: 0;
    width: 93px;
  }
}

@media all and (min-width: 769px) {
  .dept__label + .dept__label {
    margin-top: 5px;
  }
}

.dept__motorSportsBefore {
  background-image: url(../img/dept/motor-sports-before-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  margin-right: 4px;
  padding-right: 17px;
}

@media screen and (max-width: 768px) {
  .dept__motorSportsBefore {
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 14px;
  }
}

.dept__align + .dept__align {
  margin-top: 3px;
}

@media all and (min-width: 769px) {
  .dept__alignLabel {
    display: inline-flex;
    justify-content: flex-end;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .dept__alignLabel {
    display: block;
  }
}

.dept__txt {
  font-size: 18px;
  line-height: 1.833;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dept__txt {
    font-size: 14px;
    margin-top: 20px;
  }
}

.dept__action {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .dept__action {
    margin-top: 20px;
  }
}

.feature {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .feature {
    margin-top: 25px;
  }
}

.feature__action {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .feature__action {
    margin-top: 30px;
  }
}

ul.feature__btnList {
  position: relative;
  z-index: 1;
}

@media all and (min-width: 769px) {
  ul.feature__btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  ul.feature__btnList li {
    width: 50%;
  }
}

@media all and (min-width: 769px) {
  ul.feature__btnList li:first-child {
    padding-right: 4.687vw;
  }
}

@media all and (min-width: 769px) {
  ul.feature__btnList li:last-child {
    padding-left: 4.687vw;
  }
}

@media screen and (max-width: 768px) {
  ul.feature__btnList li + li {
    margin-top: 25px;
  }
}

.footer {
  height: 135px;
}

@media screen and (max-width: 768px) {
  .footer {
    height: 100px;
  }
}

.footer__logoNissan {
  left: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer__logoNissan {
    left: -20px;
  }
}

.footer__logoNissan img {
  width: 51px;
}

.footer__copyright {
  font-size: 12px;
  letter-spacing: .125em;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 1.4;
    padding-left: 55px;
    right: -20px;
  }
}

.header {
  height: 85px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 40px;
  }
}

.header__logoSchool {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .header__logoSchool {
    left: -10px;
  }
}

.header__logoSchool img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .header__logoSchool img {
    width: 150px;
  }
}

.header__logoHome {
  position: absolute;
  right: 20px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .header__logoHome {
    right: -10px;
  }
}

.header__logoHome img {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .header__logoHome img {
    width: 90px;
  }
}

.heading01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: .2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading01 {
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.heading01 span {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading01 span {
    padding-bottom: 10px;
  }
}

.heading01 span::before {
  background-color: #c90028;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 502px;
}

@media screen and (max-width: 768px) {
  .heading01 span::before {
    width: 280px;
  }
}

.heading02 span {
  align-items: center;
  background-color: #c90028;
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: normal;
  height: 50px;
  justify-content: center;
  letter-spacing: .2em;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .heading02 span {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .heading02 span {
    font-size: 18px;
    height: 28px;
    max-width: 320px;
  }
}

.interview {
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .interview {
    margin-top: 50px;
  }
}

.interview__heading {
  color: #c90028;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .interview__heading {
    font-size: 22px;
  }
}

.interview__lead {
  font-size: 22px;
  letter-spacing: .2em;
  line-height: 1.65;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .interview__lead {
    font-size: 18px;
  }
}

.interview__panel {
  margin-top: 45px;
  padding-bottom: 25px;
  padding-left: 5.078vw;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1280px) {
  .interview__panel {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .interview__panel {
    padding-left: 25px;
    padding-right: 15px;
  }
}

.interview__panel::before {
  background-color: #fff;
  border: 1px solid #c90028;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 57.291vw;
}

@media screen and (max-width: 768px) {
  .interview__panel::before {
    width: 100%;
  }
}

.interview__img {
  position: relative;
}

@media all and (min-width: 769px) {
  .interview__img {
    bottom: 25px;
    max-width: 600px;
    position: absolute;
    right: 0;
    width: 46.875vw;
  }
}

@media screen and (max-width: 768px) {
  .interview__img {
    margin-right: -45px;
  }
}

.interview__body {
  position: relative;
}

@media all and (min-width: 769px) {
  .interview__body {
    max-width: 550px;
    width: 42.968vw;
  }
}

@media screen and (max-width: 768px) {
  .interview__body {
    margin-top: 15px;
  }
}

.interview__subHeading {
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .interview__subHeading {
    font-size: 18px;
  }
}

.interview__txt {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .interview__txt {
    font-size: 14px;
  }
}

.interview__prof {
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.428;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .interview__prof {
    font-size: 12px;
  }
}

.lead {
  font-size: 24px;
  letter-spacing: .25em;
  line-height: 1.375;
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
  }
}

.proPracticeCourse {
  border: 2px solid #bbb;
  margin-top: 30px;
  padding: 15px;
}

.proPracticeCourse__txt {
  font-size: 14px;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .proPracticeCourse__txt {
    font-size: 12px;
  }
}

.proPracticeCourse__definitionList {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .proPracticeCourse__definitionList div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.proPracticeCourse__definitionList dt {
  align-items: center;
  background-color: #727171;
  color: #fff;
  display: flex;
  font-size: 10px;
  justify-content: center;
  letter-spacing: .08em;
}

@media all and (min-width: 769px) {
  .proPracticeCourse__definitionList dt {
    width: 149px;
  }
}

@media screen and (max-width: 768px) {
  .proPracticeCourse__definitionList dt {
    height: 16px;
  }
}

.proPracticeCourse__definitionList dd {
  font-size: 10px;
  letter-spacing: .11em;
  line-height: 1.2;
}

@media all and (min-width: 769px) {
  .proPracticeCourse__definitionList dd {
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .proPracticeCourse__definitionList dd {
    margin-top: 10px;
    text-align: center;
  }
}

.sec {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .sec {
    margin-top: 50px;
  }
}

.subLead {
  font-size: 18px;
  letter-spacing: .25em;
  line-height: 1.666;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .subLead {
    font-size: 14px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media all and (min-width: 769px) {
  .strength {
    margin-top: 50px;
    overflow-x: hidden;
  }
}

.strength__mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  .strength__mv {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
  }
}

.strength__mv img {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .strength__body {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}

@media all and (min-width: 769px) {
  .strength__body {
    position: relative;
  }
}

@media all and (min-width: 769px) {
  .strength__body::before {
    background-color: rgba(201, 0, 40, 0.05);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
}

@media all and (min-width: 769px) {
  .strength__body::after {
    background-color: rgba(137, 137, 137, 0.05);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1;
  }
}

.strength__body.-reverse::before {
  background-color: rgba(137, 137, 137, 0.05);
}

.strength__body.-reverse::after {
  background-color: rgba(201, 0, 40, 0.05);
}

.strength__body.-full::before {
  width: 100%;
}

.strength__body.-full::after {
  content: none;
}

@media all and (min-width: 769px) {
  .strength__cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.strength__col {
  position: relative;
}

@media all and (min-width: 769px) {
  .strength__col {
    max-width: 550px;
    padding-bottom: 125px;
    position: relative;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .strength__col {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 50px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 769px) {
  .strength__col.-left {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .strength__col.-left {
    background-color: rgba(201, 0, 40, 0.05);
  }
}

@media all and (min-width: 769px) {
  .strength__col.-right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .strength__col.-right {
    background-color: rgba(137, 137, 137, 0.05);
  }
}

@media all and (min-width: 769px) {
  .strength__col.-full {
    max-width: inherit;
    padding-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .strength__col.-full {
    background-color: rgba(201, 0, 40, 0.05);
  }
}

.strength__header {
  padding-top: 30px;
  position: absolute;
  top: -16.406vw;
  width: 100%;
}

@media all and (min-width: 1280px) {
  .strength__header {
    top: -305px;
  }
}

@media screen and (max-width: 768px) {
  .strength__header {
    bottom: 12vw;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    top: auto;
  }
}

.strength__num {
  align-items: center;
  background-color: #fff;
  color: #c90028;
  display: flex;
  font-size: 3.125vw;
  height: 7.812vw;
  justify-content: center;
  left: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: skewX(-15deg);
  transform-origin: right bottom;
  width: 8.437vw;
  z-index: 1;
}

@media all and (min-width: 1280px) {
  .strength__num {
    font-size: 60px;
    height: 100px;
    left: 13px;
    width: 108px;
  }
}

@media screen and (max-width: 768px) {
  .strength__num {
    font-size: 30px;
    height: 48px;
    left: 47px;
    width: 55px;
  }
}

.strength__num span {
  display: inline-block;
  transform: skewX(15deg);
  transform-origin: right bottom;
}

.strength__heading {
  align-items: center;
  background-color: #c90028;
  color: #fff;
  display: flex;
  font-size: 2.187vw;
  font-weight: normal;
  height: 9.296vw;
  letter-spacing: .15em;
  line-height: 1.25;
  padding-bottom: 1.953vw;
  padding-left: 10.937vw;
  padding-top: 1.953vw;
  transform: skewX(-15deg);
  transform-origin: right bottom;
}

@media all and (min-width: 1280px) {
  .strength__heading {
    font-size: 28px;
    height: 119px;
    padding-bottom: 25px;
    padding-left: 140px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .strength__heading {
    font-size: 14px;
    height: 59.5px;
    padding-bottom: 12px;
    padding-left: 70px;
    padding-top: 12px;
  }
}

.strength__heading.-threeLines {
  font-size: 1.875vw;
}

@media all and (min-width: 1280px) {
  .strength__heading.-threeLines {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .strength__heading.-threeLines {
    font-size: 12px;
  }
}

.strength__heading span {
  display: inline-block;
  transform: skewX(15deg);
  transform-origin: right bottom;
}

.strength__lead {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.65;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .strength__lead {
    font-size: 18px;
    margin-top: 35px;
  }
}

.strength__lead + .strength__subHeading {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .strength__lead + .strength__subHeading {
    margin-top: 25px;
  }
}

.strength__lead + .strength__img {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .strength__lead + .strength__img {
    margin-top: 25px;
  }
}

.strength__bodyCols {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  .strength__bodyCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .strength__bodyCols {
    margin-top: 25px;
  }
}

.strength__bodyCol {
  position: relative;
}

@media all and (min-width: 769px) {
  .strength__bodyCol {
    max-width: 550px;
    position: relative;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .strength__bodyCol {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 769px) {
  .strength__bodyCol.-left {
    margin-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .strength__bodyCol.-right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .strength__bodyCol.-right {
    margin-top: 25px;
  }
}

.strength__subHeading {
  background-color: #898989;
  color: #fff;
  font-size: 1.875vw;
  font-weight: normal;
  letter-spacing: .3em;
  line-height: 1.25;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media all and (min-width: 1280px) {
  .strength__subHeading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .strength__subHeading {
    font-size: 16px;
  }
}

.strength__subHeading + .strength__txt {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .strength__subHeading + .strength__txt {
    margin-top: 10px;
  }
}

.strength__txt {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.687;
}

@media screen and (max-width: 768px) {
  .strength__txt {
    font-size: 14px;
  }
}

.strength__txt + .strength__subHeading {
  margin-top: 25px;
}

.strength__txt + .strength__img {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .strength__txt + .strength__img {
    margin-top: 20px;
  }
}

.strength__img + .strength__subHeading {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .strength__img + .strength__subHeading {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .strength__action {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .strength__action {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .strength__action.-thin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    position: static;
    width: 550px;
  }
}

.wrap {
  overflow-y: hidden;
}
