@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img,
picture {
  border: none;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* スマホサイズ以上に適用 */
/* スマホサイズ以下に適用 */
/* タブレットサイズ以上に適用 */
/* タブレットサイズ以下に適用 */
/* ミニスマホサイズ以下に適用 */
/* iPad Mini 以上に適用 */
/* iPad Mini 以下に適用 */
/* iPad Air 以上に適用 */
/* iPad Air 以下に適用 */
/* hover対応デバイスにのみhover指定 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  position: relative;
  overflow-x: hidden !important;
  min-height: 100vh;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.7rem;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

/* iOS 以外に適用する */
body:not(.is-ios) img,
body:not(.is-ios) picture {
  image-rendering: -webkit-optimize-contrast;
}

a:link, a:active, a:visited {
  -webkit-transition: -webkit-text-decoration-color 0.3s ease;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  color: #008BE8;
  -webkit-text-decoration-color: #008BE8;
          text-decoration-color: #008BE8;
}
a:link.u-color--red, a:active.u-color--red, a:visited.u-color--red {
  color: #E8053B;
  -webkit-text-decoration-color: #E8053B;
          text-decoration-color: #E8053B;
}
a:link.u-color--black, a:active.u-color--black, a:visited.u-color--black {
  color: #333;
  -webkit-text-decoration-color: #333;
          text-decoration-color: #333;
}
a:link.u-color--orange, a:active.u-color--orange, a:visited.u-color--orange {
  color: #FD631C;
  -webkit-text-decoration-color: #FD631C;
          text-decoration-color: #FD631C;
}
a:link.u-color--gray, a:active.u-color--gray, a:visited.u-color--gray {
  color: #757575;
  -webkit-text-decoration-color: #757575;
          text-decoration-color: #757575;
}
a:link.u-color--white, a:active.u-color--white, a:visited.u-color--white {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
@media screen and (min-width: 821px) {
  a:link:hover, a:active:hover, a:visited:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}

a[href^="tel:"] {
  color: #333;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #333;
          text-decoration-color: #333;
}

a,
button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a img {
  -webkit-tap-highlight-color: transparent;
}

.l-header {
  text-align: center;
  padding: 20px;
}
.l-header a {
  display: block;
  text-align: center;
}
.l-header a img {
  display: block;
  margin: 0 auto;
}

footer {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  footer {
    padding-top: 25px;
  }
}

.l-footer {
  position: relative;
  font-weight: bold;
}
.l-footer hr {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  height: 1px;
  background-color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding-top: 30px;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__inner {
    margin: 60px auto 32px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    margin-bottom: 32px;
  }
}
.l-footer__logo a {
  display: block;
}
@media screen and (min-width: 821px) {
  .l-footer__logo a {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-footer__logo a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.l-footer__logo img {
  max-width: 174px;
}
.l-footer__link {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__link > li {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.l-footer__link > li:first-of-type {
  border-right: 1px solid #D0D0D0;
}
.l-footer__link > li a {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  color: #333 !important;
  text-decoration: none;
}
.l-footer__link > li a:hover {
  color: #E8053B !important;
}
.l-footer__sns {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (max-width: 1024px) {
  .l-footer__sns {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}
.l-footer__sns img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 34px;
  height: auto;
}
.l-footer__sns a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.l-footer address {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-footer address {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .l-footer address {
    font-size: 2.6vw;
  }
}

html.scroll-lock,
body.scroll-lock {
  -webkit-overflow-scrolling: auto !important;
}

.l-wrapper,
.l-main--wide {
  position: relative;
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .l-wrapper,
  .l-main--wide {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-wrapper--m,
.l-main {
  position: relative;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .l-wrapper--m,
  .l-main {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-wrapper--mm {
  position: relative;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .l-wrapper--mm {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-main {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 0 60px;
  }
}

.l-wrapper--title,
.l-wrapper--title-img {
  position: relative;
  background-color: #f9f7f4;
  padding: 166px 0 15px;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
@media (max-width: 1420px) {
  .l-wrapper--title,
  .l-wrapper--title-img {
    padding-top: 156px;
  }
}
@media (max-width: 1220px) {
  .l-wrapper--title,
  .l-wrapper--title-img {
    margin-top: 50px;
    padding: 22px 0 5px;
    border-radius: 0 0 60px 60px;
  }
}
.l-wrapper--title.is-square,
.l-wrapper--title-img.is-square {
  border-radius: 0;
}
@media (max-width: 1220px) {
  .l-wrapper--title.is-square,
  .l-wrapper--title-img.is-square {
    border-radius: 0;
  }
}

.l-wrapper--title {
  margin-bottom: 60px;
}
@media (max-width: 1220px) {
  .l-wrapper--title {
    margin-bottom: 40px;
  }
}

.l-wrapper--title-img {
  margin-bottom: 20px;
}
@media (max-width: 1220px) {
  .l-wrapper--title-img {
    margin-bottom: 3px;
  }
}
.l-wrapper--title-img .ttl-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.l-wrapper--title-img h1,
.l-wrapper--title-img h2 {
  color: #fff;
}

.l-wrapper--title-img .c-heading {
  min-height: 207px;
}
@media (max-width: 1220px) {
  .l-wrapper--title-img .c-heading {
    min-height: 112px;
  }
}

/*p-storagebattery*/
.p-storagebattery {
  background-color: #fff;
  border-top: solid #DC0017 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery {
    border-top: solid #DC0017 6px;
    padding-bottom: 0;
  }
}
.p-storagebattery img {
  display: block;
  width: 100%;
  height: auto;
}
.p-storagebattery .pc {
  display: block;
}
.p-storagebattery .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-storagebattery .pc {
    display: none;
  }
  .p-storagebattery .sp {
    display: block;
  }
}
.p-storagebattery .bg_yellow {
  background-color: #FFF9C5;
  margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery .bg_yellow {
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery .l-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-storagebattery .l-inner {
    width: 94%;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery .l-inner {
    width: calc(100% - 5.13vw);
  }
}
.p-storagebattery__kv {
  background-image: url(../img/storagebattery/kv/bg_kv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1088px;
}
@media screen and (max-width: 1320px) {
  .p-storagebattery__kv {
    background-position: center bottom;
    background-size: 1320px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv {
    background-image: url(../img/storagebattery/kv/bg_kv_sp.png);
    background-size: 100% auto;
  }
}
.p-storagebattery__kv .l-inner {
  padding-top: 53px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv .l-inner {
    padding-top: 6.92vw;
  }
}
.p-storagebattery__kv_title {
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_title {
    margin-bottom: 3.85vw;
  }
}
.p-storagebattery__kv_text {
  max-width: 874px;
  width: 85.68%;
  margin: 0 auto 18px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_text {
    width: 75.08vw;
    margin-bottom: 8.9vw;
  }
}
.p-storagebattery__kv_img {
  width: 86.27%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_img {
    width: 100%;
  }
}
.p-storagebattery__kv_list {
  position: relative;
  z-index: 1;
  max-width: 945px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8%;
  margin: -23px auto 0;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_list {
    width: 91.89%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4%;
    margin-top: -4.36vw;
  }
}
.p-storagebattery__kv_list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_list li {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 32.3%;
    margin-bottom: 0.85vw;
  }
}
.p-storagebattery__kv_scloll {
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_scloll {
    padding: 5.64vw 0 5.13vw;
  }
}
.p-storagebattery__kv_scloll img {
  width: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__kv_scloll img {
    width: 7.51vw;
  }
}
.p-storagebattery__btn {
  padding: 38px 0 58px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__btn {
    padding: 7.18vw 0 7.69vw;
  }
}
.p-storagebattery__btn.--bottom {
  padding: 48px 0 0;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__btn.--bottom {
    padding: 10.26vw 0 0;
  }
}
.p-storagebattery__btn .l-inner {
  max-width: 910px;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__btn .l-inner {
    gap: 3.08vw;
  }
}
.p-storagebattery__btn .btn_box {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 52px;
  -webkit-box-shadow: 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .p-storagebattery__btn .btn_box {
    border-radius: 13.33vw;
  }
}
.p-storagebattery__btn .btn_box:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-storagebattery__btn .btn_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-storagebattery__sec01 {
  background: url(../img/storagebattery/bg_yellow.png) repeat top center;
  background-size: 1320px auto;
  padding: 90px 0 122px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01 {
    background: url(../img/storagebattery/bg_yellow_sp.png) repeat-y top center;
    background-size: 100% auto;
    padding: 7.69vw 0 10.26vw;
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery__sec01 .l-inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 30px 45px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01 .l-inner {
    border-radius: 3.85vw;
    padding: 9.9vw 3.85vw 12.31vw;
  }
}
.p-storagebattery__sec01_title {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 87px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_title {
    margin-bottom: 6.8vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_title {
    max-width: 100%;
    margin-bottom: 13.77vw;
  }
}
.p-storagebattery__sec01_merit_title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 38px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_title {
    max-width: 100%;
    margin-bottom: 7.95vw;
  }
}
.p-storagebattery__sec01_merit_list {
  display: grid;
  gap: 20px;
  margin: 0 auto 157px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list {
    margin-bottom: 12.27vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list {
    gap: 3.85vw;
    margin-bottom: 26.92vw;
  }
}
.p-storagebattery__sec01_merit_list li {
  border: solid 5px #DC0017;
  background-color: #DC0017;
  border-radius: 22px;
  list-style: none;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li {
    border-radius: 2.56vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 23px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_title {
    padding: 1.56vw 1.56vw 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_title {
    padding: 2.56vw 2.56vw 3.85vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_title .num {
  display: block;
  max-width: 56px;
  width: 6.15%;
  margin-right: 2.63%;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_title .num {
    width: 10vw;
    margin-right: 3.59vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_title .title_text {
  position: relative;
  max-width: 827px;
  width: 90.87%;
  border-left: 1px solid #fff;
  color: #fff;
  padding-left: 2.4%;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_title .title_text {
    width: 65.38vw;
    padding-left: 5.13vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFEDEF;
  border-radius: 0 0 18px 18px;
  padding: 28px 20px 31px 20px;
  gap: 21px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc {
    padding: 2.19vw 1.56vw 2.42vw 1.56vw;
    gap: 1.64vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc {
    border-radius: 0 0 2.05vw 2.05vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.85vw 2.56vw 6.15vw;
    gap: 6.41vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-img {
  max-width: 315px;
  width: 34.57%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-img {
    border-radius: 0.78vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-img {
    max-width: none;
    width: 100%;
    border-radius: 1.28vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-txt_title {
  width: 97.03%;
  margin: 13px 0 20px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt_title {
    margin: 1.02vw 0 1.56vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt_title {
    width: 94.19%;
    margin: 0 0 4.87vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p {
    font-size: 4.1vw;
    line-height: 1.875;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p sup {
  font-size: 0.6em;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p sup {
    font-size: 2.56vw;
  }
}
.p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p.note {
  font-size: 1.4rem;
  margin-top: 18px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p.note {
    font-size: clamp(12px, 1.09vw, 14px);
    margin-top: 1.41vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_merit_list li .merit_list_dsc-txt p.note {
    font-size: 3.08vw;
    margin-top: 5.13vw;
    margin-bottom: -1em;
  }
}
.p-storagebattery__sec01_merit_list li::marker {
  content: "";
}
.p-storagebattery__sec01_service_title {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_title {
    margin-bottom: 2.31vw;
  }
}
.p-storagebattery__sec01_service_title.--after {
  margin-bottom: 0;
}
.p-storagebattery__sec01_service_text {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_text {
    margin-bottom: 4.87vw;
  }
}
.p-storagebattery__sec01_service_during {
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during {
    margin-bottom: 6.15vw;
  }
}
.p-storagebattery__sec01_service_during_title {
  margin: 0 auto 25px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_title {
    margin-bottom: 1.95vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_title {
    margin-bottom: 1.79vw;
  }
}
.p-storagebattery__sec01_service_during_txt {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_txt {
    font-size: clamp(16px, 2.19vw, 28px);
    margin-bottom: 3.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_txt {
    font-size: 4.62vw;
    line-height: 1.67;
    letter-spacing: -0.06em;
    text-align: left;
  }
}
.p-storagebattery__sec01_service_during_subtitle {
  max-width: 910px;
  width: 94.79%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_subtitle {
    margin-bottom: 1.56vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_subtitle {
    width: 100%;
    margin-bottom: 2.82vw;
  }
}
.p-storagebattery__sec01_service_during_subtitle.--flow {
  margin-bottom: 11px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_subtitle.--flow {
    margin-bottom: 0.86vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_subtitle.--flow {
    margin-bottom: 3.33vw;
  }
}
.p-storagebattery__sec01_service_during_img {
  max-width: 910px;
  width: 94.79%;
  margin: 0 auto 58px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_img {
    margin-bottom: 4.53vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_img {
    width: 100%;
    margin-bottom: 5.13vw;
  }
}
.p-storagebattery__sec01_service_during_img.--flow {
  margin-bottom: 42px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_during_img.--flow {
    margin-bottom: 3.28vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_during_img.--flow {
    margin-bottom: 6.15vw;
  }
}
.p-storagebattery__sec01_service .service_arrow {
  width: 79px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service .service_arrow {
    width: 6.17vw;
    margin-bottom: 3.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service .service_arrow {
    width: 14.68vw;
    margin-bottom: 6.15vw;
  }
}
.p-storagebattery__sec01_service_after_title {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec01_service_after_title {
    margin-bottom: 3.13vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec01_service_after_title {
    margin-bottom: 4.1vw;
  }
}
.p-storagebattery__sec02 {
  background: url(../img/storagebattery/bg_green.png) repeat top center;
  background-size: 1320px auto;
  background-color: #fff;
  padding: 120px 0 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02 {
    background: url(../img/storagebattery/bg_green_sp.png) repeat-y top center;
    background-size: 100% auto;
    padding: 9.74vw 0 10.26vw;
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery__sec02_text {
  width: 100%;
  margin: 0 auto 53px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_text {
    margin-bottom: 4.14vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_text {
    margin-bottom: 9.41vw;
  }
}
.p-storagebattery__sec02_cnt_title {
  margin: 0 auto;
}
.p-storagebattery__sec02_cnt_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
  background: #fff;
  border-radius: 0 0 22px 22px;
  padding: 41px 54px 30px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_cnt_list {
    padding: 3.2vw 4.22vw 2.34vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_cnt_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.85vw;
    border-radius: 0 0 5.64vw 5.64vw;
    padding: 6.15vw 3.85vw 7.95vw;
  }
}
.p-storagebattery__sec02_cnt_list li {
  text-align: center;
}
.p-storagebattery__sec02_cnt_list li .list_title {
  width: 100%;
  background: #B1DEA5;
  border-radius: 40px;
  color: #1A1311;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.636363em;
  margin: 0 auto 13px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_cnt_list li .list_title {
    font-size: clamp(16px, 1.72vw, 22px);
    margin-bottom: 1.02vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_cnt_list li .list_title {
    font-size: 4.1vw;
    padding: 0.625em;
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery__sec02_cnt_list li .list_img {
  margin: 0 auto 12px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_cnt_list li .list_img {
    margin-bottom: 0.94vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_cnt_list li .list_img {
    width: 78%;
    margin-bottom: 1.03vw;
  }
}
.p-storagebattery__sec02_cnt_list li p {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_cnt_list li p {
    font-size: clamp(12px, 1.41vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_cnt_list li p {
    font-size: 4.1vw;
    line-height: 1.375;
  }
}
.p-storagebattery__sec02 .sec02_arrow {
  width: 187px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02 .sec02_arrow {
    width: 14.61vw;
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02 .sec02_arrow {
    width: 28.21vw;
    margin-bottom: 4.62vw;
  }
}
.p-storagebattery__sec02_type {
  max-width: 912px;
  width: 89.41%;
  margin: 0 auto 78px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type {
    margin-bottom: 6.09vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type {
    width: 87.18vw;
    margin-bottom: 10.26vw;
  }
}
.p-storagebattery__sec02_type .type_title {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin: 0 auto 19px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type .type_title {
    font-size: clamp(18px, 2.19vw, 28px);
    margin-bottom: 1.48vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_title {
    font-size: 4.62vw;
    line-height: 1.33;
    margin-bottom: 2.31vw;
  }
}
.p-storagebattery__sec02_type .type_list {
  display: grid;
  gap: 1.3%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_list {
    gap: 2.05vw;
    grid-template-columns: 1fr;
  }
}
.p-storagebattery__sec02_type .type_list li {
  background: #fff;
  text-align: center;
  padding: 21px 12px 25px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type .type_list li {
    padding: 1.64vw 0.94vw 1.95vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_list li {
    padding: 4.62vw 2.56vw 3.85vw;
  }
}
.p-storagebattery__sec02_type .type_list li .list_title {
  width: 100%;
  border-bottom: 4px solid #4FA03C;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type .type_list li .list_title {
    padding-bottom: 0.94vw;
    margin-bottom: 1.95vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_list li .list_title {
    border-bottom: 2px solid #4FA03C;
    padding-bottom: 0.97vw;
    margin-bottom: 3.85vw;
  }
}
.p-storagebattery__sec02_type .type_list li p {
  color: #000;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.629;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type .type_list li p {
    font-size: clamp(18px, 2.11vw, 27px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_list li p {
    font-size: 4.1vw;
    line-height: 1.625;
  }
}
.p-storagebattery__sec02_type .type_list li p .num {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_type .type_list li p .num {
    font-size: clamp(27px, 3.75vw, 48px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_type .type_list li p .num {
    font-size: 7.18vw;
    letter-spacing: 0.1em;
  }
}
.p-storagebattery__sec02_maker {
  max-width: 960px;
  width: 94.11%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_maker {
    width: 87.18vw;
  }
}
.p-storagebattery__sec02_maker_title {
  border-bottom: 2px solid #4FA03C;
  padding-bottom: 11px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_maker_title {
    padding-bottom: 0.86vw;
    margin-bottom: 1.56vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_maker_title {
    padding-bottom: 2.05vw;
    margin-bottom: 3.85vw;
  }
}
.p-storagebattery__sec02_maker p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_maker p {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_maker p {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}
.p-storagebattery__sec02_maker p .small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  padding-left: 0.5em;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec02_maker p .small {
    font-size: clamp(10px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_maker p .small {
    font-size: 3.08vw;
    line-height: 1.75;
  }
}
.p-storagebattery__sec02_maker p .note {
  display: block;
  margin-top: 0.4em;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec02_maker p .note {
    margin-top: 2.05vw;
  }
}
.p-storagebattery__sec03 {
  background: url(../img/storagebattery/bg_blue.png) repeat top center;
  background-size: 1320px auto;
  padding: 120px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03 {
    background: url(../img/storagebattery/bg_blue_sp.png) repeat-y top center;
    background-size: 100% auto;
    padding: 10.26vw 0;
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery__sec03 .l-inner {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 80px 30px 23px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03 .l-inner {
    border-radius: 3.85vw 3.85vw 0 0;
    padding: 10.26vw 3.85vw 4.62vw;
  }
}
.p-storagebattery__sec03 .l-inner.--stripe {
  background: url(../img/storagebattery/bg_stripe.png) repeat top center;
  background-size: 1020px auto;
  border-radius: 0;
  padding: 23px 80px 20px;
}
@media screen and (max-width: 1024px) {
  .p-storagebattery__sec03 .l-inner.--stripe {
    padding: 23px 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03 .l-inner.--stripe {
    padding: 3.59vw 3.85vw 4.1vw;
  }
}
.p-storagebattery__sec03 .l-inner.--last {
  border-radius: 0 0 30px 30px;
  padding: 20px 30px 67px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03 .l-inner.--last {
    border-radius: 0 0 3.85vw 3.85vw;
    padding: 2.56vw 3.85vw 10vw;
  }
}
.p-storagebattery__sec03_title {
  max-width: 860px;
  width: 89.58%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_title {
    margin-bottom: 1.95vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_title {
    width: 100%;
    margin-bottom: 2.82vw;
  }
}
.p-storagebattery__sec03_select_text {
  position: relative;
  max-width: 868px;
  width: 90.41%;
  background: #BAE0FF;
  border-radius: 17px;
  margin: 0 auto 41px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_text {
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_text {
    width: 100%;
    border-radius: 2.05vw;
    margin-bottom: 39.23vw;
  }
}
.p-storagebattery__sec03_select_text::after {
  content: "";
  display: block;
  width: 98px;
  height: 190px;
  background: url(../img/storagebattery/sec03/sec02_plan_deco.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: -187px;
  left: 233px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_text::after {
    width: 7.66vw;
    height: 14.84vw;
    bottom: -14.61vw;
    left: 26.84%;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_text::after {
    width: 19.37vw;
    height: 37.33vw;
    bottom: -36.67vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-storagebattery__sec03_select_text p {
  color: #1A1311;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.571;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_text p {
    font-size: clamp(18px, 2.19vw, 28px);
    padding: 1.56vw 0;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_text p {
    font-size: 4.1vw;
    line-height: 1.5;
    padding: 2.56vw 0;
  }
}
.p-storagebattery__sec03_select_g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6%;
  max-width: 868px;
  width: 90.41%;
  margin: 0 auto 51px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g {
    margin-bottom: 3.98vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1vw;
    width: 100%;
    margin-bottom: 10.26vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .select_btn.--new {
    width: 71.68%;
    margin: 0 auto;
  }
}
.p-storagebattery__sec03_select_g .select_box .select_btn a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-storagebattery__sec03_select_g .select_box .select_btn a:hover {
  opacity: 0.8;
}
.p-storagebattery__sec03_select_g .select_box .select_title {
  position: relative;
  display: grid;
  place-items: center;
  height: 82px;
  color: #1A1311;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.555;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g .select_box .select_title {
    height: 6.41vw;
    min-height: 62px;
    font-size: clamp(14px, 1.41vw, 18px);
    margin-bottom: clamp(50px, 7.42vw, 85px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .select_title {
    height: 11.28vw;
    min-height: auto;
    font-size: 3.85vw;
    line-height: 1.46;
    margin-bottom: 7.69vw;
  }
}
.p-storagebattery__sec03_select_g .select_box .select_title.--new {
  width: 100%;
  border: 4px solid #DC0E17;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .select_title.--new {
    border: 3px solid #DC0E17;
  }
}
.p-storagebattery__sec03_select_g .select_box .select_title.--consider {
  width: 75%;
  border: 4px solid #3468BC;
  border-radius: 12px;
  margin-left: 18.5%;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .select_title.--consider {
    width: 88.3%;
    border: 3px solid #3468BC;
    margin: 0 auto 12.44vw;
  }
}
.p-storagebattery__sec03_select_g .select_box .btn_g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g .select_box .btn_g {
    gap: 0.31vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .btn_g {
    gap: 1.03vw;
  }
}
.p-storagebattery__sec03_select_g .select_box.--new {
  width: 24.65%;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box.--new {
    width: 57.95vw;
    margin: 0 auto;
  }
}
.p-storagebattery__sec03_select_g .select_box.--consider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-storagebattery__sec03_select_g .select_box .deco_line {
  position: relative;
  z-index: 1;
}
.p-storagebattery__sec03_select_g .select_box .deco_line::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line::before {
    top: -7vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line::before {
    top: -6.77vw;
  }
}
.p-storagebattery__sec03_select_g .select_box .deco_line.--new::before {
  width: 4px;
  height: 74px;
  background: url(../img/storagebattery/sec03/img_linegray01.svg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line.--new::before {
    height: 42.5%;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line.--new::before {
    width: 0.77vw;
    height: 5.39vw;
    background: url(../img/storagebattery/sec03/img_linegray01_sp.svg) no-repeat top center;
    background-size: contain;
  }
}
.p-storagebattery__sec03_select_g .select_box .deco_line.--consider::before {
  left: 50%;
  width: 433px;
  height: 77px;
  background: url(../img/storagebattery/sec03/img_linegray02.svg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line.--consider::before {
    width: 67.5%;
    height: 42.5%;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_select_g .select_box .deco_line.--consider::before {
    top: -11vw;
    width: 59.49vw;
    height: 10.13vw;
    background: url(../img/storagebattery/sec03/img_linegray02_sp.svg) no-repeat top center;
    background-size: contain;
  }
}
.p-storagebattery__sec03_plan_title {
  max-width: 960px;
  width: 100%;
}
.p-storagebattery__sec03_plan_cnt {
  max-width: 860px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  border-top: 5px solid #53AAE0;
  padding: 32px 30px 28px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt {
    padding: 2.5vw 2.34vw 2.19vw;
    margin-bottom: 1.56vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    padding: 4.1vw 2.31vw 5.13vw 2.56vw;
    margin-bottom: 3.33vw;
  }
}
.p-storagebattery__sec03_plan_cnt.--green {
  border-top: 5px solid #2093A8;
}
.p-storagebattery__sec03_plan_cnt.--blue02 {
  border-top: 5px solid #192C95;
}
.p-storagebattery__sec03_plan_cnt:last-of-type {
  margin-bottom: 0;
}
.p-storagebattery__sec03_plan_cnt_title {
  width: 100%;
  margin: 0 auto 19px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1311;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_title {
    font-size: clamp(16px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_title {
    width: 99.06%;
    font-size: 3.33vw;
    margin-bottom: 3.33vw;
  }
}
.p-storagebattery__sec03_plan_cnt_title .sub_title {
  text-align: right;
}
.p-storagebattery__sec03_plan_cnt_title .sub_title .text_blue {
  color: #53AAE0;
}
.p-storagebattery__sec03_plan_cnt_title .sub_title .text_green {
  color: #2093A8;
}
.p-storagebattery__sec03_plan_cnt_title .sub_title .text_blue02 {
  color: #192C95;
}
.p-storagebattery__sec03_plan_cnt_g {
  max-width: 720px;
  width: 90%;
  color: #1A1311;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g {
    width: 100%;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_title {
  position: relative;
  border-bottom: 2px solid #3468BC;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  padding: 0 0 0.3958333em 1.1666666em;
  margin-bottom: 22px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_title {
    font-size: clamp(18px, 1.88vw, 24px);
    margin-bottom: 1.72vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_title {
    width: 99.06%;
    font-size: 4.36vw;
    padding: 0 0 0.4235294em 1.235294118em;
    margin-bottom: 3.33vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  z-index: 1;
  width: 1em;
  height: 1em;
  background-color: #3468BC;
  border-radius: 0.166666em;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_title::before {
    border-radius: 0.2352941em;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_text {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_text {
    font-size: clamp(14px, 1.41vw, 18px);
    margin-bottom: 1.88vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_text {
    font-size: 3.33vw;
    margin-bottom: 6.41vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list {
    margin-bottom: 0.78vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.13vw;
    width: 90.34%;
    margin-bottom: 3.85vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li {
  position: relative;
  border: 2px solid #DDDDDD;
  border-radius: 12px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li {
    width: 100%;
    border-radius: 2.05vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_text01 {
  position: absolute;
  top: -1.5em;
  right: 0;
  font-size: 1.4rem;
  line-height: 1.35;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_text01 {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_text01 {
    top: -1.7em;
    font-size: 2.56vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title {
  background-color: #DDDDDD;
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.31;
  padding: 0.78125em 0;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title {
    font-size: clamp(12px, 1.56vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title {
    border-radius: 1.03vw 1.03vw 0 0;
    font-size: 3.33vw;
    padding: 0.92307em 0;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title .num {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title .num {
    font-size: clamp(18px, 1.88vw, 24px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .g_list_title .num {
    font-size: 4.62vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box {
  padding: 17.5px 0;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box {
    padding: 1.37vw 0;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box {
    padding: 3.46vw 0;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 {
    font-size: 3.85vw;
    line-height: 1.33;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02.--pr01 {
  padding-right: 0.8em;
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 .num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 .num {
    font-size: clamp(17px, 1.88vw, 24px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text02 .num {
    font-size: 5.13vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 {
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 {
    font-size: 3.08vw;
    line-height: 1.67;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 .num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 .num {
    font-size: clamp(12px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 .num {
    font-size: 4.1vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .g_list li .text_box .g_list_text03 .price {
  display: inline-block;
  padding-right: 0.3em;
}
.p-storagebattery__sec03_plan_cnt_g .note_text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.67;
  padding-left: 1.3125em;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03_plan_cnt_g .note_text {
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .note_text {
    font-size: 3.08vw;
  }
}
.p-storagebattery__sec03_plan_cnt_g .note_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  z-index: 1;
  width: 1em;
  height: 1em;
  background-color: #3468BC;
  border-radius: 0.25em;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03_plan_cnt_g .note_text::before {
    border-radius: 0.166666em;
  }
}
.p-storagebattery__sec03 .notes_box {
  background: #EFEEEC;
  color: #1A1311;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: -0.07em;
  padding: 1.214285em 1.42857em 1.142857em;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec03 .notes_box {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec03 .notes_box {
    font-size: 3.33vw;
    line-height: 1.692;
    padding: 0.807692em 0.76923em 0.730769em;
  }
}
.p-storagebattery__sec04 {
  background: url(../img/storagebattery/bg_yellow.png) repeat top center;
  background-size: 1320px auto;
  padding: 120px 0 83px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04 {
    background: url(../img/storagebattery/bg_yellow_sp.png) repeat-y top center;
    background-size: 100% auto;
    padding: 7.69vw 0 10.26vw;
  }
}
.p-storagebattery__sec04 .l-inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 75px 55px 85px;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04 .l-inner {
    border-radius: 3.85vw;
    padding: 10.26vw 3.85vw 16.67vw;
  }
}
.p-storagebattery__sec04_title {
  margin: 0 auto 33px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec04_title {
    margin-bottom: 2.58vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_title {
    margin-bottom: 3.59vw;
  }
  .p-storagebattery__sec04_title.--notes {
    margin-bottom: 4.87vw;
  }
}
.p-storagebattery__sec04_flow {
  margin: 0 auto 74px;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec04_flow {
    margin-bottom: 5.78vw;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_flow {
    margin-bottom: 10.26vw;
  }
}
.p-storagebattery__sec04_flow_list .flow_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  margin: 0 auto 21px;
  border-radius: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #F42137 solid 2px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_flow_list .flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 6.15vw;
    border: #F42137 solid 3px;
    width: 100%;
    margin-bottom: 2.56vw;
  }
}
.p-storagebattery__sec04_flow_list .flow_item:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #F58531;
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_flow_list .flow_item:not(:last-child)::after {
    height: 2.56vw;
    bottom: -3.33vw;
    background-color: #F42137;
  }
}
.p-storagebattery__sec04_flow_list .flow_item .flow_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 324px;
  width: 37.67%;
  background: #F42137;
  padding: 24px 20px;
  border-radius: 27px 0 0 27px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_flow_list .flow_item .flow_title {
    max-width: none;
    width: 100%;
    padding: 3.85vw 3.85vw 2.56vw;
    border-radius: 5.38vw 5.38vw 0 0;
  }
}
.p-storagebattery__sec04_flow_list .flow_item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1.555;
  padding: 25px 22px 24px 17px;
  border-radius: 0 27px 27px 0;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec04_flow_list .flow_item p {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_flow_list .flow_item p {
    font-size: 4.1vw;
    line-height: 1.687;
    padding: 3.33vw 1.79vw 3.85vw 2.82vw;
  }
}
.p-storagebattery__sec04_notes ul {
  width: 100%;
}
.p-storagebattery__sec04_notes ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.555;
  padding-left: 20px;
  margin-bottom: 0.5555555em;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec04_notes ul li {
    font-size: clamp(14px, 1.41vw, 18px);
    padding-left: 1.11111em;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_notes ul li {
    font-size: 4.1vw;
    line-height: 1.687;
    margin-bottom: 0.625em;
  }
}
.p-storagebattery__sec04_notes ul li:last-child {
  margin-bottom: 0;
}
.p-storagebattery__sec04_notes ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #F42137;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
@media screen and (max-width: 1280px) {
  .p-storagebattery__sec04_notes ul li::before {
    width: 0.833333em;
    height: 0.833333em;
  }
}
@media screen and (max-width: 640px) {
  .p-storagebattery__sec04_notes ul li::before {
    width: 0.9375em;
    height: 0.9375em;
  }
}

/*end p-storagebattery*/