@charset "utf-8";

body{
    margin: 0;
    color: #373737;
    background-color:#f3eaea;
    font-family: 'Kiwi Maru', serif;
    font-size: 18px;
	
}
p{
    line-height:32px;
}
p img{
    vertical-align: bottom;
}
ul{
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
    font-family: 'Kiwi Maru', serif;

}
.font{
    font-family: 'Kiwi Maru', serif;
}



.up{
    opacity: 0;
}
.fadeup{
    animation-name:fadeupAnime;
    animation-fill-mode:forwards;
    animation-duration: 1s;
    animation-delay: 0.3s;
    opacity:0;
    }
    @keyframes fadeupAnime{
      from {
        opacity: 0;
        transform: translateY(10px);
      }
  
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }




/* ナビゲーション */



.btn{
    position: fixed;
    z-index: 999;
    top:15px;
    right: 15px;
    display: flex;
    cursor:pointer;
    padding: 20px;
    border-radius:50vh;
    background-color: #ffffff;
}
.btn p{
    margin: 0;
    
}
/* .oto{
    padding: 18px;
    background-color: #80D1FF;
} */
.btn2{
	display: none;
}
.btn .btn2{
	padding: 5px;
}
.btn.active .btn1{
	display: none;
}
.btn.active .btn2{
	display: block;
}

#menu{
    position:fixed;
    z-index:300;
    top:0;
    right:-120%;
    width:100%;
    height:100vh;
    background-color:#FAEAD7;
    transition:all 0.5s;
}
#menu.panelactive{
    right:0;
	overflow:auto;
    -webkit-overflow-scrolling: touch;
}
.menu_con{
    position: relative;
   
    /* -webkit-overflow-scrolling: touch; */
}
/* #menu.panelactive #menu{
    position:fixed;
    z-index:100;
    width:100%;
    height:100vh;
    padding: 0;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
} */



.menu_rogo{
    height: 80px;
    top: 10px;
}
.menu_rogo p{
    margin: 0;
}
.menu_rogo p img{
    height: 80px;
}

.con{
    width: 1250px;
	height: auto;
    margin: 0 auto;
    display: flex;
    justify-content:center;
}

.menu_kyu{
    width: 900px;
    margin: 80px auto;
    padding: 50px 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 40px;
	box-shadow: 1px 1px 3px #dcd7d2;
}
.menu_kyu h6{
    margin: 0 0 30px 0;
	color: #FF8580;
}
.menu_kyu ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.menu_kyu ul li{
    display: block;
    width: 200px;
    padding: 15px 0;
}

.menu_list{
    width: 280px;
    margin: 80px auto;
}
.list{
    width: 280px;
    padding: 50px 0;
    background-color: #ffffff;
    border-radius: 40px;
	box-shadow: 1px 1px 3px #dcd7d2;
}
.list h6{
    font-size: 24px;
    width: 200px;
    margin: 0 auto;
}
.h6{
	width: 200px;
	margin: 0 auto;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.yaji::before{
	top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #FF8580;
    border-right: 4px solid #FF8580;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list ul{
    width: 155px;
    margin: 0 auto;
    padding:30px 0 0 0;
}
.list ul li{
    padding: 10px 0;
}
.menu_list p{
    width: 240px;
    margin: 20px auto;
}
.on a{
	position:relative;
   	display:inline-block;
	transition: all 0.5s;
    text-decoration: none;
    color: #373737;
}
.on a::before{
	content:"";
	display:inline-block;
	width:15px;
	height:4px;
	background-color:#FF8580;
	position:absolute;
	top:10px;
	left:-20px;
	border-radius: 50vh;
 }
.on a:hover{
    color: #FF8580;
}



/* ファーストビュー */


.fast{
    height:100vh;  
    /* position: relative; */
}

.mar_rogo{
    position: absolute;
    top:20px;
    left:15px;
    z-index: 150;
}
.mar_rogo p{
    margin: 0;
}
/* .cir{
    position:absolute;
    top:0;
    left:0;
} */
.cir p{
    margin: 0;
}
.cir4{
    position: absolute;
    top:0;
    left:0;
	z-index: 100;
}
.cir5{
    position: absolute;
    top:0;
    right:0;
    z-index: -10;
}
.cir6{
    position: absolute;
    bottom: -150px;
    left:0;
    z-index: -10;
}

.tit{
    position: absolute;
    z-index: 100;
    width: 650px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.tit p{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 64px;
    color: #ffffff; 
    line-height: 90px;
    letter-spacing: 30px;
    font-family: 'Kiwi Maru', serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tit p .koma{
    font-size: 36px;
    font-weight: bold;
}
.tit p img{
    position: absolute;
    top:97px;
    left:173px;
    /* transform:translate(-50%,-50%); */

}

.byu{
    width: 85%;
    height:80vh;
    margin: auto;
    margin-top: 10vh;
    border-radius: 40px;
    overflow: hidden;
    
}
.byu_img{
    margin:0;
    text-align: center;
    align-items: center;
}
.byu_img img{
   width: 1600px;
}

.fuwafuwa1 {
    position: absolute;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate;
    background: url(img/circle1.png) no-repeat center center / 200px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 200px;
    height: 200px;
    top: 250px;
    right: 50px;
    z-index: 100;
  }
   
  @keyframes fuwafuwa1 {
    0% {
      transform:translate(15px, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-5px, -10px) rotate(0deg);
    }
    100% {
      transform:translate(0, -15px) rotate(7deg);
    }
  }

.fuwafuwa2 {
    position: absolute;
    animation: fuwafuwa2 6s infinite ease-in-out .8s alternate;
    background: url(img/circle1.png) no-repeat center center / 200px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 200px;
    height: 200px;
    bottom: 250px;
    left: 50px;
    z-index: 100;
  }
   
  @keyframes fuwafuwa2 {
    0% {
        transform:translate(-15px, 0) rotate(7deg);
    }
    50% {
      transform:translate(5px,10px ) rotate(0deg);
    }
    100% {
      transform:translate(0, 15px) rotate(-7deg);
    }
  }


#nav{
    position: absolute;
    bottom: 33px;
    right: 130px;
}
#nav ul{
    display: flex;
    list-style: none;
}
#nav ul li{
    padding: 0 15px;
    
    font-family: 'Kiwi Maru', serif;
    text-decoration: none;
}
#nav ul li a{
    color: #373737;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.5s;
}
#nav ul li a:hover{
    color: #FF8580;
}




/* サービス内容 */

.ser{
    width:100%;
    height:auto;
    margin: 0 auto;
    text-align: center;
}
.ser_ten{
    display: flex;
    justify-content:space-between;
    margin:0 0 100px 0;
}
.ten_en{
    position: relative;
    width:300px;
    margin: 0 auto;
}
h3{
    font-size: 36px;
}
h3 span{
	color: #FF8580;
}
h4{
    position: absolute;
    top:145px;
    left:85px;
    font-size:22px;
}
.icon{
    position:absolute;
    width:60px;
    height: auto;
    top: 20px;
    left:120px;
}
.icon img{
    width: 100%;
    height: auto;
    
}
.po_fol .icon{
    width: 50px;
    top: 30px;
    left:180px;
}
.po_sup .icon{
    width: 50px;
    top: 30px;
    left:175px;
}
.po_cha .icon{
    width: 50px;
    top: 30px;
    left:175px;
}

.ser_text{
    text-align: left;
    margin: 0 100px 0 auto;
}
.ser_text p{
    margin:30px 0;
}
.abo_img{
    width:55%;
    position: relative;
}
.abo_img p{
    width: 100%;
}
.abo_img p img{
    width: 100%;
}
.abo_img .sou{
    position: absolute;
    width: 250px;
    right: 50px;
    bottom: 0px;
}
.abo_img .sou img{
    width: 250px;
}




.ser_po{
    width: 1250px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.ser_po p{
    text-align: left;
    line-height:30px;
}
.en_text{
    width: 375px;
    margin: 5px auto 50px auto;
}

.po_fol{
    position: relative;
    width:400px;
    margin: 0 auto;
}
.po_fol h4{
    position: absolute;
    top:150px;
    left:125px;
    
}
.po_sup{
    position: relative;
    width:400px;
    margin: 0 auto;
}
.po_sup h4{
    position: absolute;
    top:150px;
    left:125px;
   
}
.po_cha{
    position: relative;
    width:400px;
    margin: 0 auto;
}
.po_cha h4{
    position: absolute;
    top:150px;
    left:120px;
    
}



/* 円 */

.en{
    margin: 0 auto;
    width:300px;
    height:300px;
    position: relative;
    overflow: hidden;
}
.en p img{
    width:150px;
    height:150px;
}
.en1{
    position: absolute;
    margin:0;
    top: 0;
    right: 0;
    overflow: hidden;
}
.en2{
    position: absolute;
    margin:0;
    bottom: 0;
    right: 0;
}
.en2 img{
    vertical-align: bottom;
}

.en3{
    position: absolute;
    margin:0;
    bottom: 0;
    left: 0;
}
.en3 img{
    vertical-align: bottom;
}

.en4{
    position: absolute;
    margin:0;
    top: 0;
    left: 0;
}
.ser_po .en{
    width:300px;
    height:300px;
}
.ser_po .en1 img,
.ser_po .en2 img,
.ser_po .en3 img,
.ser_po .en4 img{
    width:150px;
    height:150px;
}



/* 円スライド */

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

.left{
    opacity: 0;
}
.slideLeft {
	animation-name:slideTextL100;
	animation-duration:0.2s;
	animation-delay:0.1s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextL100 {
  from {
	transform: translateX(-100%); 
        opacity: 1;
  }
  to {
	transform: translateX(0);
    opacity: 1;
  }
}
.slideAniLeft {
	animation-name:slideTextL-100;
	animation-duration:0.2s;
	animation-delay:0.1s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextL-100 {
  from {
	transform: translateX(100%);
    opacity: 1;
  }
  to {
	transform: translateX(0);
    opacity: 1;
  }
}


.top{
    opacity: 0;
}
.slideTop {
	animation-name:slideTextT100;
	animation-duration:0.2s;
    animation-delay: 0.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextT100 {
  from {
	transform: translateY(-100%); 
        opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}
.slideAniTop {
	animation-name:slideTextT-100;
	animation-duration:0.2s;
    animation-delay: 0.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextT-100 {
  from {
	transform: translateY(100%);
    opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}


.right{
    opacity: 0;
}
.slideRight {
	animation-name:slideTextR100;
	animation-duration:0.3s;
    animation-delay: 0.3s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextR100 {
  from {
	transform: translateX(100%); 
        opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}
.slideAniRight {
	animation-name:slideTextR-100;
	animation-duration:0.3s;
    animation-delay: 0.3s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextR-100 {
  from {
	transform: translateX(-100%);
    opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}


.bottom{
    opacity: 0;
}
.slideBottom {
	animation-name:slideTextB100;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextB100 {
  from {
	transform: translateY(100%); 
        opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}
.slideAniBottom {
	animation-name:slideTextB-100;
	animation-duration:0.2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextB-100 {
  from {
	transform: translateY(-100%);
    opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}


/* .po_fol .slideLeft,
.po_fol .slideAniLeft{

}
.po_fol .slideTop,
.po_fol .slideAniTop{

} */
.po_fol .slideRight,
.po_fol .slideAniRight{
    animation-duration: 0.2s;
}
/* .po_fol .slideBottom,
.po_fol .slideAniBottom{

} */




.po_sup .en .slideLeft,
.po_sup .en .slideAniLeft{
    animation-delay: 0.6s;
}
.po_sup .en .slideTop,
.po_sup .en .slideAniTop{
    animation-delay: 0.7s;
}
.po_sup .en .slideRight,
.po_sup .en .slideAniRight{
    animation-delay: 0.8s;
    animation-duration: 0.2s;
}
.po_sup .en .slideBottom,
.po_sup .en .slideAniBottom{
    animation-delay: 0.5s;
}




.po_cha .slideLeft,
.po_cha .slideAniLeft{
    animation-delay: 1.1s;
}
.po_cha .slideTop,
.po_cha .slideAniTop{
    animation-delay: 1.2s;
}
.po_cha .slideRight,
.po_cha .slideAniRight{
    animation-delay: 1.3s;
    animation-duration: 0.2s;
}
.po_cha .slideBottom,
.po_cha .slideAniBottom{
    animation-delay: 1s;
}







/* 流れ */


.flow{
    position: relative;
    width:1250px;
    height: auto;
    margin: 0 auto;
    padding-top:50px;
}
.flow p{
    margin: 0;
}
h5{
    font-size:24px;
    line-height:50px;
    text-align: right;
}
h5 span{
    font-size: 32px;
}

.text_sub p{
    margin: 0 auto 0 auto;
    padding: 0;
}
.one_text p span{
    color: #FF8580;
}

.flow_one{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top:50px;
}
.flow_one h5{
    padding:0 50px 100px 0;
}
.one_img{
    padding:40px 0 0 50px;
}


.flow_two{
    width: 100%;
    display: flex;
    justify-content:center;
    padding-top:50px;
}
.flow_two h5{
    padding:0 100px 100px 0 ;
}
.two_text{
    padding: 0;
}
.two_text p{
    padding: 0 0 0 150px;
}
.two_img{
    padding:100px 0 0 50px;
}
.two_text .two_img2 p{
    padding: 0;
}
.two_img2{
    padding:100px 0 0 100px;
}




.flow_the{
    width: 100%;
    display: flex;
    justify-content: center;
}
.flow_the h5{
    padding-right:100px;
}

.flow_text{
    padding:0 50px 0 0;
}
.flow_text p{
    padding: 150px 0 0 0;
}
.flow_img{
    padding:100px 0 0 0;
}
.flow_text .flow_img p{
    padding: 50px 0 0 50px;
}

.flow_img2{
    padding:0 0 0 0;
}
.flow_img2 p{
    padding:150px 50px 0 0;
}
.flow_img2 h5{
    padding:100px 0 0 0;
}

.text_sub.up{
    animation-delay: 0.7s;
}


/* 線 */

.one_sen{
    position: absolute;
    padding: 130px 50px 0 0;
    z-index: 100;
}

.two_sen{
    position: absolute;
    padding: 130px 100px 0 0;
    z-index: 100;
}

.the_sen{
    position: absolute;
    padding: 140px 0 0 0;
    z-index: 100;
}



.sen_top{
    opacity: 0;
}
.slidesen {
	animation-name:slideTextS100;
	animation-duration:3s;
    animation-delay: 0.5;
	animation-fill-mode:forwards;
    /* opacity: 0; */
}
@keyframes slideTextS100 {
  from {
	transform: translateY(-100%); 
        opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}
.slideAnisen{
	animation-name:slideTextS-100;
	animation-duration:3s;
    animation-delay: 0.5;
	animation-fill-mode:forwards;
    /* opacity: 0; */
}
@keyframes slideTextS-100 {
  from {
	transform: translateY(100%);
    opacity: 1;
  }
  to {
	transform: translateY(0);
    opacity: 1;
  }
}



/* 広告について */

.kou{
    width: 100%;
    margin-top: 70px;
    padding: 70px 0;
    background-color: #FAEAD7;
    text-align: center;
}
.kou h6{
    margin: 0;
}
.kou h6 span{
    color: #FF8580;
}
.kou p{
    margin: 40px 0;
}
.kou_jo{
    width: 900px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #faf3f3;
    border-radius: 40px;
}
.kou_jo p{
    margin: 0;
}
.kou_jo .san{
    margin-bottom: 20px;
}
.kou_jo dl{
    width: 650px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 3px dashed #e2e2e2;
    display: flex;
    justify-content: center;
    text-align: left;
}
.kou_jo .jo_sai{
    border: none;
}
.kou_jo dl dt{
    width: 150px;
    /* font-weight: bold; */
    font-size: 20px;
}
.kou_jo dl dd{
    width: 500px;
}




/* 料金表 */



.pri{
    width:1000px;
    height: auto;
    margin: 0 auto 70px auto;
    position: relative;
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
}
.hiki{
    position: absolute;
    width:650px;
    height: auto;
    left:175px;
}
.hiki p{
    position: absolute;
}
.hiki .col{
    z-index: 100;
    font-size: 24px;
    color: #ffffff;
    top:40px;
    left:125px;
}
.hiki .cam{
    z-index: 100;
    font-size: 36px;
    color: #ffffff;
    top:90px;
    left:75px;
}
.hiki p img{
    width: 650px;
    height: auto;
}
.huki{
    z-index: 1;
}

.pri_hyo{
    margin-top:230px;
    padding-top: 50px;
    border: solid 3px #e2e2e2;
    border-radius: 40px;

}
/* .pri_hyo p{
    margin: 30px 0;
} */
h6{
    margin: 30px 0 20px 0;
    font-size: 36px;
}
.hyo_ryo{
    width: 900px;
    margin:0 auto;
    padding: 0 50px;
    border-bottom: solid 3px #e2e2e2;
    
}
.hyo_ryo ul {
    display: flex;
    text-align: center;
    padding: 0;
    justify-content:center;
}

.hyo_ryo ul li{
    width: 400px;
    margin: 20px 0;
    /* display:table-cell;
    vertical-align:middle; */
}  
.ryo_syu{
    border-right: solid 3px #e2e2e2;
}
.ryo1{
    height:60px;
    font-size: 20px;
}
.ryo11{
    padding-top: 20px;
}
.ryo2{
    font-size: 20px;
    text-decoration: line-through;
}
.ryo2 span{
    font-size: 20px;
}
.ryo3{
    /* height: 60px; */
    font-size: 48px;
    font-weight: bold;
    color: #FF8580;
}
.ryo3 span{
    font-size: 20px;
    font-weight: bold;
}

.pri_osi{
    padding: 20px 0;
}
.pri_osi ul{
    display: flex;
    justify-content: center;
    /* font-weight: bold; */
    font-size: 20px;
}
.pri_osi ul li{
    padding: 15px;
}
.pri_osi p{
    margin: 20px 0;
}


.ins_btn{
    width: 300px;
    height: 60px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color:#80D1FF ;
    border-radius: 50vh;
    text-decoration: none;
}
.ins_btn p{
    margin: 15px 5px 0 5px;
    font-weight: bold; 
}
.ins_btn p img{
    width: 30px;
    height: 30px;
}
.ins_btn:hover{
    opacity: 0.5;
}


/* マルシェカレンダーについて */

.mar{
    width: 100%;
    padding: 120px 0;
    background-color: #FAEAD7;
    text-align: center;
}

iframe{
    border-radius: 20px;
    margin: 40px auto 20px auto;
    width: 1000px;
    height: 500px;
}
.mar_text{
    font-size: 24px;
    line-height: 50px;
    font-family: 'Kiwi Maru', serif;
    margin: 0 0 60px 0;
}
.mar_text span{
    color: #FF8580;
}
.abo{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.abo_text{
    margin:auto 100px auto auto ;
}
.abo_text h3 span{
 color: #FF8580;
}
.abo_text a{
    padding: 10px 30px;
    background-color: #80D1FF;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50vh;
	transition: all 0.5s;
}
.abo_text a:hover{
	color: #80D1FF;
	border: solid 1px #80D1FF;
	background-color: rgba(255, 255, 255, 0);
}

.mar_img{
    width: 55%;
    position: relative;
}
.mar_img p{
    width: 100%;
}
.mar_img p img{
    width: 100%;
}
.mar_img .sou{
    position: absolute;
    width: 250px;
    right: 50px;
    bottom: -100px;
}
.mar_img .sou img{
    width: 250px;
}



/* フッター */

footer{
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url(img/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.fo_en{
    position: absolute;
    width:100%;
    margin: 0;
    z-index:0;
    bottom: 0;
}
.fo_en img{
    width: 100%;
    height: 328px;
    z-index:0;
    vertical-align: bottom;
}
.fo_line{
    margin: 0;
}
.fo_rogo{
    width:250px;
    margin:45px auto;
}
.fo_rogo img{
    width: 100%;
}
.fo_btn{
    width: 100%;
    cursor:pointer;
}
.fo_btn .inst_rogo{
    position: relative;
    width: auto;
    height: auto;
    margin-top: 75px;
    padding:10px 30px;
    border: solid 2px #FF8580;
    z-index: 100;
}
/* .fo_btn.active{
	display: none;
} */


.fo_btn .inst_rogo:hover{
    opacity: 0.5;
}

.fo_nav{
    width: 100%;
}
.fo_nav ul{
    width: 100%;
    padding:50px 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.fo_nav ul li{
    padding: 0 20px;
    border-left: solid 1px #111111 ;
    z-index: 100;
}
.fo_nav ul li:first-of-type{
    border: none;
}
.fo_nav ul li a{
    text-decoration: none;
    color: #111111;
    transition: all 0.5s;
}
.fo_nav ul li a:hover{
    color: #FF8580;
}
small{
    position: relative;
    z-index: 100;
}


.fuwafuwa3 {
    position: absolute;
    animation: fuwafuwa3 6s infinite ease-in-out .8s alternate;
    background: url(img/circle11.png) no-repeat center center / 400px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    z-index: 0;
  }
   
  @keyframes fuwafuwa3 {
    0% {
      transform:translate(15px, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-5px, -10px) rotate(0deg);
    }
    100% {
      transform:translate(0, -15px) rotate(7deg);
    }
  }


.fuwafuwa4 {
    position: absolute;
    animation: fuwafuwa4 6s infinite ease-in-out .8s alternate;
    background: url(img/circle10.png) no-repeat center center / 400px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 400px;
    height: 400px;
    bottom: 30px;
    left: -50px;
    z-index: 0;
  }
   
  @keyframes fuwafuwa4 {
    0% {
      transform:translate(15px, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-5px, -10px) rotate(0deg);
    }
    100% {
      transform:translate(0, -15px) rotate(7deg);
    }
  }


.fuwafuwa5 {
    position: absolute;
    animation: fuwafuwa5 6s infinite ease-in-out .8s alternate;
    background: url(img/circle1.png) no-repeat center center / 200px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 200px;
    height: 200px;
    bottom: 200px;
    left: 280px;
    z-index: 0;
  }
   
  @keyframes fuwafuwa5 {
    0% {
      transform:translate(0,15px) rotate(-7deg);
    }
    50% {
      transform:translate(-10px, -5px) rotate(0deg);
    }
    100% {
      transform:translate(-15px,0) rotate(7deg);
    }
  }


.fuwafuwa6 {
    position: absolute;
    animation: fuwafuwa6 6s infinite ease-in-out .8s alternate;
    background: url(img/circle1.png) no-repeat center center / 200px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 200px;
    height: 200px;
    top: 150px;
    right: 150px;
    z-index: 0;
  }
   
  @keyframes fuwafuwa6 {
    0% {
      transform:translate(0,15px) rotate(-7deg);
    }
    50% {
      transform:translate(-10px, -5px) rotate(0deg);
    }
    100% {
      transform:translate(-15px, 0) rotate(7deg);
    }
  }





/* レスポンシブ */
@media(max-width:1250px){

    body{
        font-size: 14px;
    }
    h3{
        font-size: 30px;
    }
    h4{
        top:120px;
        left:91px;
        font-size: 20px;
    }
    h5{
        font-size:20px;
    }
    h5 span{
        font-size:30px;
    }
    h6{
        font-size: 24px;
    }


	.con{
		width: 800px;
		flex-direction: column-reverse;
	}
	.menu_kyu{
		width: 800px;
		margin-top:50px;
		z-index: 100;
	}
	.menu_kyu ul li{
		width: 170px;
	}
	.menu_kyu ul li img{
		width: 170px;
	}
	.menu_list{
		width: 800px;
        margin: 0 auto;
		top: 0;
		z-index: 99999;
		
	}
	.list{
		width: 800px;
		padding: 30px 0;
		
	}
	.list ul{
		width: 700px;
		padding: 15px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu_list p{
		width: 800px;
		text-align: center;
		z-index: 0;
		display: none;
	}
	.menu_list p br{
		display: none;
	}
	.on a::before{
		top: 8px;
	}

	#nav{
		right: 80px;
	}
 
    
    .abo_img .sou,
    .mar_img .sou{
        width: 200px;
        right: 0;
    }
    .abo_img .sou{
        bottom: -50px;
    }

    .abo_img .sou img,
    .mar_img .sou img{
        width: 200px;
    }


  



    .ser{
        width:100%;
        margin: 0 auto;
    }
    .ser_text{
        margin: 0 auto;
    }
    .ser_po{
        width:850px;
        font-size: 14px;
    }
    .ser_po p br{
        display: none;
    }
    .ser_po p{
        margin: 0 10px;
    }
    .abo_img{
        width: 50%;
        margin-top: 100px;
    }

    .icon{
        width:50px;
        top: 5px;
        left:124px;
    }
    .po_fol,
    .po_sup,
    .po_cha{
        width:280px;
    }
    .po_fol .icon{
        width: 50px;
        top: 60px;
        left:108px;
    }
    .po_sup .icon{
        width: 50px;
        top: 60px;
        left:108px;
    }
    .po_cha .icon{
        width: 50px;
        top: 60px;
        left:100px;
    }


    .po_fol h4{
        top:125px;
        left:70px;
    }
    .po_sup h4{
        top:125px;
        left:75px;
    }
    .po_cha h4{
        top:125px;
        left:65px;
    }


    .en{
        width:250px;
        height:250px;
    }
    .en p{
        margin: 0;
    }
    .en_text{
        width: auto;
    }
    .en_text br{
        display: none;
    }
    .en p img{
        width:125px;
        height:125px;
    }
    .ser_po .en{
        width:250px;
        height:250px;
    }
    .ser_po .en1 img,
    .ser_po .en2 img,
    .ser_po .en3 img,
    .ser_po .en4 img{
        width:125px;
        height:125px;
    }
    



    .flow{
        width:850px;
    }



    .flow_one h5{
        padding: 0 0 70px 0;
    }
    .one_img{
        padding: 150px 0 0 30px;
    }
    .one_img p img{
        width:400px;
        height: auto;
    }
    .two_img p img{
        width:350px;
        height: auto;
    }
    .two_img2 p img{
        width:100px;
        height: auto;
    }
    .flow_img p img{
        width:150px;
        height: auto;
    }

    .flow_img2 p img{
        width: 350px;
        height: auto;
    }
    .flow_two h5{
        padding: 0 50px 100px 0;
    }

    .one_sen{
        padding: 130px 0 0 0;
    }
    .one_sen p img{
        width: 330px;
        height: auto;
    }
    .two_sen{
        padding: 130px 100px 0 0;
    }
    .two_sen p img{
        width: 355px;
        height: auto;
    }
    .the_sen{
        padding: 120px 0 0 0;
    }
    .the_sen p img{
        width: 400px;
        height: auto;
    }



    /* 広告について */

    .kou_jo{
        width: 800px;
    }



    .pri{
        width:850px;
        margin: 0 auto;
    }
    .pri_hyo{
        margin: 190px 0 70px 0;
    }
    .hiki{
        left:174px;
    }
    .hiki p img{
        width: 500px;
        height: auto;
    }
    .hiki .col{
        font-size: 18px;
        top: 25px;
        left:100px;
    }
    .hiki .cam{
        font-size: 30px;
        top: 65px;
    }
    .hyo_ryo{
        width:600px;
        margin: 0 auto;
        padding: 0;
    }
    .ryo1{
        font-size: 18px;
        width: 300px;
    }
    .ryo2{
        font-size: 18px;
    }
    .ryo3{
        font-size: 30px;
    }
    .ryo3 span{
        font-size: 18px;
    }
    .pri_osi ul{
        font-size: 18px;
    }



    iframe{
        width: 800px;
        height: 400px;
    }


    .mar_img{
        width: 50%;
    }

}

@media(max-width:480px){



    .btn{
        top:10px;
        right:10px;
        padding: 0;
    }
    /* .btn .btn2{
        width: 50px;
        padding: 10px;
    }
     */
     .btn1{
         padding: 15px;
     }
    .btn1 img{
        width: 30px;
        height: auto;
    }
    /* .btn2{
        width: 25px;
        height: 25px;
    } */
    .btn .btn2{
        padding:12px 18px 17px 18px;
    }
    .btn2 img{
        width: 25px;
        height: 25px;
    }


	.menu{
		width: 100%;
	}
	.con{
		width: 90%;
	}
    .menu_rogo{
        height:60px;
    }
    .menu_rogo p img{
        height: 60px;
    }

	.menu_kyu{
		width: 100%;
	}
	.menu_kyu ul{
		flex-wrap: wrap;
	}
	.menu_kyu ul li{
		width: 120px;
	}
	.menu_kyu ul li img{
		width: 120px;
	}

	.menu_list{
		width: 100%;
        margin-top: 30px;
	}
	.list{
		width: 80%;
        margin: 0 auto;
	}
	.list ul{
		width:156px;
        margin: 0 auto;
        display: block;
		justify-content: center;
	}
	.list ul li{
        width: auto;
        max-width: 0 auto;
		padding:5px 20px 5px 0;
	}







    .fast{
        margin-bottom: 150px;
    }
    .byu{
        width: 100%;
        height: 100vh;
        border-radius: 0;
        z-index:-50;
        margin: 0;
    }

    .mar_rogo p img{
        width: 100px;
        height: auto;
    }
    .cir4 img{
        width:150px ;
        height: auto;
    }
    .cir5 img{
        width: 200px;  
    }
    .cir6 img{
        width:280px;
        height: auto;
    }

    .tit{
        width: 378px;
    }
    .tit p{
        font-size: 40px;
        line-height:70px;
        letter-spacing: 15px;
    }
    .tit p .koma{
        font-size: 20px;
    }
    .tit p img{
        width:50px;
        top:82px;
        left:101px;
    }


    .fuwafuwa1{
        background: url(img/circle1.png) no-repeat center center / 150px auto;
        width: 150px;
        height: 150px;
        top:80px;
        right: 100px;
    }
    .fuwafuwa2{
        background: url(img/circle1.png) no-repeat center center / 150px auto;
        width: 150px;
        height: 150px;
        bottom: 90px;
        left: 170px;
    }

    #nav{
        bottom: 20px;
        right: 0;
        left: 20px;
    }
    #nav ul{
        display: block;
    }
    #nav ul li a{
        color: #ffffff;
    }



    .ser{
        width: 100%;
        margin: 0 auto;
    }
    .ser_ten{
        flex-direction: column-reverse;
        margin: 20px auto;

    }
    .ser_text{
        width: 90%;
        margin: 0 auto;
    }
    .ser_text p br{
        display: none;
    }
    .ser_po{
        display: block;
        width: 90%;
        margin: 50px auto 0 auto;
    }
    .ser_po .en{
        margin-bottom: 20px;
    }

    .abo_img{
        width: 90%;
        margin: 0 0 0 auto;
    }
    .mar_img{
        width: 90%;
        margin: 0 0 0 auto;
    }
    .abo_img .sou,
    .mar_img .sou{
        width: 100px;
        right: 0;
        bottom: -50px;
    }
    .abo_img p{
        margin: 0 0 20px 0;
    }
    .abo_img .sou{
        bottom: -50px;
    }

    .abo_img .sou img,
    .mar_img .sou img{
        width: 100px;
    }

    .icon{
        width:50px;
        top: 5px;
        left:124px;
    }
    .po_fol .icon{
        width: 40px;
        top: 70px;
        left:95px;
    }
    .po_sup .icon{
        width: 40px;
        top: 70px;
        left:95px;
    }
    .po_cha .icon{
        width: 40px;
        top: 70px;
        left:95px;
    }
    .po_fol{
        padding:20px 0;
        width: 100%;
    }
    .fol_en{
        width:250px;
        margin: 0 auto;
        position: relative;
    }
    .po_fol h4{
        top:125px;
        left:58px;
    }
    .po_sup{
        padding:20px 0;
        width: 100%;
    }
    .sup_en{
        width:250px;
        margin: 0 auto;
        position: relative;
    }
    .po_sup h4{
        top:125px;
        left:58px;
    }
    .po_cha{
        padding:20px 0;
        width: 100%;
    }
    .po_cha h4{
        top:125px;
        left:58px;
    }
    .cha_en{
        width:250px;
        margin: 0 auto;
        position: relative;
    }





    .one_sen,
    .two_sen,
    .the_sen{
        display: none;
    }





    .flow{
        width:95%;
        padding-top: 0;
    }
    .flow_one{
        display: block;
    }
    .flow_two{
        display: block;
    }
    .flow_the{
        display: block;
    }


    .flow_two .text_sub{
        width: 320px;
        margin: 0 auto;
    }
    .flow_two .text_sub p{
        margin: 0 auto;
    }
    .flow_the .text_sub p{
        margin: 0 auto;
    }

    /* .flow_two h5{
        padding: 0;
    } */
    .flow_img{
      width: 100%;
      padding: 0;
    }
    .flow_img p{
        width: 150px;
        margin: 0 0 0 auto;
        padding: 20px 0;
    }
    .flow_img p img{
        width: 150px;
    }
    .flow_img2{
        width: auto;
    }
    


    .flow_one h5{
        width: 335px;
        /* margin: 0 20px 0 auto; */
        padding: 0 0 20px 0;
    }
    .flow_one .text_sub{
        margin-left:0 ;
    }
    .one_img{
        padding: 40px 0 0 0;
    }
    .one_img p{
        width: 300px;
        margin: 0 0 0 auto;
    }
    .one_img p img{
        width:300px;
        height: auto;
    }
    
    .flow_two{
        padding-top: 30px;
    }
    .flow_two h5{
        width: 250px;
        margin: 0 50px 0 auto;
        padding:20px 0;
    }
    
    .two_img{
        padding: 0;
    }
    .two_img p img{
        width:150px;
        height: auto;
    }
    .two_img2{
        padding:0;
    }
    .two_img2 p{
        width: 100px;
        margin: 0 50px 0 auto;
     }
    .two_img2 p img{
        width:100px;
        height: auto;
    }
    .two_text .sub_ten{
        width: 300px;
    }
    .flow_text{
        width: 100%;
    }
	.two_text p{
		padding: 0 0 0 130px;
	}
    .flow_text p{
        padding: 0;
    }
    .flow_text .flow_img p{
        padding: 0 0 30px 0;
    }
    .flow_the h5{
        width: 280px;
        margin: 0 auto 0 0;
        padding:20px 0;
    }
    .flow_the .text_sub{
        margin: 30px 0 30px auto;
    }
    .flow_img p img{
        width:150px;
        height: auto;
    }
    .flow_img2 p{
        padding:0;

    }
    .flow_img2 p img{
        width: 280px;
        height: auto;
    }
    .flow_the .flow_img2 h5{
        margin: 0 0 0 auto;
        padding: 20px 0 0 0;
    }


    .kou p{
        width: 80%;
        margin: 30px auto;
    }
    .kou_jo{
        width: 90%;
        padding: 30px 0;
    }
    .kou_jo p{
        width: 250px;
        margin: 0 auto;
    }
    .kou_jo p img{
        width: 250px;
    }
    .kou_jo dl{
        width: 90%;
        display: block;
    }
    .kou_jo dl dt{
        width:100px;
    }
    .kou_jo dl dd{
        width: auto;
    }


    .pri{
        width:95%;
        padding-top: 70px;
    }
    .pri_hyo{
        margin-top: 0;
        padding-top:0;
    }

    .hiki{
        width: 95%;
        margin: 0 auto;
        padding: 15px 0;
        left: 0;
        position: relative;
        background-color: #FF8580;
        border-radius: 50vh;
    }
    .huki{
        width: 350px;
        left: 0;
        display: none;
    }
    .hiki p{
        position: relative;
    }
    .hiki p img{
        width: 350px;
    }
    .hiki .col{
        margin: 0;
        font-size: 16px;
        top:0;
        left: 0;
    }
    .hiki .cam{
        margin: 0;
        top:0;
        left: 0;
        font-size: 22px;
    }
    .hyo_ryo{
        width: 90%;
        margin: 0 auto;
    }
    .hyo_ryo ul{
        display: block;
    }
    .hyo_ryo ul li{
        width: 90%;
        margin: 30px auto;
    }
    .ryo1{
        margin: 0 auto;
        font-size: 16px;
    }
    .ryo2{
        font-size: 16px;
        margin: 0 auto;
    }
    .ryo2 span{
        font-size: 16px;
    }
    .ryo_syu{
        border: none;
    }
    .ryo3{
        margin: 10px auto;
    }


    .pri_osi{
        padding: 0 0 20px 0;
    }
    .pri_osi ul{
        display: block;
    }
    .pri_osi ul li{
        font-size: 16px;
        padding: 10px 0;
        font-weight: normal;
    }
    .pri_osi p{
        width: 80%;
        margin: 20px auto 0 auto;
    }

    .mar{
        padding: 70px 0;
    }
    .mar p{
        margin: 30px 0;
    }
    iframe{
        width: 80%;
        height:200px;
    }
    .mar .mar_text{
        width: 80%;
        margin: 0 auto 20px auto;
        font-size: 18px;
        line-height: 36px;
    }
    .mar_text br{
        display: none;
    }


	h3{
		font-size: 26px;
	}
    .abo{
        flex-direction: column-reverse;
        text-align: center;
    }
    .abo_text{
        width: 90%;
        margin: 0 auto;
    }
    .abo_text p{
        margin: 20px auto;
    }
    .abo_text p br{
        display: none;
    }

    .mar_img{
        width: 90%;
    }
    


    footer{
        height: 500px;
        color: #ffffff;
    }
    .fo_en{
        display: none;
    }
    .fo_rogo{
        width: 200px;
        margin: 0 auto;
    }
    .fo_btn .inst_rogo{
        width: 200px;
        margin-top: 50px;
    }

    .fo_nav ul{
        padding: 35px 0;
        flex-wrap: wrap;
        
    }
    .fo_nav ul li{
        border-left: solid 1px #ffffff ;
    }
    .fo_nav ul li a{
        color: #ffffff;
    }

    .fuwafuwa3,
    .fuwafuwa4{
        display: none;
    }
	.fuwafuwa5{
		background: url(img/circle1.png) no-repeat center center / 100px auto;
		width: 100px;
    	height: 100px;
    	top: 150px;
    	left: -20px;
	}
	.fuwafuwa6{
		background: url(img/circle1.png) no-repeat center center / 100px auto;
		width: 100px;
    	height: 100px;
    	top: 0;
    	right: -30px;
	}
}



/* スクロールアニメーション */


.tit span{
    animation-name:fadeAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    @keyframes fadeAnime{
      from {
        opacity: 0;
      }
  
      to {
        opacity: 1;
      }
    }

.tit p img{
    animation-name:fadeAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    @keyframes fadeAnime{
      from {
        opacity: 0;
      }
  
      to {
        opacity: 1;
      }
    }

.ti1{
	animation-delay: 1s;
}
.ti2{
	animation-delay: 1.1s;
}
.ti3{
	animation-delay: 1.2s;
}
.ti4{
	animation-delay: 1.3s;
}
.ti5{
	animation-delay: 1.4s;
}
.ti6{
	animation-delay: 1.5s;
}
.ti7{
	animation-delay: 1.6s;
}
.ti8{
	animation-delay: 1.7s;
}
.ti9{
	animation-delay: 1.8s;
}
.ti10{
	animation-delay: 1.9s;
}
.ti11{
	animation-delay: 2s;
}
.ti12{
	animation-delay: 2.1s;
}
.ti13{
	animation-delay: 2.4s;
}