@charset "UTF-8";
/* ===============================
  法人向けサービス/太陽光
=============================== */
/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
html,
body {
  letter-spacing: normal;
}

/*------------------------------
common
------------------------------*/
.c-solar-header {
  position: relative;
  height: min(190px, 13.1944444444vw);
  padding-top: min(34px, 2.3611111111vw);
}
@media (max-width: 768px) {
  .c-solar-header {
    height: 22.7272727273vw;
    padding-top: 4vw;
  }
}

.c-solar-header-1 {
  padding-left: 3%;
  padding-left: calc(min(3%, 44px) + max((100% - 1440px) / 2, 0px));
}

.c-solar-header-2 {
  padding-left: 54%;
}
@media (max-width: 768px) {
  .c-solar-header-2 {
    padding-left: 43%;
  }
}

@media (max-width: 768px) {
  .c-solar-header-3 {
    padding-top: 7vw;
  }
}

@media (max-width: 768px) {
  .c-solar-header-4 {
    padding-left: 9vw;
  }
}

@media (max-width: 768px) {
  .c-solar-header-5 {
    padding-left: 5vw;
  }
}

.c-solar-title {
  font-size: min(60px, 4.1666666667vw);
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-solar-title {
    font-size: 6.8181818182vw;
  }
}

@media (min-width: 769px) {
  .c-solar-title-2 {
    font-size: min(70px, 4.8611111111vw);
  }
}

@media (max-width: 768px) {
  .c-solar-title-3 {
    font-size: 5.6818181818vw;
  }
}

/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  background: url(../img/page/solar/fv.jpg) no-repeat center center/cover;
  padding: min(97px, 6.7361111111vw) 0 min(120px, 8.3333333333vw);
}
@media (min-width: 769px) {
  .fv::before {
    content: "";
    position: absolute;
    background: url(../img/page/solar/dec1.svg) no-repeat center center/100%;
    transform: translate(50%, -50%);
    aspect-ratio: 384/598;
    width: 27%;
    left: 50%;
    top: 50%;
    max-width: 388px;
    mix-blend-mode: hard-light;
  }
}
@media (max-width: 768px) {
  .fv {
    background: url(../img/page/solar/fv_sp.jpg) no-repeat center center/cover;
    padding: 12.6% 0 14%;
  }
  .fv::before {
    display: none;
  }
}

.fv__inner {
  width: min(1212px, 84.1666666667vw);
  max-width: unset;
}
@media (max-width: 768px) {
  .fv__inner {
    width: 100%;
    padding: 0;
  }
}

.fv__content {
  width: 60.6%;
  background: url(../img/page/solar/fv_bg.png) no-repeat center left/cover;
  padding: min(30px, 2.0833333333vw) min(20px, 1.3888888889vw);
}
@media (max-width: 768px) {
  .fv__content {
    background: url(../img/page/solar/fv_bg_sp.png) no-repeat center left/cover;
    width: 92.5%;
    padding: 5% 10%;
    padding-right: 0;
    position: relative;
  }
  .fv__content::before {
    content: "";
    position: absolute;
    background: url(../img/page/solar/dec1.svg) no-repeat center center/100%;
    mix-blend-mode: hard-light;
    aspect-ratio: 384/598;
    transform: translate(-50%, -50%);
    width: 51%;
    max-width: unset;
    left: 80%;
    top: 43%;
  }
}

.fv__en {
  font-size: min(60px, 4.1666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 768px) {
  .fv__en {
    font-size: 9.0909090909vw;
    line-height: 1.55;
    position: relative;
    z-index: 10;
  }
}

.fv__catch {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 0.8em;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 3.4090909091vw;
    margin-top: 1em;
    line-height: 3;
    position: relative;
    z-index: 10;
  }
}

/*------------------------------
about
------------------------------*/
.about {
  background: #F2F2F2;
}

.about__inner {
  width: min(1260px, 87.5vw);
}
@media (max-width: 768px) {
  .about__inner {
    width: 100%;
  }
}

.about__header {
  background: url(../img/page/solar/about_header.png) no-repeat center right/62.5%;
}
@media (max-width: 768px) {
  .about__header {
    background: url(../img/page/solar/about_header_sp.jpg) no-repeat center right/66%;
  }
}

.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: min(20px, 1.3888888889vw) 0 min(50px, 3.4722222222vw);
  padding-left: 2%;
}
@media (max-width: 768px) {
  .about__wrapper {
    flex-direction: column;
    margin-top: 6%;
    padding-left: 0;
    padding-bottom: 6%;
  }
}

.about__figure {
  width: 44.7%;
}
@media (max-width: 768px) {
  .about__figure {
    width: 100%;
  }
}

.about__text {
  width: 48%;
  font-size: min(18px, 1.25vw);
  font-weight: 400;
  line-height: 2.2222222222;
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .about__text {
    width: 100%;
    font-size: 3.8636363636vw;
    line-height: 1.6;
    margin-top: 0.5em;
    padding: 0 1em;
  }
}

/*------------------------------
points
------------------------------*/
.points__inner {
  width: min(1100px, 76.3888888889vw);
  max-width: unset;
}
@media (max-width: 768px) {
  .points__inner {
    width: 100%;
    padding: 0 0 0 4.5%;
  }
}

.points__header {
  background: url(../img/page/solar/point_header.jpg) no-repeat center left/62.5%;
}
@media (max-width: 768px) {
  .points__header {
    background: url(../img/page/solar/point_header_sp.jpg) no-repeat center left/66%;
  }
}

.points__list {
  width: 82%;
  margin: 0 auto;
  padding: min(90px, 6.25vw) 0 min(70px, 4.8611111111vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(50px, 3.4722222222vw) 0;
}
@media (max-width: 768px) {
  .points__list {
    margin: 0;
    margin-left: auto;
    flex-direction: column;
    width: 100%;
    gap: 13.6363636364vw 0;
    margin-top: 8%;
  }
}

.points__item {
  width: 46.6%;
  background: url(../img/page/solar/points_bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: min(35px, 2.4305555556vw);
  height: min(220px, 15.2777777778vw);
}
@media (max-width: 768px) {
  .points__item {
    width: 100%;
    height: auto;
    padding: 2% 4% 4.5% 8%;
  }
}

.points__number {
  position: absolute;
  font-size: min(46px, 3.1944444444vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  top: 0;
  left: -5%;
  transform: translateY(-65%);
}
@media (max-width: 768px) {
  .points__number {
    font-size: 6.3636363636vw;
    left: 1%;
    transform: translateY(-110%);
  }
}

.points__heading {
  font-size: min(20px, 1.3888888889vw);
  line-height: 2;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .points__heading {
    font-size: 4.5454545455vw;
  }
}

.points__description {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  line-height: 1.625;
  margin-top: 0.6em;
  color: #fff;
}
@media (max-width: 768px) {
  .points__description {
    font-size: 3.6363636364vw;
  }
}

/*------------------------------
cta
------------------------------*/
.cta {
  background: linear-gradient(90deg, #FFF3E4 2.32%, #FDE2D8 110.33%);
  padding: min(60px, 4.1666666667vw) 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 4.5454545455vw 0;
  }
}

.cta__button {
  text-align: center;
}
.cta__button a {
  display: inline-block;
  width: 21.7em;
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
  line-height: 3.15;
  color: #fff;
  text-align: center;
  border-radius: 3.4em;
  background: #FF6A00;
  padding: 0.45em 0;
}
@media (max-width: 768px) {
  .cta__button a {
    font-size: 4.5454545455vw;
    width: 15em;
    padding: 0;
  }
}

/*------------------------------
why
------------------------------*/
.why {
  background: #F2F2F2;
}

.why__header {
  background: url(../img/page/solar/why_header.jpg) no-repeat center right/62.5%;
}
@media (max-width: 768px) {
  .why__header {
    background: url(../img/page/solar/why_header_sp.jpg) no-repeat center right/62%;
  }
}

.why__inner {
  width: min(1300px, 90.2777777778vw);
  max-width: unset;
}
@media (max-width: 768px) {
  .why__inner {
    width: 100%;
  }
}

.why__items {
  padding: min(60px, 4.1666666667vw) 0;
}
@media (max-width: 768px) {
  .why__items {
    padding: 6.3636363636vw 0;
  }
}

.why__item {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .why__item:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: min(60px, 4.1666666667vw);
  }
}
@media (max-width: 768px) {
  .why__item {
    flex-direction: column;
  }
  .why__item:nth-child(n+2) {
    margin-top: 6%;
  }
}

@media (min-width: 769px) {
  .why__figure--1 {
    width: 47%;
    transform: translateX(5%);
    margin-top: 3.3%;
  }
}

@media (min-width: 769px) {
  .why__figure--2 {
    width: 45%;
  }
}

.why__body {
  width: 45.2%;
}
@media (max-width: 768px) {
  .why__body {
    width: 100%;
    margin-top: 11%;
  }
}

@media (min-width: 769px) {
  .why__body--2 {
    width: 50%;
    margin-left: 3%;
    margin-top: 1.3%;
  }
}

.why__heading {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .why__heading {
    font-size: 5vw;
    text-align: center;
  }
}

.why__description {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  line-height: 1.875;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .why__description {
    font-size: 3.6363636364vw;
    padding: 0 0.3em;
    line-height: 1.7;
  }
}

/*------------------------------
ems
------------------------------*/
.ems__header {
  background: url(../img/page/solar/ems_header.jpg) no-repeat center left/62.5%;
}
@media (max-width: 768px) {
  .ems__header {
    background: url(../img/page/solar/ems_header_sp.jpg) no-repeat center left/66%;
  }
}

.ems__inner {
  width: min(1136px, 78.8888888889vw);
  max-width: unset;
}
@media (max-width: 768px) {
  .ems__inner {
    width: 100%;
  }
}

.ems__wrapper {
  display: flex;
  justify-content: space-between;
  padding: min(90px, 6.25vw) 0 min(45px, 3.125vw);
}
@media (max-width: 768px) {
  .ems__wrapper {
    flex-direction: column;
  }
}

.ems__figure {
  width: 36%;
}
@media (max-width: 768px) {
  .ems__figure {
    width: 52%;
    display: block;
    margin: 0 auto;
  }
}

.ems__body {
  width: 55.2%;
}
@media (max-width: 768px) {
  .ems__body {
    width: 100%;
  }
}

.ems__heading {
  font-size: min(26px, 1.8055555556vw);
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ems__heading {
    font-size: 5.6818181818vw;
    text-align: center;
    margin-top: 1em;
  }
}

.ems__description {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 400;
  line-height: 1.875;
  margin-top: 2.8em;
}
@media (max-width: 768px) {
  .ems__description {
    font-size: 3.6363636364vw;
    margin-top: 1em;
    padding: 0 0.3em;
    line-height: 1.6;
  }
}

.ems__points {
  margin-top: 5%;
}
@media (max-width: 768px) {
  .ems__points {
    margin-top: 9%;
    padding: 0 3%;
  }
}

.ems__point:nth-child(n+2) {
  margin-top: 4%;
}
@media (max-width: 768px) {
  .ems__point {
    display: flex;
    align-items: flex-start;
  }
}

.ems__point-label {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ems__point-label {
    font-size: 5.2272727273vw;
    width: 32%;
  }
}

.ems__point-text {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 3em;
}
@media (max-width: 768px) {
  .ems__point-text {
    font-size: 3.8636363636vw;
    width: 68%;
    line-height: 1.5;
    padding-left: 1em;
  }
}

.ems-function {
  background: #F9F9F9;
  padding: min(40px, 2.7777777778vw) 0;
}
@media (max-width: 768px) {
  .ems-function {
    padding: 12.5vw 0 6.8181818182vw;
  }
}

.ems-function__inner {
  width: min(1230px, 85.4166666667vw);
  max-width: unset;
}
@media (max-width: 768px) {
  .ems-function__inner {
    width: 100%;
  }
}

.ems-function__title {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .ems-function__title {
    font-size: 5vw;
    text-align: center;
  }
}

.ems-function__items {
  margin-top: min(45px, 3.125vw);
}

.ems-function__item {
  display: flex;
  justify-content: space-between;
}
.ems-function__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.ems-function__item:nth-child(n+2) {
  margin-top: min(55px, 3.8194444444vw);
}
@media (max-width: 768px) {
  .ems-function__item {
    flex-direction: column-reverse;
  }
  .ems-function__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .ems-function__item:nth-child(n+2) {
    margin-top: 15.9090909091vw;
  }
}

.ems-function__body {
  width: 45%;
}
@media (max-width: 768px) {
  .ems-function__body {
    width: 100%;
    margin-top: 6%;
  }
}

.ems-function__heading {
  font-size: min(28px, 1.9444444444vw);
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 769px) {
  .ems-function__heading {
    white-space: nowrap;
  }
  .ems-function__heading span {
    font-size: min(16px, 1.1111111111vw);
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .ems-function__heading {
    font-size: 5vw;
    text-align: center;
  }
}

.ems-function__description {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .ems-function__description {
    font-size: 3.6363636364vw;
    line-height: 1.6;
    margin-top: 1.2em;
    padding: 0 0.3em;
  }
}

.ems-function__figure {
  width: 46%;
}
@media (max-width: 768px) {
  .ems-function__figure {
    width: 100%;
    margin-top: 3%;
  }
}

@media (min-width: 769px) {
  .ems-function__figure--2 {
    margin-top: 3%;
    margin-left: 1%;
  }
}
.ems-function__note {
  font-size: min(16px, 1.1111111111vw);
  margin-top: 1em;
}
@media (max-width: 768px) {
  .ems-function__note {
    font-size: 2.7272727273vw;
    margin-top: 0.1em;
    padding: 0 0.5em;
    line-height: 1.3;
  }
}

/*------------------------------
use-scene
------------------------------*/
.use-scene__header {
  background: url(../img/page/solar/use-scene_header.jpg) no-repeat center right/62.5%;
}
@media (max-width: 768px) {
  .use-scene__header {
    background: url(../img/page/solar/use-scene_header_sp.jpg) no-repeat center right/66%;
  }
}

.use-scene__content {
  padding: min(80px, 5.5555555556vw) 0 min(70px, 4.8611111111vw);
}

.use-scene__inner {
  width: min(1240px, 86.1111111111vw);
  max-width: 100%;
}
@media (max-width: 768px) {
  .use-scene__inner {
    width: 100%;
  }
}

.use-scene__list {
  display: flex;
  gap: 0 4%;
}
@media (max-width: 768px) {
  .use-scene__list {
    flex-direction: column;
    gap: 6vw 0;
  }
}

.use-scene__item {
  width: 30.6333333333%;
}
@media (max-width: 768px) {
  .use-scene__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .use-scene__image {
    width: 63%;
  }
}

.use-scene__label {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .use-scene__label {
    font-size: 4.0909090909vw;
    width: 35%;
    font-feature-settings: "palt";
    margin-top: 0;
  }
  .use-scene__label span {
    font-size: 3.6363636364vw;
  }
}

/*------------------------------
plan
------------------------------*/
.plan {
  background: #F2F2F2;
  margin-top: min(180px, 12.5vw);
  padding: min(70px, 4.8611111111vw) 0;
}
@media (max-width: 768px) {
  .plan {
    padding: 7% 0 10%;
  }
}

@media (min-width: 769px) {
  .plan.plan--homes .plan__items {
    align-items: center;
  }
  .plan.plan--homes .plan__items .plan__item {
    width: 47%;
  }
  .plan.plan--homes .plan__items .plan__item:nth-child(1) {
    padding-left: 3%;
    width: 45%;
  }
  .plan.plan--homes .plan__items .plan__list {
    margin-top: 0;
  }
  .plan.plan--homes .plan__button {
    margin-top: min(30px, 2.0833333333vw);
  }
  .plan.plan--homes .plan__button a {
    width: 50%;
    transform: unset;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .plan.plan--homes .plan__lead {
    width: calc(100% + 1em);
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .plan.plan--homes .plan__item {
    padding: 0 10%;
  }
  .plan.plan--homes .plan__item:nth-child(n+2) {
    margin-top: 7%;
  }
  .plan.plan--homes .plan__button {
    margin-top: 7%;
  }
  .plan.plan--homes .plan__button a {
    width: 80%;
    transform: unset;
    display: block;
    margin: 0 auto;
  }
}

.plan__inner {
  width: 1080px;
}

.plan__lead {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 500;
  line-height: 1.0333333333;
  text-align: center;
}
@media (max-width: 768px) {
  .plan__lead {
    font-size: 4.5454545455vw;
    line-height: 1.6;
  }
}

.plan__content {
  margin-top: min(60px, 4.1666666667vw);
  background: #fff;
  padding: min(50px, 3.4722222222vw) min(120px, 8.3333333333vw);
}
@media (max-width: 768px) {
  .plan__content {
    margin-top: 7%;
    padding: 9% 0%;
  }
}

.plan__title {
  font-size: min(30px, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.0333333333;
  text-align: center;
  color: #FF6900;
}
@media (max-width: 768px) {
  .plan__title {
    font-size: 4.0909090909vw;
  }
}

.plan__items {
  display: flex;
  justify-content: space-between;
  margin-top: min(24px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .plan__items {
    flex-direction: column;
    margin-top: 2%;
  }
}

.plan__item {
  width: 41%;
}
@media (max-width: 768px) {
  .plan__item {
    width: 100%;
    margin-top: 7%;
    padding: 0 12%;
  }
  .plan__item:nth-child(n+2) {
    margin-top: 13%;
  }
}

.plan__label {
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .plan__label {
    font-size: 4.5454545455vw;
  }
}

@media (min-width: 769px) {
  .plan__label--2 {
    padding-right: 1em;
  }
}

.plan__list {
  margin-top: 4%;
}
.plan__list li {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 2.2em;
}
.plan__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/page/solar/plan_icon.png) no-repeat center center/contain;
  width: 1.5em;
  aspect-ratio: 180/180;
}
.plan__list li strong {
  font-size: min(32px, 2.2222222222vw);
  font-weight: 700;
}
@media (max-width: 768px) {
  .plan__list {
    padding-left: 8%;
  }
  .plan__list li {
    font-size: 3.6363636364vw;
  }
  .plan__list li::before {
    width: 1.2em;
    transform: translateY(-20%);
    left: 0.3em;
  }
  .plan__list li strong {
    font-size: 5.6818181818vw;
  }
}

.plan__button {
  margin-top: min(50px, 3.4722222222vw);
}
.plan__button a {
  display: inline-block;
  width: 110%;
  transform: translateX(-4.5454545455%);
  font-size: min(20px, 1.3888888889vw);
  font-weight: 500;
  line-height: 3.15;
  color: #fff;
  text-align: center;
  background: #FF6A00;
  border-radius: 3.4em;
  padding: 0.25em 0;
}
@media (max-width: 768px) {
  .plan__button {
    margin-top: 10%;
  }
  .plan__button a {
    width: 100%;
    transform: unset;
    font-size: 3.6363636364vw;
  }
}
/*# sourceMappingURL=solar.css.map */