@charset "utf-8";
body {
  background-color: #f9f9f9;
  font-family: "Noto Sans JP", sans-serif;
}
.container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.content-area {
  padding: 3%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
a {
  display: block;
}
span.color-red {
  color: red;
  font-weight: bold;
}
.section-title {
  padding: 50px 0;
  text-align: center;
}
.section-title img {
  width: 80%;
}
.cta-area {
  background-color: #ffff;
}

.btn_box {
  display: block;
  text-align: center;
  width: 100%;
  padding: 3%;
}
.cta-area .btn_box {
  padding: 3% 0;
}
/* ファーストビュー */
.fv {
  position: relative;
}

/* ファーストビュー内CTA */

.micro-copy {
  display: block;
  font-size: 0.65em;
  font-weight: normal;
}
.fvBtn_box {
  position: absolute;
  left: 0;
  bottom: 3%;
}
.cta-flex {
  display: flex;
  gap: 1%;
  justify-content: space-between;
  margin-top: 10px;
}
.btn_animation .btn {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 2% 0;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ed8a00;
  color: #fbfbfb;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgb(0, 0, 0, 0.3);
  animation: btn_animation_2 1.5s infinite;
}

.btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
.btn_animation .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 8px solid transparent; /*top right bottom を透明化 */
  border-left: 8px solid #fff;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn_animation .btn-form {
  font-size: 40px;
}
.btn_animation .btn-tel {
  background-color: rgb(25, 26, 26);
}

.btn_animation .btn-line {
  background-color: #2e9c1d;
}
@keyframes btn_animation_2 {
  0% {
    box-shadow: 0 5px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 5px;
  }
  20% {
    box-shadow: 0 5px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 5px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
}

/* 東京都で太陽光＆蓄電池導入が進んでる理由 */
.solar-reason {
  background-image: url(../img/section-bg_w.jpg);
  background-repeat: repeat-y;
  background-position: cover;
}
.solar-reason-item {
  margin-bottom: 30px;
}

/* 補助金について */
.hojyokin {
  background-color: #0071bc;
  padding-bottom: 50px;
}
.hojyokin-list {
  background-color: #fff;
  padding: 5%;
}
.hojyokin-list__item {
  margin-bottom: 50px;
}
.hojyokin-list__item:last-child {
  margin-bottom: 0;
}
.shikumi {
  padding-bottom: 50px;
  background-image: url(../img/section-bg_w.jpg);
  background-repeat: repeat-y;
  background-position: cover;
}
.shikumi-list__item {
  padding-left: 30px;
  list-style: none;
  font-size: 36px;
  margin-bottom: 40px;
}
.shikumi-list__item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/check-icon-8.png);
}

/* シミュレーション */

.simulation {
  background-color: #0071bc;
}
.simulation-body {
  background-color: #fff;
  padding: 5%;
}
.simulation-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simulation-flex img:nth-child(1) {
  width: 70%;
}
.simulation-flex img:nth-child(2) {
  width: 30%;
}
.simulation_1,
.simulation_2,
.simulation_3,
.simulation_4 {
  margin-bottom: 30px;
}
.simulation {
  padding-bottom: 50px;
}

/* エコエネの取引実績 */

.ecoene-jisseki {
  background-image: url(../img/section-bg_w.jpg);
  background-repeat: repeat-y;
  background-position: cover;
}
.jisseki_item {
  margin-bottom: 50px;
}

/* 安心にサポート体制 */

.support {
  background-color: #0071bc;
  padding-bottom: 50px;
}
.support-list {
  background-color: #fff;
  padding: 5%;
}
.support__item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.support__item img {
  width: 10%;
}
.support__item p {
  width: 79%;
  font-size: 2rem;
  margin-left: 20px;
}

/* 施工実績（写真） */

.seko-jisseki {
  padding-bottom: 50px;
  background-image: url(../img/section-bg_w.jpg);
  background-repeat: repeat-y;
  background-position: cover;
}
.seko-jisseki .section-title img {
  width: 60%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.gallery img {
  width: 48.5%;
  margin-bottom: 20px;
  vertical-align: top;
}

.seko-jisseki__link {
  display: block;
  text-align: center;
  margin-top: 50px;
}

/* 特典 */

.offer {
  background-color: #0071bc;
}
.offer-disclaimer {
  font-size: 20px;
  color: red;
  margin-bottom: 30px;
}
.offer-body {
  background-color: #fff;
  padding: 5%;
}
.offer-body img {
  margin-bottom: 30px;
}
.offer-body img:nth-of-type(1) {
  margin-bottom: 0;
}
.offer-body img:nth-of-type(2) {
  width: 30%;
  display: block;
  margin: 0 auto 30px auto;
}

/* ご契約の流れ */

.flow {
  background-color: #0071bc;
}
.flow .section-title img {
  width: 60%;
}
.flow-body {
  background-color: #fff;
  padding: 5%;
}
.flow__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flow__item img {
  width: 10%;
}
.flow__item p {
  width: 90%;
  padding-left: 10px;
  font-size: 32px;
  font-weight: bold;
}

/* お客様の声 */
.voice {
  background-image: url(../img/section-bg_w.jpg);
  background-repeat: repeat-y;
  background-position: cover;
}
.voice__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  background-color: #f2f2f2;
}
.voice__item img {
  width: 30%;
  padding: 2%;
}
.voice__item p {
  width: 70%;
  padding: 5%;
  font-size: 30px;
}

/* 会社紹介 */
.company {
  background-color: #fff6ae;
  padding-bottom: 50px;
}
.company .section-title img {
  width: 60%;
}
.company-title {
  padding-bottom: 0;
}
.company-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-flex img {
  width: 48%;
}
.company-flex p {
  width: 50%;
  line-height: 2em;
  margin: auto 0 20px;
}
.company-wrap {
  background-color: #fff;
  padding: 3%;
}

/* よくある質問 */
.faq {
  background-color: #0071bc;
}
.faq .section-title img {
  width: 60%;
}
.faq-list {
  background-color: #fff;
  padding: 5%;
  border-bottom: 1px solid #f2f2f2;
}
.faq-title {
  display: flex;
  align-items: center;
}
.faq-title img {
  width: 10%;
}
.faq-title h3 {
  width: 90%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 30px;
}
.faq-title {
  position: relative;
}
.faq-title::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 2em;
  background-color: #0071bc;
  position: absolute;
  top: 8px;
  right: 0;
  transition: all 0.8s;
}
.faq-title::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 2em;
  background-color: #0071bc;
  position: absolute;
  top: 8px;
  right: 0;
  transform: rotate(90deg);
}
.active .faq-title::before {
  transform: rotate(90deg);
  transition: all 0.8s;
}

.faq-body {
  display: none;
}
.faq-body__inner {
  display: flex;
  align-items: center;
}
.faq-body img {
  width: 10%;
  height: auto;
}
.faq-body p {
  width: 90%;
  padding-left: 20px;
  font-size: 18px;
}
.active {
  display: block;
}

/* フッター */
footer {
  background-color: black;
  text-align: center;
  padding: 50px 0 150px;
}
footer img {
  width: 100px;
}
.footer-text {
  text-align: center;
  display: block;
  color: #fff;
}
.copyright {
  margin-top: 50px;
  color: #fff;
}

/* 固定ボタン */
.fixed-btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1%;
}
.fixed-btn .btn-form {
  font-size: 28px;
  width: 50%;
}
.fixed-btn .cta-flex {
  margin-top: 0;
  width: 50%;
}
.fixed-btn .btn-tel,
.fixed-btn .btn-line {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 特商法*/
.legal-info h1 {
  padding: 20px 0;
  text-align: center;
}
.legal-info dl {
  border: 1px solid #f2f2f2;
  padding: 2%;
}
.legal-info dl dt {
  font-weight: bold;
  background-color: #edecec;
  padding: 1%;
}

.legal-info dl dd {
  margin-bottom: 30px;
  padding: 1%;
}

.legal-info {
  padding: 3%;
}

.privacy-policy {
  padding: 3%;
  border: 1px solid #dfdfdf;
}
.privacy-policy h1 {
  padding: 20px 0;
  text-align: center;
}
.privacy-policy h2 {
  padding: 1%;
  background-color: #f1f1f1;
  font-size: 20px;
}
.privacy-policy p {
  margin-bottom: 20px;
  padding: 1%;
}
.privacy-policy p .index{
  display: block;
  padding-left: 1.2em;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .solar-reason .section-title img {
    width: 90%;
  }

  .cta-flex {
    margin-top: 4px;
    align-items: stretch;
  }
  .fvBtn_box {
    bottom: 1%;
    padding: 2%;
  }
  .btn_animation .btn-form {
    font-size: 28px;
  }
  .btn_animation .btn-tel,
  .btn_animation .btn-line {
    font-size: 16px;
  }

  .btn_animation .btn::after {
    right: -3px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    transform: translateY(50);
  }
  .shikumi-list__item {
    font-size: 28px;
    padding-left: 0;
  }
  .support__item {
    font-size: 22px;
  }
  .support__item p {
    font-size: 24px;
  }
  .seko-jisseki .section-title img {
    width: 50%;
  }
  .voice__item p {
    font-size: 16px;
  }
  .voice__item {
    margin-bottom: 12px;
  }
  .flow__item p {
    font-size: 20px;
  }
  .flow .section-title img {
    width: 55%;
  }
  .company-flex {
    flex-direction: column;
  }
  .company-flex img {
    width: 100%;
  }
  .company-flex p {
    width: 100%;
  }
  .faq-title h3 {
    font-size: 19px;
  }
  .faq-title::before {
    width: 3px;
    height: 1em;
    top: 15px;
  }
  .faq-title::after {
    width: 3px;
    height: 1em;
    top: 15px;
  }
  .fixed-btn .btn-form {
    font-size: 18px;
  }
  .fixed-btn .btn-tel,
  .fixed-btn .btn-line {
    font-size: 13px;
  }
  .fixed-btn .btn::after {
    display: none;
  }
}


.contact_thanks{
  padding: 100px 0;
  text-align: center;
}
.contact_thanks p{
  padding-bottom: 50px;
  font-size: 30px;
}
.contact_thanks .btn{
  margin: 0 auto;
  width: 250px;
}
.contact_thanks .btn a{
  background: #ed8a00;
  color: #fff;
  display: block;
  padding: 20px 0;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
}