@charset "UTF-8";
.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f5f5f5;
}

.blue-txt {
  color: #005EB8;
}

.green-txt {
  color: #14A083;
}

.orange-txt {
  color: #FA9001;
}

.img-max-400 {
  max-width: 40rem !important;
}

.img-max-700 {
  max-width: 70rem !important;
}

.img-max-800 {
  max-width: 80rem !important;
}

.margin-center {
  margin-bottom: 0 auto;
}

main .link-txt {
  text-decoration: underline;
  color: #4C9BE8;
  z-index: 1;
  position: relative;
  display: block;
  margin-top: 1.2rem;
}
main .link-txt:visited {
  color: #4C9BE8;
}
main .article-under-content {
  padding-bottom: 1.2rem;
}
@media (min-width: 1001px) {
  main .article-under-content {
    padding-bottom: 2.4rem;
  }
}
main .article-txt-link .link-txt {
  margin-top: 0;
  display: inline;
}
main img {
  width: 100%;
}
main ul {
  margin: 0;
  padding: 0;
}
main .mb0 {
  margin-bottom: 0;
}
main .pt0 {
  padding-top: 0;
}
main a:visited {
  color: inherit;
}
main .cta-btn {
  background: #FA9001;
  color: #fff;
  border-radius: 50rem;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-block: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
main .cta-btn:after {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/lp/v2x_lp_a/img/common/arrow-right_black.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
main .cta-btn:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1001px) {
  main .cta-btn {
    font-size: 3.2rem;
    max-width: 96rem;
    margin: 0 auto;
  }
  main .cta-btn:after {
    width: 25px;
    height: 25px;
    right: 3rem;
  }
}
main .pc-inner {
  max-width: 1000px;
}

.v2h-life-header {
  margin-top: 0;
  top: 6rem;
  z-index: 14;
  /* ハンバーガーメニュー 外観*/
}
.v2h-life-header .flex-box {
  height: 6rem;
}
.v2h-life-header .sp-header {
  background: #fff;
}
.v2h-life-header .logo {
  display: block;
  width: 11rem;
}
.v2h-life-header .header-cta-btn {
  display: block;
  background-color: #FA9001;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 4rem;
  position: relative;
}
.v2h-life-header .header-cta-btn:after {
  display: block;
  content: "";
  width: 11px;
  height: 12px;
  background: url(/jp/ja/products_service/energy/v2h-life/img/common/arrow_white.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.v2h-life-header .header-cta-btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.v2h-life-header .arrow-right {
  width: 10px;
  height: 10px;
}
.v2h-life-header .arrow-right:before {
  height: 1px;
}
.v2h-life-header .arrow-right:after {
  width: 1px;
}
.v2h-life-header .hamburger-menu-v2h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 32px;
  position: relative;
  z-index: 100;
}
.v2h-life-header .hamburger-menu-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4C9BE8;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.v2h-life-header .hamburger-menu-line::before,
.v2h-life-header .hamburger-menu-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4C9BE8;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.v2h-life-header .hamburger-menu-line::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.v2h-life-header .hamburger-menu-line::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.v2h-life-header .hamburger-menu-v2h.open .hamburger-menu-line {
  background-color: transparent;
}
.v2h-life-header .hamburger-menu-v2h.open .hamburger-menu-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.v2h-life-header .hamburger-menu-v2h.open .hamburger-menu-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.v2h-life-header .sp-nav-v2h.open {
  right: 0;
  position: absolute;
  height: 100vh;
  padding-top: 1.5rem;
}
.v2h-life-header .sp-nav-v2h {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1;
  right: -980px;
  width: 100%;
  max-width: 47rem;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.v2h-life-header .sp-nav-v2h .obi {
  height: 6rem;
  line-height: 6rem;
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1.5rem;
}
.v2h-life-header .sp-nav-v2h .inner_obi {
  color: #ccc;
  font-size: 1.4rem;
}
.v2h-life-header .sp-nav-v2h .ac-nav {
  background: #EBEBEB;
}
.v2h-life-header .sp-nav-v2h .ac-nav dl {
  order-bottom: 1px solid #D5D5D5;
}
.v2h-life-header .sp-nav-v2h .ac-nav .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  height: 60px;
  font-size: 1.4rem;
  padding-inline: 1.5rem;
  border-bottom: 1px solid #f5f5f5;
}
.v2h-life-header .sp-nav-v2h .ac-nav .nav-btn .txt {
  width: 91%;
  line-height: 1.4;
}
.v2h-life-header .sp-nav-v2h .ac-nav .pl {
  background: #fff;
}
.v2h-life-header .sp-nav-v2h .ac-nav .pl a {
  height: 50px;
  font-size: 1.2rem;
}
.v2h-life-header .sp-nav-v2h .sp-nav-wrap {
  padding-bottom: 20rem;
}
.v2h-life-header .sp-nav-v2h .ac-nav-img {
  display: none;
}
.v2h-life-header .sp-nav-v2h .ac-nav-txt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.v2h-life-header .sp-nav-v2h .inner_obi {
  color: #ccc;
  font-size: 1.4rem;
}
.v2h-life-header .sp-nav-v2h .contact_btn {
  margin-top: 4rem;
}
.v2h-life-header .sp-nav-v2h .contact_btn a {
  background: #fff;
  color: #ccc;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  border-radius: 100px;
}
.v2h-life-header .sp-nav-v2h .sub_nav {
  padding: 25px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.v2h-life-header .sp-nav-v2h .sub_nav span {
  padding-right: 5px;
}
.v2h-life-header .sp-nav-v2h .sub_nav a {
  font-size: 1.8rem;
}
.v2h-life-header .toggle-btn:before {
  height: 15px;
}
.v2h-life-header .toggle-btn:after {
  width: 15px;
}
@media (min-width: 1001px) {
  .v2h-life-header {
    background: #fff;
    height: 6rem;
    top: 4rem;
  }
  .v2h-life-header .logo {
    width: 13rem;
  }
  .v2h-life-header .header-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .v2h-life-header .sp-header {
    display: block;
    width: 20%;
  }
  .v2h-life-header .header-flex {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .v2h-life-header .hamburger-menu-v2h {
    display: none;
  }
  .v2h-life-header .sp-nav-v2h {
    position: inherit;
    right: 0;
    top: 0;
    max-width: 100%;
    background: #fff;
    width: 60%;
  }
  .v2h-life-header .sp-nav-v2h .sp-nav-wrap {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    overflow: hidden;
  }
  .v2h-life-header .sp-nav-v2h .obi {
    font-size: 1.5rem;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav {
    position: absolute;
    width: 100%;
    left: 0;
    padding-block: 4rem;
    background: #fff;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .nav-btn {
    border-bottom: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 32%;
    margin-bottom: 2rem;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .nav-btn .arrow-right {
    display: none;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .nav-btn span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .nav-btn:nth-child(n+4) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .no-line {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav .mb0 {
    border-bottom: none;
    padding-bottom: 0;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav-img {
    width: 13rem;
    display: block;
    margin-right: 2rem;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav-flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .v2h-life-header .sp-nav-v2h .ac-nav-flex-inner:after {
    content: "";
    display: block;
    width: 32%;
  }
  .v2h-life-header .sp-nav-v2h .two-level {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .v2h-life-header .toggle-btn {
    display: none;
  }
  .v2h-life-header .header-cta-btn {
    margin: 0;
    padding: 1rem;
    height: 4rem;
    width: 16rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .v2h-life-header .sp-nav-v2h .ac-nav-inner {
    max-width: 1190px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75em;
  margin-right: -0.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row_wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.col_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*スマホ*/
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  padding: 0 0.75em;
}

.col-xs-5-1, .col-xs-5-2, .col-xs-5-3, .col-xs-5-4 {
  padding: 0 0.75em;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.67%;
}

.col-xs-10 {
  width: 83.33%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.67%;
}

.col-xs-7 {
  width: 58.33%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.67%;
}

.col-xs-4 {
  width: 33.33%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.67%;
}

.col-xs-1 {
  width: 8.33%;
}

.col-xs-5-1 {
  width: 20%;
}

.col-xs-5-2 {
  width: 40%;
}

.col-xs-5-3 {
  width: 60%;
}

.col-xs-5-4 {
  width: 80%;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    padding: 0 0.75em;
  }
  .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4 {
    padding: 0 0.75em;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.67%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.67%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.67%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.67%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-5-1 {
    width: 20%;
  }
  .col-sm-5-2 {
    width: 40%;
  }
  .col-sm-5-3 {
    width: 60%;
  }
  .col-sm-5-4 {
    width: 80%;
  }
}
/*PC小*/
@media screen and (min-width: 1001px) {
  .row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    padding: 0 1rem;
  }
  .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4 {
    padding: 0 1rem;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.67%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.67%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.67%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6%;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-5-1 {
    width: 20%;
  }
  .col-md-5-2 {
    width: 40%;
  }
  .col-md-5-3 {
    width: 60%;
  }
  .col-md-5-4 {
    width: 80%;
  }
}
/*PC大*/
@media screen and (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    padding: 0 0.75em;
  }
  .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4 {
    padding: 0 0.75em;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.67%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.67%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.67%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.67%;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-5-1 {
    width: 20%;
  }
  .col-lg-5-2 {
    width: 40%;
  }
  .col-lg-5-3 {
    width: 60%;
  }
  .col-lg-5-4 {
    width: 80%;
  }
}
main img {
  width: 100%;
  display: block;
}
main h1, main h2, main h3, main h4 {
  letter-spacing: 0.6px;
}
main p, main li {
  letter-spacing: 0.6px;
  margin-bottom: 0;
  list-style: none;
}
main a {
  color: #333;
}
main a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  color: inherit;
}
main .row .col-xs-12 {
  margin-bottom: 2rem;
}
main .row .col-xs-12:last-child {
  margin-bottom: 0;
}
main .note li {
  font-size: 1.2rem;
}
@media (min-width: 1001px) {
  main .row .col-xs-6 {
    margin-bottom: 0rem;
  }
  main .content {
    padding-block: 4rem;
  }
}

.fv-sec .swiper {
  padding-block: 3rem;
}
.fv-sec .swiper-button-prev,
.fv-sec .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 52%;
}
.fv-sec .swiper-button-prev::after,
.fv-sec .swiper-button-next::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.fv-sec .swiper-button-prev::after {
  background-image: url(/jp/ja/products_service/energy/v2h-life/img/top/swiper-arrow_left.svg);
}
.fv-sec .swiper-button-next::after {
  background-image: url(/jp/ja/products_service/energy/v2h-life/img/top/swiper-arrow_right.svg);
}
.fv-sec .swiper-pagination-bullet-active {
  background: #4C9BE8;
}
.fv-sec .swiper-pagination-bullet {
  border-radius: 0;
  width: 25px;
  height: 4px;
}
.fv-sec .swiper-pagination {
  bottom: 8px;
}
.fv-sec .fv-img-content {
  background: url(/jp/ja/products_service/energy/v2h-life/img/top/fv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: top center;
  height: 48rem;
}
.fv-sec .fv-img-content p {
  font-weight: 500;
  text-align: center;
}
.fv-sec .fv-img-content .logo {
  max-width: 20rem;
  margin: 0 auto;
  padding: 4rem 0 2rem 0;
}
@media (min-width: 768px) {
  .fv-sec .fv-img-content .logo {
    padding: 4rem 0 3.2rem 0;
  }
  .fv-sec .fv-img-content p {
    line-height: 1.8;
  }
}
@media (min-width: 1001px) {
  .fv-sec .swiper {
    padding-bottom: 4rem;
  }
  .fv-sec .swiper-pagination {
    bottom: 10px;
  }
  .fv-sec .swiper-pagination-bullet {
    width: 40px;
    margin-inline: 8px !important;
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .fv-sec .fv-img-content {
    aspect-ratio: 1/0.406;
    height: auto;
    max-height: 95rem;
  }
  .fv-sec .fv-img-content .logo {
    max-width: 20vw;
    padding-top: 7rem;
    min-width: 27rem;
  }
  .fv-sec .fv-img-content p {
    font-size: max(1.1vw, 16px);
    text-align: center;
    line-height: 2;
  }
}

.line-ttl {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.line-ttl:after {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -1px;
}
@media (min-width: 1001px) {
  .line-ttl {
    font-size: 2.4rem;
    border-bottom: 3px solid #D9D9D9;
    padding-bottom: 1.5rem;
  }
  .line-ttl:after {
    width: 14rem;
    height: 3px;
    bottom: -3px;
  }
}

.line-ttl_skyblue {
  color: #4C9BE8;
}
.line-ttl_skyblue:after {
  background: #4C9BE8;
}

.line-ttl_orange {
  color: #FA9001;
}
.line-ttl_orange:after {
  background: #FA9001;
}

.line-ttl_green {
  color: #14A083;
}
.line-ttl_green:after {
  background: #14A083;
}

.intro-sec .thumb {
  display: block;
  margin-bottom: 1.5rem;
}
.intro-sec .intro-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.intro-sec .intro-txt {
  font-size: 1.4rem;
}
@media (min-width: 1001px) {
  .intro-sec .pc-inner {
    max-width: 900px;
  }
  .intro-sec .intro-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .intro-sec .intro-txt {
    font-size: 1.5rem;
  }
  .intro-sec .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro-sec .row .col-xs-12 {
    width: 49%;
    margin-bottom: 4rem;
  }
  .intro-sec .row .col-xs-12:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.c-linkTop {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.c-linkTop li {
  list-style: none;
}

.c-linkTop__list {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  .c-linkTop__list {
    padding: 16px 0;
  }
}
.c-linkTop__list li {
  width: calc(50% - 7.5px);
}

@media screen and (min-width: 600px) {
  .c-linkTop__list li {
    width: calc(50% - 12.5px);
  }
}
.c-linkTop__list li a {
  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: 70px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.28;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 600px) {
  .c-linkTop__list li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  .c-linkTop__list li a::before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(/jp/ja/products_service/energy/v2h-life/img/common/arrow_white.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-linkTop__list li a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.c-linkTop__list li.-yellow a {
  background-color: #FA9001;
}

.c-linkTop__list li.-blue a {
  background-color: #4C9BE8;
}

.c-linkTop-btn-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  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: 3px 3px 0 0;
}
.c-linkTop-btn-wrap:hover {
  cursor: pointer;
}

.off_fl_bnr .c-linkTop__list {
  display: none;
}
.off_fl_bnr .slide-btn {
  rotate: 180deg;
  margin-top: 10px;
}
.off_fl_bnr .c-linkTop-btn-wrap {
  top: -20px;
}

.l-footer__pageTop {
  right: 0;
  bottom: 102px;
  z-index: 10;
}
@media (min-width: 1001px) {
  .l-footer__pageTop {
    bottom: 0;
  }
}

.off_pageTop {
  bottom: 0;
}

.sousai {
  padding-top: 130px;
  margin-top: -130px;
}

.page-article .line-ttl {
  margin-bottom: 1.2rem;
}
.page-article .breadcrumbs {
  margin: 0;
  padding-block: 1.5rem;
  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;
}
.page-article .breadcrumbs a:hover {
  opacity: 1;
  text-decoration: underline;
}
.page-article .breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-size: 1.1rem;
}
.page-article .breadcrumbs li:after {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/v2h-life/img/common/arrow_black.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-inline: 1rem;
}
.page-article .breadcrumbs li:last-child:after {
  display: none;
}
@media (min-width: 1001px) {
  .page-article .breadcrumbs {
    margin: 0 auto;
  }
  .page-article .breadcrumbs li {
    font-size: 1.2rem;
  }
}
.page-article .page-inner .article-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 3px solid #4C9BE8;
  padding-left: 1.2rem;
  margin-bottom: 2.8rem;
}
.page-article .page-inner .day {
  color: #7E7E7E;
  font-size: 1.2rem;
  padding-bottom: 0;
  margin-right: 2rem;
}
.page-article .page-inner .day-list {
  border-bottom: 0.8px solid #7E7E7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.page-article .page-inner .article-top-txt, .page-article .page-inner .article-list {
  padding-bottom: 1.2rem;
}
.page-article .page-inner .table-of-contents {
  background: #EBF9FF;
  padding: 1.5rem;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
.page-article .page-inner .table-of-contents .table-of-contents-ttl {
  color: #333;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.page-article .page-inner .table-of-contents .table-of-contents-ttl:before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/v2h-life/img/common/table-of-contents-icon.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
  margin-right: 0.5rem;
}
.page-article .page-inner .table-of-contents a {
  color: #4C9BE8;
}
.page-article .page-inner .table-of-contents a:hover {
  opacity: 1;
  text-decoration: underline;
}
.page-article .page-inner .table-of-contents ul {
  margin-block: 0;
}
.page-article .page-inner .table-of-contents ul li {
  line-height: 1.4;
  color: #4C9BE8;
  padding-bottom: 1rem;
  font-weight: 400;
}
.page-article .page-inner .table-of-contents ul li:last-child {
  padding-bottom: 0;
}
.page-article .page-inner .article-thumb {
  display: block;
  margin-bottom: 2.4rem;
}
.page-article .page-inner .article-sec {
  margin-bottom: 3.2rem;
}
.page-article .page-inner .article-sec:last-child {
  margin-bottom: 0;
}
.page-article .page-inner .article-sec .point-list {
  background: #EBF9FF;
  padding: 1.5rem;
}
.page-article .page-inner .article-sec .point-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1.5px solid #D1E9FF;
  margin-bottom: 1rem;
}
.page-article .page-inner .article-sec .point-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.page-article .page-inner .article-sec .point-list li span {
  font-weight: 600;
}
@media (min-width: 1001px) {
  .page-article .page-inner .article-sec .point-list {
    padding: 2.8rem;
  }
  .page-article .page-inner .article-sec .point-list li {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.page-article .page-inner .article-sec .row {
  margin-bottom: 1.5rem;
}
.page-article .page-inner .article-sec .sub-ttl {
  background: #f5f5f5;
  font-weight: 600;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}
.page-article .page-inner .article-sec .sub-ttl:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
@media (min-width: 1001px) {
  .page-article .page-inner .article-sec .sub-ttl {
    padding: 1.8rem 2rem;
    font-size: 2rem;
    margin-bottom: 1.8rem;
    margin-top: 2rem;
  }
  .page-article .page-inner .article-sec .sub-ttl:not(:nth-of-type(1)) {
    margin-top: 4rem;
  }
}
.page-article .page-inner .article-img {
  margin: 1.5rem auto;
  max-width: 40rem;
}
@media (min-width: 1001px) {
  .page-article .page-inner .article-img {
    max-width: 50rem;
    margin-top: 2.4rem;
  }
}
.page-article .check-sec .check-inner {
  background: #EBF9FF;
  border: 1px solid #4C9BE8;
  padding: 1.5rem;
}
.page-article .check-sec .check-ttl {
  color: #4C9BE8;
  font-weight: 600;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-article .check-sec .check-ttl:before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/v2h-life/img/common/check-icon.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 16px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  .page-article .page-inner .table-of-contents {
    padding: 2.4rem;
  }
  .page-article .page-inner .day-list {
    margin-bottom: 2rem;
  }
  .page-article .page-inner .article-ttl {
    margin-bottom: 3.2rem;
  }
  .page-article .check-sec .check-inner {
    padding: 2.4rem 4rem;
  }
  .page-article .check-sec .col-xs-12 {
    margin-bottom: 0;
  }
  .page-article .article-sec .row .col-xs-12 {
    margin-bottom: 0;
  }
}
@media (min-width: 1001px) {
  .page-article .sousai {
    padding-top: 100px;
    margin-top: -100px;
  }
  .page-article p, .page-article li {
    font-size: 1.6rem;
  }
  .page-article .line-ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .page-article .article-inner {
    padding-block: 6.8rem;
  }
  .page-article .content-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .page-article .page-inner .article-ttl {
    font-size: 3.2rem;
    margin-bottom: 4.8rem;
    border-left: 5px solid #4C9BE8;
  }
  .page-article .page-inner .article-sec {
    margin-bottom: 6.8rem;
  }
  .page-article .page-inner .article-sec p {
    line-height: 1.8;
  }
  .page-article .page-inner .article-sec .row {
    margin-bottom: 2.4rem;
  }
  .page-article .page-inner .article-sec .txt-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-article .page-inner .article-sec .txt-img-wrap .txt {
    width: 48%;
  }
  .page-article .page-inner .article-sec .txt-img-wrap .article-img {
    width: 47%;
    margin: 0;
  }
  .page-article .page-inner .day {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  .page-article .page-inner .day-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-article .page-inner .article-top-txt, .page-article .page-inner .article-list {
    font-size: 1.6rem;
    padding-bottom: 2.4rem;
  }
  .page-article .page-inner .table-of-contents {
    padding: 3.2rem 4rem;
    margin-bottom: 5rem;
  }
  .page-article .page-inner .table-of-contents .table-of-contents-ttl {
    margin-bottom: 1.5rem;
  }
  .page-article .page-inner .table-of-contents .table-of-contents-ttl:before {
    width: 17px;
    height: 17px;
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .page-article .page-inner .table-of-contents ul li {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
  }
  .page-article .page-inner .table-of-contents ul li:last-child {
    margin-bottom: 0;
  }
  .page-article .check-sec .check-ttl {
    font-size: 2rem;
  }
  .page-article .check-sec .check-ttl:before {
    width: 20px;
    height: 19px;
    margin-top: 0.5rem;
  }
  .page-article .check-sec .check-inner {
    padding: 2.8rem 4rem;
  }
}
.page-article .point-wrap {
  background: #EBF9FF;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.page-article .point-wrap li {
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.page-article .point-wrap li span {
  color: #fff;
  padding: 0.3rem 0.5rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.page-article .point-wrap li:nth-child(2) span {
  background: #005EB8;
}
.page-article .point-wrap li:nth-child(3) span {
  background: #F6B60B;
}
.page-article .point-wrap .right-box span {
  color: #005EB8;
  font-weight: 600;
  font-size: 1.8rem;
}
.page-article .point-wrap .left-box:after {
  display: block;
  content: "";
  clip-path: polygon(44% 50%, 0 0, 0 100%);
  background: #C1C1C1;
  width: 3rem;
  height: 3rem;
  rotate: 90deg;
  margin: 1rem auto -0.5rem;
}
@media (min-width: 768px) {
  .page-article .point-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-article .point-wrap .left-box {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-article .point-wrap .left-box:after {
    rotate: 0deg;
    margin: 0;
    margin-left: 1rem;
  }
  .page-article .point-wrap .right-box {
    width: 60%;
  }
}
@media (min-width: 1001px) {
  .page-article .point-wrap {
    padding: 2.4rem 3.2rem;
  }
  .page-article .point-wrap ul {
    margin-right: 2rem;
  }
  .page-article .point-wrap ul li:nth-child(3) {
    margin-bottom: 0;
  }
  .page-article .point-wrap ul li span {
    font-size: 1.4rem;
  }
  .page-article .point-wrap .right-box {
    width: 66%;
  }
}

.article_4 .article-sec .flex-wrap ul {
  margin-block: 1.5rem;
}

.arrow-row p {
  font-weight: 600;
  padding-bottom: 0.5rem;
  line-height: 1.4;
}
.arrow-row .col-xs-12 {
  margin-bottom: 0 !important;
}
.arrow-row .col-xs-12:first-child:after {
  display: block;
  content: "";
  clip-path: polygon(44% 50%, 0 0, 0 100%);
  background: #C1C1C1;
  width: 3rem;
  height: 3rem;
  rotate: 90deg;
  margin: 1rem auto -0.5rem;
}
@media (min-width: 768px) {
  .arrow-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .arrow-row .col-xs-12 {
    width: 48%;
    position: relative;
  }
  .arrow-row .col-xs-12:first-child:after {
    rotate: 0deg;
    margin: 0;
    margin-left: 1rem;
    position: absolute;
    right: -40px;
    top: 38%;
  }
}
@media (min-width: 1001px) {
  .arrow-row p {
    line-height: 1.4 !important;
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
    height: 54px;
  }
}

.eco-katsu-sec {
  background-color: #4C9BE8;
  margin-bottom: 1rem;
}
.eco-katsu-sec .sec-midasi {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.eco-katsu-sec .inner-content {
  padding: 1.5rem;
}
.eco-katsu-sec .inner-content .note li {
  color: #fff;
}
.eco-katsu-sec .flow-content .flow-box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 1rem;
}
.eco-katsu-sec .flow-content .flow-box p {
  text-align: center;
  padding-top: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
}
.eco-katsu-sec .flow-content .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-wrap {
  width: 48%;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box {
  height: 20rem;
}
@media (min-width: 768px) {
  .eco-katsu-sec .flow-content .flow-box img {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    display: block;
  }
  .eco-katsu-sec .flow-content .inner-flex img {
    max-width: 16rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    height: 22rem;
  }
}
@media (min-width: 1001px) {
  .eco-katsu-sec .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eco-katsu-sec .flow-content .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 32rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box-wrap {
    width: 100%;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    height: 16rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box p {
    padding-top: 0.5rem;
  }
  .eco-katsu-sec .flow-content .inner-flex img {
    max-width: 13rem;
  }
  .eco-katsu-sec .flow-content .flow-box {
    height: 32rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .eco-katsu-sec .flow-content .flow-box p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.6px;
    padding-top: 0;
  }
  .eco-katsu-sec .flow-content .triangle {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 25.9807621135px;
    width: 20px;
    margin-inline: 2rem;
    margin-left: 0rem;
  }
  .eco-katsu-sec .flow-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.triangle {
  background: #FFD241;
  height: 21.6506350946px;
  width: 45px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1rem auto;
}

.eco-katsu-sec .flow-content .flow-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-katsu-sec .flow-content .flow-box img {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-3, .eco-katsu-sec .flow-content .inner-flex .flow-box-4 {
  height: 18rem;
}
.eco-katsu-sec .flow-content .inner-flex .flow-box-3 img, .eco-katsu-sec .flow-content .inner-flex .flow-box-4 img {
  max-width: 13rem;
}
@media (min-width: 1001px) {
  .eco-katsu-sec .inner-content {
    padding: 2.4rem 3.2rem;
  }
  .eco-katsu-sec .sec-midasi {
    font-size: 2rem;
  }
  .eco-katsu-sec .flow-box-wrap-2 {
    width: 52%;
  }
  .eco-katsu-sec .flow-content .inner-flex {
    height: 32rem;
  }
  .eco-katsu-sec .flow-content .inner-flex .flow-box {
    width: 24rem;
    height: 15rem;
  }
  .eco-katsu-sec .flow-content .flow-box-1 {
    width: 42%;
  }
  .eco-katsu-sec .flow-content .flow-box-2 {
    width: 100%;
  }
  .eco-katsu-sec .flow-content .flow-box-2 img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 19rem;
    height: 220px;
  }
  .eco-katsu-sec .flow-content .triangle {
    margin-inline: 0.8rem;
  }
  .eco-katsu-sec .flow-box-wrap:nth-of-type(1) {
    width: 49%;
  }
}