html, body{
    height: 100%;
    margin: 0px; 
    padding: 0px; 
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%; 
 }

body{
  background-color: #ddd1c5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow-x: hidden;
  @media(max-width:390px){
  overflow-x: hidden;
  }
}

header{
    height: 110px; /* （※）ヘッダーの高さを確認 */ 
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 100;                /* 重なり順指定 */

}










.menu-wrapper {
  position: relative;
}

.menu-icon {
  width: 35px;
  height: 35px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 11px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  background-color: white;
  padding-bottom: 11px;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 11px;
  border-radius: 50%;
  border: solid 3px ;
  display: none;
  @media(max-width:768px){
      display: block;
    }
}

.menu-icon span {
  display: block;
  height: 4.5px;
  margin: 6px 0;
  background: rgb(31, 60, 132);
  border-radius: 3px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  right: -270px; /* ← 初期位置を左へ */
  width: 270px;
  height: 100%;
  background: rgb(255, 234, 130);
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2;
  display: none;
  @media(max-width:768px){
      display: block;
    }
}

#menu-toggle:checked ~ .menu {
  right: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
  padding-left: ;
  padding-top: 50px;

}

.menu li {
  display: list-item; 
float: none;        /* floatが設定されていたら解除 */
  clear: both; 
  height: auto;
  width: 55%;
  margin: 0 auto;
  padding-top: 10px;
  

}

.menu a {
  text-decoration: none;
  color: ;
  font-size: 1.2rem;
  transition: color 0.6s;
  line-height: 45px;
  margin: 0 auto;

}

.menu a:hover {
  color: rgb(31, 60, 132);
}












.midasi {
  text-align: center;
  font-size: 70px;
  padding-top: 160px;
  padding-bottom: 30px;
  margin: 0;
  line-height: 2px;
  @media(max-width:768px){
    font-size: 50px;
  }
  @media(max-width:568px){
    font-size: 40px;
  }
  @media(max-width:425px){
    font-size: 31px;
    padding-top: 130px;
  }
  @media(max-width:390px){
    font-size: 30px;
    padding-top: 100px;
  }
  
}

.midasihaikei {
  
}

.line {
  border-top: 5px solid #23436d;
  margin-top: 100px;
  margin-bottom: 0 auto;
  height: 5px;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
  
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item--text {
  width: calc(240vw / 3);
  font-size: rem;
  color: blue;
  opacity: 1;
  margin-top: 0px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 0px;
  @media(max-width:768px){
    line-height: 0px;
    padding-left: 40px;
  }
  @media(max-width:390px){
    line-height: 0px;
    margin-left: 25px;
    margin-bottom: 0px;
  }
}




.line2 {
  border-top: 5px solid #23436d;
  margin-bottom: 0 auto;
  height: 5px;
}


.shougai1 {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    width: 70%;
    padding-top: 130px;
    margin: 0 auto;
    @media(max-width:768px){
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
  }
  @media(max-width:425px){
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    padding-top: 90px;
  }
  @media(max-width:390px){
    font-size: 14.5px;
    width: 75%;
    margin: 0 auto;
    line-height: 35px;
    padding-top: 80px;
  }
}





.shougaiid {
  border: solid 2px;
  width: 100%;
}

.shougaiimg {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 20px;
  @media(max-width:768px){
  padding-top: 180px;
  }
}

.osipoint {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 150px;
    width: 95%;
    height: auto;
    margin: auto;
    
    @media(max-width:768px){
      display: block;
      margin: 0 auto;
      height: auto;
      width: 100%;  
  }
  @media(max-width:425px){
      padding-bottom: 20px;
  }
  @media(max-width:390px){
      display: block;
      margin: 0 auto;
      height: auto; 
      padding-top: 0px; 
      padding-bottom: 0px;
  }
}


/*ボタン装飾*/
.button {
  display: inline-block;
  position: relative;
  background-color: blue;
  width: 200px;
  height: 10px;
  padding: 1.5rem;
  border-radius: 60px;
  border:2px solid #000000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 15px;
  font-size: 20px;
}

.button:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #f1e5d4;
  transform: rotate(45deg);
}

.button:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #f1e5d4;
  transform: rotate(-45deg);
  text-align: left;
}


.button:hover {
  color: blue;
  border:3px solid #000000;
  background-color: #ffffff;
}







/*ボタン装飾*/
.button2 {
  display: inline-block;
  position: relative;
  background-color: #113183;
   width: 150px;
  height: 10px;
  padding: 1.5rem;
  border-radius: 60px;
  border:2px solid #000000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 15px;
  font-size: 20px;
}

.button2:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.button2:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}



.button2:hover {
  color: #113183;
  border:2px solid #000000;
  background-color: #ffffff;
}











/*ボタン装飾*/
.button3 {
  display: inline-block;
  position: relative;
  background-color: #029ad2;
    width: 230px;
  height: 10px;
  padding: 1.5rem;
  border-radius: 60px;
  border:2px solid #000000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
  margin-top: 15px;
  font-size: 19px;
}

.button3:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.button3:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}


.button3:hover {
  color: #029ad2;
  border:2px solid #000000;
  background-color: #ffffff;
}




.event1 {
    font-size: 20px;
    line-height: 30px;
}

.event {
    /*border: 2px solid black;*/
    height: auto;
    width: 480px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin-right: 30px;
    margin-left: 20px;
    padding-left: 0px;
    @media(max-width:768px){
      margin: 0 auto;
      font-size: 17px;
      width: 65%;
    } 
    @media(max-width:425px){
      margin: 0 auto;
      font-size: 15px;
      width: 70%;
    } 
    @media(max-width:390px){
      margin: 0 auto;
      height: 30%;
      width: 75%;
      font-size: 15px;
      line-height: 30px;
      padding-top: 70px;
      br {
        display: none;
      }
    }
}

.event img {
    border: 3px solid #23436d;
    border-radius: 200px;
    width: 250px;
    height: 250px;
    @media(max-width:425px){
      margin: 0 auto;
      width: 200px;
      height: 200px;
    }
    @media(max-width:390px){
      width: 150px;
    height: 150px;
    }
}

.event2 {
    /*border: 2px solid black;*/
   height: auto;
    width: 480px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin-right: 40px;
    padding-right: 0px;
    margin-left: 16px;
    @media(max-width:768px){
      margin: 0 auto;
      padding-top: 130px;
      font-size: 17px;
      width: 65%;
    }  
    @media(max-width:425px){
      margin: 0 auto;
      font-size: 15px;
      width: 70%;
    } 
    @media(max-width:390px){
      margin: 0 auto;
      width: 75%;
      font-size: 15px;
      height: 27%;
      line-height: 30px;
      padding-top: 100px;
    }
}

.event2 img {
    border: 3px solid #23436d;
    border-radius: 200px;
    width: 250px;
    height: 250px;
    @media(max-width:425px){
      margin: 0 auto;
      width: 200px;
      height: 200px;
    }
    @media(max-width:390px){
      width: 150px;
    height: 150px;
    }
}

.event3 {
    height: auto;
    width: 480px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin-right: 20px;
    @media(max-width:768px){
      margin: 0 auto;
      padding-top: 130px;
      font-size: 17px;
      width: 65%;
    } 
    @media(max-width:425px){
      margin: 0 auto;
      font-size: 15px;
      width: 70%;
    }
    @media(max-width:390px){
      margin: 0 auto;
      width: 75%;
      font-size: 15px;
      height: auto;
      line-height: 30px;
      padding-top: 100px;
    }
}


.event3 img {
    border: 3px solid #23436d;
    border-radius: 200px;
    width: 250px;
    height: 250px;
    @media(max-width:425px){
      margin: 0 auto;
      width: 200px;
      height: 200px;
    }
    @media(max-width:390px){
      width: 150px;
    height: 150px;
    }
}

.eventnaiyou {
    font-size: 28px;
    padding-top: 30px;
    @media(max-width:425px){
      font-size: 23px;
    padding-top: 5px;
    }
    @media(max-width:390px){
      font-size: 22px;
    padding-top: 5px;
    }
}


.eventnaiyou2 {
    font-size: 28px;
    padding-top: 30px;
    @media(max-width:425px){
      font-size: 23px;
    padding-top: 5px;
    }
    @media(max-width:390px){
      font-size: 22px;
    padding-top: 5px;
    }
}

.eventnaiyou3 {
    font-size: 28px;
    padding-top: 30px;
    @media(max-width:425px){
      font-size: 23px;
    padding-top: 5px;
    }
    @media(max-width:390px){
      font-size: 22px;
    padding-top: 5px;
    }
}




.fourd {
    border-bottom: 4px dashed blue;
}







.maruhaikei1 {
  /*background-color: rgb(250, 250, 91);
  border-radius: 650px 650px 0 0;
  border: 5px solid black;*/
}





.shougaikyotaku {
  text-align: center;
   font-size: 56px;
   height: auto;
   width: 65%;
  margin: 0 auto;
  border: solid 3px black;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 70px;
  background-color: blue;
  color: white;
  @media(max-width:768px){
      font-size: 40px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
    @media(max-width:425px){
      font-size: 26px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
  @media(max-width:390px){
      font-size: 25px;
      width: 76%;
      height: 45px;
      border: solid 2px black;
      border-radius: 70px;
      padding-bottom: 10px;
    }
}


.aosen {
  margin: 0 auto;
  width: 600px;
  height: 40px;
  padding-bottom: 100px;
}




.shougai {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    width: 70%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
    @media(max-width:768px){
      padding-bottom: 80px;
      font-size: 17px;
    }
    @media(max-width:425px){
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    padding-top: 60px;
  }
    @media(max-width:390px){
      font-size: 15px;
      width: 80%;
      margin: 0 auto;
      padding-top: 50px;
      line-height: 37px;
      padding-bottom: 45px;
    }
}










/*サービス内容*/


.sertitle {
  display: flex;
  justify-content: center;
}



.hidari {
  width: 300px;
  height: 200px;
  border: solid 3px black;
  margin-top: 50px;
}


.migi {
  width: 300px;
  height: 200px;
  /*border: solid 3px black;*/
  margin-top: 50px;

}




.sernai {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  @media(max-width:768px){
    padding-top: 50px;
  } 
  @media(max-width:425px){
    padding-top: 40px;
  } 
  @media(max-width:390px){
    padding-top: 60px;
  }
}

.sernai img {
  height: auto;
  width: 500px;
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 60px;
  } 
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 30px;
  }
}


.oyakusoku {
  text-align: center;
  font-size: 34px;
  padding-top: 0px;
  padding-bottom: 10px;
  @media(max-width:768px){
      font-size: 30px;
    } 
    @media(max-width:425px){
      font-size: 23px;
    } 
    @media(max-width:390px){
      font-size: 22px;
    }
}



.promisecolor {
    height: auto;
    width: 95%;
    background-color: rgb(186, 164, 128);
    margin-top: 0px;
    border-radius: 0 40px 40px 0;
    @media(max-width:768px){
      width: 95%;
      height: auto;
    } 
    @media(max-width:390px){
       height: auto;
       width: 95%;
    } 
}


.yohaku {
  @media(max-width:390px){
      display: none;
    } 
}

.harubr {
  @media(max-width:425px){
      display: none;
    } 
  @media(max-width:390px){
      display: none;
    } 
}

/*プロミス1*/

.promise1 {
    font-size: 18px;
    text-align: ;
    line-height: 40px;
    padding-top: 0px;
    font-size: 22px;
    height: auto;
    width: 45%;
    padding-right: 40px;
     @media(max-width:768px){
      margin-right: 0px;
      width: 100%;
      height: auto;
      padding-right: 0;
    }
    @media(max-width:390px){
      margin-right: 0px;
      padding-top: 15px;
      padding-right: 0;
    } 
}


.promisem1 {
   display: flex;
    justify-content: center;
    height: auto;
    margin-top: 25px;
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
    @media(max-width:768px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 60px;
    }
    @media(max-width:425px){
      padding-top: 50px;
    }
    @media(max-width:390px){
      width: 73%;
      height: 17%;
      margin: 0 auto;
      padding-top: 15px;
    }
}

.kitchen {
  text-align: center;
}

.kitchen img {
  width: 20%;
  padding-left: px;
    padding-bottom: px;
    transform: scale(-1, 1);
    border: solid 1px;
    padding-top: 70px;
    @media(max-width:768px){
      display: none;
    } 
}

.kemuri {
  text-align: left;
}

.kemuri img {
  width: 22%;
  padding-left: px;
  padding-top: px;
    @media(max-width:768px){
      display: none;
    } 
}

.ryourikame {
  text-align: left;
}

.ryourikame img {
  width: 58%;
  padding-left:60px;
  padding-bottom: 0px;
    text-align: right;
    @media(max-width:768px){
      display: none;
    } 
}

.soujirisu {
  text-align: center;
}

.soujirisu img {
  width: 40%;
  padding-top: 0px;
  padding-left: 70px;

    @media(max-width:768px){
      display: none;
    } 
}

.promiseimg1 {
  height: 400px;
    width: 400px;
    /*border: 3px solid blue;*/
    /*background-color: rgb(196, 173, 133);*/
    background-color: rgb(10, 133, 8);
    margin-top: 50px;
    border-radius: 50%;
    margin-right: 0px;
    display: ;
    @media(max-width:768px){
      display: none;
    } 
}



.promise11 {
    text-align: center;
    background-color: blue;
    color: white;
    width: 150px;
    border-radius: 20px;
    border: 2px solid black;
    @media(max-width:390px){
      width: 120px;
      height: 25px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 30px;
      border: 1.5px solid black;
    } 
}


.promise12 {
    font-size: 17px;
    text-align: center;
    @media(max-width:425px){
      font-size: 15px;
      line-height: 29px;
    }
    @media(max-width:390px){
      font-size: 15px;
      line-height: 30px;
    } 
}


.promise13 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-align: ;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 10px;
     @media(max-width:425px){
      font-size: 19px;
    }
    @media(max-width:390px){
      font-size: 19px;
      line-height: 25px;
      margin: 0 auto;
      margin-top: 20px;
      width: 100%;
    }
}





.fourd2 {
    border-bottom: 4px dashed blue;
}







/*プロミス２*/
.promise2 {
    font-size: 18px;
    text-align: ;
    line-height: 40px;
    padding-top: 60px;
    font-size: 22px;
    height: auto;
     width: 45%;
     padding-left: 40px;
     @media(max-width:768px){
    width: 100%;
    height: auto;
    padding-left: 0;
    }
     @media(max-width:390px){
      width: 100%;
      margin-top: 0px;
      padding-left: 0;
    }
}


.promisem2 {
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 25px;
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
    @media(max-width:768px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 30px;
    }
    @media(max-width:390px){
      width: 73%;
      height: 17%;
      margin: 0 auto;
      padding-top: 30px;
    } 
}

.promiseimg2 {
  height: 400px;
    width: 400px;
    /*border: 3px solid blue;*/
    /*background-color: rgb(196, 173, 133);*/
    background-color: rgb(255, 255, 0);
    margin-top: 50px;
    border-radius: 50%;
    margin-right: 0px;
    display: ;
    @media(max-width:768px){
      display: none;
    } 
}

.judokakoi {
  text-align: center;
}

.judokakoi img {
  width: 95%;
  padding-left: 0px;
  padding-top: 0px;

    @media(max-width:768px){
      display: none;
    } 
}

.promise22 {
    text-align: center;
    background-color: blue;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid black;
    @media(max-width:390px){
      width: 120px;
      height: 25px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0px;
      border: 1.5px solid black;
    }
}


.promise123 {
    font-size: 17px;
    text-align: center;
    @media(max-width:425px){
      font-size: 15px;
      line-height: 29px;
    } 
     @media(max-width:390px){
      font-size: 15px;
      line-height: 30px;
      
    } 
}


.promise23 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-align: ;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
     @media(max-width:425px){
      font-size: 19px;
    }
    @media(max-width:390px){
      font-size: 19px;
      line-height: 25px;
      margin: 0 auto;
      margin-top: 20px;
      width: 190px;
    }
}





/*プロミス3*/

.promise3 {
    font-size: 18px;
    text-align: ;
    line-height: 40px;
    padding-top: 40px;
    font-size: 22px;
    height: auto;
     width: 45%;
     padding-right: 40px;
     @media(max-width:768px){
      margin-top: 0px;
      padding-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    padding-right: 0px;
    }
    @media(max-width:390px){
      margin-left: 0px;
      width: 100%;
      margin-top: 0px;
      padding-right: 0px;
    }
}


.promisem3 {
    display: flex;
    justify-content: center;
    height: auto;
    padding-top: 85px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
    @media(max-width:768px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 10%;
      margin-top: 0px;
      padding-top: 70px;
      padding-bottom: 0;
    }
    @media(max-width:425px){
      padding-top: 100px;
    }
    @media(max-width:390px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 90px;
    } 
}

.promiseimg3 {
  height: 400px;
    width: 400px;
    /*border: 3px solid blue;*/
    /*background-color: rgb(196, 173, 133);*/
    background-color: rgb(5, 129, 26);
    margin-top: 50px;
    border-radius: 50%;
    margin-left: 0px;
    display: ;
    @media(max-width:768px){
      display: none;
    } 
}

.promiseimg3 img{
  height: auto;
    width: 100%;
    /*border: 3px solid blue;*/
    /*background-color: rgb(196, 173, 133);*/
    padding-top: 50px;
    padding-left: 20px;
    @media(max-width:768px){
      display: none;
    } 
}

.doukoukuma {
  text-align: center;
}

.doukoukuma img {
  width: 70%;
  padding-left: 20px;
  padding-top: 50px;

    @media(max-width:768px){
      display: none;
    } 
}

.promise33 {
    text-align: center;
    background-color: blue;
    color: white;
    width: 150px;
    border-radius: 20px;
    border: 2px solid black;
    @media(max-width:390px){
      width: 120px;
      height: 25px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0px;
      border: 1.5px solid black;
    }
}


.promise44 {
    font-size: 17px;
    text-align: center;
    @media(max-width:768px){
      padding-bottom: 60px;
    } 
    @media(max-width:425px){
      font-size: 15px;
      line-height: 29px;
    } 
    @media(max-width:390px){
      font-size: 15px;
      line-height: 26px;
    } 
}


.promise55 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-align: ;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    @media(max-width:425px){
      font-size: 19px;
    }
    @media(max-width:390px){
      font-size: 19px;
      line-height: 25px;
      margin: 0 auto;
      margin-top: 20px;
      width: 160px;
    }
}










/*プロミス4*/
.promise4 {
    font-size: 18px;
    text-align: ;
    line-height: 40px;
    padding-top: 30px;
    margin-left: 20px;
    font-size: 22px;
    height: auto;
     width: 460px;
     @media(max-width:768px){
      margin-top: 0px;
      padding-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    }
     @media(max-width:390px){
      margin-left: 0px;
      width: 100%;
    }
}


.promisem4 {
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: px;
    width: 90%;
    margin: 0 auto;
    padding-top: px;
    
    @media(max-width:768px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 20px;
    }
    @media(max-width:425px){
      padding-top: 40px;
    }
    @media(max-width:390px){
      width: 73%;
      height: 17%;
      margin: 0 auto;
      padding-top: 35px;
    } 
}

.promiseimg4 {
  height: 400px;
    width: 400px;
    /*border: 3px solid blue;*/
    /*background-color: rgb(196, 173, 133);*/
    background-color: rgb(255, 255, 0);
    margin-top: 50px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    display:flex;
    align-items: center;
    @media(max-width:768px){
      display: none;
    } 
}

.ju-subouya img {
    width: 85%;
    padding-left: 40px;
    @media(max-width:768px){
      display: none;
    } 
}

.sakana img {
  width: 85%;
  padding-left: 20px;
    padding-bottom: 40px;
    transform: scale(-1, 1) rotate(12deg);
    
    @media(max-width:768px){
      display: none;
    } 
}



.promise444 {
    text-align: center;
    background-color: blue;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid black;
    @media(max-width:390px){
      width: 120px;
      height: 25px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0px;
      border: 1.5px solid black;
    } 
}


.promise423 {
    font-size: 17px;
    text-align: center;
    @media(max-width:390px){
    }
     @media(max-width:425px){
      font-size: 15px;
      line-height: 29px;
    } 
    padding-bottom: 20px;
    @media(max-width:390px){
      font-size: 15px;
      line-height: 26px;
    } 
}


.promise234 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-align: ;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    @media(max-width:425px){
      font-size: 19px;
    }
    @media(max-width:390px){
      font-size: 19px;
      line-height: 25px;
      margin: 0 auto;
      margin-top: 20px;
      width: 160px;
    }
}





/*プロミス5*/

.promise5 {
    font-size: 18px;
    text-align: ;
    line-height: 40px;
    padding-top: 60px;
    font-size: 22px;
    height: auto;
     width: 460px;
     padding-right: 40px;
     @media(max-width:768px){
      margin-top: 0px;
      padding-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    padding-right: 0px;
    }
    @media(max-width:390px){
      margin-left: 0px;
      width: 100%;
      padding-right: 0;
    }
}


.promisem5 {
    display: flex;
    justify-content: center;
    height: auto;
    padding-top: 35px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-right: 20px;
    @media(max-width:768px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      margin-top: 0px;
      padding-bottom: 70px;
      padding-top: 40px;
    }
    @media(max-width:425px){
      padding-top: 70px;
      padding-bottom: 80px;
    }
    @media(max-width:390px){
      width: 73%;
      height: auto;
      margin: 0 auto;
      padding-top: 80px;
      padding-bottom: 60px;
      
    } 
}

.promiseimg5 {
  padding-right: 20px;
}

.promiseimg5 img {
    height: 320px;
    width: 400px;
    border: 3px solid blue;
    margin-top: 130px;
    border-radius: 50%;
    margin-left: 20px;
    @media(max-width:768px){
      display: none;
    }  
}

.promise33-2 {
    text-align: center;
    background-color: blue;
    color: white;
    width: 150px;
    border-radius: 20px;
    border: 2px solid black;
    @media(max-width:390px){
      width: 120px;
      height: 25px;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0px;
      border: 1.5px solid black;
    }
}


.promise44-2 {
    font-size: 17px;
    text-align: center;
    @media(max-width:768px){
      padding-bottom: 60px;
    } 
    @media(max-width:425px){
      font-size: 15px;
      line-height: 29px;
    } 
    @media(max-width:390px){
      font-size: 15px;
      line-height: 26px;
    } 
}


.promise55-2 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-align: ;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    @media(max-width:425px){
      font-size: 19px;
    }
    @media(max-width:390px){
      font-size: 19px;
      line-height: 25px;
      margin: 0 auto;
      margin-top: 20px;
      width: 160px;
    }
}









/*利用までの流れ*/

.nagareilust {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}

.tobiuo img {
  width: 13.5%;
  height: auto;
  position: absolute;
  top:18%;
  right: 13%;
  @media(max-width:768px){
    width: 15%;
    right: 4%;
    top: 11%;
  }
  @media(max-width:425px){
    width: 18%;
    right: 2%;
    top: 11%;
  }
  @media(max-width:390px){
    top: 10%;
  right: 2%;
  }
}

.tobiuo2 img {
  width: 12%;
  height: auto;
  position: absolute;
  top:18%;
  left: 20%;
  @media(max-width:768px){
    width: 13%;
    left: 13%;
    top: 11%;
  }
  @media(max-width:425px){
    width: 18%;
    left: 11%;
    top: 11%;
  }
  @media(max-width:390px){
    top: 10%;
  left: 8%;
  }
}

.hurokame {
  width: 18%;
  height: auto;
  position: absolute;
  top:87%;
  right: 3%;
  @media(max-width:768px){
    width: 25%;
    top:92%;
  right: 3%;
  }
  @media(max-width:425px){
    width: 34%;
    top:93%;
  right: 3%;
  }
  @media(max-width:390px){
    width: 32%;
    top:94%;
  right: 3%;
  }
}

.shougainagarecolor {
    height: auto;
    width: 95%;
    background-color: rgb(159, 162, 175);
    margin-top: 90px;
    border-radius: 40px 0 0 40px;
    margin-bottom: 00px;
    margin-left: auto;
    padding-bottom: 140px;
    @media(max-width:768px){
      width: 95%;
      height: auto;
      padding-bottom: 170px;
    } 
    @media(max-width:390px){
      width: 95%;
      height: auto;
      padding-bottom: 170px;
    }
}

.riyouyoko {
  display: flex;
  align-items: center;
  @media(max-width:768px){
      display: block;
    }
}

.riyousub {
  font-size: 24px;
  @media(max-width:425px){
      font-size: 23px;
    }
  @media(max-width:390px){
      font-size: 22px;
    }
}

.riyourogo-1 {
  text-align: center;
  font-size: 90px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
  @media(max-width:768px){
      width: 60%;
      height: 50%;
      padding-top: 30px;
      margin: 0 auto;
    }
    @media(max-width:425px){
      width: 85%;
      height: auto;
      padding-top: 40px;
      margin: 0 auto;
    }
  @media(max-width:390px){
    width: 93%;
      height: 93%;
      padding-top: 20px;
      margin: 0 auto;
  }
}

.riyourogo-1 img {
  @media(max-width:768px){
  height: 60%;
  width: 60%;
  padding-top: 30px;
  }
}








/*利用までの流れ詳細*/


.shougairiyouyoko2 {
  display: flex;
  align-items: center;
  background-color: rgb(246, 246, 246);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  @media(max-width:768px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  @media(max-width:390px){
    height: auto;
  }
}

.riyouban1-1 {
  height: 90px;
  width: 90px;
  margin-left: 50px;
  @media(max-width:768px){
    padding-left: 0px;
    margin: 0 auto;
  }
  @media(max-width:425px){
    padding-left: 0px;
    margin: 0 auto;
  }
   @media(max-width:390px){
    margin: 0 auto;
  }
}

.riyouban1-1 img {
   height: 80px;
  width: 90px;
  @media(max-width:768px){
  margin: 0 auto;
  width: 80%;
    height: 80%;
    padding-top: 30%;
  }
   @media(max-width:425px){
    padding-top: 20%;
  }
  @media(max-width:390px){
  margin: 0 auto;
  width: 70%;
    height: 70%;
    padding-top: 30%;
    margin-left: 15px;
  }
}

.shougainaiyousub {
  color: blue;
  font-size: 23px;
  margin-bottom: 5px;
  @media(max-width:768px){
    margin: 0 auto;
    width: 100%;
    height: 20%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2%;
  }
  @media(max-width:425px){
    margin: 0 auto;
    width: 100%;
    height: 20%;
    text-align: center;
    padding-top: 0;
    font-size: 21px;
  }
  @media(max-width:390px){
  font-size: 22px;
  padding-top: 10px;
  line-height: 30px;
  width: 90%;
  }
}



.riyounaiyou1-1 {
  margin-left: 30px;
  line-height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
  border-left: 3px solid blue;
  padding-left: 30px;
  width: 85%;
  @media(max-width:768px){
    width: 85%;
    padding-top: 20px;
  padding-bottom: 10px;
  line-height: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  border: none;
  }
  @media(max-width:390px){
    font-size: 11.5px;
      line-height: 22px; 
      width: 85%;
      margin: 0 auto;
  }
}

.naiyoubun {
  @media(max-width:425px){
  font-size: 15px;
  padding-top: 10px;
  line-height: 30px;
  width: 100%;
  br {
    display: none;
  }
  }
  @media(max-width:390px){
  font-size: 15px;
  padding-top: 10px;
  line-height: 30px;
  width: 100%;
  margin-left: 5px;
  br {
    display: none;
  }
  }
}


/*利用までの流れ詳細2*/
.shougairiyouyoko3 {
  display: flex;
  align-items: center;
  background-color: rgb(246, 246, 246);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  @media(max-width:768px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  @media(max-width:390px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.riyouban2-1 {
  height: 20%;
  width: 90px;
  margin-left: 50px;
  @media(max-width:768px){
    margin: 0 auto;
  }
   @media(max-width:390px){
    margin: 0 auto;
  }
}

.riyouban2-1 img {
  @media(max-width:768px){
  margin: 0 auto;
  width: 80%;
    height: 80%;
    padding-top: 20%;
  }
  @media(max-width:425px){
  margin: 0 auto;
    padding-top: 20%;
    width: 90%;
  }
  @media(max-width:390px){
  margin: 0 auto;
  width: 70%;
    height: 70%;
    padding-top: 30%;
    margin-left: 15px;
  }
}








/*利用までの流れ詳細3*/
.riyouyoko4-1 {
  display: flex;
  align-items: center;
  background-color: rgb(246, 246, 246);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  @media(max-width:768px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  @media(max-width:390px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }
}





/*利用までの流れ詳細4*/
.riyouyoko5-1 {
  display: flex;
  align-items: center;
  background-color: rgb(246, 246, 246);
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  @media(max-width:768px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  @media(max-width:390px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }
}




/*利用までの流れ詳細5*/
.shougairiyouyoko5-1 {
  display: flex;
  align-items: center;
  background-color: rgb(246, 246, 246);
  width: 90%;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  @media(max-width:768px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  @media(max-width:390px){
    display: block;
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }
}


/*お問い合わせ*/
.toiawaseyoko {
  display: flex;
  width: 50%;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
   padding-top: 50px;
  @media(max-width:768px){
    display: block;
      width: 70%;
      margin: 0 auto;
      margin-top: 10px;
    }
  @media(max-width:390px){
    display: block;
      width: 55%;
      margin: 0 auto;
      margin-top: 0px;
    }
}





.shousai1 {
  height: 50px;
  width: 65%;
  align-content: center;
  text-align: left;
  font-size: 19px;
  padding-left: 20px;
   @media(max-width:768px){
    width: 270px;
    font-size: 19px;
    margin-left: 0px;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  @media(max-width:425px){
    width: 390px;
    font-size: 19px;
   text-align: center;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 10px;
  }
  @media(max-width:390px){
    font-size: 19px;   
    height: 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
  }
}

.shousai1 a {
    color: black;
    text-decoration: none;
}

.shousai2 {
  height: 50px;
  width: 45%;
  align-content: center;
  text-align: center;
  font-size: 24px;
  margin-left: ;
   @media(max-width:768px){
    width: 270px;
    line-height: 40px;
    font-size: 22px;
    margin-left: 10px;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
  }
  @media(max-width:390px){
    font-size: 19px;   
    height: 30px;
    width: 100%;
    margin: 0 auto;
  }
}

/*サービス実施地域*/
.jissiyoko {
  display: flex;
  width: 50%;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  margin-top: 10px;
  @media(max-width:768px){
    display: block;
      width: 70%;
      margin: 0 auto;
      margin-top: 20px;
    }
    @media(max-width:425px){
      width: 90%;
    }
  @media(max-width:390px){
    display: block;
    margin: 0 auto;
      margin-top: 18px;
      width: 120%;
      margin-left: px;
    }
}

.jissiyoko2 {
  display: flex;
  width: 80%;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  @media(max-width:768px){
    display: block;
      width: 90%;
      margin: 0 auto;
      margin-top: 10px;
    }
  @media(max-width:390px){
    display: block;
    margin: 0 auto;
      margin-top: 18px;
      width: 120%;
      margin-left: px;
    }
}













loop_area {
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

@keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.loop_right {
  animation: loop_animation_right 8.5s linear infinite;
  width: 100%;
  @media(max-width:425px){
      animation: loop_animation_right 6.5s linear infinite;
  }
}

.loop_right img{
  width: 350px;
  height: auto;
  @media(max-width:425px){
      width: 60%;
      height: auto;
      padding-top: 30px;
    }
  @media(max-width:390px){
      width: 60%;
      height: auto;
    }
}




/*高齢者訪問介護*/
.koureicolor {
   height: auto;
    width: 95%;
    background-color: #d7ae3d;
    margin-top: 90px;
    border-radius: 40px 0 0 40px;
    margin-left: auto;
    @media(max-width:768px){
      width: 95%;
      height: auto;
    } 
    @media(max-width:425px){
      margin-top: 0;
    } 
    @media(max-width:390px){
      width: 95%;
      height: auto;
      margin-top: 0px;
    }
}

.koureiilust {
  position: relative;
  padding-top: 20px;
  @media(max-width:390px){
      padding-top: 40px;
    }
}

.bi-ba- img {
  width: 17%;
  height: auto;
  position: absolute;
  top:7%;
  left: 11%;
  
  @media(max-width:768px){
    width: 21%;
    left: 11%;
    top: 5%;
  }
  @media(max-width:390px){
    width: 30%;
    top: 6%;
  left: 5%;
  }
}

.kan img{
  position: absolute;
  height: auto;
  width: 17%;
  top: 5%;
  left: 12%;
  @media(max-width:768px){
    height: auto;
  width: 24%;
  top: 2%;
  left: 10%;
  }
  @media(max-width:425px){
    height: auto;
  width: 24%;
  top: 0%;
  left: 10%;
  }
  @media(max-width:390px){
    height: auto;
  width: 28%;
  top: 1%;
  left: 10%;
  }
}

.kanatume img{
  width: 9%;
  height: auto;
  position: absolute;
  top:19%;
  right: 10%;
  transform: rotate(0deg);
  @media(max-width:768px){
    width: 14%;
    right: 2%;
    top: 16%;
  }
  @media(max-width:425px){
    width: 14%;
    right: 0%;
    top: 8%;
  }
  @media(max-width:390px){
    width: 14%;
    top: 8%;
  right: 0%;
  }
}

.koureihoumonn {
   text-align: center;
   font-size: 56px;
   height: 100px;
   width: 65%;
  margin: 0 auto;
  border: solid 3px black;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 70px;
  background-color: #113183;
  color: white;
  @media(max-width:768px){
      font-size: 40px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
     @media(max-width:425px){
      font-size: 26px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
  @media(max-width:390px){
      font-size: 25px;
      width: 73%;
      height: 45px;
      border: solid 2px black;
      border-radius: 70px;
      padding-bottom: 10px;

    }
}



.kourei {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    width: 70%;
    margin: 0 auto;
    padding-top: 80px;
    @media(max-width:768px){
      padding-top: 80px;
      font-size: 17px;
    }
    @media(max-width:425px){
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    padding-top: 60px;
  }
    @media(max-width:390px){
      font-size: 15px;
      width: 80%;
      margin: 0 auto;
      padding-top: 40px;
    }
}


/*.yoko {
  display: flex;
}*/

.houmonimg {
  height: auto;
  width: 100%;
  padding-top: 200px;
  @media(max-width:768px){
    padding-top: 180px;
    padding-bottom: 80px;
  } 
  @media(max-width:390px){
    padding-top: 70px;
    padding-bottom: 0px;
  }
}











/*SERVICE*/

.houmonservice {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  @media(max-width:768px){
    padding-top: 50px;
  } 
  @media(max-width:425px){
    padding-top: 40px;
  } 
  @media(max-width:390px){
    padding-top: 40px;
  }
}

.houmonservice img {
  height: auto;
  width: 500px;
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 60px;
  } 
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 30px;
  }
}






/*サービス内容*/
.subser {
  text-align: center;
  font-size: 34px;
  padding-top: 0px;
  padding-bottom: 70px;
  @media(max-width:768px){
      font-size: 30px;
    } 
    @media(max-width:425px){
    font-size: 23px;
  } 
    @media(max-width:390px){
      font-size: 22px;
    }
}





.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 400px;
  height: 400px;
  margin-top: 15px;
  padding-left: 0px;
  
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}



/*吹き出し*/

.balloon1 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 3px solid rgb(29, 29, 111);
  border-radius: 15px;
  margin:0 auto;
  background-color: rgb(246, 236, 222);
  font-size: 22px;
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 70%;
    font-size: 17px;
    text-align: center;
  }
  @media(max-width:390px){
    width: 75%;
    font-size: 18px;
    text-align: center;
  }
}
.balloon1::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: rgb(246, 236, 222); /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.balloon1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 3px solid;
  border-color: rgb(29, 29, 111) rgb(29, 29, 111) transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}










.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 4px rgb(29, 29, 111);
    border-radius: 20px;
    width: 400px; 
    margin-left: 0px; 
    padding-top: 30px;
    margin-top: 50px;
    height: auto;
    background-color: ;
     @media(max-width:1000px){
    margin: 0 auto;
    margin-top: 50px;
  }
    @media(max-width:768px){
      margin: 0 auto;
    }
    @media(max-width:425px){
      width: 90%;
      padding-bottom: 20px;
    }
    @media(max-width:390px){
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    height: auto;
    border: solid 3px rgb(29, 29, 111);
    padding-bottom: 20px;
  }
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 20px;
    padding: 0 9px;
    line-height: 60px;
    height: 90px;
    font-size: 22px;
    background: #d7ae3d;
    
    font-weight: bold; 
    display: flex;
     display: flex;
  align-items: center;
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    font-size: 21px;
  }

    
}

.iconic1 {
  height: 90px;
  width: 90px;
  border-radius: 0px;
  margin-right: 5px;

}





.box26 p {
    margin: 0; 
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    @media(max-width:425px){
    font-size: 17px;
  }
}
.dashed-four p {
  border-bottom: 4px dashed rgb(29, 29, 111);
}
.yokonarabi1 {
  display: flex;
}
.kakoi1 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 20px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 0px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 60px;
    margin-left: 0px;
    font-size: 16px;
  }
}
.kakoi2 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 70px;
    font-size: 16px;
    margin-left: 6px;
  }
}
.kakoi3 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 70px;
    font-size: 16px;
    margin-left: 6px;
  }
}

.kakoi4 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: navy;
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 70px;
    font-size: 16px;
    margin-left: 6px;
  }
}
.kakoi5 {
  border: solid 2px navy;
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 70px;
    font-size: 16px;
    margin-left: 6px;
  }
}

.yokonarabi2 {
  display: flex;
  width: 100%;
}

.kakoi6 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 20px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 0px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 52px;
    font-size: 16px;
    margin-left: 0;
  }
}
.kakoi7 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 100px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 70px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 80px;
    font-size: 16px;
    margin-left: 6px;
  }
}
.kakoi8 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 52px;
    font-size: 16px;
    margin-left: 6px;
  }
}
.kakoi9-2 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 52px;
    font-size: 16px;
    margin-left: 6px;
  }
}










.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 4px rgb(29, 29, 111);
    border-radius: 20px;
    width: 400px; 
    margin-left: 50px; 
    padding-top: 30px;
    margin-top: 50px;
    height: 170px;
    @media(max-width:1000px){
    margin: 0 auto;
    margin-top: 80px;
  }
    @media(max-width:768px){
      margin-left: 0px; 
      margin: 0 auto;
      margin-top: 80px;
    }
    @media(max-width:425px){
      width: 90%;
      height: auto;
      padding-bottom: 20px;
    }
    @media(max-width:390px){
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    border: solid 3px rgb(29, 29, 111);
    padding-bottom: 20px;
  }
}


.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 20px;
    padding: 0 9px;
    line-height: 60px;
    height: 90px;
    font-size: 22px;
    background: #d7ae3d;
    color: black;
    font-weight: bold; 
    display: flex;
     display: flex;
  align-items: center;
  color: navy;
  @media(max-width:425px){
    font-size: 21px;
  }
}

.box-title img {
  border: solid 2px rgb(29, 29, 111);
  height: 90px;
  width: 100px;
  border-radius: 50px;

}

.box27 p {
    margin: 0; 
    padding: 0;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    @media(max-width:425px){
    font-size: 17px;
  }
}


.dashed-four {
  border-bottom: 4px dashed rgb(29, 29, 111);
}
.yokonarabi3 {
  display: flex;
  
}
.kakoi9 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 20px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 0px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 65px;
    margin-left: 0px;
    font-size: 16px;
  }
}
.kakoi10 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 65px;
    margin-left: 6px;
    font-size: 16px;
  }
}
.kakoi11 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 60px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 65px;
    margin-left: 6px;
    font-size: 16px;
  }
}

.kakoi12 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 120px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    margin-left: 6px;
    font-size: 16px;
  }
}

.yokonarabi4 {
  display: flex;
  width: 270px;
  align-items: flex-start;
}

.kakoi13 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 85px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 20px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    width: 60px;
    margin-left: 0px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 70px;
    font-size: 16px;
    margin-left: 0;
    }
}
.kakoi14 {
  border: solid 2px rgb(29, 29, 111);
  border-radius: 20px;
  width: 135px;
  text-align: center;
  margin-top: 17px;
  font-size: 17px;
  margin-left: 10px;
  background-color: rgb(246, 236, 222);
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    margin-left: 10px;
    font-size: 15px;
  }
  @media(max-width:390px){
    width: 120px;
    margin-left: 6px;
    font-size: 16px;
  }
}




.yousien2 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 75%;
  height: auto;
  padding-bottom: 60px;
  padding-top: 40px;
  @media(max-width:1000px){
    display: block;
  }
  @media(max-width:768px){
    display: block;
    padding-top: 80px;
  }
  @media(max-width:425px){
    display: block;
    padding-top: 80px;
    width: 90%;
  }
  @media(max-width:390px){
    display: block;
    padding-top: 0;
    width: 88%;
  }
}










.balloon2 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 3px solid rgb(29, 29, 111);
  border-radius: 15px;
  margin:0 auto;
  background-color: rgb(246, 236, 222);
  font-size: 22px;
  color: rgb(29, 29, 111);
  @media(max-width:768px){
    margin-top: 80px;
  }
   @media(max-width:425px){
    width: 70%;
    font-size: 17px;
    text-align: center;
    margin-top: 50px;
  }
  @media(max-width:390px){
    width: 75%;
    font-size: 18px;
    text-align: center;
  }
}
.balloon2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: rgb(246, 236, 222); /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.balloon2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 3px solid;
  border-color: rgb(29, 29, 111) rgb(29, 29, 111) transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}








.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 4px rgb(29, 29, 111);
    border-radius: 20px;
    width: 400px; 
    margin-left: 50px; 
    padding-top: 30px;
    margin-top: 50px;
    height: 100px;
    display: flex;
  align-items: center;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 80px;
  }
  @media(max-width:425px){
      width: 90%;
      height: auto;
      padding-bottom: 20px;
    }
  @media(max-width:390px){
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    height: 100px;
    border: solid 3px rgb(29, 29, 111);
  }
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 20px;
    padding: 0 9px;
    line-height: 30px;
    height: 90px;
    font-size: 22px;
    background: #d7ae3d;
    color: black;
    font-weight: bold; 
    display: flex;
     display: flex;
  align-items: center;
  color: rgb(29, 29, 111);
  @media(max-width:425px){
    font-size: 21px;
  } 
}




.box28 p {
    margin: 0; 
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-left: auto;
  margin-right: auto;
  @media(max-width:425px){
    font-size: 17px;
  }
}



.box29 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 4px rgb(29, 29, 111);
    border-radius: 20px;
    width: 400px; 
    margin-left: 50px; 
    padding-top: 30px;
    margin-top: 50px;
    height: 100px;
    display: flex;
  align-items: center;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 80px;
  }
  @media(max-width:425px){
      width: 90%;
      height: auto;
      padding-bottom: 20px;
    }
  @media(max-width:390px){
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    height: 100px;
    border: solid 3px rgb(29, 29, 111);
  }
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 20px;
    padding: 0 9px;
    line-height: 30px;
    height: 90px;
    font-size: 22px;
    background: #d7ae3d;
    color: black;
    font-weight: bold; 
    display: flex;
     display: flex;
  align-items: center;
  color: navy;
  @media(max-width:425px){
    font-size: 21px;
  }
}





.box29 p {
  margin: 0; 
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-left: auto;
  margin-right: auto;
  @media(max-width:425px){
    font-size: 17px;
  }
}




.yousien4 {
   display: flex;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 60px;
  margin-top: 30px;
  @media(max-width:768px){
    display: block;
    padding-bottom: 80px;
  }
  @media(max-width:425px){
    display: block;
    padding-top: 0px;
    width: 90%;
  }
  @media(max-width:390px){
    display: block;
  }
}






/*自費サービス*/


.jihititle {
  text-align: center;
   font-size: 56px;
   height: auto;
   width: 65%;
  margin: 0 auto;
  border: solid 3px black;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 70px;
  background-color: #029ad2;
  color: white;
  @media(max-width:768px){
      font-size: 40px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
    @media(max-width:425px){
      font-size: 26px;
      width: 75%;
      height: auto;
      border: solid 2px black;
      padding-bottom: 20px;
      padding-left: 20px;
  padding-right: 20px;
    }
  @media(max-width:390px){
      font-size: 25px;
      width: 73%;
      height: 45px;
      border: solid 2px black;
      border-radius: 70px;
      padding-bottom: 10px;
    }
}

.jihiimg {
  height: auto;
  width: 100%;
  padding-top: 180px;
}

.jihi {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    width: 70%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
    @media(max-width:768px){
      font-size: 17px;
    }
     @media(max-width:425px){
    font-size: 15px;
    width: 75%;
    margin: 0 auto;
    padding-top: 60px;
  }
    @media(max-width:390px){
      font-size: 15px;
      width: 80%;
      margin: 0 auto;
      padding-top: 40px;
    }
}

.jihiilust {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}


.jihicolor {
    height: auto;
    width: 95%;
    background-color: rgb(196, 194, 194);
    margin-top: 50px;
    border-radius: 0 40px 40px 0;
    padding-bottom: 80px;
    @media(max-width:768px){
      width: 95%;
      height: auto;
      padding-bottom: 80px;
    } 
    @media(max-width:390px){
      width: 95%;
      height: auto;
    }
}

.marutanori img {
  width: 22%;
  height: auto;
  position: absolute;
  top:0%;
  right: 2%;
  transform: rotate(10deg);
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  @media(max-width:768px){
    width: 30%;
    right: 2%;
    top: 1%;
  }
  @media(max-width:425px){
    width: 36%;
    right: 2%;
    top: 1%;
  }
  @media(max-width:390px){
    width: 44%;
    top: 1%;
  right: %;
  }
}

.kiiroisu {
  width: 8%;
  height: auto;
  position: absolute;
  top:84%;
  left: 8%;
  @media(max-width:768px){
    width: 15%;
    right: 76%;
    top: 83%;
  }
  @media(max-width:425px){
    width: 16%;
    left: 3%;
    top: 84%;
  }
  @media(max-width:390px){
    width: 17%;
    right: 78%;
    top: 86%;
  }
}

.tansu {
  width: 14%;
  height: auto;
  position: absolute;
  top:85%;
  right: 8%;
  @media(max-width:768px){
    width: 24%;
    right: 1%;
    top: 88%;
  }
  @media(max-width:425px){
    width: 26%;
    right: 1%;
    top: 93%;
  }
  @media(max-width:390px){
    width: 29%;
    top: 93%;
  right: 0%;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.tyourihituji {
  width: 18%;
  height: auto;
  position: absolute;
  top:51%;
  right: 7%;
  @media(max-width:768px){
    width: 30%;
    right: 3%;
    top: 44%;
  }
  @media(max-width:425px){
    width: 34%;
    right: 3%;
    top: 41%;
  }
  @media(max-width:390px){
    width: 38%;
    right: 3%;
    top: 44%;
  }
}

/*SERVICE*/
.jihiservice {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  @media(max-width:768px){
    padding-top: 50px;
  } 
  @media(max-width:768px){
    padding-top: 40px;
  }
  @media(max-width:390px){
    padding-top: 40px;
  }
}

.jihiservice img {
  height: 40%;
  width: 40%;
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 60px;
  } 
  @media(max-width:768px){
    height: 70%;
    width: 70%;
    padding-top: 30px;
  }
}



/*サービス内容*/
.subser2 {
  text-align: center;
  font-size: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
  @media(max-width:768px){
      font-size: 30px;
    } 
    @media(max-width:768px){
      font-size: 23px;
    } 
    @media(max-width:390px){
      font-size: 22px;
    }
}




.tokutyou {
  border: solid 2px rgb(74, 34, 21);
   height: 35px;
  width: 180px;
  text-align: center;
  line-height: 35px;
  margin-top: 70px;
  border-radius: 12px;
  font-size: 18px;
  margin-left: 0px;
  background-color: #2ac6ff;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 50px;
  }
  @media(max-width:390px){
    margin: 0 auto;
    margin-top: 55px;
  }
}

.tokubun {
  height: auto;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 70px;
  font-size: 16.5px;
  @media(max-width:768px){
    font-size: 15.5px;
    margin-top: 20px;
  }
  @media(max-width:425px){
    font-size: 15px;
    margin-top: 20px;
  }
   @media(max-width:390px){
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
  }
}

.tokuyoko {
  display: flex;
  height: auto;
  width: 90%;
  margin: 0 auto;
  @media(max-width:768px){
      display: block;
    }
    @media(max-width:390px){
      display: block;
    }
}

.dashed-four2 {
  width: 90%;
  padding-top: 50px;
  border-bottom: 3px dashed rgb(74, 34, 21);
  text-align: center;
  margin: auto;
}

.dashed-four2-2 {
  width: 90%;
  padding-top: 50px;
  border-bottom: 3px dashed rgb(74, 34, 21);
  text-align: center;
  margin: auto;
}

.dashed-four2-3 {
  width: 90%;
  padding-top: 50px;
  border-bottom: 3px dashed rgb(74, 34, 21);
  text-align: center;
  margin: auto;
}

.dashed-four2-4 {
  width: 90%;
  padding-top: 50px;
  border-bottom: 3px dashed rgb(74, 34, 21);
  text-align: center;
  margin: auto;
}

.dashed-four2-5 {
  width: 90%;
  padding-top: 50px;
  border-bottom: 3px dashed rgb(74, 34, 21);
  text-align: center;
  margin: auto;
}

/*利用例*/
.riyourei {
  text-align: center;
  height: 40px;
  width: 180px;
  border: solid 2px rgb(74, 34, 21);;
  border-radius: 12px;
  line-height: 40px;
  margin-top: 50px;
  font-size: 18px;
  background-color: #2ac6ff;
  margin-left: 0px;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 50px;
  }
  @media(max-width:390px){
    margin: 0 auto;
    margin-top: 50px;
  }
}

.reiyoko {
  display: flex;
  height: auto;
  width: 90%;
  margin: 0 auto;
  @media(max-width:768px){
      display: block;
    }
    @media(max-width:390px){
      display: block;
    }
}

.hitori {
  height: auto;
  margin-top: 50px;
  margin-left: 20px;
  line-height: 30px;
  border-radius: 20px;
  width: 350px;
  background-color: #c3e8ff;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15.5px;
  }
  @media(max-width:425px){
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    width: 90%;
  }
  @media(max-width:390px){
      width: 85%;
      margin: 0 auto;
      margin-top: 20px;

    }
}

.kaji {
  height: auto;
  margin-left: 20px;
  margin-top: 50px;
  line-height: 30px;
  border-radius: 20px;
  width: 350px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #dceefa;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15.5px;
  }
  @media(max-width:425px){
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    width: 90%;
  }
  @media(max-width:390px){
      width: 85%;
      margin: 0 auto;
      margin-top: 20px;
    }
}

.hitorititle {
  text-align: center;
  font-size: 18.5px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(74, 34, 21);
  
}

.kajititle {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18.5px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(74, 34, 21);
  @media(max-width:425px){
      width: 80%;
    }
  @media(max-width:390px){
      padding-top: 20px;
    }
}

.hitorinaiyou {
 padding-left: 10px;
}

.kajinaiyou {
  padding-left: 10px;
}





/*対応できないこと*/

.dekinaititle {
  border: solid 2px rgb(74, 34, 21);;
  height: 35px;
  width: 180px;
  text-align: center;
  line-height: 35px;
  border-radius: 12px;
  font-size: 18px;
  margin-left: 0px;
  background-color: #2ac6ff;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 0px;
  }
  @media(max-width:390px){
    margin: 0 auto;
  }
}

.dekinaibun {
  height: auto;
  line-height: 30px;
  margin-left: 20px;
  font-size: 16.5px;
  @media(max-width:768px){
    padding-top: 20px;
    font-size: 15.5px;
  }
  @media(max-width:425px){
    padding-top: 20px;
    font-size: 15px;
  }
  @media(max-width:390px){
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
}

.dekinaiyoko {
  display: flex;
  height: auto;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  @media(max-width:768px){
      display: block;
    }
  @media(max-width:390px){
      display: block;
    }
}



/*ご提案・見積もり*/
.teiantitle {
  border: solid 2px rgb(74, 34, 21);;
  height: 35px;
  width: 180px;
  text-align: center;
  line-height: 35px;
  border-radius: 12px;
  font-size: 18px;
  margin-left: 0px;
  background-color: #2ac6ff;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 0px;
  }
  @media(max-width:390px){
    margin: 0 auto;
  }
}

.teianbun {
  height: auto;
  line-height: 30px;
  margin-left: 20px;
  font-size: 16.5px;
  @media(max-width:768px){
    padding-top: 20px;
    font-size: 15.5px;
  }
  @media(max-width:425px){
    padding-top: 20px;
    font-size: 15px;
  }
  @media(max-width:390px){
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
}

.teianyoko {
  display: flex;
  height: auto;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  @media(max-width:768px){
      display: block;
    }
  @media(max-width:390px){
      display: block;
    }
}


/*ご契約*/
.keiyakutitle {
  border: solid 2px rgb(74, 34, 21);;
  height: 35px;
  width: 180px;
  text-align: center;
  line-height: 35px;
  border-radius: 12px;
  font-size: 18px;
  background-color: #2ac6ff;
  @media(max-width:768px){
    margin: 0 auto;
    margin-top: 0px;
  }
  @media(max-width:390px){
    margin: 0 auto;
  }
}

.keiyakubun {
  height: auto;
  line-height: 30px;
  margin-left: 20px;
  font-size: 16.5px;
  @media(max-width:768px){
    padding-top: 20px;
    font-size: 15.5px;
  }
  @media(max-width:425px){
    padding-top: 20px;
    font-size: 15px;
  }
  @media(max-width:390px){
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
}

.keiyakuyoko {
  display: flex;
  height: auto;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  @media(max-width:768px){
      display: block;
    }
  @media(max-width:390px){
      display: block;
    }
}


















/*流れる商品画像*/

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 300px;
  padding-right: 20px;
  margin-top: 110px;
  margin-bottom: 0px;
  @media(max-width:425px){
    width: 200px;
  }
}
.scroll-infinity__item>img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  /*border: 2px solid #700b8a;*/
}







/*FROW利用流れ*/



.froww {
     height: 800px;
    width: 100%;
    /*border: solid 3px;*/
    position: relative;
}


.kamekame {
  position: absolute;
  width: 200px;
  height: 100px;
  right: 0;
  top: 340px;
}
















/*流れる商品画像*/

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scrollwrap {
  display: flex;
  overflow: hidden;
}
.scrolllist {
  display: flex;
  list-style: none;
  padding: 0
}
.scrollleft {
  animation: infinity-scroll-left 10s infinite linear 0.3s both;
}
.scrollitem {
  width: calc(100vw / 4);
  padding-right: 20px;
  margin-top: 60px;
  margin-bottom: 60px;

}
.scrollitem>img {
  width: 100%;
  border-radius: 20px;
  /*border: 2px solid #700b8a;*/
}








/*利用までの流れ*/





/*利用までの流れ詳細1*/





/*利用までの流れ詳細2*/








/*利用までの流れ詳細3*/



/*利用までの流れ詳細4*/








/*利用までの流れ詳細5*/



/*お問い合わせ*/
.toiawaseyoko-2 {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 60px;
  padding-top: 30px;
  @media(max-width:768px){
    display: block;
      width: 70%;
      margin: 0 auto;
      margin-top: 10px;
    }
  @media(max-width:390px){
    display: block;
      width: 55%;
      margin: 0 auto;
      margin-top: 40px;
    }
}

.toiawase {
  border: solid 2px black;
 height: 50px;
  width: 260px;
  align-content: center;
  text-align: center;
  font-size: 19px;
  border-radius: 50px;
  background-color: #029ad2;
  color: rgb(246, 246, 246);
  br {
    display: none;
  }
  @media(max-width:768px){
    width: 220px;
    font-size: 17.5px;
   margin-left: 30px;
  }
  @media(max-width:390px){
      width: 190px;
      height: 30px;
      font-size: 18px;
      line-height: 24px;
      margin: 0 auto;
      border: 1.5px solid black;
    }
}

.shougaitoiawase {
  border: solid 2px black;
 height: 40px;
  width: 260px;
  padding-top: 10px;

  text-align: center;
  font-size: 19px;
  border-radius: 50px;
  background-color: blue;
  color: rgb(246, 246, 246);
  br {
    display: none;
  }
  @media(max-width:768px){
    width: 220px;
    font-size: 17.5px;
   margin: 0 auto;
  }
  @media(max-width:425px){
    width: 210px;
    font-size: 17.5px;
   margin: 0 auto;

  }
  @media(max-width:390px){
      width: 190px;
      height: 30px;
      font-size: 18px;
      line-height: 24px;
      margin: 0 auto;
      border: 1.5px solid black;
    }
}

.shougaitoiawase2 {
  border: solid 2px black;
 height: 40px;
  width: 260px;
  padding-top: 10px;

  text-align: center;
  font-size: 19px;
  border-radius: 50px;
  background-color: #2ac6ff;
  color: black;
  br {
    display: none;
  }
  @media(max-width:768px){
    width: 220px;
    font-size: 17.5px;
   margin: 0 auto;
  }
  @media(max-width:425px){
    width: 210px;
    font-size: 17.5px;
   margin: 0 auto;

  }
  @media(max-width:390px){
      width: 190px;
      height: 30px;
      font-size: 18px;
      line-height: 24px;
      margin: 0 auto;
      border: 1.5px solid black;
    }
}


/*サービス実施地域*/


.jissiyoko-2 {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 10px;
    padding-bottom: 100px;
    @media(max-width:768px){
    display: block;
      width: 70%;
      margin: 0 auto;
      margin-top: 20px;
    }
  @media(max-width:390px){
    display: block;
    margin: 0 auto;
      margin-top: 18px;
      width: 120%;
      margin-left: px;
    }
}









 







.rightpic{
   margin-top: -650px; /* （※）の高さに合わせる */
   padding-top: 0px;
   z-index: 30;  
}




h1{/*ロゴ*/
float: left;
max-width: 90px;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
 position:fixed;
    z-index: 9999;
 left: 10px;
top: 7px;
height: auto;
    width: 80px;
    @media(max-width:425px){
   width: 70px;
  }
@media(max-width:390px){
    height: 60px;
    width: 60px;
  }
}


.gnavi__wrap{/*メニューボタン*/
    float: right;
    padding-top: 10px;
    padding-left: 20px;
     position:fixed;
    z-index: 9999;
    right: 5px;
    top: 0px;
    @media(max-width:768px){
      display: none;
    }

    @media(max-width:390px){
      right: 10px;
      top: 0px;
    }
  }



    .gnavi__wrap {
    width: 500px;
    margin: 0 auto;
    @media(max-width:768px){
      width: 450px;
    } 
    @media(max-width:390px){
      width: 75%;
    }  
}
.gnavi__lists {
    display: flex;
    border: solid 3px #062171;
    border-radius: 60px;
    background-color: #fff;
    @media(max-width:390px){
      border: solid 1.5px;
      height: 27px;
    }
}
.gnavi__list {
    width: 100px;
    height: 35px;
    /*background-color: #E5F0F8;*/
    position: relative;
    transition: all .3s;
    @media(max-width:390px){
       width: 110px;
       height: 27px;
    }
}
.gnavi__list:hover {
    /*background-color: #0071BB;*/
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    /*background-color: #fff;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    /*background-color: #0071BB;*/
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    /*color: #1b4059;*/
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
    @media(max-width:390px){
      font-size: 10px;
    }
}
.gnavi__list:hover a {
    color: #000000;
}


.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 165px;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 60px;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
    border-radius: 60px;
}
.dropdown__list {
    /*background-color: #004d80;*/
    
    border: solid 3px;
    height: 30px;
    width: 100%;
    text-align: left;
    transition: all .3s;
    position: relative;
    border-radius: 60px;
    line-height: 60px;
    margin-top: 5px;
    background-color: white;
    
}


.dropdown__list2 {
    /*background-color: #004d80;*/
    
    border: solid 3px;
    height: 30px;
    width: 100%;
    text-align: left;
    transition: all .3s;
    position: relative;
    border-radius: 60px;
    line-height: 100px;
    margin-top: 5px;
    background-color: white;
    
}



.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    /*background-color: #3492d1;*/
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    /*background-color: #003558;*/
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;

    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}












/*ハンバーガーメニュー*/
/* ===============================================
ヘッダーのスタイリング
=============================================== */
.header {
  height: 90px;
  background-color: #0f5474;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.header__logo a {
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 50px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  transform: rotate(-45deg);
  bottom: 0;
}

/* ===============================================
メニューのスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 80px;
  right: -120%;
  background-color: #0f5474;
  color: #fff;
  padding: 50px 0;
  border-top: 1px solid #fff;
  transition: all 0.5s;
}
.nav__item a {
  display: block;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.nav__item a:hover {
  color: #0f5474;
  background-color: #fff;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}













    /*float: right;
    max-width: 200px;
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 20px;*/
    


main {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
}





main,div{
max-width: 100%;

}

h2,p{
    text-align: ;
}

footer{
text-align:center;
}

li{
list-style:none;
width:33%;
float:left;
}
ul{
padding:0;
}


















h2 {
    font-size:  40px;
    padding-bottom: 0px;
     padding-right: 30px;
    line-height: 60px;
}
h3 {
    font-size:  20px;
    padding-bottom: 10px;
     padding-right: 20px;
    line-height: 40px;
}



.twopic {
padding-top: 150px;
padding-bottom: 120px;
position: relative; /* 今の位置を基準 */
top: 60px; /* 上から10px */
}




#table2 table {
  display: block;
    width: 1200px;
    height: 500px;
  margin-left: 75px;
  margin-right: auto;
   display: flex;
  justify-content: center;
  align-items: center;
  
  

}

#table2 h2 {
  font-size: 30px;
  margin-top: 0;
}

#table2 h3 {
  font-size: 19px;
}

#table2 td {
  padding-left: 30px; 
}



.image {
   border-radius: 60px;
    border: 4px solid black;
    width: 130%;
    height: 130%;  
}

.logo1 {
 width: 60%;
  height: 60%;
}














.threepic {
    padding-top: 200px;
    padding-bottom: 100px;
}








.box2 {
   margin-left: auto;
  margin-right: auto;
   height: 300px;
   width: 500px;
   background-color: rgb(145, 227, 239);
   border-radius: 80px;
   padding-top: 100px;
}


.box3 {
   height: 700px;
   width: 80%;
   background-color: ;
   margin: 0 auto;
   /* padding-top: 100px;
   padding-left: 120px;*/
   font-size: 17px;
   line-height: 60px;
}


.box3 h4{
    font-size: 25px;    /* 文字サイズ指定 */
    color: brown;
}

.color {
    font-size: 17px;    /* 文字サイズ指定 */
    color: brown;
}



.map {
  width: 100%;
  position: relative;
  padding-top: 27%;

}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 250px;
  padding-left: 180px;
}



.Form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  background-color: ;
  font-size: 17px;
}


.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
 
}


.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}


.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}


.Form-Item-Input {
  border: 2px solid black;
  border-radius: 9px;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: white;
  font-size: 16px;
}

.Form-Item-Textarea {
  border: 2px solid black;
  border-radius: 9px;
  /*margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;*/
  height: 200px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: white;
  font-size: 16px;
  line-height: 40px;
}




.Form a  {
 text-align: center;
 padding-left: 255px;
}



.c
/* textのスタイル */
.text-name {
  padding-left: 8px;
}


















/*.container {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}

.wave {
  position: absolute;
  height: 112px;
  width: 100%;
  background: #2c3e50;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #2c3e50;
  left: -1.5%;
  top: 40%;
}
*/









li a{
color:#000;
}
li a:hover{
text-decoration:none;
}

h3{
background-image:url();
background-repeat:no-repeat;
background-position:center bottom;
background-size:220px 28px;
}

th img{
border-radius:6px;
}
img{
max-width:100%;
}
iframe{
max-width:100%;
}
@media(max-width:100%){
li{
max-width:100%
}
li a{
padding:1em;
margin-bottom:0.5em;
display:block;
background-color:#C2E08F;
border-radius:6px;
text-align:center;
text-decoration:none;
}
}


.size {
    font-size: 25px;
    padding-top: 50px;
}


.saigocolor {
    height: 250px;
  margin-top: 200px;
  width: 90%;
  margin: 0 auto;
  background-color: #23436d;
  border-radius: 40px 40px 0 0;
  @media (max-width: 425px) {
    height: 200px;
  }
  @media (max-width: 390px) {
    height: auto;
    padding-bottom: 50px;
  }
}

.siromoji {
  width: 115px;
  margin: 0 auto;
  padding-top: 40px;
  @media (max-width: 425px) {
    width: 25%;
    padding-top: 30px;
  }
  @media (max-width: 390px) {
    width: 30%;
  }
}

.juusho {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-size: 20px;
  padding-top: 15px;
   @media (max-width: 768px) {
    font-size: 17px;
    width: 85%;
  }
  @media (max-width: 425px) {
    font-size: 14px;
    width: 85%;
  }
  @media (max-width: 390px) {
    width: 85%;
    font-size: 14px;
  }
}

.denwa {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  @media (max-width: 768px) {
    font-size: 17px;
    color: white;
  text-decoration: none;
  }
  @media (max-width: 425px) {
    font-size: 14px;
    color: white;
  text-decoration: none;
  }
  @media (max-width: 390px) {
    width: 85%;
    font-size: 14px;
  }
}

.tel {
  color: white;
  text-decoration: none;
}