@charset "UTF-8";
/*!
  Date: 2019.8.
  2019.09.18.- 追記
*/

body,
html {
  overflow-x: hidden;
}

  @media screen and (max-width: 768px){
  .header.top {
      background-color: transparent;
  }
  .header.top .burger-bar, .header.top .burger-bar::before, .header.top .burger-bar::after {
    background-color: #fff;
  }
  .header.top .burger[aria-expanded="true"] .burger-bar {
    background-color: transparent;
  }
  .header.top .burger-title:before {
    display: none;
  }
  body {
      margin-top: 0;
  }
  .header .logo {
    margin: 23px 0 20px;
  }
}

.header.top,
.header {
  background-color:  rgba(255, 255, 255, 1.0);
}
.header {
  border-bottom: 4px solid #cb8c31;
}
.color-caution {
    color: #e50012;
}

section {
  margin: 0;
}

.note {
  font-size: 1.3rem;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.note-line .ttl {
  display: block;
  border-bottom: 1px solid #f41815;
  font-size: 2rem;
}
.note-line {
  padding:15px;
  border:1px solid #f41815;
  color: #f41815;
}

.footer-menu-container {
  margin-top: 0;
}

[data-toggle] {
  cursor: pointer;
}

/*
  Heading
 */
.lp-section__heading {
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 40px 15px;
}

/*
  Button
 */
.lp-btn__fund ,
.lp-btn__request {
  color: #FFF;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.2;
  padding: .6em 0;
  text-align: center;
  vertical-align: middle;
  width: 410px;
}
.lp-btn__fund:hover ,
.lp-btn__request:hover {
  color: #FFF;
}
.lp-btn__fund:after ,
.lp-btn__request:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.lp-btn__fund {
  background-color: #2F5188;
}
.lp-btn__fund:after {
  content: "\f0d7";
}

.lp-btn__request {
  background-color: #E56A21;
}
.lp-btn__request:after {
  content: "\f0da";
}
.lp-btn__simulation {
  background: #c89d61;
  color: #fff;
  font-weight: 500;
  padding: 29px 1em;
  width: 39.8%;
  text-align: center;
}
.lp-btn__simulation-up {
  font-size: 3.19rem;
  display: block;
  line-height: 1.3;
}
.lp-btn__simulation-bottom {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.08em;
}

.lp-btn-group {
  padding: 60px 0 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
	.lp-btn-group {
	  padding: 10px 0 10px;
	  text-align: center;
  }
  .lp-btn__simulation {
    width: 53%;
    padding: 24px 1em;
  }
  .lp-btn__simulation-up {
    font-size: 4.266666656vw;
  }
  .lp-btn__simulation-bottom {
    font-size: 2.133333328vw;
  }
}
@media screen and (max-width: 570px) {
  .lp-btn__simulation {
    width: 90%;
    padding: 16px 1em;
  }
  .lp-btn__simulation-up {
    font-size: 25px;
  }
  .lp-btn__simulation-bottom {
    font-size:14px;
  }
}


.lp-btn__reservaion {
  background-color: #e47800;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  padding: 27px 2em;
}
.lp-btn__reservaion:hover {
  color: #fff;
}


/*
  Background
 */
.lp-bg__gray {
  background-color: #e7eced;
}

.lp-bg__ivory {
  background-color: #243f54;
}

.lp-bg__gray_blue {
  background-color: #e7eced;
}

.lp-bg__striped {
  background: -webkit-repeating-linear-gradient(-50deg, #f8f9f9, #f8f9f9 2px, #eaeced 2px, #eaeced 4px);
  background: repeating-linear-gradient(-50deg, #f8f9f9, #f8f9f9 2px, #eaeced 2px, #eaeced 4px);
}

/* Safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
_::-webkit-full-page-media, _:future, :root .lp-bg__striped {
    background-size: 26px;
  }
}

/*
  Others
 */
.lp-other__link {
  color: #5A5A59;
  text-align: center;
  margin: 30px 0;
}
.lp-other__link-btn {
  background-color: #5A5A59;
  color: #FFF;
  font-size: 1.5rem;
  padding: .2em 0 .1em;
  vertical-align: middle;
  width: 313px;
}
.lp-other__link-btn:hover {
  color: #FFF;
}
.lp-other__link-btn .fa {
  font-size: 20px;
  margin-left: .2em;
}


/*
  Heading
 */

.lp-heading-block {
  text-align: center;
  padding: 50px 0;
}
.lp-heading-block2 {
  background-color: #ddddd5;
  text-align: center;
  display: flex;
  padding: 0;
  align-items: center;
}
.lp-section__heading2 {
  background-color: #243f54;
  font-size: 3.6rem;
  color: #FFF;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 40px 15px;
}
.lp-know2__heading {
  flex-direction: row-reverse;
}
.lp-heading-block2 .lp-heading-img,
.lp-heading-block2 .lp-heading-textbox {
  width: 50%;
}
.lp-heading-block2 .lp-heading__title{
  font-size: 3.3vw;
  font-weight: 400;
  position: relative;
  line-height: calc(72.06/44.82);
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}
.lp-heading-block2 .lp-heading__title::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3b2722;
  height: 1px;
  width: 34%;
}
.lp-heading-block2 .lp-heading__description {
  font-size: 1.5vw;
  line-height: calc(37/20);
  margin-bottom: 0;
}
.lp-heading__title {
  color: #454545;
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.lp-heading__title .lp-heading__logo {
  display: inline-block;
  width: 40.5%;
  margin-right: 4%;
}

@media screen and (min-width: 1400px) {
  .lp-heading-block2 .lp-heading__title{
    font-size: 4.48rem;
    padding-bottom: 3rem;
    margin-bottom: 4.5rem;
  }
  .lp-heading-block2 .lp-heading__title::after {
    width: 237px;
  }
  .lp-heading-block2 .lp-heading__description {
    font-size: 2rem;
    line-height: calc(37/20);
  }
}

@media screen and (max-width: 768px) {
	.lp-heading-block {
	  padding: 20px 0;
  }
	.lp-section__heading2 {
	  font-size: 2.6rem;
	  padding: 20px 15px;
	}
  .lp-heading__title {
    font-size: 3.59vw;
  }
  .lp-heading__description {
    font-size: 2.39vw;
  }
  .lp-heading-block2 {
    flex-direction: column;
    padding: 0;
  }
    .lp-heading-block2 .lp-heading__title{
      font-size: 	4.666666655vw;
      line-height: calc(55.75/34.68);
      padding-bottom: 2.7rem;
      margin-bottom: 1.724rem;
    }
    .lp-heading-block2 .lp-heading__title::after {
      width: 24.4%
    }
    .lp-heading-block2 .lp-heading__description {
      font-size: 1.999999995vw;
      line-height: calc(28.63/15.48);
    }
    .lp-heading-block2 .lp-heading-img,
    .lp-heading-block2 .lp-heading-textbox {
      width: 100%;
    }
  .lp-heading-block2 .lp-heading-textbox {
    padding-top: calc(117px/2);
    padding-bottom: calc(89px/2);
  }
}
@media screen and (max-width: 560px) {
  .lp-heading-block2 .lp-heading__title{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .lp-heading-block2 .lp-heading__description {
    font-size: 12px;
  }
}

/*
  Top
 */
.lp-top {
  background: url('../img/lp03_2/bg_hero_pc.png') no-repeat bottom center;
  background-size: 100%;
  padding: 202px 0 135px;
  border-bottom: 8px solid #002038;
  text-align: center;
}
.lp-top .container {
  position: relative;
}

.lp-top__title {
  margin-bottom: 54px;
}
.lp-top__lead {
  margin: 0 0 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.lp-top {
    padding-top: calc(80px + 9%);
    padding-bottom: 10%;
	}
	.lp-top__lead {
	  margin: 0 0 10px;
	  text-align: center;
	}
	.lp-top .pc-only {
    display: none;
  }
  .lp-top .lp-btn__reservaion {
    top: 47%;
    font-size: 3.99vw;
  }
  .lp-top__title {
    margin-bottom: 10%;
  }
  .lp-top__img {
    text-align: center;
  }
  .lp-top__title .sp-only,
  .lp-top__img .sp-only {
    display: inline-block;
  }
}




.lp-document__btns {
  padding: 40px 0;
  text-align: center;
}
.lp-document__btns2 {
  padding: 81px 0 61px;
  text-align: center;
}
.lp-document__btns .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp-document__btnhead {
  font-size: 5.24rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: calc(44.5px - 21px);
}
.lp-document__btnhead .space_5 {
  margin-left: 0.5em;
}
.lp-document__btns2 .lp-btn__reservaion {
  width: 528.55px;
}
.lp-document__btns .lp-btn__reservaion {
  margin-left: 30px;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .lp-document__btns .container {
    flex-direction: column;
  }
	.lp-document__btns2 .lp-btn__reservaion {
    font-size: 	4.266666656vw;
    width: 53%;
    padding: 27px 1em;
  }
	.lp-document__btns .lp-btn__reservaion {
    margin-left: 0;
    font-size: 4.26vw;
    padding: 1.5em 2em;
  }
  .lp-document__btnhead {
    font-size: 	5.33333332vw;
    margin-bottom: calc((58.94px/2) - 13.5px);
  }
	.lp-document__btns,
  .lp-document__btns2 {
	  padding: 30px 0;
	  text-align: center;
  }
}


.lp-top__50 {
  width: 57.1%;
  display: block;
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 3.1rem;
}
.lp-top__50-up {
  display: block;
  position: relative;
  padding-bottom: 8px;
}
.lp-top__50-up::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.lp-top__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 487.5px;
  font-weight: 600;
}
.lp-bg__ivory .lp-top__3 .w42,
.lp-bg__ivory .lp-top__3 .w52 {
  color: #fff;
}
.lp-bg__gray .lp-top__3  .w42,
.lp-bg__gray .lp-top__3  .w52 {
  color: #005e5e;
}

.lp-top__3 p {
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0;
}
.lp-top__3 .w42 {
  text-align: left;
  width: 42%;
  font-size: 4rem;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}
.lp-top__3 .w52 {
  text-align: right;
  width: 52%;
  font-size: 3.5rem;
  margin-bottom: 15px;
}
.lp-top__3 .w100 {
  line-height: 1.8;
  width: 100%;
  font-size: 1.7rem;
  background-color: #fff;
  color: #005e5e;
}
@media screen and (max-width: 768px) {
  .lp-top__3 .w42 {
    font-size: 5.3vw;
  }
  .lp-top__3 .w52 {
    font-size: 4.6vw;
  }
  .lp-top__3 .w100 {
    font-size: 2.26vw;
  }
  .lp-top__50 {
    font-size: 4.133333323vw;
    width: 76.1%;
    text-align: center;
    margin-bottom: 44px;
  }
  .lp-top__50-up {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 438px) {
  .lp-top__3 .w42 {
    font-size: 6vw;
  }
  .lp-top__3 .w52 {
    font-size: 5vw;
  }
  .lp-top__50 {
    width: 100%;
    font-size: 19px;
    margin-bottom: 22px;
  }
  .lp-top__50-up {
    padding-bottom: 4px;
  }
  .lp-top__3 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/*
  Operator
 */
.lp-operator__heading {
  color: #243f54;
  width: 100%;
  text-align: center;
  padding: 114px calc((100vw - 1000px)/2) 0;
}

.lp-operator__title {
  font-size: 5.1rem;
  padding-bottom: 17px;
  line-height: 1;
  position: relative;
  display: block;
}
.lp-operator__title:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 237px;
  left: 50%;
  bottom: 0;
  background-color: #243f54;
  transform: translateX(-50%);
}
.lp-operator__main {
  padding: 30px 0 101px;
}

.lp-operator__app {
  text-align: center;
  margin: 0 0 50px;
}

.lp-operator__state-title {
  font-size: 1.6rem;
  color: #2F5188;
  font-weight: 400;
  margin: 0 0 10px;
}

.lp-operator__state {
  background-color: #e7eced;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 20px 1em;
  text-align: center;
}

.lp-operator__state__inner {
  display: inline-block;
  text-align: left;
}

.lp-operator__section {
  background-color: #FFF;
  /* padding: 60px 25px 30px; */
}

.lp-operator__section__heading {
  background-color: #D0D2D5;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
  padding: .1em 0;
}

.lp-operator__coo {
  padding: 40px;
}

.lp-operator__coo__position {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.lp-operator__coo__name {
  font-size: 3.9rem;
  line-height: 1;
  margin-bottom: 20px;
}
.lp-operator__coo__name small {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

.lp-operator__coo__birth {
  overflow: hidden;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.lp-operator__coo__state {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.operator__coo__career {
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.lp-operatpr__members {
  font-size: 1.4rem;
}
.lp-operatpr__members li {
  text-align: center;
}
.lp-operatpr__member__img {
  margin: 0 0 10px;
}
.lp-operatpr__member__position {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 5px;
}
.lp-operatpr__member__name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.lp-operator__company {
  font-size: 1.3rem;
  margin-top: -1px;
}
.lp-operator__company th ,
.lp-operator__company td {
  border-color: #656464;
  border-left: none;
  border-right: none;
  padding: .1em 0;
}
.lp-operator__company th {
  font-weight: 400;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  width: 7em;
}
.lp-operator__main .heading-lead {
  color: #243f54;
  border: 1px solid #243f54;
  border-radius: 0;
  font-weight: bold;
  font-size: 4.18rem;
}
.btn-primary-o {
  border: 1px solid #00A281;
  color: #243f54;
  border: 1px solid #243f54;
  border-radius: 0;
}
.fund-entry-table {
  width: 100%;
}
.fund-entry-table > div:last-child p {
  width: 100%;
}

.lp-operator__logo {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 76px;
}
.lp-operator__logo img {
  display: inline-block;
}
.lp-operator__logo img {
  margin: 0 35px;
}
.lp-operator__text {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.7rem;
  line-height: 2.6;
}
@media screen and (min-width: 1001px) {
  .lp-operator__text {
    margin-left: calc((100% - 850px)/2);
    display: block;
    letter-spacing: 0.04em;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-operator {
    padding-top: 15PX;
    padding-bottom: 20px;
  }
  .lp-operator__heading .sp-only {
    margin: 0 auto;
  }
  .lp-operator__logosp {
    width: 38%;
  }
  .lp-operator__en {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
  .lp-operator__heading {
    display: block;
    padding: 20px 15px;
  }
  .lp-operator__title {
    font-size: 5.59vw;
  }
	.lp-operator__main {
    padding: 0 0 30px;
	}
	.lp-operator__section {
    margin-top: 0;
    padding: 20px 25px 0;
	}
  .lp-operator__main .heading-lead {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 4.799999988vw;
  }
  .lp-operator__coo__position {
    line-height: 1.4;
  }
  .lp-operator__text {
    font-size: 1.7rem;
    line-height: 2;
  }
  .lp-operator__coo {
    padding: 20px;
  }
  .lp-operator__logo {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .lp-operator__logo img {
    margin: 0 15px;
  }
  .lp-operator__logo .logo_aap {
    width: 65px;
  }
  .lp-operator__logo .logo_soraichi {
    width: 140px;
  }
  .lp-operator__coo__name {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .lp-operator__main .heading-lead {
    font-size: 20px;
  }
  .lp-operator__coo__name small {
    display: block;
    margin-top: 5px;
  }
}

/*
  aboutfund
 */
.hover-words {
  color: #231815;
  font-weight: bold;
  cursor: pointer;
}
.hover-words.kome {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .hover-words {
    position: relative;
  }
  .hover-words:hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 24px 17px;
    border-color: transparent transparent #fff transparent;
  }
  .hover-words:hover::after {
    border-radius: 10px;
    top: calc(26px + 1em);
    left: 0;
    padding: 20px;
    content: '';
    white-space:pre-wrap;
    display: block;
    color: inherit;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 470px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
    z-index: 1;
  }
  .hover-words01:hover::after {
    content: '太陽光発電には、住宅の屋根にパネルを設置し、自分で消費した後、余った電気を売電する余剰買取と、大規模にパネルを設置し、発電した電気をすべて売電する全量買取の二つがあります。\A電力会社が、予め決まった価格で余剰買取は10年間、全量買取は20年間、買取をする制度が固定価格買取制度（ＦＩＴ制度）です。';
  }
  .hover-words02:hover::after {
    content: '事業型ファンドとは、出資者から資金を集め、その資金で営業者が事業を行い、収益を分配することをいいます。\Aこのとき、出資者の権利は金融商品取引法によって、みなし有価証券と位置付けられており、原則、出資の勧誘は第二種金融商品取引業の登録を受けた金融商品取引業者しかできないことになっています。\A\A（私募取扱者）\A株式会社ALLアセットパートナーズ\A中国財務局長（金商）第45号（第二種金融商品取引業、投資助言・代理業）\A一般社団法人第二種金融商品取引業協会\A一般社団法人日本投資顧問業協会';
  }
  .hover-words03:hover::before {
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .hover-words03:hover::after {
    left: -10px;
    content: 'オペレーターとの賃貸借契約期間において、２０年の賃貸借期間のうち、中途解約を認めない解約不能期間を設ける予定ですが、解約不能期間満了の半年前から、各当事者による半年前の申入れにより解約することを認める旨の中途解約条項を設ける予定です。そのため、当該期間経過後においては、オペレーター兼賃借人から中途解約がされる可能性があります。その場合、オペレーターを変更するか営業者自らが発電事業者となる可能性があります。';
  }
}

.lp-aboutfund {
  background: url(../img/lp03_2/bg_aboutfund.png) no-repeat top center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 151px;
}
.lp-aboutfund__main {
  letter-spacing: 0.04em;
}
.lp-aboutfund__title {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: #243f54;
  position: relative;
}
.lp-aboutfund__title:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 180px;
  left: 50%;
  bottom: 0;
  background-color: #243f54;
  transform: translateX(-50%);
}
.lp-aboutfund__heading_inner {
  position: relative;
  padding-bottom: 31px;
}

.lp-aboutfund__heading_inner-text01 {
  background-color: #243f54;
  font-size: 1.6rem;
  line-height: 20px;
  display: inline-block;
  padding: 0 4.25em 0;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.lp-aboutfund__heading_inner-text02 {
  font-size: 5.13rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: calc(69/51.3);
}
.aboutfund-04 {
  display: flex;
  margin-top: 66px;
  margin-top: 50px;
  font-weight: 400;
  color: #243f54;
  font-size: 2.7rem;
  line-height: 1.41;
  letter-spacing: 0.04em;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0;
}
.aboutfund-textbox {
  font-size: 1.7rem;
  line-height: calc(45/17);
}
.aboutfund-04 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:  20px;
  width: 30.7%;
  background-color: #fff;
  position: relative;
  border: 1px solid #59524a;
}
.aboutfund-04 .item::before,
.aboutfund-04 .item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutfund-04 .item::before {
  background-color: rgb(36, 63, 84, .25);
  height: 100%;
  width: 16px;
}
.aboutfund-04 .item::after {
  background-color: rgb(188, 179,166, .3);
  width: 100%;
  height: 10px;
}
.lp-aboutfund__lead {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 70px;
  margin-bottom: 0;
  line-height: calc(61/24);
  letter-spacing: 0.04em;
  font-weight: 400;
}
.aboutfund__words,
.aboutfund__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-aboutfund {
    /* background-size: contain;
    background-repeat: repeat-y; */
    padding-top: 43px;
    padding-bottom: 58px;
  }
  .lp-aboutfund__title {
    margin-bottom: 25px;
  }
  .lp-aboutfund__heading_inner {
    padding-bottom: 40px;
  }
  .lp-aboutfund__heading_inner-text01 {
    font-size: 	2.133333328vw;
  }
  .lp-aboutfund__heading_inner-text02 {
    font-size: 5.066666654vw;
  }
  .aboutfund-04 {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    flex-direction: column;
    font-size: 3.733333324vw;
  }
  .aboutfund-textbox {
    font-size: 1.7rem;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutfund-04 .item {
    width: 100%;
  }
  .lp-aboutfund__title {
    margin-bottom: 20px;
}
  .lp-aboutfund .pc-only{
    display: none;
  }
  .aboutfund__btn {
    display: block;
    background-color: #8bc120;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
  }
  .aboutfund__words {
    font-size: 1.4rem;
  }
  .aboutfund__word {
    font-weight: bold;
    font-size: 1.8rem;
    color: #231815;
  }
  .aboutfund__word__block {
    padding: 0 10px;
    margin-top: 4em;
  }
  .lp-aboutfund__lead {
    margin-top: 55px;
    font-size: 3.199999992vw;
  }
}
@media screen and (max-width: 560px) {
  .lp-aboutfund__heading_inner-text01 {
    margin-bottom: 20px;
  }
  .lp-aboutfund__heading_inner {
    padding-bottom: 20px;
  }
  .aboutfund-04 {
    margin-top: 25px;
  }
  .aboutfund-04,
  .aboutfund-textbox {
    width: 100%;
  }
  .aboutfund-04 {
    font-size: 19px;
  }
  .aboutfund-04 .item {
    margin-bottom: 18px;
  }
  .aboutfund-textbox {
    line-height: 1.9;
  }
}




/*
  nenkin
 */
.lp-nenkin__heading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0 75px;
  background: rgb(236,244,240);
  background: linear-gradient(180deg, rgba(236,244,240,1) 55%, rgba(255,255,255,1) 100%);
}
.lp-nenkin__heading_inner {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lp-nenkin__heading_inner-text01 {
  background-color: #889092;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  padding: 0 40px 0 20px;
  color: #fff;
  margin-bottom: 0;
}
.lp-nenkin__heading_inner-text02 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
}
.lp-nenkin__heading_inner-text03 {
  background-color: #00a281;
  border-radius: 15px;
  height: 30px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.lp-nenkin__intro {
  margin: 0;
  padding: 65px 15px;
  text-align: center;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.lp-nenkin__title {
  margin: 0;
}
.lp-nenkin__main {
  padding:  0;
}
.lp-nenkin__img .tb-only {
  display: none;
}
.lp-nenkin__img {
  margin: 0 -15px;
  position: relative;
}
.lp-nenkin__text {
  position: absolute;
  bottom: 25px;
  left: 15px;
  font-size: 1.5rem;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .lp-nenkin__text {
    font-size: 1.5vw;
  }
}
.nenkin100nen {
  margin-top: 84px;
  margin-bottom: 84px;
}
.lp-nenkin__lead {
  font-size: 2.4rem;
  margin-top: 105px;
  margin-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .lp-nenkin__heading {
    padding: 20px 15px;
  }
  .lp-nenkin__heading_inner {
    width: 87%;
  }
  .lp-nenkin__heading_inner-text01 {
    font-size: 1.33vw;
  }
  .lp-nenkin__heading_inner-text02 {
    font-size: 	3.86vw;
  }
  .lp-nenkin__heading_inner-text03 {
    font-size: 2.13vw;
  }
  .lp-nenkin__intro {
    font-size: 2.45vw;
    padding: 40px 0;
  }
  .lp-nenkin__img .pc-only,
  .lp-nenkin__img .sp-only {
    display: none;
  }
  .jibun_nenkin .pc-only {
    display: none;
  }
  .lp-nenkin__img .tb-only {
    display: block;
  }
  .lp-nenkin__img {
    width: 72%;
    display: block;
    margin: 0 auto;
  }
  .lp-nenkin__text {
    font-size: 2.3vw;
    bottom: 4%;
    left: -0.3%;
    line-height: 1.7;
    margin-bottom: 0;
  padding: 0 30px;
  }
  .nenkin100nen {
    margin-top: 43px;
    margin-bottom: 25px;
}
  .nenkin100nen,
  .jibun_nenkin {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-nenkin__lead {
    font-size: 3.19vw;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

/*
  why
 */
.lp-why .lp-section__heading2 {
  padding: 38px 0 7px;
  background-color: #448638;
}
.lp-why .lp-section__heading2:after {
  border-top: 20px solid #fff;
  bottom: inherit;
  top: 0;
}
.lp-why__heading {
  background-color: #8bc120;
  padding-bottom: 40px;
}
.lp-why__en {
  background-color: #448638;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  padding: 0 40px 0 20px;
  color: #fff;
  margin-bottom: 0;
}
.lp-why__title01 {
  margin-bottom: 5px;
  font-size: 3.8rem;
}
.lp-why__title02 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .lp-why__heading {
    padding-top: 12px;
    padding-bottom: 26px;
  }
  .lp-why__en {
    margin-bottom: 10px;
  }
  .lp-why__title01 {
    line-height: 1.2;
    font-size: 4.93vw;
    margin-bottom: 10px;
  }
  .lp-why__title02 {
    font-size: 2.66vw;
  }
}
.fwB {
  font-weight: bold;
}
.lp-why {
  background-color: #ecf4f0;
}
.lp-why__main {
  padding-bottom: calc(80px - 1em);
}
.lp-why__lists {
  font-size: 1.6rem;
  margin: 0 55px;
}
.lp-why__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-why__list p {
  margin-bottom: 0;
}
.lp-why__list+.lp-why__list {
  margin-top: 55px;
  position: relative;
}
.lp-why__list+.lp-why__list::before {
  position: absolute;
  top: -25px;
  left: 0;
  height: 1px;
  width: 100%;
  display: block;
  content: '';
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 11px);
  background-size: 12px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.lp-why__title {
  font-size: 3.8rem;
  color: #5e9536;
  margin-top: 100px;
}
.point_num {
  vertical-align: text-bottom;
  margin-right: 20px;
  display: inline-block;
  background-color: #1e9052;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 6px 14px 8px 20px;
}
.lp-why__block {
  align-self: center;
  width: 67.3%;
  max-width: 565px;
}
.lp-why__block__title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8bc120;
  border-left: 1.4rem solid #1e9052;
  width: 32.7%;
  margin-right: 34px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1.6rem 2.4rem 1.6rem 1rem;
  margin-top: 0;
}

.lp-why__block__title01>* {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp-why__main {
      padding-bottom: 50px;
  }
  .lp-why__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-why__block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-why__block {
    max-width: 564px;
  }
  .point_num {
    font-size: 5.06vw;
  }
  .lp-why__title {
    text-align: center;
    font-size: 5.06vw;
    margin-top: 50px;
  }
  .lp-why__block {
    margin-top: 35px;
    padding: 0 12px;
  }
  .lp-why__block__title01{
    padding: 0 1rem;
    /* font-size: 3.19vw; */
    font-size: 18px;
    width: 100%;
    border-left: 0.7rem solid #1e9052;
  }
  .lp-why__block__title01 .pc-only{
    display: none;
  }
  .lp-why__lists {
    margin: 0;
  }
  .lp-why__list+.lp-why__list {
    margin-top: 25px;
  }
  .lp-why__list+.lp-why__list::before {
    display: none;
  }
}

/*
  Merit
 */
.lp-merit {
  position: relative;
}
.lp-merit .lp-heading-block2 {
  margin-bottom: 105px;
} 

.lp-merit__heading {
  color: #FFF;
  font-size: 3.3rem;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}
.lp-merit__img {
  text-align: center;
  margin-bottom: 35px;
}
.lp-merit .lp-heading__logo {
  max-width: 404px;
}
.lp-merit__dl>.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.lp-merit__dl dt {
  font-size: 2.8rem;
  position: relative;
  line-height: calc(37/28);
  letter-spacing: 0.04em;
  margin-bottom: 29.5px;
  padding-bottom: 16px;
}
.lp-merit__dl dt::before,
.lp-merit__dl dt::after {
  position: absolute;
  content: '';
  height: 5px;
  bottom: 0;
  left: 0;
}
.lp-merit__dl dt::before {
  background-color: #cfcfcf;
  width: 100%;
}
.lp-merit__dl dt::after {
  background-color: #975971;
  width: 26.3%;
}
.lp-merit__demerit  dt::after {
  background-color: #4f7191;
}
.lp-merit__title {
  font-size: 2.5rem;
  margin: 0;
  padding-left: 48px;
  border-bottom: 2px solid transparent;
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
}
.lp-merit__title .lp-merit__num {
  position: absolute;
  left: 0;
  top: 0;
}
.lp-merit__title::after {
  content: '';
  display: block;
  background: #000000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp-merit__body {
  font-size: 1.43rem;
  font-weight: 400;
  line-height: 1.57;
  padding: 1em 4px;
  margin: 0;
}
.lp-merit__dl dd {
  width: 48.2%;
  background-color: #efefef;
  padding: 2rem 1.65rem;
  margin-top: 23.5px;
}
.lp-merit__demerit {
  margin-top: 110px;
}
.lp-merit__demerit dd {
  border-color: #2f97d4;
}
.lp-merit__merit {
  margin-top: 70px;
}
.lp-merit__lead {
  text-align: center;
  margin-top: 78px;
  margin-bottom: 90px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .lp-merit .lp-heading-block2 {
    margin-bottom: 35px;
  }
  .lp-merit__dl {
    max-width: 566px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-merit__dl>.flex {
    flex-direction: column;
  }
  .lp-merit__dl dt {
    padding-bottom: 8px;
    font-size: 3.733333324vw;
    margin-bottom: 0;
    font-weight: 600;
  }
  .lp-merit__dl dd {
    margin-top: 14px;
    width: 100%;
    padding: 11px 10px;
  }
  .lp-merit__dl img {
    width: 5.866666652vw;
    height: 5.866666652vw;
  }
  .lp-merit__title {
    /* padding: 15px 13px 0; */
    padding-left: 8.533333312vw;
    line-height: calc(39.66/29.38);
    padding-top: 3px;
    padding-bottom: 15px;
  }
  .lp-merit__body {
      /* padding: 0 15px 10px calc(15px + 2.5rem);
      font-weight: normal; */
  }
  .lp-merit__merit {
    margin-top: 35px;
  }
  .lp-merit__demerit {
    margin-top: 60px;
  }
  .lp-merit__lead {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
 @media screen and (max-width: 560px) {
  .lp-merit__dl dt {
    font-size: 1.9rem;
  }
    .lp-merit__dl {
      width: 100%;
  }
  .lp-merit__title {
    padding-top: 3px;
    padding-bottom: 10px;
  }
}

/*
  Efforts
 */
.lp-efforts {
  padding: 0 0 40px;
}

.lp-efforts__heading {
  color: #707070;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 50px;
  text-align: center;
}

.lp-efforts__list li {
  /* font-size: 1.6rem; */
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
	.lp-efforts__list li {
	  margin-bottom: 0;
	}

}

/* .lp-efforts___num {
  background-color: #E75B52;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: bold;
} */

.lp-efforts__title {
  font-size: 2.6rem;
  margin: 0 0 10px;
  border-bottom: 2px solid #000;
  line-height: 1.4;
  font-weight: normal;
}

.lp-efforts__figure-01 {
  margin: 30px 0;
}
.lp-efforts__figure-01 figcaption {
  font-size: 16px;
  padding-left: 20px;
  margin:  0 0 20px;
}

.lp-efforts__content-title {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 20px;
}

.lp-efforts__attention {
  margin-bottom: 10px;
  border: 1px solid #E70000;
  color: #E70000;
  text-align: center;
  padding: .2em;
}

.lp-efforts__attention.fz16 {
  font-size: 1.6rem;
}
.lp-efforts__attention.fz20 {
  font-size: 2rem;;
}

.efforts-col {
  margin-bottom: 30px;
}



/*
  csr
 */
.lp-csr .lp-section__heading2:after {
  display: none;
}
.lp-csr__heading {
  background-color: #fff;
  background-image: url(../img/lp03_2/midori_background.jpg);
  background-position: center;
  background-size: 100%;
}
.lp-csr .lp-csr__heading__text {
  font-size: 2rem;
  border-top: 1px solid #fff;
  margin-top: 1em;
  margin-bottom: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.lp-csr__main {
  background-color: #ecf4f0;
  padding-top: 87px;
  padding-bottom: 124px;
}
.lp-csr__lead {
  font-size: 3.25rem;
  color: #3e8e6f;
  font-weight: bold;
  text-align: center;
  padding-top: 78px;
  padding-bottom: 78px;
}
.lp-csr__qa__body {
  background-color: #fff;
  padding: 40px 34px;
}
.lp-csr__qa__intro {
  letter-spacing: 0.04em;
}
.lp-csr__qa__img {
  float: left;
  vertical-align: text-top;
  margin-right: 20px;
  margin-bottom: 10px;
}
.lp-csr__qa__ttl {
  clear: both;
  color: #00a281;
  font-size: 2.46rem;
  border: 1px solid #00a281;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}


@media screen and (max-width: 768px) {
  .lp-section__heading2 img {
    width: 53%;
  }
  .lp-csr__img img {
    margin: 0 auto;
  }
  .lp-csr__img .pc-only {
    display: none;
  }
  .lp-csr__heading {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .lp-csr .lp-csr__heading__text {
    font-size: 2.66vw;
    width: 100%;
  }
  .lp-csr__main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .lp-csr__section {
    padding: 10px 25px 0;
  }
  .lp-csr__qa__img {
    float: none;
    text-align: center;
    margin-right: inherit;
    margin-bottom: 30px;
  }
  .lp-csr__qa__ttl {
    margin-top: 30px;
  }
  .lp-csr__lead {
    font-size: 3.99vw;
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

/*
  about-top-summary
 */
 .about-top-summary {
   margin-bottom: 120px;
 }
.about-top-summary .lp-heading-block2 {
  margin-bottom: 100px;
}
.about-top-summary+.about-top-summary {
  padding-top: 45px;
  border-top: 31px solid #e7eced;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about-top-summary .lp-heading-block2 {
    margin-bottom: 50px;
  }
  .about-top-summary {
    margin-bottom: 80px;
  }
}

/*
  FAQ
 */
.lp-faq__heading {
  background-color: #243f54;
}
.lp-faq__heading:after {
  border-top-color: #243f54;
}

.lp-faq__main {
  padding: 50px 0 10px;
}

.lp-faq__list {
  counter-reset: faq;
}
.lp-faq__list li {
  counter-increment: faq;
  border-bottom: 1px dotted #000;
  margin: 0;
  padding: 20px 0;
}
.lp-faq__q {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding: 30px 40px 30px 80px;
}
.lp-faq__q:before {
  background-color: #2F9F81;
  content: "Q"counter(faq);
  color: #FFF;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  left: 0;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 65px;
}
.lp-faq__q .fa-angle-down {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
}
.lp-faq__q.open .fa-angle-down:before {
  content: "\f106";
}

.lp-faq__a {
  margin: 0;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}

.lp-faq .lp-other__link {
  margin-bottom: 210px;
}

.lp-faq .lp-btn-group {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.lp-faq .lp-btn-group {
	  padding: 10px 0;
	}
  .lp-faq .lp-other__link {
    margin-bottom: 30px;
  }
}


/*
  results
 */
.lp-results__main {
  padding: 82px 0 53px;
}
.lp-results__text {
  text-align: center;
  font-weight: 400;
  color: #454545;
  text-align: left;
  margin-bottom: 0;
}
.lp-results__attention {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  border: 1px solid #656464;
  padding: 0.5em 2em;
}

@media screen and (max-width: 768px) {
	.lp-results__section {
	padding: 10px 25px 0;
	}
  .lp-results__fund__link+.lp-results__fund__link {
    margin-top: 100px;
  }
  .lp-results__text {
    font-size: 2.39vw;
  }
  .lp-results__attention {
    margin-top: 120px;
  padding: 0.5em 1em;
  }
}





.lp-results__fund .lp-other__link-btn {
  margin-top: calc(30px - 1em);
}
.lp-results__fund {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}


.lp-results__app {
  text-align: center;
  margin: 0 0 50px;
}

.lp-results__state-title {
  font-size: 1.6rem;
  color: #2F5188;
  font-weight: 400;
  margin: 0 0 10px;

}

.lp-results__state {
  background-color: #e7eced;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 20px 1em;
  text-align: center;
}

.lp-results__state__inner {
  display: inline-block;
  text-align: left;
}

.lp-results__section {
  background-color: #FFF;
  padding: 60px 25px 30px;
  margin-bottom: 30px;
}

.lp-results__section__heading {
  background-color: #D0D2D5;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
  padding: .1em 0;
}

.lp-results__coo {
  margin-bottom: 30px;
}

.lp-results__coo__position {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lp-results__coo__name {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.lp-results__coo__name small {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
}

.lp-results__coo__birth {
  overflow: hidden;
  font-size: 1.5rem;
}
.lp-results__coo__state {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.results__coo__career {
  border-top: 1px solid #656464;
  font-size: 1.4rem;
  padding-top: 15px;
}

.lp-operatpr__members {
  font-size: 1.4rem;
}
.lp-operatpr__members li {
  text-align: center;
}
.lp-operatpr__member__img {
  margin: 0 0 10px;
}
.lp-operatpr__member__position {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 5px;
}
.lp-operatpr__member__name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.lp-results__company {
  font-size: 1.3rem;
  margin-top: -1px;
}
.lp-results__company th ,
.lp-results__company td {
  border-color: #656464;
  border-left: none;
  border-right: none;
  padding: .1em 0;
}
.lp-results__company th {
  font-weight: 400;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  width: 7em;
}


/*
  electric
 */
.home-electric {
    padding-top: 24px;
    padding-bottom: calc(63px - 1em);
    border-top: 5px solid #e7eced;
    border-bottom: none;
}


/*
  news
 */
.home-news {
    padding-top: 46px;
    padding-bottom: calc(50px - 1em);
    border-top: 5px solid #e7eced;
}


/*
  seminar
 */
  .home-seminar {
    padding-top: 13px;
    padding-bottom: calc(67px - 1em);
    border-top: 5px solid #e7eced;
  }


/*
  About
 */
.lp-about__main {
  padding: 50px 0;
}
.lp-about__lead {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  text-align: center;
}

.lp-about__figure figcaption {
  font-weight: bold;
  font-size: 2.9rem;
}

.lp-about__panel {
  margin-top: 50px;
  background-color: #FFF;
  border: 1px solid #231815;
  padding: 10px;
}
.lp-about__panel__lead {
  border-bottom: 1px solid #231815;
  font-size: 1.4rem;
  padding: 0 15px 10px;
  margin: 0 -10px;
  text-align: center;
}
.lp-about__panel__heading {
  border-bottom: 1px solid #231815;
  color: #5A5A59;
  font-size: 1.8rem;
  margin: 0;
  padding: 5px 0 10px;
  text-align: center;
}
.lp-about__body {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px;
}

.lp-about__title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 2em 0 0;
}

.lp-about__body .lp-about__title:first-child {
  margin-top: 0;
}


/*---------------------------------------------------------
 *
 * Tablet Smart
 *
 *---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lp-other__link-btn {
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
    max-width: 313px;
  }
  .lp-top__logo {
    display: none;
  }

  .lp-about__lead {
    font-size: 3.8vw;
  }
/* 
  .lp-efforts___num {
    padding-left: 10px;
  } */

  .lp-efforts__title {
    font-size: 2.8rem;
  }


  .home-seminar {
    padding-top: 30px;
  }

  .lp-operator__coo__img {
    text-align: center;
    margin-bottom: 20px;
  }
}



/*---------------------------------------------------------
 *
 * Tablet PC
 *
 *---------------------------------------------------------*/
@media screen and (min-width: 561px) {
  .lp-feature__list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }
  .lp-feature__list li {
    -ms-flex: 0 1 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding: 0 7px;
  }

  .lp-operatpr__members {
    -webkit-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px;
  }
  .lp-operatpr__members li {
    text-align: center;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

.lp2-heading-primary {
  font-size: 2.4rem;
  font-weight: normal;
  padding-right: 5rem;
}

.accordion-angle-down {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
}
.primary .accordion-angle-down {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/lp03_2/bg_accordion1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 2px;
  width: 35px;
  height: 40px;
}

i.fa.accordion-angle-down:before {
  content: "\f107";
}
.primary i.fa.accordion-angle-down:before {
  color: #8596ae;
}
.open i.fa.accordion-angle-down:before {
    content: "\f106";
}



/*---------------------------------------------------------
 *
 * PC
 *
 *---------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* .header {
    display: none;
  } */

  .nav-tabs {
    overflow: hidden;
    border-bottom: none;
  }
  .nav-tabs > li {
  }
  .nav-tabs > li > a ,
  .nav-tabs > li.active > a {
    margin-right: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1;
    padding: 15px;
  }
  .nav-tabs > li > a:hover {
    border-color: #BFBFBF;
  }
  .nav-tabs > li:first-child > a {
    border-left: none;
  }


  .tab-pane {
    border-top: none;
  }

  .lp-feature__lead {
    font-size: 2.7rem;
  }
  .about-top-summary {
    font-size: 1.8rem;
  }
  .about-top-summary .list-flow {
    margin-top: 100px;
  }

  .about-top-summary-03 .heading-section {
    font-size: 2.4rem;
    color: #008691;
  }
  .about-top-summary-04 .heading-section {
    font-size: 2.4rem;
    color: #2a3840;
    font-size: 2.7rem;
  }
	
	.about-top-text {
		padding:0 30px;
	}
	
  .lp-about__lead {
    font-size: 2.5rem;
  }

  .lp-merit__dl {
    position: relative;
  }



  .lp-efforts__list li {
    background-color: #FFF;
  }
  /* .lp-efforts___num {
    padding: 20px;
	font-weight: normal;
  } */

  .lp-efforts__body {
    padding: 0 55px;
  }

  .efforts-row {
    -webkit-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .efforts-col {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    max-width: 50%;
  }
	
	.efforts-img {
		margin: 0 0 30px 0;
	}


  .lp-operator__section .lp-other__link-btn {
    margin: 10px;
  }
  .lp-operator__coo {
    overflow: hidden;
  }
  .lp-operator__coo__img {
    float: left;
    margin-right: 35px;
  }
  .lp-operator__coo__body {
    overflow: hidden;
  }

  .lp-operatpr__members {
    margin: 0 -35px;
  }
  .lp-operatpr__members li {
    -ms-flex: 0 1 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px;
  }


  .lp-operator__company__row {
     -webkit-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    margin: 0 -10px;
  }
  .lp-operator__company__col {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    max-width: 50%;
    padding: 0 10px;
  }


  .lp-application {
    padding-top: 80px;
    margin-top: -80px;
  }

  .heading-lead {
    font-size: 3.7rem;
  }
  .header {
    border-bottom: 4px solid #cb8c31;
  }
}



/*---------------------------------------------------------
 *
 * Tablet
 *
 *---------------------------------------------------------*/
@media screen and (max-width: 768px) and (min-width: 561px) {
  .header {
    display: block !important;
  }
  .lp-btn__fund ,
  .lp-btn__request {
    font-size: 3vw;
    width: 40%;
  }
  .lp-document__btns .lp-btn__request {
    margin-left: 5%;
  }

  .lp-section__heading {
    font-size: 4vw;
  }

  .lp-efforts__heading {
    font-size: 3.5vw;
  }

  .lp-operatpr__members li {
    font-size: 1.3vw;
  }

  .r-tabs-accordion-title a {
    font-size: 2.2rem;
  }
  .lp-top__img,
  .lp-top__title {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .lp-feature__title .lp-feature__title__02 {
		max-width:100%;
		vertical-align: top;
		}
}


/*---------------------------------------------------------
 *
 * Smart
 *
 *---------------------------------------------------------*/
 @media screen and (max-width: 560px) {
  .lp-nenkin__img .pc-only,
  .lp-nenkin__img .tb-only,
  .lp-nenkin__text {
    display: none;
  }
  .lp-nenkin__img .sp-only {
    display: block;
  }
    .lp-nenkin__img,
    .nenkin100nen, 
    .jibun_nenkin {
    width: 100%;
  }
  .lp-merit__lead {
    font-size: 1.6rem;
  }
  .lp-merit__heading {
    font-size: 8vw;
  }

  .lp-merit__title {
    font-size: 2rem;
  }

  .lp-merit__body {
    padding: 10px 15px;
  }
  .lp-results__fund__link+.lp-results__fund__link {
    margin-top: 50px;
  }
  .lp-results__attention {
    margin-top: 60px;
  }
  /* base */
  .header {
    display: block !important;
    opacity: 1 !important;
  }
  .lp-top__notice {
  }
  .lp-btn__reservaion {
    font-size: 8vw;
  }
  /* .lp-heading__title {
    font-size: 2.6rem;
  } */

  .lp-btn__fund, .lp-btn__request {
    font-size: 6vw;
    width: 100%;
  }

  .lp-section__heading {
    font-size: 5vw;
    padding: 20px 15px;
  }

  .lp-other__link {
    line-height: 1.4;
  }

  .lp-document__btns .lp-btn__request {
    margin-left: 0;
    margin-top: 20px;
  }

  .lp-feature__title img {
    margin: 0 0 10px;
  }

  .lp-feature__title .lp-feature__title__02 {
    max-width: 200px;
    vertical-align: top;
	}

  .lp-about__figure figcaption {
    font-size: 6vw;
  }

  .lp-about__panel__heading {
    font-size: 1.6rem;
  }

  .lp-efforts__heading {
    font-size: 7vw;
  }

  /* .lp-efforts___num {
   font-size: 1.5rem;
	padding: 10px 45px 10px 10px;
	min-height: 70px;
  } */

  .lp-efforts__title {
    font-size: 2.2rem;
  }

  .lp-efforts__content-title {
    font-size: 1.6rem;
  }

  .lp-operator__section__heading {
    font-size: 2.6rem;
  }

  .lp-operatpr__members li {
    margin-bottom: 20px;
  }

  .lp-application__title {
    font-size: 6vw;
  }
  .lp-application__title__sub {
    font-size: 1.4rem;
  }

  .lp-faq__list li {
    padding: 10px 0;
  }

  .lp-faq__q {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 40px;
    margin: 0;
    padding: 10px 40px 10px 40px;
  }
  .lp-faq__a {
    font-size: 1.4rem;
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .lp-faq__q:before {
    top: 10px;
    font-size: 1.4rem;
    width: 32px;
  }
  .lp-faq__q .fa-angle-down {
    font-size: 30px;
  }
  .lp-aboutfund__lead {
    font-size: 3.66vw;
  }
	.lp2-heading-primary {
	  font-size: 1.2rem;
	  font-weight: normal;
	  padding: 0 40px 0 0;
  }
  .primary .accordion-angle-down {
    font-size: 15px;
    background-size: contain;
    width: 17px;
    height: 20px;
  }
  .accordion-angle-down {
    font-size: 30px;
  }
}


/* 2018.8.2tuika
---------------------*/

.feature-04 {
	margin: 0 auto 30px auto;
}

.feature100nen {
	margin: 0 auto 40px auto;
}

.jibun_nenkin {
	margin: 0 auto 40px auto;
}

.lp-feature__lead_hosoku {
	font-size: 16px;
	
}

.sperio-cover {
	margin: 0 0 30px 0;
}

h4.sperio_case {
	font-size: 35px;
	margin: 0 0 5px 0;
	line-height: 1.2;
	border-bottom:3px solid #BEBFBF;
}
.sperio-cover span {
  font-size: 2.2rem;
}


@media screen and (max-width: 768px) {
	h4.sperio_case {
		font-size: 20px;
	}
}


.superio_hosoku {
	margin: 0 55px;
}

@media screen and (max-width: 768px) {
	.superio_hosoku {
		margin: 0 25px;
	}
}

.lp-superio__intro {
  border: 1px solid #c3c0bf;
  text-align: center;
  padding: 30px 1em 24px;
  font-size: 1.9rem;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
	lp-superio__intro {
    text-align: left;
    padding: 0.5em;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.lp-superio__attention {
  font-size: 1.6rem;
  margin-bottom: 10px;
  border: 1px solid #1786A8;
  color: #1786a8;
  text-align: center;
  padding: .2em;
}

.lp-superio__attention.red {
  margin-top: calc(70px - 1em);
  border-color: #d35b54;
  color: #d35b54;
}
.sperio_table01 {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	position: relative;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.sperio_table01 th{
  border: 1px solid #3e3a39;
	text-align: center;
	padding: 5px;
}

.sperio_table01 th span{
	position: absolute;
	right: 5px;
	top:10px;
	font-size: 12px;
}

.sperio_table01 td {
  border: 1px solid #3e3a39;
	padding: 5px;
}

.sperio_table01 td li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.sperio_table01 td span{
	font-size: 12px;
}
.sperio_table01 td .memo{
  margin-left: -1.2em;
  list-style-type: none;
}

.lp-efforts___num,
.sikumi-cover {
  color: #fff;
  background-color: #586f82;
  padding: .8em;
  margin: 0 0 30px;
  position: relative;
}
.sikumi-cover.secondary {
  background-color: #e6ebee;
  color: #2a3840;
}

@media screen and (max-width: 768px) {
.lp-efforts___num,
	.sikumi-cover {
	  margin: 0 0 10px;
	}
  .sperio_table01 th span{
    display: block;
    position: static;
  }
}


.lp-faq__heading:after,
.lp-section__heading2:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #243f54;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 2;
  }

.lp-simu__heading {
  background-color: #2F9F81;
}
.lp-simu__heading:after {
  border-top-color: #2F9F81;
}

#simulation figure{
	margin: 0 0 10px 0;
}


#simulation ul{
	font-size: 12px;
	margin: 0 65px 20px 65px;
	list-style:none;
}

@media screen and (max-width: 768px) {
	#simulation ul{
		margin: 0 10px 20px 10px;
		padding: 0;
	}
}

.switch {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
  /* .table-sm-block2, .form-table {
     }
    .table-sm-block2 > thead, .form-table > thead,
    .table-sm-block2 > thead > tr, .form-table > thead > tr,
    .table-sm-block2 > thead > tr > th, .form-table > thead > tr > th,
    .table-sm-block2 > thead > tr > td, .form-table > thead > tr > td,
    .table-sm-block2 > tbody, .form-table > tbody,
    .table-sm-block2 > tbody > tr, .form-table > tbody > tr,
    .table-sm-block2 > tbody > tr > th, .form-table > tbody > tr > th,
    .table-sm-block2 > tbody > tr > td, .form-table > tbody > tr > td {
     } */
	.table-sm-block2 th,.table-sm-block2 td {
		padding: .2em 0.5em;
		font-size: 1.3rem;
	}

	.heading-primary {
	font-size: 1.8rem;
	padding: 0 50px 0 0;
	min-height: 63px;
	}

}

.responsive-tabs ul {
	padding: 0;
	margin: 0;
}

/*
  youkou
*/
.lp-youkou__heading {
  background-image: url(../img/lp03_2/bg_csr.png);
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.lp-youkou__heading:after {
  display: none;
}
.lp-youkou__heading__textbox {
  background-color: #fff;
  color: #243f54;
  padding-top: 40px;
  padding-bottom: 53px;
  margin-left: 10px;
  margin-right: 10px;
}
.lp-youkou__heading_title {
  position: relative;
  font-size: 4.482vw;
  font-weight: 400;
  padding-bottom: 7.5px;
  margin-bottom: 16px;
}
.lp-youkou__heading_title::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3b2722;
  height: 1px;
  width: 34%;
}
.lp-youkou__heading__text {
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  .lp-youkou__heading_title {
    font-size: 4.482rem;
  }
  .lp-heading__title::after {
    width: 237px;
  }
  .lp-youkou__heading__text {
    font-size: 2rem;
    line-height: calc(37/20);
  }
}
@media screen and (max-width: 768px) {
  .lp-youkou__heading {
    padding-top: 75.5px;
    padding-bottom: 75.5px;
  background-image: url(../img/lp03_2/bg_csr_sp.png);
  }
  .lp-youkou__heading__textbox {
    width: 69.2%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .lp-youkou__heading_title {
    font-size: 5.9999999852vw;
    padding-bottom: 7.5px;
    margin-bottom: 16px;
  }
  .lp-youkou__heading__text {
    font-size: 2.66666666vw;
  }
}
@media screen and (max-width: 560px) {
  .lp-youkou__heading__textbox {
    width: 100%;
  }
    .lp-youkou__heading_title {
    font-size: 33px;
  }
  .lp-youkou__heading__text {
    font-size: 14px;
  }
}

.fund-table{
	display: table;
	margin: 0 0 50px auto;
}
.fund-table div{
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}
.fund-table div p{
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
.fund-table div p {
  margin-bottom: 20px;
}
.fund-table div p a{
	display: block;
	padding: 7px 0;
	text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
}
.fund-entry-img {
  float: none;
}

@media screen and (max-width: 768px) {
  .fund-table {
    margin-bottom: 20px;
  }
  .fund-table div{
    display:block;
    width:100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fund-table div.fund-entry-img {
    width: 86.4%;
    margin-bottom: 50px;
  }
  .fund-table div.fund-entry-btn {
    width: 78.7%;
  }
}



/* box-shadow */
.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  height: 100%;
}


/* swiper */




/* topのスライダーの設定
----------------------------------- */
.lp-operator__slide.swiper-container {
  width: 100%;
  overflow: visible;
}

.lp-operator__slide-container,
.lp-operator__slide__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-operator__slide-container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.lp-operator__slide__item {
  padding: 0 75px;
}

.lp-operator__slide__img {
  width: 100%;
  max-width: inherit;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .lp-operator__slide__img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s 0.2s;
    transition: opacity 0.5s 0.2s;
  }
}


.lp-operator__slide__item.swiper-slide-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .lp-operator__slide__item.swiper-slide-active:hover {
  opacity: 0.8;
} */

.lp-operator__slide__item.swiper-slide-active .lp-operator__slide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-operator__slide__item.swiper-slide-active .lp-operator__slide__img::before {
  opacity: 0;
  pointer-events: none;
}

/* swiperbutton  */
.lp-operator__slide-next,
.lp-operator__slide-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.lp-operator__slide-next,
.lp-operator__slide-prev {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  width: 46px;
  height: 46px;
}

.lp-operator__slide-prev {
  background-image: url(../img/lp03_2/lp-operator__slide-prev.svg);
  left: -20px;
  right: auto;
}

.lp-operator__slide-next {
  background-image: url(../img/lp03_2/lp-operator__slide-next.svg);
  right: -20px;
  left: auto;
}

@media (max-width: 1100px) {
  .lp-operator__slide-prev {
    left: 10px;
  }
  .lp-operator__slide-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .lp-operator__slide-next,
  .lp-operator__slide-prev {
  width: 33px;
  height: 33px;
    /* top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); */
    /* bottom: -36px; */
  }
  .lp-operator__slide-prev {
    left: -10px;
    /* left: auto; */
    /* right: calc(50% + 80px); */
  }
  .lp-operator__slide-next {
    right: -10px;
    /* right: auto; */
    /* left: calc(50% + 80px); */
  }
  .lp-operator__slide__item {
    padding: 0 30px;
  }
  .swiper-slide.pc-only {
    display: none;
  }
}

@media (max-width: 480px) {
  .lp-operator__slide-next,
  .lp-operator__slide-prev {
    width: 27px;
    height: 27px;
  }
}