@charset "UTF-8";
/*-------------------------------------------------------
component
-------------------------------------------------------*/
/* c_titleH2
------------------------*/
.c_titleH2 > div > div:only-child:before,
.c_titleH2 > div > div.h2:before,
[class^=c_p-] .c_titleH2 h2:before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_spReplac-title + .m_slider:not(:first-child) {
    margin-top: 50px;
  }
}

/*-------------------------------------------------------
unique style
-------------------------------------------------------*/
/* mainvisual
------------------------*/
.mainvisual {
  overflow: hidden;
  position: relative;
  height: 749px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 0;
    padding-top: 128%;
  }
}
.mainvisual__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 10;
  }
}
.mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .mainvisual__bg {
    transform: none;
  }
}
.mainvisual__bg video,
.mainvisual__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mainvisual__bg video,
  .mainvisual__bg img {
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }
}
.mainvisual__btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual__btn p {
    width: 70%;
  }
}

.swiper,
.swiper-container {
  height: 749px;
}
@media screen and (max-width: 767px) {
  .swiper,
  .swiper-container {
    height: auto;
  }
}

.swiper::before, .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .swiper::before, .swiper::after {
    height: 70px;
    z-index: 20;
  }
}
.swiper::before {
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.65) 63.68%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1023px) {
  .swiper::before {
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 80%);
  }
}
@media screen and (max-width: 1023px) {
  .swiper::after {
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 80%);
  }
}
.swiper-slide {
  user-select: none;
}
.swiper-slide img {
  vertical-align: top;
}
.swiper-slide.-movie .mv-slider-inner .mv-title {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.347;
  letter-spacing: unset;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 767px) {
  .swiper-slide.-movie .mv-slider-inner .mv-title {
    font-size: 2.6rem;
    padding: 0 24px;
  }
}
.swiper-button-prev {
  left: 3% !important;
}
.swiper-button-next {
  right: 3% !important;
}
.swiper-button-prev::after ,
.swiper-button-next::after {
  position: absolute;
  content: "" !important;
  width: 49px;
  height: 74px;
  background: url(https://www.nissan-global.com/library/assets/img/slide_arrow_02_white.svg) no-repeat 0 0 / contain;
}
.swiper-button-next::after {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px){
  .swiper:has(.swiper-slide-active.-color01) .swiper-button-prev::after ,
  .swiper:has(.swiper-slide-active.-color01) .swiper-button-next::after {
    background-image: url(https://www.nissan-global.com/library/assets/img/slide_arrow_02_darkblue.svg);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev::after ,
  .swiper-button-next::after {
    position: absolute;
    content: "" !important;
    width: 23px;
    height: 35px;
    background: url(https://www.nissan-global.com/library/assets/img/slide_arrow_01.svg) no-repeat 0 0 / contain;
  }
}

/* mainvisual 藤瀬追記
------------------------*/
.mv-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mv-slider-inner {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 90%;
  margin: auto;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv-slider-inner {
    width: 90%;
    bottom: 8%;
  }
}
.mv-slider .mv-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  text-shadow: 2px 2px 3px #000000;
}
@media screen and (max-width: 767px) {
  .mv-slider .mv-title {
    margin-bottom: 20px;
    font-size: 9.8vw;
  }
}
.mv-slider .mv-title.-jp {
  margin-bottom: 35px;
  font-size: 3.6111111111vw;
}
@media screen and (max-width: 767px) {
  .mv-slider .mv-title.-jp {
    margin-bottom: 20px;
    font-size: 7.7333333333vw;
  }
}

/* s_notification
------------------------*/
.s_notification.c_info.dark {
  position: relative;
  margin-bottom: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: unset;
    z-index: unset;
  }
}
.s_notification.c_info.dark a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark a {
    display: block;
    padding-right: 1.5em;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.s_notification.c_info.dark a:not([target=_blank]):not(.pbOpenNewWindow):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):after {
  width: 0.6em;
  height: 0.6em;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark a:not([target=_blank]):not(.pbOpenNewWindow):not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):after {
    position: absolute;
    top: calc((100% - 8px) / 2);
    right: 0;
    width: 0.667em;
    height: 0.667em;
    margin-right: 0;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.s_notification.c_info.dark > div {
  padding: 17px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark > div {
    width: calc(100% - 40px);
    padding: 10px 0 15px;
  }
}
.s_notification.c_info.dark .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark .title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark .list-news {
    margin-top: 6px;
  }
}
.s_notification.c_info.dark .list-news table tr th {
  font-size: 1.6rem;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark .list-news table tr th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .s_notification.c_info.dark .list-news table tr td {
    margin-top: 3px;
  }
}

/* .leadImage
------------------------*/
.leadImage {
  overflow: hidden;
  position: relative;
  background-color: #000;
  margin: 0 -20px;
}
.leadImage__link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}
.leadImage__inner {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  body:not(.s_touchDevice) .leadImage {
    position: relative;
    overflow: hidden;
  }
  body:not(.s_touchDevice) .leadImage__inner img {
    position: relative;
    transform-origin: center;
    transition: transform 0.2s;
  }
  body:not(.s_touchDevice) .leadImage__link:hover ~ .leadImage__inner img {
    transform: scale(1.1);
  }
}
/* s_feature
------------------------*/
.s_feature__inner > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s_feature__inner > div {
    flex-direction: column;
    flex-wrap: wrap;
    width: unset;
  }
}
.s_feature__item {
  position: relative;
  width: 31.8055555556vw;
  min-height: 34.0277777778vw !important;
  margin-right: 9px;
  margin-left: 9px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .s_feature__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    min-height: 55.2vw !important;
    margin-right: 0;
    margin-left: 0;
  }
  .s_feature__item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.s_feature__item > div,
.s_feature__item > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .s_feature__item > div,
  .s_feature__item > div > div {
    display: unset;
    height: unset;
  }
}
.s_feature__item:first-of-type {
  margin-left: 0;
}
.s_feature__item:last-of-type {
  margin-right: 0;
}
.s_feature__link {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .s_feature__link {
    position: unset;
    display: unset;
  }
}
.s_feature__link:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .s_feature__link:hover img {
    transform: unset;
  }
}
.s_feature__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.4444444444vw;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (max-width: 767px) {
  .s_feature__link::after {
    height: 34.6666666667vw;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.s_feature__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s_feature__image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .s_feature__image img {
    max-width: unset;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.s_feature__text {
  padding-right: 1.3888888889vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 2.7777777778vw;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s_feature__text {
    position: relative;
    padding: 0 30px 15px;
    padding-right: 8vw;
    padding-bottom: 4vw;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .s_feature__text .c_titleH2 > div > div:only-child {
    padding-bottom: 6px;
  }
}
.s_feature__text .c_titleH2 > div > div:only-child::before {
  width: 115px;
}
@media screen and (max-width: 767px) {
  .s_feature__text .c_titleH2 > div > div:only-child::before {
    width: 94px;
  }
}
.s_feature__note.-jp.-sustainability::after {
  content: "";
  display: inline-block;
  width: 18rem;
}
.s_feature__note.-jp.-ir::after {
  content: "";
  display: inline-block;
  width: 13rem;
}
.s_feature h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.s_feature .text-more {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s_feature .text-more {
    font-size: 1.3rem;
  }
}
.s_feature .text-more::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 0.3em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .s_feature .text-more::after {
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

/* s_nissanStories
------------------------*/
.s_nissanStories.c_section {
  background: #5795BB;
}
.s_nissanStories > div {
  max-width: 1292px;
}
.s_nissanStories .c_titleH2 > div > div:only-child:before {
  background-color: #fff;
}
.s_nissanStories .m_thumB {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
.s_nissanStories .m_thumB__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (max-width: 1024px) {
  .s_nissanStories .m_thumB__content {
    padding: 16px;
  }
}
.s_nissanStories .m_thumB__title {
  padding-right: 0;
  color: #fff;
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .s_nissanStories .m_thumB__title {
    margin-bottom: 2px;
    font-size: 1.8rem;
    line-height: 1.27;
  }
}
.s_nissanStories .m_thumB.s_blank .m_thumB__title::before {
  content: unset;
}
.s_nissanStories .m_dateText {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .s_nissanStories .m_dateText {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
.s_nissanStories .m_moreText {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.92;
}
@media screen and (max-width: 1024px) {
  .s_nissanStories .m_moreText {
    font-size: 1.3rem;
  }
}
.s_nissanStories .m_moreText::after {
  content: "";
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.s_nissanStories .m_col__item {
  padding: 0px 8px 22px;
}
.s_nissanStories .m_col__item:nth-of-type(-n+2) .m_moreText {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .s_nissanStories .m_col__item:nth-of-type(-n+2) .m_moreText {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .s_nissanStories .m_col.s_3col .m_col__item {
    width: 33.333%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .s_nissanStories .m_col.s_3col .m_col__item {
    width: 100%;
    padding-bottom: 18px;
  }
}
.s_nissanStories .m_col.s_3col .m_col__item:nth-of-type(-n+2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s_nissanStories .m_col.s_3col .m_col__item:nth-of-type(-n+2) {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .s_nissanStories .m_col.s_3col .m_thumB__content {
    padding: 17px 32px 10px;
  }
}
.s_nissanStories .m_col.s_3col .m_thumB__title {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .s_nissanStories .m_col.s_3col .m_thumB__title {
    font-size: 2.1rem;
    line-height: 1.42;
  }
}
@media screen and (min-width: 768px) {
  .s_nissanStories .m_col.s_3col .m_col__item:nth-of-type(-n+2) .m_thumB__content {
    padding: 17px 32px 20px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.s_touchDevice) .m_thumB__link:hover ~ .m_thumB__content {
    opacity: 1;
  }
}

/* s_newsReleases
------------------------*/
.s_newsReleases > div {
  max-width: 1292px;
  padding-bottom: 45px;
}
.s_newsReleases .c_spReplac-button {
  right: 70px;
}
@media screen and (max-width: 767px) {
  .s_newsReleases .c_spReplac-button {
    right: unset;
  }
}
.s_newsReleases .m_thumA {
  height: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 767px) {
  .s_newsReleases .m_thumA {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.57);
  }
}
.s_newsReleases .m_thumA.s_blank .m_thumA__image p::before {
  right: 18px;
}
.s_newsReleases .m_thumA__image p {
  position: relative;
  bottom: unset;
  left: unset;
  padding: 10px 55px 25px 17px;
  background-color: #FFF;
}
.s_newsReleases .m_thumA__date {
  position: relative;
  top: unset;
  left: unset;
}
.s_newsReleases .m_thumA__clamp {
  margin-top: 3px;
}
.s_newsReleases .m_thumA.s_type01 .m_thumA__image {
  position: relative;
  height: unset;
  padding-top: 0;
  background-color: unset;
  overflow: hidden;
}
.s_newsReleases .m_thumA.s_type01 .m_thumA__image img {
  position: relative !important;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  height: 240px;
}
@media screen and (max-width: 1260px) {
  .s_newsReleases .m_thumA.s_type01 .m_thumA__image img {
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .s_newsReleases .m_thumA.s_type01 .m_thumA__image img {
    height: 57.3333333333vw;
  }
}
.s_newsReleases .m_slider.s_type01 .m_col.s_3col .m_col__inner {
  max-width: 33.6687306502%;
}
@media screen and (max-width: 767px) {
  .s_newsReleases .m_slider.s_type01 .m_col.s_3col .m_col__inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .s_newsReleases .m_col.s_3col:not(.s_sp1col) .m_col__item {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.s_touchDevice) .s_newsReleases .m_thumA__link:hover + .m_thumA__image .m_thumA__date,
  body:not(.s_touchDevice) .s_newsReleases .m_thumA__link:hover + .m_thumA__image .m_thumA__date + .m_thumA__clamp {
    opacity: 0.5;
    transition: 0.2s;
  }
}

/* s_joinOurTeam
------------------------*/
.s_joinOurTeam {
  background-color: #F2F3F5;
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam .c_media .imagebox {
    max-width: unset;
  }
}
.s_joinOurTeam .c_titleH2 h2 {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .s_joinOurTeam .c_titleH2 h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .s_joinOurTeam .c_titleH2 h2 {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam .c_titleH2 h2 {
    font-size: 3.4rem;
  }
}
.s_joinOurTeam .c_button.conversion a {
  display: block;
  padding: 10px 30px;
}
.s_joinOurTeam .c_button.conversion p {
  display: block;
  width: 100%;
}
.s_joinOurTeam .c_button.conversion ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam .c_button.conversion ul {
    flex-direction: column;
    align-content: center;
  }
}
.s_joinOurTeam .c_button.conversion ul li {
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam .c_button.conversion ul li {
    width: 100%;
    max-width: 310px;
    margin: 0;
  }
}
.s_joinOurTeam .c_button.conversion ul li:last-of-type {
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam .c_button.conversion ul li:last-of-type {
    margin-left: 0;
  }
}
.s_joinOurTeam.-jp .c_titleH2 h2 {
  font-size: 100%;
}
@media screen and (min-width: 1440px) {
  .s_joinOurTeam.-jp .c_titleH2 h2 {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s_joinOurTeam.-jp .c_titleH2 h2 {
    font-size: 3.4rem;
  }
}
