@charset "UTF-8";
/*
solar
------------------------------------*/
/*
共通
------------------------------------*/
body {
  color: #202733;
}

p {
  margin-bottom: 0;
}

main {
  font-family: a-otf-ud-shin-go-pr6n;
}

@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}
.l-inner {
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media (max-width: 991px) {
  .is-tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.sec-block {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .sec-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.text-bold {
  font-weight: 600;
  padding-left: 2px;
  padding-right: 2px;
}

.kagi {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 700px;
  height: 60px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .kagi {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .kagi {
    width: 500px;
  }
}

.kagi-top::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.kagi-top::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.kagi-bottom::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kagi-bottom::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact-btn a {
  font-size: 30px;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 35%;
  line-height: 150px;
  letter-spacing: 0.2em;
  font-family: a-otf-ryumin-pr6n;
  color: #fff;
  background: #960a0a;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-btn a {
    padding: 0;
    width: 700px;
    max-width: 100%;
    line-height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-btn a {
    width: 100%;
    line-height: 60px;
  }
}
.contact-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 32%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../lp_dannetsu/img/arrow.png") top left/contain no-repeat;
}
@media (max-width: 1199px) {
  .contact-btn a::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .contact-btn a::before {
    right: 10%;
  }
}

/*
既存スタイルの打ち消し
------------------------------------*/
.mainSection-title, h2 {
  background-color: transparent;
  padding: 0;
  border-top: none;
  border-bottom: none;
  line-height: 1.5;
  margin: 0;
}

.subSection-title, h3 {
  box-shadow: none;
  margin: 0;
  border-bottom: none;
}

.subSection-title:after, h3:after {
  border-bottom: none;
}

.solar {
  margin-top: -32px !important;
}
@media (max-width: 767px) {
  .solar {
    margin-top: -38px !important;
  }
}

/*
.fv
------------------------------------*/
.fv {
  width: 100%;
  height: 880px;
  background: url("../lp_solar/img/fv-img_bg.png") no-repeat center center/cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 1199px) {
  .fv {
    height: 870px;
  }
}
@media (max-width: 991px) {
  .fv {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: auto;
    background: none;
  }
}

.fv__text-img {
  padding-top: 210px;
  width: 640px;
}
@media (max-width: 1199px) {
  .fv__text-img {
    padding-top: 255px;
    width: 615px;
  }
}
@media (max-width: 991px) {
  .fv__text-img {
    padding-top: 135px;
    width: 480px;
  }
}
@media (max-width: 767px) {
  .fv__text-img {
    padding-top: 40px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.fv__text-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
.cta
------------------------------------*/
.cta {
  padding: 120px 0 48px;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0 16px;
  }
}

/*
.offgrid
------------------------------------*/
.offgrid {
  margin-top: 60px;
}

.offgrid__title {
  padding-bottom: 16px;
  border-bottom: 1px solid #044e80;
  color: #044e80;
}

.offgrid__text {
  margin-top: 16px;
}

.offgrid__img {
  margin-top: 24px;
  width: 90%;
  margin-left: auto;
  height: auto;
}
@media (max-width: 767px) {
  .offgrid__img {
    width: 100%;
  }
}
.offgrid__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
.point
------------------------------------*/
.point {
  width: 100%;
}

.point__title {
  font-size: 3.6rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n;
}
@media (max-width: 767px) {
  .point__title {
    font-size: 2.6rem;
  }
}

.point__sub-title {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .point__sub-title {
    margin-top: 16px;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }
  .point__sub-title span {
    display: block;
  }
}

.point__inner {
  margin-top: 40px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.point-block__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point-block__flex {
    flex-direction: column;
  }
}

.point-block__contents {
  width: 58%;
}
@media (max-width: 767px) {
  .point-block__contents {
    width: 100%;
  }
}

.point-block__img {
  width: 38%;
}
@media (max-width: 767px) {
  .point-block__img {
    margin-top: 16px;
    width: 100%;
  }
}
.point-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point-block__title {
  font-size: 24px;
  padding: 8px;
  text-align: center;
  background-color: #BFE9DB;
}
@media (max-width: 767px) {
  .point-block__title {
    font-size: 18px;
    padding: 16px;
  }
}

.point-block__title--blue {
  background-color: #C7E4FF;
}

.point-block__text {
  margin-top: 16px;
}

.point-block__plus {
  margin: 60px auto 60px;
  width: 40px;
}
.point-block__plus span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #044e80;
}
.point-block__plus span:nth-child(2) {
  transform: rotate(90deg);
}

/*
.feature
------------------------------------*/
.feature {
  padding: 120px 0 120px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #072D50;
  color: #fff;
}
@media (max-width: 767px) {
  .feature {
    padding: 80px 0 80px;
  }
}

.feature__list {
  padding: 0;
}

.feature-item:not(:first-child) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .feature-item:not(:first-child) {
    margin-top: 70px;
  }
}

.feature-item__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .feature-item__flex {
    flex-direction: column;
  }
}

.feature-item__flex-rev {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .feature-item__flex-rev {
    flex-direction: column;
  }
}

.feature-item__contents {
  width: 52%;
}
@media (max-width: 991px) {
  .feature-item__contents {
    width: 100%;
  }
}

.feature-title {
  font-size: 3.6rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .feature-title {
    font-size: 2.6rem;
  }
}

.feature-text {
  margin-top: 16px;
}

.feature-text__inner:not(:first-child) {
  margin-top: 16px;
}

.feature-text__title {
  font-size: 20px;
  padding: 1px 4px;
  background-color: #fff;
  color: #072D50;
  border-radius: 2px;
  display: inline-block;
  width: 280px;
  text-align: center;
}

.feature-text__detail {
  margin-top: 4px;
}

.feature-item__img {
  width: 42%;
  height: 420px;
  position: relative;
  padding-top: 20%;
}
@media (max-width: 991px) {
  .feature-item__img {
    margin-top: 16px;
    height: auto;
    width: 100%;
    padding-top: 60%;
  }
}
.feature-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*
.hojyo
------------------------------------*/
.hojyo {
  padding: 100px 40px 100px;
}
@media (max-width: 767px) {
  .hojyo {
    padding: 70px 0 70px;
  }
}

.hojyo__container {
  padding: 80px 0 100px;
  background-color: #072D50;
  color: #fff;
}
@media (max-width: 767px) {
  .hojyo__container {
    padding: 70px 0 60px;
  }
}

.hojyo__inner {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .hojyo__inner {
    padding: 15px;
  }
}

.hojyo__title {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  padding-bottom: 24px;
  position: relative;
  font-family: a-otf-ryumin-pr6n;
}
@media (max-width: 767px) {
  .hojyo__title {
    font-size: 2.6rem;
  }
}
.hojyo__title .hojyo__title-line {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hojyo__title .hojyo__title-line::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 26px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hojyo__title .hojyo__title-line::before {
    border-width: 12px 12px 0 12px;
    bottom: -12px;
  }
}

.hojyo__title-deco {
  font-size: 48px;
  font-weight: bold;
  padding: 0 16px;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .hojyo__title-deco {
    font-size: 40px;
  }
}
@media (max-width: 374px) {
  .hojyo__title-deco {
    font-size: 32px;
  }
}

.hojyo__sub-title {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .hojyo__sub-title {
    font-size: 18px;
  }
}

.hojyo__sub-title-deco {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  border-bottom: 8px solid #B48C52;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .hojyo__sub-title-deco {
    font-size: 24px;
  }
}

.hojyo-case {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hojyo-case {
    margin-top: 40px;
  }
}

.hojyo-case__title {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .hojyo-case__title {
    font-size: 2.4rem;
  }
}

.hojyo-case__title-ja {
  font-size: 18px;
}
@media (max-width: 767px) {
  .hojyo-case__title-ja {
    font-size: 1rem;
  }
}

.hojyo-case__img {
  margin-top: 8px;
  width: 100%;
  height: auto;
}
.hojyo-case__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hojyo-case__img-add {
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

/*
.message
------------------------------------*/
.message {
  padding: 120px 0 120px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("../lp_solar/img/message-bg.jpg") no-repeat center center/cover;
  color: #fff;
}
@media (max-width: 767px) {
  .message {
    padding: 90px 0 90px;
  }
}

.message__inner {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.message-top__title {
  text-align: center;
  font-size: 40px;
  font-family: a-otf-ryumin-pr6n;
}
@media (max-width: 767px) {
  .message-top__title {
    font-size: 24px;
  }
}

.message-top__text {
  margin-top: 40px;
  text-shadow: 0 0 8px #072D50;
  line-height: 2;
}

.message-top__sub-title {
  margin-top: 80px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.message-top__sub-title p {
  font-family: a-otf-ryumin-pr6n;
  font-size: 38px;
  flex-shrink: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .message-top__sub-title p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .message-top__sub-title {
    font-size: 20px;
  }
}

.message-top__text2 {
  margin-top: 16px;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 767px) {
  .message-top__text2 {
    font-size: 24px;
  }
}

/*
.appeal
------------------------------------*/
.appeal {
  padding: 140px 40px 100px;
}
@media (max-width: 767px) {
  .appeal {
    padding: 90px 0 40px;
  }
}

.appeal__container {
  width: 100%;
  padding: 80px 60px 100px;
  background-color: #072D50;
  color: #fff;
}
@media (max-width: 767px) {
  .appeal__container {
    padding: 70px 15px 60px;
  }
}

.appeal__inner {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.appeal__title {
  text-align: center;
  font-family: a-otf-ryumin-pr6n;
}

.appeal__title-en {
  display: block;
  font-size: 64px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .appeal__title-en {
    font-size: 40px;
  }
}

.appeal__title-en--big {
  color: #9ECFFD;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .appeal__title-en--big {
    font-size: 56px;
  }
}

.appeal__title-ja {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.appeal__title-ja::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .appeal__title-ja::before {
    width: 20px;
    left: -20px;
  }
}
.appeal__title-ja::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .appeal__title-ja::after {
    width: 20px;
    right: -20px;
  }
}

.appeal__sub-title {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .appeal__sub-title {
    font-size: 18px;
  }
}

.appeal__img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.appeal__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.appeal__text {
  margin-top: 32px;
}

/*
.solar-form
------------------------------------*/
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.solar-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.solar-form__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  font-family: a-otf-ryumin-pr6n;
}
@media (max-width: 767px) {
  .solar-form__title {
    font-size: 2.6rem;
  }
}

form .txt {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
form .txt .sm {
  margin-top: 32px;
}
form .txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .txt ul li {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form-table {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin: 30px auto 0;
  width: 776px;
  max-width: 100%;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .form-table tr {
    display: flex;
    flex-direction: column;
  }
}

.form-table .th {
  background: #ececec none repeat scroll 0 0;
  font-weight: 400;
  padding: 16px;
  width: 25%;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .form-table .th {
    padding: 8px 16px;
    width: 100%;
  }
}

.form-table .td {
  padding: 16px;
  width: 70%;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .form-table .td {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-table tbody tr td .form-control {
    max-width: 100%;
  }
}

.form-table-required {
  background: #dd1718 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .form-table-required {
    margin: 0;
  }
}

.form-table-arbitrary {
  background: #999 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0 10px;
}

.form-table-title small {
  display: block;
}

.form-table .horizontal-item {
  margin-left: 0 !important;
}

.mwform-checkbox-field {
  display: block;
}

.mwform-radio-field {
  display: block;
}

.btn-cols-item.btn-contact {
  margin-top: 32px;
  text-align: center;
}
.btn-cols-item.btn-contact > input[type=submit] {
  display: inline-block;
  border: none;
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 32px;
  background-color: #ff631e;
  color: #fff;
  text-align: center;
}

.form-address-item-text br {
  display: none;
}