@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/ZenKakuGothicNew-Regular.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Regular.woff2) format("woff2"), url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenKakuGothicNew-Medium.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Medium.woff2) format("woff2"), url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2"), url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenMaruGothic-Bold.woff) format("woff"), url(../fonts/ZenMaruGothic-Bold.woff2) format("woff2"), url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenMaruGothic-Black.woff) format("woff"), url(../fonts/ZenMaruGothic-Black.woff2) format("woff2"), url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
/**/
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #354341;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 700px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  line-height: 1.6;
  counter-reset: flow_number;
}

main {
  position: relative;
}

@media only screen and (min-width: 700px) {
  .pc_hide {
    display: none;
  }
}

@media only screen and (max-width: 699px) {
  .sp_hide {
    display: none;
  }
}

/* common */
.btn {
  background: #F7C10B;
  border-radius: 10rem;
  padding: 0.5em 2em;
  box-shadow: 0 1.5rem 2.5rem rgba(24, 94, 87, 0.25);
  transition: all 0.6s;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 700px) {
  .btn {
    box-shadow: 0 3rem 5rem rgba(24, 94, 87, 0.25);
  }
}
@media only screen and (min-width: 700px) {
  .btn:hover {
    box-shadow: 0 1.5rem 2.5rem rgba(24, 94, 87, 0.3);
  }
}

.inner {
  padding: 5rem 2rem;
}
@media only screen and (min-width: 700px) {
  .inner {
    padding: 10rem 24rem;
  }
}

h2 {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 3.6rem;
  text-shadow: 0 2px 0 #FFF;
  line-height: 1.4;
  margin: 0.5em 0 1em;
}
@media only screen and (min-width: 700px) {
  h2 {
    font-size: 5.6rem;
    text-shadow: 0 4px 0 #FFF;
  }
}

.sub_heading {
  padding-left: 3em;
  position: relative;
  color: #2AAB9F;
  font-size: 1.2rem;
}
@media only screen and (min-width: 700px) {
  .sub_heading {
    font-size: 1.6rem;
    margin-left: -17rem;
  }
}
.sub_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 2em;
  background: linear-gradient(272deg, #2AAB9F 0%, #A8E3A5 100%);
}
@media only screen and (min-width: 700px) {
  .sub_heading::before {
    height: 2px;
  }
}

.back a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-left: 2em;
  margin-top: 1em;
}
.back a::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/back_arrow.svg) no-repeat center/contain;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.back a:hover::before {
  left: 0;
}

.top_back {
  background: linear-gradient(#EAF7F6 0%, #EAF7F6 50%, transparent 50%, transparent 100%);
}

.bottom_back {
  background: linear-gradient(transparent 0%, transparent 50%, #EAF7F6 50%, #EAF7F6 100%);
}

.electric_bill .graph_wrap .graph.sample .fuel, .electric_bill .graph_wrap .graph.sample .promotion, .electric_bill .graph_wrap .graph.sample .basic, .electric_bill .graph_wrap .graph.sample .electric {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 1rem 2rem;
  position: absolute;
  justify-content: space-between;
}
@media only screen and (min-width: 700px) {
  .header {
    padding: 3.5rem 7rem;
  }
}
.header .logo {
  width: 10rem;
}
@media only screen and (min-width: 700px) {
  .header .logo {
    width: 21rem;
  }
}
.header .right p {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 700px) {
  .header .right p {
    font-size: 2rem;
  }
}
.header .right .header_cta {
  font-size: 1.6rem;
  box-shadow: none;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 700px) {
  .header .right .header_cta {
    font-size: 2rem;
  }
}

/* fv */
.fv {
  background: url(../img/fv_image_01.svg) no-repeat top 5.61rem left 1.08rem/10.8rem 7.4rem, url(../img/fv_image_02.svg) no-repeat top 7.8rem left 29.6rem/10.8rem 8.05rem, url(../img/fv_image_03.svg) no-repeat top 18.2rem left -0.525rem/10.8rem 6.98rem, url(../img/fv_image_04.svg) no-repeat top 25.6rem left 28.43rem/10.8rem 6.8rem, url(../img/fv_image_05.svg) no-repeat top 31.8rem left -0.125rem/10.8rem 7.98rem, url(../img/fv_image_06.svg) no-repeat top 32.8rem left 20.8rem/10.8rem 7.3rem, url(../img/fv_back_top_right.svg) no-repeat top right/20rem 15.9rem, url(../img/fv_back_center.svg) no-repeat center center/25rem 25rem, url(../img/fv_back_bottom_left.svg) no-repeat bottom left/20rem 15.9rem, #EAF7F6;
}
@media only screen and (min-width: 700px) {
  .fv {
    background: url(../img/fv_image_01.svg) no-repeat top 13.6rem left 7rem/25.2rem 17.2rem, url(../img/fv_image_02.svg) no-repeat top 23.8rem left 100.2rem/25.2rem 18.8rem, url(../img/fv_image_03.svg) no-repeat top 36.5rem left 0.6rem/25.2rem 16.3rem, url(../img/fv_image_04.svg) no-repeat top 48.5rem left 93.9rem/25.2rem 15.9rem, url(../img/fv_image_05.svg) no-repeat top 55.7rem left 12.5rem/25.2rem 18.6rem, url(../img/fv_image_06.svg) no-repeat top 61.3rem left 64.9rem/25.2rem 17.1rem, url(../img/fv_back_top_right.svg) no-repeat top right/50rem 39.7rem, url(../img/fv_back_center.svg) no-repeat center center/75rem 75rem, url(../img/fv_back_bottom_left.svg) no-repeat bottom left/50rem 39.7rem, #EAF7F6;
  }
}
.fv .inner {
  text-align: center;
  padding: 8rem 0 2rem;
}
@media only screen and (min-width: 700px) {
  .fv .inner {
    padding: 13.6rem 0 4rem;
  }
}
.fv .inner h1 span {
  font-weight: 900;
  display: inline-block;
  position: relative;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke: 0.5px #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  filter: drop-shadow(0 0.4rem 1.5rem rgba(42, 171, 159, 0.4)) drop-shadow(0 2px 0 #fff);
  line-height: 1.6;
}
@media only screen and (min-width: 700px) {
  .fv .inner h1 span {
    font-size: 6.4rem;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
  }
}
.fv .inner h1 span::before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-txt);
  color: #2AAB9F;
  /*background: $grade_02;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;*/
}
.fv .inner h1 span.second-line {
  /*letter-spacing: 0.2em;*/
}
.fv .inner .fv_cta_wrap .fv_cta {
  font-size: 2rem;
  margin-top: 1em;
}
@media only screen and (min-width: 700px) {
  .fv .inner .fv_cta_wrap .fv_cta {
    font-size: 3rem;
    margin-top: 1.5em;
  }
}
.fv .inner .back a {
  font-size: 1.6rem;
  text-shadow: 0 2px 0 #FFF;
}
@media only screen and (min-width: 700px) {
  .fv .inner .back a {
    font-size: 2.4rem;
    text-shadow: 0 4px 0 #FFF;
  }
}
.fv .inner .back a::before {
  filter: drop-shadow(0 2px 0 #fff);
}
@media only screen and (min-width: 700px) {
  .fv .inner .back a::before {
    filter: drop-shadow(0 4px 0 #fff);
  }
}
.fv .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 700px) {
  .fv .inner ul {
    gap: 8rem;
    margin-top: 10rem;
  }
}
.fv .inner ul li {
  width: 11rem;
  height: 11rem;
  background: linear-gradient(272deg, #2AAB9F 0%, #A8E3A5 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(42, 171, 159, 0.4);
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 700px) {
  .fv .inner ul li {
    width: 22rem;
    height: 22rem;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

/* お悩み解決 */
.worries .inner {
  padding: 5rem 2rem 0;
}
@media only screen and (min-width: 700px) {
  .worries .inner {
    padding: 10rem 14rem 0;
  }
}
.worries .inner h2 {
  margin: 0 0 1.5em;
  font-size: 2rem;
}
@media only screen and (min-width: 700px) {
  .worries .inner h2 {
    font-size: 4rem;
  }
}
.worries .inner h2 span {
  text-align: left;
  color: #2AAB9F;
  display: inline-block;
  position: relative;
  padding-left: 2.4em;
}
@media only screen and (min-width: 700px) {
  .worries .inner h2 span {
    padding-left: 2.2em;
  }
}
.worries .inner h2 span::before {
  position: absolute;
  content: "";
  background: url(../img/light.svg) no-repeat center/contain;
  width: 2.85rem;
  height: 5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 700px) {
  .worries .inner h2 span::before {
    width: 5.7rem;
    height: 10rem;
  }
}
.worries .inner .opinions {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 699px) {
  .worries .inner .opinions {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 700px) {
  .worries .inner .opinions {
    justify-content: space-around;
  }
}
.worries .inner .opinions li {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.6em;
  border-radius: 5px;
  background: #EAF7F6;
  font-size: 1.4rem;
  width: calc(50% - 1rem);
}
@media only screen and (min-width: 700px) {
  .worries .inner .opinions li {
    font-size: 2rem;
    width: 25%;
  }
}
.worries .inner .opinions li::after {
  position: absolute;
  content: "";
  background: #EAF7F6;
  width: 1.5rem;
  height: 1rem;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 700px) {
  .worries .inner .opinions li::after {
    width: 3rem;
    height: 2rem;
  }
}
.worries .inner .opinions + .people {
  margin-top: 3rem;
}
@media only screen and (min-width: 700px) {
  .worries .inner .opinions + .people {
    margin-top: 4rem;
  }
}
.worries .inner .people {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media only screen and (min-width: 700px) {
  .worries .inner .people {
    gap: 6.5rem;
    justify-content: space-around;
  }
}
.worries .inner .people li {
  width: 25%;
}
@media only screen and (min-width: 700px) {
  .worries .inner .people li {
    width: 15%;
  }
}

/* お客様へ3つのお約束 */
.promise {
  background: linear-gradient(272deg, #2AAB9F 0%, #A8E3A5 100%);
  position: relative;
}
.promise::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 2.5rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 700px) {
  .promise::before {
    width: 10rem;
    height: 5rem;
  }
}
.promise .inner {
  padding: 5rem 2rem;
}
@media only screen and (min-width: 700px) {
  .promise .inner {
    padding: 10rem 14rem;
  }
}
.promise .inner h2 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: "Zen Maru Gothic", serif;
  margin: 0 0 2.5em;
}
.promise .inner .three_promises {
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 7.5rem 4rem 4.5rem;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises {
    padding: 10rem 4rem 5rem;
  }
}
.promise .inner .three_promises h3 {
  position: absolute;
  background: #fff;
  padding-top: 1.3em;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  text-align: center;
  color: #2AAB9F;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  width: 20rem;
  height: 10rem;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises h3 {
    border-top-left-radius: 30rem;
    border-top-right-radius: 30rem;
    font-size: 3rem;
    width: 30rem;
    height: 15rem;
    top: -9rem;
  }
}
.promise .inner .three_promises h3 .number {
  line-height: 1;
  font-size: 200%;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li {
    width: calc(33.3333333333% - 4rem);
  }
}
@media only screen and (max-width: 699px) {
  .promise .inner .three_promises ul li .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    margin-bottom: 2rem;
  }
}
.promise .inner .three_promises ul li .heading figure {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li .heading figure {
    margin: 0 auto;
    width: 12rem;
    height: 12rem;
  }
}
.promise .inner .three_promises ul li .heading h4 {
  color: #2AAB9F;
  line-height: 1.4;
  font-size: 2rem;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li .heading h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 0.75em 0;
  }
}
.promise .inner .three_promises ul li p {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 699px) {
  .promise .inner .three_promises ul li + li {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: dashed 1px #2AAB9F;
  }
}
.promise .inner .three_promises ul li:nth-child(2) {
  position: relative;
}
.promise .inner .three_promises ul li:nth-child(2)::before, .promise .inner .three_promises ul li:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li:nth-child(2)::before {
    left: -3rem;
    border-left: dashed 1px #2AAB9F;
  }
}
@media only screen and (min-width: 700px) {
  .promise .inner .three_promises ul li:nth-child(2)::after {
    right: -3rem;
    border-right: dashed 1px #2AAB9F;
  }
}

/**/
.management p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (min-width: 700px) {
  .management p {
    font-size: 2.4rem;
  }
}
.management p .strong {
  color: #2AAB9F;
  font-weight: 700;
}

/* 毎月の電気料金をもっとお得に */
.electric_bill {
  background: #EAF7F6;
}
.electric_bill h2 {
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 700px) {
  .electric_bill h2 {
    margin-bottom: 3em;
  }
}
.electric_bill .graph_wrap {
  border-top: solid 2px rgba(42, 171, 159, 0.2);
  display: flex;
  justify-content: center;
  gap: 2.1rem;
  align-items: flex-end;
  padding: 0 1.4rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap {
    gap: 4.83rem;
  }
}
.electric_bill .graph_wrap .graph {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph {
    font-size: 3.2rem;
  }
}
.electric_bill .graph_wrap .graph .speech_bubble {
  line-height: 1.2;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0.5em 1em;
  color: #354341;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 6px rgba(42, 171, 159, 0.2));
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph .speech_bubble {
    font-size: 2.8rem;
  }
}
.electric_bill .graph_wrap .graph .speech_bubble .strong {
  color: #2AAB9F;
}
.electric_bill .graph_wrap .graph .speech_bubble::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 2rem;
  height: 2rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph .speech_bubble::after {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph .electric {
  background: #2AAB9F;
}
.electric_bill .graph_wrap .graph .basic {
  background: #F77B74;
}
.electric_bill .graph_wrap .graph .promotion {
  background: #F7C10B;
  font-size: 0.8rem;
  height: 2rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph .promotion {
    font-size: 1.8rem;
    height: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph .fuel {
  background: #AB772A;
  font-size: 1rem;
  height: 2rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph .fuel {
    font-size: 2.4rem;
    height: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph .menu {
  color: #354341;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 0.5em;
  line-height: 1.4;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph .menu {
    font-size: 2rem;
  }
}
.electric_bill .graph_wrap .graph.sample {
  width: 12rem;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.sample {
    width: 27.6rem;
  }
}
.electric_bill .graph_wrap .graph.sample::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 2.1rem;
  height: 2rem;
  background: url(../img/line_01.svg) no-repeat center/contain;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.sample::after {
    width: 5.2rem;
    height: 4.8rem;
  }
}
.electric_bill .graph_wrap .graph.sample .electric {
  height: 10rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.sample .electric {
    height: 23rem;
  }
}
.electric_bill .graph_wrap .graph.sample .basic {
  height: 4rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.sample .basic {
    height: 9.2rem;
  }
}
.electric_bill .graph_wrap .graph.plan {
  width: 8rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan {
    width: 18.4rem;
  }
}
.electric_bill .graph_wrap .graph.plan .speech_bubble {
  top: -5.2rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan .speech_bubble {
    top: -11.96rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_a {
  padding-top: 1.9rem;
  position: relative;
}
.electric_bill .graph_wrap .graph.plan.plan_a::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 1.9rem;
  width: 2.1rem;
  height: 1rem;
  background: url(../img/line_02.svg) no-repeat center/contain;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_a::after {
    top: 4.6rem;
    width: 4.8rem;
    height: 2.3rem;
  }
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_a {
    padding-top: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_a .electric {
  height: 8.5rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_a .electric {
    height: 19.55rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_a .basic {
  height: 3.5rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_a .basic {
    height: 8.05rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_a .promotion {
  height: 2rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_a .promotion {
    height: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_a .menu {
  margin-bottom: 1.4em;
}
.electric_bill .graph_wrap .graph.plan.plan_b {
  padding-top: 2.9rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_b {
    padding-top: 6.9rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_b .electric {
  height: 7.5rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_b .electric {
    height: 17.25rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_b .basic {
  height: 3.5rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_b .basic {
    height: 8.05rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_b .promotion {
  height: 2rem;
}
@media only screen and (min-width: 700px) {
  .electric_bill .graph_wrap .graph.plan.plan_b .promotion {
    height: 4.6rem;
  }
}
.electric_bill .graph_wrap .graph.plan.plan_b .menu {
  margin-bottom: 1.4em;
}

/* ご案内電力会社様 */
.energy_company {
  background: #EAF7F6;
}
.energy_company .inner {
  padding: 0 2rem 5rem;
}
@media only screen and (min-width: 700px) {
  .energy_company .inner {
    padding: 0 14rem 10rem;
  }
}
.energy_company .inner h3 {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 700px) {
  .energy_company .inner h3 {
    font-size: 3rem;
  }
}
.energy_company .inner h3 span {
  font-family: "Zen Maru Gothic", serif;
  color: #2AAB9F;
  background: #EAF7F6;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1em;
}
@media only screen and (min-width: 700px) {
  .energy_company .inner h3 span {
    padding: 0 1.5em;
  }
}
.energy_company .inner h3::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(272deg, #A8E3A5 0%, #2AAB9F 50%, #A8E3A5 100%);
}
.energy_company .inner ul {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 699px) {
  .energy_company .inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 700px) {
  .energy_company .inner ul {
    gap: 1.6rem;
  }
}
.energy_company .inner ul li {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(42, 171, 159, 0.25);
  width: calc(50% - 1rem);
}
@media only screen and (min-width: 700px) {
  .energy_company .inner ul li {
    width: 33.3333333333%;
  }
}

/**/
.cta_area {
  text-align: center;
  background: #2AAB9F;
  border-radius: 2rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  font-size: 1.4rem;
}
@media only screen and (min-width: 700px) {
  .cta_area {
    width: calc(100% - 14rem);
    font-size: 1.8rem;
  }
}
.cta_area .inner {
  padding: 3rem 0;
}
@media only screen and (min-width: 700px) {
  .cta_area .inner {
    padding: 6rem 0;
  }
}
.cta_area .cta_top {
  color: #fff;
  margin-bottom: 1em;
}
.cta_area .cta_top span {
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
}
.cta_area .cta_top span::before, .cta_area .cta_top span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1em;
  width: 2px;
  background: #fff;
}
@media only screen and (min-width: 700px) {
  .cta_area .cta_top span::before, .cta_area .cta_top span::after {
    width: 4px;
  }
}
.cta_area .cta_top span::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.cta_area .cta_top span::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.cta_area .cta {
  font-size: 2rem;
}
@media only screen and (min-width: 700px) {
  .cta_area .cta {
    font-size: 3rem;
  }
}
.cta_area .back a {
  font-size: 1.4rem;
}
@media only screen and (min-width: 700px) {
  .cta_area .back a {
    font-size: 1.8rem;
  }
}

/* flow */
.flow ul {
  position: relative;
}
.flow ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 6rem;
  height: 90%;
  width: 1px;
  background: rgba(42, 171, 159, 0.4);
}
@media only screen and (min-width: 700px) {
  .flow ul::after {
    left: 12rem;
    width: 3px;
  }
}
.flow ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 700px) {
  .flow ul li {
    gap: 4rem;
  }
}
.flow ul li figure {
  position: relative;
}
.flow ul li figure::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: flow_number 1;
  content: "0" counter(flow_number);
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(272deg, #2AAB9F 0%, #A8E3A5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 700px) {
  .flow ul li figure::before {
    font-size: 6rem;
  }
}
.flow ul li figure img {
  width: 12rem;
  height: 12rem;
}
@media only screen and (min-width: 700px) {
  .flow ul li figure img {
    width: 24rem;
    height: 24rem;
  }
}
.flow ul li .text h3 {
  font-size: 2rem;
  color: #2AAB9F;
  line-height: 1.4;
}
@media only screen and (min-width: 700px) {
  .flow ul li .text h3 {
    font-size: 3rem;
  }
}
.flow ul li .text p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1em;
}
@media only screen and (min-width: 700px) {
  .flow ul li .text p {
    font-size: 1.8rem;
  }
}
.flow ul li + li {
  margin-top: 5rem;
}
@media only screen and (min-width: 700px) {
  .flow ul li + li {
    margin-top: 6rem;
  }
}

/* よくある質問 */
.faq {
  background: #EAF7F6;
}
.faq dl {
  background: #fff;
  box-shadow: 0 0 8px rgba(42, 171, 159, 0.2);
  font-size: 1.6rem;
}
@media only screen and (min-width: 700px) {
  .faq dl {
    font-size: 1.8rem;
    box-shadow: 0 0 14px rgba(42, 171, 159, 0.2);
  }
}
.faq dl dt {
  padding: 1em 2em 1em 3em;
  font-weight: 500;
  position: relative;
}
.faq dl dt::before {
  position: absolute;
  content: "Q";
  line-height: 1;
  top: 1.6rem;
  left: 1.6rem;
  color: #2AAB9F;
  font-size: 2.4rem;
}
@media only screen and (min-width: 700px) {
  .faq dl dt::before {
    font-size: 2.7rem;
    top: 1.8rem;
    left: 1.8rem;
  }
}
.faq dl dt + dd {
  border-top: solid 2px #EAF7F6;
}
.faq dl dd {
  padding: 1em 2em 1.5em 3em;
  font-weight: 400;
}
.faq dl + dl {
  margin-top: 2rem;
}
@media only screen and (min-width: 700px) {
  .faq dl + dl {
    margin-top: 4rem;
  }
}

/* contact */
.contact h2 {
  margin: 0.5em 0 0;
}
.contact h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
  margin-top: 1em;
  margin-bottom: 2.3em;
}
@media only screen and (min-width: 700px) {
  .contact h3 {
    font-size: 2rem;
  }
}
.contact .form_wrap form div {
  font-size: 1.6rem;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form div {
    font-size: 1.8rem;
  }
}
.contact .form_wrap form div label {
  color: #2AAB9F;
}
.contact .form_wrap form div label .label_name {
  margin-bottom: 0.5em;
  display: inline-block;
}
.contact .form_wrap form div label .label_name .optional {
  background: #ccc;
  padding: 0.2em 0.5em;
  font-size: 1rem;
  color: #354341;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  border-radius: 3px;
}
.contact .form_wrap form div input[type=text],
.contact .form_wrap form div input[type=tel],
.contact .form_wrap form div input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background: #fff;
  box-shadow: 0 0 8px rgba(42, 171, 159, 0.2);
  border-radius: 5px;
  font-weight: 500;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form div input[type=text],
  .contact .form_wrap form div input[type=tel],
  .contact .form_wrap form div input[type=email] {
    box-shadow: 0 0 14px rgba(42, 171, 159, 0.2);
  }
}
.contact .form_wrap form div select {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
  background: #fff;
  box-shadow: 0 0 8px rgba(42, 171, 159, 0.2);
  border-radius: 5px;
  font-weight: 500;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form div select {
    box-shadow: 0 0 14px rgba(42, 171, 159, 0.2);
  }
}
.contact .form_wrap form div .prefecture {
  position: relative;
  display: inline-block;
}
.contact .form_wrap form div .prefecture::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: #2AAB9F;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
          clip-path: polygon(0 0, 100% 0, 50% 50%);
  top: 1.15em;
  right: 0.5em;
  pointer-events: none;
}
.contact .form_wrap form div .reference {
  font-weight: 500;
}
.contact .form_wrap form div .reference p {
  display: inline-block;
  position: relative;
  padding: 0 1.2em;
}
.contact .form_wrap form div .reference p::before, .contact .form_wrap form div .reference p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 0.8em;
  background: #354341;
}
.contact .form_wrap form div .reference p::before {
  left: 0;
}
.contact .form_wrap form div .reference p::after {
  right: 0;
}
.contact .form_wrap form div .reference ul {
  padding-left: 1.2em;
}
.contact .form_wrap form div .reference ul li {
  list-style: disc;
}
.contact .form_wrap form div .reference ul li a {
  color: #2AAB9F;
  text-decoration: underline;
}
.contact .form_wrap form div .privacy {
  cursor: pointer;
}
.contact .form_wrap form div .privacy .wpcf7-list-item-label {
  cursor: pointer;
  color: #354341;
  font-weight: 500;
}
.contact .form_wrap form div .privacy a {
  font-weight: 600;
  color: #2AAB9F;
  text-decoration: underline;
}
.contact .form_wrap form div ::-moz-placeholder {
  color: #ddd;
  font-weight: 500;
}
.contact .form_wrap form div ::placeholder {
  color: #ddd;
  font-weight: 500;
}
.contact .form_wrap form div + div:not(.margin_adjust) {
  margin-top: 2rem;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form div + div:not(.margin_adjust) {
    margin-top: 4rem;
  }
}
.contact .form_wrap form div + .margin_adjust {
  margin-top: 1rem;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form div + .margin_adjust {
    margin-top: 2rem;
  }
}
.contact .form_wrap form .note {
  display: inline-block;
  font-weight: 500;
  margin-top: 1em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form .note {
    font-size: 1.4rem;
  }
}
.contact .form_wrap form .submit_btn {
  text-align: center;
  font-size: 2rem;
  margin-top: 2em;
}
@media only screen and (min-width: 700px) {
  .contact .form_wrap form .submit_btn {
    font-size: 3rem;
  }
}

.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #F77B74;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.5em;
}
@media only screen and (min-width: 700px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.category .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.category .wpcf7-list-item .wpcf7-list-item-label {
  color: #354341;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio.category .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.5em;
}
.wpcf7 p {
  display: inline;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}

/**/
.bottom_cta {
  position: fixed;
  right: 0;
  bottom: 5%;
  writing-mode: vertical-rl;
  z-index: 9999;
  text-align: center;
}
.bottom_cta a {
  border-radius: 1rem 0 0 1rem;
  background: #F7C10B;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 1rem 1.5rem 1rem;
  line-height: 1.2;
  letter-spacing: -0.25em;
}
@media only screen and (min-width: 700px) {
  .bottom_cta a {
    font-size: 1.8rem;
    padding: 1.5rem 1.5rem 2.1rem 1.5rem;
  }
}

/**/
footer {
  font-weight: 500;
  text-align: center;
  background: #2AAB9F;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5em 0;
}
@media only screen and (min-width: 700px) {
  footer {
    font-size: 1.8rem;
  }
}
footer p span {
  display: inline-block;
  font-weight: 400;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
}
@media only screen and (min-width: 700px) {
  footer p span {
    font-size: 1.4rem;
  }
}

/*thanks*/
.thanks_wrap {
  background: #EAF7F6;
  font-size: 1.6rem;
}
@media only screen and (min-width: 700px) {
  .thanks_wrap {
    font-size: 2rem;
  }
}
.thanks_wrap h2 {
  margin: 0 0 1em;
}
.thanks_wrap .text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 700px) {
  .thanks_wrap .text {
    font-size: 1.8rem;
  }
}
.thanks_wrap .outlink {
  text-align: center;
}
.thanks_wrap .outlink .outlink_btn {
  display: inline-block;
  font-weight: 500;
  padding: 0.8em 2em;
  background: linear-gradient(272deg, #2AAB9F 0%, #A8E3A5 100%);
  border-radius: 10rem;
  color: #fff;
  margin-top: 2rem;
  box-shadow: 0 1.5rem 2.5rem rgba(24, 94, 87, 0.25);
  transition: all 0.6s;
  text-shadow: 0 0 8px rgba(42, 171, 159, 0.4);
}
@media only screen and (min-width: 700px) {
  .thanks_wrap .outlink .outlink_btn {
    margin-top: 4rem;
    box-shadow: 0 3rem 5rem rgba(24, 94, 87, 0.25);
  }
}
@media only screen and (min-width: 700px) {
  .thanks_wrap .outlink .outlink_btn:hover {
    box-shadow: 0 1.5rem 2.5rem rgba(24, 94, 87, 0.3);
  }
}
.thanks_wrap .text_link {
  text-align: center;
  text-decoration: underline;
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 500;
}
.thanks_wrap .bnr_wrap {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 700px) {
  .thanks_wrap .bnr_wrap {
    width: 80%;
    margin: 4rem auto 0;
  }
}/*# sourceMappingURL=style.css.map */