@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*-----------------------
共通
-------------------------*/
/* PC */
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 960px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    padding-bottom: 0;
  }
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

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

a:hover {
  opacity: 0.7;
}

.d_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  position: static;
  height: auto;
  padding: 0;
  font-size: unset;
}

h2 span {
  font-size: unset;
  line-height: 1.5;
}

.solar_menu {
  background: #005FA8;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.solar_menu ul {
  gap: 4.5em;
}

.solar_menu li {
  padding: 1em;
}

.solar_menu a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.solar_menu a::before {
  content: "";
  display: inline-block;
  background: #a8d9ff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.solar_content {
  font-size: 16px;
  line-height: 2;
}

.solar_content h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.solar_content p {
  font-size: 16px;
}

.solar_content img {
  max-width: 100%;
  height: auto;
}

.solar_content div,
.solar_content ul,
.solar_content li,
.solar_content a {
  box-sizing: border-box;
}

.en,
.en_title {
  font-family: "Jost", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

.en {
  color: #84a6a6;
  font-size: 12px;
}

p.en_title {
  color: #c1cece;
  font-size: 18px;
}

.anc_nav {
  display: flex;
  justify-content: center;
  padding: 2em 1em 1em;
  max-width: 780px;
  margin: 0 auto;
  gap: 0 1em;
}

.anc_nav li {
  width: calc(100% / 4);
  text-align: center;
  line-height: 1.6;
}

.anc_nav a {
  display: block;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

.anc_nav a::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow-down.svg) no-repeat center/contain;
  width: 8px;
  height: 12px;
  margin-right: 8px;
}

.anc_nav a span {
  font-size: 12px;
}

.btn_link {
  display: block;
  width: 240px;
  background: #fff url(../img/icon_arrow-blue.svg) no-repeat;
  background-position: center right 1em;
  background-size: 6px;
  width: 240px;
  border-radius: 3px;
  border: 1px solid #005FA8;
  box-shadow: 3px 5px 10px rgba(110, 110, 110, 0.18);
  color: #005FA8;
  font-size: 16px;
  font-weight: bold;
  padding: 0.8em 0.5em;
  text-align: center;
  margin-top: 1.5em;
}

.btn_cta {
  display: block;
  width: 69%;
  border-radius: 6px;
  background: #ef6d01;
  border: 3px solid #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
  padding: 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 0.5em auto 0;
}

.btn_cta img {
  vertical-align: middle;
  margin-right: 10px;
}

/*お問い合わせ*/
.solar_contact {
  padding: 3em 0 2.5em;
  background: url(../img/bg_contact.jpg) no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
}

.solar_contact h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.solar_contact .desc {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 2em;
  padding: 0 1em;
}

.solar_contact .content {
  max-width: 900px;
  background: #fff;
  margin: 2em auto 0;
  padding: 1.5em 0;
}

.solar_contact .content h3 {
  font-size: 20px !important;
  font-weight: bold;
  color: #000 !important;
  margin-bottom: 0 !important;
  background: none !important;
}

.solar_contact .content p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 1em;
  text-align: center;
}

.solar_contact .content > div {
  text-align: center;
}

.solar_contact .content .web {
  flex-basis: 52%;
}

.solar_contact .content .tel {
  flex-basis: 48%;
  border-left: 1px solid #e2e2e2;
}

.solar_contact .content .tel a {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

.solar_contact .content .tel a:first-of-type {
  margin-top: 0.2em;
}

.solar_contact .content .tel a:nth-of-type(2) {
  margin-top: 5px;
}

.solar_contact .content .tel span {
  font-family: "Oswald", sans-serif;
  margin-left: 10px;
}

.solar_contact .content .tel img {
  vertical-align: middle;
}

/*-----------------------
太陽光発電トップ
-------------------------*/
.t_intro {
  padding: 4em 0 4.5em;
}

.t_intro_bg {
  background: url(../img/bg_t_intro.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.t_intro h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.t_intro h2 span {
  color: #299a87;
}

.t_intro p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 2.5em;
  line-height: 2.1;
}

.t_intro .image {
  margin-right: -10%;
  margin-left: 1em;
  margin-top: 1.5em;
}

.t_problems {
  position: relative;
  background: linear-gradient(-135deg, #449deb 0%, #3d9cc3 60%, #56b9b8 100%);
  padding: 3em 0 5.5em;
  overflow: hidden;
}

.t_problems::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-left: solid 50vw transparent;
  border-bottom: solid 78px #fff;
  border-right: solid 10vw transparent;
  margin: 0 calc(50% - 0vw) 0;
}

.t_problems::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-right: solid 50vw transparent;
  border-bottom: solid 78px #fff;
  border-left: solid 0vw transparent;
  margin: 0 calc(-50% - 50vw) 0;
}

.t_problems h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
}

.t_problems h2::before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(../img/icon_attention.svg) no-repeat;
  width: 42px;
  height: 38px;
  margin-right: 0.5em;
  left: 0;
  top: 0.5em;
}

.t_problems ul {
  width: 810px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.5em;
  margin: 2em auto 0;
  gap: 20px;
}

.t_problems ul li {
  width: 243px;
  border: 1px solid #fff;
  padding: 1.5em 0.5em;
  text-align: center;
  line-height: 1.62;
  font-weight: 500;
  color: #fff;
}

.t_bcp {
  position: relative;
  padding: 62px 0 40px;
}

.t_bcp h2 {
  text-align: center;
}

.t_bcp h2 span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 0.5em;
}

.t_bcp h2 span::before {
  content: "";
  background: url(../img/brackets-l.svg) no-repeat;
  position: absolute;
  top: -0.5em;
  left: -1.5em;
  width: 28px;
  height: 28px;
}

.t_bcp h2 span::after {
  content: "";
  background: url(../img/brackets-r.svg) no-repeat;
  position: absolute;
  bottom: -0.5em;
  right: -1.5em;
  width: 28px;
  height: 28px;
}

.t_bcp .inner > div {
  margin-top: 1.5em;
}

.t_bcp .inner > p {
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}

.t_bcp .inner > p span {
  color: #238271;
}

.t_bcp .whats {
  max-width: 875px;
  margin: 1.5em auto 0;
}

.t_bcp .whats h3 {
  flex-basis: 20%;
  background: #005FA8;
  padding: 1.5em 1em;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.t_bcp .whats h3 span {
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 0.05em;
}

.t_bcp .whats p {
  flex-basis: 80%;
  border: 5px solid rgba(45, 123, 183, 0.31);
  border-left: none;
  font-size: 0.87em;
  line-height: 1.7;
  padding: 1em 2em;
}

.t_service {
  position: relative;
  background: linear-gradient(0deg, rgba(67, 156, 237, 0.11) 0%, rgba(68, 157, 235, 0.11) 0%, rgba(86, 185, 184, 0.11) 83.74%, rgba(104, 213, 192, 0.11) 100%);
  padding: 138px 0.5em;
}

.t_service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: solid 0 transparent;
  border-left: solid 50vw transparent;
  border-top: solid 90px #fff;
  border-right: solid 50vw transparent;
  margin: 0 calc(50% - 50vw) 0;
}

.t_service h2 {
  font-weight: bold;
  line-height: 1.7;
  margin-top: 0.3em;
  text-align: center;
}

.t_service h2 span {
  color: #299a87;
}

.t_service .desc {
  text-align: center;
  margin-top: 1em;
}

.t_service ul h3 {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}

.t_service ul h3 span {
  display: inline-block;
  font-size: 1.88em;
  letter-spacing: normal;
  line-height: 1.1;
  padding-right: 0.3em;
  margin-right: 0.3em;
  border-right: 1px solid #c0cece;
}

.t_service ul li {
  justify-content: space-between;
  margin-top: 5.5em;
}

.t_service ul .text {
  flex-basis: 50%;
  padding: 0 1em;
}

.t_service ul p {
  padding: 0 1em;
  margin-top: 1.5em;
}

.t_case {
  background: #f2f2f2;
  padding-bottom: 4em;
}

.t_case .title {
  background: url(../img/bg_t_case-title.jpg) no-repeat;
  background-size: cover;
  padding: 2.6em 0;
  width: 100%;
  max-height: 180px;
}

.t_case .title h2 {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

.t_case .desc {
  margin-top: 3em;
  text-align: center;
}

.t_case ul {
  margin-top: 1em;
}

.t_case ul li {
  position: relative;
  background: #fff;
  border: 9px solid #efefef;
  padding: 1.5em 1em 1em;
  margin-top: 2em;
}

.t_case ul li .number {
  position: absolute;
  width: 162px;
  height: 47px;
  top: 15px;
  left: 0;
}

.t_case ul li .number span {
  font-size: 1.7em;
}

.t_case ul li p {
  max-width: 76%;
  margin: 1em auto 0;
}

.t_case ul li .images {
  max-width: 790px;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto 0;
}

.t_case ul li .images div {
  padding: 10px 0;
}

.t_case ul li h3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #005495;
  text-align: center;
}

.t_case ul li h3 img {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: middle;
}

.t_subsidy {
  background: #eff8ff;
}

.t_subsidy .text {
  flex-basis: 60%;
  padding: 3em 1em;
  margin-right: 1em;
}

.t_subsidy .text > p {
  margin-top: 2em;
}

.t_subsidy .title {
  justify-content: flex-start;
}

.t_subsidy .title h3 {
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0.4em;
  line-height: 1.6;
}

.t_subsidy .title div:nth-of-type(2) {
  margin-left: 0.5em;
}

.t_subsidy .title div:nth-of-type(2) p {
  background: #005FA8;
  padding: 0 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.t_subsidy .title div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 8px;
}

.t_subsidy .image {
  flex-basis: 550px;
  height: 100%;
  margin-right: calc(50% - 50vw);
}

.t_reason {
  padding: 7em 0;
}

.t_reason h2 {
  letter-spacing: 0.05em;
  text-align: center;
}

.t_reason ul {
  display: flex;
  max-width: 780px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.5em auto 0;
  gap: 40px;
}

.t_reason ul li {
  width: 214px;
  background: linear-gradient(180deg, rgba(67, 156, 237, 0.15) 0%, rgba(68, 157, 235, 0.15) 0%, rgba(86, 185, 184, 0.15) 83.74%, rgba(104, 213, 192, 0.15) 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1.8em 0.5em;
}

.t_reason ul li p {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}

.youtube {
  padding: 0 15px;
  margin: 4.5em 0;
  text-align: center;
}

/*-----------------------
下層共通（自家消費型太陽光・発電機）
-------------------------*/
.solar_content .fv {
  width: 100%;
}

.solar_content .intro {
  padding: 2em 0 0;
}

.solar_content .intro .title {
  position: relative;
  text-align: center;
}

.solar_content .intro .title span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1.5em;
}

.solar_content .intro .title span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  top: 50%;
  left: -60%;
}

.solar_content .intro .title span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  top: 50%;
  right: -60%;
}

.solar_content .intro .title h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.solar_content .intro ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 754px;
  justify-content: center;
  gap: 1.3em;
  margin: 1.3em auto 0;
}

.solar_content .intro ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 1.3em) / 2);
  min-height: 106px;
  background: #fff;
  line-height: 1.55;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 9px rgba(1, 105, 187, 0.3);
  padding-left: 4em;
}

.solar_content .intro ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 25px;
  height: 19px;
  top: 42%;
  left: 1.7em;
}

.solar_content .intro .image {
  position: relative;
  text-align: center;
  bottom: 84px;
  text-align: center;
  z-index: 1;
}

.solar_content .system {
  position: relative;
  padding: 160px 0 58px;
  margin-top: -120px;
}

.solar_content .system::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: solid 0 transparent;
  border-left: solid 50vw transparent;
  border-top: solid 90px #fff;
  border-right: solid 50vw transparent;
  margin: 0 calc(50% - 50vw) 0;
}

.solar_content .system .inner {
  max-width: 900px;
  margin: auto;
}

.solar_content .system .sub_copy {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.solar_content .system h2 {
  font-size: 26px;
  text-align: center;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}

.solar_content .system h2 span {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffff53;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.solar_content .system h2 strong {
  font-size: 1.3em;
}

.solar_content .system .desc {
  max-width: 90%;
  margin: 1.5em auto 0;
}

.solar_content .system .content {
  margin-top: 3.5em;
}

.solar_content .system .content > div {
  gap: 1em;
}

.solar_content .system .content ul li {
  text-indent: -1.5em;
  padding-left: 1em;
  margin-top: 1.5em;
  line-height: 1.75;
  font-weight: bold;
}

.solar_content .system .content ul li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.solar_content .system .point {
  margin-top: 3em;
  border: 5px solid #b1d1e9;
  background: #fff;
  border-radius: 20px;
  padding: 1.5em 0 1em 1em;
  text-align: center;
}

.solar_content .system .point > div {
  gap: 1em;
}

.solar_content .system .point h4 {
  font-size: 1.125em;
  font-weight: bold;
  color: #005FA8;
}

.solar_content .system .point h4 span {
  position: relative;
}

.solar_content .system .point h4 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/solar-power/img/icon_slash-blue.svg") no-repeat;
  width: 17px;
  height: 18px;
  top: 0.3em;
  left: -1.5em;
}

.solar_content .system .point h4 span::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/solar-power/img/icon_slash-blue.svg") no-repeat;
  transform: rotate(90deg);
  width: 17px;
  height: 18px;
  top: 0.5em;
  right: -1.5em;
}

.solar_content .system .point > p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 1em;
  color: #000;
}

.solar_content .system .point .image {
  margin-left: 1.5em;
  margin-top: 1em;
}

.solar_content .system .point .peak > div {
  text-align: center;
  padding: 0.5em;
}

.solar_content .system .point .peak > div:nth-of-type(1) {
  background: rgba(239, 109, 1, 0.12);
}

.solar_content .system .point .peak > div:nth-of-type(1) span {
  color: #d8332f;
  line-height: 1;
}

.solar_content .system .point .peak > div:nth-of-type(2) {
  background: rgba(1, 105, 186, 0.12);
}

.solar_content .system .point .peak > div:nth-of-type(2) span {
  color: #005FA8;
  line-height: 1;
}

.solar_content .system .point .peak > div p {
  font-size: 0.87em;
  font-weight: normal;
  color: #000;
}

.solar_content .system .point .peak > div span {
  font-size: 1.125em;
  font-weight: bold;
}

.solar_content .system .point .peak > p {
  font-family: "Jost", serif;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.solar_content .other_bnr {
  text-align: center;
  padding: 3.5em 0 6em;
}

.solar_content .other_bnr h3 {
  font-size: 1.25em !important;
  font-weight: bold;
  color: #000 !important;
  background: none !important;
  text-align: center !important;
}

.solar_content .other_bnr ul {
  margin-top: 1.5em;
  gap: 30px;
}

/*-----------------------
自家消費型太陽光
-------------------------*/
.self-consume .fv {
  background: #eff8ff;
}

.self-consume .intro .title span {
  color: #005FA8;
}

.self-consume .intro .title span::before {
  background: #005FA8;
}

.self-consume .intro .title span::after {
  background: #005FA8;
}

.self-consume .intro ul li {
  color: #005FA8;
  border: 1px solid #0169ba;
}

.self-consume .intro ul li::before {
  background: url("/solar-power/img/icon_check-blue.svg") no-repeat;
}

.self-consume .system {
  background: #eff8ff;
}

.self-consume .system .sub_copy {
  color: #005FA8;
}

.self-consume .system .content {
  border-top: 1px solid #005FA8;
}

.self-consume .system .content ul li::before {
  background: #0169ba;
}

.self-consume .system .content ul li span {
  color: #0169ba;
}

.self-consume .features {
  padding-bottom: 5.4em;
}

.self-consume .features .title {
  background: url("/solar-power/img/bg_features-title.jpg") no-repeat;
  background-size: cover;
  padding: 2.3em 1em;
}

.self-consume .features .title .sub {
  max-width: 369px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 0.2em 1em;
  margin: auto;
}

.self-consume .features .title h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.self-consume .features .title h2 img {
  margin-right: 5px;
  height: auto;
}

.self-consume .features .lead_list {
  display: flex;
  gap: 56px;
  justify-content: center;
  margin-top: 3.5em;
}

.self-consume .features .lead_list li {
  position: relative;
}

.self-consume .features .lead_list li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(67, 156, 237, 0.2) 0%, rgba(68, 157, 235, 0.2) 0%, rgba(86, 185, 184, 0.2) 83.74%, rgba(104, 213, 192, 0.2) 100%);
}

.self-consume .features .lead_list li > div p {
  font-size: 1.06em;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-top: 0.8em;
}

.self-consume .features .lead_list li:not(:first-of-type)::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/solar-power/img/icon_cross.svg") no-repeat;
  width: 26px;
  height: 25px;
  top: 46%;
  left: -2.5em;
}

.self-consume .features .point_list {
  margin-top: 3em;
}

.self-consume .features .point_item {
  position: relative;
  padding: 3em 1em;
  margin-top: 3.5em;
  border: 9px solid rgba(201, 201, 201, 0.3);
}

.self-consume .features .point_item .number {
  position: absolute;
  width: 162px;
  height: 47px;
  top: 3em;
  left: -1%;
}

.self-consume .features .point_item h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  color: #005FA8;
  text-align: center;
}

.self-consume .features .point_item .text {
  text-align: center;
  margin-top: 1.5em;
}

.self-consume .features .point_item01 .row {
  gap: 3.5em;
  margin-top: 4em;
}

.self-consume .features .point_item01 .row div:nth-of-type(1) {
  flex-basis: 58%;
}

.self-consume .features .point_item01 h4 {
  background: rgba(54, 167, 255, 0.1);
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.4em 1.5em;
}

.self-consume .features .point_item01 p {
  font-size: 0.94em;
  line-height: 1.8;
  padding: 0 1em;
  margin-top: 1em;
}

.self-consume .features .point_item01 p span {
  color: #0169ba;
  font-weight: bold;
}

.self-consume .features .point_item02 .tax_saving {
  background: #fdede1;
  max-width: 802px;
  justify-content: right;
  gap: 3em;
  margin: 2em auto 0;
  padding: 1em;
}

.self-consume .features .point_item02 .tax_saving div {
  gap: 8px;
}

.self-consume .features .point_item02 .tax_saving div:nth-of-type(1) P {
  position: relative;
  color: #ef6d01;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
}

.self-consume .features .point_item02 .tax_saving div:nth-of-type(1) P::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/solar-power/img/ilust_light.png") no-repeat;
  background-size: contain;
  width: 57px;
  height: 79px;
  top: -0.8em;
  left: -3.5em;
}

.self-consume .features .point_item02 .tax_saving div:nth-of-type(2) p {
  background: #e26600;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.36;
  text-align: center;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 1.2em;
  justify-content: flex-end;
}

.self-consume .features .point_item02 .tax_saving div:nth-of-type(2) p span {
  font-size: 0.77em;
  font-weight: normal;
  margin-top: 5px;
}

.self-consume .features .point_item02 .tax_saving div:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1em;
}

.self-consume .features .point_item03 .images {
  gap: 2.5em;
  margin-top: 2em;
}

.self-consume .flow2 .bg {
  padding: 3em 0;
  background: #f0f7fe;
  background: linear-gradient(45deg, #f0f7fe 0%, #f3fcf6 100%);
}

.self-consume .flow2 h2 {
  text-align: center;
}

.self-consume .flow2 .desc {
  text-align: center;
  font-weight: 500;
  margin-top: 1em;
}

.self-consume .flow2 .image {
  text-align: center;
  margin-top: 2em;
}

.self-consume .flow2 .materials {
  padding: 4.5em 0 5em;
  gap: 4.5em;
}

.self-consume .flow2 .materials dl dt {
  font-weight: 500;
  margin-top: 1em;
}

.self-consume .flow2 .materials dl dd span {
  color: #005FA8;
}

.self-consume .flow2 .materials > div {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/*-----------------------
ハイブリッド発電機
-------------------------*/
.hybrid-generator .fv {
  background: #e9f5f3;
}

.hybrid-generator h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.hybrid-generator .intro .title span {
  color: #299a87;
}

.hybrid-generator .intro .title span::before {
  background: #299a87;
}

.hybrid-generator .intro .title span::after {
  background: #299a87;
}

.hybrid-generator .intro ul li {
  color: #3a8078;
  border: 1px solid #44aa99;
}

.hybrid-generator .intro ul li::before {
  background: url("/solar-power/img/icon_check-green.svg") no-repeat;
}

.hybrid-generator .system {
  background: #e9f5f3;
}

.hybrid-generator .system .sub_copy {
  color: #299a87;
}

.hybrid-generator .system h2 span {
  font-size: 1.15em;
}

.hybrid-generator .system .content {
  border-top: 1px solid #299a87;
}

.hybrid-generator .system .content ul li::before {
  background: #ef6d01;
}

.hybrid-generator .system .content ul li span {
  color: #ef6d01;
}

.hybrid-generator .system .content ul li small {
  font-weight: normal;
}

.hybrid-generator .system .content .image {
  margin-top: 2.5em;
}

.hybrid-generator .introduction_01, .hybrid-generator .introduction_02 {
  padding-top: 5.2em;
}

.hybrid-generator .introduction .sub-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #3a8078;
  text-align: center;
}

.hybrid-generator .introduction .caution {
  max-width: 840px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 2px solid #398078;
  border-radius: 10px;
  margin: 2em auto 0;
}

.hybrid-generator .introduction .caution div {
  flex-basis: 13%;
  background: linear-gradient(#2a9a86 0%, #1d403c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.6em;
  border-radius: 8px 0 0 8px;
}

.hybrid-generator .introduction .caution p {
  flex-basis: 87%;
  text-align: center;
  line-height: 1.7;
  padding: 1em;
}

.hybrid-generator .introduction .caution p span {
  color: #ef6d01;
  font-size: 1.15em;
  font-weight: 500;
}

.hybrid-generator .introduction .image {
  text-align: center;
  margin-top: 3em;
}

.hybrid-generator .introduction .merit {
  position: relative;
  background: #e9f5f3;
  padding: 2.5em 1.5em;
  margin-top: 4.5em;
}

.hybrid-generator .introduction .merit h3 {
  width: 46%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: #18544a;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.66;
  padding: 0.5em 0.25em;
}

.hybrid-generator .introduction .merit h3::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #18544a;
  border-bottom: 0;
}

.hybrid-generator .introduction .merit ul {
  gap: 3em;
  align-items: flex-start;
  margin-top: 1.5em;
}

.hybrid-generator .introduction .merit ul li {
  align-items: flex-start;
  flex-basis: 40%;
  gap: 2em;
}

.hybrid-generator .introduction .merit > div {
  max-width: 690px;
  margin: 1.5em auto 0;
}

.hybrid-generator .introduction .merit h4 {
  font-size: 24px;
  color: #299a87;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #299a87;
  padding-bottom: 0.5em;
  line-height: 1.5;
}

.hybrid-generator .introduction .merit p {
  padding-top: 0.5em;
}

.hybrid-generator .introduction .merit .image {
  margin-top: 2em;
}

.hybrid-generator .case {
  padding: 4.5em 0 5em;
}

.hybrid-generator .case ul {
  gap: 3em;
  margin-top: 1.5em;
  padding: 0 1em;
}

.hybrid-generator .case li {
  flex-basis: 40%;
}

.hybrid-generator .case h4 {
  font-size: 1.125em;
  color: #299a87;
  font-weight: bold;
  margin-top: 0.5em;
}

.hybrid-generator .case p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.hybrid-generator .equipment {
  background: #f2f2f2;
  padding: 4em 0 5em;
}

.hybrid-generator .equipment ul {
  max-width: 845px;
  background: #ffffff;
  padding: 1.5em 1em 2em;
  margin: 1.5em auto 0;
}

.hybrid-generator .equipment ul li:nth-of-type(2) {
  margin-top: 2em;
}

/*==========================
 SP
==========================*/
@media screen and (max-width: 768px) {
  .d_flex {
    flex-direction: column;
  }
  .d_flex > div {
    flex-basis: auto;
  }
  .solar_content {
    font-size: 14px;
  }
  .solar_content h2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .solar_content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .solar_content .fv .inner {
    margin: 0;
  }
  .solar_menu {
    display: none;
  }
  .anc_nav {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 calc(50% - 50vw);
    background: #f2f2f2;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .anc_nav li {
    padding: 12px 0;
    width: calc((100% - 0.5em) / 2);
    border-bottom: 1px solid #d6d6d6;
  }
  .anc_nav li:nth-of-type(even) {
    border-left: 1px solid #d6d6d6;
  }
  .anc_nav li:nth-of-type(n + 3) {
    border-bottom: none;
  }
  .btn_link {
    margin: 1.5em auto 0;
  }
  .btn_cta {
    padding: 1em 0.5em;
    line-height: 1.6;
    width: 95%;
  }
  /*お問い合わせ*/
  .solar_contact {
    background-position: bottom right 30%;
  }
  .solar_contact .content {
    padding: 1.5em 8px 2em;
  }
  .solar_contact .content .web {
    width: 100%;
  }
  .solar_contact .content .tel {
    width: 90%;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    margin-top: 1.5em;
    padding-top: 1em;
  }
  .solar_contact .content .tel a {
    font-size: 32px;
  }
  .solar_contact .content h3 {
    font-size: 18px;
  }
  /*太陽光TOP*/
  .t_intro {
    padding-bottom: 3em;
  }
  .t_intro .d_flex {
    flex-direction: column;
  }
  .t_intro h2 {
    font-size: 20px;
  }
  .t_intro p {
    line-height: 2;
  }
  .t_intro .image {
    text-align: end;
    margin: 1em auto;
  }
  .t_intro .image img {
    max-width: 95%;
  }
  .t_problems::before, .t_problems::after {
    border-bottom: solid 40px #fff;
  }
  .t_problems h2 {
    font-size: 20px;
  }
  .t_problems h2::before {
    top: 1.5em;
  }
  .t_problems ul {
    width: 100%;
    gap: 15px;
    padding: 0;
  }
  .t_problems ul li {
    width: calc((100% - 15px) / 2);
  }
  .t_bcp > p {
    font-size: 14px;
  }
  .t_bcp h2 span {
    font-size: 18px;
  }
  .t_bcp h2 span::before {
    background-size: 85%;
    left: 0;
  }
  .t_bcp h2 span::after {
    background-size: 85%;
    right: 0;
  }
  .t_bcp .whats {
    display: block;
  }
  .t_bcp .whats h3 {
    padding: 0 10px;
    font-size: 16px;
  }
  .t_bcp .whats p {
    border-left: 5px solid rgba(45, 123, 183, 0.31);
    border-top: none;
  }
  .t_service {
    padding: 76px 0.5em;
  }
  .t_service::before {
    border-top: solid 40px #fff;
  }
  .t_service h2 {
    font-size: 20px;
  }
  .t_service ul li {
    flex-direction: column;
    margin-top: 6em;
  }
  .t_service ul li:nth-of-type(1) {
    margin-top: 3em;
  }
  .t_service ul li:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .t_service ul .text {
    padding: 0;
  }
  .t_service ul h3 {
    font-size: 20px;
    margin-top: 1em;
    line-height: 1.6;
  }
  .t_service ul h3 span {
    font-size: 2.4em;
  }
  .t_service ul p {
    padding: 0;
  }
  .t_case .title {
    padding: 2em 0;
  }
  .t_case ul li:not(:first-of-type) {
    margin-top: 1em;
  }
  .t_case ul li .number {
    max-width: 32%;
  }
  .t_case ul li h3 {
    margin-top: 1.5em;
    font-size: 18px;
  }
  .t_case ul li p {
    max-width: 90%;
  }
  .t_subsidy .title h3 {
    text-align: center;
  }
  .t_subsidy .title div:nth-of-type(2) {
    margin-left: 0;
    display: flex;
    margin-top: 1em;
  }
  .t_subsidy .title div:nth-of-type(2) p {
    margin: 0em 0.5em;
  }
  .t_subsidy .title div:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 0;
  }
  .t_subsidy .text {
    margin-right: 0;
  }
  .t_subsidy .image {
    flex-basis: 158px;
    margin: calc(50% - 50vw);
  }
  .t_reason {
    padding: 4em 0;
  }
  .t_reason ul {
    gap: 12px;
  }
  .t_reason ul li {
    width: calc((100% - 40px) / 2);
  }
  .t_reason ul li div {
    text-align: center;
  }
  .t_reason ul li img {
    max-width: 85%;
  }
  .youtube iframe {
    width: 100%;
    height: auto;
  }
  /*-----------------------
下層共通（自家消費型太陽光・発電機）
-------------------------*/
  .solar_content .intro {
    padding: 4em 0;
  }
  .solar_content .intro .title h2 {
    font-size: 22px;
  }
  .solar_content .intro ul {
    gap: 1em;
  }
  .solar_content .intro ul li {
    justify-content: normal;
    min-height: auto;
    font-size: 14px;
    padding: 1em 1em 1em 2.2em;
  }
  .solar_content .intro ul li::before {
    background-size: 56%;
    left: 12px;
  }
  .solar_content .intro .image {
    bottom: 1.5em;
  }
  .solar_content .intro .image img {
    width: 22%;
  }
  .solar_content .system {
    padding-top: 124px;
  }
  .solar_content .system .sub_copy {
    font-size: 15px;
  }
  .solar_content .system h2 {
    font-size: 20px;
  }
  .solar_content .system h3 img {
    max-width: 70%;
  }
  .solar_content .system .content > div {
    padding: 0 1.5em;
  }
  .solar_content .system .point {
    padding: 1.5em 1em;
    margin: 3em 10px 0;
  }
  .solar_content .system .point h4 {
    border-bottom: 1px solid #005495;
    line-height: 1.5;
    padding-bottom: 1em;
  }
  .solar_content .system .point h4 span::before, .solar_content .system .point h4 span::after {
    content: none;
  }
  .solar_content .system .point > div {
    margin-top: 1.5em;
  }
  /*自家消費型発電機*/
  .self-consume .system .content > div {
    flex-direction: column-reverse;
  }
  .self-consume .system .content .image {
    margin-top: 1em;
  }
  .self-consume .features {
    padding-bottom: 4em;
  }
  .self-consume .features .title {
    padding: 2em 1em 1em;
  }
  .self-consume .features .title h2 {
    font-size: 28px;
    line-height: 3;
  }
  .self-consume .features .title .sub {
    font-size: 15px;
    width: 80%;
  }
  .self-consume .features .lead_list {
    gap: 0 20px;
    flex-wrap: wrap;
  }
  .self-consume .features .lead_list li {
    width: 46%;
  }
  .self-consume .features .lead_list li:not(:first-of-type)::after {
    top: 80%;
    left: -6vw;
  }
  .self-consume .features .lead_list li:nth-of-type(3):after {
    content: none;
  }
  .self-consume .features .lead_list li > div {
    width: 45vw;
    height: 45vw;
  }
  .self-consume .features .lead_list li > div p {
    font-size: 13px;
  }
  .self-consume .features .lead_list .image {
    text-align: center;
  }
  .self-consume .features .lead_list .image img {
    max-width: 70%;
  }
  .self-consume .features .point_item {
    margin-top: 2em;
  }
  .self-consume .features .point_item .number {
    max-width: 32%;
    top: 2em;
    left: -1.5%;
  }
  .self-consume .features .point_item h3 {
    margin-top: 1.5em;
    font-size: 20px;
  }
  .self-consume .features .point_item .text {
    text-align: left;
  }
  .self-consume .features .point_item01 .row {
    flex-direction: column-reverse;
    margin-top: 3em;
    gap: 1.5em;
  }
  .self-consume .features .point_item01 .row:not(:last-of-type) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 2em;
  }
  .self-consume .features .point_item01 h4 {
    padding: 0.5em 1em;
  }
  .self-consume .features .point_item02 .tax_saving {
    gap: 1.5em;
    padding: 2em 1.5em;
  }
  .self-consume .features .point_item02 .tax_saving div:nth-of-type(1) p {
    text-indent: 1em;
  }
  .self-consume .features .point_item02 .tax_saving div:nth-of-type(1) p::before {
    left: -1.5em;
    width: 40px;
  }
  .self-consume .features .point_item02 .tax_saving div:nth-of-type(2) p {
    width: 90%;
    justify-content: center;
  }
  .self-consume .flow2 .materials {
    align-items: flex-start;
    gap: 1em;
    padding: 1em 1em 4em;
  }
  /*ハイブリッド発電機*/
  .hybrid-generator .introduction .caution div {
    flex-basis: 20%;
  }
  .hybrid-generator .introduction .caution div img {
    width: 36px;
  }
  .hybrid-generator .introduction .caution p {
    font-size: 13px;
    text-align: left;
  }
  .hybrid-generator .introduction .merit {
    margin: 4em calc(50% - 50vw) 0;
  }
  .hybrid-generator .introduction .merit h3 {
    width: 88%;
    font-size: 16px;
  }
  .hybrid-generator .introduction .merit h4 {
    font-size: 18px;
  }
  .hybrid-generator .introduction .merit ul {
    margin-top: 0;
  }
  .hybrid-generator .equipment ul {
    overflow-x: scroll;
  }
  .hybrid-generator .equipment li {
    width: 845px;
  }
}
/*# sourceMappingURL=style.css.map */