@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

.l-footer {
  background-color: unset;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding-bottom: 70px;
  }
}

.l-footer__foot {
  background-color: var(--color_footer_bg);
  padding-bottom: 50px;
  padding-top: 50px;
}

.l-footer__logo figure {
  width: 365px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__logo figure {
    width: 100%;
    max-width: 231px;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  display: block;
}

.site-footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .site-footer {
    flex-direction: column;
  }
}
.site-footer .l-footer__info {
  font-size: 1rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  .site-footer .l-footer__info {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}
.site-footer .footer__info {
  grid-column: 1/-1;
}
.site-footer .footer__address {
  grid-column: 1;
}
.site-footer .footer__phone {
  grid-column: 2;
}
.site-footer .footer__phone a {
  color: var(--color_link);
}

.l-footer__nav {
  justify-content: flex-start;
  padding-top: 3.5em;
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    padding-top: 25px;
    flex-direction: column;
    row-gap: 0.5em;
  }
}

.l-footer__nav a {
  padding-right: 4em;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
  border: unset;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__nav a {
    width: 100%;
    padding: 0.5em 1em;
    background-color: #fff;
    position: relative;
  }
}
.l-footer__nav a::after {
  content: "";
  background-image: url(./../image/footer_arrow.svg);
  display: inline-block;
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .l-footer__nav a::after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-footer__nav li:first-child a {
  border: unset;
}

.l-footer__meta .sdgs {
  text-align: center;
  padding: 30px 0;
}
.l-footer__meta .sdgs figure {
  max-width: 425px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__meta .sdgs figure {
    max-width: 325px;
  }
}
.l-footer__meta .sdgs .support-text {
  font-size: 0.75rem;
  padding-top: 1em;
}

.l-footer .copyright {
  padding-bottom: 12px;
}

.p-fixBtnWrap {
  right: 0;
}

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
  max-width: unset;
}
@media screen and (max-width: 960px) {
  .l-header__inner.l-container,
  .l-fixHeader__inner.l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-gnav > .menu-item > a .ttl {
  font-size: 1rem;
  font-weight: 700;
}

.nav_active {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5em;
}
.nav_active a {
  background-color: var(--color_main);
  padding: 5px 20px;
  padding: 0.9285714286em 2.35em !important;
  height: auto !important;
  border-radius: 9999px;
  pointer-events: auto;
  transition: 0.25s;
}

@media screen and (max-width: 960px) {
  .nav_instagram a {
    border-bottom: none;
  }
}
.nav_instagram img {
  width: 31px;
  height: 31px;
}

.c-gnav > .menu-item > a:after {
  bottom: 28%;
}

.menu-item.-current {
  color: var(--color_main);
}

.nav_active.menu-item.-current {
  color: var(--color_text);
  opacity: 0.8;
}

.nav_instagram a::after {
  display: none !important;
}

.c-iconBtn__icon {
  color: var(--color_text);
  font-size: 30px;
}

.p-spMenu .p-spMenu__body {
  padding: 10vw 4vw;
}
.p-spMenu .c-widget__title.-spmenu {
  display: none;
}
.p-spMenu .nav_active a {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.p-spMenu .nav_instagram {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
.p-spMenu .nav_instagram a::before {
  display: none;
}
.p-spMenu a::before {
  left: unset;
  right: 32px;
}

.l-container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: var(--container_size, 0px);
}
@media screen and (max-width: 960px) {
  .l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .--pc {
    display: none;
  }
}

.--sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .--sp {
    display: block;
  }
}

.ly_sec {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .ly_sec {
    padding: 40px 0;
  }
}

.ly_sec_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  text-align: center;
}
@media (max-width: 960px) {
  .ly_sec_inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.ly_sec_faq .el_lv2Heading_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .el_lv2Heading_wrapper {
    display: block;
  }
}
.ly_sec_faq .en_ttl {
  grid-column: 1;
  grid-row: 1;
}
.ly_sec_faq .el_lv2Heading {
  grid-column: 2;
  grid-row: 1;
}
.ly_sec_faq .el_lv2Heading::before {
  content: "/";
  margin-right: 0.25em;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .el_lv2Heading::before {
    display: none;
  }
}
.ly_sec_faq .el__lv2Heading_txt {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 1rem;
}

.en_ttl {
  display: block;
}

.ly_sec_about {
  padding: 120px 0 80px;
}
@media screen and (max-width: 960px) {
  .ly_sec_about {
    padding: 80px 0 40px;
  }
}
.ly_sec_about .en_ttl {
  width: clamp(9.375rem, 7.782rem + 6.54vw, 15.625rem);
}
.ly_sec_about .bl_contents_wrapper {
  display: flex;
  gap: 45px;
  margin-top: 5em;
}
@media screen and (max-width: 960px) {
  .ly_sec_about .bl_contents_wrapper {
    gap: 25px;
    margin-top: 40px;
    flex-direction: column;
  }
}
.ly_sec_about .bl_contents_top {
  width: 100%;
  position: relative;
  margin: -5rem 0 5rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_about .bl_contents_top {
    margin-top: -3.5rem;
  }
}
.ly_sec_about .bl_contents_top .el_contents_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -2;
  max-width: 2000px;
  width: 100%;
}
.ly_sec_about .bl_contents_top .el_contents_img img {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ly_sec_about .bl_contents_top .el_contents_img img {
    max-width: 100%;
    width: 70%;
  }
}
.ly_sec_about .bl_contents_wrapper.--01 .bl_contents_left {
  flex: 0.9;
}
.ly_sec_about .bl_contents_wrapper.--01 .bl_contents_right {
  flex: 1;
  position: relative;
}
.ly_sec_about .bl_contents_wrapper.--01 .bl_contents_right::after {
  content: "";
  width: 182px;
  height: 192px;
  background-image: url(./../image/energy_icon_about.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -17%;
  right: 57px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_about .bl_contents_wrapper.--01 .bl_contents_right::after {
    width: 150px;
    height: 158px;
    top: 0;
    right: 44px;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_about .bl_contents_wrapper.--01 .bl_contents_right::after {
    width: 91px;
    height: 97px;
    top: -16%;
    right: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_about .bl_contents_wrapper.--01 .bl_contents_right .el_contents_img {
    padding-top: 30px;
  }
}
.ly_sec_about .bl_contents_wrapper.--02 .bl_contents_left {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .ly_sec_about .bl_contents_wrapper.--02 .bl_contents_left {
    order: 1;
  }
}
.ly_sec_about .bl_contents_wrapper.--02 .bl_contents_right {
  flex: 0.9;
}
@media screen and (max-width: 960px) {
  .ly_sec_about .bl_contents_wrapper.--02 .bl_contents_right {
    order: 0;
  }
}

.ly_sec_plan .en_ttl {
  width: clamp(6.813rem, 5.809rem + 4.12vw, 10.75rem);
}
.ly_sec_plan .bl_plan_wrapper {
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  position: relative;
  padding-top: 3em;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper {
    flex-direction: column;
  }
}
.ly_sec_plan .bl_plan_wrapper::before {
  content: "";
  width: 320px;
  height: 411px;
  background-image: url(./../image/energy_icon_plan.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper::before {
    display: none;
  }
}
.ly_sec_plan .bl_plan_wrapper .bl_plan_low {
  background-color: #64d2f5;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_low {
    width: 100%;
  }
}
.ly_sec_plan .bl_plan_wrapper .bl_plan_low .bl_plan_inner {
  padding-left: calc(25vw - 25%);
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_low .bl_plan_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    text-align: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_low .bl_plan_inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ly_sec_plan .bl_plan_wrapper .bl_plan_high {
  background-color: #ffc300;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_high {
    width: 100%;
  }
}
.ly_sec_plan .bl_plan_wrapper .bl_plan_high .bl_plan_inner {
  padding-right: calc(25vw - 25%);
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_high .bl_plan_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    text-align: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .ly_sec_plan .bl_plan_wrapper .bl_plan_high .bl_plan_inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ly_sec_plan .bl_plan_inner {
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .bl_plan_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    text-align: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .ly_sec_plan .bl_plan_inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ly_sec_plan .el_plan_img {
  width: 244px;
  height: 160px;
  margin: 140px auto 0;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .el_plan_img {
    margin: 30px auto 0;
    width: 121px;
    height: auto;
  }
}
.ly_sec_plan .el_plan_note {
  margin-top: 15px;
}

.ly_sec_process .en_ttl {
  width: clamp(11.063rem, 9.023rem + 8.37vw, 19.063rem);
}
.ly_sec_process .bl_step {
  display: flex;
  justify-content: space-between;
  max-width: 1129px;
  width: 100%;
  margin: 5em auto 0;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .bl_step {
    flex-direction: column;
    gap: 80px;
  }
}
.ly_sec_process .el_step_wrapper {
  position: relative;
  width: 338px;
  height: 289px;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper {
    width: 265px;
    height: 225px;
    margin: 0 auto;
  }
}
.ly_sec_process .el_step_img {
  background: #fffae1;
  border-radius: 15px 15px 0 0;
}
.ly_sec_process .el_step_wrapper.--01::before {
  content: "";
  background-image: url(./../image/energy_icon_process_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 134px;
  height: 173px;
  position: absolute;
  left: -22%;
  top: -12%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--01::before {
    left: -24%;
    top: -14%;
    width: 112px;
    height: 146px;
  }
}
.ly_sec_process .el_step_wrapper.--01::after {
  content: "";
  background-image: url(./../image/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--01::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.ly_sec_process .el_step_wrapper.--01 .el_step_img figure {
  width: 150px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--01 .el_step_img figure {
    width: 101px;
  }
}
.ly_sec_process .el_step_wrapper.--02 {
  margin-top: 34px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--02 {
    margin-top: 0;
  }
}
.ly_sec_process .el_step_wrapper.--02::after {
  content: "";
  background-image: url(./../image/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--02::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.ly_sec_process .el_step_wrapper.--02 .el_step_img figure {
  width: 103px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--02 .el_step_img figure {
    width: 80px;
  }
}
.ly_sec_process .el_step_wrapper.--02 .el_step_img figure img {
  padding-bottom: 13px;
}
.ly_sec_process .el_step_wrapper.--03 {
  margin-top: 68px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--03 {
    margin-top: 0;
  }
}
.ly_sec_process .el_step_wrapper.--03::after {
  content: "";
  background-image: url(./../image/energy_icon_process_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 147px;
  height: 171px;
  position: absolute;
  right: -32%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--03::after {
    width: 122px;
    height: 141px;
    right: -29%;
  }
}
.ly_sec_process .el_step_wrapper.--03 .el_step_img figure {
  width: 105px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_wrapper.--03 .el_step_img figure {
    width: 82px;
  }
}
.ly_sec_process .el_step_wrapper.--03 .el_step_img figure img {
  padding-bottom: 25px;
}
.ly_sec_process .el_step_ttl {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_ttl {
    top: -33px;
  }
}
.ly_sec_process .el_step_img {
  height: 100%;
}
.ly_sec_process .el_step_img figure {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_sec_process .el_step_txt {
  font-size: 1.125rem;
  text-align: center;
  background-color: #ffb400;
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 0;
  right: 0;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 960px) {
  .ly_sec_process .el_step_txt {
    font-size: 1rem;
  }
}
.ly_sec_process .el_process_note {
  margin-top: 30px;
}

.ly_sec_faq .en_ttl {
  width: clamp(7.5rem, 6.576rem + 3.79vw, 11.125rem);
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .en_ttl {
    padding-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .p-blogParts.post_content {
    padding-top: 25px;
  }
}
.ly_sec_faq .bl_faq {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq {
    padding: 20px 0 40px;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  text-align: center;
  text-align: left;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .el_lv3Heading {
  border-radius: 30px;
  padding: 0 40px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: -20px;
  left: auto;
}
.ly_sec_faq .bl_faq .bl_faq_inner .is-style-simple > .swell-block-accordion__item:first-child {
  border-top: unset;
}
.ly_sec_faq .bl_faq .bl_faq_inner .is-style-simple > .swell-block-accordion__item {
  border-bottom: 1px dotted var(--color_text);
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__title {
  padding: 1em 40px;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__title {
    padding: 1em 0 2em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__label {
    margin-left: 0;
    position: relative;
    padding-left: 20%;
    padding-right: 0;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .question_label {
  display: inline-flex;
  background-color: #737273;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  height: 58px;
  width: 58px;
  align-items: baseline;
  justify-content: center;
  line-height: 58px;
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .question_label {
    margin-right: 0;
    position: absolute;
    left: 0;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    left: 0;
    top: 0;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .question_label .num {
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body {
  padding: 40px 140px;
  position: relative;
  border-top: unset;
  min-height: 180px;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body {
    padding: 0 0 40px;
    padding-left: 20%;
    margin: 0;
    min-height: unset;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .swell-block-accordion__body > * {
  margin-bottom: 0;
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .answer_label {
  position: absolute;
  left: 48px;
  top: 50px;
  font-size: 2rem;
  margin: 0;
  font-size: 2rem;
  z-index: 1;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .answer_label {
    left: 13px;
    top: 25px;
    font-size: 1.5rem;
  }
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .answer_label .num {
  font-size: 1.125rem;
}
.ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .answer_label::before {
  content: "";
  background-image: url(./../image/answer_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 88px;
  height: 113px;
  position: absolute;
  left: -26px;
  top: -7px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq .bl_faq_inner .swell-block-accordion__body .answer_label::before {
    width: 51px;
    height: 66px;
    left: -13px;
    top: -5px;
  }
}
.ly_sec_faq .bl_faq.__electric {
  background-color: #fffae1;
  margin-top: 5em;
}
.ly_sec_faq .bl_faq.__electric .el_lv3Heading {
  background-color: #ffb900;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq.__electric .el_lv3Heading {
    left: 0;
    border-radius: 0;
    padding: 15px 25px;
    font-size: 1.125rem;
  }
}
.ly_sec_faq .bl_faq.__solar {
  background-color: #e6faff;
  padding-bottom: 5em;
}
.ly_sec_faq .bl_faq.__solar .el_lv3Heading {
  background-color: #5fd2eb;
}
@media screen and (max-width: 960px) {
  .ly_sec_faq .bl_faq.__solar .el_lv3Heading {
    left: 0;
    border-radius: 0;
    padding: 15px 25px;
    font-size: 1.125rem;
  }
}

.ly_sec_contact {
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .ly_sec_contact {
    padding: 0;
  }
}
.ly_sec_contact .bl_contact_area {
  max-width: 764px;
  width: 100%;
  margin: 5em auto 0;
}

.p-breadcrumb {
  display: none;
}

.el_lv1Heading_wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--color_main);
  height: 411px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_lv1Heading_wrapper {
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .el_lv1Heading_wrapper {
    height: 95px;
  }
}
.el_lv1Heading_wrapper::after {
  display: none;
}
.el_lv1Heading_wrapper .c-pageTitle_custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  text-align: center;
  position: relative;
}
@media (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom {
    justify-content: center;
    padding: 0;
    height: 100%;
  }
}
.el_lv1Heading_wrapper .c-pageTitle_custom::before {
  content: "";
  background-image: url(./../image/left_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 245px;
  height: 186px;
  position: absolute;
  bottom: 25%;
  transform: translateY(50%);
  left: calc(var(--swl-pad_container, 0) + 120px);
}
@media screen and (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::before {
    right: 18px;
    top: 0;
    bottom: unset;
    left: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::before {
    width: 150px;
    height: 115px;
  }
}
@media screen and (max-width: 599px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::before {
    width: 65px;
    height: 50px;
  }
}
.el_lv1Heading_wrapper .c-pageTitle_custom::after {
  content: "";
  background-image: url(./../image/right_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 245px;
  height: 186px;
  position: absolute;
  bottom: 25%;
  transform: translateY(50%);
  right: calc(var(--swl-pad_container, 0) + 120px);
}
@media screen and (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::after {
    left: 18px;
    top: 0;
    bottom: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::after {
    width: 150px;
    height: 115px;
  }
}
@media screen and (max-width: 599px) {
  .el_lv1Heading_wrapper .c-pageTitle_custom::after {
    width: 65px;
    height: 50px;
  }
}
.el_lv1Heading_wrapper .c-pageTitle_custom figure img {
  height: clamp(1.875rem, 1.314rem + 2.39vw, 4.188rem);
}

#body_wrap:not(.home) .l-content {
  padding-top: 0;
}

#body_wrap:not(.home):not(.single):not(.page-id-45) .post_content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  max-width: 1300px;
  margin: -117px auto 0 !important;
}
@media screen and (max-width: 960px) {
  #body_wrap:not(.home):not(.single):not(.page-id-45) .post_content {
    margin-top: 40px !important;
  }
}
#body_wrap:not(.home):not(.single):not(.page-id-45) .post_content .post_content_inner {
  max-width: 1000px;
  padding: 80px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #body_wrap:not(.home):not(.single):not(.page-id-45) .post_content .post_content_inner {
    padding: 0;
  }
}

#body_wrap:not(.home) .l-parent {
  margin-top: -117px !important;
}
@media screen and (max-width: 960px) {
  #body_wrap:not(.home) .l-parent {
    margin: 5em auto 0 !important;
  }
}

#body_wrap:not(.blog):not(.single):not(.category) .category-list {
  display: none;
}

.single article,
.single aside {
  margin-top: -126px !important;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .single article,
  .single aside {
    margin-top: 0px !important;
  }
}
.single article {
  padding: 80px 170px 120px 20px;
  border-radius: 0 30px 0 0;
  margin-right: 60px;
}
@media screen and (max-width: 960px) {
  .single article {
    padding: 80px 0 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .single article .p-articleThumb {
    display: none;
  }
}
.single aside {
  padding: 80px 20px 120px 170px;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 960px) {
  .single aside {
    padding: 0 0 40px;
  }
}
.single aside .p-articleThumb {
  aspect-ratio: 16/9;
  margin: 0 0 50px;
}
.single aside .p-articleThumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.single aside .bl_shareLits {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .single aside .bl_shareLits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
.single aside .bl_shareLits a {
  display: block;
}
.single aside .bl_shareLits .el_Facebook {
  width: 35px;
  height: auto;
}
.single .-sidebar-on #sidebar {
  width: 100%;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  padding: 0 0 0 16px;
}

.page-id-272 .l-content,
.page-id-57 .l-content {
  margin-bottom: 0;
}

.page-id-272 .post_content_inner,
.page-id-57 .post_content_inner {
  padding-bottom: 0 !important;
}

.solarpanel_page .ly_sec {
  padding: 0;
}
.solarpanel_page h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  border: none;
  padding: 0 !important;
}
.solarpanel_page .el_lv1Heading_wrapper {
  background-color: #ffc800;
}
.solarpanel_page .c-pageTitle__inner {
  color: #fff;
}
.solarpanel_page .bl_lead_wrapper {
  font-weight: 600;
  text-align: center;
}
.solarpanel_page .lead_label {
  background-color: #ffc800;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 15px;
}
.solarpanel_page .el_lead {
  font-size: 1.75rem;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_lead {
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 20px;
    font-size: 1.5625rem;
  }
}
.solarpanel_page .el_lead::before {
  content: "";
  background-image: url(./../image/ttlslash_left.svg);
  width: 24px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10%;
  bottom: 13%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .el_lead::before {
    left: 2%;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_lead::before {
    background-image: url(./../image/ttlslash_left_sp.svg);
    width: 30px;
    height: 63px;
    left: -10px;
  }
}
.solarpanel_page .el_lead::after {
  content: "";
  background-image: url(./../image/ttlslash_right.svg);
  width: 24px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 10%;
  bottom: 13%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .el_lead::after {
    right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_lead::after {
    background-image: url(./../image/ttlslash_right_sp.svg);
    width: 30px;
    height: 63px;
    right: -10px;
  }
}
.solarpanel_page .bl_top_wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  max-width: 900px;
  margin: 8em auto 0;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_top_wrapper {
    display: flex;
    flex-direction: column;
    gap: 78px;
    margin: 5em auto 0;
  }
}
.solarpanel_page .bl_top_01,
.solarpanel_page .bl_top_02 {
  flex: 1;
  max-width: 427px;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .bl_top_01,
  .solarpanel_page .bl_top_02 {
    margin: 0 auto;
  }
}
.solarpanel_page .bl_top_01 .el_contents_01 {
  background-color: #e6faff;
  position: relative;
}
.solarpanel_page .bl_top_01 .el_contents_01::before {
  content: "";
  width: 110px;
  height: 77px;
  background-image: url(./../image/num_label_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_01 .el_contents_01::before {
    width: 72px;
    height: 49px;
    top: -41px;
  }
}
.solarpanel_page .bl_top_01 .el_contents_01::after {
  content: "";
  width: 149px;
  height: 179px;
  background-image: url(./../image/solar_illustrat_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -84px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_01 .el_contents_01::after {
    height: 120px;
    width: 99px;
    left: -57px;
  }
}
.solarpanel_page .bl_top_01 .el_contents_01 .el_top_img {
  width: 364px;
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_01 .el_contents_01 .el_top_img {
    width: 225px;
  }
}
.solarpanel_page .bl_top_01 .el_lv2Heading {
  color: #5fd2eb;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_01 .el_lv2Heading {
    font-size: 1.75rem;
    margin-bottom: 0.5em;
  }
}
.solarpanel_page .bl_top_01 .el_top_note {
  margin-left: -120px;
  margin-top: 2em;
}
.solarpanel_page .bl_top_02 .el_contents_02 {
  background-color: #fffadc;
  position: relative;
}
.solarpanel_page .bl_top_02 .el_contents_02::before {
  content: "";
  width: 110px;
  height: 77px;
  background-image: url(./../image/num_label_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_02 .el_contents_02::before {
    width: 72px;
    height: 49px;
    top: -41px;
  }
}
.solarpanel_page .bl_top_02 .el_contents_02::after {
  content: "";
  width: 150px;
  height: 193px;
  background-image: url(./../image/solar_illustrat_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_02 .el_contents_02::after {
    width: 93px;
    height: 119px;
    right: -53px;
  }
}
.solarpanel_page .bl_top_02 .el_contents_02 .el_top_img {
  width: 204px;
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_02 .el_contents_02 .el_top_img {
    width: 130px;
  }
}
.solarpanel_page .bl_top_02 .el_lv2Heading {
  color: #ffb900;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_02 .el_lv2Heading {
    font-size: 1.75rem;
    margin-bottom: 0.5em;
  }
}
.solarpanel_page .bl_top_02 .el_top_note-left {
  padding-top: 2em;
}
.solarpanel_page .bl_top_02 .el_top_note {
  color: #ffb900;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_top_02 .el_top_note {
    font-size: 1.8125rem;
    padding-top: 1em;
  }
}
.solarpanel_page .bl_top_02 .el_top_note::after {
  content: "";
  width: 28px;
  height: 25px;
  background-image: url(./../image/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_top_02 .el_top_note::after {
    width: 19px;
    height: 17px;
  }
}
.solarpanel_page .el_contents_01,
.solarpanel_page .el_contents_02 {
  height: 387px;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_contents_01,
  .solarpanel_page .el_contents_02 {
    width: 265px;
    height: 240px;
    margin: 0 auto;
  }
}
.solarpanel_page .el_lv2Heading {
  font-size: 34px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2.125rem;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_lv2Heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .el_top_txt {
    font-size: 0.875rem;
  }
}
.solarpanel_page .ly_sec_bottom {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .ly_sec_bottom {
    margin-top: 50px;
  }
}
.solarpanel_page .ly_sec_bottom::after {
  content: "";
  background-color: #fffae1;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.solarpanel_page .ly_sec_bottom .ly_sec_inner {
  max-width: 1300px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .ly_sec_inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_bnr_wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.solarpanel_page .ly_sec_bottom .point_label {
  background-color: #1941aa;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 15px;
}
.solarpanel_page .ly_sec_bottom .el_lv2Heading {
  color: #1941aa;
}
@media screen and (max-width: 599px) {
  .solarpanel_page .ly_sec_bottom .el_lv2Heading {
    font-size: 1.5625rem;
  }
}
.solarpanel_page .ly_sec_bottom .bl_point_wrapper {
  padding: 80px 0;
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_flex {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_flex {
    flex-direction: column;
  }
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_01,
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 {
  flex: 1;
  max-width: 427px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_01,
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 {
    max-width: unset;
  }
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_01 .el_point_img,
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_01 .el_point_img,
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_img {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_01 .el_point_img,
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_img {
    max-width: 265px;
  }
}
.solarpanel_page .ly_sec_bottom .el_point_note {
  margin-top: 60px;
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 {
  position: relative;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_note-left {
    padding-top: 2em;
  }
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_note {
  width: 310px;
  margin: 60px auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_note {
    width: 250px;
  }
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_02 .el_point_note::before {
  content: "";
  width: 28px;
  height: 25px;
  background-image: url(./../image/arrow_point.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -43px;
  left: auto;
}
.solarpanel_page .ly_sec_bottom .bl_point_hikaku_02::after {
  content: "";
  width: 145px;
  height: 188px;
  background-image: url(./../image/solar_illustrat_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -40%;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02::after {
    bottom: -75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02::after {
    right: 4%;
    transform: translateX(-50%);
    width: 121px;
    height: 158px;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .ly_sec_bottom .bl_point_hikaku_02::after {
    width: 94px;
    height: 122px;
    right: -13px;
  }
}
.solarpanel_page .bl_point_02,
.solarpanel_page .bl_step_03 {
  padding: 80px 0;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .bl_point_02,
  .solarpanel_page .bl_step_03 {
    padding: 40px 0;
  }
}
.solarpanel_page .bl_point_01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_point_01 {
    padding-bottom: 100px;
  }
}
.solarpanel_page .bl_point_02,
.solarpanel_page .bl_step_03 {
  position: relative;
}
.solarpanel_page .bl_point_02::before,
.solarpanel_page .bl_step_03::before {
  content: "";
  background-image: url(./../image/point_border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.solarpanel_page .bl_point_detail_wrapper {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_point_detail_wrapper {
    flex-direction: column;
  }
}
.solarpanel_page .bl_point_detail_wrapper .bl_point_detail_01,
.solarpanel_page .bl_point_detail_wrapper .bl_point_detail_02 {
  flex: 1;
}
.solarpanel_page .bl_point_detail_wrapper .bl_point_detail_01 {
  position: relative;
}
.solarpanel_page .bl_point_detail_wrapper .bl_point_detail_01::after {
  content: "";
  width: 145px;
  height: 188px;
  background-image: url(./../image/solar_illustrat_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -6%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .bl_point_detail_wrapper .bl_point_detail_01::after {
    width: 120px;
    height: 154px;
    right: 0;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_point_detail_wrapper .bl_point_detail_01::after {
    width: 94px;
    height: 121px;
    top: 25px;
    right: 0;
  }
}
.solarpanel_page .bl_point_detail_wrapper .el_step_img {
  max-width: 317px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .bl_point_detail_wrapper .el_step_img {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_point_detail_wrapper .el_step_img {
    max-width: 256px;
    margin: 0;
  }
}
.solarpanel_page .bl_point_detail_wrapper .el_top_note {
  padding-top: 25px;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_point_detail_wrapper .el_top_note {
    font-size: 0.9375rem;
  }
}
.solarpanel_page .bl_point_detail_wrapper .el_step_txt {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1941aa;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_point_detail_wrapper .el_step_txt {
    font-size: 1.625rem;
    padding-top: 20px;
  }
}
.solarpanel_page .bl_step_03 .bl_step_wrapper {
  display: flex;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_step_wrapper {
    flex-direction: column;
  }
}
.solarpanel_page .bl_step_03 .bl_point_step_01,
.solarpanel_page .bl_step_03 .bl_point_step_02 {
  position: relative;
}
.solarpanel_page .bl_step_03 .bl_point_step_01::after,
.solarpanel_page .bl_step_03 .bl_point_step_02::after {
  content: "";
  background-image: url(./../image/step_chebron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01::after,
  .solarpanel_page .bl_step_03 .bl_point_step_02::after {
    bottom: -33px;
    top: unset;
    right: unset;
    transform: translateX(-50%) rotate(90deg);
  }
}
.solarpanel_page .bl_step_03 .bl_point_step_01,
.solarpanel_page .bl_step_03 .bl_point_step_02,
.solarpanel_page .bl_step_03 .bl_point_step_03 {
  border: 1px solid #1941aa;
  border-radius: 6px;
  background-color: #fff;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01,
  .solarpanel_page .bl_step_03 .bl_point_step_02,
  .solarpanel_page .bl_step_03 .bl_point_step_03 {
    font-size: 1.625rem;
    height: 193px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01,
  .solarpanel_page .bl_step_03 .bl_point_step_02,
  .solarpanel_page .bl_step_03 .bl_point_step_03 {
    max-width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01,
  .solarpanel_page .bl_step_03 .bl_point_step_02,
  .solarpanel_page .bl_step_03 .bl_point_step_03 {
    max-width: 263px;
  }
}
.solarpanel_page .bl_step_03 .bl_point_step_01 .el_step_ttl,
.solarpanel_page .bl_step_03 .bl_point_step_02 .el_step_ttl,
.solarpanel_page .bl_step_03 .bl_point_step_03 .el_step_ttl {
  background-color: #1941aa;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.5em 0;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01 .el_step_ttl,
  .solarpanel_page .bl_step_03 .bl_point_step_02 .el_step_ttl,
  .solarpanel_page .bl_step_03 .bl_point_step_03 .el_step_ttl {
    border-radius: 20px 20px 0 0;
  }
}
.solarpanel_page .bl_step_03 .bl_point_step_01 .el_step_txt,
.solarpanel_page .bl_step_03 .bl_point_step_02 .el_step_txt,
.solarpanel_page .bl_step_03 .bl_point_step_03 .el_step_txt {
  color: #1941aa;
  padding: 1em;
  text-align: left;
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_01 .el_step_txt,
  .solarpanel_page .bl_step_03 .bl_point_step_02 .el_step_txt,
  .solarpanel_page .bl_step_03 .bl_point_step_03 .el_step_txt {
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.solarpanel_page .bl_step_03 .bl_point_step_03 {
  position: relative;
}
.solarpanel_page .bl_step_03 .bl_point_step_03::after {
  content: "";
  background-image: url(./../image/solar_illustrat_05.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  position: absolute;
  bottom: -60%;
  right: -45px;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_03::after {
    width: 139px;
    height: 179px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_step_03 .bl_point_step_03 .el_step_txt {
    align-items: flex-start;
  }
}
.solarpanel_page .bl_bottom_wrapper {
  max-width: 900px;
  margin: 120px auto 0;
}
.solarpanel_page .bl_bottom_wrapper .bl_bottom_txt {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .solarpanel_page .bl_bottom_wrapper .bl_bottom_txt {
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    padding-top: 2em;
  }
}
.solarpanel_page .bl_bottom_wrapper .el_btn_wrapper {
  width: 100%;
}

#body_wrap .low_plan_page .p-blogParts.post_content {
  margin-top: 0 !important;
}
#body_wrap .low_plan_page .post_content {
  margin-top: -163px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .post_content {
    margin-top: 0px;
  }
}
#body_wrap .low_plan_page .ly_sec {
  padding-top: 0;
}
#body_wrap .low_plan_page .wp-block-columns {
  align-items: stretch !important;
}
#body_wrap .low_plan_page .wp-block-column {
  display: flex;
  flex-direction: column;
}
#body_wrap .low_plan_page .wp-block-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#body_wrap .low_plan_page .wp-block-table table {
  flex: 1;
  height: 100%;
}
#body_wrap .low_plan_page .c-pageTitle__inner {
  color: #fff;
}
#body_wrap .low_plan_page .wp-block-table td,
#body_wrap .low_plan_page .wp-block-table th {
  border: none;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
}
#body_wrap .low_plan_page .wp-block-table tr td:last-child,
#body_wrap .low_plan_page .wp-block-table tr th:last-child {
  border-right: none;
}
#body_wrap .low_plan_page .ly_sec_top {
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
#body_wrap .low_plan_page .ly_sec_top::after {
  content: "";
  background-color: #e6faff;
  display: block;
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 13%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .ly_sec_top::after {
    top: 0;
    height: 95%;
  }
}
#body_wrap .low_plan_page .ly_sec_top .ly_sec_inner {
  max-width: 1360px;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .ly_sec_top .ly_sec_inner {
    padding-top: 20px;
  }
}
#body_wrap .low_plan_page .el_lead {
  color: #1941aa;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .el_lead {
    font-size: 1.3125rem;
  }
}
#body_wrap .low_plan_page .bl_merit_wrapper {
  display: flex;
  gap: 50px;
  margin-top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_wrapper {
    gap: 75px;
  }
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_wrapper {
    flex-direction: column;
  }
}
#body_wrap .low_plan_page .bl_merit_01,
#body_wrap .low_plan_page .bl_merit_02 {
  position: relative;
}
#body_wrap .low_plan_page .bl_merit_01::after,
#body_wrap .low_plan_page .bl_merit_02::after {
  content: "";
  background-image: url(./../image/low_plan_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_01::after,
  #body_wrap .low_plan_page .bl_merit_02::after {
    top: unset;
    transform: translateX(-50%);
    left: 50%;
    right: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_01::after,
  #body_wrap .low_plan_page .bl_merit_02::after {
    width: 32px;
    height: 30px;
    bottom: -50px;
  }
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .bl_merit_01::after,
  #body_wrap .low_plan_page .bl_merit_02::after {
    bottom: -35px;
    width: 16px;
    height: 15px;
  }
}
#body_wrap .low_plan_page .bl_merit_01,
#body_wrap .low_plan_page .bl_merit_02,
#body_wrap .low_plan_page .bl_merit_03 {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  flex: 1;
  width: 33.333%;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_01,
  #body_wrap .low_plan_page .bl_merit_02,
  #body_wrap .low_plan_page .bl_merit_03 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_merit_01,
  #body_wrap .low_plan_page .bl_merit_02,
  #body_wrap .low_plan_page .bl_merit_03 {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .bl_merit_01,
  #body_wrap .low_plan_page .bl_merit_02,
  #body_wrap .low_plan_page .bl_merit_03 {
    max-width: 265px;
  }
}
#body_wrap .low_plan_page .bl_merit_01 .el_merit_ttl,
#body_wrap .low_plan_page .bl_merit_02 .el_merit_ttl,
#body_wrap .low_plan_page .bl_merit_03 .el_merit_ttl {
  background-color: #1941aa;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.5em 0;
  flex: 0 0 auto;
  border-radius: 30px 30px 0 0;
}
#body_wrap .low_plan_page .bl_merit_01 .el_merit_detail,
#body_wrap .low_plan_page .bl_merit_02 .el_merit_detail,
#body_wrap .low_plan_page .bl_merit_03 .el_merit_detail {
  color: #1941aa;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
}
#body_wrap .low_plan_page .bl_merit_01 figure {
  width: 255px;
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .bl_merit_01 figure {
    width: 170px;
  }
}
#body_wrap .low_plan_page .bl_merit_02 figure {
  width: 197px;
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .bl_merit_02 figure {
    width: 131px;
  }
}
#body_wrap .low_plan_page .bl_merit_03 figure {
  width: 280px;
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .bl_merit_03 figure {
    width: 185px;
  }
}
#body_wrap .low_plan_page .el_merit_txt {
  padding-top: 70px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  #body_wrap .low_plan_page .el_merit_txt {
    width: 70%;
    margin: 0 auto;
  }
}
#body_wrap .low_plan_page .el_merit_note {
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .el_merit_note {
    padding-top: 10px;
  }
}
#body_wrap .low_plan_page .el_simulation_txt {
  padding-top: 90px;
  color: #1941aa;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .el_simulation_txt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  #body_wrap .low_plan_page .el_simulation_txt {
    font-size: 1.25rem;
  }
}
#body_wrap .low_plan_page .el_btn_wrapper {
  width: 100%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#body_wrap .low_plan_page .el_btn_wrapper::after {
  content: "";
  background-image: url(./../image/simulation_chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 18px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
#body_wrap .low_plan_page .el_lv3Heading {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .el_lv3Heading {
    font-size: 1.625rem;
  }
}
#body_wrap .low_plan_page .el_lv3Heading::before {
  content: "";
  background-image: url(./../image/point_border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  #body_wrap .low_plan_page .el_lv3Heading::before {
    height: 1px;
  }
}
@media screen and (max-width: 960px) {
  #body_wrap .low_plan_page .bl_planList .bl_plan_item:nth-of-type(3) {
    padding-bottom: 0;
  }
}
#body_wrap .low_plan_page .bl_plan_item {
  padding-bottom: 50px;
}
#body_wrap .low_plan_page .el_lv1Heading_wrapper {
  background-color: #64d2f5;
}

.page-id-272 .is-style-float > .swell-block-dl__dt:after {
  display: none;
}
@media screen and (max-width: 599px) {
  .page-id-272 .is-style-float.swell-block-dl {
    flex-direction: column;
  }
  .page-id-272 .is-style-float > .swell-block-dl__dt {
    width: 100%;
    padding: 0.8em 0 0.5em;
  }
  .page-id-272 .swell-block-dl__dd {
    width: 100%;
  }
}

.bl_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 5em;
}
@media screen and (max-width: 960px) {
  .bl_btn {
    flex-direction: column;
    gap: 25px;
    margin-top: 2.5em;
  }
}

.el_btn_wrapper {
  width: 490px;
  height: 54px;
  background-color: var(--color_main);
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .el_btn_wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .el_btn_wrapper {
    width: 100%;
    height: 42px;
  }
}
.el_btn_wrapper a {
  color: var(--color_text);
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.el_btn_wrapper a::after {
  content: "";
  background-image: url(./../image/btn_arrrow.svg);
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 56px;
}
@media screen and (max-width: 960px) {
  .el_btn_wrapper a::after {
    right: 15px;
  }
}

.ly_sec_plan .el_btn_wrapper {
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  .ly_sec_plan .el_btn_wrapper {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .bl_btn_news {
    width: 80%;
    margin: 0 auto;
  }
}
.bl_btn_news a {
  display: block;
  border: 1px solid;
  color: var(--color_text);
  border-radius: 30px;
  padding: 0.5em 2em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.bl_btn_news a::before {
  content: "";
  background-image: url(./../image/back_btn_arrow.svg);
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 37%;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

body,
details {
  line-height: 2.3;
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  body,
  details {
    line-height: 2;
  }
}

.en_font,
.p-postList__times,
.c-postTimes__posted {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.en_font_italic {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
}

.el_lv2Heading {
  font-weight: 700;
  font-size: 1rem;
}

.ly_sec_about .el_lv2Heading_wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .ly_sec_about .el_lv2Heading_wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .ly_sec_about .el_lv2Heading_wrapper {
    padding: 0 16px;
  }
}

.ly_sec_about .el_lv2Heading_wrapper,
.ly_sec_process .el_lv2Heading_wrapper,
.ly_sec_plan .el_lv2Heading_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ly_sec_about .el__lv2Heading_txt,
.ly_sec_process .el__lv2Heading_txt,
.ly_sec_plan .el__lv2Heading_txt {
  margin-top: 15px;
}

.el__lv2Heading_txt {
  font-weight: 600;
}

.el_contents_ttl {
  font-size: 2.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .el_contents_ttl {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4375rem;
    gap: 0;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
.el_contents_ttl::before {
  content: "";
  width: 15px;
  height: 35px;
  background-color: var(--color_main);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}
@media screen and (max-width: 960px) {
  .el_contents_ttl::before {
    transform: unset;
    top: 0;
    width: 9px;
    height: 23px;
  }
}
.el_contents_ttl span {
  font-size: 3.375rem;
}
@media screen and (max-width: 960px) {
  .el_contents_ttl span {
    font-size: 2.125rem;
    line-height: 1;
  }
}

.el_plan_ttl {
  font-size: 2rem;
}
.el_plan_ttl::after {
  content: "";
  display: block;
  width: 491px;
  height: 2.5px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .el_plan_ttl::after {
    width: 100%;
    height: 1.5;
  }
}

.el_plan_txt {
  margin-top: 15px;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.el_plan_note,
.el_process_note {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .el_plan_note,
  .el_process_note {
    text-align: left;
  }
}

.el_step_ttl {
  font-size: 1.75rem;
  line-height: 1;
}
.el_step_ttl span {
  font-size: 3.625rem;
}

.ly_sec_contact {
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .ly_sec_contact {
    border: none;
  }
}
.ly_sec_contact .el_lv2Heading {
  font-size: 1.75rem;
  font-weight: 700;
}
.ly_sec_contact .el_lv2Heading::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-image: url(./../image/border.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 1em auto;
}
@media screen and (max-width: 960px) {
  .ly_sec_contact .el_lv2Heading::after {
    width: 100%;
  }
}
.ly_sec_contact .el_contact_ttl {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.ly_sec_contact .el_contact_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: var(--color_main);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3.5px;
  right: 0;
  z-index: -1;
}
.ly_sec_contact .el_contact_hours {
  font-weight: 700;
  margin-top: 1em;
}
.ly_sec_contact .el_contact_address {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.25rem;
  line-height: 1.5;
  color: var(--color_text);
}

.tel-number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-postList__title {
  font-size: 1.375rem;
}

.c-postTimes__posted {
  font-size: 0.875rem;
}

.p-postList__excerpt {
  font-size: 1rem;
}

#body_wrap:not(.page-id-57):not(.page-id-45) .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  border-left: none;
  position: relative;
}
#body_wrap:not(.page-id-57):not(.page-id-45) .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after {
  content: "";
  display: block;
  background-color: var(--color_main);
  width: 12px;
  height: 28px;
  position: absolute;
  top: 10%;
  left: -1%;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  #body_wrap:not(.page-id-57):not(.page-id-45) .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after {
    width: 9px;
    height: 21px;
    top: 3.5px;
  }
}

@media screen and (max-width: 599px) {
  .c-pageTitle__inner {
    font-size: 0.75rem;
  }
}

.linerTxt .el_contents_txt {
  font-size: 12.5rem;
}

.category-list {
  display: flex;
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .category-list {
    bottom: -53px;
    justify-content: center;
    width: 100%;
  }
  .category-list a {
    font-size: 0.875rem;
  }
}
.category-list .active {
  font-weight: 600;
}
.category-list li:not(:last-child) {
  position: relative;
}
.category-list li:not(:last-child)::after {
  content: "";
  width: 1px;
  background-color: var(--color_text);
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 960px) {
  .category-list li:not(:last-child)::after {
    height: 11px;
    top: 61%;
  }
}
.category-list a {
  padding: 0 2em;
  color: var(--color_text);
}

@media screen and (max-width: 599px) {
  .p-postList .p-postList__link {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
}

.c-postThumb__figure {
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .c-postThumb__figure {
    border-radius: 15px;
  }
}

@media screen and (max-width: 960px) {
  .p-postList__thumb {
    flex: 1;
  }
}

.icon-posted:before {
  display: none;
}

.p-postList__cat {
  margin-right: 0;
}

.c-postThumb__figure:before {
  padding-top: 63.22%;
}

.p-postList__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .p-postList__body {
    flex: 0.9;
    padding-top: 0 !important;
    gap: 0;
  }
}
.p-postList__body .p-postList__title {
  order: 1;
  font-size: 1.5rem;
}
.p-postList__body .p-postList__excerpt {
  order: 2;
}
.p-postList__body .p-postList__body {
  order: 0;
}
.p-postList__body .p-postList__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-postList__body .p-postList__meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
}
.p-postList__body .p-postList__times {
  font-size: 0.875rem;
  order: 1;
}
.p-postList__body .p-postList__cat {
  font-weight: 600;
  border-radius: 6px;
  padding: 0.4em 0.7em;
  order: 0;
}

.c-pagination {
  font-weight: 600;
}
.c-pagination [class*=page-numbers].current,
.c-pagination [class*=page-numbers]:hover {
  background-color: #ffbb00;
  border: none;
  color: #fff;
}
.c-pagination [class*=page-numbers] {
  background-color: #edeeee;
  color: var(--color_text);
  border: none;
}
.c-pagination .next-link-wrapper,
.c-pagination .prev-link-wrapper {
  position: relative;
}
.c-pagination .next-link-wrapper a,
.c-pagination .prev-link-wrapper a {
  width: 36px;
  display: block;
  height: 36px;
}
.c-pagination .next-link-wrapper a::after,
.c-pagination .prev-link-wrapper a::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination .next-link-wrapper a::after {
  background-image: url(./../image/pagination_next.svg);
}
.c-pagination .prev-link-wrapper a::after {
  background-image: url(./../image/pagination_prev.svg);
}

.u-thin {
  opacity: 1;
}

.single .c-pageTitle__subTitle_custom,
.category .c-pageTitle__subTitle_custom {
  display: none;
}

.-sidebar-on .l-mainContent {
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-areas: "item1 item1" "item3 item2" "item4 item4";
}
@media screen and (max-width: 960px) {
  .-sidebar-on .l-mainContent {
    display: block;
  }
}
.-sidebar-on .l-mainContent .el_lv1Heading_wrapper {
  grid-area: item1;
}
.-sidebar-on .l-mainContent .l-mainContent__inner {
  grid-area: item2;
}
.-sidebar-on .l-mainContent .l-sidebar {
  width: 100% !important;
  grid-area: item3;
}
.-sidebar-on .l-mainContent .l-articleBottom {
  grid-area: item4;
}

.single .p-articleHead {
  padding: 20px 0;
  position: relative;
}
.single .p-articleHead::after {
  content: "";
  background-color: var(--color_text);
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single .post_content {
  padding: 0;
}

.c-categoryList:before {
  display: none;
}

.c-categoryList__link {
  font-weight: 600;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}

[data-spmenu=opened] .p-fixBtnWrap {
  opacity: 0;
  pointer-events: none;
}

.p-fixBtnWrap {
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-fixBtnWrap {
    width: 100%;
    display: block;
  }
}

.floating-area {
  background-color: var(--color_text);
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 599px) {
  .floating-area {
    border-radius: 0;
  }
}
.floating-area .contact-area {
  padding: 20px 34px;
}
@media screen and (max-width: 599px) {
  .floating-area .contact-area {
    display: none;
  }
}
.floating-area .contact-area a {
  color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
}
.floating-area .contact-area figure {
  width: 117px;
}
.floating-area .contact-area p {
  font-size: 0.75rem;
}
.floating-area .sns-lists {
  display: flex;
}
.floating-area .bottom-area {
  display: flex;
}
.floating-area .line_area {
  width: 106px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .floating-area .line_area {
    width: 82px;
    height: 70px;
  }
}
.floating-area .line_area figure {
  width: 41px;
}
@media screen and (max-width: 599px) {
  .floating-area .line_area figure {
    width: 32px;
  }
}
.floating-area .instagram_area {
  width: 106px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .floating-area .instagram_area {
    width: 82px;
    height: 70px;
  }
}
.floating-area .instagram_area figure {
  width: 41px;
}
@media screen and (max-width: 599px) {
  .floating-area .instagram_area figure {
    width: 32px;
  }
}
.floating-area .tel_area {
  line-height: 1;
  display: grid;
  grid-template-areas: "note note" "icon number";
  grid-template-columns: auto 1fr;
  align-items: center;
  background-color: var(--color_main);
  border-top: 1px solid #fff;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .floating-area .tel_area {
    width: 100%;
  }
}
.floating-area .tel_area p {
  grid-area: note;
  font-size: 0.75rem;
  color: var(--color_text);
  font-weight: 600;
  margin-bottom: -20px;
}
@media screen and (max-width: 599px) {
  .floating-area .tel_area p {
    font-size: 0.8125rem;
    padding-bottom: 1em;
  }
}
.floating-area .tel_area figure {
  grid-area: icon;
  margin-left: 14px;
  width: 24px;
}
@media screen and (max-width: 599px) {
  .floating-area .tel_area figure {
    margin-left: 20px;
    width: 29px;
  }
}
.floating-area .tel_area figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating-area .tel_area .tel-number {
  grid-area: number;
  font-weight: bold;
  color: var(--color_text);
  font-size: 1.375rem;
}
@media screen and (max-width: 599px) {
  .floating-area .tel_area .tel-number {
    font-size: 1.5625rem;
    font-weight: 600;
    text-align: left;
  }
}

#headline-sec {
  margin-top: -0.8em;
  position: relative;
  z-index: 1;
}

.news-ticker-wrapper {
  background: #2b2b2b;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .news-ticker-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .news-ticker-wrapper {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news-ticker-wrapper .news-ticker-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
}
.news-ticker-wrapper .el_lv2Heading {
  font-size: 1.625rem;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .news-ticker-wrapper .el_lv2Heading {
    font-size: 1.3125rem;
    padding-right: 0.5em;
  }
}
.news-ticker-wrapper .el_lv2Heading::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 26px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.news-ticker-wrapper .news-ticker_unit {
  flex-grow: 1;
  overflow: hidden;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .news-ticker-wrapper .news-ticker_unit {
    margin-left: 15px;
  }
}
.news-ticker-wrapper .swiper-slide.news-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .news-ticker-wrapper .swiper-slide.news-item {
    width: 238px;
    flex-wrap: wrap;
    gap: 0px 10px;
  }
}
.news-ticker-wrapper .news-date {
  font-size: 1rem;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .news-ticker-wrapper .news-date {
    font-size: 0.75rem;
  }
}
.news-ticker-wrapper .news-cat {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  background: #ffd900;
  color: #111111;
  padding: 4px 6px;
  border-radius: 3px;
}
.news-ticker-wrapper .news-title {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 599px) {
  .news-ticker-wrapper .news-title {
    width: 100%;
    text-align: left;
  }
}
.news-ticker-wrapper .view-more {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 1em;
  color: #ffd900;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.news-ticker-wrapper .view-more img {
  width: 7px;
  height: 12px;
}
@media screen and (max-width: 960px) {
  .news-ticker-wrapper .view-more img {
    width: 60px;
  }
}

.p-title01 {
  padding: 13px 0 12px 0;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  background-color: #ea66ad;
  margin-bottom: 30px;
}

.p-section {
  text-align: left;
  background-color: var(--color_main);
  border-radius: 0 0 30px 30px;
}

.p-section_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-section_inner {
    padding: 10px 10px 50px;
  }
}
@media screen and (max-width: 599px) {
  .p-section_inner {
    padding: 20px 20px 50px;
  }
}

.p-dl {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
}

.p-dl > dt {
  padding: 10px;
  width: 250px;
  box-sizing: border-box;
  border-top: 1px dashed var(--color_text);
  font-size: 1.125rem;
}

.p-dl > dt.p-total_label {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .p-dl > dt.p-total_label {
    border-bottom: 0 !important;
  }
}

.p-dl > dd {
  margin: 0;
  padding: 10px;
  width: 70%;
  width: calc(100% - 250px);
  box-sizing: border-box;
  border-top: 1px dashed var(--color_text);
  text-align: left;
}

.p-dl > dd.p-total {
  text-align: right;
  width: calc(100% - 280px);
}
@media screen and (max-width: 599px) {
  .p-dl > dd.p-total {
    width: 100%;
  }
}

.p-dl > dt:first-of-type,
.p-dl > dt:first-of-type + dd {
  border-top: none;
}

.p-dl > dt:last-of-type,
.p-dl > dt:last-of-type + dd {
  border-bottom: 1px dashed var(--color_text);
}

.p-dl input[type=text],
.p-dl select {
  width: 80px;
  padding: 5px 10px;
  background-color: #fff;
  border: var(--color_text) solid 1px;
  border-radius: 6px;
  text-align: center;
}

.p-dl input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffcc inset;
}

.p-dl option {
  padding: 0 !important;
}

.p-subcharge {
  display: inline-block;
  float: right;
}

.p-subcharge.--note {
  font-size: 0.875rem;
}

.p-subcharge-on {
  font-weight: bold;
  font-size: 110%;
}

.p-total {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  text-align: right;
  color: #f00a00;
}

.p-total span:first-child {
  font-weight: bold;
  font-size: 150%;
  color: #f00a00;
}

.p-subcharge-onT {
  font-weight: bold;
  font-size: 150%;
}

@media screen and (max-width: 599px) {
  .p-dl > dt,
  .p-dl > dd {
    width: 100%;
  }
  .p-dl > dt:nth-of-type(2) + dd {
    display: flex;
    flex-direction: column;
  }
  .p-dl > dt:nth-of-type(2) + dd .p-subcharge {
    text-align: right;
  }
  .p-dl > dt:nth-of-type(3) + dd input[type=text] {
    margin-left: 20px;
  }
  .p-dl > dt:nth-of-type(3) + dd .p-subcharge {
    display: block;
    float: none;
    text-align: right;
  }
  .p-dl > dt:not(:first-of-type) + dd {
    border-top: none;
  }
  .p-brsp {
    display: none;
  }
  .p-dl dt:first-of-type {
    width: 45%;
    padding-bottom: 30px;
  }
  .p-dl dd:first-of-type {
    width: 55%;
    position: relative;
    padding-bottom: 30px;
  }
  .p-dl dd:first-of-type .p-subcharge.--note {
    position: absolute;
    left: -77%;
    bottom: 10%;
  }
}
.p-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  width: calc(100% + 250px) !important;
  margin-left: -250px;
  max-width: none !important;
}
@media screen and (max-width: 599px) {
  .p-table {
    margin-left: 0;
    width: auto !important;
    border-collapse: collapse;
    margin-top: 10px;
  }
  .p-table .e-charge-wrap {
    width: 34%;
  }
}

.p-table caption {
  caption-side: top;
  padding-left: 10px;
}

.p-table th,
.p-table td {
  border: solid 1px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 10px;
}

.p-table th {
  text-align: center;
  font-weight: normal;
}

.p-table td {
  text-align: right;
}

.p-tleft {
  text-align: left;
}

.p-text01 {
  padding-top: 40px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-text01 {
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 1.0625rem;
    text-align: center;
    padding-top: 30px;
    line-height: 1.5;
  }
}

.bl_simulation_wraper {
  margin-top: 50px;
}

.simulation-body.is-hidden {
  display: none;
}

#body_wrap .low_plan_page .bl_simulation_wraper.is-open .el_btn_wrapper {
  border-radius: 30px 30px 0 0;
}
#body_wrap .low_plan_page .bl_simulation_wraper.is-open .el_btn_wrapper::after {
  transform: rotate(180deg);
}

.smf-item__label__text {
  position: relative;
}

.smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 0.75rem;
  color: #fff;
  background: #e60a00;
}

.contact-note {
  border-radius: 4px;
  padding: 0.2em 0.5em;
  font-size: 0.75rem;
  color: #fff;
  background: #e60a00;
}

.smf-form .form-check:has([data-validations~=required]) .smf-item__label__text::after {
  display: none !important;
}

#snow-monkey-form-459 .smf-form .form-check {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #snow-monkey-form-459 .smf-form .form-check {
    text-align: left;
  }
}

form[data-screen=confirm] .form-check {
  display: none;
}

.smf-action .smf-button-control__control[data-action=confirm],
.smf-action .smf-button-control__control[data-action=complete] {
  background-color: var(--color_main);
  background-image: none;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  width: 100%;
}
.smf-action .smf-button-control__control[data-action=confirm]::after,
.smf-action .smf-button-control__control[data-action=complete]::after {
  content: "";
  background-image: url(./../image/btn_arrrow.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .smf-action .smf-button-control__control[data-action=confirm]::after,
  .smf-action .smf-button-control__control[data-action=complete]::after {
    position: relative;
    display: inline-block;
    top: unset;
    left: unset;
    transform: unset;
    width: 7px;
    height: 12px;
    margin-left: 1em;
  }
}

.smf-action .smf-button-control__control[data-action=back] {
  font-weight: 600;
  border: 1px solid var(--color_text);
  border-radius: 30px;
  width: 100%;
  margin-bottom: 25px;
  background: none;
}
.smf-action .smf-button-control__control[data-action=back]::after {
  content: "";
  background-image: url(./../image/btn_arrrow.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 599px) {
  .smf-action .smf-button-control__control[data-action=back]::after {
    width: 7px;
    height: 12px;
    left: 40%;
  }
}

.juyo_contents {
  position: relative;
  padding: 50px 0 80px;
}
@media screen and (max-width: 599px) {
  .juyo_contents {
    padding: 25px 0 40px;
  }
}
.juyo_contents::after {
  content: "";
  background-image: url(./../image/point_border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .juyo_contents::after {
    width: 100%;
  }
}

.yakan_contents {
  padding: 50px 0 80px;
}
@media screen and (max-width: 599px) {
  .yakan_contents {
    padding: 25px 0 40px;
  }
}

.smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}

/*--------------------------------
 *  スクロールイン（発火）
--------------------------------*/
/*------ スクロール：右から -------*/
.a-slide-in-right {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-2em);
  opacity: 0;
}
.a-slide-in-right.is-active {
  opacity: 1;
  transform: none;
}

/*------ スクロール：左から -------*/
.a-slide-in-left {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(2em);
  opacity: 0;
}
.a-slide-in-left.is-active {
  opacity: 1;
  transform: none;
}

/*------ スクロール：下から上へ -------*/
.a-slide-in-up {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(2em);
  opacity: 0;
}
.a-slide-in-up.is-active {
  opacity: 1;
  transform: none;
}

/*------ ズーム -------*/
.a-zoom {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.7);
  opacity: 0;
}
.a-zoom.is-active {
  opacity: 1;
  transform: none;
}

/*------ ズームX -------*/
.a-zoom-x {
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  opacity: 0;
}
.a-zoom-x.is-active {
  opacity: 1;
  transform: none;
}

/*--------------------------------
 *  ディレイ
--------------------------------*/
/*------ transition -------*/
.a-delay-0_1 {
  transition-delay: 0.1s;
}

.a-delay-0_2 {
  transition-delay: 0.2s;
}

.a-delay-0_3 {
  transition-delay: 0.3s;
}

.a-delay-0_4 {
  transition-delay: 0.4s;
}

.a-delay-0_5 {
  transition-delay: 0.5s;
}

.a-delay-0_6 {
  transition-delay: 0.6s;
}

.a-delay-0_7 {
  transition-delay: 0.7s;
}

.a-delay-0_8 {
  transition-delay: 0.8s;
}

#main_visual .mv-title__text-wrap .p-mainVisual_txt {
  display: inline-block;
  transform: translate3d(0, 120%, 0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(1) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.18s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(2) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.34s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(3) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.5s;
  transform: translateZ(0);
}
#main_visual .mv-title__text-wrap.is-active:nth-child(4) .p-mainVisual_txt {
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1) 0.66s;
  transform: translateZ(0);
}

.overflow-hidden {
  overflow: hidden;
}

@keyframes scrollArrows {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translate3d(0, 15px, 0);
  }
}
.solarpanel_page .ly_sec_bottom {
  transform: translateY(-1071px);
  transition: transform 0.8s ease-out;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .solarpanel_page .ly_sec_bottom {
    transform: translateY(-1674px);
  }
}
@media screen and (max-width: 599px) {
  .solarpanel_page .ly_sec_bottom {
    transform: translateY(-1286px);
  }
}
.solarpanel_page .ly_sec_bottom.slide {
  transform: translateY(0);
}
.solarpanel_page .ly_sec_top {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.solarpanel_page .ly_sec_top.slide {
  transform: translateY(0);
  opacity: 1;
}

.linerTxt {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.linerTxt .el_contents_txt {
  display: flex;
  gap: 1rem;
  animation: marquee 20s linear infinite;
}
.linerTxt .el_contents_txt img {
  max-width: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=main.css.map */