/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.mv {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
}

.mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 42, 43, 0.7) 0%, rgba(37, 42, 43, 0) 100%);
  z-index: 9;
}

@media (max-width: 767px) {
  .mv {
    top: 80px;
  }
}

.mv__slider .imgcnt {
  height: calc(100vh - 84px);
}

@media (max-width: 767px) {
  .mv__slider .imgcnt {
    height: calc(100vh - 80px - 40px);
  }
}

.slogan {
  position: relative;
  height: calc(100vh - 84px);
}

@media (max-width: 767px) {
  .slogan {
    height: calc(100vh - 80px - 40px);
  }
}

.slogan__wrap {
  position: absolute;
  z-index: 2;
  bottom: 113px;
  left: 0;
  width: 100%;
  color: #fff;
}

.slogan__cnt {
  max-width: 925px;
}

.slogan__ttl-en {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.09375em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .slogan__ttl-en {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.10526em;
  }
}

.slogan__ttl-jp {
  margin-top: 35px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .slogan__ttl-jp {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}

.intro {
  position: relative;
  padding: 300px 0 300px;
  color: #fff;
  background: linear-gradient(0deg, rgba(37, 42, 43, 0.7) 0%, rgba(37, 42, 43, 0) 100%);
}

.intro__cnt {
  max-width: 750px;
}

.intro__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.76471em;
  letter-spacing: 0.08em;
  font-weight: 400;
}

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

.intro__txt {
  padding-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.8125em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .intro__txt {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
}

.about {
  position: relative;
  background: #f4f4f4;
  padding-top: 145px;
}

@media (max-width: 767px) {
  .about {
    padding-top: 56px;
  }
}

.about__list {
  margin: 0 -20px;
  padding-top: 3px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about__list {
    margin: 0 -10px;
    padding-top: 19px;
    display: block;
  }
}

.about__item {
  position: relative;
  margin: 30px 20px 0;
  width: calc(50% - 40px);
  background: #000;
}

@media (max-width: 767px) {
  .about__item {
    margin: 16px 0 0;
    width: 100%;
  }
}

.about__item__imgcnt img {
  width: 100%;
}

.about__item__cnt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .about__item__cnt {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .about__item__cnt {
    margin-top: -5px;
  }
}

.about__item__cnt .ttl-jp {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333em;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media only screen and (max-width: 1000px) {
  .about__item__cnt .ttl-jp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px) {
  .about__item__cnt .ttl-jp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0.08em;
  }
}

.about__item__cnt .ttl-en {
  display: block;
  margin-top: 7px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.38889em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Nissan Brand" !important;
}

@media only screen and (max-width: 1000px) {
  .about__item__cnt .ttl-en {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .about__item__cnt .ttl-en {
    margin-top: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
    letter-spacing: 0.1em;
  }
}

.about__item__btnmore {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 1000px) {
  .about__item__btnmore {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .about__item__btnmore {
    bottom: 9px;
    right: 10px;
  }
}

.work {
  position: relative;
  background: #f4f4f4;
  padding-top: 125px;
}

@media (max-width: 767px) {
  .work {
    padding-top: 56px;
  }
}

@media (max-width: 767px) {
  .work .workbox {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.women-action {
  position: relative;
  background: #f4f4f4;
  padding: 20px 0 120px;
}

@media (max-width: 767px) {
  .women-action {
    padding: 16px 0 70px;
  }
}

@media (max-width: 767px) {
  .women-action .inner {
    width: calc(100% - 20px);
  }
}

.women-action__cnt {
  position: relative;
  display: block;
}

.women-action__imgcnt {
  height: 281px;
}

.women-action__imgcnt img {
  width: 100%;
}

@media (max-width: 767px) {
  .women-action__imgcnt {
    height: 150px;
  }
}

.women-action__ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .women-action__ttl {
    padding-top: 44px;
  }
}

@media (min-width: 768px) {
  .staff__cnt {
    padding: 94px 0 97px;
  }
}

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

.staff__slider {
  position: relative;
  height: 100%;
}

.staff__slider .swiper {
  height: 100%;
}

@media (max-width: 767px) {
  .staff__btnmore {
    margin-top: 27px;
  }
}

.staff .swiper-navigation {
  padding: 38px 0 10px;
}

@media (max-width: 767px) {
  .staff .swiper-navigation {
    padding: 33px 0 0;
  }
}

.staff .swiper-navigation .button-next,
.staff .swiper-navigation .button-prev {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  border: #b1b1b1 1px solid;
  border-radius: 50%;
}

.staff .swiper-navigation .button-next:after,
.staff .swiper-navigation .button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 18px;
  margin-top: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.02' height='17.001' viewBox='0 0 26.02 17.001'%3E%3Cpath id='Path_114' data-name='Path 114' d='M17.519,0,15.925,1.594,21.7,7.373H0V9.628H21.7l-5.779,5.779L17.519,17l8.5-8.5Z' transform='translate(0 0)' fill='%23c3002f'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transition: margin 0.3s;
}

.staff .swiper-navigation .button-prev {
  cursor: pointer;
}

.staff .swiper-navigation .button-prev:after {
  margin-left: -12px;
  transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
  .staff .swiper-navigation .button-prev:hover:after {
    margin-left: -17px;
  }
}

.staff .swiper-navigation .button-next {
  margin-left: 11px;
  cursor: pointer;
}

.staff .swiper-navigation .button-next:after {
  margin-left: -12px;
}

@media only screen and (min-width: 1025px) {
  .staff .swiper-navigation .button-next:hover:after {
    margin-left: -7px;
  }
}

.staff .staff-item {
  position: relative;
  display: block;
  height: 100%;
}

.staff .staff-item__img {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .staff .staff-item__img img {
    object-position: 50% 20%;
  }
  .staff .-new-sales .staff-item__img img {
    object-position: 50% 35%;
  }
  .staff .-new-svc .staff-item__img img {
    object-position: 50% 10%;
  }
}

.staff .staff-item__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(37, 42, 43, 0.7) 0%, rgba(37, 42, 43, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.staff .staff-item__img {
  position: relative;
}

.staff .staff-item__img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 185.10638%;
}

.staff .staff-item:only-child .staff-item__img:before {
  padding-top: 92.55319%;
}

.staff .staff-item__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.staff .staff-item__info {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .staff .staff-item__info {
    bottom: 14px;
    left: 10px;
    right: 10px;
  }
}

.staff .staff-item__ttl-en {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.42857em;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .staff .staff-item__ttl-en {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
  }
}

.staff .staff-item__ttl-jp {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .staff .staff-item__ttl-jp {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846em;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 767px) {
  .education__imgcnt {
    position: relative;
  }
  .education__imgcnt:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70.21277%;
  }
  .education__imgcnt > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.special {
  position: relative;
  background: linear-gradient(#c3002f 0%, #880a29 100%);
  padding: 77px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .special {
    padding: 44px 0 28px;
  }
}

.special__wrap {
  display: flex;
}

@media (max-width: 767px) {
  .special__wrap {
    display: block;
  }
}

.special__imgcnt {
  width: calc(674 / 1176 * 100%);
}

@media (max-width: 767px) {
  .special__imgcnt {
    margin-top: 39px;
    width: 100%;
  }
}

.special__cnt {
  width: calc(502 / 1176 * 100%);
  padding-top: 12px;
}

@media (max-width: 767px) {
  .special__cnt {
    width: 100%;
  }
}

.special__info {
  margin-left: auto;
  max-width: 608px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .special__ttl .c-title__en {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.special__txt {
  margin-top: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .special__txt {
    margin-top: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
  }
}

.special__btnmore {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .special__btnmore {
    margin-top: 17px;
    width: 198px;
  }
  .special__btnmore:after {
    right: 34px;
  }
  .special__btnmore .label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
