#nissan .call_btn:hover,
#nissan .sps_call_to:hover,
#nissan .c_to_action:hover {
  background: #98b453;
}

#nissan .sps_line:hover {
  background: -o-linear-gradient(top, #d33813, #9b0026);
  background: -webkit-gradient(linear, left top, left bottom, from(#d33813), to(#9b0026));
  background: linear-gradient(180deg, #d33813, #9b0026);
}

#nissan {
  font-family: "Noto Sans JP";
  color: #333;
}

#nissan * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nissan a:hover,
#nissan a:focus {
  text-decoration: none;
}

#nissan .sps_b_c_phone {
  transition: 0.3s all 0;
  -webkit-transition: 0.3s all 0;
  -moz-transition: 0.3s all 0;
  -ms-transition: 0.3s all 0;
  -o-transition: 0.3s all 0;
}

#nissan .sps_b_c_phone:hover,
#nissan .sps_b_c_phone:focus {
  color: #c3002f;
}

#nissan .arrow_sp {
  display: none;
}

#nissan .banner {
  position: relative;
  z-index: 1;
}

#nissan .banner .b_image img {
  width: 100%;
  height: auto;
  max-width: 855px;
  display: block;
  margin-left: auto;
}

#nissan .banner .b_image {
  position: relative;
  z-index: 1;
}

#nissan .banner .b_image::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  max-width: 855px;
  display: block;
  background: #fff;
  background: -o-linear-gradient(left, #fff 0%, rgba(0, 75, 165, 0) 10%);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, rgba(0, 75, 165, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(0, 75, 165, 0) 10%);
}

#nissan .banner .b_contents {
  position: absolute;
  top: 0;
  right: 0;
  left: 6%;
  z-index: 1;
}

#nissan .b_c_benefits_box {
  padding-left: 22px;
}

#nissan .b_c_b_item:nth-child(1) {
  margin-right: 47px;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
  font-size: 59px;
  font-weight: 900;
  margin-top: 65px;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
#nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
  font-size: 51px;
  font-weight: 900;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  color: #c3002f;
  line-height: 53px;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
  font-size: 184px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #c3002f;
  line-height: 170px;
  letter-spacing: -8px;
}

#nissan .b_c_b_item {
  text-align: center;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
  font-weight: 900;
  font-size: 59px;
  letter-spacing: -2px;
  -webkit-transform: rotateZ(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotateZ(-5deg);
}

#nissan .b_c_b_item:nth-child(1) {
  max-width: 40.05%;
  width: 100%;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_item_box {
  border: solid 14px #000;
  border-radius: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  background: #fff;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_note {
  position: relative;
  z-index: 1;
  top: -3px;
  letter-spacing: 1px;
}

#nissan .b_c_b_item span {
  display: inline-block;
}

#nissan .b_c_benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

#nissan .b_c_b_item:nth-child(2) {
  margin-right: 44px;
}

#nissan .b_c_b_item:nth-child(2),
#nissan .b_c_b_item:nth-child(3) {
  max-width: 22.2%;
  width: 100%;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_item_box,
#nissan .b_c_b_item:nth-child(3) .b_c_b_item_box {
  border: solid 8px #b7b7b7;
  border-radius: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  background: #fff;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_note,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_note {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
  font-size: 32px;
  font-weight: 900;
  margin-top: 24px;
  margin-bottom: 10px;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
#nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
  font-size: 32px;
  font-weight: 900;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  color: #c32030;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
  font-size: 117px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #c32030;
  letter-spacing: -4px;
  line-height: 100px;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
  font-size: 32px;
  font-weight: 900;
  -webkit-transform: rotateZ(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotateZ(-5deg);
}

#nissan .b_c_b_item:nth-child(3) {
  top: -26px;
  position: relative;
  left: -12px;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
  margin-right: -16px;
}

#nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
  margin-left: 10px;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
#nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before {
  margin-right: -7px;
}

#nissan .b_c_t_t:nth-child(1) {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  background: #333;
  -webkit-clip-path: polygon(5.5% 0%, 100% 0%, 94.5% 100%, 0% 100%);
  clip-path: polygon(5.5% 0%, 100% 0%, 94.5% 100%, 0% 100%);
  max-width: 369px;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nissan .b_c_t_t:nth-child(2) span {
  font-size: 16px;
}

#nissan .b_c_t_t:nth-child(2) .b_c_t_t_text02 {
  font-size: 18px;
  margin-left: 2.5px;
}

#nissan .b_c_t_t:nth-child(2) {
  font-weight: 500;
  height: 50px;
  background: url(../../images/nissan/bg-title-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 327px;
  width: 100%;
  margin-left: -16.5px;
}

#nissan .b_c_t_t:nth-child(2) svg {
  margin-right: 10px;
}

#nissan .b_c_t_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: 23px;
}

#nissan .b_c_t_slogan img {
  max-width: 758px;
  width: 115%;
  margin-bottom: -21px;
  margin-top: -27px;
  margin-left: -12px;
}

#nissan picture {
  display: block;
}

#nissan .b_c_t_logo {
  text-align: left;
  padding-left: 17%;
}

#nissan .b_c_tops {
  max-width: initial;
  margin-top: 17px;
}

#nissan .b_c_t_logo img {
  height: 87px;
}

#nissan .b_image {
  position: relative;
  z-index: 1;
}

#nissan .b_image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5019607843);
  height: 17.4%;
  z-index: 1;
  pointer-events: none;
  animation: fadeInUp 0.75s 0 linear;
  -webkit-animation: fadeInUp 0.75s 0 linear;
}

#nissan .call {
  background: #e2f3e4;
  text-align: center;
  width: 100%;
  padding: 30px 15px;
  margin-top: 77px;
}

#nissan .call_btn {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: -o-linear-gradient(top, #d33813, #9b0026);
  background: -webkit-gradient(linear, left top, left bottom, from(#d33813), to(#9b0026));
  background: linear-gradient(180deg, #d33813, #9b0026);
  height: 88px;
  max-width: 540px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  margin: auto;
}

#nissan .car_infomation {
  position: relative;
  z-index: 2;
  padding-top: 46px;
  padding-bottom: 0;
  margin-top: 0;
}

#nissan .car_infomation .inner {
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#nissan .car_i_title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  line-height: 50px;
}

#nissan .car_i_title span {
  font-size: 30px;
}

#nissan .car_i_title strong {
  color: #c3002f;
}

#nissan .car_i_title img {
  margin-right: 12px;
  max-width: 72px;
  width: auto;
  vertical-align: middle;
}

#nissan .car_i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nissan .car_i_image {
  max-width: 417px;
  width: 100%;
}

#nissan .car_i_image img {
  max-width: 425px;
  width: 100%;
  display: block;
  margin-left: auto;
  max-height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
}

#nissan .car_infomation:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f0f0f0;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
  clip-path: polygon(0 0%, 0% 100%, 100% 100%);
  max-width: 365px;
  width: 100%;
  bottom: 25px;
  z-index: -1;
  pointer-events: none;
}

#nissan .car_i_contents {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#nissan .car_i_contents_plus {
  background: #f0f0f0;
  margin-top: -32px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 39.4px;
}

#nissan .car_i_c_p_c_label {
  background: #c3002f;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  text-align: center;
  padding: 10px 0;
  margin-right: 16px;
  margin-left: 22px;
}

#nissan .car_i_c_p_c_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nissan .car_i_c_p_c_temp {
  font-size: 24px;
  font-weight: 900;
  color: #c3002f;
  margin-top: 8px;
}

#nissan .car_i_c_p_c_unit {
  font-size: 26px;
  color: #c3002f;
  font-weight: 900;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  margin-top: 20px;
  margin-left: -5px;
}

#nissan .car_i_c_p_c_box_contents {
  margin-top: -8px;
  padding-left: 3px;
  letter-spacing: 1px;
}

#nissan .car_i_c_p_c_number {
  font-size: 110px;
  font-family: "Montserrat";
  color: #c3002f;
  font-weight: 600;
}

#nissan .car_i_c_p_note {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  position: relative;
  z-index: 1;
  left: -6px;
  top: 6px;
}

#nissan .car_i_contents_plus .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nissan .car_i_c_p_note * {
  display: block;
}

#nissan .car_i_c_p_c_box_bottom {
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 13px;
  margin-top: -10px;
}

#nissan .car_i_c_p_c_box_bottom span {
  font-size: 16px;
}

#nissan .car_i_c_p_c_box_bottom b {
  font-size: 24px;
  font-weight: 500;
}

#nissan .car_i_c_p_contents {
  padding-left: 9.5%;
  margin-right: 12px;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_item_box,
#nissan .b_c_b_item:nth-child(3) .b_c_b_item_box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#nissan .b_c_b_item:nth-child(2) .b_c_b_item_box:after,
#nissan .b_c_b_item:nth-child(3) .b_c_b_item_box:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: #f0f0f0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

#nissan .s_b_title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 15.5px;
}

#nissan .salary_bonus {
  padding-top: 19.4px;
  padding-bottom: 37.5px;
}

#nissan .s_b_title b {
  font-size: 48px;
  font-family: "Montserrat";
  font-weight: 600;
}

#nissan .s_b_title strong {
  font-size: 60px;
  color: #c3002f;
  font-weight: 600;
  font-family: "Montserrat";
}

#nissan .s_b_title span {
  font-size: 26px;
  color: #c3002f;
  font-weight: 900;
}

#nissan .s_b_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nissan .salary_bonus .inner {
  max-width: 1118px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#nissan .salary_bonus {
  position: relative;
  z-index: 1;
}

#nissan .salary_bonus:before {
  position: absolute;
  top: -24.4px;
  left: 0;
  right: 0;
  height: 25px;
  content: "";
  background-image: url(../../images/nissan/border-top.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#nissan .s_b_items > * {
  max-width: 25%;
  width: 100%;
  text-align: center;
}

#nissan .s_b_i_label {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 15px;
}

#nissan .s_b_i_contents strong {
  font-size: 58px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-right: 5px;
}

#nissan .s_b_i_contents b {
  font-size: 18px;
  font-weight: 900;
}

#nissan .s_b_i_contents small {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

#nissan .s_b_i_contents span {
  display: block;
}

#nissan .s_b_i_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 5;
}

#nissan .s_b_item:nth-child(1) .s_b_i_contents {
  background: rgba(195, 0, 47, 0.1);
}

#nissan .s_b_item:nth-child(2) .s_b_i_contents {
  background: rgba(195, 0, 47, 0.3);
}

#nissan .s_b_item:nth-child(3) .s_b_i_contents {
  background: rgba(195, 0, 47, 0.5);
}

#nissan .s_b_item:nth-child(4) .s_b_i_contents {
  background: #c3002f;
  color: #fff;
}

#nissan .s_b_items > * svg {
  position: absolute;
  top: 47%;
  right: -17px;
  z-index: 5;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#nissan .s_b_i_contents .max {
  font-size: 18px;
  font-weight: 900;
  margin-right: 10px;
}

#nissan .s_b_item:nth-child(4):after {
  display: none;
}

#nissan .s_b_item {
  position: relative;
  z-index: 1;
}

#nissan .s_b_item:nth-child(1) {
  z-index: 5;
}

#nissan .s_b_item:nth-child(2) {
  z-index: 4;
}

#nissan .s_b_item:nth-child(3) {
  z-index: 3;
}

#nissan .s_b_item:after {
  position: absolute;
  right: 0;
  content: "";
  height: 100%;
  width: 2px;
  border-right: dashed #c3002f;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

#nissan .salary_infomation {
  position: relative;
  z-index: 1;
  padding-bottom: 46px;
}

#nissan .salary_infomation .inner {
  max-width: 1110px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#nissan .salary_infomation {
  background: #f0f0f0;
  margin-top: 45px;
  padding-top: 77px;
  border-top: solid thin #c3002f;
}

#nissan .salary_infomation svg {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#nissan .s_i_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nissan .s_i_item {
  border: solid thin #c3002f;
  text-align: center;
  padding: 12px 12px 5px;
}

#nissan .s_i_items.s_i_items-01 > * {
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  color: #c3002f;
  margin-bottom: 20px;
}

#nissan .s_i_items.s_i_items-01 .s_i_item_label {
  font-size: 20px;
  font-weight: 900;
  max-width: 250px;
  text-align: center;
  margin: auto;
  border-bottom: solid 2px;
  padding-bottom: 7px;
}

#nissan .s_i_items.s_i_items-02 > * {
  width: calc(25% - 20px);
}

#nissan .s_i_items.s_i_items-01 .s_i_i_number {
  font-size: 73px;
  font-family: "Montserrat";
  font-weight: 600;
}

#nissan .s_i_items.s_i_items-01 .s_i_i_unit {
  font-size: 26px;
  font-weight: 900;
}

#nissan .s_i_items.s_i_items-01 .s_i_item_contents strong {
  font-size: 53px;
  font-weight: 900;
  letter-spacing: 3px;
  display: block;
  margin-top: 10px;
}

#nissan .s_i_items.s_i_items-02 .s_i_item_label {
  font-size: 20px;
  font-weight: 900;
  color: #c32030;
  max-width: 190px;
  margin: auto;
  border-bottom: solid 2px;
  padding-bottom: 7px;
}

#nissan .s_i_items.s_i_items-02 .s_i_i_number {
  font-size: 58px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #c3002f;
}

#nissan .s_i_items.s_i_items-02 .s_i_i_units {
  display: inline-block;
}

#nissan .s_i_items.s_i_items-02 .s_i_i_unit {
  font-size: 20px;
  font-weight: 900;
  color: #c32030;
}

#nissan .s_i_items.s_i_items-02 .s_i_i_note {
  font-weight: 400;
  font-size: 14px;
}

#nissan .s_i_items.s_i_items-02 .s_i_item_contents small,
#nissan .s_i_items.s_i_items-02 .s_i_i_units small {
  display: none;
}

#nissan .s_i_items.s_i_items-02 .s_i_item_contents strong {
  font-size: 40px;
  color: #c32030;
  font-weight: 900;
  letter-spacing: 5px;
  display: block;
  padding-top: 12px;
  margin-bottom: 10px;
}

#nissan .s_i_note {
  font-size: 13px;
  text-align: right;
  color: #333;
  margin-top: 12px;
  letter-spacing: 0.15px;
}

#nissan .w_b_title {
  font-size: 40px;
  font-weight: 700;
  color: #c3002f;
  margin-bottom: 16px;
}

#nissan .w_b_desc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
}

#nissan .w_box {
  text-align: center;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#nissan .w_b_l_label {
  font-size: 16px;
  color: #777;
}

#nissan .w_b_l_value {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-radius: 20px;
  background: #f0f0f0;
  display: inline-block;
  padding: 5.5px 10px;
}

#nissan .w_b_list > * {
  margin: 0 3.5px;
}

#nissan .w_b_ok {
  position: absolute;
  right: -11px;
  top: -66px;
  z-index: 1;
  pointer-events: none;
}

#nissan .w_b_ok img {
  width: 96px;
}

#nissan .works .inner {
  position: relative;
  z-index: 1;
  max-width: 1110px;
  margin: auto;
}

#nissan .works_car {
  position: absolute;
  left: 24px;
  top: -90px;
  z-index: 1;
  pointer-events: none;
  max-width: 365px;
  width: 100%;
}

#nissan .works_car img {
  width: 100%;
}

#nissan .works {
  padding-top: 70px;
  padding-bottom: 50px;
}

#nissan .w_b_note {
  text-align: center;
  margin-top: 12px;
  letter-spacing: 1px;
}

#nissan .w_b_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

#nissan .w_b_i_i_desc {
  background: #f0f0f0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 18px;
  line-height: 24px;
  margin-top: -12px;
  position: relative;
  z-index: 0;
  height: auto;
  min-height: 98px;
}

#nissan .w_b_items > * {
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

#nissan .w_b_i_i_cricle {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 7px #c3002f;
  border-radius: 50%;
  text-align: center;
  font-family: "Montserrat";
  padding-top: 20px;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
}

#nissan .w_b_i_i_label {
  font-size: 16px;
  font-weight: 700;
  color: #c3002f;
  text-align: center;
}

#nissan .w_b_i_i_number {
  font-size: 52px;
  font-weight: 600;
  color: #c3002f;
  font-family: "Montserrat";
  line-height: 52px;
}

#nissan .w_b_i_i_value {
  font-size: 51px;
  font-weight: 700;
}

#nissan .w_b_items > * .arrow {
  position: absolute;
  right: -32.5px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nissan .w_b_items > * .arrow.arrow_left {
  left: -40px;
  right: unset;
}

#nissan .hidden_pc {
  display: none;
}

#nissan .c_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 11px;
}

#nissan .chazo .inner {
  max-width: 1118px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-bottom: 21px;
}

#nissan .c_desc {
  max-width: 528px;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

#nissan .c_desc span {
  color: #c3002f;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 2px;
}

#nissan .c_desc span:after {
  position: absolute;
  bottom: 5px;
  left: -1px;
  right: -1px;
  background: #ffef26;
  content: "";
  display: block;
  height: 20px;
  z-index: -1;
}

#nissan .c_action {
  background: #e2f3e4;
  position: relative;
  z-index: 1;
}

#nissan .c_a_woman,
#nissan .c_a_man {
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
}

#nissan .c_to_action {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: -o-linear-gradient(top, #d33813, #9b0026);
  background: -webkit-gradient(linear, left top, left bottom, from(#d33813), to(#9b0026));
  background: linear-gradient(180deg, #d33813, #9b0026);
  height: 88px;
  max-width: 540px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  margin: auto;
  position: relative;
  z-index: 5;
}

#nissan .c_a_woman img,
#nissan .c_a_man img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#nissan .c_a_woman {
  max-width: 214px;
  top: -56px;
  left: 19px;
}

#nissan .c_a_man {
  max-width: 248px;
  right: 19px;
  top: -76px;
}

#nissan .c_action .inner {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 30px;
}

#nissan .i_name,
#nissan .m_title,
#nissan .a_c_title {
  font-size: 32px;
  font-weight: 700;
  color: #c3002f;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#nissan .i_title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

#nissan .i_title:after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  content: "";
  background: #ffef26;
  height: 40%;
}

#nissan .i_desc {
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

#nissan .images {
  background: #f0f0f0;
  margin-top: 45px;
  padding-top: 50px;
}

#nissan .i_name:before,
#nissan .m_title:before,
#nissan .a_c_title:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #c3002f;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#nissan .i_name span,
#nissan .m_title span,
#nissan .a_c_title span {
  background: #f0f0f0;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

#nissan .images .inner {
  max-width: 1118px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#nissan .i_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

#nissan .i_items > * {
  max-width: calc(33.3333333333% - 2.5px);
  width: 100%;
}

#nissan .i_i_label {
  font-size: 20px;
  font-weight: 900;
  width: 25.5%;
  aspect-ratio: 1/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50%;
  background: #c3002f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -45px;
  z-index: 1;
  position: relative;
}

#nissan .i_i_image img {
  width: 100%;
  max-width: 360px;
  max-height: 280px;
}

#nissan .i_i_names span {
  font-size: 20px;
  font-weight: 700;
  color: #c3002f;
  background: #fff;
  border: solid 2px;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

#nissan .i_i_names {
  margin-top: -31.5px;
  position: relative;
  z-index: 1;
  margin-left: 7.5px;
}

#nissan .i_item:nth-child(3) .i_i_label {
  font-size: 16px;
}

#nissan .i_i_note {
  font-size: 13px;
  margin-top: 13px;
}

#nissan .i_i_note span {
  display: block;
  text-align: right;
  color: #333;
  line-height: 20px;
}

#nissan .about_cafee {
  background: #f0f0f0;
  padding-top: 49px;
  padding-bottom: 53px;
}

#nissan .about_cafee .a_c_title {
  margin-bottom: 23px;
}

#nissan .about_cafee .inner {
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#nissan .a_c_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(100% - 25px);
  margin: auto;
}

#nissan .a_c_box > * {
  width: 100%;
  max-width: 50%;
}

#nissan .a_c_b_image img {
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  display: block;
  margin-left: auto;
}

#nissan .a_c_b_slogan {
  background: #fff;
  border: solid 2px #c3002f;
  font-size: 14px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 258px;
  width: 100%;
  font-weight: 700;
  color: #c3002f;
  margin-bottom: 15px;
  margin-top: 5px;
}

#nissan .a_c_b_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

#nissan .a_c_b_contents {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 492px;
  margin-right: auto;
}

#nissan .map {
  background: #f0f0f0;
  padding-bottom: 49px;
}

#nissan .map .inner {
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#nissan .m_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nissan .m_b_images {
  max-width: 532px;
  width: 100%;
  margin-left: 15px;
}

#nissan .m_b_contents {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
}

#nissan .m_b_c_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

#nissan .m_b_c_o_title {
  font-size: 18px;
  font-weight: 700;
}

#nissan .m_b_c_o_title span {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 28px;
}

#nissan .m_b_c_o_title span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 10px;
  background: #ffef26;
  z-index: -1;
}

#nissan .m_b_c_ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

#nissan .m_b_c_o_image {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
}

#nissan .m_b_c_o_image img {
  width: 100%;
  height: auto;
}

#nissan .m_b_c_desc {
  font-size: 14px;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 28px;
}

#nissan .m_b_c_content {
  font-size: 14px;
  line-height: 27px;
}

#nissan .map .m_title {
  margin-bottom: 25px;
}

#nissan .m_b_contents {
  padding-top: 18px;
}

#nissan .m_b_contents .m_b_i_images {
  display: none;
}

#nissan .m_b_i_image img {
  width: 100%;
  max-width: 530px;
  max-height: 360px;
}

#nissan .m_b_i_image {
  margin-bottom: 17px;
}

#nissan .m_b_i_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nissan .m_b_i_images > * {
  width: calc(20% - 7px);
}

#nissan .m_b_i_images > * img {
  width: 100%;
}

#nissan .s_title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #c3002f;
}

#nissan .steps {
  padding-top: 84px;
  padding-bottom: 80px;
}

#nissan .st_i_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nissan .steps .inner {
  max-width: 1118px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#nissan .st_items {
  margin-top: 65px;
}

#nissan .sts_i_i_number {
  width: 14.75%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 6px #c3002f;
  font-family: "Montserrat";
  text-align: center;
}

#nissan .s_i_i_n_label {
  color: #c3002f;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 28px;
}

#nissan .s_i_i_n_index {
  font-size: 72px;
  font-weight: 600;
  color: #c3002f;
  line-height: 66px;
}

#nissan .s_i_i_contents {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#nissan .s_i_i_c_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: 1px;
}

#nissan .s_i_i_c_desc {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.25px;
}

#nissan .s_i_i_image {
  margin-left: 35px;
  max-width: 240px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#nissan .s_i_i_image img {
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 160px;
}

#nissan .st_i_item:not(:last-child) {
  margin-bottom: 57.5px;
}

#nissan .a_u_t_sm {
  font-size: 24px;
  font-weight: 700;
  color: #284d76;
  margin-bottom: 6px;
  display: block;
}

#nissan .a_u_t_lg {
  font-size: 42px;
  font-weight: 700;
  color: #284d76;
}

#nissan .a_u_titles {
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
  border-radius: 10px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 22px 103px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  top: -55px;
}

#nissan .a_u_box {
  background: #f5f2f2;
  padding: 56px 50px 51.5px;
}

#nissan .a_u_box .a_u_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

#nissan .about_us .inner {
  max-width: 1000px;
  margin: auto;
}

#nissan .a_u_contents {
  font-size: 16px;
  font-weight: 500;
  max-width: 540px;
  line-height: 30px;
  padding-right: 0;
}

#nissan .a_u_image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 20px;
}

#nissan .a_u_image img {
  width: 100%;
  max-width: 340px;
  max-height: 180px;
  display: block;
  margin-left: auto;
}

#nissan .a_u_box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nissan .a_u_b_c_contents {
  max-width: 690px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#nissan .a_u_b_c_label span {
  font-size: 28px;
  font-weight: 700;
  color: #284d76;
}

#nissan .a_u_b_c_label div {
  font-size: 23px;
  font-weight: 700;
  color: #284d76;
  letter-spacing: 1px;
  margin-top: 7px;
  line-height: 34px;
}

#nissan .a_u_b_c_label {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-right: 42px;
}

#nissan .a_u_b_c_label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  z-index: -1;
  aspect-ratio: 1/1;
  width: 82.5%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

#nissan .a_u_b_c_contents {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #284d76;
  letter-spacing: 0;
}

#nissan .about_us {
  background: url(../../images/nissan/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 48.5px;
  padding-bottom: 60px;
}

#nissan .a_u_titles:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  height: 0;
  width: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-top: solid 15px #fff;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#nissan .supports {
  background: #f0f0f0;
  padding-top: 83px;
  padding-bottom: 80px;
}

#nissan .sps_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nissan .supports .inner {
  max-width: 1030px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#nissan .sps_box > * {
  max-width: calc(50% - 20px);
  width: 100%;
  background: white;
  border-radius: 10px;
  padding: 44px 53px;
  margin-top: 66px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}

#nissan .sps_b_c_title {
  font-size: 25px;
  color: #c3002f;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nissan .sps_b_c_title svg {
  margin-right: 16px;
}

#nissan .sps_b_col.col_l .sps_b_c_title {
  margin-bottom: 15px;
}

#nissan .sps_b_c_phone {
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 11px;
  letter-spacing: -1px;
}

#nissan .sps_b_c_times {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}

#nissan .sps_b_c_code {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: solid thin #333;
  padding: 17.5px 10px;
  margin-bottom: 13px;
}

#nissan .sps_copy_right {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

#nissan .sps_call_to {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: -o-linear-gradient(top, #d33813, #9b0026);
  background: -webkit-gradient(linear, left top, left bottom, from(#d33813), to(#9b0026));
  background: linear-gradient(180deg, #d33813, #9b0026);
  height: 60px;
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 56.5px;
  margin-bottom: 31px;
}

#nissan .sps_line {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: -o-linear-gradient(top, #1bc755, #069d3a);
  background: -webkit-gradient(linear, left top, left bottom, from(#1bc755), to(#069d3a));
  background: linear-gradient(180deg, #1bc755, #069d3a);
  height: 60px;
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 56.5px;
}

#nissan .sps_b_col.col_r .sps_b_c_title {
  font-size: 22px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#nissan .sps_b_col.col_r .sps_b_c_title.line {
  color: #333;
}

#nissan .copy .inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

#nissan .copyright {
  font-size: 14px;
  color: #333;
}

#nissan .copy {
  padding-top: 60px;
  padding-bottom: 100px;
}

#nissan .copy img {
  max-width: 502px;
  width: 100%;
}

#nissan .specs .inner {
  max-width: 1000px;
  margin: auto;
}

#nissan .spe_title {
  font-size: 40px;
  font-weight: 700;
  color: #c3002f;
  text-align: center;
}

#nissan .spe_items {
  margin-top: 64px;
}

#nissan .specs {
  padding-top: 84px;
  padding-bottom: 58px;
}

#nissan .spe_i_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nissan .spe_i_label {
  font-size: 18px;
  font-weight: 700;
  color: #c3002f;
  min-width: 240px;
  border-top: solid 3px;
  padding-top: 21px;
  padding-left: 10px;
}

#nissan .spe_i_value {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 40px;
  border-top: solid 3px #ccc;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-top: 21px;
  padding-left: 8.5px;
}

#nissan .spe_i_item:nth-child(3) .spe_i_value small {
  margin-top: 15px;
  display: block;
}

#nissan .spe_i_values {
  padding-left: 0;
  border-top: solid 3px #ccc;
}

#nissan .spe_i_v {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: solid 1px #ccc;
  font-weight: 400;
  line-height: 35px;
  font-size: 18px;
}

#nissan .spe_i_v small {
  display: block;
  font-size: 16px;
  color: #333;
  margin-top: 2.5px;
  line-height: 32px;
}

#nissan .spe_i_values .spe_i_v:nth-child(2) span {
  padding-left: 15px;
  line-height: 32px;
  font-size: 16px;
}

#nissan .spe_i_values .spe_i_v:nth-child(2) small {
  display: inline-block;
  padding-left: 65px;
}

#nissan .spe_i_values .spe_i_v:nth-child(2) span.nth-2 {
  padding-left: 60px;
}

#nissan .spe_i_v:nth-child(3) {
  border-top: solid 1px #ccc;
  margin-top: -0.5px;
  position: relative;
  z-index: 1;
}

#nissan .spe_i_v:nth-last-child(1),
#nissan .spe_i_v:nth-last-child(2) {
  font-size: 16px;
  font-weight: 400;
}

#nissan .spe_note small {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

#nissan .spe_note {
  margin-top: 20px;
  padding-right: 20px;
}

#nissan .back_to_top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #dbdbdb;
  z-index: 101;
  cursor: pointer;
  animation: updown 1s 0 linear infinite;
  -webkit-animation: updown 1s 0 linear infinite;
  transition: 0.3s all 0;
  -webkit-transition: 0.3s all 0;
  -moz-transition: 0.3s all 0;
  -ms-transition: 0.3s all 0;
  -o-transition: 0.3s all 0;
}

#nissan .support__now {
  position: fixed;
  right: 0;
  top: 10%;
  background: #98b453;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18.5px 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: 0.3s all 0;
  -o-transition: 0.3s all 0;
  transition: 0.3s all 0;
  z-index: 100;
}

#nissan .support__now svg {
  margin-bottom: 10px;
}

#nissan .support__now:hover {
  background: #c3002f;
  width: 90px;
}

#nissan .spe_i_v:nth-last-child(2) small {
  display: inline-block;
}

@media (min-width: 1281px) {
  #nissan .s_b_title small {
    font-size: 32px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 473px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(3) {
    max-width: 250px;
  }
}
@media (min-width: 1651px) {
  #nissan .call {
    margin-top: 90px;
  }
  #nissan .banner .b_image::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    max-width: 1230px;
    display: block;
    background: #fff;
    background: -o-linear-gradient(left, #fff 0%, rgba(0, 75, 165, 0) 10%);
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, rgba(0, 75, 165, 0)));
    background: linear-gradient(90deg, #fff 0%, rgba(0, 75, 165, 0) 10%);
  }
  #nissan .banner .b_image img {
    width: 100%;
    height: auto;
    max-width: 1230px;
    display: block;
    margin-left: auto;
    max-height: initial;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #nissan .banner .b_contents {
    position: absolute;
    top: 0;
    right: unset;
    left: 7%;
    z-index: 1;
    max-width: 100%;
    right: 0;
  }
  #nissan .b_c_tops {
    margin-top: 25px;
  }
  #nissan .b_c_t_logo img {
    height: 120px;
  }
  #nissan .b_c_t_logo {
    padding-left: 16.25%;
  }
  #nissan .b_c_t_slogan img {
    max-width: 1085px;
    width: 100%;
    margin-top: -34px;
    margin-left: -34px;
    height: 220px;
  }
  #nissan .b_c_t_t:nth-child(1) {
    font-size: 38.5px;
    max-width: 522px;
    height: 72px;
  }
  #nissan .b_c_t_titles {
    margin-top: -19px;
    margin-left: 10px;
  }
  #nissan .b_c_t_t:nth-child(2) {
    height: 72px;
    max-width: 471px;
    margin-left: -21px;
  }
  #nissan .b_c_t_t:nth-child(2) span {
    font-size: 26px;
  }
  #nissan .b_c_t_t:nth-child(2) .b_c_t_t_text02 {
    font-size: 27px;
    letter-spacing: 0;
    margin-left: 9.5px;
  }
  #nissan .b_c_t_t:nth-child(2) svg {
    width: 29px;
    height: 29px;
    margin-left: 0;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 700px;
  }
  #nissan .b_c_benefits_box {
    padding-left: 8px;
    margin-top: -6px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_item_box {
    border: solid 22px #000;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 86.5px;
    margin-top: 96px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 274px;
    line-height: 251px;
    letter-spacing: -12px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    font-size: 79px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    margin-left: 18px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
    margin-right: -2px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 88px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(3) {
    max-width: 373px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    margin-right: 6.75%;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_item_box,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_item_box {
    border: solid 12px #b7b7b7;
    top: -8px;
  }
  #nissan .b_c_b_item:nth-child(2) {
    margin-right: 4.5%;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    font-size: 44px;
    margin-top: 36.5px;
    margin-bottom: 12px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
    font-size: 162px;
    letter-spacing: -7px;
    line-height: 146px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
    font-size: 48px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before {
    margin-right: -10px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
    font-size: 44px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_note,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_note {
    font-size: 21px;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  #nissan .salary_bonus:before {
    top: -21.4px;
  }
  #nissan .banner .b_contents {
    left: 0;
  }
  #nissan .b_c_t_slogan img {
    width: 100%;
  }
  #nissan .b_c_b_item:nth-child(1) {
    margin-right: 20px;
  }
  #nissan .car_i_image {
    margin-left: auto;
  }
  #nissan .works_car {
    left: 15px;
    max-width: 250px;
  }
  #nissan .w_b_i_i_desc,
  #nissan .s_i_i_c_desc {
    font-size: 14.5px;
  }
  #nissan .m_b_images {
    margin-left: 0;
  }
  #nissan .m_b_contents {
    padding-top: 0;
  }
  #nissan .m_box > *,
  #nissan .a_c_box > * {
    max-width: calc(50% - 7.5px);
  }
  #nissan .s_i_i_contents {
    padding-left: 15px;
  }
  #nissan .a_u_box {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #nissan .a_u_b_c_label {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  #nissan .salary_bonus:before {
    top: -19.4px;
  }
  #nissan .m_b_c_o_image {
    margin-top: 15px;
    margin-left: 0;
  }
  #nissan .s_i_i_n_index {
    font-size: 56px;
  }
  #nissan .sts_i_i_number {
    width: 12.75%;
  }
  #nissan .s_i_i_n_label {
    margin-top: 18px;
  }
  #nissan .s_i_i_image {
    margin-left: 7.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 120px;
    line-height: 120px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
    margin-right: -7.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    font-size: 30px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 50px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 38px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
    font-size: 70px;
    line-height: 70px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
    font-size: 22px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before {
    margin-right: 0;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    font-size: 25px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
    font-size: 24px;
  }
  #nissan .b_c_t_logo {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 110px;
    line-height: 110px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
    margin-right: -7.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    font-size: 28px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 46px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 36px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
    font-size: 64px;
    line-height: 64px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
    font-size: 20px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before {
    margin-right: 0;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    font-size: 22px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
    font-size: 23px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(1) {
    margin-right: 2.5%;
  }
  #nissan .c_a_woman {
    max-width: 200px;
    left: 0;
  }
  #nissan .c_a_man {
    max-width: 200px;
    right: 0;
    top: -56px;
  }
  #nissan .w_b_i_i_desc,
  #nissan .s_i_i_c_desc {
    font-size: 12.5px;
  }
  #nissan .s_i_i_c_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #nissan .s_i_i_image {
    max-width: 210px;
  }
  #nissan .s_i_i_n_label {
    margin-top: 10px;
  }
  #nissan .a_u_b_c_label span {
    font-size: 22px;
  }
  #nissan .a_u_b_c_label div {
    font-size: 18px;
    line-height: 24px;
  }
  #nissan .a_u_b_c_label {
    margin-right: 10px;
  }
  #nissan .sps_b_c_phone {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }
  #nissan .sps_box > * {
    padding: 35px 30px;
  }
  #nissan .c_to_action {
    font-size: 26px;
    height: 68px;
  }
  #nissan .s_b_i_contents strong {
    font-size: 36px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_i_number {
    font-size: 58px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_item_contents strong,
  #nissan .s_i_i_n_index,
  #nissan .w_b_i_i_value {
    font-size: 42px;
  }
  #nissan .sts_i_i_number {
    width: 14%;
  }
  #nissan .sps_call_to,
  #nissan .sps_line {
    margin-left: auto;
    margin-right: auto;
  }
  #nissan .sps_box > * {
    max-width: calc(50% - 10px);
    padding: 20px;
  }
  #nissan .s_i_i_c_desc {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #nissan .car_i_title {
    font-size: 32px;
  }
  #nissan .banner .b_image::before {
    max-width: 85%;
  }
  #nissan .back_to_top {
    width: 60px;
    height: 60px;
  }
  #nissan .support__now {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    font-size: 18px;
    padding: 16px 5px;
    bottom: 0;
    top: unset;
  }
  #nissan .support__now svg {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #nissan .support__now:hover {
    width: 100%;
  }
  #nissan .call {
    margin-top: 60px;
  }
  #nissan .car_i_image img {
    max-width: 300px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -145px;
  }
  #nissan .b_c_b_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #nissan .b_c_b_item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_note,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_note {
    font-size: 12.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    margin-top: 45px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    margin-top: 15px;
    margin-bottom: 1.5px;
  }
  #nissan .b_c_benefits {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #nissan .b_c_b_item:nth-child(3) {
    top: 0;
    left: 0;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 75px;
    line-height: 75px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
    margin-right: -7.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    font-size: 24px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 36px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 30px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
    font-size: 48px;
    line-height: 48px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
    font-size: 18px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before {
    margin-right: 0;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    font-size: 18px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
    font-size: 19px;
  }
  #nissan .w_b_i_i_cricle {
    max-width: 175px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_item_contents strong,
  #nissan .s_i_i_n_index,
  #nissan .w_b_i_i_value {
    font-size: 36px;
  }
  #nissan .s_i_i_n_index {
    line-height: inherit;
  }
  #nissan .c_to_action {
    font-size: 20px;
    height: 50px;
    max-width: 300px;
  }
  #nissan .b_c_t_slogan img {
    width: 100%;
    max-width: 350px;
    margin: 10px 0;
  }
  #nissan .s_b_i_contents strong {
    font-size: 28px;
  }
  #nissan .s_b_i_contents .max {
    font-size: 15px;
  }
  #nissan .a_u_contents {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: auto;
  }
  #nissan .a_u_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #nissan .a_u_image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
  #nissan .w_b_items > * .arrow {
    max-width: 25px;
    right: -25px;
  }
  #nissan .sts_i_i_number {
    width: 15%;
  }
  #nissan .sps_box > * {
    max-width: 100%;
    padding: 10px;
    margin-top: 15px;
  }
  #nissan .a_u_titles {
    max-width: 440px;
    padding: 22px 80px;
  }
  #nissan .spe_i_label {
    min-width: 100px;
  }
  #nissan .spe_i_value {
    padding-top: 20px;
  }
  #nissan .sps_copy_right,
  #nissan .sps_b_c_times {
    font-size: 13px;
  }
  #nissan .sps_b_col.col_r .sps_b_c_title,
  #nissan .sps_b_c_title {
    font-size: 18px;
  }
  #nissan .s_title {
    font-size: 32px;
  }
  #nissan .spe_i_value,
  #nissan .spe_i_label {
    font-size: 16px;
  }
  #nissan .spe_i_item:nth-child(3) .spe_i_value small,
  #nissan .i_i_names span,
  #nissan .spe_i_v:nth-last-child(1),
  #nissan .i_i_label,
  #nissan .spe_i_v:nth-last-child(2),
  #nissan .spe_i_values .spe_i_v:nth-child(2) span,
  #nissan .spe_i_v small {
    font-size: 14px;
  }
  #nissan .i_item:nth-child(3) .i_i_label {
    font-size: 11px;
  }
  #nissan .m_box > *,
  #nissan .a_c_box > * {
    max-width: 100%;
  }
  #nissan .m_b_i_image img,
  #nissan .a_c_b_image img {
    display: block;
    margin: auto;
  }
  #nissan .m_b_contents,
  #nissan .a_c_b_contents {
    margin-top: 20px;
  }
  #nissan .m_b_c_o_image {
    margin-left: 15px;
  }
  #nissan .a_c_b_contents {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #nissan .a_c_b_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #nissan .i_desc {
    font-size: 20px;
    line-height: 32px;
  }
  #nissan .a_u_t_sm {
    font-size: 20px;
  }
  #nissan .i_title,
  #nissan .a_u_t_lg,
  #nissan .s_b_title,
  #nissan .c_title,
  #nissan .w_b_title {
    font-size: 32px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(3) {
    max-width: 24.2%;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 45.05%;
    z-index: 10;
  }
  #nissan .s_i_items.s_i_items-01 > * {
    max-width: calc(33.3333333333% - 10px);
    width: 100%;
    margin-bottom: 15px;
  }
  #nissan .s_i_items.s_i_items-02 > * {
    max-width: calc(25% - 10px);
    width: 100%;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item_label {
    font-size: 16px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_i_note {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #nissan .car_i_contents_plus {
    position: static;
  }
  #nissan .car_i_c_p_c_label span {
    position: relative;
    z-index: 5;
  }
  #nissan .sps_call_to,
  #nissan .sps_line {
    max-width: 100%;
  }
  #nissan .s_b_i_contents strong {
    font-size: 36px;
  }
  #nissan .s_b_item:nth-child(1) .s_b_i_contents strong,
  #nissan .s_b_item:nth-child(2) .s_b_i_contents strong,
  #nissan .s_b_item:nth-child(3) .s_b_i_contents strong {
    padding-left: 22.5%;
  }
  #nissan .s_b_item:nth-child(1) .s_b_i_contents,
  #nissan .s_b_item:nth-child(2) .s_b_i_contents,
  #nissan .s_b_item:nth-child(3) .s_b_i_contents,
  #nissan .s_b_item:nth-child(4) .s_b_i_contents {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 21px;
  }
  #nissan .car_i_title .sm-1,
  #nissan .car_i_title .sm-2 {
    text-align: center;
    display: block;
  }
  #nissan .salary_bonus:before {
    top: -24px;
  }
  #nissan .hidden_pc,
  #nissan .arrow_sp {
    display: inline-block;
  }
  #nissan .s_b_title {
    font-size: 24px;
  }
  #nissan .s_b_title span {
    font-size: 20px;
  }
  #nissan .s_b_title b {
    font-size: 36px;
  }
  #nissan .s_b_title strong {
    font-size: 40px;
  }
  #nissan .s_b_items > * {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nissan .s_b_item:after {
    left: 0;
    top: unset;
    bottom: 0;
    height: 2px;
    width: 92.5%;
    border-bottom: dashed #c3002f;
    border-right: transparent;
  }
  #nissan .s_b_i_label {
    min-width: 125px;
    font-size: 15px;
  }
  #nissan .s_b_i_contents {
    margin-left: 0;
    margin-right: 0;
    padding: 2.5px 0;
  }
  #nissan .s_b_item:nth-child(4) .s_b_i_contents {
    max-width: calc(97% - 120px);
    width: 100%;
  }
  #nissan .s_b_item:nth-child(3) .s_b_i_contents {
    max-width: calc(94% - 120px);
    width: 100%;
  }
  #nissan .s_b_item:nth-child(1) .s_b_i_contents {
    max-width: calc(88.5% - 120px);
    width: 100%;
  }
  #nissan .s_b_item:nth-child(2) .s_b_i_contents {
    max-width: calc(91% - 120px);
    width: 100%;
  }
  #nissan .s_b_items > * svg {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(15px) rotateZ(90deg);
    -ms-transform: translateY(15px) rotate(90deg);
    transform: translateY(15px) rotateZ(90deg);
    left: 7%;
    right: unset;
  }
  #nissan .s_b_i_contents {
    position: static;
  }
  #nissan .s_b_item:nth-child(1):after {
    width: 92.5%;
  }
  #nissan .s_b_item:nth-child(2):after {
    width: 95%;
  }
  #nissan .s_b_item:nth-child(3):after {
    width: 97.5%;
  }
  #nissan .s_b_i_contents small {
    display: inline-block;
    font-size: 12px;
  }
  #nissan .s_b_i_contents b {
    font-size: 13px;
  }
  #nissan .s_b_i_contents .max {
    font-size: 14px;
    -webkit-transform: rotateZ(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotateZ(-5deg);
  }
  #nissan .salary_infomation svg {
    top: -25px;
    width: 50px;
    height: 50px;
  }
  #nissan .salary_bonus {
    padding-bottom: 20px;
  }
  #nissan .s_b_title {
    line-height: 35px;
  }
  #nissan .b_c_tops {
    margin-top: 22px;
  }
  #nissan .b_c_t_logo {
    padding-left: 0;
    margin-bottom: 18.5px;
  }
  #nissan .b_c_t_slogan {
    margin-bottom: 25.9px;
  }
  #nissan .b_c_t_slogan img {
    max-width: 289px;
  }
  #nissan .b_c_t_titles {
    position: relative;
    z-index: -1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    pointer-events: none;
  }
  #nissan .b_c_t_t:nth-child(1) {
    max-width: 220px;
  }
  #nissan .banner .b_contents {
    padding-left: 20px;
  }
  #nissan .b_c_t_t:nth-child(1) {
    height: 36px;
    font-size: 13px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 32px;
  }
  #nissan .b_c_t_t:nth-child(2) {
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    margin-left: -66px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 70px;
  }
  #nissan .b_c_t_t:nth-child(2) span {
    font-size: 13px;
  }
  #nissan .b_c_t_t:nth-child(2) .b_c_t_t_text02 {
    font-size: 13px;
  }
  #nissan .b_c_t_titles {
    margin-left: 0;
  }
  #nissan .b_c_b_item:nth-child(1) {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: -25px;
    margin-top: -95px;
    z-index: 10;
  }
  #nissan .b_c_b_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 13px;
    margin-left: -5px;
  }
  #nissan .b_c_b_item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    left: -5px;
    top: 12px;
  }
  #nissan .b_c_t_slogan img {
    margin: auto;
    margin-bottom: -21px;
    margin-top: -27px;
    margin-left: -12px;
  }
  #nissan .b_c_benefits {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  #nissan .b_c_benefits_box {
    padding-left: 0;
  }
  #nissan .b_c_t_logo img {
    height: 62px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 20px;
    margin-top: 20%;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_after {
    font-size: 17px;
    line-height: inherit;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 70px;
    line-height: 70px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 20px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_item_box {
    border-width: 7px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_before {
    margin-right: -5px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(3) {
    max-width: 28%;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 50%;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_item_box,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_item_box {
    border-width: 5px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    font-size: 13px;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 20%;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_text,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_text {
    font-size: 12px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_after,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_after {
    font-size: 11px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_number,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_number {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_note,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_note {
    font-size: 10px;
    color: #777;
    font-weight: 500;
  }
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_c_before,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_c_before {
    margin-right: -2.5px;
  }
  #nissan .b_c_b_item:nth-child(2) {
    margin-right: 0;
  }
  #nissan .b_c_benefits_car {
    display: block;
    width: 275px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    top: -40px;
    right: 10px;
  }
  #nissan .b_c_benefits_car img {
    width: 100%;
    height: auto;
  }
  #nissan .b_c_t_t:nth-child(2) svg {
    display: none;
  }
  #nissan .car_infomation {
    background: #f0f0f0;
  }
  #nissan .car_infomation:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    height: 15%;
    pointer-events: none;
    z-index: -1;
  }
  #nissan .car_infomation:before {
    top: 10px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 21%);
    clip-path: polygon(0 0, 100% 0, 100% 135%, 0 20%);
    max-width: 100%;
    height: 105%;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item_contents small,
  #nissan .s_i_items.s_i_items-02 .s_i_i_units small {
    display: inline-block;
  }
  #nissan .salary_bonus {
    padding-bottom: 0;
  }
  #nissan .salary_infomation {
    padding-top: 42px;
    padding-bottom: 38px;
  }
  #nissan .salary_infomation .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #nissan .car_i_title {
    font-size: 28px;
    line-height: 42px;
  }
  #nissan .car_i_title span {
    font-size: 20px;
  }
  #nissan .car_i_title img {
    max-width: 51px;
    height: 41px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: inherit;
    margin-left: 12px;
    margin-right: 7px;
    position: relative;
    z-index: 1;
    top: 8px;
  }
  #nissan .call {
    position: relative;
    display: block;
    opacity: 1;
    z-index: 1;
    margin-top: 245px;
    border-top: solid thin #129b27;
    border-bottom: solid thin #129b27;
  }
  #nissan .b_c_b_i_note small {
    padding-left: 10px;
  }
  #nissan .call_btn {
    font-size: 20px;
    height: 70px;
    border-radius: 12px;
    max-width: 305px;
  }
  #nissan .car_infomation {
    margin-top: 0;
    padding-top: 39px;
  }
  #nissan .car_i_contents_plus .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nissan .car_i_c_p_c_label {
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
  #nissan .car_i_c_p_c_label br {
    display: none;
  }
  #nissan .car_i_c_p_c_box_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nissan .car_i_c_p_c_temp {
    font-size: 21px;
  }
  #nissan .car_i_c_p_c_unit {
    font-size: 22px;
    margin-left: 0;
  }
  #nissan .car_i_c_p_c_label {
    background: transparent;
    width: 100%;
    margin: 0;
  }
  #nissan .car_i_c_p_c_label span {
    background: #c3002f;
    text-align: center;
    padding: 5.25px 12px;
    margin-right: 16px;
    margin-left: 22px;
    height: 36px;
  }
  #nissan .car_infomation:before {
    max-width: 100%;
    bottom: 0;
  }
  #nissan .car_i_contents_plus {
    margin-top: 0;
  }
  #nissan .car_i_c_p_c_box_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nissan .car_i_c_p_c_number {
    font-size: 98px;
    line-height: 98px;
  }
  #nissan .car_i_c_p_contents {
    padding-left: 20px;
    margin: 0;
    padding-right: 20px;
  }
  #nissan .car_i_c_p_c_box_bottom {
    font-size: 14px;
    padding-left: 0;
    margin-top: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #nissan .car_i_c_p_c_box_bottom b {
    font-size: 20px;
  }
  #nissan .salary_bonus:before .car_i_c_p_note {
    font-size: 13px;
    left: 0;
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 21px;
    letter-spacing: 1px;
  }
  #nissan .car_i_c_p_c_box_bottom span {
    font-size: 14px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  #nissan .car_i_c_p_c_box_contents {
    margin-top: 0;
    padding-left: 0;
    letter-spacing: 0;
    font-weight: 500;
  }
  #nissan .car_i_c_p_c_box_bottom b {
    font-size: 14px;
    font-weight: 500;
  }
  #nissan .car_i_c_p_c_box_contents p {
    margin-top: 7.5px;
  }
  #nissan .salary_bonus:before {
    background-size: cover;
  }
  #nissan .s_i_items.s_i_items-01 > * {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 3.5px;
  }
  #nissan .s_i_items.s_i_items-01 > :last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #nissan .s_i_items.s_i_items-02 > :nth-last-child(1),
  #nissan .s_i_items.s_i_items-02 > :nth-last-child(2) {
    padding-bottom: 0;
    padding-top: 13px;
  }
  #nissan .s_b_items > * svg {
    left: 13%;
    width: 27px;
  }
  #nissan .s_i_items.s_i_items-02 > * {
    max-width: calc(50% - 5px);
    width: 100%;
    margin-bottom: 8.5px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_item_label {
    border-bottom: transparent;
    padding-bottom: 0;
    min-width: 140px;
    font-size: 15px;
    border-right: solid 1px #c3002f;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_item_label span:nth-child(1) {
    display: block;
    width: 100%;
  }
  #nissan .s_i_item_contents {
    margin: auto;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_i_number {
    font-size: 56px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_i_unit {
    font-size: 17px;
  }
  #nissan .s_i_items.s_i_items-01 .s_i_item_contents strong {
    font-size: 36px;
    margin-top: 0;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item_label {
    font-size: 14px;
    padding-bottom: 4px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_i_number {
    font-size: 36px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_i_unit {
    font-size: 12px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item_contents strong {
    font-size: 28px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_i_note {
    display: none;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(2) .s_i_item_contents,
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(3) .s_i_item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(2) .s_i_item_contents small,
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(2) .s_i_item_contents span,
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(3) .s_i_item_contents small,
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(3) .s_i_item_contents span {
    display: block;
    text-align: left;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(2) .s_i_item_contents small,
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(3) .s_i_item_contents small {
    font-size: 10px;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_i_units {
    padding-left: 5px;
  }
  #nissan .s_i_item_contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(2) .s_i_item_contents {
    margin-left: 25%;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item:nth-child(4) .s_i_item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nissan .s_i_items.s_i_items-02 .s_i_item .s_i_item_contents small {
    font-size: 10px;
  }
  #nissan .s_i_note {
    margin-top: 0;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    line-height: 23px;
  }
  #nissan .works {
    padding-top: 81px;
  }
  #nissan .works_car {
    left: 15px;
    max-width: 188px;
    top: -120px;
  }
  #nissan .w_b_title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  #nissan .w_b_ok img {
    width: 64px;
  }
  #nissan .w_b_desc {
    font-size: 16px;
    margin-bottom: 11px;
  }
  #nissan .w_b_items {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #nissan .w_b_l_label {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
  }
  #nissan .w_b_l_value {
    font-size: 13px;
    font-weight: 500;
  }
  #nissan .w_box {
    width: 100%;
  }
  #nissan .w_b_l_label:nth-child(1) {
    display: block;
    font-weight: 700;
  }
  #nissan .w_b_ok img {
    width: 70px;
  }
  #nissan .w_b_ok {
    right: 20px;
    bottom: unset;
    top: -50px;
  }
  #nissan .w_b_i_i_label {
    font-size: 12px;
  }
  #nissan .w_b_i_i_number {
    font-size: 34px;
    font-weight: 600;
    line-height: initial;
    margin-bottom: -7px;
  }
  #nissan .w_b_i_i_value {
    font-size: 32px;
    font-weight: 700;
  }
  #nissan .w_b_items > * {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }
  #nissan .w_b_items > :last-child {
    margin-bottom: 0;
  }
  #nissan .w_b_i_i_cricle {
    max-width: 38.25%;
    padding-top: 10px;
  }
  #nissan .w_b_i_i_desc {
    width: 65.75%;
    margin-left: 15px;
    margin-top: 0;
    font-size: 14px;
    text-align: -webkit-auto;
    padding: 12px 10px;
    min-height: auto;
  }
  #nissan .w_b_items > * .arrow {
    display: none;
  }
  #nissan .w_b_items > * .arrow_sp {
    left: 16%;
    top: unset;
    bottom: -38px;
    position: absolute;
    z-index: 1;
  }
  #nissan .w_b_note {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
  }
  #nissan .c_title {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  #nissan .c_title svg {
    position: absolute;
    width: 24px;
  }
  #nissan .c_title svg.svg-1 {
    left: -30px;
    bottom: -7px;
  }
  #nissan .c_title svg.svg-2 {
    right: -30px;
    bottom: -7px;
  }
  #nissan .c_title span {
    display: block;
  }
  #nissan .c_desc {
    font-size: 16px;
    max-width: 192px;
    line-height: 27px;
  }
  #nissan .c_desc span {
    font-size: 18px;
  }
  #nissan .w_b_items > * .arrow.hidden_pc {
    display: inline-block;
  }
  #nissan .c_a_woman,
  #nissan .c_a_man {
    z-index: -1;
  }
  #nissan .c_a_man {
    max-width: 124px;
    right: -7%;
    top: 76px;
  }
  #nissan .chazo .inner {
    margin-bottom: 25px;
  }
  #nissan .c_action .inner {
    padding-top: 30px;
    border-top: solid thin #129b27;
    border-bottom: solid thin #129b27;
  }
  #nissan .c_action .inner .c_to_action {
    max-width: 305px;
  }
  #nissan .chazo {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #nissan .c_a_woman {
    max-width: 104px;
    left: -5%;
    top: 90px;
  }
  #nissan .c_action .inner,
  #nissan .c_action {
    position: static;
  }
  #nissan .c_to_action {
    border-radius: 12px;
    font-size: 20px;
    height: 70px;
  }
  #nissan .c_action .inner {
    margin-bottom: 0;
  }
  #nissan .images {
    margin-top: 0;
    padding-top: 40px;
  }
  #nissan .i_name,
  #nissan .m_title,
  #nissan .a_c_title {
    font-size: 20px;
    margin-bottom: 26px;
  }
  #nissan .i_title {
    font-size: 24px;
    letter-spacing: 0;
  }
  #nissan .i_items {
    margin-top: 17px;
  }
  #nissan .i_i_image {
    margin-top: 15px;
  }
  #nissan .i_desc {
    font-size: 15px;
    line-height: 30px;
  }
  #nissan .i_items > * {
    max-width: 100%;
  }
  #nissan .i_items > :not(:last-child) {
    margin-bottom: 15px;
  }
  #nissan .i_i_label {
    margin-right: auto;
    margin-left: 0;
    width: 17.5%;
  }
  #nissan .i_i_names span {
    padding: 8.5px 7.5px;
  }
  #nissan .i_i_image img {
    max-width: 310px;
    margin-left: auto;
    display: block;
    max-height: 180px;
  }
  #nissan .i_i_names {
    margin-left: 24px;
    margin-top: -25px;
  }
  #nissan .a_c_b_desc {
    font-size: 15px;
    line-height: 28px;
  }
  #nissan .i_i_names span,
  #nissan .m_b_c_desc,
  #nissan .m_b_c_content,
  #nissan .a_c_b_slogan {
    font-size: 13px;
  }
  #nissan .i_i_note span {
    text-align: left;
    margin-left: 18px;
  }
  #nissan .i_items > :nth-child(2) .i_i_names {
    margin-top: -65px;
  }
  #nissan .i_i_note {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #nissan .about_cafee {
    padding-top: 32px;
    padding-bottom: 29px;
  }
  #nissan .a_c_box {
    max-width: calc(100% - 10px);
  }
  #nissan .a_c_b_slogan {
    height: 37px;
    max-width: 237px;
    margin-bottom: 7px;
    margin-top: 0;
  }
  #nissan .map .m_title {
    margin-bottom: 5px;
  }
  #nissan .m_b_images {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #nissan .m_b_contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #nissan .m_b_c_ok {
    margin-bottom: 8px;
    margin-top: 10px;
  }
  #nissan .m_b_c_o_image {
    margin-top: 0;
  }
  #nissan .m_b_c_title {
    font-size: 16px;
    margin-bottom: 0;
  }
  #nissan .m_b_c_o_title {
    font-size: 16px;
  }
  #nissan .m_b_c_o_image {
    max-width: 170px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #nissan .m_b_i_images > * {
    width: calc(20% - 2.5px);
  }
  #nissan .m_b_c_desc {
    padding-left: 4px;
  }
  #nissan .m_b_c_desc,
  #nissan .m_b_c_content {
    line-height: 26px;
    position: relative;
    z-index: 2;
  }
  #nissan .m_b_i_image_sp {
    max-width: 100%;
    width: 100%;
    margin-top: -185px;
    position: relative;
    z-index: 1;
    right: -15px;
    pointer-events: none;
  }
  #nissan .m_b_i_image_sp img {
    max-width: inherit;
  }
  #nissan .m_b_i_images.hidden_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  #nissan .map {
    padding-bottom: 36px;
  }
  #nissan .steps {
    padding-top: 51px;
    padding-bottom: 59px;
  }
  #nissan .st_items {
    margin-top: 27px;
  }
  #nissan .s_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #nissan .s_i_i_n_label {
    font-size: 12px;
  }
  #nissan .s_i_i_n_index {
    font-size: 41px;
    line-height: 41px;
  }
  #nissan .sts_i_i_number {
    width: 23.25%;
    border: solid 4px #c3002f;
  }
  #nissan .s_i_i_image.hidden_sp {
    display: none;
  }
  #nissan .s_i_i_image.hidden_pc {
    margin-left: 0;
    width: 100%;
    max-width: inherit;
    margin-bottom: 2.5px;
  }
  #nissan .s_i_i_contents .s_i_i_image.hidden_pc img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 110px;
  }
  #nissan .s_i_i_c_title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 30px;
  }
  #nissan .s_i_i_c_title span {
    display: block;
    font-size: 18px;
    margin-top: 0;
  }
  #nissan .s_i_i_c_desc {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
  }
  #nissan .st_i_item:not(:last-child) {
    margin-bottom: 15.5px;
  }
  #nissan .st_i_item:not(:last-child) .s_i_i_contents {
    padding-top: 18.5px;
  }
  #nissan .s_i_i_contents {
    padding-top: 15px;
    padding-left: 20px;
  }
  #nissan .hidden_sp {
    display: none;
  }
  #nissan .about_us {
    margin-top: 35.5px;
    background-image: url(../../images/nissan/bg-about-us.jpg);
  }
  #nissan .a_u_titles {
    padding: 12.7px 15px;
    max-width: 298px;
    top: -42px;
    margin-bottom: -54px;
  }
  #nissan .a_u_t_sm {
    font-size: 18px;
    margin-bottom: 2px;
  }
  #nissan .a_u_t_lg {
    font-size: 28px;
  }
  #nissan .a_u_contents {
    font-size: 15px;
  }
  #nissan .a_u_b_c_label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #nissan .a_u_b_c_label div br {
    display: none;
  }
  #nissan .a_u_b_c_label span {
    font-size: 24px;
  }
  #nissan .a_u_b_c_label:after {
    width: 92.67px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #nissan .a_u_box .a_u_box_top {
    margin-bottom: 30px;
  }
  #nissan .a_u_image {
    padding-left: 0;
  }
  #nissan .a_u_image img {
    margin-bottom: 9px;
  }
  #nissan .a_u_b_c_label div {
    margin-top: 1px;
  }
  #nissan .a_u_box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 35px 20px 30px;
  }
  #nissan .about_us {
    padding-bottom: 30px;
  }
  #nissan .specs {
    padding-top: 52px;
  }
  #nissan .specs .spe_title {
    font-size: 28px;
  }
  #nissan .specs .spe_items {
    margin-top: 28px;
  }
  #nissan .spe_i_label {
    min-width: inherit;
    width: 100%;
    border-top: transparent;
    border-left: solid;
    padding: 2.75px 10px;
    font-size: 16px;
  }
  #nissan .spe_i_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nissan .specs .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #nissan .spe_i_value {
    padding: 0;
    margin: 5px 12px 20px;
    font-size: 16px;
    border-top: transparent;
    line-height: 24px;
  }
  #nissan .spe_i_item:nth-child(3) .spe_i_value small {
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
  }
  #nissan .spe_i_item:nth-child(4) span {
    display: block;
    font-weight: 500;
  }
  #nissan .spe_i_item:nth-child(6) span,
  #nissan .spe_i_item:nth-child(6) .spe_i_value {
    display: block;
    text-align: left;
  }
  #nissan .spe_i_item:nth-child(7) .spe_i_v small {
    font-size: 15px;
    line-height: 22px;
    color: #777;
    font-weight: 500;
  }
  #nissan .spe_i_v {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-weight: 500;
  }
  #nissan .spe_i_values {
    border: transparent;
  }
  #nissan .spe_i_values .spe_i_v:nth-child(2) span {
    padding-left: 0;
    font-size: 15px;
    color: #777;
  }
  #nissan .spe_i_v:nth-child(3) {
    margin-left: 0;
  }
  #nissan .spe_i_v:nth-last-child(1),
  #nissan .spe_i_v:nth-last-child(2) {
    font-size: 15px;
    color: #777;
  }
  #nissan .spe_note small span {
    display: block;
    text-align: left;
  }
  #nissan .spe_note small {
    text-align: left;
    font-size: 14px;
    color: #777;
    line-height: 23px;
  }
  #nissan .spe_note {
    margin-top: 10px;
    padding-right: 0;
  }
  #nissan .specs {
    padding-bottom: 50px;
  }
  #nissan .spe_i_v:nth-last-child(2) span small {
    padding-left: 15px;
    display: block;
    margin-bottom: 2.5px;
  }
  #nissan .supports {
    padding-top: 52px;
    padding-bottom: 50px;
  }
  #nissan .sps_box > * {
    margin-top: 28px;
    max-width: 100%;
    margin-top: 10px;
  }
  #nissan .sps_b_col.col_r .sps_b_c_title,
  #nissan .sps_b_c_title {
    font-size: 20px;
  }
  #nissan .sps_b_c_title svg {
    width: 20px;
  }
  #nissan .sps_b_c_phone {
    font-size: 32px;
  }
  #nissan .sps_b_c_phone img {
    width: 38.45px;
    height: 22px;
  }
  #nissan .sps_b_c_times span {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 4px;
  }
  #nissan .sps_b_c_times {
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
  }
  #nissan .sps_b_c_code {
    padding: 7.25px 10px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  #nissan .sps_copy_right {
    font-size: 12px;
  }
  #nissan .sps_b_col.col_l .sps_b_c_title {
    margin-bottom: 9px;
  }
  #nissan .sps_box > * {
    padding: 28px 20px;
  }
  #nissan .sps_b_col.col_r .sps_b_c_title,
  #nissan .sps_b_c_title {
    font-size: 16px;
  }
  #nissan .sps_b_col.col_r .sps_b_c_title svg {
    width: 30px;
  }
  #nissan .sps_b_col.col_r .sps_b_c_title {
    margin-bottom: 7px;
  }
  #nissan .sps_call_to,
  #nissan .sps_line {
    margin-left: 45px;
    height: 44px;
    margin-right: auto;
    width: auto;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  #nissan .sps_b_col.col_r {
    padding-left: 32px;
  }
  #nissan .sps_line {
    margin-bottom: 0;
  }
  #nissan .copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #nissan .car_i_contents {
    margin-left: auto;
    margin-right: auto;
  }
  #nissan .car_i_c_p_c_box_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nissan .car_i_c_p_note * {
    display: inline-block;
  }
  #nissan .car_i_c_p_note {
    left: -30px;
    top: 0;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #nissan .m_b_c_o_title span {
    line-height: 22px;
  }
}
@media (max-width: 380px) {
  #nissan .b_c_b_item:nth-child(2) .b_c_b_i_title,
  #nissan .b_c_b_item:nth-child(3) .b_c_b_i_title {
    margin-top: 7.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    margin-top: 25px;
  }
  #nissan .sps_call_to,
  #nissan .sps_line {
    max-width: 213px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 180px;
  }
  #nissan .b_c_b_item:nth-child(2),
  #nissan .b_c_b_item:nth-child(3) {
    max-width: 100px;
  }
}
@media (max-width: 365px) {
  #nissan .car_i_title {
    font-size: 22px;
    line-height: initial;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 155px;
  }
  #nissan .w_b_ok {
    right: 10px;
    bottom: unset;
    top: -50px;
  }
  #nissan .w_b_i_i_value {
    font-size: 24px;
  }
  #nissan .i_item:nth-child(3) .i_i_label,
  #nissan .i_i_label {
    font-size: 9.5px;
  }
  #nissan .s_i_i_n_index {
    font-size: 30px;
    line-height: 30px;
  }
  #nissan .a_u_box {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #nissan .car_i_c_p_c_box_bottom span,
  #nissan .car_i_c_p_note *,
  #nissan .car_i_c_p_c_box_bottom {
    font-size: 13px;
  }
  #nissan .spe_i_value,
  #nissan .a_c_b_desc,
  #nissan .spe_i_item:nth-child(7) .spe_i_v small,
  #nissan .spe_i_v:nth-last-child(1),
  #nissan .spe_i_v:nth-last-child(2),
  #nissan .spe_i_values .spe_i_v:nth-child(2) span,
  #nissan .spe_i_v,
  #nissan .sps_b_col.col_r .sps_b_c_title,
  #nissan .sps_b_c_title,
  #nissan .spe_i_item:nth-child(3) .spe_i_value small {
    font-size: 14px;
  }
  #nissan .s_i_i_c_title {
    font-size: 20px;
    line-height: 26px;
  }
  #nissan .s_title {
    font-size: 24px;
  }
  #nissan .w_b_items > * .arrow_sp {
    left: 15%;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 55px;
    line-height: 55px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    margin-left: -32px;
  }
  #nissan .b_c_t_t:nth-child(1) {
    padding-left: 15px;
  }
  #nissan .b_c_t_t:nth-child(2) {
    padding-left: 65px;
  }
  #nissan .b_c_benefits_car {
    top: -30px;
  }
  #nissan .call {
    margin-top: 300px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    margin-top: 17.5px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_c_number {
    font-size: 50px;
    line-height: 50px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_text {
    font-size: 16px;
  }
  #nissan .b_c_b_item:nth-child(1) .b_c_b_i_title {
    font-size: 15px;
  }
  #nissan .sps_b_c_phone {
    font-size: 28px;
  }
}
@media (max-width: 325px) {
  #nissan .b_c_t_t:nth-child(2) {
    margin-left: -52px;
  }
  #nissan .b_c_b_item:nth-child(1) {
    max-width: 140px;
  }
}
#nissan .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#nissan .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#nissan .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#nissan .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#nissan .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#nissan .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
#nissan .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#nissan .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#nissan .jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
#nissan .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#nissan .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#nissan .heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}/*# sourceMappingURL=nissan.css.map */