@charset "UTF-8";

body{
    width: 100%;
    margin: 0;
    font-family: sans-serif;
}

img{
    width: 100%;

}


 @media screen and (min-width:800px){
 .wrapper{
   width: 700px;
   margin: 0 auto;
    }
}

/*tuiju-----------------------------------------------------*/
.fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(37, 102, 70, 0.7);
    backdrop-filter: blur(10px);
    padding: 12px 10px 24px 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease;
    z-index: 1000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.fixed-button img {
  height: 51px;
  transition: transform 0.2s ease;
}

.fixed-button img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

 @media screen and (min-width:800px){
     .fixed-button {
         width: 700px;
        text-align: center;
        margin: 0 auto;
        gap: 23px;
        padding: 12px 43px;
     }
     .fixed-button img {
        height: 86px;
     }
 }

/*header-----------------------------------------------------*/

.header-inner {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin: 0 auto;
    padding: 15px 20px;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}

.header-logo img {
    height: 50px; 
}

.head_btn {
    display: flex; 
    align-items: center; 
    gap: 5px;
}

.head_btn img {
    height: 40px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .header-inner {
        padding: 8px;
    }

    .header-logo img {
      height: auto;
      width: 180px;
    }

    .head_btn img {
      height: 34px;
      width: auto;
    }
}

@media screen and (max-width: 400px) {
    .header-logo img {
      height: auto;
      width: 180px;
    }

    .head_btn img {
      height: 34px;
      width: auto;
    }
}

/*fv-----------------------------------------------------*/


h1{
margin-top: -12%;
}
@media screen and (min-width: 768px) {
    h1{
        margin-top: -10%;
    }
}

/*cta-----------------------------------------------------*/

.cta_area{
    position: relative;
}

.tel_btn{
    position: absolute;
    top: 66%;
    left: 4%;
    width: 93%;
}

.mail_btn{
    position: absolute;
    top: 77%;
    left: 4%;
    width: 93%;
}

@media screen and (min-width: 768px){
    .tel_btn{
    position: absolute;
    top: 67%;
}

.mail_btn{
    position: absolute;
    top: 78%;
}
}

#time {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
    position: absolute;
    top: 88%;
    left: 0%;
    width: 100%;
}

.blinking {
    color: rgb(19, 19, 19);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    animation: blink 1.2s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@media screen and (min-width: 768px) {
    .blinking {
        font-size: 24px;
    }
    #time {
        top: 88%;
    }
}

.highlight-time {
    color: #ff4343;
    font-weight: bold;
}


/*slider01-----------------------------------------------------*/
.slider01_ttl{
    margin-top: -20%;
}

@media screen and (min-width: 768px){
    .slider01_ttl{
    margin-top: -34%;
}
}


.slider01{
    padding: 18% 0 4% 0;
    position: relative;
    z-index: 888;
    background-color: #61b33c;
}

@media screen and (max-width: 768px){
    .slider01{
        border-top-left-radius: 100% 100px;
        border-top-right-radius: 100% 100px;
        margin-top: -13%;
    }
}

.curve-top {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.curve-top svg {
  display: block;
  width: 100%;
  height: 100%;
}

.slider{
    width: 100%;
    height: 100%;
    margin-top: 8%;
  }
  
  .slider img{
    transform: scale(.8);
    object-fit: cover;
    transition: transform .3s;
  }

  .slick-active img{
    width: 100%;
    margin: 0 auto;
    transform: scale(1);
  }

  .slick-slide img{
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .slick-slide{
    filter: drop-shadow(rgb(0, 0, 0, 0.2) 3px 3px 8px);
    transform: translateZ(0px);
  }


  .slick-dots li button:before{
    color: #ffffff;
    font-size: 10px;
    opacity: 0.3;
  }
  .slick-dots li.slick-active button:before{
    color: #ffffff;
  }

  .slick-prev
{
    left: 5%;
    top: 48%;
    z-index: 999;
}
.slick-next
{
    right: 6%;
    top: 48%;
  }
  .slick-next:before{
    content: '▶';
  }
  .slick-prev:before{
    content: '◀';
  }

 .slick-next:before,
 .slick-prev:before{
  color: #ff4343;
  opacity: 1;
  font-size: 33px;
 }

.card28{
    padding-left: 3%;
    margin-top: 13%;
    margin-bottom: 5%;
}

/*review-----------------------------------------------------*/

 .review{
    background-color: #225b3b;
    padding-bottom: 14%;
 }

 .review_ttl{
    width: 50%;
    margin: 0 auto;
 }

 .slider2{
    width: 100%;
    height: 100%;
    margin-top: 8%;
  }
  
  .slider2 img{
    transform: scale(.8);
    object-fit: cover;
    transition: transform .3s;
  }

  /*cta2-----------------------------------------------------*/
  .cta_area2{
    position: relative;
  }

  .tel_btn2{
    position: absolute;
    top: 44%;
    width: 95%;
    left: 3%;
  }

  #time002{
    position: absolute;
    top: 75%;
    left: 9%;
  }
  
    @media screen and (min-width:800px){
   #time002{
        position: absolute;
        top: 75%;
        left:14%;
  }
    }

/*QA-----------------------------------------------------*/
.qa{
    background-color: #ffffff;
  }
  
  .accordion {
    overflow: hidden;
    padding: 2% 3% 9% 3%;
  }
  
  .accordion-item {
    border-top: 1px solid #767676;
  }
  
  .accordion-item:first-child {
    border-top: none;
  }
  
  .accordion-header {
    padding: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
  }
  
  
  .accordion-header::after {
    content: '＋';
    margin-left: auto;
    transition: transform 0.3s;
    font-weight: bold;
    padding-left: 8px;
  }
  
  .accordion-item.active .accordion-header::after {
    content: '－';
  }
  
  .q-icon {
      width: 9%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.75rem;
      flex-shrink: 0;
          margin-top: 5px;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    color: #444;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-weight: bold;
    font-size: 1rem;
  }
  
  .accordion-item.active .accordion-content {
    max-height: 300px; /* 適宜調整 */
    padding: 1rem;
  }
  
  .a-icon {
      width: 9%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.75rem;
      flex-shrink: 0;
          margin-top: 5px;
  }
  
  @media screen and (min-width:800px){
      .a-icon,
      .q-icon{
      width: 5%;
  }
  }
  
  .answer-text {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.6;
  }


/*form-----------------------------------------------------*/
  .form_ttl{
    width: 50%;
    margin: 0 auto;
    margin:9% auto 8% auto;
  }

  .form{

  }


div#form {
    background-color: #f1f1f1;
    padding: 3% 0% 11%;

}
div#form h3{
    width: 800px;
    text-align: center;
    color: #1e68d6;
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    margin: 20px auto 15px;
    display: flex;
    justify-content: center;
}
div#form h3 img{
    width: 6%;
    margin-bottom: 5px;
    margin-right: 5px;
}
div#form .explanation{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.explanation .must{
    font-size: 70%;
    margin-right: 5px;
    color: #fff;
    background: #ff5044;
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
.form_tbl{
    width: 660px;
    margin: 60px auto;
    padding: 3% 5%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #e6e6e6;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none!important;
    color: #313131;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;

}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
    margin-bottom: 13px;
    font-size: 13px;
}
.form_tbl tr .min{
    font-size: 0.7rem;
    margin-bottom: 5px;
    font-weight:normal;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
input[type="radio" i] {
    margin: 3px 3px 0px 25%;
}

input[type="radio" i]:first-child{
     margin: 3px 3px 0px 0px;
}
input[type="checkbox" i] {
    margin: 3px 3px 2% 0;
}

input[type="checkbox" i]:first-child{
     margin: 3px 3px 0px 0px;
}

.form_tbl input#tel {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
}
.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
.form_tbl input#date1, #date2 {
    text-indent: 0.6em;
    padding: 10px 0;
    width: 85%;
    margin-bottom: 5px;
}
.form_tbl select#time1, #time2 {
    text-indent: 0.8em;
    padding: 10px 0;
    width: 40%;
}
.form_tbl input, select, textarea {
    border: 1.5px solid #cacaca;
    border-radius: 5px;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #ff5044;
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    width: auto !important;
    padding: 15px 30px 15px 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(to bottom, #00aa33, #22834c);
    border-radius: 30px;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    font-size: 20px;
    font-weight: bold;
}
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #256646;
    border-radius: 5px;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);*/
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: none;
}


/*スクロール*/
.suc{
    height: 150px;
    overflow-y: scroll;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 13px 15px 20px;
    font-size: 12px;
    margin: 2% 0%;
    word-break: break-all;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}
.ds_no_pc{
    display: none;
}
body{
    margin:0px;
}
#wrapper.steps{
    background-color: #f1f1f1;
    margin: 0 auto;
    width: 100%;
}
#wrapper.steps h2{
    background: #1e68d6;
    padding: 40px 0 40px;
    margin-top:0;
}
#wrapper.steps th {
    background: #ececec;
}
#wrapper.steps #content{
    background-color: #f1f1f1;
}
#wrapper.steps .header {
    width: 100%;
    height: auto;
}
#wrapper.steps .h-bg {
    width: 100%;
    background: #fff;
}
@media (min-width: 1920px) {
    #wrapper.steps{
        width: 1920px;
    }
    #wrapper.steps .header {
        width: 1920px;
        height: auto;
    }
}


@media (max-width: 767px) {

.ds_no_pc{
    display: block;
}
.qa {
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
}
div#form h3 {
    width: 100%;
}
.form_tbl {
   width: 90%;
   margin: 5%;
    padding: 8% 5%;
    box-sizing: border-box;
}
input[type="checkbox" i]{
     margin: 5px 3px 0px 0px;
}
div#form h3 img {
    width: 12%;
}
#wrapper.steps{
    width: 100%;
}
.form_tbl input#tel {
    text-indent: 0.5em;
}
.form_tbl input#date1 {
    width: 85%;
    text-indent: 0.2em;
}
.form_tbl input#time1 {
    width: 65%;
    text-indent: 0.2em;
}
}

textarea{
    resize:vertical;
}

.zip-wrapper {
    display: flex;
    align-items: center;
    gap: 5px; /* 郵便番号入力欄の間隔 */
}
.zip-wrapper input {
    width: 27% !important; /* 各郵便番号入力欄の幅 */
}


/*footer-----------------------------------------------------*/

footer{
    background-color: #64b73f;
    padding: 3%;
   }
  
   footer p, footer a {
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.7rem;
  }
  
   /*プラポ-----------------------------------------------------*/

  .pc {
    display: block;
  }
  .sp {
  display: none;
  }
  
  @media screen and (max-width:740px){
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
  }
  .contact p{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 10px auto;
    animation: flash 1.5s linear infinite;
}

.icon{
    display: flex;
    width: 100%;
}
.icon a:nth-child(2){
    margin-left: 5px;
}
@media (min-width: 767px) { 
	.icon a:first-child:before{
    width: 40px;
    height: 40px;
    right: 35%;
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../../img/hand.png) no-repeat;
    background-size: contain;
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    z-index: 2;
    top: 6%;
}
}
@media (max-width: 767px) { 
	.b_cta a:first-child:before{
    width: 40px;
    height: 40px;
    left: -0.5%;
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../../img/hand.png) no-repeat;
    background-size: contain;
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    z-index: 2;
    top: 26%;
}
}
.hand {
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 5%;
    position: absolute;
    top: 20px;
    left: 25%;
    z-index: 10;
}
@keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
}

.header .h_right p{
    font-size: 13px;
    margin-top: 2px;
    text-align: right;
}
.contact p{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 10px auto;
    animation: flash 1.5s linear infinite;
}
@keyframes flash {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.content{
	background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: 70px auto;
  max-width: 850px;
  width: 100%;
}
.content p{
	font-size: 14px;
	overflow-wrap: break-word;
	line-height: 1.7;
}

h3{
	font-size: 22px;
	color: #000;
    padding: 4% 0;
}

@media screen and (max-width:767px) {
  .content {
    margin: 30px auto;
    padding: 20px;
    width: 85%;
  }
  h3{
  font-size: 20px;
  padding: 4% 2%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  }
}

.all{
    background-color: #e6e6e6;
}

   /*confirmation-----------------------------------------------------*/
   
h4{
    font-size: 34px;
    text-align: center;
    padding: 4% 0 4% 0;
    background: #256646;
    color: #fff;
}   

.confirm_tbl th{
    background-color: #eaf7e4;
    padding: 2% 2% 2% 3%;
}

@media screen and (max-width:767px) {
h4{
    font-size: 24px;
    padding: 8% 0 7% 0;
    margin-bottom: 10%;
}   
    
}

.step01{
     background: #f1f1f1;
}
   