html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 100px;
}

body{
    width: 100vw;
    font-family: "Inter", sans-serif;

}

header{
    height: 80px;
    width: 100%;
    background-color: #fff;
}

.header-title{
    width: 400px;
    height: 75px;
    margin: 0 auto;
}

.header-title img{
    width: 100%;
    object-fit: cover;
}
.header-menu{
    display: none;
}

.content{
    position: relative;
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));

}

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

aside{
    width: 25%;
    height: auto;
}
.sitelogo{
    width: 13.8vw;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sitelogo img{
    width: 100%;
    object-fit: cover;

}

.logo-text{
    font-size: 1.2vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 2.5vw;
}

.logo-links{
    text-align: center;
}

.logo-links li{
    margin-bottom: 40px;
}


.line-link{
    width: 9.7vw;
    margin: 0 auto;
}



.inst-link{
    width: 10.4vw;
    margin: 0 auto;
}

.line-link img{
    width: 100%;
    object-fit: cover;
}

.inst-link img{
    width: 100%;
    object-fit: cover;
}
.logo-links li{
    margin-bottom: 3.5vw;
}

.keyvisual-img{
    width: 74%;
    height: 44.16vw;
    margin:30px 0;
    line-height: 0;

}


.keyvisual-img img{
    width: 100%;
    height: 96%;
    border: 10px solid rgba(163, 155, 155, 1);
    border-radius: 50px;

}


/* ここからページリンク */

.page-links{
    position: relative;
    height: 130px;
    width: 100%;
    background-color: rgba(38, 136, 255, 1);
}

.page-link-logo1{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100px;
    transform: translateY(-50%);
}
.page-link-logo1 img{
    width: 100%;
    object-fit: cover;
}

.page-link-logo2{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    transform: translateY(-50%);
}

.page-link-logo2 img{
    width: 100%;
    object-fit: cover;
}

.page-link-detail ul{
    display: flex;
    text-align: center;
}

.page-link-detail{
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
}

.page-link-detail li{
    margin-right: 4.5vw;

}

.page-link-detail li a{
    font-size: 2.5vw;
    color: #fff;
    text-decoration: none;

}

/* ここからコンセプト */

.concept{
    position: relative;
    padding: 90px 120px 150px 120px ;

}

.inner{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 95px;
}

.concept-logo{
    width: 292px;
    margin: 0 auto;
    padding: 100px 0 ;
}

.concept-logo img{
    width: 100%;
    object-fit: cover;
}


  /* フェードイン */


  [data-fadeIn]{
    opacity: 0;
    transition: all 2.0s;
}


[data-fadeIn].is-over{
    opacity: 1;
    
}


.concept-detail p{
    position: absolute;
    font-size: 2.5vw;
    color: #000;
}

.cyousen{
    top: 30%;
    left: 10%;
    transform: rotate(15deg );
}

.dream{
    top: 55%;
    left: 10%;
    
}

.jiei{
    top: 80%;
    left: 10%;
    transform: rotate(-15deg );

}

.seisaku{
    top: 30%;
    right: 15%;
    transform: rotate(-15deg );

}

.nedan{
    top: 55%;
    right: 10%;
}

.kaisya{
    top: 80%;
    right: 10%;
    transform: rotate(15deg );

}




/* ここから自己紹介 */

.about{
    width: 100%;
    position: relative;
    padding: 70px 120px 40px 120px;
}
.wakeru1{
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
}
.wakeru1 img{
    width: 100%;
}

.about-detail{
    display: flex;
    width: 100%;
}

.about-left{
    width: 40%;
    border-right: 2px solid black;
}

.about-title{
    font-size:3.3vw ;
    margin: 0 auto;
    padding: 12vw 0;
    text-align: center;
}

.about-right{
    width: 60%;
    padding: 0 50px;
    text-align: center;
}

.about-logo{
    width: 19.4vw;
    margin: 0 auto;
    margin-bottom: 15px;
}
.about-logo img{
    width: 100%;
    object-fit: cover;
}

.about-name{
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 20px;
}

.about-text p{
    font-size: 2.3vw;
    color: #000;
}

/* 自己紹介はここまで */

/* ここからお知らせ */

.news{
    padding: 200px 0 160px 0;
    position: relative;
    background-color: rgba(38, 136, 255, 1);
    clip-path: polygon(
        0 calc(0% + 10vw),
        100% 0%,
        100% calc(100% - 10vw),
        0 100%

    );
}

.news-logo1{
    position: absolute;
    display: flow-root;
    top: 15%;
    left: 5%;
    width: 130px;
    transform: rotate(-20deg );
    z-index: 100;
}

.news-logo1 img{
    width: 100%;
    object-fit: cover;
}

.news-logo2{
    position: absolute;
    top: 0;
    right: 5%;
    width: 130px;
    transform: rotate(20deg );
    z-index: 100;
}

.news-logo2 img{
    width: 100%;
    object-fit: cover;
}

.news-logo3{
    position: absolute;
    top: 85%;
    left: 5%;
    width: 150px;
    transform: rotate(-20deg );
    z-index: 100;
}

.news-logo3 img{
    width: 100%;
    object-fit: cover;
}

.news-logo4{
    position: absolute;
    top: 70%;
    right: 5%;
    width: 150px;
    transform: rotate(20deg );
    z-index: 100;
}

.news-logo4 img{
    width: 100%;
    object-fit: cover;
}

.btn2{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    border-radius: 500px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 2.3vw;
    color: #000;
    text-align: center;
    padding: 20px 10px;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn2 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn2:hover span{
	color:#fff;
}

.bgcenterout2:before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: rgb(71, 190, 213);
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
.bgcenterout2:hover:before{
	transform:scale(1, 1);
}


/* ここからアニメーション*/

.animation3{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 128px;
  }
  
  .keyframe3{
    animation-name: anim_s;
    transform: rotate(30deg);
    animation-duration: 5s;
  }
  
  @keyframes anim_s {
    50% {
      transform: rotate(-30deg);
    }
    100% {
      transform: rotate(30deg);
    }
  }

.news-title{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 34px;
}

.news-detail{
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 32px 50px;

}

.news-detail li{
    display: flex;
    border-bottom: 2px solid #000;
    padding: 20px 0;
}
.news-detail a{
    text-decoration: none;
}

.news-date{
    font-size: 1.5vw;
    color: #000;
    margin-right: 10vw;
    text-align: center;
    padding: 10px;

}

.news-detail-title{
    font-size: 2.4vw;
    color: #000;
}

/* 料金案内はここから */

.charge{
    margin-bottom: 80px;
}

.charge-title{

    margin: 45px 0;
}

.charge-detail{
    position: relative;
    background-color: rgba(217, 217, 217, 0.7);
    clip-path:polygon(
        0 0,
        100% calc(100% - 60vw),
        100% 100%,
        0 calc(100% - 10vw)

    );  
    height: 73vw; 
}

/* ここから回転フェードイン */


[data-kaitenIn]{
    opacity: 0;
    transition: all 2.0s;
    rotate: y 70deg;
}


[data-kaitenIn].is-over{
    opacity: 1;
    rotate: y 0deg;
}

.charge-detail li{
    width: 30%;
    padding: 22px 2.5vw;background-color: #fff;

}
.charge-detail li a{
    text-decoration: none;
    color: #000;
}

.charge-img{
    width: 80%;
    margin:  0 auto;
    margin-bottom: 38px;
}
.charge-img img{
    width: 100%;
    object-fit: cover;
}

.charge-detail-title{
    font-size: 1.5vw;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.charge-detail-title span{
    color: red;
}

.charge-price{
    font-size: 2.2vw;
    color: #000;
    border-bottom: 3px solid #000;
    text-align: center;
    text-decoration: line-through;
}

.wpno{
    position: absolute;
    top: 35%;
    left: 17%;
    transform: translate(-50%,-50%);

}

.wpyes{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);



}

.unyouyes{
    position: absolute;
    top: 65%;
    left: 83%;
    transform: translate(-50%,-50%);

}



.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    border-radius: 500px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 2.3vw;
    color: #000;
    text-align: center;
    padding: 20px 10px;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（中央から外） */

.bgcenterout:before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: rgba(38, 136, 255, 1);;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
.bgcenterout:hover:before{
	transform:scale(1, 1);
}




/* ここから制作例 */

.sample{
    width: 100%;
    position: relative;
    padding: 200px 0 200px 0;
}

.sample-line1{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.sample-line1 img{
    width: 100%;
    object-fit: cover;
}

.sample-line2{
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
}
.sample-line2 img{
    width: 100%;
    object-fit: cover;
}

.sample-title{
    margin-bottom: 40px;
}

.sample-list{
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
}

.sample-list ul{
    display: flex;
    justify-content: space-between;

}

.sample-list ul li{
    width: calc(100% / 4 - 10px);
}

.sample-list img{
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    border:  5px solid rgba(163, 155, 155, 1);
}

.slider2 .slick-slide{
    margin: 0 10px;
}




/* ここから問い合わせ */

.contact{
    width: 100%;
    height: 35vw;
    background-image: url(../img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.toumei{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;height: 100%;

  }

.contact-title{
    font-size: 3.3vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.5vw;
    padding-top: 7vw;
}

.contact-text{
    font-size: 2.8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.6vw;
}

.contact-link{
    display: flex;
    font-size: 3.3vw;
    color: #fff;
   align-items: center;
   margin-left: 35vw;
}

.contact-link-line{
    width: 9.6vw;
    margin-left: 3.5vw;
}
.contact-link-line img{
    width: 100%;
    object-fit: cover;
}

/* ここかフッター */

footer{
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));
    padding: 60px 120px;

}
.footer-bunkai{
    width: 100%;
    display: flex;
}

.footer-title{
    margin-bottom: 63px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 60px;
}

.footer-link-list li{
    margin-bottom: 26px;
    font-size: 3.0vw;
    color: #000;
    
}
.footer-link-list li a{
    text-decoration: none;
    color: #000;

}

.footer-baby{
    width: 50%;
    text-align: center;
}


.baby-link{
    display: flex;
    justify-content: space-between;
}

.inner4{
    width: 10vw;
}
.inner4 img{
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1900px) {

    .news-logo1{  
        top: 23%;
        
    }
    .news-logo4 {
        top: 67%;
    }

}

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

    header{
        height: 40px;
        position: relative;
    }
    
    .header-title{
        width: 200px;
        height: 35px;
    }
    
    .header-menu{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3%;
        width: 14%;
        display: block;
        border: 1px solid #000;
        border-radius: 500px;
        padding: 3px 5px;

    }

    /* ヘッダーはここまで */

    .content{
        padding-top: 0px;
    
    }

    .keyvisual{
        position: relative;
        display: flex;
        width: 100%;
    }
    
    aside{
        position: absolute;
        width: 25%;
        top: 10%;
        right:-3%;
        height: auto;
        z-index: 999;
    }
    .sitelogo{
        display: none;
    }
    
    
    .logo-text{
        display: none;
        
    }
    
    .logo-links{
        text-align: center;
    }
    
    .logo-links li{
        margin-bottom: 40px;
    }
    
    
    .line-link{
        width: 9.7vw;
        margin: 0 auto;
    }
    
    
    
    .inst-link{
        width: 10.4vw;
        margin: 0 auto;
    }
    
    .line-link img{
        width: 100%;
        object-fit: cover;
    }
    
    .logo-links li{
        margin-bottom: 3.5vw;
    }
    
    .keyvisual-img {
        margin: 0px;
        width: 100%;
        height: auto;
    }

    .keyvisual-img img{
        border: none;
        border-radius: 0%;
    }
    

    
    


    

    /* * ここからページリンク */

    .page-links{
        height: 50px;
    }

    .page-link-logo1{
        position: absolute;
        top: 50%;
        left: 0%;
        width: 70px;
        transform: translateY(-50%);
    }

    .page-link-logo2{
        position: absolute;
        top: 50%;
        right: 0%;
        width: 70px;
        transform: translateY(-50%);
    }


    .page-link-detail{
        position: absolute;
        top: 50%;
        left: 17%;
        transform: translateY(-50%);
    }

    .page-link-detail li{
        margin-right: 4.5vw;

    }


    /* ここからコンセプト */
    .concept{
        padding: 30px 40px 10px 40px ;
    
    }
    
    .inner{
        font-size: 4.3vw;
        margin-bottom: 5px;

    }

    .concept-title{
        margin-bottom: 10px;
    }
    .concept-detail{
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    
    .concept-logo{
        width: 45%;
        padding: 0 ;
        order: -1;
        margin-bottom: 10px;
    }
    
    .concept-detail p{
        position: static;
        font-size: 4.5vw;
        color: #000;
        margin-bottom: 15px;

    }
    
    .irekae1{
        width: 100%;
    }
    .irekae2{
        width: 100%;
    }

    .cyousen{
        top: 30%;
        left: 10%;
        transform: rotate(0deg );
    }
    
    .dream{
        top: 55%;
        left: 10%;
        
    }
    
    .jiei{
        top: 80%;
        left: 10%;
        transform: rotate(0deg );
    
    }
    
    .seisaku{
        top: 30%;
        right: 15%;
        transform: rotate(0deg );
    
    }
    
    .nedan{
        top: 55%;
        right: 10%;
    }
    
    .kaisya{
        top: 80%;
        right: 10%;
        transform: rotate(0deg );
    
    }
    
    /* ここから自己紹介 */

.about{
    width: 100%;
    position: relative;
    padding: 20px 40px ;
}
.wakeru1{
    position: absolute;
    width: 100vw;
    top: 5%;
    left: 0;
}

.about-detail{
    display: block;
    width: 100%;
}

.about-left{
    width: 100%;
    border-right: none;
}

.about-title{
    font-size:4.3vw ;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.about-right{
    width: 100%;
    padding: 0 ;
    text-align: center;
}

.about-logo{
    width: 47%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.about-name{
    font-size: 4.3vw;
    color: #000;
    margin-bottom: 10px;
}

.about-text p{
    font-size: 3.3vw;
    color: #000;
}

/* 自己紹介はここまで */

/* ここからお知らせ */

.news{
    padding: 80px 0 80px 0;
    position: relative;
    background-color: rgba(38, 136, 255, 1);
    clip-path: polygon(
        0 calc(0% + 10vw),
        100% 0%,
        100% calc(100% - 10vw),
        0 100%

    );
}

.news-logo1{
    position: absolute;
    display: flow-root;
    top: 10%;
    left: 5%;
    width: 100px;
    transform: rotate(-20deg );
    z-index: 100;
}


.news-logo2{
    position: absolute;
    top: 0;
    right: 5%;
    width: 100px;
    transform: rotate(20deg );
    z-index: 100;
}



.news-logo3{
    position: absolute;
    top: 80%;
    left: 5%;
    width: 100px;
    transform: rotate(-20deg );
    z-index: 100;
}


.news-logo4{
    position: absolute;
    top: 70%;
    right: 5%;
    width: 100px;
    transform: rotate(20deg );
    z-index: 100;
}


.news-title{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 20px;
}

.news-detail{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 15px;

}

.news-detail li{
    display: flex;
    border-bottom: 2px solid #000;
    padding: 10px 0;
}
.news-detail a{
    text-decoration: none;
}

.news-date{
    font-size: 2.5vw;
    color: #000;
    margin-right: 6vw;
    text-align: center;
    padding: 10px;

}

.news-detail-title{
    font-size: 3.2vw;
    color: #000;
    padding: 10px 0;
}

/* 料金案内はここから */

.charge{
    margin-bottom: 30px;
}

.charge-title{

    margin: 30px 0;
}

.charge-detail{
    position: relative;
    background-color: rgba(217, 217, 217, 0.7);
    clip-path:none;
    height:auto ; 
    padding: 10px 0;
}


.charge-detail li{
    width: 70%;
    padding: 10px 2.0vw;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;

}


.charge-img{
    width: 95%;
    margin:  0 auto;
    margin-bottom: 10px;
}


.charge-detail-title{
    font-size: 3.5vw;
    margin-bottom: 15px;
}

.charge-price{
    font-size: 3.5vw;
    padding-bottom: 10px;
    border-bottom: none;
}

.wpno{
    position: static;
    transform: translate(0,0);

}

.wpyes{
    position: static;
    transform: translate(0,0);



}

.unyouyes{
    position: static;
    transform: translate(0,0);

}

.btn{
    text-decoration: none;
}

.charge-more{
    position: static;
    transform: translateX(0%);
    width: 40%;
    font-size: 3.3vw;
    color: #000;
    text-align: center;
    padding: 15px 5px;
    
}

/* ここから制作例 */

.sample{
    padding: 30px 0 40px 0;
}

.sample-line1{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.sample-line1 img{
    width: 100%;
    object-fit: cover;
}

.sample-line2{
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
}
.sample-line2 img{
    width: 100%;
    object-fit: cover;
}

.sample-list{
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}

.sample-list ul{
    display: flex;
    justify-content: space-between;

}

.sample-list ul li{
    width: calc(100% / 2 - 5px);
}

.sample-list img{
    width: 100%;
    object-fit: cover;
}

.sample-more{
    position: static;
    transform: translateX(0%);
    width: 40%;
    font-size: 3.3vw;
    color: #000;
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 15px;
}

.syoukyo{
    display: none;
}

/* * ここから問い合わせ */

.contact{
    height: 40vw;
}


.contact-title{
    font-size: 4.0vw;
}

.contact-text{
    font-size: 3.5vw;
    
}

.contact-link{
    font-size: 3.5vw;
    
}



/* ここかフッター */

footer{
    padding: 15px 40px;

}

.footer-title{
    margin-bottom: 15px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    margin-bottom: 15px;
}

.footer-link-list li{
    margin-bottom: 10px;
    font-size: 3.0vw;
    
}

.inner4{
    width: 12vw;
}


/* ボタン */

.btn{
    
    font-size: 3.0vw;
    padding: 5px 3px;
    
    }

    .btn2{
    
        font-size: 3.0vw;
        padding: 5px 3px;
        
        }





    
}



















