@charset "UTF-8";
/*------------------------------
 common
------------------------------*/
html.is-fixed {
  height: 100%;
  overflow: hidden;
  overflow: auto;
  scrollbar-gutter: stable !important;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.link-hover {
  transition: 0.3s;
}

.link-disabled {
  pointer-events: none;
}

.text-mb-0 > * {
  margin-bottom: 0;
}

.text-justify {
  text-align: justify !important;
  word-break: break-all;
}

.ffs-palt {
  font-feature-settings: "palt" !important;
}

.fs-italic {
  font-style: italic;
}

.gap-x-1 {
  row-gap: 12px !important;
}

@media (hover: hover) {
  .link-hover:hover {
    opacity: 0.7;
  }

  .hover-pointer:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .text-lg-nowrap {
    white-space: nowrap;
  }
}

/*------------------------------
 TOP
------------------------------*/
.main-container {
  max-width: 434px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.bg-box-hexa {
  position: relative;
  background-color: var(--bs-color-light-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.bg-box-square {
  background-color: var(--bs-color-light-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.bg-box-hexa::after {
  position: absolute;
  content: "";
  background-image: url("../images/lp-top/bg_under_triangle_light_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 390 / 94;
  width: 100%;
  bottom: -90px;
  left: 0;
}

.text-box-problem {
  padding: 18px 20px 9px;
  margin-top: 56px;
}

.text-emphasis-dot {
  position: relative;
}

.text-emphasis-dot::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.list-problem {
  border-bottom: 2px dashed var(--bs-color-blue);
}

.icon-check {
  aspect-ratio: 27 / 24;
  width: 27px;
}

.text-box-solar {
  position: relative;
  padding: 7px 34px;
}

.text-box-solar::before,
.text-box-solar::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 18px;
}

.point01.text-box-solar::before {
  top: 50%;
  left: 22px;
  transform: translateY(-50%) rotate(-25deg);
}

.point01.text-box-solar::after {
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(25deg);
}

.point02.text-box-solar::before {
  top: 50%;
  left: 36px;
  transform: translateY(-50%) rotate(-25deg);
}

.point02.text-box-solar::after {
  top: 50%;
  right: 36px;
  transform: translateY(-50%) rotate(25deg);
}

.point03.text-box-solar::before {
  top: 50%;
  left: 38px;
  transform: translateY(-50%) rotate(-25deg);
}

.point03.text-box-solar::after {
  top: 50%;
  right: 38px;
  transform: translateY(-50%) rotate(25deg);
}

.price-border-white {
  position: relative;
  z-index: 1;
}

.price-border-white::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: calc(100% - (44px * 2));
  height: 16px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.cta-button-blue {
  position: relative;
  background: linear-gradient(0deg, rgba(78, 154, 253, 1) 0%, rgba(29, 115, 226, 1) 100%);
  box-shadow: 0px 4px 10px 0px rgba(111, 156, 213, 1);
  padding: 37px 28px 27px;
}

.cta-button-text-sub {
  display: inline-block;
  position: absolute;
  background-color: #fff !important;
  border: 3px solid #388cf7;
  border-radius: 9999px;
  top: -15px;
  left: 50%;
  color: #388cf7 !important;
  transform: translateX(-50%);
  z-index: 1;
}

.bg-signal {
  position: relative;
}

.text-signal-box {
  position: absolute;
  background-color: #252d3e;
  max-width: calc(100% - (12px + 24px));
  bottom: 10%;
  left: 50%;
  padding: 10px 12px;
  margin-left: 12px;
  margin-right: 24px;
  transform: translateX(calc(-50% - 12px));
}

.outage-trouble-text {
  position: absolute;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: 0;
  left: 0;
}

.section-title-wrapper {
  position: relative;
}

.section-title-wrapper::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.value.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_value.svg");
  background-repeat: no-repeat;
  aspect-ratio: 284 / 58;
  width: 284px;
  bottom: 22px;
}

.voice.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_voices.svg");
  background-repeat: no-repeat;
  aspect-ratio: 320 / 60;
  width: 320px;
  bottom: 22px;
}

.staff.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_staff.svg");
  background-repeat: no-repeat;
  aspect-ratio: 254 / 60;
  width: 254px;
  bottom: 22px;
}

.flow.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_flow.svg");
  background-repeat: no-repeat;
  aspect-ratio: 252 / 60;
  width: 252px;
  bottom: 22px;
}

.faq.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_faq.svg");
  background-repeat: no-repeat;
  aspect-ratio: 170 / 72;
  width: 170px;
  bottom: 12px;
}

.simulation.section-title-wrapper::before {
  background-image: url("../images/lp-top/img_text_simulation.svg");
  background-repeat: no-repeat;
  aspect-ratio: 518 / 60;
  width: 518px;
  bottom: 22px;
}

#value .nav-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: var(--bs-color-light-blue) !important;
  border: 2px solid #fff !important;
}

.card-container {
  position: relative;
  max-width: 434px;
  width: 100%;
  height: 100svh;
}

.card-inner {
  position: absolute;
  top: -60px;
  left: 50%;
  right: 0;
  max-width: 434px;
  width: 100%;
  height: inherit;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
}

.value-card-box {
  position: relative;
  border: 2px solid #fff;
  max-width: 434px;
  width: 100%;
  height: 600px;
  padding: 36px 30px 0;
  top: 14svh;
}

.card-container:nth-of-type(1) .value-card-box {
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.card-container:nth-of-type(2) .value-card-box,
.card-container:nth-of-type(3) .value-card-box {
  border-radius: 24px;
  top: 14svh;
}

.card-container:nth-of-type(4) .value-card-box {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  top: 14svh;
}

.card-container:nth-of-type(2) .value-card-box .value-card-box-number-text::after {
  position: absolute;
  content: "";
  background-image: url("../images/lp-top/bg_corner_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: -5px;
  left: -53px;
  z-index: 1;
}

.card-container:nth-of-type(3) .value-card-box .value-card-box-number-text::after {
  position: absolute;
  content: "";
  background-image: url("../images/lp-top/bg_corner_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: -5px;
  left: -53px;
  z-index: 1;
}

.value-card-box-number-text {
  position: relative;
  background-image: linear-gradient(90deg, #1d73e2, #348bfa) !important;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}

.value-card-box-number::before {
  position: absolute;
  content: "";
  background-image: url("../images/lp-top/bg_corner_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: -25px;
  z-index: 2;
}

.card-container:nth-of-type(1) .value-card-box .value-card-box-number {
  position: absolute;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: var(--bs-color-light-blue) !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  width: calc(100% / 4);
  height: 60px;
  top: -60px;
  left: -2px;
}

.card-container:nth-of-type(2) .value-card-box .value-card-box-number {
  position: absolute;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: var(--bs-color-light-blue) !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  width: calc(100% / 4);
  height: 60px;
  top: -60px;
  left: calc(100% / 4);
}

.card-container:nth-of-type(3) .value-card-box .value-card-box-number {
  position: absolute;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: var(--bs-color-light-blue) !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  width: calc(100% / 4);
  height: 60px;
  top: -60px;
  left: calc((100% / 4) * 2);
}

.card-container:nth-of-type(4) .value-card-box .value-card-box-number {
  position: absolute;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: var(--bs-color-light-blue) !important;
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  width: calc(100% / 4);
  height: 60px;
  top: -60px;
  right: -2px;
}

.card-container:nth-of-type(4) .value-card-box .value-card-box-number::before {
  position: absolute;
  content: "";
  background-image: url("../images/lp-top/bg_corner_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  bottom: 0;
  left: -25px;
  z-index: 2;
}

.value-card-box-number {
  width: calc((100% / 4) + 12px) !important;
}

.bg-box-square.color-bold {
  position: relative;
  background-color: #bdd7fd !important;
  border-radius: 16px;
  z-index: 2;
}

.voice-image {
  width: 128px;
  height: 128px;
}

.step-image {
  width: 80px;
}

.border-step {
  border-bottom: 2px dashed var(--bs-color-blue);
}

.bg-gradation-orange {
  background: #ef4b06;
  background: linear-gradient(90deg, rgba(239, 75, 6, 1) 0%, rgba(246, 145, 7, 1) 50%, rgba(239, 75, 6, 1) 100%);
}

.step-text-sub.bg-gradation-orange {
  position: absolute;
  top: -20px;
  left: 8px;
}

.triangle-triple-white {
  aspect-ratio: 19 / 57;
  width: 19px;
}

.bg-step {
  background-color: #c5daf6;
}

.accordion-button:not(.collapsed) {
  background-color: none !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}

#accordionFaq .accordion-item {
  border: none !important;
}

#accordionFaq .accordion-button::before {
  position: absolute;
  content: "";
  background-color: var(--bs-color-blue);
  width: 16px;
  height: 2px;
  right: 16px;
  opacity: 1;
  visibility: visible;
  transition: 0.1s;
  transform: rotate(-90deg);
}

#accordionFaq .accordion-button:not(.collapsed)::before {
  opacity: 0;
  visibility: hidden;
}

#accordionFaq .accordion-button::after {
  background-image: none !important;
  background-color: var(--bs-color-blue);
  width: 16px;
  height: 2px;
}

.accordion-button {
  background-color: var(--bs-color-light-blue) !important;
  border-top-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.accordion-faq-illust {
  width: 60px;
}

.accordion-faq-illust figure {
  width: 100%;
}

.accordion-faq-body {
  max-width: calc(100% - (60px + 5px));
  width: 100%;
}

.answer.accordion-faq-body {
  background-color: #ffedd4;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.banner-button {
  position: absolute;
  aspect-ratio: 342 / 70;
  max-width: calc(100% - 24px);
  width: 100%;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.fv-swiper .banner-box {
  position: absolute;
  aspect-ratio: 368 / 209;
  max-width: calc(100% - 24px);
  width: 100%;
  bottom: 3.8%;
  left: 50%;
  transform: translateX(-50%);
}

.fv.banner-button {
  bottom: 5.8%;
  max-width: calc(100% - 48px);
}

.link-simulation-b {
  position: absolute;
  top: 24.5%;
  left: 50%;
  transform: translateX(-50%);
}

.top-fv-image {
  object-fit: contain;
  object-position: top center;
}

@media screen and (min-width: 992px) {

  .main::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-image: url("../images/lp-top/bg_top_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
  }

  .top-menu-left {
    position: fixed;
    top: 15%;
    left: 6.5%;
  }

  .top-menu-right {
    position: fixed;
    top: 15%;
    right: 17.9%;
    z-index: 999;
  }

  .top-menu-logo {
    margin-bottom: 96px;
  }

  .main-logo-pc {
    aspect-ratio: 197 / 104;
    max-width: 197px;
    width: 100%;
  }

  .card-container:nth-of-type(2) .value-card-box .value-card-box-number-text::after {
    left: -59.5px;
  }

  .card-container:nth-of-type(3) .value-card-box .value-card-box-number-text::after {
    left: -60px;
  }

  .bg-box-hexa::after {
    background-size: cover;
    bottom: -102px;
  }

  .link-simulation .banner-button {
    max-width: calc(434px - 48px);
  }
}

@media screen and (min-width: 1200px) {
  .top-fv-image {
    object-fit: cover;
  }

  .fv-swiper .banner-box {
    bottom: 1.8%;
  }

  .fv.banner-button {
    bottom: 3.75%;
  }
}

@media screen and (min-width: 1600px) {
  .fv-swiper .banner-box {
    bottom: 10%;
  }

  .fv.banner-button {
    bottom: 11.5%;
  }

  .value-card-box,
  .card-container:nth-of-type(2) .value-card-box,
  .card-container:nth-of-type(3) .value-card-box,
  .card-container:nth-of-type(4) .value-card-box {
    top: 0.5svh;
  }
}

@media (hover: hover) {
}

/*------------------------------
Swiper 
------------------------------*/
.voice-swiper-position,
.staff-swiper-position {
  position: relative;
}

.voice-swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.2);
  /* width: calc(100% - (40px * 2)); */
}

.voice-swiper-scrollbar-drag {
  /* width: calc(100% / 4) !important; */
  height: 3px;
  background-color: #fff;
}

.staff-swiper-scrollbar {
  background-color: #e1ebf8;
  /* width: calc(100% - (40px * 2)); */
}

.staff-swiper-scrollbar-drag {
  /* width: calc(100% / 3) !important; */
  height: 3px;
  background-color: var(--bs-color-blue);
}

.voice-swiper .swiper-slide {
  height: 528px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 16px;
  padding: 32px;
}

.voice-swiper-position .voice-swiper-button-prev,
.voice-swiper-position .voice-swiper-button-next,
.staff-swiper-position .staff-swiper-button-prev,
.staff-swiper-position .staff-swiper-button-next {
  height: 42px;
  width: 42px;
  top: 92%;
  z-index: 100;
}

.voice-swiper-position .voice-swiper-button-prev {
  left: 40px;
}

.staff-swiper-position .staff-swiper-button-prev {
  left: 60px;
}

.voice-swiper-position .voice-swiper-button-next {
  right: calc(100% - 124px - 13px);
}

.staff-swiper-position .staff-swiper-button-next {
  right: calc(100% - 145px - 13px);
}

.voice-swiper-position .swiper-button-prev .swiper-navigation-icon,
.voice-swiper-position .swiper-button-next .swiper-navigation-icon,
.staff-swiper-position .swiper-button-prev .swiper-navigation-icon,
.staff-swiper-position .swiper-button-next .swiper-navigation-icon {
  display: none;
}

.voice-swiper-position .voice-swiper-button-prev::after,
.voice-swiper-position .voice-swiper-button-next::after,
.staff-swiper-position .staff-swiper-button-prev::after,
.staff-swiper-position .staff-swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  margin: auto;
}

.voice-swiper-position .voice-swiper-button-prev::after {
  background-image: url("../images/common/icon_slider_arrow_left_white.svg");
  background-repeat: no-repeat;
}

.voice-swiper-position .voice-swiper-button-next::after {
  background-image: url("../images/common/icon_slider_arrow_right_white.svg");
  background-repeat: no-repeat;
}

.voice-sns-swiper .swiper-slide {
  transition: 1s;
}

.voice-sns-swiper .swiper-slide.swiper-slide-active {
  transform: translateY(12px);
}

.staff-swiper-position .staff-swiper-button-prev::after {
  background-image: url("../images/common/icon_slider_arrow_left_blue.svg");
  background-repeat: no-repeat;
}

.staff-swiper-position .staff-swiper-button-next::after {
  background-image: url("../images/common/icon_slider_arrow_right_blue.svg");
  background-repeat: no-repeat;
}

.fv-swiper .swiper-slide {
  background-color: #fff;
  aspect-ratio: 390 / 840;
}

@media screen and (min-width: 1600px) {
  .fv-swiper .swiper-slide {
    background-color: #fff;
    height: 100svh;
    aspect-ratio: 390 / 800;
  }
}

@media screen and (max-width: 380px) {
  .fv-swiper .swiper-slide {
    background-color: #fff;
  }
}

/*------------------------------
contact-form 
------------------------------*/
.input-small-width {
  width: 50% !important;
}

.input-width-responsive {
  width: 100%;
}

.input-height {
  height: 37px;
  font-size: 18px;
}

.required::after {
  content: "必須";
  position: absolute;
  top: 0;
  align-self: center;
  background-color: #f15e41;
  border-radius: 9999px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  margin-left: 8px;
}

.any::after {
  content: "任意";
  position: absolute;
  top: 0;
  align-self: center;
  background-color: var(--bs-color-blue);
  border-radius: 9999px;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  margin-left: 8px;
}

.textarea-height {
  resize: none;
  height: 170px;
  font-size: 18px;
}

.submit-button {
  color: #fff;
  border: none;
  padding: 28px 66px;
  line-height: 1;
  transition: 0.3s;
  width: 265px;
}

.submit-button:hover {
  cursor: pointer;
  transition: 0.3s;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 27px;
  left: calc(50% - 16px);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.wpcf7-select {
  padding-left: 0.5em !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  margin-right: 50px !important;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  margin-right: 0 !important;
  cursor: auto;
}

.last .wpcf7-list-item-label {
  margin-right: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 30px !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  margin-right: 20px !important;
}

.wpcf7-spinner {
  display: none !important;
}

/*------------------------------
 追加
------------------------------*/
.link-simulation-c {
  width: max-content;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.campaign-note{
  line-height: 135%;
  letter-spacing: 0.05em;
}

.campaign-note ul li{
  list-style-type: disc;
  list-style-position: outside;
}