@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角語Pro W3', 'メイリオ', 'Meiryo','MSPゴシック','sans-serif';
    
    text-align:left;
    color:#000;

}








p span{
    background: linear-gradient(transparent 50%,#fff059 50%);
}
h3 span{
    background: linear-gradient(transparent 50%,#fff059 50%);
}
strong{
    color:#d93507;
}

cite{
  color: #696969;
  font-size: xx-small;
  
  
 
}



.br-sp{
    display: block;
}
.br-pc{
    display: none;
}


@media screen and (min-width:750px){
    .br-sp{
        display: none;
    }
    .br-pc{
        display: block;
    }
}
/*------------------------------------- 追従 */
.fixed_btn{
    z-index: 10;

    position: fixed;
   background-image: linear-gradient(47deg, #388747, #57be6a 49%, #388747);
    border: none;
    outline: none;
    box-shadow: none;
  bottom: 0;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
   /*デフォルトで非表示にする*/
   opacity: 1;
   visibility: hidden;


}




img.btn_animate01 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
    width:90%;
    max-width:400px ;
   
    }
    @keyframes fuwafuwa {
    from {transform: scale(0.95,0.95);}
    to {transform: scale(1,1);}
    }


  
  .active{
    opacity: 1;
    visibility: visible;
   

  }
   

  @media screen and (min-width:750px){
    .fixed_btn{
       display: none;

    }
   
    
        
    }
  
  
 

    .header{
    background:#fff;
    width:100%;
    height: 75px;
    
    top:0;
    left:0;
    right: 0;
    z-index: 999;
}
@media screen and (min-width:960px){
    .header{
        height:80px;
    }
}


.header-logo{
    width:140px;
    padding:10px;
    float:left;
}
@media screen and (min-width:960px){
    .header-logo{
        width:170px;
        padding:7px 0px 5px 50px;
    }
}

.header h4{
    color:#388747;
    font-size:13px;
    float:right;
    padding-right:10px;
    font-weight: bold;

}
.tel-btn{
    float:right;
    width:170px;
    padding:10px;
}
@media screen and (min-width:960px){
    .header h4{
        font-size:20px;
        padding-top: 30px;

    }
}
@media screen and (min-width:960px){
    .tel-btn{
        width:300px;
        padding:20px;
    }
}

/*-------------- 時間 ----------------------*/


:root {
  --main-red: #f85b5b; /* 帯の赤 */
  --text-dark: #222;
}

.lp-time-box {
  display: none; /* ← 最初は非表示 */
  padding-top:5px;
  
  

  

 
}
/* 内側の白地 */
.lp-time-content {
  background: #fff;
  border-radius: 2px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 500;
  max-width: 390px;
   text-align: center;
 margin: 0 auto;

}

/* 時刻部分（赤文字） */
.lp-time-content .time {
  color: var(--main-red);
  font-weight: 700;
  font-size: 18px;
}



@media (max-width: 420px) {
  .lp-time-box { padding: 6px 10px; }
  .lp-time-content { font-size: 12px; padding: 3px 8px; }
  .lp-time-content .time { font-size: 13px; }
}



/*--------- FV -----------*/



.fv img{
  
   
   text-align: center;
   
  

  
    
    
}
.cta{
    padding:10px 0 10px 0;
    background-image: linear-gradient(47deg, #388747, #57be6a 49%, #388747);
    text-align: center;
    margin-top: 20px;
    
   
    
   
}



.cta_guide2{
    text-align: center;
    padding:0 20px 10px;
    max-width: 600px;
    margin: 0 auto;
    
}
.fv .pc{
  display: none;
}


@media screen and (min-width:960px){
 .fv .sp{
  display: none;
 }
 .fv .pc{
  display: block;
 }
 .cta{
  margin-top: 0;
 }

}



.cash{
  padding:30px 20px;
 
}
.cash .pc{
  display: none;
}

@media screen and (min-width:960px){
  .cash .sp{
    display: none;
  }
  .cash .pc{
    display: block;
    max-width: 800px;
     text-align: center;
  margin: 0 auto;
  }

}


/* voice-------- */
.voice{
  background-image: url(..//images/voice-bg.jpeg);
  background-size: cover;
  
}

.voice .title{
  width: 50%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  padding:30px 0;
  
  
}

.slide-items {
  width: 90%;
  display: flex;
  max-width: 85%;
  margin: auto;
  padding-bottom: 30px;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  padding:20px;
  border-radius: 15px;
  box-shadow:2px 2px 7px #c8c8c8 ;
}
.slide-items li p{
  padding-top:20px;
}


.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color:#fff

}

.micro{
  font-size: 0.6rem;
}




/* sec02 */

.sec02{
  background-image: url(..//images/sec02-bg.jpg);
  background-size: cover;
  text-align: center;

}
.sec02 .content{
  margin: 10px;
}
.sec02 .pc{
  display: none;
}

 @media screen and (min-width:960px){
  .slide-items{
    padding-bottom: 80px;
  }
  .sec02 .sp{
    display: none;
  }
  .sec02 .pc{
    display: block;
    
  }
  .sec02 .pc .content{
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
  }
  .sec02 .pc .last{
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
 }


/* sec03 */

  .arrow{
    text-align: center;
    margin: 0 auto;
    width:60%;
    max-width: 400px;
  }
  
  .sec03{
    background-image: url(..//images/sec03-bg.jpeg);

  }

  .sec03 .content{
    padding:  15px 20px 20px;
     text-align: center;
     margin: 0 auto;
  }

  .sec03 .content .col{
    margin:10px 0;
  }
 
  @media screen and (min-width:960px){
    
    .sec03 .content{
        display:flex;
       justify-content: center;
       flex-wrap: wrap;
       gap:10px 20px;
       max-width: 1300px;
      
        

    }
    .sec03 .col{
      max-width: 400px;
        
       
    }


}
.sec04{
  background-color: #e8e8e8;
    background-size: contain;
}
.sec04 .pc{
   display: none;
}
@media screen and (min-width:960px){
  .sec04 .sp{
    display: none;
  }
  .sec04 .pc{
    display: block;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding:20px 0 40px;
  }
}


.sec05 .main{
  padding:0 10px 30px;
  text-align: center;
  margin: 0 auto;
  background-image: url(..//images/sec05-bg.jpeg);
  background-size: cover;
  

}

.sec05 .main p{
  padding:20px;
  border: 2px solid #6c6c6c;
  border-radius: 10px;
  font-weight: 900;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}
.sec05 .pc{
  display: none;
}
  
@media screen and (min-width:960px){
  .sec05 .sp{
    display: none;
  }

  .sec05 .pc{
    display: block;
    
    background-image: url(..//images/sec02-bg.jpg);
  }
  .sec05 .first{
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
  }
  .sec05 .main img{
    max-width: 500px;
    
  }
 
}


  /*---------------------- se06 reason ----------------------*/
  .reason{
    text-align: center;
    background-image: url(..//images/reason-bg.jpeg);
    padding: 40px 15px 30px;
  }
.reason .title{
  text-align: center;
  margin: 0 auto;
  
  width:85%;
  max-width: 500px;

}
  

.reason .box{
  background-color: #fff;
  margin: 20px auto;
  text-align: center;
}
.reason .box .top{
 
  padding-bottom: 20px;
}
.reason .col{
  margin: 0 20px;
}
.reason .col p{
  padding:20px 0;}

  @media screen and (min-width:960px){
    .reason .box{
      max-width: 800px;
    }
    .reason .top{
      max-width: 400px;
      padding-bottom: 0 !important;
    }
    .reason .col{
      display: flex;
      
      justify-content: space-between;
      align-items: center;
      padding: 0 30px;
      flex-direction: row-reverse;
    }
    .reason p{
      padding:0 20px 20px 0 !important;
    }
    .reason .pic{
      padding-bottom: 20px;
    }
  }
  
.sec07{
  padding-bottom: 30px;
  background-image: url(..//images/area-bg-sp.png);
  background-size: contain;
}
.sec07 .title{
  background-color: #388747;
  padding:20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
 
}


.sec07 .title::after {
  content: "";
  position: absolute;
  bottom: -15px;  /* 三角の位置 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 12px 0 12px; /* 三角形の大きさ */
  border-style: solid;
  border-color: #388747 transparent transparent transparent;
}
.sec07 .title img{
  width:80%;
   max-width: 400px;
  
  
}

.kome{
  padding: 30px 30px 20px;
  
}
.kome p{
  font-size: 0.8rem;
  margin: 0 auto;
  text-align: center;
  

}
.area {
  margin-bottom: 1em;
  padding:0 20px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 1rem;
}

.area h2 {
  font-size: 1.1em;
  font-weight: bold;
  background: #f9f7e8; /* 薄いベージュ背景 */
  padding: 6px 10px;
  margin-bottom: 8px;
}

.area p {
  margin: 0;
  font-size: 1em;
  padding:10px 0;
}

.area p br {
  margin-bottom: 6px;
}
@media screen and (min-width:960px){
  .sec07{
    background-image: url(..//images/area-bg-pc.png);
    background-size: contain;
  }

  .sec07 .title{
  
  padding:20px;
  
}

}

.sec08{
  background-image: url(..//images/voice-bg.jpeg);
  background-size: cover;
  padding-bottom: 40px;
}

.sec08 .title{
  width:65%;
 text-align: center;
 margin: 0 auto;
 padding:40px 0 10px;
 max-width: 350px;

}
.sec08 .content{
  padding:20px;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.sec08 .box{
  background-image: url(..//images/sec08-bg.jpg);
  box-shadow:2px 2px 7px #c8c8c8 ;
}

.sec08 .col{
  padding:10px;
  
}
.sec08 .top{
  padding-top:10px;
  max-width: 550px;
}
.sec08 h4{
   font-weight: bold;
   font-size: 1.2rem;
   line-height: 1.8rem;
   padding: 15px 0;
   text-align: center;
   color: #2d2d2d;
}

.sec08 p{
  padding:20px 0;
  text-align: center;
}

.sec08 .pic{
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
  }
.arrow2{
  width:18%;
  text-align: center;
  margin: 0 auto;
  padding:10px;
  max-width: 80px;
}

.muryou{
  padding:20px 0 10px;
}

@media screen and (min-width:960px){
  
  .sec08 .box .col{
     padding:0 60px 20px; 
  }
  .arrow2{

  }
  
}


.faq{
  background-color:#f6921e ;
  padding:20px;
  
}
.faq .title{
  width:60%;
  text-align: center;
  margin: 0 auto;
  padding:20px;
  max-width: 300px;
}
  
 
.qa-7 {
    max-width: 780px;
    
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    text-align: center;
  margin: 0 auto 10px;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #388747;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
 


  





  
  

  

  


  
  



.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 50px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #2a60ae;
}
.qa-list dl:first-child {
    border-top: 1px solid #2a60ae;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #696969;
    border-right: 2px solid #696969;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    font-weight: bold;
    font-size: 18px;
    color:#2d2d2d;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color:#2a60ae;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #333;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (min-width:750px) {
    
.qa-list dl {
    max-width: 800px;
    position: relative;
    padding: 15px 40px 15px 10px;
    text-align: center;
    margin: 0 auto;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


  


  .privacy{
    text-align: center;
    padding:30px;

}
.privacy a{
    color:#696969;
    font-size: 13px;
    
    text-decoration: none;
}


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

/**** トラッキングTEL追加に伴う調整 *****/
.header .tel-btn[href="tel:0120084520"] {
	text-indent: -9999rem;
    width: 300px;
    height: 44px;
    margin: 20px;
    padding: 0;
    background: url(../images/tel-btn.png) no-repeat center;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .tel-btn {
	background: url(../images/tel-btn-0078.png) no-repeat center;
	background-size: 100% auto;
	color: #000;
    text-decoration: none;
    padding-left: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -0.07em;
}
.cta .ct3_telno[href="tel:0120084520"],#followup-bg .ct3_telno[href="tel:0120084520"] {
	display: inline-block;
	text-indent: -9999rem;
	max-height:87px;
	background: url(../images/cta-btn.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
    width: 90%;
    max-width: 400px;
	aspect-ratio: 1033 / 225;
}
.cta .ct3_telno,#followup-bg .ct3_telno {
	display: inline-block;
	background: url(../images/cta-btn-0078.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center;
	width: 90%;
    max-width: 400px;
	aspect-ratio: 1033 / 225;
	color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    padding: 36px 73px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp-time-content {
	max-width: 480px;
	 -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 0 6px;
    box-shadow: 0px 1px 5px lab(0 0 0 / 0.25);
	padding: 8px 20px;
}
.lp-time-content:after {
	content:"※混雑状況に応じ、0120または0078（ともに通話無料）へ自動接続します。";
	font-size:12px;
	width:100%;
}

@media screen and (max-width:750px) {
	.header h4 {
		width: calc(100% - 180px);
    	text-align: right;
	}
	.header .tel-btn[href="tel:0120084520"] {
		float: right;
		width: 170px;
		height: 30.5px;
		margin: 10px;
		background-position: center bottom;
	}
	.header .tel-btn {
		float: right;
		width: 180px;
		height: 30.5px;
		margin: 10px;
		background-size: 94% auto;
		background-position: left bottom;
		font-size: 15px;
        padding-left: 50px;
        padding-right: 0;
	}
	.fixed_btn {
		width:100%;
		padding: 10px 0;
	}
	.cta .ct3_telno,#followup-bg .ct3_telno {
		font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角語Pro W3', 'メイリオ', 'Meiryo', 'MSPゴシック', 'sans-serif';
	}
}
@media screen and (orientation: portrait) {
	.cta .ct3_telno,#followup-bg .ct3_telno {
		font-size: 5.5vw;
		padding: 8% 18% 0;
		font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角語Pro W3', 'メイリオ', 'Meiryo', 'MSPゴシック', 'sans-serif';
	}
	.lp-time-content {
		margin-bottom:-10px;
	}
	.lp-time-content:after {
		font-size:9px;
		letter-spacing: -0.01em;
	}
}


