.mask01{
    mask-image: url("../images/figure_mask-01.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 90%;
    -webkit-mask-image: url("../images/figure_mask-01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 90%; 
}
.mask02{
    mask-image: url("../images/figure_mask-02.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 90%;
    -webkit-mask-image: url("../images/figure_mask-02.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 90%;     
}
.mask03{
    mask-image: url("../images/figure_mask-03.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 90%;
    -webkit-mask-image: url("../images/figure_mask-03.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 90%; 
}

#autozip {
   display: none !important;
}


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

/* --------wave-mv-------- */
.wave-mv {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;
	overflow-x: hidden.
}
.wave-mv use {
    animation: move-mv 15s linear infinite;
}
@keyframes move-mv {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-mv .height {
    display: block;
    width: 130%;
    height: 60px;
    margin: 0;
}


/* --------wave fv-------- */
.wave-fv{
	position: relative;
    width: 100%;
   	margin-top: -70px;
   	overflow-x: hidden;
}
.wave-fv use {
    animation: move-fv 20s linear infinite;
}
@keyframes move-fv {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-fv .height {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0;
}

.wave-fv.reverse{
}
.wave-fv.reverse use {
    animation: move-fv-reverse 20s linear infinite;
}
@keyframes move-fv-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-fv.reverse .height {
    display: block;
    width: 150%;
    height: 70px;
    margin: 0;
}


/* --------wave low-------- */
.wave-low {
	position: relative;
	width: 100%;
    margin: 0 0 -50px;
    background-color: #fff;
}
.wave-low use {
    animation: move-low 20s linear infinite;
}
@keyframes move-low {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-low .height {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
}

.wave-low.reverse use {
    animation: move-low-reverse 20s linear infinite;
}
@keyframes move-low-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}

.about .wave-low {
    background-color: transparent;
}
.about .second{
    margin: -150px 0 0;    
}
.about .third{
    z-index: 3;
}
.about .fourth{
    margin: -50px 0 0;
    z-index: 3;
}

.single-care .second,
.single-welfare .second,
.single-nursery .second{
    z-index: 3;
}
.single-care .third,
.single-welfare .third,
.single-nursery .third{
    margin: -30px 0 -50px;
    z-index: 3;
}
.single-care .wave-low,
.single-welfare .wave-low,
.single-nursery .wave-low{
    background-color: #f5f5f5;
}


/* --------wave middle-------- */
.wave-middle {
	position: relative;
	width: 100%;
    margin: -70px 0 0;
    overflow-x: hidden;
}
.wave-middle use {
    animation: move-middle 20s linear infinite;
}
@keyframes move-middle {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-middle .height {
    display: block;
    width: 130%;
    height: 70px;
    margin: 0;
}
.wave-middle.third{
    margin: -30px 0 0;
}
.wave-middle.third .height {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
}


/* --------wave high-------- */
.wave-high {
	position: relative;
	width: 100%;
    margin: 0 0 -175px;
    padding: 0 0 -10px;
    background-color: #f5f5f5;
    height: 160px;
    overflow-x: hidden;
}
.wave-high use {
    animation: move-high 20s linear infinite;
}
@keyframes move-high {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-high .height {
    display: block;
    width: 150%;
    height: 160px;
    margin: 0;
}


/* --------wave dark-------- */
.wave-dark {
	position: relative;
	width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 200px;
    z-index: 0;
    border-bottom: 100px solid #e5e5e5;
    overflow-x: hidden;
}
.wave-dark use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-dark .height {
    display: block;
    width: 150%;
    height: 200px;
    margin: 0;
}
.wave-dark.bottom{
    margin: -300px 0 0;
}


/* --------wave-light-------- */
.wave-light {
	position: relative;
	width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 200px;
    z-index: 0;
    border-bottom: 0 solid #f5f5f5;
    overflow-x: hidden;
}
.wave-light use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-light .height {
    display: block;
    width: 150%;
    height: 200px;
    margin: 0;
}
.wave-light.bottom{
    margin: -200px 0 0;
}


/* --------wave-light-low-------- */
.wave-light.low {
    border-bottom: 0;
}

.wave-light.low.bottom{
    margin: -200px 0 0;
}




/* --------moping mask-------- */
.mask img{
	display: block;
	margin: 0;
}
.mask{
	position: relative;
	width: 300px;
	height: 220px; 	
	margin: 0 auto;
}
.mask-clip01,
.mask-clip02,
.mask-clip03{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 2;
}
.mask-clip01{
	clip-path: url("#mask-clip-path01");
}
.mask-clip02{
	clip-path: url("#mask-clip-path02");
}
.mask-clip03{
	clip-path: url("#mask-clip-path03");
}
.mask-clip01 img,
.mask-clip02 img,
.mask-clip03 img{
	width: 300px;
	height: 220px; 	
	object-fit: cover;
}

.mask-svg path{
	transform: scale(0.4);
}

}







@media screen and (min-width: 769px) and (max-width: 1099px){

/* --------wave-mv-------- */
.wave-mv {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
}
.wave-mv use {
    animation: move-mv 15s linear infinite;
}
@keyframes move-mv {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-mv .height {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0;
}


/* --------wave fv-------- */
.wave-fv{
	position: relative;
    width: 100%;
   	margin-top: -150px;
}
.wave-fv use {
    animation: move-fv 20s linear infinite;
}
@keyframes move-fv {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-fv .height {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0;
}

.wave-fv.reverse{
}
.wave-fv.reverse use {
    animation: move-fv-reverse 20s linear infinite;
}
@keyframes move-fv-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-fv.reverse .height {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0;
}


/* --------wave low-------- */
.wave-low {
	position: relative;
    width: 100%;
    margin: 0 0 -80px;
    background-color: #fff;
}
.wave-low use {
    animation: move-low 20s linear infinite;
}
@keyframes move-low {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-low .height {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0;
}

.wave-low.reverse use {
    animation: move-low-reverse 20s linear infinite;
}
@keyframes move-low-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}

.about .wave-low {
    background-color: transparent;
}
.about .second{
    margin: -150px 0 0;    
}
.about .third{
    z-index: 3;
}
.about .fourth{
    margin: -100px 0 0;
    z-index: 3;
}

.single-care .second,
.single-welfare .second,
.single-nursery .second{
    z-index: 3;
}
.single-care .third,
.single-welfare .third,
.single-nursery .third{
    margin: -50px 0 -50px;
    z-index: 3;
}
.single-care .wave-low,
.single-welfare .wave-low,
.single-nursery .wave-low{
    background-color: #f5f5f5;
}


/* --------wave middle-------- */
.wave-middle {
	position: relative;
    width: 100%;
    margin: -80px 0 0;
}
.wave-middle use {
    animation: move-middle 20s linear infinite;
}
@keyframes move-middle {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-middle .height {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
}
.wave-middle.third{
    margin: -40px 0 0;
}
.wave-middle.third .height {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
}


/* --------wave high-------- */
.wave-high {
	position: relative;
    width: 100%;
    margin: 0 0 -300px;
    padding: 0 0 -10px;
    background-color: #f5f5f5;
    height: 300px;
}
.wave-high use {
    animation: move-high 20s linear infinite;
}
@keyframes move-high {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0;
}


/* --------wave dark-------- */
.wave-dark {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 300px;
    z-index: 0;
    border-bottom: 250px solid #e5e5e5;
}
.wave-dark use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0;
}
.wave-dark.bottom{
    margin: -550px 0 0;
}


/* --------wave-light-------- */
.wave-light {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 400px;
    z-index: 0;
    border-bottom: 0 solid #f5f5f5;
}
.wave-light use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0;
}
.wave-light.bottom{
    margin: -400px 0 0;
}


/* --------wave-light-low-------- */
.wave-light.low {
    border-bottom: 0;
}

.wave-light.low.bottom{
    margin: -400px 0 0;
}




/* --------moping mask-------- */
.mask img{
	display: block;
	margin: 0;
}
.mask{
	position: relative;
	width: 600px;
	height: 350px; 	
	margin: 0 auto;
}
.mask-clip01,
.mask-clip02,
.mask-clip03{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 2;
}
.mask-clip01{
	clip-path: url("#mask-clip-path01");
}
.mask-clip02{
	clip-path: url("#mask-clip-path02");
}
.mask-clip03{
	clip-path: url("#mask-clip-path03");
}
.mask-clip01 img,
.mask-clip02 img,
.mask-clip03 img{
	width: 600px;
	height: 350px; 	
	object-fit: cover;
}

.mask-svg path{
	transform: scale(0.7);
}

}














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

/* --------wave-mv-------- */
.wave-mv {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 220px;
	z-index: 1;
}
.wave-mv use {
    animation: move-mv 15s linear infinite;
}
@keyframes move-mv {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-mv .height {
    display: block;
    width: 100%;
    height: 220px;
    margin: 0;
}


/* --------wave fv-------- */
.wave-fv{
	position: relative;
    width: 100%;
   	margin-top: -150px;
}
.wave-fv use {
    animation: move-fv 20s linear infinite;
}
@keyframes move-fv {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-fv .height {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0;
}

.wave-fv.reverse{
}
.wave-fv.reverse use {
    animation: move-fv-reverse 20s linear infinite;
}
@keyframes move-fv-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.wave-fv.reverse .height {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0;
}


/* --------wave low-------- */
.wave-low {
	position: relative;
    width: 100%;
    margin: 0 0 -100px;
    background-color: #fff;
}
.wave-low use {
    animation: move-low 20s linear infinite;
}
@keyframes move-low {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-low .height {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0;
}

.wave-low.reverse use {
    animation: move-low-reverse 20s linear infinite;
}
@keyframes move-low-reverse {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}

.about .wave-low {
    background-color: transparent;
}
.about .second{
    margin: -150px 0 0;    
}
.about .third{
    z-index: 3;
}
.about .fourth{
    margin: -100px 0 0;
    z-index: 3;
}

.single-care .second,
.single-welfare .second,
.single-nursery .second{
    z-index: 3;
}
.single-care .third,
.single-welfare .third,
.single-nursery .third{
    margin: -100px 0 100px;
    z-index: 3;
}
.single-care .wave-low,
.single-welfare .wave-low,
.single-nursery .wave-low{
    background-color: #f5f5f5;
}


/* --------wave middle-------- */
.wave-middle {
	position: relative;
    width: 100%;
    margin: -130px 0 0;
}
.wave-middle use {
    animation: move-middle 20s linear infinite;
}
@keyframes move-middle {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.wave-middle .height {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0;
}
.wave-middle.third{
    margin: -60px 0 120px;
}
.about .wave-middle.third{
  margin: -60px 0 0;
}
.wave-middle.third .height {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
}

/* --------wave high-------- */
.wave-high {
	position: relative;
    width: 100%;
    margin: 0 0 -400px;
    padding: 0 0 -10px;
    background-color: #f5f5f5;
    height: 350px;
}
.wave-high use {
    animation: move-high 20s linear infinite;
}
@keyframes move-high {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 350px;
    margin: 0;
}


/* --------wave dark-------- */
.wave-dark {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 350px;
    z-index: 0;
    border-bottom: 300px solid #e5e5e5;
}
.wave-dark use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(-85px, 0%);
}
100% {
    transform: translate(90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 350px;
    margin: 0;
}
.wave-dark.bottom{
    margin: -650px 0 0;
}


/* --------wave-light-------- */
.wave-light {
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 -10px;
    background-color: #eee;
    height: 500px;
    z-index: 0;
    border-bottom: 0 solid #f5f5f5;
}
.wave-light use {
    animation: move-bottom 20s linear infinite;
}
@keyframes move-bottom {
0% {
    transform: translate(85px, 0%);
}
100% {
    transform: translate(-90px, 0%);
}
}
.height {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0;
}
.wave-light.bottom{
    margin: -500px 0 0;
}


/* --------wave-light-low-------- */
.wave-light.low {
    border-bottom: 0;
}

.wave-light.low.bottom{
    margin: -500px 0 0;
}





/* --------moping mask-------- */
.mask img{
	display: block;
	margin: 0;
}
.mask{
	position: relative;
	width: 900px;
	height: 550px; 	
	margin: 0 auto;
}
.mask-clip01,
.mask-clip02,
.mask-clip03{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 2;
   	background-color: #ccc;
}
.mask-clip01{
	clip-path: url("#mask-clip-path01");
}
.mask-clip02{
	clip-path: url("#mask-clip-path02");
}
.mask-clip03{
	clip-path: url("#mask-clip-path03");
}
.mask-clip01 img,
.mask-clip02 img,
.mask-clip03 img{
	width: 900px;
	height: 550px; 	
	object-fit: cover;
}

.mask-svg path{
	transform: scale(1.08);
}


}

