
/** -----------------------------------
    最初
-------------------------------------**/
.wave-section {
  padding-top: 160px;
      padding-bottom: 185px;
  position: relative;
  background: linear-gradient(135deg,
  rgba(253, 255, 213, 0.3) 0%,
  rgba(191, 219, 158, 0.3) 50%,
  rgba(253, 255, 213, 0.3) 100%);
  overflow: hidden;
}

.wave-section h2{
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}

.wave-section h3{
  text-align: center;
  font-size: 18px;
}

.wave-section p{
  text-align: center;
  font-size: 18px;

}
.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;       /* ★画面幅にフィットさせる */
  height: 200px;     /* 必要に応じて調整可能 */
  z-index: 0;
}

.merit{
max-width: 1000px;
    margin:64px auto;
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
}

.merit img{
  display: block;
  max-width: 300px;
}



.scroll {
    position  : absolute;
    writing-mode : vertical-rl;
    top : 30%;
    left : 50%;
      bottom: -30px;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #aaaaaa;
    right: 50%;
    bottom: -290px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


@media screen and (max-width: 768px) {   

  .wave-section {
    padding-top: 120px;
    padding-bottom: 155px;
}

  .merit{
    flex-direction: column;
    align-items: center;
}

.wave-section p {
    font-size: 14px;
}


.scroll {
    top : 50%;

}
.scroll::after {

    height: 80px;
}
}

.lpintro{
  width: 85%;
  margin: 30px auto 50px;
  padding: 1em;
}

.lpintro p{
  text-align: left;
}



/** -----------------------------------
    お客様事例
-------------------------------------**/

#lp_case h2{
  text-align: center;
  font-size: 27px;
  letter-spacing: 2px;
}

#lp_case h3{
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
}
.small{
  font-size: .6em;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #9ac57b4a;
  margin: 72px auto;
}
.introduction{
    margin: 40px auto 80px;
  display: flex;
  gap: 1em;

}

.greenlarge{
  font-size: 1.2rem;
  color: #9AC57B;
  font-weight: bold;
}

.intro_right{
  width: 30%;
}


.before{
  margin: 30px auto;
  display: flex;
  gap: 1em;

}

.before_img{
  width: 50%;
}

.before_right h4{
  text-align: center;
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 0.4em;
      letter-spacing: 1.4px;
}

.before_right ul{
  padding-left: 35px;
}

.before_right li{
  list-style: none;
  background: url("../images/ch.svg");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 21px;
  padding-left: 45px;
  margin-bottom: 18px;
  letter-spacing: 1.4px;
}

.before_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 50%;
    padding: 1em .2em;
    background-color: #d4eca9;
    color: #333333;
}

.red{
  color: red;
  font-weight: bold
}

.before_right::before {
    position: absolute;
    bottom: -5px;
    right: 7px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.solution {
background-color: #f2f6f0;
    margin: 30px auto;
    display: flex;
    gap: 1em;
    justify-content: space-evenly;
    padding: 3em 1em;
    align-items: center;
    border-radius: 12px;
}
.s_img{
  width: 30%;
}

.baimg{
      display: flex;
    gap: 1em;
    justify-content: space-evenly;
}

.baimg p{
  font-size: 14px!important;
}


.after p{
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}

.after .red{
  font-size: 24px;
  color: #f63e3e;
  font-weight: bold;

}


.afterpoint {
    width: 64%;
    position: relative;
    margin: 1.5em auto;
    padding: 1rem 0px 2rem;
    color: #fff;
    font-size: 16px;
    background-color: #9ac57b;
    border-radius: 12px;
}

.afterpoint:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -15px;
  border: 24px solid transparent;
  border-bottom: 28px solid #9ac57b;
}

.afterpoint h5{
  font-family: 'Century Gothic', YuGothic,sans-serif;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 30px auto 10px;
}

.afterpoint span{
  font-size: 12px;
}


.future{
  background-color: #eff5f6;
   margin: 30px auto;
    padding: 3em 4em;
    border-radius: 12px;
}
.future p{
  text-align: left;
}


.future ul{
  padding-left:20px;
}

.future li{
  list-style: none;
  background: url("../images/ch.svg");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 21px;
  padding-left: 45px;
  margin-bottom: 18px;
  letter-spacing: 1.4px;
      font-size: 17px;
      font-weight: bold;
}

.notes{
  margin: 72px auto;
}


@media screen and (max-width: 768px) {

  #lp_case h3 {
    font-size: 16px;

}

  #lp_case{
    width: 84%;
    margin: 0 auto;
  }

  .introduction {
    flex-direction: column-reverse;
    align-items: center;
}

.intro_right {
    width: 60%;
}

.before {
    flex-direction: column;
    align-items: center;
}
.before_img,.s_img{
    width: 100%;
}
.before_right {
    width: 100%;
    padding: 1em .2em;
    background-color: #d4eca9;
    color: #333333;
}
.before_right ul {
    padding-left: 20px;
}
.before_right li {
    background-size: 20px;
    padding-left: 36px;
    font-size: 14.5px;
}

.solution,.baimg {
    flex-direction: column;
}
.greenlarge {
    font-size: 1rem;
}
.afterpoint {
    width: 100%;
    color: #fff;

}
.after p{
  font-size: 14.5px;

}

.future {
    padding: 2em 1em 2em 0;
    border-radius: 12px;
}
.future p {
    text-align: center;
}
.future li {
    background-size: 16px;
    padding-left: 30px;
    margin-bottom: 17px;
    letter-spacing: 1.4px;
    font-size: 15px;
}
}





/** -----------------------------------
    QA
-------------------------------------**/


#LPQA {
  background-color: #EAE6E0;
  margin: 30px auto;
  padding: 5em 0 1em;
}
.QAimg{
  display: block;
    max-width: 600px;
  margin: 0 auto;

}

.explanation{
    width: 100%;
  max-width: 960px;
  margin: 40px auto;
    display: flex;
    gap: 1em;
    justify-content: space-evenly;
    padding: 3em 1em;
    align-items: center;
    border-radius: 12px;
}

.QAright{
    width: 64%;
}


@media screen and (max-width: 1000px) {   
.merit img {
    max-width: 250px;
}

.section-inner {
          width: 90%;
}

.explanation {
    padding: 3em 0em;
    width: 90%;
}
}

@media screen and (max-width: 768px) {

  .section-inner {
          width: 95%;
}


  #LPQA{
        padding: 2em 0 1em;
  }

.QAimg,.explanation {
 width: 90%;
 margin: 0 auto;
}
  .explanation{
        flex-direction: column-reverse;
        padding: 0;
}
.QAright {
    width: 72%;
    margin-top: 30px;
}

}


/** -----------------------------------
    料金説明
-------------------------------------**/


#price {
  padding-top: 100px;
}


#price h2{
    text-align: center;
  font-size: 1.8em;
  color: #9AC57B;
}

.price_intro p{
  text-align: center;
  font-size: 20px;
    margin-bottom: 72px;
  
}
.price_box {
    max-width: 600px;
    margin: 0 auto;
}
.price_box p{
  font-size: 14px;
  text-align: center;
    color: #9AC57B;
}

.price_inner{
  background-color: #f2f6f0;
  font-size: 20px;
  text-align: center;
  width: 80%;
    margin: 0 auto;
    padding: 2em 3em;
    border-radius: 12px;
  
}

.price_note{
  color: #666666!important;
}

.lptoqa p{
  text-align: center;
}

.lptoqa a{
  color: #666666;
  text-decoration: underline;
}

.lptoqa a:hover{
  text-align: center;
  color: #1e1e1e;
}

@media screen and (max-width: 768px) {

  .price_intro p {
    font-size: 16px;
}
.price_inner {
    padding: 2em 1em;
}

}