@charset "UTF-8";
/* CSS Document */

.breadcrumbs_wrap.bgc {background-color: #FAF6E2;}

.mincho {font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

html {font-size: 62.5%}
body {font-size: 1.4rem;}

@media screen and (min-width: 1050px){
.ps-br{
display: none;
  }
  }


@media screen and (max-width: 1050px) {
  .ps-br{
    display: block;
}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


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

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

.sp_br02 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .sp_br02 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_br02 {
  display: none;
  }
}
@media screen and (max-width: 450px) {
  .sp_br02 {
    display: block;
  }
}

.sp_br03 {
  display: none;
}
@media screen and (max-width: 410px) {
  .sp_br03 {
    display: block;
  }
}

.sp_br04 {
  display: none;
}
@media screen and (max-width: 1050px) {
  .sp_br04 {
    display: block;
  }
}





.pc_br_1300{
  display: block;
}
@media screen and (max-width: 1300px) {
.pc_br_1300 {
    display: none;
  }
}




/*メインビジュアル*/


div.mv img{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 1400px) {
    div.mv img{
    margin-top: 50px;
}
 }

@media screen and (max-width: 768px) {
    div.mv img{
    margin-top: 0px;
}
 }

div.button{
    text-align: center;
    margin: 20px 10px 30px 10px ;

}

div.buttonarea{
    text-align: center;
    margin: 0px 10px 80px 10px ;
    transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px) {
    div.buttonarea{
    margin: 0px 10px 30px 10px ;

}
 }


/*導入*/
div.donyu{
    display: flex;
    justify-content: center;
    gap:5%;
    align-items: center;
    transition: all 0.2s ease-in;
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1100px) {
  div.donyu{
    max-width: 100%;
      margin-left: 10%;

}
}



div.donyutxt h2{
    color: #61A558;
    font-size: 220%;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}

div.donyutxt p{
    font-size: 140%;
    margin: 10px 0px 30px 0px;
    letter-spacing: 0.12em;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
div.donyutxt p{
    line-height: 1.5;
}
}



@media only screen and (min-width: 768px) and (max-width: 1300px) {
div.donyutxt {
    max-width: 45%;
}
}

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

    div.donyutxt {
}
    div.donyu{
    display: block;
    margin: 50px auto;
    }

    div.donyutxt h2{
    font-size: 200%;
    margin: 20px 20px 20px 20px;
    text-align: center;
    }

    div.donyutxt p{
    margin: 10px 20px 30px 20px;
    }
}



/*料金導入*/
div.donyupoint{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}



div.donyupointtxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 20px 0px 20px 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
}



 div.donyupointtxt h4{
    font-size: 140%;
    margin: 30px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: left;

}
@media screen and (max-width: 767px) {
    div.donyupointtxt h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}




div.donyupointtxt h6{
    font-size: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 20px 0px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}


@media only screen and (max-width: 1200px) {
div.donyupointtxt {
    margin-left: 5%;
}
    div.donyuph img{
    width: 600px;
    }
}

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

    div.donyupointtxt {
    margin-left: 0%;
}
    div.donyupoint{
    display: block;
    margin: 20px 0px 0px 0px;
    }

    div.donyupointtxt h2{
    font-size: 200%;
    margin: 20px 20px 20px 20px;
    text-align: center;
    }

    div.donyupointtxt p{
    margin: 10px 20px 20px 20px;
    }

    div.donyuph img{
        display: block;
        margin: 0 auto;
    }
}



/*エリア*/

div.area{
    background-color: #FAF6E2;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


div.area h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 50px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}


div.areaph {
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 30px;
}


@media screen and (max-width: 1200px) {
    div.areaph {
    display: block;
    text-align: center;
    }
}

div.areaph img{
    margin: 30px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
    div.area h2{
    font-size: 200%;
    margin: 10px 30px 10px 30px;

}
    div.areaph{
    padding: 20px 20px 0px 20px;
}


    div.areaph img{
    margin: 0 auto;
    margin-bottom: 20px;
}

}
 div.area h4{
    font-size: 140%;
    margin: 30px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.area h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}


/*ポイント*/

div.point{
    background-color: #FAF6E2;
    padding-top: 20px;
}

div.pointinnner{
    padding: 30px 0px 50px 0px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.pointinnner img{
        margin-bottom: 20px;
        font-size: 180%;
    }
}

div.pointinnner h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}

div.pointinnner h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    div.pointinnner h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
}

div.pointph {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}
div.pointph2 {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

div.pointph img {
    padding: 0px 5px 0px 5px;
}





div.caution {
    margin: 0 auto;
    max-width: 1200px;
}

div.caution p{
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    div.pointph {
    display: block;
    text-align: center;
    }
    div.pointph2 {
    display: block;
    text-align: center;
    }
}

div.pointph img{
    margin: 30px 0px 10px 0px;
}

div.pointph2 img{
    margin: 30px 0px 10px 0px;
}

div.pointph3 img{
    margin: 30px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
    div.pointinnner h2{
    font-size: 200%;
    margin: 10px 30px 10px 30px;

}
    div.pointph{
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
}

    div.pointph3{
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
}

    div.caution{
    padding: 0px 20px 0px 20px;
}

    div.pointph img{
    margin: 0 auto;
    margin-bottom: 10px;
/*    width: 155px;*/
}

    div.pointph2 img{
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;

}

    div.pointph3 img{
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;

}

    div.caution p{
    text-align: left;
}
}


 div.pointinnner h4{
    font-size: 140%;
    margin: 0px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.pointinnner h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}





/*ポイントエリア*/

div.pointinnnerarea{
    padding: 20px 0px 20px 0px;
    transition: all 0.2s ease-in;
}


div.pointinnnerarea h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.pointinnnerarea h2{
        font-size: 200%;
    }
}


div.pointinnnerarea h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    div.pointinnnerarea h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
}



 div.pointinnnerarea h4{
    font-size: 140%;
    letter-spacing: 0.12em;
    line-height: 1.5;
     width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
     text-align: center;

}
@media screen and (max-width: 767px) {
    div.pointinnnerarea h4{
        font-size: 130%;
        text-align: left;
    }
}



div.planpayarea{
    background-color: #FAF6E2;
    padding: 50px 0px 30px 0px;
    margin-bottom: 50px;
    transition: all 0.2s ease-in;
}

div.planinfo{
    max-width: 1200px;
    margin: 0 auto;
}

div.planpayareatxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 30px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.planpayareatxt h2{
        font-size: 200%;
    }
}




div.planpayareaph{
    text-align: center;
    margin: 0px 0px 20px 0px;
    transition: all 0.2s ease-in;
    padding: 0px 20px;

}
@media screen and (max-width: 767px) {
    div.planpayareaph{
        margin: 0px 0px 10px 0px;
           padding: 0px 10%;
    }
}

div.planpayareaph .sp{
margin: 0 auto;
margin-bottom: 20px;
}

div.planpayarea h6{
    font-size: 100%;
    margin: 0px 20px 30px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}




/*エリアご利用の流れ*/


div.planpayarea2{
    background-color: #fff;
    padding: 50px 0px 30px 0px;
    margin-bottom: 50px;
}

div.planinfo2{
    max-width: 1200px;
    margin: 0 auto;
}

div.planpayareatxt2 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 30px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.planpayareatxt2 h2{
        font-size: 200%;
    }
    div.planpayarea2{
    padding: 30px 0px 0px 0px;
    margin-bottom: 20px;
}
}




div.planpayareaph2{
    text-align: center;
    margin: 0px 0px 20px 0px;

}
@media screen and (max-width: 767px) {
    div.planpayareaph2{
        margin: 0px 0px 10px 0px;
    }
}

div.area h6{
    font-size: 100%;
    margin: 0px 20px 0px 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.area h6{
    text-align: left;
}
}



div.planpayarea2 h6{
    font-size: 100%;
    margin: 0px 20px 0px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}






/*ポイントビジネス*/

div.pointbusiness{
    padding-top: 20px;
    margin-bottom: 30px;
}

div.pointinnnerbusiness h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}


@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h2{
        font-size: 200%;
    }
}


div.pointinnnerbusiness h4{
    font-size: 140%;
    margin: 0px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}

div.pointinnnerbusiness h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
}




/*料金*/

div.plan{
    background-color: #fff;
    padding:0px 0px 80px 0px;
}

div.planinnner{
    padding: 30px 0px 30px 0px;
}

div.plantext{
transition: all 0.2s ease-in;
}


div.plantext h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    transition: all 0.2s ease-in;

}
@media screen and (max-width: 767px) {
    div.plantext h2{
        font-size: 200%;
    }
}



div.plantext h4{
    font-size: 140%;
    margin: 0px 20px 30px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}
@media screen and (max-width: 767px) {
    div.plantext h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}

div.plantext2{
    transition: all 0.2s ease-in;
}

div.plantext2 h4{
    font-size: 140%;
    margin-top: 30px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.12em;
    line-height: 1.8;
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.plantext2 h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        width: 80%;
        text-align: left;
    }
}


div.planph{
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease-in;
    max-width: 1400px;
    padding: 0px 20px 30px 20px;
}


div.planph h5{
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    div.planph h5{
        font-size: 180%;
        margin-bottom: 20px;
    }
    div.planph{
    margin: 0px 0px 0px 0px;
}
}

.planph .sp{
margin: 0 auto;
margin-bottom: 20px;
}

/*お申込み・お支払の流れ*/
div.planpay{
    padding-top: 20px;


}

div.planpaytxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}

@media screen and (max-width: 767px) {
    div.planpaytxt h2{
        font-size: 200%;
    }
}




div.planpayph{
    text-align: center;
    margin: 0px 0px 50px 0px;

}


/*よくあるご質問*/

div.qatitle h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}

@media screen and (max-width: 767px) {
    div.qatitle h2{
        font-size: 200%;
    }
}


div.qaatxt{
    margin: 50px 0px 50px 0px;
    text-align: center;

}



/*ポイント*/

div.point{
    background-color: #FAF6E2;
    padding-top: 20px;
}

div.pointinnner2{
    max-width: 1200px;
    padding: 30px 0px 50px 0px;
    text-align: center;
    margin: 0 auto;
}

div.pointinnner2 h5{
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
/*    background-color: #B53532;*/
/*    color: #fff;*/
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    div.pointinnner2 h5{
        font-size: 180%;
        margin-bottom: 20px;
    }
    div.point{
    padding-top: 0px;
}

div.pointinnner2{
    padding: 0px 0px 50px 0px;
}
}

 div.pointinnner2 h4{
    font-size: 140%;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: left;

}
@media screen and (max-width: 767px) {
    div.pointinnner2 h4{
        margin: 0px 20px 10px 20px;
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}


/*３つのポイント（スワイパー）*/


section.swiper-point{
    padding: 50px 50px;
    margin-bottom: 80px;
        overflow: hidden;
}


section.swiper-point h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 50px 50px;
    line-height: 1.5;
    text-align: center;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
    section.swiper-point h2{
        font-size: 200%;
            margin: 50px 0px 30px 0px;
    }
}


/* スワイパー本体 */

 .swiper {
transition: all 0.2s ease-in;

}


.swiper-point .swiper {
  position: relative;
    overflow: visible;

}

.swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.swiper-slide img {
  height: auto;
  width: 30%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1800px) {
.swiper-slide img {
  width:200px;
}
}


@media screen and (max-width: 960px) {
.swiper-slide img {
  width: 30%;
}
}

@media screen and (max-width: 767px) {
.swiper-slide img {
  width: 40%;
}
}

.swiper-slide {
  opacity: .3;
  background-color: #B9DAB5;
}

 /* 中央のスライド*/
.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.swiper-slide:hover {
  transform: scale(1.03);
}

.swiper a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
transition: all 0.2s ease-in;
}


/* 番号 */
.modal-number {
    color: #61A558;
  font-size: 52px;
  font-weight: bold;
  margin-top: 30px;
}

.slide {
  padding: 50px 10px;
  text-align: center;
}

.slide-ttl{
    font-size: 21pt;
    font-weight: bold;
    letter-spacing: normal;
    line-height:1.5;
}
@media screen and (max-width: 960px) {
.slide-ttl{
font-size: calc(14px + (25 - 14) * ((100vw - 375px) / (767 - 375)));
    line-height:1.5;
}
}

/* ナビボタンの配置調整 */
#slider-button-wrap {
  text-align: center;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    background: #61A558;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
@media screen and (max-width: 960px) {
.swiper-button-next, .swiper-button-prev {
    color: #61A558;
    background: #ffffff;
    border: 2px solid #61A558;
}
}

@media screen and (max-width: 768px) {
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #61A558;
}

    .swiper-button-next {
    right:-20px;
        }
    .swiper-button-prev {
    left: -20px;
        }
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;

}
}


/*offers*/
.offers {
    background-color: #FAF6E2;
    padding: 50px 0px 30px 0px;
    margin-bottom: 50px;
}


.offers__inner{
max-width: 1000px;
    margin: 0 auto;
}

.offers__ttl {
    color: rgb(97, 165, 88);
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    margin: 50px 30px 20px;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
.offers__ttl {
    font-size: 200%;
}
}

.offers__container{
    display: flex;
    justify-content: center;
    gap:65px;
    transition: all 0.2s ease-in;
    margin-bottom: 80px;

}

.offers__container a {
  width: calc(45% - 10px);

}


.offers__container a:hover .offers__img {
  opacity: 0.5;
}

.offers__img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-out;
}



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

    .offers {
    padding: 50px 0px 50px 0px;
}

  .offers__container {
    flex-direction: column;
    align-items: center;
  }
  .offers__container a {
width: 70%;
  }

    .offers__container{
    gap:50px;

}

      .offers__container a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .offers__container a {
width: 80%;
  }
}


/*会社概要*/

div.info{
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


div.infoinnner{
    padding: 30px 0px 50px 0px;

}

div.info h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.info h2{
        font-size: 200%;
    }
}


div.info3{
    background-color: #FAF6E2;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    div.info3{
        margin-bottom: 20px;
        padding-top: 0px;
    }
}

div.info3 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.info3 h2{
        font-size: 200%;
        margin: 20px 30px 20px 30px;
    }
}


/* 買取例 */

.point{
    transition: all 0.2s ease-in;
}

div.point3{
    background-color: #FAF6E2;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top:80px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    div.point3 {
        margin-bottom:10px;
    }
}

div.pointinnner3{
    padding: 30px 0px 50px 0px;

}

div.point3 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 767px) {
    div.point3 h2{
        font-size: 200%;
        margin-top:20px;
    }
}

div.point3 h4{
    font-size: 140%;
    margin: 0px 20px 50px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}


/* table01 */
.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  padding: 0px 5px 0px 5px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .table_design03{
        margin-bottom: 20px;
    }
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  font-size: 120%;
}
.table_design03 th {
  border-bottom: 2px solid #61A558;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  width: 22%;
  min-width: 1em;
}

.infotabletxt {
    border-bottom: 2px solid #c1c7c6;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0px 15px 100px 15px;

}

.infotabletxt p {
    font-size: 120%;
    line-height: 1.8em;
}




/*ボタン*/
div.program1_button{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
    gap:20px;
     padding: 0px 30px 50px 30px;
}

@media screen and (max-width: 767px) {
    div.program1_button{
        flex-direction: column;
        justify-content: none;
        padding: 0px 20px 50px 20px;
    }
}


div.program1_button2{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    div.program1_button2{
        display: block;
        justify-content: none;
        padding: 20px 20px 0px 20px;
    }
}



div.program1_button2 img{
    margin: 0px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
    div.program1_button2 img{
        margin: 0px 0px 30px 0px;
        width: 100%;
    }
}




/*フォーム*/

div.form{
    margin: 30px  50px 30px 50px;

}


/*SNS*/

    .sns{
        transition: all 0.2s ease-in;
    }

div.sns h4{
    font-size: 140%;
    margin: 50px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;

}



div.snsblock{
    margin: 0 auto;
    text-align: center;
}


hr{
    max-width: 1200px;
    margin-bottom: 20px;
    margin-top: 20px;

}


/*フッター*/
div.infomation{
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    transition: all 0.2s ease-in;
}

div.infoph{
    padding: 30px 0px 0px 0px;
    text-align: center;
    max-width: 1000px;
}



footer.footercompany{
    text-align: center;
    background: #fff;
    padding: 20px 0px 0px 0px ;
}



div.copyright {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 1em;
    padding: 10px 0px 10px 0px;
    letter-spacing: .1em;
    background-color: #61A558;
}

      @media screen and (max-width: 767px) {
        div.copyright {
        color: #4D4D4D;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: 0em;
        padding-bottom: 8em;
        letter-spacing: .03em;
        background-color: #fff;
          }
      }




/* cta */

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

  .btn-cta {
      display: none;
  }
}


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

.btn-cta li a.mail {
  background-color: #ED6A02;
}

.btn-cta li a.line {
  background-color: #61A558;
}

.btn-cta li a.tel {
  background-color: #ED6A02;
}


  .btn-cta {
      display: flex;
      position: fixed;
      right: 0;
      z-index: 9999;
      text-align: center;
      width: 100%;
      flex-wrap: wrap;
      flex-direction: row;
      bottom: 0;
  }
    }

  .btn-cta li {
    width: calc(100% / 3);
    list-style:none;
  }

  .btn-cta li:first-child {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #231815;
    background-color: #D7E7AF;
    list-style:none;

  }

  .btn-cta li a {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style:none;
        padding: 15px 3px;
  }

  .btn-cta li a img {
    width: 3.8rem;
  }
    @media only screen and (max-width: 460px) {
  .btn-cta li a img {
    width: 3rem;
  }
}


  .btn-cta li a p {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    font-size: 100%;
      text-align: left;
      left: 0;
      line-height: 1.2;
  }
@media only screen and (max-width: 460px) {
  .btn-cta li a p {
    font-size: 90%;
      line-height: 1.1;
  }
}
@media only screen and (max-width: 400px) {
  .btn-cta li a p {
    font-size: 80%;
      line-height: 1.2;
  }
}


/*
.btn-cta_small{
 font-size: 80%;
  width: 100%;
    margin-left: -7px;
}

@media only screen and (max-width: 460px) {
.btn-cta_small{
 font-size: 70%;
margin-left: -5px;
}
}
@media only screen and (max-width: 400px) {
.btn-cta_small{
 font-size: 60%;
margin-left: -4px;
}
}
*/


@media only screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}



/* --- モーダル全体の指定 --- */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal.is-active {
  display: flex;
}

.modal__inner {
  position: relative;
  background-color: #B9DAB5;
  padding: 5rem;
  max-width: 700px;
  width: 90%;
  border-radius: 10px;
    margin: 0 20px;
}
@media only screen and (max-width: 768px) {
.modal__inner {
    margin: 80px 30px;
}
}


.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 4.2rem;
  cursor: pointer;
}

.modal__container {
  display: none;
    text-align: center;
}

.modal__container img{
    margin-bottom: 50px;
}

.modal__container .modal__bigtxt{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 50px;
}

.modal__container .modal__smalltxt{
        font-size: 19px;
    line-height: 1.4;
}




/*子ページ*/
/* service*/
#okyakusama02 {
  scroll-margin-top: 140px; /* ヘッダーの高さ分を指定 */
}
@media only screen and (max-width: 768px) {
#okyakusama02 {
  scroll-margin-top: 40px; /* ヘッダーの高さ分を指定 */
}
}


/* js css */

.fadeIn {
    opacity: 0
}

.fadeUp {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s;
    transition: .3s
}

.fadeDawn {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .3s;
    transition: .3s
}

.showElement {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}



.smoothTextTrigger,
.smoothTextTriggerNav,
.smoothTextTriggerTop {
    transition: .8s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block;
    font-size: inherit;
}

.smoothTextTriggerNav,
.smoothTextTriggerTop {
    transition-delay: 0.2s;
}

.smoothTextTrigger.smoothTextAppear,
.smoothTextTriggerNav.smoothTextAppear,
.smoothTextTriggerTop.smoothTextAppear {
    transform: translate3d(0, 0, 0) skewY(0);
    font-size: inherit;
}

.fadeTrigger {
    transition-duration: 0.5s;
    transition-property: opacity, transform;
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}

.fadeImgAppear {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* js css 終わり*/

/* END CSS */