@charset "UTF-8";
.page-phev {
  font-family: "MMC", "Roboto", "Noto Sans JP", sans-serif;
}

.page-phev section {
  min-height: 30vh;
}

.page-phev .anim {
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}

.page-phev .anim-top {
  min-width: 1200px;
}

.page-phev .anim-top img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.page-phev .anim-bottom {
  background: #555555;
  padding: 20px 100px;
  width: 100%;
  min-width: 1200px;
}

.page-phev .anim-bottom img {
  display: block;
  margin: 0 auto;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .page-phev .anim {
    min-width: auto;
    min-height: initial;
    width: 100%;
  }
  .page-phev .anim-top {
    min-width: auto;
    width: 100%;
  }
  .page-phev .anim-top img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .page-phev .anim-bottom {
    background: #555555;
    padding: 0;
    width: 100%;
    min-width: auto;
  }
  .page-phev .anim-bottom img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

.page-phev .anim .anim-time {
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 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: 1px solid #e60012;
  background: #000;
  border-radius: 25px;
  color: #fff;
  font-family: "mmc";
  padding: 5px 35px 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

.page-phev .anim .anim-time span {
  z-index: 2;
}

.page-phev .anim .anim-time:focus {
  outline: none;
}

.page-phev .anim .anim-time:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #e60012;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-phev .anim .anim-time {
    width: 35.2vw;
    height: 8vw;
    font-size: 3.2vw;
    top: auto;
    right: 15px;
    bottom: 20px;
    border-radius: 25px;
  }
}

.page-phev .anim .anim-scroll {
  position: absolute;
  width: 17px;
  bottom: 20px;
  left: 40px;
  text-align: center;
}

.page-phev .anim .anim-scroll-text {
  display: block;
  margin-bottom: 10px;
}

.page-phev .anim .anim-scroll-text img {
  max-width: 17px;
}

.page-phev .anim .anim-scroll-arrow img {
  max-width: 9px;
}

.page-phev .anim .anim-bg {
  background: #fff;
  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;
  height: 768px;
}

@media screen and (max-width: 767px) {
  .page-phev .anim .anim-bg {
    height: 132.26667vw;
    min-height: initial;
  }
}

.page-phev .anim .history-image,
.page-phev .anim .history2-image {
  width: 40vw;
}

.page-phev .anim .history-image img,
.page-phev .anim .history2-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .history-image,
  .page-phev .anim .history2-image {
    width: 640px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-phev .anim .history-image,
  .page-phev .anim .history2-image {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .page-phev .anim .history-image,
  .page-phev .anim .history2-image {
    width: 70vw;
  }
}

.page-phev .anim .anim-intro {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.page-phev .anim .anim-intro-text {
  font-family: sans-serif;
  width: 100%;
  white-space: nowrap;
}

.page-phev .anim .anim-intro-1 {
  line-height: 1;
  font-weight: 500;
  font-size: 8.5vw;
  color: #000;
  vertical-align: middle;
  white-space: nowrap;
  display: inline;
}

.page-phev .anim .anim-intro-1-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.page-phev .anim .anim-intro-1-en {
  font-family: "mmc";
  font-size: 9.6vw;
  letter-spacing: -0.05em;
  font-weight: 500;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .anim-intro-1 {
    font-size: 136px;
  }
  .page-phev .anim .anim-intro-1-en {
    font-size: 153.6px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .page-phev .anim .anim-intro-1 {
    font-size: 102px;
  }
  .page-phev .anim .anim-intro-1-en {
    font-size: 115.2px;
  }
}

.page-phev .anim .scene1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-phev .anim .scene1-text {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.page-phev .anim .scene1-1 {
  font-family: mmc;
  line-height: 1;
  font-weight: bold;
  font-size: 20vw;
  color: #f00;
  vertical-align: middle;
  white-space: nowrap;
  font-family: sans-serif;
  display: inline;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .scene1-1 {
    font-size: 320px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-phev .anim .scene1-1 {
    font-size: 240px;
  }
}

@media screen and (max-width: 767px) {
  .page-phev .anim .scene1-1 {
    font-size: 20vw;
  }
}

.page-phev .anim .scene2 {
  opacity: 0;
  visibility: hidden;
}

.page-phev .anim .scene2 .history {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene2 .history-year-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  font-size: 3vw;
  font-weight: 500;
  font-family: "MMC";
  color: #fff;
  white-space: nowrap;
}

.page-phev .anim .scene2 .history-year-title::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  content: "";
  width: 5vw;
  height: 4px;
  background: #e10314;
}

.page-phev .anim .scene2 .history-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene2 .history-year {
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .scene2 .history-year-title {
    font-size: 48px;
  }
  .page-phev .anim .scene2 .history-year-title::after {
    width: 80px;
  }
  .page-phev .anim .scene2 .history-year {
    font-size: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-phev .anim .scene2 .history-year-title {
    font-size: 36px;
  }
  .page-phev .anim .scene2 .history-year-title::after {
    width: 60px;
  }
  .page-phev .anim .scene2 .history-year {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-phev .anim .scene2 .history-year-title {
    font-size: 6vw;
  }
  .page-phev .anim .scene2 .history-year-title::after {
    width: 60px;
  }
  .page-phev .anim .scene2 .history-year {
    font-size: 11vw;
  }
}

.page-phev .anim .scene3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.page-phev .anim .scene3-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-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;
}

.page-phev .anim .scene3-1 {
  font-family: mmc;
  line-height: 1;
  font-weight: bold;
  font-size: 20vw;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  font-family: sans-serif;
  display: inline;
}

.page-phev .anim .scene3 .history2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene3 .history2-year-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  font-size: 3vw;
  font-weight: 500;
  font-family: "MMC";
  color: #fff;
  white-space: nowrap;
}

.page-phev .anim .scene3 .history2-year-title::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  content: "";
  width: 5vw;
  height: 4px;
  background: #e10314;
}

.page-phev .anim .scene3 .history2-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene3 .history2-year {
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .scene3-1 {
    font-size: 320px;
  }
  .page-phev .anim .scene3 .history2-year-title {
    font-size: 48px;
  }
  .page-phev .anim .scene3 .history2-year-title::after {
    font-size: 80px;
  }
  .page-phev .anim .scene3 .history2-year {
    font-size: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-phev .anim .scene3-1 {
    font-size: 240px;
  }
  .page-phev .anim .scene3 .history2-year-title {
    font-size: 36px;
  }
  .page-phev .anim .scene3 .history2-year-title::after {
    font-size: 60px;
  }
  .page-phev .anim .scene3 .history2-year {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-phev .anim .scene3-1 {
    font-size: 30vw;
  }
  .page-phev .anim .scene3 .history2-year-title {
    font-size: 6vw;
  }
  .page-phev .anim .scene3 .history2-year-title::after {
    width: 60px;
  }
  .page-phev .anim .scene3 .history2-year {
    font-size: 11vw;
  }
}

.page-phev .anim .scene4 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.page-phev .anim .scene4-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.page-phev .anim .scene4-4wd {
  position: absolute;
  font-family: "mmc";
  font-weight: bold;
  color: #000;
  top: 55%;
  left: 0%;
  width: 110vw;
  max-width: 2000px;
  -webkit-transform: translate(-110vw, -50%);
          transform: translate(-110vw, -50%);
  opacity: 0.8;
}

.page-phev .anim .scene4-4wd img {
  width: 100%;
  height: auto;
}

.page-phev .anim .scene4-ev {
  position: absolute;
  font-family: "mmc";
  font-weight: bold;
  color: #000;
  opacity: 0.8;
  width: 65vw;
  max-width: 1181px;
  text-align: center;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(50vw, -50%);
          transform: translate(50vw, -50%);
}

.page-phev .anim .scene4-ev img {
  width: 100%;
  height: auto;
}

.page-phev .anim .scene4-text {
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "mmc";
  font-weight: bold;
  color: transparent;
  font-size: 6vw;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  background: #000;
  padding: 1vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene4-text-strong {
  color: #e10314;
}

.page-phev .anim .scene4-phev-l, .page-phev .anim .scene4-phev-r, .page-phev .anim .scene4-phev-bg {
  position: absolute;
  top: 50%;
  width: 1300px;
  color: #fff;
  font-family: "mmc";
  font-weight: bold;
}

.page-phev .anim .scene4-phev-l img, .page-phev .anim .scene4-phev-r img, .page-phev .anim .scene4-phev-bg img {
  width: 100%;
  height: auto;
}

.page-phev .anim .scene4-phev-l {
  right: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.page-phev .anim .scene4-phev-r {
  right: auto;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.page-phev .anim .scene4-phev-bg {
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-phev .anim .scene4-last {
  position: absolute;
  opacity: 0;
  top: 55%;
  width: 100%;
  max-width: 1440px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.page-phev .anim .scene4-last img {
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
  .page-phev .anim .scene4-text {
    font-size: 96px;
    padding: 16px;
  }
  .page-phev .anim .scene4-text-strong {
    color: #e10314;
  }
  .page-phev .anim .scene4-last {
    max-width: 1440px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-phev .anim .scene4-4wd {
    -webkit-transform: translate(-200vw, -50%);
            transform: translate(-200vw, -50%);
  }
  .page-phev .anim .scene4-ev {
    -webkit-transform: translate(200vw, -50%);
            transform: translate(200vw, -50%);
  }
  .page-phev .anim .scene4-text {
    font-size: 72px;
    padding: 12px;
  }
  .page-phev .anim .scene4-text-strong {
    color: #e10314;
  }
  .page-phev .anim .scene4-last {
    max-width: 1260px;
  }
}

@media screen and (max-width: 767px) {
  .page-phev .anim .scene4-4wd {
    width: 110vw;
  }
  .page-phev .anim .scene4-4wd img {
    max-width: 100%;
    height: auto;
  }
  .page-phev .anim .scene4-ev {
    width: 65vw;
  }
  .page-phev .anim .scene4-ev img {
    max-width: 100%;
    height: auto;
  }
  .page-phev .anim .scene4-text {
    font-size: 10vw;
    white-space: normal;
    display: inline-block;
  }
  .page-phev .anim .scene4-text-normal {
    display: block;
    white-space: nowrap;
  }
  .page-phev .anim .scene4-text-strong {
    display: block;
    white-space: nowrap;
  }
  .page-phev .anim .scene4-phev-l, .page-phev .anim .scene4-phev-r, .page-phev .anim .scene4-phev-bg {
    width: 100%;
  }
  .page-phev .anim .scene4-phev-l img, .page-phev .anim .scene4-phev-r img, .page-phev .anim .scene4-phev-bg img {
    max-width: 100%;
  }
}

.page-phev .line-wrapper {
  position: relative;
}

.page-phev .line {
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  background: url("../images/bg-line.png") repeat-y center top;
}

.page-phev .main {
  background: #fff;
  position: relative;
}

.page-phev .container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-phev .intro {
  padding: 120px 100px;
  color: #262626;
  text-align: center;
  line-height: 2.22222;
  letter-spacing: 0.05em;
  background: linear-gradient(-57deg, #ebedee, #fbfdfc);
  font-weight: bold;
  font-size: 18px;
}

.page-phev .intro-title {
  font-size: 35px;
  letter-spacing: 0.035em;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-phev .intro p {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: bold;
}

.page-phev .intro .car-history img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page-phev .intro {
    padding: 60px 4% 50px;
  }
  .page-phev .intro-title {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .page-phev .intro p {
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.69231;
    text-align: left;
  }
}

.page-phev .section-title-label {
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.05em;
}

.page-phev .section-title-wrapper {
  margin-bottom: 60px;
}

.page-phev .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 30px;
  letter-spacing: 0.075em;
  background: #db0012;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-phev .section-title-label {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page-phev .section-title-wrapper {
    margin-bottom: 24px;
  }
  .page-phev .section-title-wrapper.type-b {
    margin-bottom: 30px;
  }
  .page-phev .section-title {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 15px 15px;
    letter-spacing: 0.05em;
  }
}

.page-phev .about {
  background: #fff;
  padding: 160px 0 160px;
}

.page-phev .about-text {
  color: #262626;
  line-height: 2.5;
  margin-bottom: 60px;
}

.page-phev .about-text p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}

.page-phev .about-text p:last-child {
  margin-bottom: 0;
}

.page-phev .about-image {
  max-width: 1108px;
  margin: 0 auto;
  padding-left: 80px;
  position: relative;
  z-index: 5;
}

.page-phev .about-image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-phev .about {
    padding: 80px 4%;
  }
  .page-phev .about-text {
    margin-bottom: 35px;
  }
  .page-phev .about-text p {
    text-align: left;
    font-size: 13px;
    line-height: 1.69231;
  }
  .page-phev .about-image {
    padding-left: 0;
  }
}

.page-phev .feature {
  position: relative;
  padding-top: 107px;
  background: url("../images/bg-feature.png") no-repeat center top;
  background-size: 100% auto;
  margin-bottom: 160px;
}

.page-phev .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #262626;
  margin-bottom: 38px;
}

.page-phev .feature-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-phev .feature-item.reverse .feature-text {
  margin-left: 140px;
  -webkit-transform: translateX(156px);
          transform: translateX(156px);
}

.page-phev .feature-text {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-phev .feature-text-title {
  font-size: 18px;
  font-family: "mmc";
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.page-phev .feature-text-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-phev .feature-text-title .number {
  padding-left: 15px;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.page-phev .feature-text-content {
  font-size: 37px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  white-space: nowrap;
}

.page-phev .feature-text-content span {
  padding-bottom: 5px;
  border-bottom: 3px solid #e60012;
}

.page-phev .feature-text-small {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.page-phev .feature-text .btn-round {
  margin-top: 40px;
}

.page-phev .feature-image {
  max-width: 792px;
}

.page-phev .feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 76px;
}

.page-phev .feature-items .feature-item {
  width: 384px;
  display: block;
  max-width: 32%;
}

.page-phev .feature-items .feature-item .btn-round {
  margin: 0 auto;
}

.page-phev .feature-items .feature-image {
  margin-bottom: 30px;
}

.page-phev .feature-items .feature-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.page-phev .feature-items .feature-text-title {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-phev .feature-items .feature-text-content {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
}

.page-phev .feature-items .feature-text-small {
  display: block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page-phev .feature {
    background: url("../images/bg-feature_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding: 65px 4% 0;
    margin-bottom: 80px;
  }
  .page-phev .feature-item {
    margin-bottom: 45px;
    display: block;
  }
  .page-phev .feature-item.type-b {
    margin-bottom: 25px;
  }
  .page-phev .feature-item.reverse .feature-text {
    -webkit-transform: translateX(0px) translateY(-20px);
            transform: translateX(0px) translateY(-20px);
    margin-left: 0;
  }
  .page-phev .feature-text {
    -webkit-transform: translateX(0px) translateY(-20px);
            transform: translateX(0px) translateY(-20px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    display: block;
  }
  .page-phev .feature-text-title {
    font-size: 14px;
    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;
    margin-bottom: 10px;
  }
  .page-phev .feature-text-title .number {
    padding-left: 10px;
    font-size: 40px;
  }
  .page-phev .feature-text-content {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .page-phev .feature-text-small {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-phev .feature-text .btn-round {
    margin-top: 15px;
  }
  .page-phev .feature-image {
    max-width: 792px;
  }
  .page-phev .feature-items {
    display: block;
    padding-top: 15px;
  }
  .page-phev .feature-items .feature-item {
    width: auto;
    max-width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-phev .feature-items .btn-wrapper {
    width: 100%;
  }
  .page-phev .feature-items .feature-text {
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
    display: block;
  }
  .page-phev .feature-items .feature-text-title {
    margin: 0 0 -1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-phev .feature-items .feature-text-content {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-phev .feature-items .feature-text-small {
    font-size: 13px;
  }
  .page-phev .feature-items .feature-image {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 45.86667%;
  }
}

.page-phev .electric-technology {
  position: relative;
  z-index: 2;
  margin-bottom: 160px;
}

.page-phev .electric-technology .section-title-wrapper {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: -50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.page-phev .electric-technology-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-phev .electric-technology-image {
  width: 90%;
  -webkit-transform: translateX(-7.40741%);
          transform: translateX(-7.40741%);
  max-width: 1080px;
}

.page-phev .electric-technology-text {
  position: absolute;
  left: calc(50% + 100px);
  bottom: 80px;
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5;
  z-index: 2;
}

.page-phev .electric-technology-text p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-phev .electric-technology {
    margin-bottom: 0;
    padding: 0 4% 80px;
  }
  .page-phev .electric-technology-content {
    display: block;
  }
  .page-phev .electric-technology-image {
    width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 -4vw 20px;
  }
  .page-phev .electric-technology-text {
    position: static;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.69231;
  }
  .page-phev .electric-technology-text p {
    margin-bottom: 20px;
  }
}

.page-phev .series {
  position: relative;
  z-index: 2;
}

.page-phev .series .section-title-wrapper {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: -50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.page-phev .series-bg {
  padding: 58px 0 120px;
  background: linear-gradient(-57deg, #ebedee, #fbfbfb);
}

.page-phev .series-items {
  width: 952px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-phev .series-item {
  width: 462px;
  text-align: center;
}

.page-phev .series-item:nth-child(1) {
  margin-right: 30px;
}

.page-phev .series-item:nth-child(1) .series-item-name {
  width: 180px;
}

.page-phev .series-item:nth-child(2) .series-item-name {
  width: 283px;
}

.page-phev .series-item-image img {
  max-width: 100%;
  height: auto;
}

.page-phev .series-item-name {
  display: block;
  margin: -20px auto 40px;
}

.page-phev .series-item-name img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-phev .series .container:first-child {
    margin-bottom: -20px;
    padding: 0 4vw;
  }
  .page-phev .series .section-title-wrapper {
    margin-bottom: 20px;
  }
  .page-phev .series-bg {
    padding: 0 4vw 60px;
  }
  .page-phev .series-items {
    display: block;
    width: 100%;
  }
  .page-phev .series-item:nth-child(1) {
    margin-right: 0;
  }
  .page-phev .series-item:nth-child(1) .series-item-name {
    display: block;
    width: 33.6vw;
  }
  .page-phev .series-item:nth-child(2) .series-item-name {
    display: block;
    width: 52.8vw;
  }
  .page-phev .series-item {
    width: auto;
    max-width: initial;
  }
  .page-phev .series-item-image img {
    max-width: 83.2vw;
    height: auto;
  }
  .page-phev .series-item-name {
    display: block;
    margin: -10px auto 20px;
  }
  .page-phev .series-item-name img {
    width: 100%;
    height: auto;
  }
}

.page-phev .subsidy {
  margin-top: 160px;
  padding: 120px 0;
  background: linear-gradient(-45deg, #0d2430, #010303);
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-phev .subsidy .mov-wrap {
  position: relative;
  width: 486px;
  height: 274px;
  z-index: 1;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.page-phev .subsidy .mov-wrap img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-phev .subsidy .mov-wrap button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page-phev .subsidy .mov-wrap .mod-button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(../images/modal-btn.png) no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-phev .subsidy .mov-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-phev .subsidy .mov-wrap:hover .mod-button {
  background: url(../images/modal-btn.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-phev .subsidy-container {
  max-width: 996px;
  margin: 0 auto;
}

.page-phev .subsidy-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.page-phev .subsidy-title span {
  border-bottom: 4px solid #db0012;
}

.page-phev .subsidy-simulation {
  text-align: center;
}

.page-phev .subsidy-simulation img {
  width: 100%;
}

.page-phev .subsidy-simulation .head {
  font-weight: bold;
}

.page-phev .subsidy-simulation .note {
  margin: 10px 0 0;
}

.page-phev .subsidy-simulation .price {
  margin: 5px 0 0;
}

.page-phev .subsidy-simulation .price strong {
  font-family: "mmc";
  font-weight: 400 !important;
  margin: 0 0 0 7px;
}

.page-phev .subsidy-simulation .price small {
  margin: 0 7px 0 0;
}

.page-phev .subsidy-simulation .img {
  margin: -10px auto 0;
}

.page-phev .subsidy-intro .head {
  text-align: center;
  line-height: 1.5;
}

.page-phev .subsidy-more-area {
  display: none;
}

.page-phev .subsidy-more-area .table {
  line-height: 1.5;
}

.page-phev .subsidy-more-area .table .caption {
  line-height: 1.7;
}

.page-phev .subsidy-more-area .table table {
  margin: 25px 0;
  width: 100%;
}

.page-phev .subsidy-more-area .table th,
.page-phev .subsidy-more-area .table td {
  border: 1px solid #4e4e4e;
}

.page-phev .subsidy-more-area .table th {
  font-weight: bold;
}

.page-phev .subsidy-more-area .table thead th,
.page-phev .subsidy-more-area .table thead td {
  text-align: center;
  white-space: nowrap;
}

.page-phev .subsidy-more-area .table thead th small,
.page-phev .subsidy-more-area .table thead td small {
  display: block;
}

.page-phev .subsidy-more-area .table tbody td.num {
  text-align: center;
  font-weight: bold;
}

.page-phev .subsidy-more-area .table tbody td.num strong {
  margin: 0 5px 0 0;
  font-family: "mmc";
  font-weight: 400 !important;
}

.page-phev .subsidy-more-area .table .title {
  font-weight: bold;
}

.page-phev .subsidy-more-area .table .note {
  font-size: 12px;
}

.page-phev .subsidy-more-area .body {
  line-height: 1.5;
}

.page-phev .subsidy-more-area .body a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.page-phev .subsidy-more-area .body a .icon-external {
  margin: 0 5px;
}

.page-phev .subsidy-more-area .body .head {
  margin: 20px 0;
  font-weight: bold;
}

.page-phev .subsidy-more-area .body table th,
.page-phev .subsidy-more-area .body table td {
  padding: 3px 0;
}

.page-phev .subsidy-more-area .body table th {
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
}

.page-phev .subsidy-more-area .body table th span {
  border-right: 1px solid #db0012;
  padding-right: 10px;
}

.page-phev .subsidy-more-area .body table .note {
  margin: 10px 0;
  font-size: 12px;
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}

.page-phev .subsidy-more-area .body table .note::before {
  content: "＊";
  margin-right: 0.2em;
}

.page-phev .subsidy-more-area .body ul {
  margin: 15px 0;
}

.page-phev .subsidy-more-area .body ul li {
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}

.page-phev .subsidy-more-area .body ul li::before {
  content: "●";
  margin-right: 0.2em;
}

.page-phev .subsidy-more-btn button {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-phev .subsidy {
    margin-top: 80px;
    padding: 60px 15px;
  }
  .page-phev .subsidy-title {
    text-align: left;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.91667;
    margin-bottom: 25px;
  }
  .page-phev .subsidy-title span {
    padding-bottom: 3px;
    border-bottom: 3px solid #db0012;
  }
  .page-phev .subsidy-simulation .item {
    margin: 40px 0 0;
  }
  .page-phev .subsidy-simulation .name {
    font-size: 12px;
  }
  .page-phev .subsidy-simulation .note {
    font-size: 12px;
  }
  .page-phev .subsidy-simulation .price strong {
    font-size: 27px;
  }
  .page-phev .subsidy-simulation .price small {
    font-size: 12px;
  }
  .page-phev .subsidy-simulation .img {
    width: 73vw;
  }
  .page-phev .subsidy-intro {
    margin: 25px 0 35px;
  }
  .page-phev .subsidy-intro .head {
    font-size: 13px;
  }
  .page-phev .subsidy-intro .body {
    margin: 35px 0 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .page-phev .subsidy-more-area .table .caption {
    font-size: 13px;
  }
  .page-phev .subsidy-more-area .table th,
  .page-phev .subsidy-more-area .table td {
    padding: 5px;
  }
  .page-phev .subsidy-more-area .table thead th,
  .page-phev .subsidy-more-area .table thead td {
    font-size: 12px;
  }
  .page-phev .subsidy-more-area .table thead th small,
  .page-phev .subsidy-more-area .table thead td small {
    font-size: 10px;
  }
  .page-phev .subsidy-more-area .table tbody th {
    vertical-align: top;
  }
  .page-phev .subsidy-more-area .table tbody td.num strong {
    font-size: 30px;
  }
  .page-phev .subsidy-more-area .table tbody td.num .closed {
    font-weight: 500 !important;
    font-size: 20px;
  }
  .page-phev .subsidy-more-area .table .txt {
    font-size: 12px;
  }
  .page-phev .subsidy-more-area .body .section {
    margin: 35px 0;
  }
  .page-phev .subsidy-more-area .body .section.closed-wrap {
    position: relative;
  }
  .page-phev .subsidy-more-area .body .section .closed-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;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -15px;
    top: 40px;
    width: calc(100% + 30px);
    height: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.8);
  }
  .page-phev .subsidy-more-area .body .section .closed-inner p {
    font-weight: 500 !important;
    font-size: 22px;
    margin-bottom: 40px;
    z-index: 2;
  }
  .page-phev .subsidy-more-area .body .section .closed-inner a {
    font-size: 16px;
    text-decoration: underline;
    z-index: 2;
  }
  .page-phev .subsidy-more-area .body .section .closed-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #212224 25%, #000 25%, #000 50%, #212224 50%, #212224 75%, #000 75%, #000);
    background-size: 5px 5px;
    z-index: 1;
    opacity: 0.6;
  }
  .page-phev .subsidy-more-area .body .head {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .page-phev .subsidy-simulation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-phev .subsidy-simulation .item {
    margin: 0 10px;
  }
  .page-phev .subsidy-simulation .price {
    font-size: 20px;
  }
  .page-phev .subsidy-simulation .price strong {
    font-size: 30px;
  }
  .page-phev .subsidy-simulation .price small {
    font-size: 14px;
  }
  .page-phev .subsidy-simulation .img {
    width: 370px;
  }
  .page-phev .subsidy-intro {
    margin: 15px 0 60px;
    text-align: center;
  }
  .page-phev .subsidy-intro .head {
    font-size: 16px;
  }
  .page-phev .subsidy-intro .body {
    margin: 50px 0 0;
    font-size: 16px;
    line-height: 2;
  }
  .page-phev .subsidy-more-area .table .caption {
    font-size: 16px;
    text-align: center;
  }
  .page-phev .subsidy-more-area .table th,
  .page-phev .subsidy-more-area .table td {
    padding: 7px 20px;
  }
  .page-phev .subsidy-more-area .table thead th,
  .page-phev .subsidy-more-area .table thead td {
    font-size: 16px;
  }
  .page-phev .subsidy-more-area .table thead th small,
  .page-phev .subsidy-more-area .table thead td small {
    font-size: 12px;
  }
  .page-phev .subsidy-more-area .table tbody th {
    font-size: 20px;
  }
  .page-phev .subsidy-more-area .table tbody td.num {
    font-size: 16px;
  }
  .page-phev .subsidy-more-area .table tbody td.num strong {
    font-size: 40px;
  }
  .page-phev .subsidy-more-area .table tbody td.num .closed {
    font-weight: 500 !important;
    font-size: 28px;
  }
  .page-phev .subsidy-more-area .table .title {
    font-size: 20px;
  }
  .page-phev .subsidy-more-area .table .txt {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .page-phev .subsidy-more-area .table .note {
    margin: 15px 0 0;
  }
  .page-phev .subsidy-more-area .body .section {
    margin: 50px 0;
  }
  .page-phev .subsidy-more-area .body .section.closed-wrap {
    position: relative;
  }
  .page-phev .subsidy-more-area .body .section .closed-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;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -1%;
    top: 45px;
    width: 102%;
    height: calc(100% - 35px);
    background: rgba(0, 0, 0, 0.8);
  }
  .page-phev .subsidy-more-area .body .section .closed-inner p {
    font-weight: 500 !important;
    font-size: 28px;
    margin-bottom: 33px;
    z-index: 2;
  }
  .page-phev .subsidy-more-area .body .section .closed-inner a {
    font-size: 16px;
    text-decoration: underline;
    z-index: 2;
  }
  .page-phev .subsidy-more-area .body .section .closed-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #212224 25%, #000 25%, #000 50%, #212224 50%, #212224 75%, #000 75%, #000);
    background-size: 5px 5px;
    z-index: 1;
    opacity: 0.6;
  }
  .page-phev .subsidy-more-area .body .head {
    font-size: 20px;
  }
  .page-phev .subsidy-more-area .body table {
    font-size: 16px;
  }
  .page-phev .subsidy-more-area .body ul {
    font-size: 16px;
  }
}

.page-phev .nerv-campaign {
  position: relative;
  margin-top: 160px;
  z-index: 5;
  padding: 120px 0;
  background: #fff url("../images/bg-nerv.png") no-repeat center center;
  background-size: cover;
}

.page-phev .nerv-campaign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
}

.page-phev .nerv-campaign-inner-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

.page-phev .nerv-campaign-inner-left img {
  max-width: 588px;
  width: 100%;
}

.page-phev .nerv-campaign-inner-right {
  max-width: 588px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-phev .nerv-campaign-inner-right img {
  max-width: 588px;
  width: 100%;
}

.page-phev .nerv-campaign-title {
  margin-bottom: 20px;
}

.page-phev .nerv-campaign-text {
  text-align: left;
  color: #db0012;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 48px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-phev .nerv-campaign {
    margin-top: 0;
    padding: 60px 15px;
    background: #fff url("../images/bg-nerv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .page-phev .nerv-campaign-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .page-phev .nerv-campaign-inner-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-phev .nerv-campaign-inner-left img {
    max-width: 100%;
    width: 100%;
  }
  .page-phev .nerv-campaign-inner-right {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-phev .nerv-campaign-inner-right img {
    max-width: 100%;
    width: 100%;
  }
  .page-phev .nerv-campaign-title {
    margin-bottom: 10px;
  }
  .page-phev .nerv-campaign-text {
    text-align: left;
    color: #db0012;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin-bottom: 26px;
  }
}

.page-phev .drive-station {
  position: relative;
  margin: 160px 0;
  z-index: 5;
  padding: 120px 0;
  background: url("../images/bg-drive-station.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.page-phev .drive-station-title {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.page-phev .drive-station-title small {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.page-phev .drive-station-title span {
  border-bottom: 4px solid #db0012;
}

.page-phev .drive-station-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-phev .drive-station {
    margin: 80px 0;
    padding: 60px 15px;
  }
  .page-phev .drive-station-title {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .page-phev .drive-station-title small {
    font-size: 13px;
  }
  .page-phev .drive-station-title span {
    border-width: 3px;
  }
  .page-phev .drive-station-text {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.69231;
    text-align: left;
  }
}

.page-phev .banners {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.page-phev .banners .container {
  width: 100%;
  max-width: 1200px;
}
.page-phev .banners ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-phev .banners li {
  overflow: hidden;
  position: relative;
  max-width: 590px;
}

.page-phev .banners li:before {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0;
  top: 0;
  position: absolute;
  border: 1px solid #e1e7ea;
  z-index: 2;
  pointer-events: none;
}
.page-phev .banners li img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  max-width: 100%;
  height: auto;
}

.page-phev .banners ul:last-of-type {
  margin-bottom: 0;
}

.page-phev .banners li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .page-phev .banners .container {
    width: 100%;
  }

  .page-phev .banners {
    padding: 45px 2vw;
  }
  .page-phev .banners ul {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .page-phev .banners li {
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .page-phev .banners li:last-of-type {
    margin-bottom: 0;
  }

  .page-phev .banners li:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

.page-phev .support {
  position: relative;
  z-index: 2;
  background: #fff url("../images/bg-support.png") no-repeat right center;
  background-size: contain;
  padding: 111px 0;
}

.page-phev .support-lead {
  color: #262626;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.075;
  line-height: 1.66667;
  margin-bottom: 30px;
}

.page-phev .support-note {
  color: #262626;
  font-size: 16px;
  line-height: 2.1875;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-phev .support {
    padding: 40px 4vw;
    background-size: cover;
    background: #fff url("../images/bg-support_sp.png") no-repeat right center;
  }
  .page-phev .support-lead {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 1.47826;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .page-phev .support-note {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.mod-wrapper.show {
  opacity: 1;
  pointer-events: all;
}

.mod-wrapper.show {
  display: block;
}

.ac-menu {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.ac-menu-button {
  margin: 41px auto 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}

.ac-menu-button:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  width: 13px;
  height: 7.5px;
  background: url(../images/ac-more.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ac-menu-button.show-contents:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/ac-close.png) no-repeat;
  background-size: contain;
}

.ac-menu-wrap {
  display: none;
  padding-left: 1em;
}

.ac-menu-wrap li {
  list-style-type: none;
  text-indent: -1em;
  line-height: 1.6;
}

.ac-menu-wrap li:before {
  display: inline;
  content: "※";
}

@media screen and (max-width: 768px) {
  .ac-menu {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .ac-menu-button {
    margin: 32px auto 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    font-size: 13px;
    font-weight: bold;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .ac-menu-button:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    width: 12px;
    height: 6px;
    background: url(../images/ac-more.png) no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ac-menu-button.show-contents:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/ac-close.png) no-repeat;
    background-size: contain;
  }
  .ac-menu-wrap {
    display: none;
    padding-left: 1em;
  }
  .ac-menu-wrap li {
    list-style-type: none;
    text-indent: -1em;
    line-height: 1.7;
    font-size: 12px;
  }
  .ac-menu-wrap li:before {
    display: inline;
    content: "※";
  }
}

.font-mmc {
  font-family: "MMC";
  display: inline-block;
  margin: -2px 1px 0;
  font-weight: bold;
}

.font-sans {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-weight: normal;
  font-weight: bold;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .font-sans {
    font-family: Arial;
    display: inline-block;
    font-weight: normal;
  } /* IE11 */
}


.use-pc {
  display: inline !important;
}

.use-sp {
  display: none !important;
}

.use-pc-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.use-sp-f {
  display: none !important;
}

.use-pc-b {
  display: block !important;
}

.use-sp-b {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .use-pc {
    display: none !important;
  }
  .use-sp {
    display: inline !important;
  }
  .use-pc-f {
    display: none !important;
  }
  .use-sp-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .use-pc-b {
    display: none !important;
  }
  .use-sp-b {
    display: block !important;
  }
}

.mod-corpnavi {
  border-bottom: 1px solid #fff;
}

.btn-round {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  border: 1px solid #db0012;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.46667;
  position: relative;
  background: #fff;
  width: 258px;
  height: 50px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.btn-round:focus {
  outline: none;
}

.btn-round span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-round span.bg {
  overflow: hidden;
  border-radius: 35px;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-round span.bg::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0px;
  bottom: 0;
  background: #e60012;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-round span.text {
  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;
  line-height: 1;
}

.btn-round span:nth-child(2) {
  z-index: 2;
}

.btn-round:hover {
  color: #fff;
}

.btn-round:hover .bg::before {
  width: 130%;
}

.btn-round:hover .plus::before, .btn-round:hover .plus::after {
  background-color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-round:hover .plus::after {
  -webkit-transform: scale(0.9) rotate(90deg);
          transform: scale(0.9) rotate(90deg);
}

.btn-round:hover .arrow-down {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.btn-round:hover .arrow-down::before, .btn-round:hover .arrow-down::after {
  background-color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-round:hover .arrow-up {
  -webkit-transform: translateY(-45%) rotate(-225deg);
          transform: translateY(-45%) rotate(-225deg);
}

.btn-round:hover .arrow-up::before, .btn-round:hover .arrow-up::after {
  background-color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-round span.plus {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-round span.plus::before, .btn-round span.plus::after {
  position: absolute;
  content: "";
  z-index: 2;
  right: 20px;
  background: #db0012;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-round span.plus::before {
  display: block;
  top: 50%;
  width: 20px;
  height: 1px;
}

.btn-round span.plus::after {
  width: 20px;
  height: 1px;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-round span.arrow-down {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}

.btn-round span.arrow-down::before, .btn-round span.arrow-down::after {
  content: "";
  z-index: 2;
  position: absolute;
  background: #db0012;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-round span.arrow-down::before {
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.btn-round span.arrow-down::after {
  left: 0;
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .btn-round span.arrow-down {
    width: 12px;
    height: 12px;
  }
}

.btn-round span.arrow-up {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-25%) rotate(-225deg);
          transform: translateY(-25%) rotate(-225deg);
}

.btn-round span.arrow-up::before, .btn-round span.arrow-up::after {
  content: "";
  z-index: 2;
  position: absolute;
  background: #db0012;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-round span.arrow-up::before {
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.btn-round span.arrow-up::after {
  left: 0;
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .btn-round span.arrow-up {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .btn-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 274px;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
  }
  .btn-round.large {
    width: 274px;
    height: 50px;
  }
}

.btn-recta {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #db0012;
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.46667;
  position: relative;
  background: #fff;
  width: 300px;
  height: 60px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.1em;
}

.btn-recta span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-recta span.bg {
  overflow: hidden;
  display: block;
}

.btn-recta span.bg::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0px;
  bottom: 0;
  background: #e60012;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-recta span.text {
  white-space: nowrap;
  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;
}

.btn-recta span:nth-child(2) {
  z-index: 2;
}

.btn-recta:hover {
  color: #fff;
}

.btn-recta:hover .bg::before {
  width: 130%;
}

.btn-recta:hover .arrow::before, .btn-recta:hover .arrow::after {
  right: -30px;
  background: #000;
}

.btn-recta:hover .arrow-reverse::before, .btn-recta:hover .arrow-reverse::after {
  left: -30px;
  background: #000;
}

.btn-recta:hover .external {
  background: url("../images/icon-external_white.png") no-repeat;
  background-size: 12px 12px;
}

.btn-recta span.external {
  display: block;
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/icon-external.png") no-repeat;
  background-size: 12px 12px;
}

.btn-recta span.external::after {
  display: none;
}

.btn-recta span.arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-recta span.arrow::before, .btn-recta span.arrow::after {
  position: absolute;
  content: "";
  z-index: 2;
  right: -18px;
  background: #db0012;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-recta span.arrow::before {
  display: block;
  top: 50%;
  width: 55px;
  height: 1px;
}

.btn-recta span.arrow::after {
  width: 13px;
  height: 1px;
  top: 50%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn-recta span.arrow::before {
    width: 28px;
    right: -12px;
  }
  .btn-recta span.arrow::after {
    right: -12px;
    width: 10px;
  }
}

.btn-recta span.arrow-reverse {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn-recta span.arrow-reverse::before, .btn-recta span.arrow-reverse::after {
  position: absolute;
  content: "";
  z-index: 2;
  left: -18px;
  background: #db0012;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-recta span.arrow-reverse::before {
  display: block;
  top: 50%;
  width: 55px;
  height: 1px;
}

.btn-recta span.arrow-reverse::after {
  width: 13px;
  height: 1px;
  top: 50%;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .btn-recta span.arrow-reverse::before {
    width: 28px;
    left: -12px;
  }
  .btn-recta span.arrow-reverse::after {
    left: -12px;
    width: 10px;
  }
}

.btn-recta.large {
  width: 384px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .btn-recta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 287px;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
  }
  .btn-recta.large {
    width: 287px;
    height: 50px;
  }
}

[data-reveal]:not(.is-active) {
  background-color: transparent !important;
  color: transparent !important;
}

.page-top {
  position: fixed;
  border-radius: 50%;
  border: 1px solid #555555;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 20px;
  text-indent: 100px;
  background: #555555;
  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;
  cursor: pointer;
  z-index: 100;
}

.page-top:focus {
  outline: none;
}

.page-top:hover {
  border: 1px solid #e10314;
  background: #e10314;
}

.page-top:hover span {
  border-color: #fff;
}

.page-top span {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
  display: block;
  width: 18px;
  height: 18px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 50px;
    height: 50px;
    right: 7px;
    bottom: 15px;
  }
  .page-top span {
    width: 12px;
    height: 12px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  width: 996px;
  margin: auto;
  padding: 60px;
  color: #262626;
  text-align: center;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #262626;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.modal-close:focus {
  outline: none;
}

.modal-close:hover {
  border: 1px solid #db0012;
  background: rgba(255, 255, 255, 0.3);
}

.modal-close:hover span::before, .modal-close:hover span::after {
  background: #db0012;
}

.modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.modal-close span::before, .modal-close span::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #262626;
}

.modal-close span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-image {
  max-width: 588px;
  margin: 0 auto;
  position: relative;
}

.modal-image img {
  max-width: 100%;
  height: auto;
}

.modal-image:before {
  opacity: 0.6;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(white));
  background: linear-gradient(transparent 55%, white 100%);
}

.modal-label {
  font-family: "MMC";
  font-weight: bold;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -1.5em;
}

.modal-label-number {
  margin-left: 15px;
  letter-spacing: 0.06em;
  font-size: 60px;
  font-weight: 400;
}

.modal-title {
  font-weight: 600;
  display: inline-block;
  font-size: 35px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #e60012;
  margin: 10px auto 30px;
}

.modal-lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.05em;
}

.modal-note {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .modal {
    padding-top: 20px;
  }
  .modal-content {
    padding: 40px 15px;
  }
  .modal-close {
    background: #555555;
    position: absolute;
    right: 10px;
    top: -10px;
    border: none;
  }
  .modal-close:focus {
    outline: none;
  }
  .modal-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .modal-close span::before, .modal-close span::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .modal-close span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modal-image {
    max-width: 588px;
    margin: 0 auto;
  }
  .modal-image img {
    max-width: 100%;
    height: auto;
  }
  .modal-label {
    font-size: 14px;
  }
  .modal-label-number {
    margin-left: 10px;
    font-size: 40px;
  }
  .modal-title {
    font-size: 23px;
  }
  .modal-lead {
    font-size: 20px;
  }
  .modal-text {
    font-size: 13px;
    text-align: left;
  }
  .modal-note {
    font-size: 12px;
    text-align: left;
  }
}
