@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/
.l-headerMenuBtn,
.l-headerNav {
  display: none;
}

.l-wrap {
  padding-top: 109px;
}
@media screen and (max-width: 1045px) {
  .l-wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding-top: 60px;
  }
}


.p-lpKv {
  position: relative;
}
.p-lpKv__title {
  position: absolute;
  bottom: 11vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.p-lpKv__title span {
  display: block;
  margin: 0 auto;
  background: linear-gradient(to right, #1b9040 0%,#2184d1 100%);
  max-width: 660px;
  width: clamp(180px, 55vw, 660px);
  box-sizing: border-box;
  padding: 10px 30px;
}
@media screen and (max-width: 1420px) {
  .p-lpKv__title {
    bottom: 4vw;
  }
}
@media screen and (max-width: 960px) {

}


.p-lpIntro {
  padding: 0 0 105px 0;
}
.p-lpIntro__img {
  max-width: 181px;
  margin: 0 auto 30px;
}
.p-lpIntro__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.p-lpIntro__title span {
  display: inline-block;
  background: linear-gradient(90deg, #1b9041 0%, #2184d1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-lpIntro__txt {
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-lpIntro {
    padding: 0 0 70px 0;
  }
  .p-lpIntro__img {
    max-width: 121px;
    margin: 0 auto 30px;
  }
  .p-lpIntro__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .p-lpIntro__txt {
    font-size: 16px;
    line-height: 2;
  }
}

.p-lpReason {
  background: #e4f2da;
  padding: 105px 0;
}
.p-lpReason__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #007124;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 30px;
}
.p-lpReasonFeature {
  display: flex;
  flex-wrap: wrap;
}
.p-lpReasonFeatureItem {
  width: calc(25% - 15px);
  margin-left: 20px;
  background: #1b9044;
  box-sizing: border-box;
  padding: 27px 15px 40px;
}
.p-lpReasonFeatureItem:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-lpReasonFeatureItem:nth-of-type(2) {
  background: #1c8d64;
}
.p-lpReasonFeatureItem:nth-of-type(3) {
  background: #1e8994;
}
.p-lpReasonFeatureItem:nth-of-type(4) {
  background: #2085c4;
}
.p-lpReasonFeatureItem__title {
  background: #FFF;
  color: #1b9044;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  max-width: 110px;
  margin: 0 auto 21px;
  box-sizing: border-box;
  padding: 3px 10px 9px;
  border-radius: 100px;
}
.p-lpReasonFeatureItem__title span:nth-of-type(1) {
  font-size: 18px;
}
.p-lpReasonFeatureItem__txt {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-lpReasonFeatureItem {
    width: calc(25% - 15px);
    margin-left: 20px;
    padding: 27px 15px 40px;
  }
  .p-lpReasonFeatureItem:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .p-lpReasonFeatureItem__title {
    font-size: 24px;
    margin: 0 auto 21px;
    padding: 3px 10px 9px;
  }
  .p-lpReasonFeatureItem__title span:nth-of-type(1) {
    font-size: 16px;
  }
  .p-lpReasonFeatureItem__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-lpReason {
    padding: 70px 0;
  }
  .p-lpReason__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .p-lpReasonFeature {
  }
  .p-lpReasonFeatureItem {
    width: 100%;
    margin-left: 0px;
    padding: 20px 15px 20px;
  }
  .p-lpReasonFeatureItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-lpReasonFeatureItem__title {
    font-size: 22px;
    max-width: 110px;
    margin: 0 auto 13px;
    padding: 3px 10px 7px;
  }
  .p-lpReasonFeatureItem__title span:nth-of-type(1) {
    font-size: 14px;
  }
  .p-lpReasonFeatureItem__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}


.p-lpReasonTrouble {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 85px 0 0 0;
}
.p-lpReasonTrouble__title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 42px;
}
.p-lpReasonTrouble__title strong {
  color: #007124;
  font-weight: 700;
  font-size: 1.11em;
}
.p-lpReasonTroubleFrame {
  display: flex;
  flex-wrap: wrap;
  max-width: 1095px;
  margin: 0 auto;
  padding-bottom: 140px;
}
.p-lpReasonTroubleItem {
  background: #FFF;
  width: calc(33.33% - 20px);
  margin-left: 30px;
  border-radius: 20px 20px 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-lpReasonTroubleItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-lpReasonTroubleItem__txt {
  padding: 33px 15px;
  font-size: 18px;
  line-height: 31px;
}
.p-lpReasonTroubleItem__txt strong {
  color: #007124;
  font-weight: 700;
  font-size: 1.22em;
}
.p-lpReasonTroubleItem__img {
  position: absolute;
}
.p-lpReasonTroubleItem:before {
  content: '';
  display: block;
  background: url("../images/lp/icon-dot.png") no-repeat center;
  background-size: contain;
  width: 41px;
  height: 33px;
  position: absolute;
  top: -10px;
  left: 20px;
}

.p-lpReasonTroubleItem:nth-of-type(1) .p-lpReasonTroubleItem__img {
  width: 98px;
  bottom: -135px;
  left: 30px;
}
.p-lpReasonTroubleItem:nth-of-type(2) .p-lpReasonTroubleItem__img {
  width: 111px;
  bottom: -124px;
  left: 10px;
}
.p-lpReasonTroubleItem:nth-of-type(3) .p-lpReasonTroubleItem__img {
  width: 111px;
  bottom: -134px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .p-lpReasonTrouble {
    margin: 70px 0 0 0;
  }
  .p-lpReasonTrouble__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-lpReasonTrouble__title strong {
    color: #007124;
    font-weight: 700;
    font-size: 1.11em;
  }
  .p-lpReasonTroubleFrame {
    padding-bottom: 10px;
  }
  .p-lpReasonTroubleItem {
    width: 100%;
    margin-left: 0px;
    border-radius: 10px 10px 10px 0;
  }
  .p-lpReasonTroubleItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-lpReasonTroubleItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-lpReasonTroubleItem__txt {
    padding: 33px 10px 33px 30px;
    font-size: 16px;
    line-height: 31px;
  }
  .p-lpReasonTroubleItem__txt strong {
    font-size: 1.22em;
  }
  .p-lpReasonTroubleItem__img {
  }
  .p-lpReasonTroubleItem:before {
    background: url("../images/lp/icon-dot.png") no-repeat center;
    background-size: contain;
    width: 33px;
    height: 21px;
    top: -10px;
    left: 10px;
  }

  .p-lpReasonTroubleItem:nth-of-type(1) .p-lpReasonTroubleItem__img {
    width: 60px;
    bottom: -3px;
    left: -14px;
  }
  .p-lpReasonTroubleItem:nth-of-type(2) .p-lpReasonTroubleItem__img {
    width: 68px;
    bottom: -3px;
    left: -10px;
  }
  .p-lpReasonTroubleItem:nth-of-type(3) .p-lpReasonTroubleItem__img {
    width: 68px;
    bottom: -3px;
    left: -10px;
  }
}

.p-lpContact {
  background: linear-gradient(to right, #6bb77e 0%,#6fb0d5 100%);
  padding: 70px 0;
  position: relative;
}
.p-lpContact:before {
  content: '';
  display: block;
  margin: auto;
  top: -57px;
  left: 0;
  right: 0;
  background: url("../images/lp/icon-arrow01.png") no-repeat center top;
  background-size: 100% 100%;
  width: 280px;
  height: 94px;
  position: absolute;
}
.p-lpContactFrame {
  background: #FFF;
  position: relative;
  padding: 76px 20px 62px 20px;
}
.p-lpContact__title {
  color: #282828;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 49px;
}
.p-lpContactBtnArea {
  display: flex;
  justify-content: space-between;
  max-width: 696px;
  margin: 0 auto;
}
.p-lpContactBtnAreaItem {
  width: 46.8%;
  position: relative;
  padding: 37px 0 0 0;
}
.p-lpContactBtnAreaItem__title {
  color: #007124;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1.2;
}
a.p-lpContactBtnAreaItem__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
}
a.p-lpContactBtnAreaItem__btn span {
  position: relative;
}
a.p-lpContactBtnAreaItem__btn span:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
}
.p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn {
  background: linear-gradient(to right, #1b9040 0%,#2184d1 100%);
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 3px 0;
}
.p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn span {
  padding-left: 28px;
}
.p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn span:before {
  background: url("../images/lp/icon-mail.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: 9px;
}
.p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn {
  background: #f4f4f4;
  color: #007124;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 6px 0;
}
.p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn span {
  padding-left: 24px;
}
.p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn span:before {
  background: url("../images/lp/icon-tel.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 12px;
}
.p-lpContact__img01 {
  position: absolute;
  top: 30px;
  left: 29px;
  width: 229px;
}
.p-lpContact__img02 {
  position: absolute;
  top: 27px;
  right: 31px;
  width: 234px;
}

@media screen and (max-width: 1100px) {
  .p-lpContact__img01 {
    top: 30px;
    left: 29px;
    width: 176px;
  }
  .p-lpContact__img02 {
    top: 27px;
    right: 31px;
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  .p-lpContact__img01 {
    display: none;
  }
  .p-lpContact__title {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .p-lpContact {
    padding: 50px 0;
  }
  .p-lpContact:before {
    top: -27px;
    background: url("../images/lp/icon-arrow01.png") no-repeat center top;
    background-size: 100% 100%;
    width: 120px;
    height: 50px;
  }
  .p-lpContactFrame {
    padding: 30px 20px 30px 20px;
  }
  .p-lpContact__title {
    font-size: 20px;
    margin-bottom: 1px;
    text-align: left;
  }
  .p-lpContactBtnArea {
    display: block;
  }
  .p-lpContactBtnAreaItem {
    width: 100%;
    position: relative;
    padding: 27px 0 0 0;
  }
  .p-lpContactBtnAreaItem:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .p-lpContactBtnAreaItem__title {
    font-size: 16px;
    line-height: 1.2;
  }
  a.p-lpContactBtnAreaItem__btn {
    height: 60px;
  }
  .p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn {
    font-size: 20px;
    padding: 0 0 3px 0;
  }
  .p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn span {
    padding-left: 28px;
  }
  .p-lpContactBtnAreaItem.is-mail a.p-lpContactBtnAreaItem__btn span:before {
    background: url("../images/lp/icon-mail.png") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 7px;
  }
  .p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn {
    font-size: 26px;
    padding: 0 0 6px 0;
  }
  .p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn span {
    padding-left: 21px;
  }
  .p-lpContactBtnAreaItem.is-tel a.p-lpContactBtnAreaItem__btn span:before {
    background: url("../images/lp/icon-tel.png") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 20px;
    top: 9px;
  }
  .p-lpContact__img02 {
    position: absolute;
    top: -34px;
    right: -5px;
    width: clamp(80px, 22vw, 158px);
  }
}




.p-lpContact02 {
  background: linear-gradient(to right, #6bb77e 0%,#6fb0d5 100%);
  padding: 70px 0;
  position: relative;
}
.p-lpContact02Frame {
  background: #FFF;
  position: relative;
  padding: 76px 20px 62px 20px;
}
.p-lpContact02__title {
  color: #282828;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 49px;
}
.p-lpContact02BtnArea {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
.p-lpContact02BtnAreaItem {
  width: calc(33.33% - 20px);
  margin-left: 30px;
  position: relative;
}
.p-lpContact02BtnAreaItem:nth-of-type(3n + 1) {
  margin-left: 0px;
}
.p-lpContact02BtnAreaItem__title {
  color: #007124;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1.2;
}
a.p-lpContact02BtnAreaItem__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
}
a.p-lpContact02BtnAreaItem__btn span {
  position: relative;
}
a.p-lpContact02BtnAreaItem__btn span:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
}
.p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn {
  background: #f4f4f4;
  color: #007124;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 6px 0;
}
.p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn span {
  padding-left: 24px;
}
.p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn span:before {
  background: url("../images/lp/icon-tel.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 12px;
}
.p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn {
  background: linear-gradient(to right, #1b9040 0%,#2184d1 100%);
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 3px 0;
}
.p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn span {
  padding-left: 28px;
}
.p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn span:before {
  background: url("../images/lp/icon-mail.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: 9px;
}
.p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn {
  background: linear-gradient(to right, #1b9040 0%,#2184d1 100%);
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 3px 0;
}
.p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn span {
  padding-left: 28px;
}
.p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn span:before {
  background: url("../images/common/icon-dl01.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 20px;
  top: 6px;
}

@media screen and (max-width: 960px) {
  .p-lpContact02BtnArea {
    flex-wrap: wrap;
  }
  .p-lpContact02BtnAreaItem {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-lpContact02BtnAreaItem:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
  }
  .p-lpContact02BtnAreaItem:nth-of-type(2) {
    margin-left: 0;
  }
  .p-lpContact02BtnAreaItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-lpContact02 {
    padding: 50px 0;
  }
  .p-lpContact02Frame {
    padding: 30px 20px 30px 20px;
  }
  .p-lpContact02__title {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .p-lpContact02BtnArea {
    flex-wrap: wrap;
  }
  .p-lpContact02BtnAreaItem {
    width: 100%;
    margin-left: 0px;
  }
  .p-lpContact02BtnAreaItem:nth-of-type(1) {
  }
  .p-lpContact02BtnAreaItem:nth-of-type(2) {
    margin-left: 0;
  }
  .p-lpContact02BtnAreaItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  a.p-lpContact02BtnAreaItem__btn {
    height: 60px;
    box-sizing: border-box;
  }
  .p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn {
    font-size: 26px;
    padding: 0 0 6px 0;
  }
  .p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn span {
    padding-left: 20px;
  }
  .p-lpContact02BtnAreaItem.is-tel a.p-lpContact02BtnAreaItem__btn span:before {
    background: url("../images/lp/icon-tel.png") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 20px;
    top: 8px;
  }
  .p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn {
    font-size: 18px;
    padding: 1px 0 3px 0;
  }
  .p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn span {
    padding-left: 28px;
  }
  .p-lpContact02BtnAreaItem.is-mail a.p-lpContact02BtnAreaItem__btn span:before {
    background: url("../images/lp/icon-mail.png") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 6px;
  }
  .p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn {
    font-size: 18px;
    padding: 1px 0 3px 0;
  }
  .p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn span {
    padding-left: 28px;
  }
  .p-lpContact02BtnAreaItem.is-dl a.p-lpContact02BtnAreaItem__btn span:before {
    background: url("../images/common/icon-dl01.png") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 20px;
    top: 2px;
  }
}



.p-lpFeature {
  padding: 105px 0;
}
.p-lpFeature__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #007124;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
.p-lpFeature__title span {
  font-size: 1.3em;
}
.p-lpFeatureFrame {
  
}
.p-lpFeatureItem {
  display: flex;
  justify-content: space-between;
}
.p-lpFeatureItem:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.p-lpFeatureItem:nth-of-type(n + 2) {
  margin-top: 70px;
}
.p-lpFeatureItem__img {
  width: calc(50% - 20px);
}
.p-lpFeatureItemContent {
  width: calc(50% - 20px);
  text-align: justify;
}
.p-lpFeatureItemContent__num {
  color: #007124;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 36px;
  position: relative;
}
.p-lpFeatureItemContent__num span:nth-of-type(1) {
}
.p-lpFeatureItemContent__num span:nth-of-type(2) {
  font-size: 2em;
  display: inline-block;
  margin-left: 5px;
}
.p-lpFeatureItemContent__num:after {
  content: '';
  background: #007124;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.p-lpFeatureItemContent__title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #007124;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
}
.p-lpFeatureItemContentList {
  font-size: 18px;
  line-height: 1.875;
  margin-bottom: 16px;
}
.p-lpFeatureItemContentList li {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 20px;
  font-weight: 600;
}
.p-lpFeatureItemContentList li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #007124;
  border-radius: 10px;
  top: 13px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .p-lpFeature {
    padding: 70px 0;
  }
  .p-lpFeature__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-lpFeature__title span {
    font-size: 1.3em;
  }
  .p-lpFeatureFrame {

  }
  .p-lpFeatureItem:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .p-lpFeatureItem__img {
    width: calc(50% - 10px);
  }
  .p-lpFeatureItemContent {
    width: calc(50% - 10px);
  }
  .p-lpFeatureItemContent__num {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .p-lpFeatureItemContent__num span:nth-of-type(1) {
  }
  .p-lpFeatureItemContent__num span:nth-of-type(2) {
    font-size: 2em;
    margin-left: 5px;
  }
  .p-lpFeatureItemContent__num:after {
    width: 20px;
    height: 2px;
    bottom: -18px;
  }
  .p-lpFeatureItemContent__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p-lpFeatureItemContentList {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .p-lpFeatureItemContentList li {
    font-size: 16px;
    padding: 0 0 0 16px;
  }
  .p-lpFeatureItemContentList li:before {
    width: 5px;
    height: 5px;
    top: 11px;
    left: 4px;
  }
}
@media screen and (max-width: 600px) {
  .p-lpFeatureItem {
    display: block;
  }
  .p-lpFeatureItem__img {
    width: 100%;
    margin-top: 15px;
  }
  .p-lpFeatureItemContent {
    width: 100%;
  }
}





.p-lpCommon__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #007124;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}


.p-lpProduct {
  padding: 105px 0;
  background: #fbfaf1;
}



.p-lpCase {
  padding: 105px 0;
}


.p-lpNews {
  padding: 105px 0;
  background: #fbfaf1;
}

@media screen and (max-width: 768px) {
  .p-lpCommon__title {
    font-size: 22px;
    margin-bottom: 30px;
  }


  .p-lpProduct {
    padding: 70px 0;
  }

  .p-lpCase {
    padding: 70px 0;
  }


  .p-lpNews {
    padding: 70px 0;
  }
}




.p-lpFlow {
  padding: 105px 0;
  background: #e4f2da;
}
.p-lpFlowList {
}
.p-lpFlowListItem {
  background: #FFF;
}
.p-lpFlowListItem:nth-of-type(n + 2) {
  margin-top: 57px;
  position: relative;
}
.p-lpFlowListItem:nth-of-type(n + 2):before {
  content: '';
  display: block;
  margin: auto;
  top: -37px;
  left: 0;
  right: 0;
  background: url("../images/lp/icon-arrow02.png") no-repeat center top;
  background-size: 100% 100%;
  width: 51px;
  height: 23px;
  position: absolute;
}
.p-lpFlowListItemHead {
  display: flex;
  align-items: center;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-lpFlowListItemHead__step {
  color: #007124;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  width: 147px;
  box-sizing: border-box;
  padding: 0 0 0 24px;
}
.p-lpFlowListItemHead__step span:nth-of-type(1) {
}
.p-lpFlowListItemHead__step span:nth-of-type(2) {
  font-size: 1.5em;
  display: inline-block;
  margin-left: 5px;
}
.p-lpFlowListItemHead__title {
  background: #007124;
  color: #FFF;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  width: calc(100% - 147px);
  display: flex;
  align-items: center;
  min-height: 70px;
  box-sizing: border-box;
  padding: 15px 20px 15px 28px;
}
.p-lpFlowListItemContent {
  text-align: left;
  padding: 20px 20px 22px 24px;
}
.p-lpFlowListItem__txt {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-lpFlow {
    padding: 70px 0;
  }
  .p-lpFlowListItem:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .p-lpFlowListItem:nth-of-type(n + 2):before {
    top: -32px;
    width: 45px;
    height: 18px;
  }
  .p-lpFlowListItemHead__step {
    font-size: 16px;
    width: 110px;
    padding: 0 0 0 20px;
  }
  .p-lpFlowListItemHead__step span:nth-of-type(1) {
  }
  .p-lpFlowListItemHead__step span:nth-of-type(2) {
    font-size: 1.5em;
    margin-left: 3px;
  }
  .p-lpFlowListItemHead__title {
    font-size: 18px;
    width: calc(100% - 110px);
    min-height: 50px;
    padding: 12px 15px 12px 16px;
  }
  .p-lpFlowListItemContent {
    padding: 15px 20px 17px 20px;
  }
  .p-lpFlowListItem__txt {
    font-size: 14px;
    line-height: 1.875;
  }
}




.p-lpFaq {
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .p-lpFaq {
    padding: 70px 0;
  }
}

.l-footerLower {
  display: none;
}
.p-floatBtns {
  display: none !important;
}

