.site-storage-battery {
  padding-top: 80px;
  overflow-x: hidden;
  color: #1E3D6E;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.site-storage-battery .noto {
  font-family: "noto-sans-cjk-jp", sans-serif, "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .site-storage-battery {
    padding-top: 60px;
  }
}
.site-storage-battery .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .site-storage-battery .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .wrap {
    padding: 0 20px;
  }
}
.site-storage-battery .anchor {
  margin-top: -150px;
  padding-top: 150px;
}
.site-storage-battery .js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.site-storage-battery .js-fadein.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-storage-battery .contact-btn {
  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;
  width: 100%;
  max-width: 430px;
  height: 80px;
  border: 1.5px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  padding-right: 30px;
}
.site-storage-battery .contact-btn::after {
  content: "";
  background-image: url(../img/site-storage-battery/arrow-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 44px;
}
.site-storage-battery .contact-btn:hover {
  opacity: 0.88;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-storage-battery .contact-btn:last-child {
  padding-right: 20px;
}
.site-storage-battery .contact-btn:last-child::after {
  background-image: url(../img/site-storage-battery/arrow-blue.png);
}
@media (max-width: 1100px) {
  .site-storage-battery .contact-btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .contact-btn {
    min-height: 56px;
    padding: 10px 40px 10px 20px;
    gap: 12px;
    font-size: 24px;
  }
  .site-storage-battery .contact-btn::after {
    right: 25px;
  }
  .site-storage-battery .contact-btn:last-child {
    padding-right: 30px;
  }
}
.site-storage-battery .contact-btn-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ff9830), color-stop(70%, #ff6200), to(#ff9830));
  background: linear-gradient(90deg, #ff9830 0%, #ff6200 70%, #ff9830 100%);
}
.site-storage-battery .contact-btn-blue {
  background: -webkit-gradient(linear, left top, right top, from(#1e9cea), color-stop(50%, #0073d0), to(#1e9cea));
  background: linear-gradient(90deg, #1e9cea 0%, #0073d0 50%, #1e9cea 100%);
}
.site-storage-battery .sb-fixed-bar {
  display: none;
}
@media (max-width: 767px) {
  .site-storage-battery .sb-fixed-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
  .site-storage-battery .sb-fixed-bar .contact-btn {
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    padding-right: unset;
    padding: 0 0;
  }
  .site-storage-battery .sb-fixed-bar .contact-btn::after {
    display: none;
  }
  .site-storage-battery .sb-fixed-bar .contact-btn:hover {
    opacity: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .site-storage-battery .sb-fixed-bar .contact-btn:last-child {
    padding-right: unset;
  }
}
.site-storage-battery .fv {
  position: relative;
  background: #fff;
}
.site-storage-battery .fv .fv-inner {
  position: absolute;
  top: 78px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 1216px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.site-storage-battery .fv .fv-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 464px;
  height: 54px;
  background: #FBBF24;
  border-radius: 200px;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 35px;
}
.site-storage-battery .fv .fv-title {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.02em;
  margin-bottom: 38px;
}
.site-storage-battery .fv .fv-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4285714286;
}
.site-storage-battery .fv .fv-lead span {
  font-size: 28px;
}
.site-storage-battery .fv .fv-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.site-storage-battery .fv .fv-features p {
  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;
  width: 174px;
  height: 174px;
  color: #fff;
  background: #1E3D6E;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2068965517;
  text-align: center;
}
@media (max-width: 1250px) {
  .site-storage-battery .fv .fv-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-storage-battery .fv .fv-title {
    font-size: 56px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .site-storage-battery .fv .fv-inner {
    top: 40px;
    gap: 10px;
  }
  .site-storage-battery .fv .fv-label {
    max-width: 320px;
    height: 44px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .site-storage-battery .fv .fv-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .site-storage-battery .fv .fv-lead span {
    font-size: 18px;
  }
  .site-storage-battery .fv .fv-features {
    gap: 14px;
  }
  .site-storage-battery .fv .fv-features p {
    width: 110px;
    height: 110px;
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .fv .fv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    max-width: 100%;
    padding: 0 20px 0;
  }
  .site-storage-battery .fv .fv-copy {
    text-align: center;
  }
  .site-storage-battery .fv .fv-label {
    max-width: 300px;
    height: 38px;
    font-size: 15px;
    margin: 0 auto 16px;
  }
  .site-storage-battery .fv .fv-title {
    font-size: 45px;
    margin-bottom: 16px;
    text-align: left;
  }
  .site-storage-battery .fv .fv-lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.6923076923;
  }
  .site-storage-battery .fv .fv-lead span {
    font-size: 15px;
  }
  .site-storage-battery .fv .fv-features {
    gap: 10px;
  }
  .site-storage-battery .fv .fv-features p {
    width: 88px;
    height: 88px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
}
.site-storage-battery .fv-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin-top: -10px;
  padding-bottom: 35px;
}
@media (max-width: 1100px) {
  .site-storage-battery .fv-cta {
    gap: 24px;
    padding: 0 20px 35px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .fv-cta {
    padding: 35px 20px 35px;
    -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;
    gap: 8px;
  }
}
.site-storage-battery .attention {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  color: #fff;
  background-color: #1E3D6E;
  text-align: center;
}
.site-storage-battery .attention .attention-now {
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.site-storage-battery .attention .attention-now::before,
.site-storage-battery .attention .attention-now::after {
  content: "";
  position: absolute;
  top: 23px;
  width: 48px;
  height: 4px;
  border-radius: 3px;
  background: #fff;
}
.site-storage-battery .attention .attention-now::before {
  left: -68px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.site-storage-battery .attention .attention-now::after {
  right: -68px;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
}
.site-storage-battery .attention .attention-title {
  font-size: 55px;
  line-height: 1.3272727273;
  font-weight: 700;
  margin-bottom: 40px;
}
.site-storage-battery .attention .attention-title span {
  color: #fbbf24;
  font-size: 80px;
  display: inline-block;
  padding-right: 10px;
}
.site-storage-battery .attention .attention-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.site-storage-battery .attention .attention-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 1000px;
  padding: 18px 30px;
  margin: 0 auto 74px auto;
  background: #3167EB;
  border-radius: 53px;
}
.site-storage-battery .attention .attention-note p {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3333333333;
}
.site-storage-battery .attention .attention-note-icon {
  width: 100%;
  max-width: 61px;
}
.site-storage-battery .attention .attention-flow {
  width: 100%;
  max-width: 788px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .site-storage-battery .attention {
    padding: 40px 0 0;
  }
  .site-storage-battery .attention .attention-now {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .site-storage-battery .attention .attention-now::before,
  .site-storage-battery .attention .attention-now::after {
    top: 17px;
    width: 34px;
  }
  .site-storage-battery .attention .attention-now::before {
    left: -48px;
  }
  .site-storage-battery .attention .attention-now::after {
    right: -48px;
  }
  .site-storage-battery .attention .attention-title {
    font-size: 38px;
    margin-bottom: 28px;
  }
  .site-storage-battery .attention .attention-title span {
    font-size: 54px;
  }
  .site-storage-battery .attention .attention-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .site-storage-battery .attention .attention-note {
    max-width: calc(100% - 60px);
    padding: 16px 24px;
    margin: 0 auto 50px auto;
    gap: 18px;
    border-radius: 30px;
  }
  .site-storage-battery .attention .attention-note p {
    font-size: 17px;
  }
  .site-storage-battery .attention .attention-note-icon {
    max-width: 46px;
  }
  .site-storage-battery .attention .attention-flow {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .attention {
    padding: 34px 0 0;
  }
  .site-storage-battery .attention .attention-now {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .site-storage-battery .attention .attention-now::before,
  .site-storage-battery .attention .attention-now::after {
    top: 10px;
    width: 22px;
    height: 3px;
  }
  .site-storage-battery .attention .attention-now::before {
    left: -30px;
  }
  .site-storage-battery .attention .attention-now::after {
    right: -30px;
  }
  .site-storage-battery .attention .attention-title {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .site-storage-battery .attention .attention-title span {
    font-size: 34px;
    padding-right: 6px;
  }
  .site-storage-battery .attention .attention-lead {
    font-size: 13px;
    line-height: 1.5384615385;
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .site-storage-battery .attention .attention-note {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: calc(100% - 40px);
    padding: 14px 16px;
    margin: 0 auto 40px auto;
    gap: 12px;
    border-radius: 16px;
  }
  .site-storage-battery .attention .attention-note p {
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .site-storage-battery .attention .attention-note-icon {
    max-width: 28px;
    margin-top: 2px;
  }
  .site-storage-battery .attention .attention-flow {
    max-width: 100%;
    padding: 0 20px;
  }
}
.site-storage-battery .column-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 68px 0 55px 0;
}
.site-storage-battery .column-three .column-item {
  width: 33.333%;
  padding: 16px 0 13px;
  text-align: center;
}
.site-storage-battery .column-three .column-item:not(:last-child) {
  border-right: 1px solid #B0CEFB;
}
.site-storage-battery .column-three .column-item h2 {
  color: #1B325D;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 18px;
}
.site-storage-battery .column-three .column-item p {
  font-size: 16px;
  line-height: 1.375;
}
.site-storage-battery .column-three .column-item-img {
  width: 100%;
  max-width: 176px;
  height: 138px;
  margin-bottom: 13px;
  position: relative;
}
.site-storage-battery .column-three .column-item-img.column-item-img01 {
  right: -50px;
}
.site-storage-battery .column-three .column-item-img.column-item-img02 {
  max-width: 203px;
  right: -65px;
}
.site-storage-battery .column-three .column-item-img.column-item-img03 {
  max-width: 139px;
  right: -100px;
}
@media (max-width: 1100px) {
  .site-storage-battery .column-three {
    padding: 50px 0 40px;
  }
  .site-storage-battery .column-three .column-item {
    padding: 10px 0 8px;
  }
  .site-storage-battery .column-three .column-item h2 {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .site-storage-battery .column-three .column-item p {
    font-size: 13px;
  }
  .site-storage-battery .column-three .column-item-img {
    position: static;
    max-width: 130px;
    height: 120px;
    margin: 0 auto;
  }
  .site-storage-battery .column-three .column-item-img.column-item-img02 {
    max-width: 150px;
  }
  .site-storage-battery .column-three .column-item-img.column-item-img03 {
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .column-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 10px;
  }
  .site-storage-battery .column-three .column-item {
    width: 100%;
    padding: 30px 0;
  }
  .site-storage-battery .column-three .column-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #B0CEFB;
  }
  .site-storage-battery .column-three .column-item h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .site-storage-battery .column-three .column-item p {
    font-size: 13px;
  }
  .site-storage-battery .column-three .column-item-img {
    max-width: 88px;
    height: 69px;
    margin: 0 auto 10px;
    right: 0;
  }
  .site-storage-battery .column-three .column-item-img.column-item-img01 {
    right: 0;
  }
  .site-storage-battery .column-three .column-item-img.column-item-img02 {
    max-width: 102px;
    right: 0;
  }
  .site-storage-battery .column-three .column-item-img.column-item-img03 {
    max-width: 70px;
    right: 0;
  }
}
.site-storage-battery .points {
  padding: 83px 0 100px;
  background: #DEEAFD;
}
.site-storage-battery .points .points-title {
  font-size: 47px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.88px;
  text-align: center;
  margin-bottom: 45px;
}
.site-storage-battery .points .points-title span {
  color: #fbbf24;
}
.site-storage-battery .points .points-title strong {
  font-size: 79px;
}
.site-storage-battery .points .points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}
.site-storage-battery .points .points-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 67px;
  margin-left: 80px;
  background: #fff;
  border-radius: 10px;
}
.site-storage-battery .points .points-number {
  position: absolute;
  left: -80px;
  width: 100%;
  max-width: 40px;
}
.site-storage-battery .points .points-number.points-number02 {
  max-width: 45px;
}
.site-storage-battery .points .points-number.points-number03 {
  max-width: 45px;
}
.site-storage-battery .points .points-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264px;
  height: 67px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  padding: 0 0 0 57px;
  color: #1E3D6E;
  background: #FBBF24;
  border-radius: 10px 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
.site-storage-battery .points .points-ttl::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.site-storage-battery .points .points-ttl.points-ttl01::before {
  background-image: url(../img/site-storage-battery/point-icon01.png);
  width: 33px;
  height: 20px;
  left: 15px;
}
.site-storage-battery .points .points-ttl.points-ttl02::before {
  background-image: url(../img/site-storage-battery/point-icon02.png);
  width: 22px;
  height: 25px;
  left: 20px;
}
.site-storage-battery .points .points-ttl.points-ttl03::before {
  background-image: url(../img/site-storage-battery/point-icon03.png);
  width: 29px;
  height: 22px;
  left: 15px;
}
.site-storage-battery .points .points-item p {
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 35px;
  color: #1b325d;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.04em;
}
@media (max-width: 1100px) {
  .site-storage-battery .points {
    padding: 60px 0 70px;
  }
  .site-storage-battery .points .points-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .site-storage-battery .points .points-title strong {
    font-size: 56px;
  }
  .site-storage-battery .points .points-list {
    gap: 26px;
  }
  .site-storage-battery .points .points-item {
    height: 67px;
    margin-left: 56px;
  }
  .site-storage-battery .points .points-number {
    left: -56px;
    max-width: 30px;
  }
  .site-storage-battery .points .points-number.points-number02, .site-storage-battery .points .points-number.points-number03 {
    max-width: 34px;
  }
  .site-storage-battery .points .points-ttl {
    width: 190px;
    height: 67px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    padding-left: 44px;
    font-size: 17px;
  }
  .site-storage-battery .points .points-ttl.points-ttl01::before {
    width: 26px;
    height: 16px;
    left: 12px;
  }
  .site-storage-battery .points .points-ttl.points-ttl02::before {
    width: 18px;
    height: 20px;
    left: 16px;
  }
  .site-storage-battery .points .points-ttl.points-ttl03::before {
    width: 23px;
    height: 18px;
    left: 12px;
  }
  .site-storage-battery .points .points-item p {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .points {
    padding: 40px 0 50px;
  }
  .site-storage-battery .points .points-title {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
  .site-storage-battery .points .points-title strong {
    font-size: 38px;
  }
  .site-storage-battery .points .points-list {
    gap: 20px;
  }
  .site-storage-battery .points .points-item {
    height: unset;
    margin-left: 34px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-storage-battery .points .points-number {
    top: 10px;
    left: -34px;
    max-width: 22px;
  }
  .site-storage-battery .points .points-number.points-number02, .site-storage-battery .points .points-number.points-number03 {
    max-width: 24px;
  }
  .site-storage-battery .points .points-ttl {
    width: 100%;
    height: unset;
    padding: 10px 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 34px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
  .site-storage-battery .points .points-ttl.points-ttl01::before {
    width: 20px;
    height: 12px;
    left: 10px;
  }
  .site-storage-battery .points .points-ttl.points-ttl02::before {
    width: 14px;
    height: 16px;
    left: 12px;
  }
  .site-storage-battery .points .points-ttl.points-ttl03::before {
    width: 18px;
    height: 14px;
    left: 10px;
  }
  .site-storage-battery .points .points-item p {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5384615385;
  }
}
.site-storage-battery .support {
  padding: 0 0 117px;
  background: #DEEAFD;
}
.site-storage-battery .support .support-title {
  color: #fbbf24;
  font-size: 47px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.88px;
  text-align: center;
  margin-bottom: 18px;
}
.site-storage-battery .support .support-lead {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}
.site-storage-battery .support .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
.site-storage-battery .support .support-item {
  width: 100%;
  max-width: 310px;
}
.site-storage-battery .support .support-item img {
  width: 100%;
  margin-bottom: 18px;
}
.site-storage-battery .support .support-item-ttl {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-storage-battery .support .support-item-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .site-storage-battery .support {
    padding: 0 0 70px;
  }
  .site-storage-battery .support .support-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .site-storage-battery .support .support-lead {
    font-size: 15px;
    margin-bottom: 34px;
  }
  .site-storage-battery .support .support-list {
    gap: 16px;
  }
  .site-storage-battery .support .support-item {
    max-width: 220px;
  }
  .site-storage-battery .support .support-item-ttl {
    font-size: 16px;
  }
  .site-storage-battery .support .support-item-txt {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .support {
    padding: 0 0 50px;
  }
  .site-storage-battery .support .support-title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .site-storage-battery .support .support-lead {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .site-storage-battery .support .support-list {
    -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;
    gap: 30px;
  }
  .site-storage-battery .support .support-item {
    max-width: unset;
  }
  .site-storage-battery .support .support-item-ttl {
    font-size: 20px;
  }
  .site-storage-battery .support .support-item-txt {
    font-size: 14px;
  }
}
.site-storage-battery .land {
  padding: 60px 0 73px;
}
.site-storage-battery .land .land-inner {
  padding: 62px 100px 81px;
  color: #fff;
  background: #1e3d6e;
  border-radius: 10px;
}
.site-storage-battery .land .land-badge {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px 18px;
  color: #1e3d6e;
  background: #fbbf24;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.site-storage-battery .land .land-badge::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-top: 12px solid #fbbf24;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-storage-battery .land .land-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 15px;
}
.site-storage-battery .land .land-title span {
  color: #fbbf24;
  font-size: 47px;
}
.site-storage-battery .land .land-lead {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 61px;
}
.site-storage-battery .land .land-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 51px 28px;
}
.site-storage-battery .land .land-item {
  background-color: #fff;
  border: 3px solid #FBBF24;
  border-radius: 10px;
  width: 100%;
  max-width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.site-storage-battery .land .land-item::after {
  content: "";
  display: block;
  background-image: url(../img/site-storage-battery/seeking-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -17px;
}
.site-storage-battery .land .land-item-img {
  width: 100%;
  max-width: 72px;
  margin-bottom: 13px;
  height: 70px;
  position: relative;
}
.site-storage-battery .land .land-item-img.land-item-img02 {
  max-width: 67px;
}
.site-storage-battery .land .land-item-img.land-item-img03 {
  max-width: 72px;
}
.site-storage-battery .land .land-item-img.land-item-img04 {
  max-width: 78px;
}
.site-storage-battery .land .land-item-img.land-item-img05 {
  max-width: 72px;
}
.site-storage-battery .land .land-item-img.land-item-img06 {
  max-width: 62px;
  height: 66px;
  right: -7px;
  margin-bottom: 5px;
}
.site-storage-battery .land .land-item-img.land-item-img07 {
  max-width: 69px;
}
.site-storage-battery .land .land-item-img.land-item-img08 {
  max-width: 52px;
  height: 66px;
  margin-bottom: 8px;
}
.site-storage-battery .land .land-item-txt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #1E3D6E;
  line-height: 1.3125;
}
@media (max-width: 1100px) {
  .site-storage-battery .land {
    padding: 40px 20px 50px;
  }
  .site-storage-battery .land .land-inner {
    padding: 40px 40px 50px;
  }
  .site-storage-battery .land .land-badge {
    font-size: 15px;
    padding: 6px 14px;
    margin-bottom: 20px;
  }
  .site-storage-battery .land .land-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .site-storage-battery .land .land-title span {
    font-size: 34px;
  }
  .site-storage-battery .land .land-lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .site-storage-battery .land .land-list {
    gap: 30px 20px;
  }
  .site-storage-battery .land .land-item {
    max-width: 130px;
    height: 130px;
  }
  .site-storage-battery .land .land-item::after {
    width: 26px;
    height: 26px;
    top: -13px;
  }
  .site-storage-battery .land .land-item-img {
    max-width: 56px;
    height: 54px;
    margin-bottom: 10px;
  }
  .site-storage-battery .land .land-item-img.land-item-img02 {
    max-width: 52px;
  }
  .site-storage-battery .land .land-item-img.land-item-img03 {
    max-width: 56px;
  }
  .site-storage-battery .land .land-item-img.land-item-img04 {
    max-width: 60px;
  }
  .site-storage-battery .land .land-item-img.land-item-img05 {
    max-width: 56px;
  }
  .site-storage-battery .land .land-item-img.land-item-img06 {
    max-width: 48px;
    height: 51px;
    right: -5px;
    margin-bottom: 4px;
  }
  .site-storage-battery .land .land-item-img.land-item-img07 {
    max-width: 53px;
  }
  .site-storage-battery .land .land-item-img.land-item-img08 {
    max-width: 40px;
    height: 51px;
    margin-bottom: 6px;
  }
  .site-storage-battery .land .land-item-txt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .land {
    padding: 0 0 40px;
    margin-top: -5px;
  }
  .site-storage-battery .land .land-inner {
    padding: 30px 20px 36px;
  }
  .site-storage-battery .land .land-badge {
    font-size: 12px;
    padding: 5px 12px;
    margin-bottom: 16px;
  }
  .site-storage-battery .land .land-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .site-storage-battery .land .land-title span {
    font-size: 26px;
  }
  .site-storage-battery .land .land-lead {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .site-storage-battery .land .land-list {
    gap: 24px 12px;
  }
  .site-storage-battery .land .land-item {
    max-width: calc((100% - 12px) / 2);
    height: auto;
    aspect-ratio: 1/1;
  }
  .site-storage-battery .land .land-item::after {
    width: 22px;
    height: 22px;
    top: -11px;
  }
  .site-storage-battery .land .land-item-img {
    max-width: 76px;
    height: 74px;
    margin-bottom: 8px;
  }
  .site-storage-battery .land .land-item-img.land-item-img02 {
    max-width: 72px;
  }
  .site-storage-battery .land .land-item-img.land-item-img03 {
    max-width: 76px;
  }
  .site-storage-battery .land .land-item-img.land-item-img04 {
    max-width: 80px;
  }
  .site-storage-battery .land .land-item-img.land-item-img05 {
    max-width: 76px;
  }
  .site-storage-battery .land .land-item-img.land-item-img06 {
    max-width: 68px;
    height: 71px;
    right: -4px;
    margin-bottom: 3px;
  }
  .site-storage-battery .land .land-item-img.land-item-img07 {
    max-width: 74px;
  }
  .site-storage-battery .land .land-item-img.land-item-img08 {
    max-width: 62px;
    height: 79px;
    margin-bottom: 5px;
  }
  .site-storage-battery .land .land-item-txt {
    font-size: 12px;
  }
}
.site-storage-battery .batteries-contact {
  position: relative;
  padding: 58px 0 63px;
  color: #fff;
  background: #1E3D6E;
}
.site-storage-battery .batteries-contact .batteries-contact-inner {
  position: relative;
}
.site-storage-battery .batteries-contact .batteries-contact-inner::after {
  content: "";
  display: block;
  background-image: url(../img/site-storage-battery/cta-men.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 130px;
  position: absolute;
  bottom: -63px;
  right: -100px;
}
.site-storage-battery .batteries-contact .contact-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 44px;
}
.site-storage-battery .batteries-contact .contact-title::before,
.site-storage-battery .batteries-contact .contact-title::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 48px;
  height: 4px;
  border-radius: 3px;
  background: #fff;
}
.site-storage-battery .batteries-contact .contact-title::before {
  left: -50px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.site-storage-battery .batteries-contact .contact-title::after {
  right: -50px;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
}
.site-storage-battery .batteries-contact .contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 1250px) {
  .site-storage-battery .batteries-contact .batteries-contact-inner::after {
    display: none;
  }
}
@media (max-width: 1100px) {
  .site-storage-battery .batteries-contact {
    padding: 44px 0 50px;
  }
  .site-storage-battery .batteries-contact .contact-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .site-storage-battery .batteries-contact .contact-title::before,
  .site-storage-battery .batteries-contact .contact-title::after {
    width: 34px;
  }
  .site-storage-battery .batteries-contact .contact-title::before {
    left: -40px;
  }
  .site-storage-battery .batteries-contact .contact-title::after {
    right: -40px;
  }
  .site-storage-battery .batteries-contact .contact-buttons {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .site-storage-battery .batteries-contact {
    padding: 34px 0 100px;
  }
  .site-storage-battery .batteries-contact .batteries-contact-inner::after {
    display: block;
    width: 100px;
    height: 93px;
    bottom: -100px;
    right: 20px;
  }
  .site-storage-battery .batteries-contact .contact-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .site-storage-battery .batteries-contact .contact-title::before,
  .site-storage-battery .batteries-contact .contact-title::after {
    width: 20px;
    height: 3px;
    top: 50%;
  }
  .site-storage-battery .batteries-contact .contact-title::before {
    left: -26px;
  }
  .site-storage-battery .batteries-contact .contact-title::after {
    right: -26px;
  }
  .site-storage-battery .batteries-contact .contact-buttons {
    -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;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  #page_top {
    bottom: 80px;
  }
}