@charset "utf-8";

.fv-wrap {
  overflow: hidden;
  height: calc(100svh - 41px);
  /* CSS変数をサポートしていないブラウザ用。"- 42.5px"はヘッダーの高さ。ファーストビューの上にヘッダー分の余白を設けない場合は引き算の必要なし。 */
  min-height: 300px;
  background: url(../images/top/fv.jpg) no-repeat center center / cover;
  position: relative;
}

.fv-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-video-wrap::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
}
.fv-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  -webkit-transform: translateY(-60%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.fv-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: -1px 0px .2em rgba(0, 0, 0, .25);
}
.fv-desc {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  text-shadow: -1px 0px .2em rgba(0, 0, 0, .25);
}
.fv-btn {
  width: 400px;
  max-width: 100%;
  display: inline-block;
  background-color: #EA6C2A;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1rem;
  border: 2px solid #EA6C2A;
  color: #fff;
}
.fv-btn:hover {
  background-color: #fff;
  color: #EA6C2A;
  opacity: 1;
}
@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}
@media all and (min-width: 992px) {
  .fv-wrap {
    height: calc(100svh - 97px);
    /* "- 97px"はヘッダーの高さ */
  }
  .fv-title {
    font-size: 6rem;
  }
  .fv-desc {
    font-size: 1.75rem;
  }
  .fv-btn {
    padding: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .fv-title {
    font-size: 3rem;
  }
  .fv-desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

/* サンネクストについて */
.sec-about .ttl-pattern_1 {
  padding-top: 100px;
}
.sec-about .ttl-pattern_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(../images/top/icon-about.svg) no-repeat center center / contain;
}
.sec-about-desc {
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.88;
}
.sec-about-row {
  row-gap: 2.5rem;
}
.sec-about-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 1.5rem;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  height: 100%;
}
.sec-about-titlewrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-about-h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
  line-height: 1.38;
}
.sec-about-img {
  margin-bottom: 1.875rem;
}

@media all and (min-width: 576px) {
  .sec-about-h3 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 768px) {}
@media all and (min-width: 992px) {
  .sec-about .ttl-pattern_1 {
    padding-top: 130px;
  }
  .sec-about .ttl-pattern_1::before {
    width: 107px;
    height: 107px;
  }
  .sec-about-desc {
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
  }

}
@media all and (min-width: 1200px) {
  .sec-about-item {
    padding: 3.1625rem 3.125rem 3.125rem;
  }
}
@media all and (min-width: 1400px) {}
/* サンネクストについて */

/* 電気は売るより自給自足する時代に */
.sec-sufficiency-row {}
.sufficiency-h3 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {}
@media all and (min-width: 768px) {}
@media all and (min-width: 992px) {
  .sufficiency-h3 {
    margin-bottom: 1.5rem;
  }
  .sec-sufficiency-item {
    max-width: 520px;
  }
  .sufficiency-h3 {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1400px) {}
/* 電気は売るより自給自足する時代に */

/* よくあるご質問 */
.sec-faq .ttl-pattern_1 {
  padding-top: 100px;
}
.sec-faq .ttl-pattern_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(../images/top/icon-faq.png) no-repeat center center / contain;
}
.sec-faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.sec-faq-qwrap, .sec-faq-awrap {
  display: flex;
}
.sec-faq-qwrap {
  margin-bottom: 1.25rem;
}
.sec-faq-q, .sec-faq-a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5799E5;
  font-size: 1.25rem;
}
.sec-faq-q {
  background-color: #5799E5;
  color: #fff;
}
.sec-faq-a {
  color: #5799E5;
  background-color: #fff;
}
.sec-faq-q-desc, .sec-faq-a-desc {
  flex: 1;
  padding-left: 1rem;
}
@media all and (min-width: 576px) {}
@media all and (min-width: 768px) {}
@media all and (min-width: 992px) {
  .sec-faq .ttl-pattern_1 {
    padding-top: 115px;
  }
  .sec-faq .ttl-pattern_1::before {
    width: 101px;
    height: 104px;
  }
  .sec-faq-item {
    padding: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .sec-faq-q, .sec-faq-a {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
  }
  .sec-faq-q-desc, .sec-faq-a-desc {
    padding-left: 1.75rem;
  }
}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1400px) {}
/* よくあるご質問 */

/* 導入事例 */
.fz-17 {
  font-size: 1.0625rem;
}
.fz-18 {
  font-size: 1.125rem;
}
.fz-22 {
  font-size: 1.125rem;
}
.fz-29 {
  font-size: 1.5rem;
}
.sec-case-item {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
.sec-case-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 9px;
  margin-bottom: 1rem;
}
.sec-case-row {
  margin-bottom: 1.875rem;
}
.sec-case-img {}
.sec-case-img img {
  border-radius: 10px;
  width: 100%;
}
.sec-case-dl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.sec-case-dl dd {
  border-bottom: 1px solid #C0C0C0;
}
.sec-case-cost {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.sec-case-cost-label {
  background-color: #5799E5;
  color: #fff;
  border-radius: 15px;
  padding: 2px 1rem 3px;
  margin-right: 10px;
  display: inline-block;
}
.sec-case-comment {
  border: 2px solid #5799E5;
  padding: 1rem;
  border-radius: 10px;
}
.sec-case-comment-title {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
}
.sec-case-comment-title span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.sec-case-comment-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/top/icon-case-comment.svg) no-repeat center center / contain;
}
.sec-case-cost .sec-case-cost-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.topslider .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 10;
}
.topslider .splide__arrow {
  background: url(../images/common/icon-prev.svg) no-repeat center center / contain;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: .3s;
}
.topslider .splide__arrow:hover {
  opacity: 0.8;
}
.topslider .splide__arrow--prev {
  background: url(../images/common/icon-prev.svg) no-repeat center center / contain;
}
.topslider .splide__arrow--next {
  background: url(../images/common/icon-next.svg) no-repeat center center / contain;
}
.topslider .splide__arrow svg {
  display: none;
}
@media all and (min-width: 576px) {
  .sec-case-item {
    padding: 2rem;
  }
  .sec-case-before-after {
    display: flex;
    align-items: center;
    width: max-content;
  }
  .sec-case-before, .sec-case-after {
    display: flex;
    align-items: center;
  }
  .sec-case-before {
    position: relative;
    padding-right: 40px;
  }
  .sec-case-before::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 18.5px;
    height: 16px;
    background: url(../images/top/icon-case-aroow.svg) no-repeat center center / contain;
  }
  .topslider .splide__arrows {
    width: 110%;
  }
  .topslider .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
@media all and (min-width: 768px) {
  .sec-case-dl dt, .sec-case-dl dd {
    padding: 10px 15px;
  }
  .sec-case-dl dt {
    width: 130px;
    min-width: 130px;
    border-bottom: 1px solid #C0C0C0;
  }
  .sec-case-dl dd {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
}
@media all and (min-width: 992px) {
  .fz-29 {
    font-size: 1.8125rem;
  }
  .fz-22 {
    font-size: 1.375rem;
  }
  .sec-case-item {
    padding: 3rem 4rem;
  }
  .sec-case-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec-case-row > * {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .sec-case-title {
    margin-bottom: 1.875rem;
  }
  .sec-case-img {
    width: 50%;
  }
  .sec-case-cost {
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
  }
  .sec-case-cost-item.bb-left {
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #C3C3C3;
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .sec-case-comment {
    padding: 1.5rem 1.75rem;
  }
  .sec-case-cost .sec-case-cost-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .topslider .splide__arrows {
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .sec-case-cost-item.bb-left {
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media all and (min-width: 1400px) {}
/* 導入事例 */

@media all and (min-width: 576px) {}
@media all and (min-width: 768px) {}
@media all and (min-width: 992px) {}
@media all and (min-width: 1200px) {}
@media all and (min-width: 1400px) {}
