@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
.p-section-main {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section-main {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-main__inner {
    max-width: 67.4375rem;
  }
}

.p-section-main__read {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-section-main__read {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-section-message {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-message {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-message__inner {
    max-width: 67.4375rem;
  }
}

.p-section-message__body {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-section-message__body {
    width: 99.5140913508%;
    margin-inline: auto;
    margin-top: 3.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-section-message__content {
    width: 60.546875%;
  }
}

.p-section-message__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-section-message__text {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-section-message__image {
  width: 75%;
  margin-inline: auto;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-section-message__image {
    width: 31.73828125%;
    margin-inline: 0;
    margin-top: 0;
  }
}

.p-section-message__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-section-message__img-caption {
  margin-top: 0.875rem;
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section-message__img-caption {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-section-message__img-caption span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-section-message__img-caption span {
    font-size: 0.875rem;
  }
}

.p-section-overview {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-overview {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-overview__inner {
    max-width: 67.4375rem;
  }
}

.p-section-overview__list {
  margin-top: 2.8125rem;
  border-top: 1px solid #E7E7E7;
}
@media screen and (min-width: 768px) {
  .p-section-overview__list {
    margin-top: 5rem;
  }
}

.p-section-overview__item {
  padding: 0.9375rem 0 0.6875rem;
  border-bottom: 1px solid #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-section-overview__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-section-overview__head {
    width: 29.1545189504%;
    padding: 1.6875rem 0 1.6875rem 1.625rem;
  }
}

.p-section-overview__term {
  font-size: 1rem;
  color: #005563;
  line-height: 1.4375;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-section-overview__term {
    font-size: 1.125rem;
    line-height: 1.2777777778;
  }
}

@media screen and (min-width: 768px) {
  .p-section-overview__body {
    width: 68.0272108844%;
    padding: 1.375rem 0.1875rem 1.75rem;
  }
}

.p-section-overview__desc {
  font-size: 1rem;
  color: #636363;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-section-overview__desc {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-section-overview__desc a {
  display: inline-block;
  color: #005563;
}

.p-section-group {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-group {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-group__inner {
    max-width: 67.4375rem;
  }
}

.p-section-group__read {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section-group__read {
    margin-top: 3.625rem;
  }
}

.p-section-group__img {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-section-group__img {
    margin-top: 2.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-group__img.advantages {
    max-width: 53.125rem;
    margin-inline: auto;
  }
}

.p-section-group__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-section-feature {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-feature {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-feature__inner {
    max-width: 67.4375rem;
  }
}

.p-section-feature__list {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-section-feature__list {
    margin-top: 5rem;
    row-gap: 4.75rem;
  }
}

.p-section-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-feature__item {
    scroll-margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-feature__item.columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-section-feature__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-feature__item-head {
    width: 100%;
    row-gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-feature__item.columns .p-section-feature__item-head {
    width: 47.1331389699%;
  }
}

.p-section-feature__item-title {
  font-size: 1.125rem;
  color: #005563;
  line-height: 1.4444444444;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-section-feature__item-title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-section-feature__item-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-section-feature__item.columns .p-section-feature__item-img {
    width: 46.8415937804%;
  }
}

.p-section-feature__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-section-feature__item-img figcaption {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-section-feature__item-img figcaption {
    font-size: 0.875rem;
  }
}

.p-section-case {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-case {
    padding-top: 7rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-case__inner {
    max-width: 67.4375rem;
  }
}

.p-section-case__subtitle {
  margin-top: 2.0625rem;
  font-size: 1.125rem;
  color: #005563;
  line-height: 1.4444444444;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-section-case__subtitle {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-section-case__read {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section-case__read {
    margin-top: 3rem;
  }
}

.p-section-case__list {
  margin-top: 1.875rem;
  padding: 2rem 0.9375rem 2.5rem;
  background: #EFFAFA;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section-case__list {
    margin-top: 2.75rem;
    padding: 2.875rem 0 3.3125rem;
    row-gap: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section-case__item {
    width: 90.573372206%;
    margin-inline: auto;
  }
}

.p-section-case__item:nth-child(n+2) {
  padding-top: 1.6875rem;
  border-top: 1px solid #CACACA;
}
@media screen and (min-width: 768px) {
  .p-section-case__item:nth-child(n+2) {
    padding-top: 3.375rem;
  }
}

.p-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-case-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-case-card__top {
    width: 58.0472103004%;
  }
}

.p-case-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-case-card__number {
  display: inline-block;
  padding-bottom: 0.3125rem;
  font-size: 1.125rem;
  color: #005563;
  line-height: 1.2222222222;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #005563;
}
@media screen and (min-width: 768px) {
  .p-case-card__number {
    margin-top: 0.375rem;
    padding-bottom: 0.1875rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-case-card__title {
  font-size: 1.25rem;
  color: #005563;
  line-height: 1.45;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-case-card__title {
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}

.p-case-card__read {
  margin-top: 1.3125rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-case-card__read {
    margin-top: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-case-card__text {
  margin-top: 1.6875rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-case-card__text {
    margin-top: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-case-card__bottom {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-card__bottom {
    width: 34.8712446352%;
    margin-top: 0.5rem;
  }
}

.p-case-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow-container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow-container {
    margin-top: 2.75rem;
  }
}

.p-flow-container__top {
  padding: 0.75rem 0;
  background: #005563;
}
@media screen and (min-width: 768px) {
  .p-flow-container__top {
    padding: 1.375rem 0;
  }
}

.p-flow-container__title {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-flow-container__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-flow-container__bottom {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow-container__bottom {
    margin-top: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-flow-container__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow-container__contents {
    width: 63.4765625%;
    row-gap: 1rem;
  }
}

.p-flow-container__card {
  padding: 0.75rem 1rem 1rem;
  border: 1px solid #E7E7E7;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card {
    padding: 1.5rem 2.1875rem 2rem;
  }
}

.p-flow-container__card::before {
  content: "";
  width: 1.125rem;
  height: 1.25rem;
  background: transparent url(../../images/common/arrow_flow-bottom.svg) no-repeat center center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card::before {
    width: 1.625rem;
    height: 1.875rem;
  }
}

.p-flow-container__card-title {
  padding-left: 0.875rem;
  font-size: 1rem;
  color: #00A9AC;
  line-height: 1.6;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card-title {
    padding-left: 1.4375rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-flow-container__card-title::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #00A9AC;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card-title::before {
    width: 0.875rem;
    height: 0.875rem;
    top: 0.625rem;
  }
}

.p-flow-container__card-list {
  margin-top: 0.625rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card-list {
    margin-top: 0.75rem;
    margin-left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
    row-gap: 0.625rem;
  }
}

.p-flow-container__card-item {
  padding-left: 0.5rem;
  font-size: 0.875rem;
  color: #636363;
  line-height: 1.7777777778;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card-item {
    padding-left: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-flow-container__card-item::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #636363;
  border-radius: 50%;
  position: absolute;
  top: 0.6875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-flow-container__card-item::before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.875rem;
  }
}

.p-flow-container__images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow-container__images {
    width: 33.0078125%;
    row-gap: 0.9375rem;
  }
}

.p-flow-container__card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 338/226;
}
/*# sourceMappingURL=solar.css.map */
