@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
  max-width: 480px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased; }

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

a {
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  width: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 60px; }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 100%; }
  .header__left {
    display: flex;
    align-items: center;
    gap: 8px; }
  .header__logo {
    height: 32px;
    width: auto; }
  .header__logo-text {
    width: 90px;
    height: auto; }
  .header__right {
    flex-shrink: 0; }
  .header__cta-btn {
    display: none; }
  .header__tel {
    display: block; }
  .header__tel-img {
    height: 44px;
    width: auto; }

.mv {
  margin-top: 0; }
  .mv__inner {
    width: 100%; }
  .mv__img {
    width: 100%; }

.features__inner {
  text-align: center; }
.features__img {
  width: 100%;
  margin: 0 auto; }

.secret__inner {
  text-align: center; }
.secret__img {
  width: 100%; }

.products__inner {
  position: relative;
  text-align: center; }
.products__img {
  width: 100%; }
.products__buttons {
  position: absolute;
  bottom: 20px;
  left: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
.products__btn {
  display: block; }
  .products__btn img {
    width: 100%; }

.simulator {
  background: #fff;
  padding: 40px 16px 0; }
  .simulator__inner {
    text-align: center; }
  .simulator__title-img {
    max-width: 280px;
    margin: 0 auto 12px; }
  .simulator__desc-img {
    max-width: 320px;
    margin: 0 auto 24px; }
  .simulator__card {
    background: #0A3A82;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 9px 16px; }
  .simulator__card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    background: #0A3A82; }
  .simulator__card-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0A3A82;
    font-size: 16.66px;
    font-weight: 800;
    border-radius: 50%;
    flex-shrink: 0; }
  .simulator__card-title {
    font-size: 16.66px;
    font-weight: 800;
    color: #fff; }
  .simulator__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .simulator__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 5px;
    padding: 23px 14px;
    background: #fff;
    border-radius: 16px; }
  .simulator__grid-item {
    text-align: center;
    cursor: pointer; }
  .simulator__grid-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    height: calc(11px * 1.3 * 2);
    margin-bottom: 4px;
    text-align: center; }
  .simulator__grid-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border: 3px solid #E7E7E7;
    border-radius: 8px;
    padding: 4px;
    transition: border-color 0.2s; }
  .simulator__grid-item:hover img {
    border-color: #4a90d9; }
  .simulator__radio:checked + .simulator__grid-item img {
    border-color: #477BC5;
    border-width: 3px; }
  .simulator__system-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 17px 14px;
    background: #fff;
    border-radius: 16px; }
  .simulator__system-item {
    display: block;
    border: 3px solid #E7E7E7;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    transition: border-color 0.2s;
    background: #fff; }
  .simulator__radio:checked + .simulator__system-item {
    background: #0A3A82;
    border-color: #0A3A82; }
    .simulator__radio:checked + .simulator__system-item .simulator__system-label {
      color: #fff; }
  .simulator__system-label {
    display: block;
    font-size: 11.45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    text-align: left; }
  .simulator__system-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px; }
    .simulator__system-images img {
      height: 40px;
      width: auto;
      object-fit: contain; }
  .simulator__power-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 10px;
    padding: 23px 14px;
    background: #fff;
    border-radius: 16px; }
  .simulator__power-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center; }
  .simulator__power-type {
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    margin-bottom: 5px; }
  .simulator__power-icon {
    width: 36px;
    height: auto;
    margin-bottom: 2px; }
    .simulator__power-icon--on {
      display: none; }
    .simulator__power-icon--off {
      display: block; }
    .simulator__power-icon--disabled {
      display: none; }
  .simulator__power-item.is-disabled .simulator__power-icon--off {
    display: none; }
  .simulator__power-item.is-disabled .simulator__power-icon--disabled {
    display: block; }
  .simulator__power-item.is-disabled .simulator__power-type,
  .simulator__power-item.is-disabled .simulator__power-num,
  .simulator__power-item.is-disabled .simulator__power-area {
    color: #F0F0F0; }
  .simulator__radio:checked + .simulator__power-item .simulator__power-icon--on {
    display: block; }
  .simulator__radio:checked + .simulator__power-item .simulator__power-icon--off {
    display: none; }
  .simulator__radio:checked + .simulator__power-item .simulator__power-type,
  .simulator__radio:checked + .simulator__power-item .simulator__power-num,
  .simulator__radio:checked + .simulator__power-item .simulator__power-area {
    color: #0A3A82; }
  .simulator__power-num {
    font-size: 13px;
    font-weight: 700;
    color: #A5A5A5;
    line-height: 1.2; }
  .simulator__power-area {
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    line-height: 1.2; }
  .simulator__btn {
    width: 100%;
    padding: 16px;
    background: #E3E624;
    color: #040404;
    font-size: 15.66px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    max-width: 310px;
    padding: 0;
    height: 39px;
    cursor: pointer;
    font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    margin: 15px auto 0; }
  .simulator__result-selected {
    background: #0A3A82;
    border: 3px solid #0A3A82;
    border-radius: 12px;
    padding: 16px 9px;
    text-align: left;
    margin-top: 40px; }
  .simulator__result-selected-title {
    display: block;
    font-size: 15.66px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 8px; }
  .simulator__result-selected-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 22px;
    margin: 8px 0 0;
    background: #fff;
    border-radius: 16px; }
    .simulator__result-selected-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 6px 0;
      font-size: 14px;
      color: #040404;
      font-weight: 800; }
  .simulator__result-selected-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    min-width: 33px;
    background: #0A3A82;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800; }
  .simulator__result-arrow {
    text-align: center;
    margin: 12px 0; }
    .simulator__result-arrow img {
      width: 36px;
      height: auto;
      margin: auto;
      display: block; }
  .simulator__result-price-box {
    background: #fff;
    border: 14px solid #EF5E5E;
    border-radius: 13px;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000021; }
  .simulator__result-price-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    color: #0A3A82;
    font-size: 10.85px;
    font-weight: 800;
    height: 22px;
    width: 240px;
    border-radius: 20px;
    margin-bottom: 12px; }
  .simulator__result-price {
    font-size: 1.4rem;
    color: #333;
    font-weight: 700;
    line-height: 1.2; }
    .simulator__result-price span:not(.simulator__result-price-suffix) {
      font-size: 45.36px;
      font-weight: 800;
      color: #040404;
      background: linear-gradient(transparent 60%, #e8f500 60%);
      padding: 0 4px;
      margin-top: 12px; }
  .simulator__result-price-suffix {
    font-size: 18.32px;
    font-weight: 800;
    color: #040404;
    background: none; }
  .simulator__result-price .simulator_result-price-en {
    font-size: 36.68px !important; }
  .simulator__result-note {
    font-size: 11px;
    font-weight: bold;
    color: #8B8B8B;
    margin-top: 12px;
    line-height: 1.6; }

.subsidy {
  padding: 0; }
  .subsidy__inner {
    text-align: center; }
  .subsidy__heading {
    padding: 23px 16px;
    text-align: center; }
  .subsidy__heading-title {
    height: 20px;
    width: auto;
    margin: 0 auto 23px; }
  .subsidy__heading-desc {
    max-width: 340px;
    margin: 0 auto; }
  .subsidy__hero-img {
    width: 100%; }
  .subsidy__worries {
    padding: 0; }
  .subsidy__worries-img {
    width: 100%; }
  .subsidy__arrow {
    padding: 0; }
    .subsidy__arrow-img {
      width: 74px;
      margin: 0 auto; }
  .subsidy__assurance {
    padding: 0; }
  .subsidy__assurance-img {
    width: 100%; }
  .subsidy__cta-btn {
    display: block;
    padding: 20px 25px; }
    .subsidy__cta-btn img {
      width: 100%;
      border-radius: 30px; }
  .subsidy__examples {
    padding: 0;
    background: #fff; }
  .subsidy__examples-heading {
    width: 100%;
    margin-bottom: 24px; }
  .subsidy__cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 16px; }
    .subsidy__cards::-webkit-scrollbar {
      display: none; }
  .subsidy__card {
    flex: 0 0 325px; }
  .subsidy__cards-pc {
    display: none; }

.saving__inner {
  text-align: center; }
.saving__img {
  width: 100%;
  margin: 0 auto; }

.cases__inner {
  overflow: hidden;
  padding: 15px; }
.cases__slider .swiper-slide img {
  width: 100%; }
.cases__pc-grid {
  display: none; }

.cta-area {
  padding: 37px 18px;
  background: #fff; }
  .cta-area__inner {
    display: flex;
    flex-direction: column;
    gap: 19px; }
  .cta-area__btn {
    display: block; }
    .cta-area__btn img {
      width: 100%;
      border-radius: 30px; }

.flow {
  background: #f5f5f5;
  padding: 0; }
  .flow__inner {
    text-align: center; }
  .flow__img {
    width: 100%; }

.payment {
  padding: 0; }
  .payment__inner {
    text-align: center; }
  .payment__img {
    width: 100%; }

.lease {
  padding: 0; }
  .lease__inner {
    text-align: center; }
  .lease__img {
    width: 100%; }

.company {
  background: #fff;
  padding: 40px 16px; }
  .company__inner {
    text-align: center; }
  .company__logo {
    margin-bottom: 42px; }
    .company__logo img {
      width: 166px;
      margin: 0 auto; }
  .company__link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0A3A82;
    text-decoration: underline;
    margin-bottom: 38px; }
  .company__address {
    font-size: 12px;
    color: #535353; }

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  display: flex;
  gap: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1); }
  .fixed-cta__btn {
    flex: 1;
    display: block; }
    .fixed-cta__btn img {
      width: 100%;
      height: 44px;
      object-fit: contain; }
    .fixed-cta__btn--line {
      margin-right: 4px; }
    .fixed-cta__btn--mail {
      margin-left: 4px; }

body {
  padding-bottom: 70px; }

@media (min-width: 1024px) {
  body {
    max-width: 1200px; }

  .header {
    max-width: 1200px; }

  .fixed-cta {
    display: none; }

  .mv {
    position: relative; }
    .mv::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: #0c3a82;
      z-index: -1; }

  .features {
    position: relative; }
    .features::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: #0c3a82;
      z-index: -1; }

  .products {
    position: relative; }
    .products::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: #ecf4ff;
      z-index: -1; }

  .features__img--secret {
    display: none; }

  .products__buttons {
    display: none; }

  .simulator {
    padding: 86px 0 250px; }

  .simulator__title-img {
    max-width: 403px;
    margin-bottom: 20px; }

  .simulator__desc-img {
    max-width: 450px; }

  .simulator__grid-label {
    margin-bottom: 8px; }

  .simulator__system-label {
    margin-bottom: 11px; }

  .simulator__system-images {
    gap: 12px; }
    .simulator__system-images img {
      height: 37px; }

  .simulator__system-list {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    justify-content: center;
    gap: 12px;
    padding: 38px 0 35px; }

  .simulator__system-item {
    padding: 12px 10px; }
    .simulator__system-item[for="sys-4"] {
      width: 300px; }

  .simulator__grid {
    grid-template-columns: repeat(5, 105px);
    justify-content: center;
    gap: 36px 55px;
    padding: 33px 0; }

  .simulator__power-type {
    font-size: 16px; }

  .simulator__power-num {
    font-size: 16px; }

  .simulator__power-area {
    font-size: 16px; }

  .simulator__power-grid {
    grid-template-columns: repeat(6, 68px);
    justify-content: center;
    gap: 52px 35px;
    padding: 38px 52px; }

  .simulator__card {
    width: 983px;
    margin: 0 auto 36px;
    padding: 0 24px 24px; }
    .simulator__card:first-of-type {
      margin-top: 64px; }

  .simulator__result {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 68px 40px; }

  .simulator__result-note {
    width: 100%;
    margin-top: 0;
    font-size: 17.62px; }
    .simulator__result-note br {
      display: none; }

  .simulator__result-price .simulator_result-price-en {
    font-size: 57.12px !important; }

  .simulator__result-price-suffix {
    font-size: 28.52px; }

  .simulator__result-price span:not(.simulator__result-price-suffix) {
    font-size: 79.96px;
    letter-spacing: -1px; }

  .simulator__result-price-label {
    font-size: 16.9px;
    height: 35px;
    width: 370px;
    margin-bottom: 18.2px; }

  .simulator__result-price-box {
    flex: 1;
    max-width: 573px;
    min-width: 500px;
    border-width: 22px;
    height: 248px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 238px; }

  .simulator__result-arrow {
    margin: 238px 0 0; }
    .simulator__result-arrow img {
      transform: rotate(270deg); }

  .simulator__result-selected {
    margin-top: 238px;
    flex: 1;
    min-width: 350px;
    max-width: 412px;
    height: 248px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .simulator__result-selected .simulator__result-selected-title {
      margin: 0 0 11px; }
    .simulator__result-selected .simulator__result-selected-list {
      margin: 0;
      padding: 24px 0 24px 22px;
      width: 100%;
      gap: 10px; }
      .simulator__result-selected .simulator__result-selected-list li {
        font-size: 15.78px;
        padding: 0; }
    .simulator__result-selected .simulator__result-selected-num {
      font-size: 15.78px; }
    .simulator__result-selected .simulator__result-price-box {
      width: 100%; }

  .simulator__btn {
    margin-top: 44px;
    width: 508px;
    height: 63px;
    font-size: 25.7px;
    max-width: unset; }

  .simulator + .cta-area {
    display: none; }

  .cta-area {
    padding: 110px 0;
    width: 751px;
    margin: auto; }

  .cases__inner {
    padding: 100px 0 0; }

  .cases__slider {
    display: none; }

  .cases + .cta-area .cta-area__inner {
    flex-direction: row;
    justify-content: center;
    gap: 43px; }
  .cases + .cta-area .cta-area__btn {
    width: 354px;
    flex-shrink: 0; }

  .cases__pc-grid {
    display: flex;
    justify-content: center;
    gap: 55px;
    padding: 0;
    width: 100%;
    max-width: 1187px; }

  .cases__pc-item {
    max-width: 359px;
    flex: 1;
    flex-shrink: 0; }
    .cases__pc-item img {
      width: 100%; }

  .subsidy {
    margin-top: 40px; }

  .subsidy__hero {
    margin-top: 90px; }

  .subsidy__worries {
    position: relative; }
    .subsidy__worries::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 359px;
      background: #b5b5b5;
      z-index: -1; }

  .subsidy__worries-img {
    margin-top: 113px; }

  .subsidy__heading {
    padding: 0; }

  .subsidy__heading-title {
    height: auto;
    width: 282px;
    margin-bottom: 35px; }

  .subsidy__heading-desc {
    max-width: 550px; }

  .subsidy__arrow {
    display: none; }

  .subsidy__cta-btn {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 50px 0 20px; }
    .subsidy__cta-btn img {
      max-width: 488px; }

  .subsidy__examples-heading {
    max-width: 1223px; }

  .subsidy__cards {
    display: none; }

  .flow {
    position: relative;
    background: transparent;
    padding-top: 116px; }
    .flow::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: #d0e4f7;
      z-index: -1; }

  .payment {
    position: relative;
    background: transparent;
    padding-bottom: 74px; }
    .payment::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      height: 100%;
      background: #d0e4f7;
      z-index: -1; }

  .flow__img {
    max-width: 610px;
    margin: 0 auto; }

  .payment__img {
    max-width: 610px;
    margin: 0 auto; }

  .lease__img {
    max-width: 609px;
    margin: 0 auto; }

  .subsidy__cards-pc {
    display: block;
    text-align: center;
    padding: 0 16px 16px; }
    .subsidy__cards-pc img {
      max-width: 1150px;
      width: 100%; }

  .saving {
    background: #fff; }
    .saving__img {
      max-width: 610px; }

  .company__logo {
    width: 100%;
    margin-bottom: 60px; }

  .company__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 44px; }

  .company__link {
    margin-bottom: 0; } }
@media (min-width: 1024px) {
  .header {
    max-width: none;
    width: 100%;
    height: 86px; }
    .header__inner {
      max-width: 1200px;
      margin: 0 auto; }
    .header__logo {
      height: 54px; }
    .header__logo-text {
      width: 356px; }
    .header__left picture {
      margin-left: auto;
      margin-right: auto; }
    .header__right {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-left: 20px; }
    .header__cta-btn {
      display: block; }
    .header__right img {
      height: 44px;
      width: auto; } }

/*# sourceMappingURL=style.css.map */
