@charset "UTF-8";
html {
  height: auto !important;
  scroll-behavior: smooth;
}

body {
  height: auto !important;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*overflow-x: hidden;*/
}



@media all and (min-width: 641px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} 
@media all and (max-width: 640px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
}




:root {
  /* color */
  --color-black: #222;
  --color-white: #fff;
  --color-primary: #287B44;
  --color-accent-yellow: #E1FD50;
}







/* 共通 */
.f-en {
  font-family: "Barlow", sans-serif;
}
.f-serif {
  font-family: "Noto Serif JP", serif;
}

.h2_ttl {
  text-align: center;
  margin-bottom: 60px;
}
.h2_ttl_en {
  color: #7EB08F;
  font-size: 24px;
  font-weight: bold;
}
.h2_ttl_jp {
  font-size: 50px;
}
img {
  width: 100%;
}
p.text {
  line-height: 1.8;
}
@media all and (max-width: 640px)  {
/* //    |- SP  */
.h2_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.h2_ttl_en {
  color: #7EB08F;
  font-size: 16px;
  font-weight: bold;
}
.h2_ttl_jp {
  font-size: 32px;
}
}







#wrapper {
  padding-bottom: 0;
}

/* header */
#headerIn {
  top: 0;
}
#headerLogo a {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  #headerIn.headerIn-lp {
    background: rgba(40, 123, 68, 0.6);
    border: none;
    transition: 0.4s ease;
  }
  #headerIn.headerIn-lp .headerLogo-lp a {
    background-image: url(../img/logo_sp_white.png);
  }
  #headerIn.headerIn-lp #navToggle {
    background-color: transparent;
  }
  #headerIn.headerIn-lp #navToggle div {
    width: 40px;
    height: 34px;
    top: 11px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #headerIn.headerIn-lp #navToggle span {
    height: 4px;
    margin: 0;
    left: auto;
    right: 0;
  }
  #headerIn.headerIn-lp #navToggle span:nth-child(1) {
    width: 40px;
  }
  #headerIn.headerIn-lp #navToggle span:nth-child(2) {
    width: 30px;
    top: 15px;
  }
  #headerIn.headerIn-lp #navToggle span:nth-child(3) {
    width: 20px;
  }
  #headerIn.headerIn-lp #navToggle.active span:nth-of-type(1) {
    margin: auto;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
  }
  #headerIn.headerIn-lp #navToggle.active span:nth-of-type(3) {
    width: 40px;
    margin: auto;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
}
#gNavi.gNavi-lp {
  background: transparent;
  border-bottom: none;
  transition: 0.4s ease;
}
#gNavi.gNavi-lp a {
  color: #222;
  font-size: 14px;
  letter-spacing: 0.06em;
}
#gNavi > ul {
  padding-right: 20px;
}
#gNavi > ul > li {
  margin-left: 20px;
}
#gNavi > ul > li.gNavi-lp_btn > a {
  height: auto;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  border-radius: 5px;
  background: #E1FD50;
  border:3px solid #E1FD50;
  font-weight: bold;
  line-height: 1;
  color: #222 !important;
  font-weight: bold;
  letter-spacing: 0;
}
#gNavi > ul > li.gNavi-lp_btn > a span {
  display: block;
}
#gNavi > ul > li.tel a {
  position: relative;
  margin-right: 30px;

}
#gNavi > ul > li.tel a:before {
  content: '';
  position: absolute;
  background: url(../img/icon_tel_grn.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 31px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.scrolled #gNavi > ul > li.tel a:before {
  background: url(../img/icon_tel_wht.svg) no-repeat;
}
.scrolled .logo_normal {
  display: none;
}
.scrolled .logo_wht {
  opacity: 100 !important; 
}
#gNavi > ul > li.line a {
  position: relative;
  margin-right: 30px;
}
#gNavi > ul > li.line a:before {
  content: '';
  position: absolute;
  background: url(../img/icon_line.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}


@media screen and (max-width: 640px) {
#gNavi.gNavi-lp {
  background: #fff;
}
#gNavi > ul {
  padding-right: 0;
}
#gNavi > ul > li {
  margin-left: 0;
}
#gNavi > ul > li.tel {
  padding:10px;
}
#gNavi > ul > li.tel a {
  position: relative;
  margin-right: 0;
  background: #287B44;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#gNavi > ul > li.tel a span {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP";
}
#gNavi > ul > li.tel a:before {
  display: none;
}
#gNavi > ul > li.tel a span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_tel_wht.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
#gNavi > ul > li.tel a:after {
  display: none;
}
.scrolled #gNavi > ul > li.tel a:before {
  background: none;
}
#gNavi > ul > li.line {
  padding:10px;
}
#gNavi > ul > li.line a {
  position: relative;
  margin-right: 0;
  background: #DBF1E4;
  color: #06C755 !important;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#gNavi > ul > li.line a span {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP";
}
#gNavi > ul > li.line a:before {
  display: none;
}
#gNavi > ul > li.line a span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_line.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
#gNavi > ul > li.line a:after {
  display: none;
}
#gNavi > ul > li.gNavi-lp_btn {
  padding: 10px;
}

#gNavi > ul > li.gNavi-lp_btn > a {
  height: auto;
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  background: #E1FD50;
  border:3px solid #E1FD50;
  font-weight: bold;
  line-height: 1;
  color: #222 !important;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 1.35em 0px 1.35em 15px;
}
#gNavi > ul > li.gNavi-lp_btn > a:after {
  display: none;
}
#gNavi > ul > li.gNavi-lp_btn > a span {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  font-family: "Noto Sans JP";
}
#gNavi > ul > li.gNavi-lp_btn > a span:after {
  content: '';
  position: absolute;
  background: url(../img/icon_dl.svg) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.scrolled .logo_wht {
  display: none; 
}
}

.scrolled #gNavi.gNavi-lp,
.confirm #gNavi.gNavi-lp,
.thanks #gNavi.gNavi-lp {
  background: rgba(40, 123, 68, 0.8);
}
.scrolled #gNavi.gNavi-lp a,
.confirm #gNavi.gNavi-lp a,
.thanks #gNavi.gNavi-lp a {
  color: #fff;
}
.scrolled #gNavi.gNavi-lp.not_pc a,
.confirm #gNavi.gNavi-lp.not_pc a,
.thanks #gNavi.gNavi-lp.not_pc a {
  color: #222;
}

@keyframes bgmove {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: -2127px 100%;
  }
}
@media screen and (max-width: 640px) {

  .scrolled #gNavi.gNavi-lp,
    .confirm #gNavi.gNavi-lp,
    .thanks #gNavi.gNavi-lp {
      background: #fff;}
  @keyframes bgmove {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: -2187px 100%;
    }
  }
}





















/* common */
.lp_btn {
  position: relative;
  display: inline-block;
  background: #F1EFD9;
  border-radius: 5px;
  color: #222;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  transition: 0.4s ease;
}
.lp_btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 30px;
  border-top: 1px solid #222;
}

@media screen and (max-width: 640px) {
  .lp_btn {
    line-height: 70px;
    font-size: 15px;
  }
  .lp_btn::before {
    top: 35px;
  }
}
a.lp_btn:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lp_heading {
  color: #BFD7C7;
  font-size: 120px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

.lp_lead {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.lp_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .lp_heading {
    font-size: 60px;
  }
  .lp_txt {
    line-height: 1.75;
  }
}
.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}







/* visual */
.lp_visual {
  background: #fff url(../img/kv_bg.jpg) no-repeat top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  padding-top: 110px;
  height: 800px;
}
.lp_visual_inner {
  padding: 40px 55px 0;
  margin: 0 auto;
  background: rgba(0,139,34,0.95);
  max-width: 700px;
  position: relative;
}
.lp_visual_lead {
  color: #fff;
  font-size: 90px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}
.lp_visual_catch {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em
}
.lp_visual_catch .fs1 {
  color: #F8FC45;
}
.lp_visual_catch .fs2 {
  font-weight: 600;
  color: #F8FC45;
  font-size: 50px;
}
.lp_visual_catch .fs3 {
  font-size: 30px;
}
.lp_visual_speechbubble {
  margin: 30px 0;
}
.lp_visualSuggestion {
  display: flex;
  flex-direction: row-reverse;
}
.lp_visualSuggestion_img {
  max-width: 196px;
  flex-shrink: 0;
  margin-right: 15px;
}
.lp_visualSuggestion_ttl1 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
}
.lp_visualSuggestion_ttl2 {
  font-size: 23px;
  font-weight: 700;
  color: #F8FC45;
  text-align: center;
}
.lp_visualSuggestion_ttl2 span {
  position: relative;
}
.lp_visualSuggestion_ttl2 span:before,.lp_visualSuggestion_ttl2 span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #F8FC45;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.lp_visualSuggestion_ttl2 span:before{
  transform: rotate(-33deg);
  left: -35px;
  bottom: -5px;
}
.lp_visualSuggestion_ttl2 span:after {
  transform: rotate(33deg);
  right: -35px;
  bottom: -5px;
}
.lp_visualSuggestion_img2 {
  margin-top: 12px;
}
.lp_visual_label2 {
  width: 135px;
  margin:0 auto;
  position: absolute;
  top: -30px;
  left: -30px;
}
.lp_visual_label2 img {
  width: 100%;
  display: block;
}


@media screen and (max-width: 1199px) {
  .lp_visual_inner {
    /*padding: 120px 0 0 0;*/
  }
  .lp_visual_img {
    /*width: 650px;*/
    /*margin-bottom: 0;*/
  }
  .lp_visual_txt {
    /*margin-right: 0;*/
  }
  .lp_visual_txt .label {
    /*font-size: 20px;*/
  }
  .lp_visual_txt .lp_lead {
    /*font-size: 50px;*/
  }
  .lp_visual_graph {
    /*width: 440px;*/
  }
}
@media screen and (max-width: 1023px) {
/*  .lp_visual_inner {
    height: 100%;
  }
  .lp_visual_img {
    width: 62.5%;
  }
  .lp_visual_txt .label {
    padding: 10px 5px;
    margin: 0 -20px 0 10px;
    font-size: 16px;
  }
  .lp_visual_txt .lp_lead {
    font-size: 36px;
  }
  .lp_visual_graph {
    width: 50%;
    max-width: 400px;
    margin: auto 30px 80px 0;
  }*/
}
@media screen and (max-width: 640px) {
.lp_visual {
  background: #F4FAF3 url(../img/kv_bg.jpg)  no-repeat;
  background-repeat: no-repeat;
  background-position-x: -160vw;
  background-position-y: center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  padding: 20vw 0 10px;
  height: auto;
}
.lp_visual_inner {
  width: calc(100% - 30px);
  height: auto;
  padding: 25px 10px 35px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 15px;
  box-sizing: border-box;
}
.lp_visual_lead {
  color: #fff;
  font-size: 13vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 600;
  text-align: right;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.lp_visual_catch {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.lp_visual_catch .fs1 {
  color: #F8FC45;
}
.lp_visual_catch .fs2 {
  font-weight: 600;
  color: #F8FC45;
  font-size: 40px;
}
.lp_visual_catch .fs3 {
  font-size: 25px;
}
.lp_visual_speechbubble {
  width: 95%;
  margin: 25px auto 15px;
}
.lp_visualSuggestion {
  display: block;
}
.lp_visualSuggestion_img {
  max-width: 40%;
  flex-shrink: 0;
  margin-right: 0;
  margin: 0 auto;
  display: none;
}
.lp_visualSuggestion_ttl1 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
}
.lp_visualSuggestion_ttl2 {
  font-size: 20px;
  font-weight: 700;
  color: #F8FC45;
  text-align: center;
}
.lp_visualSuggestion_ttl2 span {
  display: inline-block;
}
.lp_visualSuggestion_ttl2 span:before,.lp_visualSuggestion_ttl2 span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #F8FC45;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.lp_visualSuggestion_ttl2 span:before{
  transform: rotate(-33deg);
  left: -25px;
  bottom: -1px;
}
.lp_visualSuggestion_ttl2 span:after {
  transform: rotate(33deg);
  right: -25px;
  bottom: -1px;
}
.lp_visualSuggestion_img2 {
  margin: 12px auto ;
  width: 80%;
}
.lp_visual_label2 {
  width: 21%;
  margin:0 auto;
  position: absolute;
  top: 10px;
  left: -10px;
}
.lp_visual_label2 img {
  width: 100%;
  display: block;
}
}









/* achievement */
.lp_achievement {
  position: relative;
  /*padding: 70px 0 0 calc(50% - 500px);*/
  background: #fff;
  padding:90px 0;
}
.lp_achievement_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.lp_achievement_ttl span{
  color: var(--color-primary);
}
.lp_achievement_slider {
  margin: -3px 0 0 ;
}
.lp_achievement_slider .slick-list {
  padding: 20px 0 20px 20px;
}
.lp_achievement_slider .slick-track {
  display: flex;
}
.lp_achievement_slider .slick-slide {
  height: auto !important;
}
.lp_achievement_slider .slick-dots {
  bottom: -24px;
  box-sizing: border-box;
  padding: 0 0 0 12px;
  text-align: center;
}
.lp_achievement_slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
.lp_achievement_slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #287B44;
  opacity: 0.3;
}
.lp_achievement_slider .slick-dots li button::before {
  display: none;
}
.lp_achievement_slider .slick-dots li.slick-active button {
  opacity: 1;
}
.lp_achievement_box {
  position: relative;
  width: 840px;
  margin: 0 20px 0 ;
  box-sizing: border-box;
  background: #fff;
}
.lp_achievement_box_images img  {
  width: 100%;
}
.lp_achievement_box_tags {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #287B44;
  display: flex;
  flex-wrap: wrap;
}
.lp_achievement_box_tags li {
  font-size: 1.3rem;
  padding:5px 10px;
  background: #F2F2F2;
  border-radius: calc(infinity * 1px);
}
.lp_achievement_box_tags li:not(:last-child) {
  margin: 0 5px 5px 0;
}



.slick-next {
  position: absolute;
  top: 30%;
  right: 10%;
  height: 70px;
  width: 70px;
  z-index: 10;
  background: url(../img/arrow_right.png) no-repeat left top;
}
.slick-next:before {
  content: none;
}
.slick-next:hover, .slick-next:focus {
background: url(../img/arrow_right.png) no-repeat left top;
}
.slick-prev {
  position: absolute;
  top: 30%;
  left: 10%;
  height: 70px;
  width: 70px;
  z-index: 10;
  background: url(../img/arrow_left.png) no-repeat left top;
}
.slick-prev:before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus {
background: url(../img/arrow_left.png) no-repeat left top;
}



@media screen and (max-width: 1199px) {
  .lp_achievement_box {
    position: relative;
    width: calc(100vw - 260px);
    max-width: 840px;
  }
  .lp_achievement_box_images img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .lp_achievement {
    padding: 100px 0 0 20px;
  }
  .lp_achievement_slider {
    margin: 28px 0 0 0px;
  }
  .lp_achievement_box {
    width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 767px) {
  .lp_achievement_box {
  margin: 0 10px 0 ;
}
  .lp_achievement {
    padding: 60px 0 0;
  }
  .lp_achievement_ttl .lp_heading {
    padding: 0 0 0 20px;
  }
  .lp_achievement_ttl .lp_lead {
    padding: 0 0 0 20px;
    margin: -10px 0 0;
  }
  .lp_achievement_slider {
    position: relative;
    z-index: 2;
    margin: 20px 0 0 0;
  }
  .lp_achievement_slider .slick-list {
    padding: 20px;
  }
  .lp_achievement_slider .slick-dots {
    bottom: -14px;
    padding: 0;
    text-align: center;
  }
  .lp_achievement_box_tags li {
    font-size: 1.2rem;
    padding:5px 8px;
  }
  .lp_achievement_box_tags li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }

}
@media screen and (max-width: 767px) {
  .lp_achievement {
    padding: 40px 0 50px;
  }
  .lp_achievement_ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp_achievement_ttl span{
  color: var(--color-primary);
}
.lp_achievement_slider {
  margin-top: 0;
}
.slick-next {
  position: absolute;
  top: 30%;
  right: 5%;
  height: 40px;
  width: 40px;
  z-index: 10;
  background: url(../img/arrow_right.png) no-repeat left top;
  background-size: contain;
}
.slick-next:hover, .slick-next:focus {
background: url(../img/arrow_right.png) no-repeat left top;
background-size: contain;
}
.slick-prev {
  position: absolute;
  top: 30%;
  left: 5%;
  height: 40px;
  width: 40px;
  z-index: 10;
  background: url(../img/arrow_left.png) no-repeat left top;
  background-size: contain;
}
.slick-prev:hover, .slick-prev:focus {
background: url(../img/arrow_left.png) no-repeat left top;
background-size: contain;
}
}








/* reason */
.lp_reason {
  width: 100%;
  padding: 90px 0 0;
  background: #EDF6EB;
}
.lp_reason .inner {
  width: 100%;
  max-width: 1400px;
}
.lp_reason .h2_ttl_sub {
  color: #287B44;
  font-weight: 700;
  font-size: 26px;
  background: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-top: 15px;
}
.lp_reason_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;: 
}
.lp_reason_box:not(:last-child) {
  margin-bottom: 100px;
}
.lp_reason_detail {
  width: 50%;
  box-sizing: border-box;
  padding-left:160px;
  position: relative;
  z-index: 2;
}
.lp_reason_img {
  width: 45%
}
.lp_reason_img img {
  width: 100%;
}
.lp_reason_num {
  color: #fff;
  font-size: 200px;
  font-weight: 200;
  position: absolute;
  top: -120px;
  left: 30px;
  line-height: 100%;
  z-index: -1;
}
.lp_reason_ttl_sub span{
  font-size: 24px;
  font-weight: 700;
  background: #E1FD50;
  padding:2px 8px;
}
.lp_reason_ttl_sub {
  position: relative;
  margin-bottom: 30px;
}
.lp_reason_ttl_sub:after {
  content: "";
  position: absolute;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  height: 1px;
  display: inline-block;
  z-index: 100;
}
.lp_reason_ttl {
  color: #287B44;
  font-weight: 700;
  font-size: 40px;
}
.lp_reason_text {
  font-size: 18px;
  margin: 30px 0;
}
.lp_reason_qa {
  background: #fff;
  padding:20px 30px;
  position: relative;
}
.lp_reason_qa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #EDF6EB;
  border-right: 30px solid transparent;
}
.lp_reason_qa_ttl {
  color: #287B44;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #287B44;
}
/* 左右反対 */
.lp_reason_box_reverse {
  flex-direction: row-reverse;
}
.lp_reason_box_reverse .lp_reason_detail {
  padding-left:inherit;
  padding-right:160px;
}
.lp_reason_box_reverse .lp_reason_num {
  right: 30px !important;
  left: inherit;
}
.lp_reason_ttl_last {
  font-size: 200px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 100%;
}
/* /左右反対 */
@media screen and (max-width: 767px) {
.lp_reason {
  padding: 60px 20px 0;
  box-sizing: border-box;
}
.lp_reason .inner {
  width: 100%;
  max-width: 100%;
}
.lp_reason .h2_ttl_sub {
  font-size: 18px;
  padding: 2px 5px;
  margin-top: 10px;
}
.lp_reason_box {
  display:block;
}
.lp_reason_box:not(:last-child) {
  margin-bottom: 60px;
}
.lp_reason_detail {
  width: 100%;
  box-sizing: border-box;
  padding-left:0;
  position: relative;
  z-index: 2;
  padding-right: 0;
}
.lp_reason_img {
  width: 100%;
  margin-bottom:40px;
}
.lp_reason_img img {
  width: 100%;
}
.lp_reason_num {
  font-size:90px;
  font-weight: 200;
  position: absolute;
  top: -45px;
  left: inherit !important;
  right: 0;
  line-height: 100%;
  z-index: -1;
}
.lp_reason_ttl_sub span{
  font-size: 16px;
  font-weight: 700;
  background: #E1FD50;
  padding:2px 8px;
}
.lp_reason_ttl_sub {
  position: relative;
  margin-bottom: 25px;
}
.lp_reason_ttl_sub:after {
  content: "";
  position: absolute;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  height: 1px;
  display: inline-block;
  z-index: 100;
}
.lp_reason_ttl {
  color: #287B44;
  font-weight: 700;
  font-size: 26px;
}
.lp_reason_text {
  font-size: 16px;
  margin: 20px 0;
}
.lp_reason_qa {
  background: #fff;
  padding:20px 25px;
  position: relative;
  margin-bottom: 20px;
}
.lp_reason_qa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 26px solid #EDF6EB;
  border-right: 26px solid transparent;
}
.lp_reason_qa_ttl {
  color: #287B44;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #287B44;
}
.lp_reason_qa_text {
  font-size: 14px;
}
/* 左右反対 */
.lp_reason_box_reverse {
  flex-direction: row-reverse;
}
.lp_reason_box_reverse .lp_reason_detail {
  padding-left:inherit;
  padding-right:0;
}
.lp_reason_box_reverse .lp_reason_num {
  left: inherit !important;
  right: 0 !important;
}
/* /左右反対 */

.lp_reason_ttl_last {
  font-size:90px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 100%;
  margin-top: 20px;
}
}

/* reason other */
.lp_reason_other {
  padding:50px 0 120px;
  background: #FBFFFA;
  position: relative;
  z-index: 100;
  margin-top: -50px;
}
.lp_reason_other .inner {
  width: 100%;
  max-width: 876px;
}
.lp_reason_other_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}
.lp_reason_other_ttl {
  color: #287B44;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
.lp_reason_other {
  padding:30px 20px 80px;
  margin-top: -20px;
}
.lp_reason_other .inner {
  width: 100%;
  max-width: 876px;
}
.lp_reason_other_contents {
  display: block;
}
.lp_reason_other_box:not(:last-child) {
  margin-bottom: 40px;
}
.lp_reason_other_ttl {
  font-size: 18px;
  margin: 15px 0;
}
}






/*flow*/
.lp_flow {
  position: relative;
  padding: 110px 0 120px;
}
.lp_flow .inner {
  width: 100%;
  max-width: 1000px;
}
.lp_flow_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.lp_flow_box {
  max-width: 300px;
}
.lp_flow_img {
  max-width: 200px;
  margin: 0 auto;
}
.lp_flow_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #287B44;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #287B44;
}
.lp_flow_arrow {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
.lp_flow {
  padding: 60px 20px;
}
.lp_flow .inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.lp_flow_contents {
  display: block;
}
.lp_flow_box {
  max-width: 100%;
}
.lp_flow_img {
  max-width: 38%;
  margin: 0 auto;
}
.lp_flow_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #287B44;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #287B44;
}
.lp_flow_arrow {
  margin-top: 100px;
  transform:rotate(90deg);
  width: 18px;
  margin: 15px auto;
}
}




/* cta */
.lp_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
  background: #287B44;
  position: relative;
  z-index: 1;
}
.lp_cta .inner {
  box-sizing: border-box;
  position: relative;
}
.lp_cta .inner:before {
  position: absolute;
  background: url(../img/cta_img05.png) no-repeat;
  right: -260px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 616px;
  height: 616px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
  overflow: hidden;
}
.lp_cta_txt {
  text-align: center;
}
.lp_cta_txt .lp_lead {
  margin: 0 0 34px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
}
.lp_cta_btn {
  max-width: 600px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  padding:30px;
  box-sizing: border-box;
  background: #E1FD50;
  text-align: center;
  transition: .3s
}
.lp_cta_btn:hover {
  text-decoration: none;
}
.lp_cta_btn span {
  position: relative;
  padding-right: 25px;
}
.lp_cta_btn span:after {
  content: '';
  position: absolute;
  background: url(../img/icon__arrow2.svg) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height:20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_box {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_cta_box a span{
  transition: .2s;
}
.lp_cta_box a span:hover {
  opacity: 0.7;
  border-bottom: none;
}
.lp_cta_line {
  font-size: 16px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
}
.lp_cta_line:hover {
  text-decoration: none;
}
.lp_cta_line span {
  position: relative;
  border-bottom: 1px solid #fff;
}
.lp_cta_line span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_line_wht.svg) no-repeat;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_tel_no {
  text-align: center;
  line-height: 1;
  background: #287B44;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}
.lp_cta_tel_no:hover {
  text-decoration: none;
}
.lp_cta_tel_no span {
  position: relative;
  border-bottom: 1px solid #fff;
}
.lp_cta_tel_no span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_tel_wht2.svg) no-repeat;
 left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_img {
  position: absolute;
  max-width: 310px;
  bottom: -70px;
  left: -60px;
}
.lp_cta_img2 {
  position: absolute;
  max-width: 315px;
  top: -90px;
  left: -130px;
}
.lp_cta_img3 {
  position: absolute;
  max-width: 345px;
  top: -100px;
  right: -130px;
}
.lp_cta_img4 {
  position: absolute;
  max-width: 275px;
  top: 90px;
  right: -90px;
}
@media screen and (max-width: 768px) {
.lp_cta .inner:before {
  position: absolute;
  right: -20px;
  top: inherit;
  bottom: 0;
  transform: inherit;
  content: "";
  width: 250px;
  height: 250px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.lp_cta_txt br {
  display: block;
}
.lp_cta_btns .lp_txt {
  font-size: 16px;
}
.lp_cta {
  display: block;
  padding: 50px 20px;
}
.lp_cta .inner {
  width: 100%;
  box-sizing: border-box;
}
.lp_cta_txt .lp_lead {
  margin-bottom: 30px;
  font-size: 24px;
}
.lp_cta_btn {
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  padding:15px 35px;
  box-sizing: border-box;
}
.lp_cta_btn:hover {
  text-decoration: none;
}
.lp_cta_btn span {
  position: relative;
  padding-right: 0;
  display: block;
}
.lp_cta_btn span:after {
  content: '';
  position: absolute;
  background: url(../img/icon_dl.svg) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_box {
  width: 100%;
  margin: 10px 17px 0;
  box-sizing: border-box;
  justify-content: space-between;
}
.lp_cta_box a span{
  transition: .2s;
}
.lp_cta_box a span:hover {
  opacity: 0.7;
  border-bottom: none;
}
.lp_cta_line {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 15px 0;
}
.lp_cta_line:hover {
  text-decoration: none;
}
.lp_cta_line span {
  position: relative;
  border-bottom: 1px solid #fff;
}
.lp_cta_line span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_line_wht.svg) no-repeat;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_tel_no {
  text-align: center;
  line-height: 1;
  background: #287B44;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.5;
}
.lp_cta_tel_no:hover {
  text-decoration: none;
}
.lp_cta_tel_no span {
  position: relative;
  border-bottom: 1px solid #fff;
}
.lp_cta_tel_no span:before {
  content: '';
  position: absolute;
  background: url(../img/icon_tel_wht2.svg) no-repeat;
 left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.lp_cta_img {
  position: inherit;
  bottom:inherit;
   left:50%;
transform: translateX(-50%);
  max-width: 68%;
  margin: 10px 0 -50px;
}
.lp_cta_img2 {
  position: inherit;
  max-width: 55%;
  top: inherit;
  left: inherit;
}
.lp_cta_img3 {
  position: inherit;
  max-width: 55%;
  top: inherit;
  right: inherit;
  margin:15px 0 0px auto;
}
.lp_cta_img4 {
  position: inherit;
  max-width: 50%;
  top: inherit;
  right: inherit;
  margin-bottom: 25px;
}
}










/* compare */
.lp_compare {
  padding: 100px 0 120px;
  position: relative;
}
.lp_compare .inner {
  width: 100%;
  max-width: 1000px;
}
.lp_compare_table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
}
.lp_compare_table th,
.lp_compare_table td {
  border-collapse: collapse;
}
.lp_compare_table th {
  width: 20%;
  font-weight: 500;
  text-align: center;
  padding:10px 0;
  border-bottom: 2px solid #fff;
}
.lp_compare_table th.title_name {
  background-color: #F2F2F2;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding:25px 0;
}
.lp_compare_table td {
  padding:15px 20px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}
.lp_compare_table td.category {
  background-color: #F2F2F2;
  font-weight: 500;
  text-align: center;
}
.lp_compare_table td span.note {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 10px;
}
.lp_compare_table th.title_name_A{
  width: 33%;
  background: #F1EFD9;
  font-size:24px;
}
.lp_compare_table th.title_name_highlight {
  position: relative;
  border-right: 10px solid #287B44;
  border-left: 10px solid #287B44;
  font-size: 25px;
}
.lp_compare_table th.title_name_highlight div{
  position: absolute;
  background-color: #287B44;
  color: #fff;
  font-size: 22px;
  padding:1.7em 0;
  bottom:0;
  left: -10px;
    width: calc(100% + 20px);
}
.lp_compare_table td.highlight {
  width: 47%;
}
.lp_compare_table td.highlight div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.lp_compare_table td.highlight {
  border-right: 10px solid #287B44;
  border-left: 10px solid #287B44;
  border-bottom: 2px solid #287B44;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #287B44;
  background: #F4F8F6;
}
.lp_compare_table td.highlight.last {
  border-bottom: 10px solid #287B44;
}
.lp_compare_table td.highlight2 {
  border-right: 2px solid #F1EFD9;
  border-bottom: 2px solid #F1EFD9;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
.lp_compare {
  padding: 50px 0;
  margin-bottom: 60px;
}
.lp_compare h2,
.lp_compare .text {
  padding: 0 20px;
}
.lp_compare_table-scroll{
  overflow-x: scroll;
  padding:20px 0 0 20px;
  margin-bottom: 20px;
}
.lp_compare_table {
  width:500px;
}
.lp_compare_table th {
  padding:10px 8px;
  white-space: nowrap;
}
.lp_compare_table td {
  padding:15px 8px;
}
.lp_compare_table td.category {
  white-space: inherit;
  font-size: 14px;
  position: relative;
  z-index: 100;
}
.lp_compare_table th.title_name {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  padding:20px 0;
}
.lp_compare_table th.title_name_highlight {
  position: relative;
  border-right: 6px solid #287B44;
  border-left: 6px solid #287B44;
  font-size: 22px;
}
.lp_compare_table th.title_name_highlight div{
  position: absolute;
  background-color: #287B44;
  color: #fff;
  font-size: 16px;
  padding:24px 0;
  bottom:0;
  left: -6px;
  width: calc(100% + 12px);
}
.lp_compare_table td.highlight {
  border-right: 6px solid #287B44;
  border-left: 6px solid #287B44;
  border-bottom: 2px solid #287B44;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #287B44;
  background: #F4F8F6;
}
.lp_compare_table td.highlight.last {
  border-bottom: 6px solid #287B44;
}
.lp_compare_table td.highlight2 {
  border-right: 2px solid #F1EFD9;
  border-bottom: 2px solid #F1EFD9;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
/*.lp_compare_table td.category {
  position:sticky;
  top:0;
  left:0;
  z-index: 10;
}*/
}



/*advantage*/
.lp_advantage {
  padding: 90px 0 ;
  background: #EDF6EB;
}
.lp_advantage .inner {
  width: 100%;
  max-width: 1200px;
}
.lp_advantage_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp_advantage_box {
  background: #fff;
  border-top: 10px solid #287B44;
  padding:20px 30px 0;
  position: relative;
}
.lp_advantage_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #287B44;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #287B44;
}
.lp_advantage_text {
  padding-bottom: 290px;
}
.lp_advantage_img {
  position: absolute;
  bottom: 30px;
  width: calc(100% + -60px);
}

@media screen and (max-width: 768px) {
.lp_advantage {
  padding: 50px 20px;
}
.lp_advantage .inner {
  width: 100%;
  max-width: 100%;
}
.lp_advantage_contents {
  display: block;
}
.lp_advantage_box {
  background: #fff;
  border-top: 8px solid #287B44;
  padding:25px 20px 0;
  position: relative;
}
.lp_advantage_box:not(:last-child) {
  margin-bottom: 40px;
}
.lp_advantage_ttl {
  font-size: 22px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #287B44;
}
.lp_advantage_text {
  padding-bottom: inherit;
}
.lp_advantage_img {
  position: inherit;
  bottom: inherit;
  width: 100%;
  margin-top: 20px;
}
}


/*support*/
.lp_support {
  padding: 90px 0 ;
}
.lp_support .h2_ttl_en {
  color: #E1FD50;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: -65px;
  display: block;
}
.lp_support .inner {
  width: 100%;
  max-width: 1060px;
  position: relative;
}
.lp_support .inner:before {
  position: absolute;
  background: url(../img/support_img07.png) no-repeat;
  left: -280px;
  top: -270px;
  content: "";
  width: 603px;
  height: 603px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
  overflow: hidden;
}
.lp_support_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 60px;
}
.lp_support_box {
  background: #fff;
  position: relative;
}
.lp_support_text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.lp_support_box:nth-child(2),
.lp_support_box:nth-child(5) {
  margin-top: 50px;
}
.lp_support_box:nth-child(3),
.lp_support_box:nth-child(6) {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
.lp_support {
  padding: 50px 20px;
}
.lp_support .h2_ttl_en {
  color: #E1FD50;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: -40px;
  display: block;
}
.lp_support .inner {
  width: 100%;
  max-width: 100%;
}
.lp_support .inner:before {
  position: absolute;
  background: url(../img/support_img07.png) no-repeat;
  left: -140px;
  top: -100px;
  content: "";
  width: 350px;
  height: 350px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
  overflow: hidden;
}
.lp_support_contents {
  display: block;
}
.lp_support_box {
  background: #fff;
  position: relative;
}
.lp_support_text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.lp_support_box:nth-child(2),
.lp_support_box:nth-child(5) {
  margin-top: inherit;
}
.lp_support_box:nth-child(3),
.lp_support_box:nth-child(6) {
  margin-top: inherit;
}
.lp_support_box:not(:last-child) {
  margin-bottom: 40px;
}
}


/*case*/
.lp_case {
  padding: 90px 0 ;
  background: #EDF6EB;
}
.lp_case .inner {
  width: 100%;
  max-width: 1000px;
}
.lp_case_head {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  box-sizing: border-box;
}
.lp_case_head_detail {
  width:577px;
}
.lp_case_head_ttl1 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 70px;
}
.lp_case_head_ttl2 {
  color:#287B44;
  font-weight: 700;
  line-height: 1.5;
  font-size: 32px;
  padding-left: 30px;
  position: relative;
}
.lp_case_head_ttl2:before {
  position: absolute;
  background: url(../img/case_img03.png) no-repeat;
  left: 0;
  top: -40px;
  content: "";
  width: 40px;
  height: 32px;
  display: inline-block;
  background-size: contain;
}
.lp_case_qa {
  background: #fff;
  position: relative;
  padding: 50px;
  margin-top: 60px;
}
.lp_case_qa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #EDF6EB;
  border-right: 30px solid transparent;
}
.lp_case_q {
  font-size: 20px;
  color: #287B44;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-left: 58px;
}
.lp_case_q:after {
  content: "";
  position: absolute;
  background: #287B44;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 1px;
  display: inline-block;
  z-index: 100;
}
.lp_case_a {
  margin-bottom: 30px;
}
.lp_case_a span {
  color: #287B44;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #F6FECB 60%);
}
.lp_case_qa_comment_ttl  {
    margin-bottom: 20px;
}
.lp_case_qa_comment_ttl span {
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  padding: 5px 18px;
  position: relative;
  z-index: 20;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.lp_case_qa_comment_ttl span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #287B44;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_case_qa_comment_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FBFAF4;
  box-sizing: border-box;
  padding:30px;
}
.lp_case_qa_comment_img {
  margin-right: 30px;
}
.lp_case_qa_comment_caption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.lp_case_qa_comment_caption span{
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
.lp_case {
  padding: 50px 20px;
}
.lp_case .inner {
  width: 100%;
  max-width: 100%;
}
.lp_case_head {
display:block;
}
.lp_case_head_detail {
  width:100%;
}
.lp_case_head_ttl1 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 45px;
}
.lp_case_head_ttl2 {
  color:#287B44;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.lp_case_head_ttl2:before {
  position: absolute;
  background: url(../img/case_img03.png) no-repeat;
  left: 0;
  top: -30px;
  content: "";
  width: 30px;
  height: 22px;
  display: inline-block;
  background-size: contain;
}
.lp_case_qa {
  background: #fff;
  position: relative;
  padding: 30px 20px;
  margin-top: 60px;
}
.lp_case_qa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #EDF6EB;
  border-right: 30px solid transparent;
}
.lp_case_q {
  font-size: 18px;
  color: #287B44;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 58px;
}
.lp_case_q:after {
  font-size: 15px;
  content: "";
  position: absolute;
  background: #287B44;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 1px;
  display: inline-block;
  z-index: 100;
}
.lp_case_a {
  margin-bottom: 20px;
}
.lp_case_a span {
  color: #287B44;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #F6FECB 60%);
}
.lp_case_qa_comment_ttl  {
    margin-bottom: 20px;
}
.lp_case_qa_comment_ttl span {
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  padding: 5px 18px;
  position: relative;
  z-index: 20;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.lp_case_qa_comment_ttl span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #287B44;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_case_qa_comment_contents {
  display: block;
  padding:30px 20px;
}
.lp_case_qa_comment_img {
  margin-right: inherit;
}
.lp_case_qa_comment_img {
  width: 40%;
  margin: 0 auto 20px;
}
.lp_case_qa_comment_caption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.lp_case_qa_comment_caption span{
  font-size: 16px;
  font-weight: 700;
}
.lp_case_qa_comment_text {
  font-size: 15px;
}
}






















/* faq */
.lp_faq {
  padding:90px 0;
}
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
}
.accordion-area li:not(:last-child){
  margin-bottom: 30px;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:18px;
  font-weight: normal;
  padding:30px 3% ;
  transition: all .5s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background: #539569;
}

/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 34px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
  content: "－";
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  background: #EDF6EB;
  padding: 30px 3%;
}

@media screen and (max-width: 767px) {
.accordion-area li:not(:last-child){
  margin-bottom: 18px;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  font-size: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*　closeというクラスがついたら形状変化　*/

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:15px 30px 15px 15px; ;
  transition: all .5s ease;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.accordion-area .title span.text {
  width: 80%;
  text-align: left;
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    padding: 20px 15px;
}
}





/* form */
.lp_form {
  background: #FDFFF6;
  /* form parts */
}
.lp_form .h2_ttl {
  margin-bottom: 0;
}
.lp_form .h2_ttl_jp {
  font-size: 20px;
  color: #fff;
}
.lp_form .h2_ttl_en  {
  font-size: 12px;
  color: #EFEB1F;
}
.lp_form_ttl {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.lp_form_ttl .lp_heading {
  margin: 0;
  color: #287B44;
}
.lp_form_ttl .lp_lead {
  margin: -30px 0 0;
}
.lp_form .contact-form {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 50px;
  background: #fff;
  padding: 10px 10px;
  box-sizing: border-box;
}
.lp_form .contact-form > h1 {
  display: none;
}
.lp_form .contact-form > table {
  width: 100%;
}
.lp_form .contact-form > table,
.lp_form .contact-form > table tbody,
.lp_form .contact-form > table tr {
  display: block;
}
.lp_form .contact-form > table tr {
  padding: 0;
}
.lp_form .contact-form > table th, .lp_form .contact-form > table td {
  padding: 0 0 8px;
}
.lp_form .contact-form > table th {
  width: auto;
  padding-right: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
.lp_form .contact-form > table th span {
  color: #fff;
  background: #539469;
  line-height: 100%;
  padding: 3px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}
.lp_form .contact-form > table th sup {
  margin: 0 0 0 0.2em;
  color: #f30000;
  font-size: inherit;
  vertical-align: inherit;
}
.lp_form .contact-form > table td {
  font-size: 1.2rem;
  display: block;
}
.lp_form .contact-form > footer {
  margin: 0 auto ;
  text-align: center;
}
.lp_form .contact-form > footer .agreeCheck {
  display: block;
  font-size: 12px;
}
.lp_form .contact-form > footer .agreeCheck > .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.lp_form .contact-form > footer .agreeCheck > a {
  text-decoration: underline;
}
.lp_form .contact-form > footer .button {
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
.lp_form .contact-form > footer .button > input {
  display: inline-block;
  width: 260px;
  height: 46px;
  border-radius: 23px;
  font-size: 1.4rem;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
.lp_form .contact-form > footer .button > .wpcf7-spinner {
  display: none !important;
}
.lp_form .contact-form > footer .button.next::after, .lp_form .contact-form > footer .button.back::before {
  display: block;
  width: 50px;
  position: absolute;
  top: 50%;
  margin: -0.5em 0 0;
  font: normal 2rem/1 hanabishi08;
  pointer-events: none;
}
.lp_form .contact-form > footer .button.next::after {
  content: "\f105";
  right: 0;
}
.lp_form .contact-form > footer .button.back::before {
  content: "\e805";
  left: 0;
  font-size: 1.6rem;
}
.lp_form .mw_wp_form_complete {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
.lp_form .mw_wp_form_complete .lp_heading {
  margin: 0 0 50px 0;
  font-size: 42px;
}
.lp_form .mw_wp_form_complete .lp_txt {
  margin: 30px 0 0 0;
}
.lp_form button,
.lp_form textarea,
.lp_form select,
.lp_form input[type=button],
.lp_form input[type=submit],
.lp_form input[type=text],
.lp_form input[type=password],
.lp_form input[type=tel],
.lp_form input[type=email] {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease 0s;
  transition-property: border-color, background-color, color;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lp_form button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.lp_form textarea,
.lp_form input[type=text],
.lp_form input[type=password],
.lp_form input[type=tel],
.lp_form input[type=email],
.lp_form select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  background-color: #f2f2f0;
  color: #888;
}
.lp_form textarea:-moz-placeholder-shown, .lp_form input[type=text]:-moz-placeholder-shown, .lp_form input[type=password]:-moz-placeholder-shown, .lp_form input[type=tel]:-moz-placeholder-shown, .lp_form input[type=email]:-moz-placeholder-shown, .lp_form select:-moz-placeholder-shown {
  background: #f2f2f0;
  color: #888;
}
.lp_form textarea:placeholder-shown,
.lp_form input[type=text]:placeholder-shown,
.lp_form input[type=password]:placeholder-shown,
.lp_form input[type=tel]:placeholder-shown,
.lp_form input[type=email]:placeholder-shown,
.lp_form select:placeholder-shown {
  background: #f2f2f0;
  color: #888;
}
.lp_form textarea:focus,
.lp_form input[type=text]:focus,
.lp_form input[type=password]:focus,
.lp_form input[type=tel]:focus,
.lp_form input[type=email]:focus,
.lp_form select:focus {
  border: 1px solid #287b44;
  background-color: #fff;
  color: #222;
}
.lp_form textarea {
  display: block;
  width: 100%;
  height: 17em;
}
.lp_form input[type=email] {
  width: 100%;
}
.lp_form input[type=button],
.lp_form input[type=submit] {
  padding: 0;
  border: none;
  background: #287b44;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.lp_form input[type=button]:hover,
.lp_form input[type=submit]:hover {
  background-color: #e1e1e1;
  color: #888;
}
.lp_form input[type=button][disabled],
.lp_form input[type=submit][disabled] {
  background-color: #888;
  color: #fff;
}
.lp_form .select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.lp_form .select::after {
  display: block;
  content: "\f107";
  width: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0;
  color: #888;
  font: normal 2rem/1 hanabishi08;
  text-align: center;
  pointer-events: none;
}
.lp_form .select select {
  position: relative;
  padding-right: 55px;
  line-height: 1;
}
.lp_form .select select::-ms-expand {
  display: none;
}
.lp_form .mw_wp_form_confirm .select::after {
  display: none;
}

.confirm .lp_form {
  padding: 220px 0 150px;
}
.confirm .lp_form .contact-form {
  margin: 0 auto;
}

.thanks .lp_form {
  padding: 150px 0;
}
.thanks .lp_form .contact-form {
  margin: 0 auto;
}




/* 入力配置 */
.lp_form .address-search {
  margin:10px 0 0;
  text-decoration: underline;
  display: block;
}
.lp_form .mw_wp_form_confirm .address-search{
  display: none;
}
.lp_form .address-search:hover {
  text-decoration: none;
  cursor: pointer;
}
.lp_form .col2 {
  display: block;
  align-items: center;
}
.lp_form .col2 .title {
  width: 100%;
  max-width: 165px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
.lp_form .col2 .inqList {
  width: 100%;
}
.lp_form .col2 .p-postal-code {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
}
.lp_form .col2 .p-region-id {
  width: 100%;

}
.lp_form .col2 .p-locality{
  width: 100%;
}
.lp_form .col2 .building {
  width: 100%;
}
.lp_form .col2.mb {
  margin-bottom: 0;
}
.lp_form .note {
text-align: right;
font-size: 1rem;
margin-bottom: 5px; 
}
.lp_form .note sup {
color:#f30000;
}
.mw_wp_form .error {
  font-size: 11px !important;
}

@media screen and (max-width: 640px) {
.lp_form {
  padding: 50px 0;
}
.lp_form_ttl {
  padding-left: 0;
}
.lp_form_ttl .lp_heading {
  width: auto;
  font-size: 60px;
}
.lp_form_ttl .lp_lead {
  width: auto;
  margin: -20px 0 0;
  font-size: 26px;
}
.confirm .lp_form,
.thanks .lp_form {
  padding: 100px 20px 50px;
  margin-top: 0;
}
.lp_form .mw_wp_form_complete {
  width: auto;
  margin: 0 0 50px 0;
}
.lp_form .mw_wp_form_complete .lp_heading {
  margin: 0 0 30px 0;
  font-size: 32px;
}
.lp_form .mw_wp_form_complete .lp_txt {
  margin: 30px 0 0 0;
  font-size: 14px;
}
.lp_form .contact-form {
  width: auto;
  margin: 2.5em 0 0;
  padding: 30px 20px;
}
.lp_form .contact-form > h1 {
  display: none;
}
.lp_form .contact-form > table,
.lp_form .contact-form > table tbody,
.lp_form .contact-form > table tr {
  display: block;
}
.lp_form .contact-form > table {
  padding: 0;
}
.lp_form .contact-form > table tr {
  padding: 1em 0;
}
.lp_form .contact-form > table th,
.lp_form .contact-form > table td {
  display: block;
  padding: 0;
  border: none;
}
.lp_form .contact-form > table th {
  width: auto;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.lp_form .contact-form > table th sup {
  margin: 0 0 0 0.2em;
  color: #f30000;
  font-size: inherit;
  vertical-align: inherit;
}
.lp_form .contact-form > table td {
  margin: 1em 0 0;
  font-size: 1.2rem;
}
.lp_form .contact-form > footer {
  margin: 2em 0 0;
  text-align: center;
  overflow: hidden;
}
.lp_form .contact-form > footer .agreeCheck {
  display: table;
  margin: 0 auto ;
}
.lp_form .contact-form > footer .agreeCheck > .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.lp_form .contact-form > footer .agreeCheck > a {
  text-decoration: underline;
}
.lp_form .contact-form > footer .button {
  position: relative;
  color: #fff;
  vertical-align: top;
  margin: 0 auto;
  width: 48%;
  overflow: hidden;
}
.lp_form .contact-form > footer .button.confirm {
  width: 100%;
  margin-right: 0;
}
.confirm .lp_form .contact-form > footer .button.confirm {
  width: 48%;
  margin-left: 2%;
}
.lp_form .contact-form > footer .button > input {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 23px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.lp_form .contact-form > footer .button > .wpcf7-spinner {
  display: none !important;
}
.lp_form .contact-form > footer .button.next::after,
.lp_form .contact-form > footer .button.back::before {
  display: block;
  width: 50px;
  position: absolute;
  top: 50%;
  margin: -0.5em 0 0;
  font: normal 1.6rem/1 hanabishi08;
  pointer-events: none;
}
.lp_form .contact-form > footer .button.next::after {
  content: "\f105";
  right: 0;
}
.lp_form .contact-form > footer .button.back::before {
  content: "\e805";
  left: 0;
}
/* form parts */
.lp_form button,
.lp_form textarea,
.lp_form select,
.lp_form input[type=button],
.lp_form input[type=submit],
.lp_form input[type=text],
.lp_form input[type=password],
.lp_form input[type=tel],
.lp_form input[type=email] {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease 0s;
  transition-property: border-color, background-color, color;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lp_form button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.lp_form textarea,
.lp_form input[type=text],
.lp_form input[type=password],
.lp_form input[type=tel],
.lp_form input[type=email],
.lp_form select {
  display: block;
  width: 100%;
  min-width: initial;
  padding: 9px 9px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  background: #f2f2f0;
  color: #888;
}
.lp_form textarea:focus,
.lp_form select:focus,
.lp_form input[type=text]:focus,
.lp_form input[type=password]:focus,
.lp_form input[type=tel]:focus,
.lp_form input[type=email]:focus {
  border-color: #287b44;
  background-color: #fff;
  color: #222;
}
.lp_form textarea {
  display: block;
  height: 10em;
}
.lp_form input[type=button],
.lp_form input[type=submit] {
  padding: 0;
  border: none;
  background: #287b44;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.lp_form input[type=button]:hover,
.lp_form input[type=submit]:hover {
  background-color: #e1e1e1;
  color: #888;
}
.lp_form input[type=button][disabled],
.lp_form input[type=submit][disabled] {
  background-color: #888;
  color: #fff;
}
.lp_form .select {
  display: block;
  position: relative;
}
.lp_form .select::after, {
  display: block;
  content: "\f107";
  width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0;
  color: #888;
  font: normal 1.5rem/1 hanabishi08;
  text-align: center;
  pointer-events: none;
}
.lp_form .mw_wp_form_confirm .select::after {
  display: none;
}
.lp_form .select select {
  position: relative;
  padding-right: 30px;
  line-height: 1;
}
.lp_form .select select::-ms-expand {
  display: none;
}

/* 入力配置 */
.lp_form .address-search {
  margin-left: 0;
  margin-top: 15px;
  display: inline-block;
}
.lp_form .col2 {
  display: block;
}
.lp_form .col2 .title {
  width: 100%;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}
.lp_form .col2 .inqList {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.lp_form .col2 .p-postal-code {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.lp_form .col2 .p-region-id {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.lp_form .col2 .p-locality{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.lp_form .col2 .building {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.lp_form .col2.mb {
  margin-bottom: 20px;
}
.lp_form .note {

}
}







/* フローティングバナー */
.floatingBanner_wrap {
  display: none;
}
/*SP*/
@media screen and (max-width:960px){
.floatingBanner_wrap {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 100;
  background-color:rgba(255,255,255, .8);
}
.floatingBanner { 
  position: relative;
  width: 94%;
  margin: 4% 1% 2% 2%;
}
.floatingBanner2 { 
  position: relative;
  margin-top: inherit;
  width: 94%;
  margin: 4% 2% 2% 1%;
}
.floatingBanner a.tel {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  text-align: center;
  font-size: 1.4rem;
  background: #E1FD50;
  color: #222;
  padding:15px 0;
  display: block;
  border-radius: 5px;
  font-weight: 700;
  border:3px solid #E1FD50;
  box-sizing: border-box;
}
.floatingBanner2 a.line {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  text-align: center;
  font-size: 1.4rem;
  background: #DBF1E4;
  color: #06C755;
  padding:15px 0;
  display: block;
  border-radius: 5px;
  font-weight: 700;
  border:3px solid #DBF1E4;
  box-sizing: border-box;
}
.floatingBanner a span,
.floatingBanner2 a span {
  position: relative;
  padding-top: 0;
  padding-left: 20px;
}
.floatingBanner a.tel span {
  padding-left: 0;
}
.floatingBanner a.tel span:before {
  position: absolute;
  /*background: url(../img/icon_tel_wht.svg) no-repeat;*/
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.floatingBanner2 a.line span:before {
  position: absolute;
  background: url(../img/icon_line.svg) no-repeat;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

#close-button,
#close-button2 {
  display: none;
}
#copyright {
  padding-bottom: 90px;
}
}









/* フォームサイド設置 */
#header {
  width: calc(100% - 300px);
  position: relative;
  min-width: calc(100% - 300px);
}
#headerIn {
  margin: 0 auto;
  width: calc(100% - 300px);
  min-width: calc(100% - 300px);
  height: 75px;
  text-align: left;
  position: fixed;
  z-index: 9999;
  min-width: 1000px;
}
.content_wrap {
  display: flex;
  position: relative;
}
.lp_form {
  display: block;
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  background: #539469;
  padding:10px 10px 0;
  position: sticky;
  top: 0;
  box-shadow: -3px 0px 6px rgba(51, 56, 54, .2039215686);
height: fit-content;;
  box-sizing: border-box;
    z-index: 10000;
}
.main_wrap {
  width: calc(90% - 300px);
  flex: 1;
}
/*SP*/
@media screen and (max-width:768px){
#header {
  width: 100%;
  position: relative;
  min-width: 320px;
}
#headerIn {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    height: 60px;
    text-align: left;
    position: fixed;
    z-index: 9999;
    background: #FFF;
    border-bottom: 1px solid #e5e5e5;
    top: 0px;
}
.content_wrap {
  display: block;
  position: relative;
}
.lp_form {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #539469;
  padding:30px 10px 0;
  position: inherit;
  top: inherit;
  box-shadow: -3px 0px 6px rgba(51, 56, 54, .2039215686);
  height: auto;
}
.main_wrap {
  width: 100%;
}
}

















