@charset "utf-8";
/*共通領域*/
html {
  scroll-behavior: smooth;
}
body {
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
    font-size: 18px;
}
body::before{
	content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
    background: url("../img/box-bg.png");
    background-position: center bottom;
    background-size: 500px;
    background-repeat: no-repeat;
    background-color: #E6E6E6;
}
.menu-item-sp a img{
	width:30px;
	padding-bottom:5px;
}
.img-bg {
    position: relative;
    overflow: hidden;
}
.img-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(230, 230, 230, .7);
}
.wrapper {
    max-width: 1024px;
    padding: 0 3%;
    margin: auto;
}
.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.flex-bet div:hover{
	background-color:rgba(127, 203, 200);
}
a {
    display: block;
}
rt {
    font-size: 35%;
}
.bubble {
    position: absolute;
    bottom: -50px;
    margin: auto;
    animation: bubble 100s linear infinite;
}
.bubble::before {
    content: "";
    position: absolute;
    background: #FFF67F;
    width: 5px;
    height: 5px;
    box-shadow:
        -5px 5px #fff67f, 0 5px #FFF67F, 5px 5px #fff67f, -5px 10px #fff67f, 0 10px #FFF67F, 5px 10px #fff67f, -10px 15px #fff67f, -5px 15px #fff67f, 0 15px #FFF67F, 5px 15px #fff67f, 10px 15px #fff67f, -10px 20px #fff67f, -5px 20px #fff67f, 0 20px #FFF67F, 5px 20px #fff67f, 10px 20px #fff67f, -35px 25px #fff67f, -30px 25px #fff67f, -25px 25px #fff67f, -20px 25px #fff67f, -15px 25px #fff67f, -10px 25px #fff67f, -5px 25px #fff67f, 0 25px #FFF67F, 5px 25px #fff67f, 10px 25px #fff67f, 15px 25px #fff67f, 20px 25px #fff67f, 25px 25px #fff67f, 30px 25px #fff67f, 35px 25px #fff67f, -30px 30px #fff67f, -25px 30px #fff67f, -20px 30px #fff67f, -15px 30px #fff67f, -10px 30px #fff67f, -5px 30px #fff67f, 0 30px #FFF67F, 5px 30px #fff67f, 10px 30px #fff67f, 15px 30px #fff67f, 20px 30px #fff67f, 25px 30px #fff67f, 30px 30px #fff67f, -25px 35px #fff67f, -20px 35px #fff67f, -15px 35px #fff67f, -10px 35px #fff67f, -5px 35px #fff67f, 0 35px #FFF67F, 5px 35px #fff67f, 10px 35px #fff67f, 15px 35px #fff67f, 20px 35px #fff67f, 25px 35px #fff67f, -20px 40px #fff67f, -15px 40px #fff67f, -10px 40px #fff67f, -5px 40px #fff67f, 0 40px #FFF67F, 5px 40px #fff67f, 10px 40px #fff67f, 15px 40px #fff67f, 20px 40px #fff67f, -20px 40px #fff67f, -15px 40px #fff67f, -10px 40px #fff67f, -5px 40px #fff67f, 0 40px #FFF67F, 5px 40px #fff67f, 10px 40px #fff67f, 15px 40px #fff67f, 20px 40px #fff67f, -25px 45px #fff67f, -20px 45px #fff67f, -15px 45px #fff67f, -10px 45px #fff67f, -5px 45px #fff67f, 0 45px #fff67f, 5px 45px #fff67f, 10px 45px #fff67f, 15px 45px #fff67f, 20px 45px #fff67f, 25px 45px #fff67f, -25px 50px #fff67f, -20px 50px #fff67f, -15px 50px #fff67f, -10px 50px #fff67f, -5px 50px #fff67f, 5px 50px #fff67f, 10px 50px #fff67f, 15px 50px #fff67f, 20px 50px #fff67f, 25px 50px #fff67f, -30px 55px #fff67f, -25px 55px #fff67f, -20px 55px #fff67f, -15px 55px #fff67f, -10px 55px #fff67f, 10px 55px #fff67f, 15px 55px #fff67f, 20px 55px #fff67f, 25px 55px #fff67f, 30px 55px #fff67f, -35px 60px #fff67f, -30px 60px #fff67f, -25px 60px #fff67f, -20px 60px #fff67f, -15px 60px #fff67f, 15px 60px #fff67f, 20px 60px #fff67f, 25px 60px #fff67f, 30px 60px #fff67f, 35px 60px #fff67f;
}
@keyframes bubble {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateY(-2500vh);
        opacity: 0;
    }
}
.fuusen {
    position: absolute;
    bottom: -50px;
    margin: auto;
    animation: fuusen 100s linear infinite;
}
.fuusen::before {
    content: "";
    position: absolute;
    background: #f27398;
    width: 5px;
    height: 5px;
    box-shadow:
        -10px 0 #f27398, -5px 0 #f27398, 5px 0 #f27398, 10px 0 #f27398, -15px 5px #f27398, -10px 5px #f27398, -5px 5px #f27398, 0 5px #f27398, 5px 5px #f27398, 10px 5px #f27398, 15px 5px #f27398, -20px 10px #f27398, -15px 10px #f27398, -10px 10px #f27398, -5px 10px #f27398, 0 10px #f27398, 5px 10px #f27398, 10px 10px #f27398, 15px 10px #f27398, 20px 10px #f27398, -25px 15px #f27398, -20px 15px #f27398, -15px 15px #f27398, -10px 15px #f27398, -5px 15px #f27398, 0 15px #f27398, 5px 15px #f27398, 10px 15px #f27398, 15px 15px #f27398, 20px 15px #f27398, 25px 15px #f27398, -30px 20px #f27398, -25px 20px #f27398, -20px 20px #f27398, -15px 20px #f27398, -10px 20px #f27398, -5px 20px #f27398, 0 20px #f27398, 5px 20px #f27398, 10px 20px #f27398, 15px 20px #f27398, 20px 20px #f27398, 25px 20px #f27398, 30px 20px #f27398, -30px 25px #f27398, -25px 25px #f27398, -20px 25px #f27398, -15px 25px #f27398, -10px 25px #f27398, -5px 25px #f27398, 0 25px #f27398, 5px 25px #f27398, 10px 25px #f27398, 15px 25px #f27398, 20px 25px #f27398, 25px 25px #f27398, 30px 25px #f27398, -30px 30px #f27398, -25px 30px #f27398, -20px 30px #f27398, -15px 30px #f27398, -10px 30px #f27398, -5px 30px #f27398, 0 30px #f27398, 5px 30px #f27398, 10px 30px #f27398, 15px 30px #f27398, 20px 30px #f27398, 25px 30px #f27398, 30px 30px #f27398, -30px 35px #f27398, -25px 35px #f27398, -20px 35px #f27398, -15px 35px #f27398, -10px 35px #f27398, -5px 35px #f27398, 0 35px #f27398, 5px 35px #f27398, 10px 35px #f27398, 15px 35px #f27398, 20px 35px #f27398, 25px 35px #f27398, 30px 35px #f27398, -30px 40px #f27398, -25px 40px #f27398, -20px 40px #f27398, -15px 40px #f27398, -10px 40px #f27398, -5px 40px #f27398, 0 40px #f27398, 5px 40px #f27398, 10px 40px #f27398, 15px 40px #f27398, 20px 40px #f27398, 25px 40px #f27398, 30px 40px #f27398, -30px 45px #f27398, -25px 45px #f27398, -20px 45px #f27398, -15px 45px #f27398, -10px 45px #f27398, -5px 45px #f27398, 0 45px #f27398, 5px 45px #f27398, 10px 45px #f27398, 15px 45px #f27398, 20px 45px #f27398, 25px 45px #f27398, 30px 45px #f27398, -30px 50px #f27398, -25px 50px #f27398, -20px 50px #f27398, -15px 50px #f27398, -10px 50px #f27398, -5px 50px #f27398, 0 50px #f27398, 5px 50px #f27398, 10px 50px #f27398, 15px 50px #f27398, 20px 50px #f27398, 25px 50px #f27398, 30px 50px #f27398, -25px 55px #f27398, -20px 55px #f27398, -15px 55px #f27398, -10px 55px #f27398, -5px 55px #f27398, 0 55px #f27398, 5px 55px #f27398, 10px 55px #f27398, 15px 55px #f27398, 20px 55px #f27398, 25px 55px #f27398, -20px 60px #f27398, -15px 60px #f27398, -10px 60px #f27398, -5px 60px #f27398, 0 60px #f27398, 5px 60px #f27398, 10px 60px #f27398, 15px 60px #f27398, 20px 60px #f27398, -15px 65px #f27398, -10px 65px #f27398, -5px 65px #f27398, 0 65px #f27398, 5px 65px #f27398, 10px 65px #f27398, 15px 65px #f27398, -10px 70px #f27398, -5px 70px #f27398, 0 70px #f27398, 5px 70px #f27398, 10px 70px #f27398, -5px 75px #f27398, 0 75px #f27398, 5px 75px #f27398, -10px 80px #f27398, -5px 80px #f27398, 0 80px #f27398, 5px 80px #f27398, 10px 80px #f27398, 0 85px #eee, 2.5px 90px #eee, 5px 95px #eee, 2.5px 100px #eee, 0 105px #eee, -2.5px 110px #eee, -5px 115px #eee, -7.5px 120px #eee;
}
@keyframes fuusen {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateY(-2500vh);
        transition: 3s;
        opacity: 0;
    }
}
.fuusen2 {
    position: absolute;
    bottom: -50px;
    margin: auto;
    animation: fuusen2 100s linear infinite;
}
.fuusen2::before {
    content: "";
    position: absolute;
    background: #54C3F1;
    width: 5px;
    height: 5px;
    box-shadow:
        -10px 0 #54C3F1, -5px 0 #54C3F1, 5px 0 #54C3F1, 10px 0 #54C3F1, -15px 5px #54C3F1, -10px 5px #54C3F1, -5px 5px #54C3F1, 0 5px #54C3F1, 5px 5px #54c3f1, 10px 5px #54c3f1, 15px 5px #54c3f1, -20px 10px #54c3f1, -15px 10px #54c3f1, -10px 10px #54c3f1, -5px 10px #54c3f1, 0 10px #54c3f1, 5px 10px #54c3f1, 10px 10px #54c3f1, 15px 10px #54c3f1, 20px 10px #54c3f1, -25px 15px #54c3f1, -20px 15px #54c3f1, -15px 15px #54c3f1, -10px 15px #54c3f1, -5px 15px #54c3f1, 0 15px #54c3f1, 5px 15px #54c3f1, 10px 15px #54c3f1, 15px 15px #54c3f1, 20px 15px #54c3f1, 25px 15px #54c3f1, -30px 20px #54c3f1, -25px 20px #54c3f1, -20px 20px #54c3f1, -15px 20px #54c3f1, -10px 20px #54c3f1, -5px 20px #54c3f1, 0 20px #54c3f1, 5px 20px #54c3f1, 10px 20px #54c3f1, 15px 20px #54c3f1, 20px 20px #54c3f1, 25px 20px #54c3f1, 30px 20px #54c3f1, -30px 25px #54c3f1, -25px 25px #54c3f1, -20px 25px #54c3f1, -15px 25px #54c3f1, -10px 25px #54c3f1, -5px 25px #54c3f1, 0 25px #54c3f1, 5px 25px #54c3f1, 10px 25px #54c3f1, 15px 25px #54c3f1, 20px 25px #54c3f1, 25px 25px #54c3f1, 30px 25px #54c3f1, -30px 30px #54c3f1, -25px 30px #54c3f1, -20px 30px #54c3f1, -15px 30px #54c3f1, -10px 30px #54c3f1, -5px 30px #54c3f1, 0 30px #54c3f1, 5px 30px #54c3f1, 10px 30px #54c3f1, 15px 30px #54c3f1, 20px 30px #54c3f1, 25px 30px #54c3f1, 30px 30px #54c3f1, -30px 35px #54c3f1, -25px 35px #54c3f1, -20px 35px #54c3f1, -15px 35px #54c3f1, -10px 35px #54c3f1, -5px 35px #54c3f1, 0 35px #54c3f1, 5px 35px #54c3f1, 10px 35px #54c3f1, 15px 35px #54c3f1, 20px 35px #54c3f1, 25px 35px #54c3f1, 30px 35px #54c3f1, -30px 40px #54c3f1, -25px 40px #54c3f1, -20px 40px #54c3f1, -15px 40px #54c3f1, -10px 40px #54c3f1, -5px 40px #54c3f1, 0 40px #54c3f1, 5px 40px #54c3f1, 10px 40px #54c3f1, 15px 40px #54c3f1, 20px 40px #54c3f1, 25px 40px #54c3f1, 30px 40px #54c3f1, -30px 45px #54c3f1, -25px 45px #54c3f1, -20px 45px #54c3f1, -15px 45px #54c3f1, -10px 45px #54c3f1, -5px 45px #54c3f1, 0 45px #54c3f1, 5px 45px #54c3f1, 10px 45px #54c3f1, 15px 45px #54c3f1, 20px 45px #54c3f1, 25px 45px #54c3f1, 30px 45px #54c3f1, -30px 50px #54c3f1, -25px 50px #54c3f1, -20px 50px #54c3f1, -15px 50px #54c3f1, -10px 50px #54c3f1, -5px 50px #54c3f1, 0 50px #54c3f1, 5px 50px #54c3f1, 10px 50px #54c3f1, 15px 50px #54c3f1, 20px 50px #54c3f1, 25px 50px #54c3f1, 30px 50px #54c3f1, -25px 55px #54c3f1, -20px 55px #54c3f1, -15px 55px #54c3f1, -10px 55px #54c3f1, -5px 55px #54c3f1, 0 55px #54c3f1, 5px 55px #54c3f1, 10px 55px #54c3f1, 15px 55px #54c3f1, 20px 55px #54c3f1, 25px 55px #54c3f1, -20px 60px #54c3f1, -15px 60px #54c3f1, -10px 60px #54c3f1, -5px 60px #54c3f1, 0 60px #54c3f1, 5px 60px #54c3f1, 10px 60px #54c3f1, 15px 60px #54c3f1, 20px 60px #54c3f1, -15px 65px #54c3f1, -10px 65px #54c3f1, -5px 65px #54c3f1, 0 65px #54c3f1, 5px 65px #54c3f1, 10px 65px #54c3f1, 15px 65px #54c3f1, -10px 70px #54c3f1, -5px 70px #54c3f1, 0 70px #54c3f1, 5px 70px #54c3f1, 10px 70px #54c3f1, -5px 75px #54c3f1, 0 75px #54c3f1, 5px 75px #54c3f1, -10px 80px #54c3f1, -5px 80px #54c3f1, 0 80px #54c3f1, 5px 80px #54c3f1, 10px 80px #54c3f1, 0 85px #eee, 2.5px 90px #eee, 5px 95px #eee, 2.5px 100px #eee, 0 105px #eee, -2.5px 110px #eee, -5px 115px #eee, -7.5px 120px #eee;
}
@keyframes fuusen2 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateY(-2500vh);
        transition: 3s;
        opacity: 0;
    }
}
.block {
    position: absolute;
    bottom: -50px;
    margin: auto;
    animation: block 100s linear infinite;
}
.block::before {
    content: "";
    position: absolute;
    background: #806000;
    width: 5px;
    height: 5px;
    box-shadow:
        -30px 0px #806000,-25px 0px #806000,-20px 0px #806000,-15px 0px #806000,-10px 0px #806000,-5px 0px #806000, 5px 0px #806000, 10px 0px #806000, 15px 0px #806000, 20px 0px #806000, 25px 0px #806000,30px 0px #806000,35px 0px #806000,
		-35px 5px #806000,-30px 5px #FFD966,-25px 5px #FFD966,-20px 5px #FFD966,-15px 5px #FFD966,-10px 5px #FFD966,-5px 5px #FFD966,0px 5px #FFD966,5px 5px #FFD966,10px 5px #FFD966,15px 5px #FFD966, 20px 5px #FFD966, 25px 5px #FFD966,30px 5px #FFD966,35px 5px #FFD966,40px 5px #595959,
		-35px 10px #806000,-30px 10px #FFD966,-25px 10px #595959,-20px 10px #FFD966,-15px 10px #FFD966,-10px 10px #FFD966,-5px 10px #FFD966,0px 10px #FFD966,5px 10px #FFD966,10px 10px #FFD966,15px 10px #FFD966, 20px 10px #FFD966, 25px 10px #FFD966,30px 10px #595959,35px 10px #FFD966,40px 10px #595959,
		-35px 15px #806000,-30px 15px #FFD966,-25px 15px #FFD966,-20px 15px #FFD966,-15px 15px #FFD966,-10px 15px #806000,-5px 15px #806000,0px 15px #806000,5px 15px #806000,10px 15px #806000,15px 15px #FFD966, 20px 15px #FFD966, 25px 15px #FFD966,30px 15px #FFD966,35px 15px #FFD966,40px 15px #595959,
		-35px 20px #806000,-30px 20px #FFD966,-25px 20px #FFD966,-20px 20px #FFD966,-15px 20px #806000,-10px 20px #806000,-5px 20px #595959,0px 20px #595959,5px 20px #595959,10px 20px #806000,15px 20px #806000, 20px 20px #FFD966, 25px 20px #FFD966,30px 20px #FFD966,35px 20px #FFD966,40px 20px #595959,
		-35px 25px #806000,-30px 25px #FFD966,-25px 25px #FFD966,-20px 25px #FFD966,-15px 25px #806000,-10px 25px #806000,-5px 25px #595959,0px 25px #FFD966,5px 25px #FFD966,10px 25px #806000,15px 25px #806000, 20px 25px #595959, 25px 25px #FFD966,30px 25px #FFD966,35px 25px #FFD966,40px 25px #595959,
		-35px 30px #806000,-30px 30px #FFD966,-25px 30px #FFD966,-20px 30px #FFD966,-15px 30px #806000,-10px 30px #806000,-5px 30px #595959,0px 30px #FFD966,5px 30px #FFD966,10px 30px #806000,15px 30px #806000, 20px 30px #595959, 25px 30px #FFD966,30px 30px #FFD966,35px 30px #FFD966,40px 30px #595959,
		-35px 35px #806000,-30px 35px #FFD966,-25px 35px #FFD966,-20px 35px #FFD966,-15px 35px #FFD966,-10px 35px #595959,-5px 35px #595959,0px 35px #FFD966,5px 35px #806000,10px 35px #806000,15px 35px #806000, 20px 35px #595959, 25px 35px #FFD966,30px 35px #FFD966,35px 35px #FFD966,40px 35px #595959,
		-35px 40px #806000,-30px 40px #FFD966,-25px 40px #FFD966,-20px 40px #FFD966,-15px 40px #FFD966,-10px 40px #FFD966,-5px 40px #FFD966,0px 40px #806000,5px 40px #806000,10px 40px #595959,15px 40px #595959, 20px 40px #595959, 25px 40px #FFD966,30px 40px #FFD966,35px 40px #FFD966,40px 40px #595959,
		-35px 45px #806000,-30px 45px #FFD966,-25px 45px #FFD966,-20px 45px #FFD966,-15px 45px #FFD966,-10px 45px #FFD966,-5px 45px #FFD966,0px 45px #806000,5px 45px #806000,10px 45px #595959,15px 45px #FFD966, 20px 45px #FFD966, 25px 45px #FFD966,30px 45px #FFD966,35px 45px #FFD966,40px 45px #595959,
		-35px 50px #806000,-30px 50px #FFD966,-25px 50px #FFD966,-20px 50px #FFD966,-15px 50px #FFD966,-10px 50px #FFD966,-5px 50px #FFD966,0px 50px #FFD966,5px 50px #595959,10px 50px #595959,15px 50px #FFD966, 20px 50px #FFD966, 25px 50px #FFD966,30px 50px #FFD966,35px 50px #FFD966,40px 50px #595959,
		-35px 55px #806000,-30px 55px #FFD966,-25px 55px #FFD966,-20px 55px #FFD966,-15px 55px #FFD966,-10px 55px #FFD966,-5px 55px #FFD966,0px 55px #806000,5px 55px #806000,10px 55px #FFD966,15px 55px #FFD966, 20px 55px #FFD966, 25px 55px #FFD966,30px 55px #FFD966,35px 55px #FFD966,40px 55px #595959,
		-35px 60px #806000,-30px 60px #FFD966,-25px 60px #FFD966,-20px 60px #FFD966,-15px 60px #FFD966,-10px 60px #FFD966,-5px 60px #FFD966,0px 60px #806000,5px 60px #806000,10px 60px #595959,15px 60px #FFD966, 20px 60px #FFD966, 25px 60px #FFD966,30px 60px #FFD966,35px 60px #FFD966,40px 60px #595959,
		-35px 65px #806000,-30px 65px #FFD966,-25px 65px #595959,-20px 65px #FFD966,-15px 65px #FFD966,-10px 65px #FFD966,-5px 65px #FFD966,0px 65px #FFD966,5px 65px #595959,10px 65px #595959,15px 65px #FFD966, 20px 65px #FFD966, 25px 65px #FFD966,30px 65px #595959,35px 65px #FFD966,40px 65px #595959,
		-35px 70px #806000,-30px 70px #FFD966,-25px 70px #FFD966,-20px 70px #FFD966,-15px 70px #FFD966,-10px 70px #FFD966,-5px 70px #FFD966,0px 70px #FFD966,5px 70px #FFD966,10px 70px #FFD966,15px 70px #FFD966, 20px 70px #FFD966, 25px 70px #FFD966,30px 70px #FFD966,35px 70px #FFD966,40px 70px #595959,
		-35px 75px #595959,-30px 75px #595959,-25px 75px #595959,-20px 75px #595959,-15px 75px #595959,-10px 75px #595959,-5px 75px #595959,0px 75px #595959, 5px 75px #595959, 10px 75px #595959, 15px 75px #595959, 20px 75px #595959, 25px 75px #595959,30px 75px #595959,35px 75px #595959,40px 75px #595959;
}
@keyframes block {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateY(-2500vh);
        opacity: 0;
    }
}
.button a {
    width: 40px;
    height: 40px;
    background-color: #61C1BE;
    position: fixed;
    z-index: 3;
    bottom: 100px;
    right: 3%;
    border-radius: 10%;
    transition: .3s;
    border: 1px solid #999;
}
.button a:hover {
    border-radius: 50%;
    transition: .3s;
}
.button a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f102';
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
    color: #fff;
}
/* header領域 */
header {
    background-color: #E6E6E6;
    height: 100px;
    position: fixed;
    z-index: 3;
    width: 100%;
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
    font-size: 18px;
}
header img {
    width: 170px;
}
header .flex-bet div {
    background-color: #61C1BE;
    color: #fff;
    border: 1px solid #999;
    width: 140px;
    height: 55px;
}
header .flex-bet div a {
    display: block;
    text-align: center;
    margin-top: 10px;
}
header div.flex-bet.wrapper {
    padding-top: 20px;
}
/*nav*/
.menu-button {
    position: fixed;
    top: 80px;
    right: 3%;
    width: 60px;
    height: 60px;
    background-color: #61C1BE;
    z-index: 11;
    border-radius: 10%;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #999;
}
.menu-button.open {
    position: fixed;
    top: 5px;
    right: 3%;
    width: 60px;
    height: 60px;
    background-color: #61C1BE;
    z-index: 11;
    border-radius: 10%;
    transition: .3s;
    cursor: pointer;
	border:none;
}
.menu-button {
    border-radius: 50%;
    transition: .3s;
}
.menu-button span {
    background-color: #fff;
    width: 25px;
    height: 4px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    box-sizing: border-box;
}
.menu-button span.opne {
    background-color: #000;
    width: 25px;
    height: 4px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    box-sizing: border-box;
}
.menu-button span:nth-of-type(1) {
    top: 18px;
}
.menu-button span:nth-of-type(2) {
    top: 28px;
}
.menu-button span:nth-of-type(3) {
    top: 38px;
    width: 20px;
}
.menu-button span.moov:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 21px;
	background-color:#000;
}
.menu-button span.moov:nth-of-type(2) {
    opacity: 0;
}
.menu-button span.moov:nth-of-type(3) {
    transform: translateY(8px) rotate(45deg);
    top: 21px;
	background-color:#000;
    width: 25px;
}
.menu-sp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(97, 193, 190);
    padding-top: 15vh;
}
.menu-item-sp {
    width: 50%;
    height: auto;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin: auto;
}
.menu-sp {
    opacity: 0;
    display: none;
    transition: .5s;
}
.menu-sp.is-active {
    opacity: 1;
    z-index: 10;
    transition: .5s;
    display: inline;
}
.list-inner-sp {
    list-style-type: circle;
    padding: 10px 30px 30px;
    margin: 0;
    font-size: 1rem;
    color: #fff;
}
#nav-sp .menu-sp .menu-item-sp a:hover {
    color: #0000dd;
}
#now-sp {
    color: #0000dd;
}
.menu-pc {
    display: none;
}
@media (min-width:750px) {
    .menu-button {
        display: none;
    }
    .menu-sp {
        display: none;
    }
    #now {
        background-color: rgba(127, 203, 200);
    }
    .menu-pc {
        position: relative;
        top: 80px;
        display: flex;
        width: 100%;
        z-index: 1;
    }
    .menu-item-pc {
        width: 25%;
        height: 70px;
        text-align: center;
        background-color: #61C1BE;
        color: #fff;
    }
    .menu-item-pc a {
        display: block;
        padding: 25px;
    }
    .menu-item-pc:hover {
        background-color: rgba(127, 203, 200);
    }
}
/*heroimg領域*/
.hero .hero-img {
    max-width: 100%;
}
.hero {
    position: relative;
    top: 100px;
    z-index: 1;
}
.title {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-15deg);
    width: 80%;
    z-index: 2;
    display: block;
}
.hero-bg {
    background-color: #61C1BE;
    position: relative;
    top: 80px;
    width: 100%;
    height: 50vh;
}
.hero-bg img {
    width: 100px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 25vh;
    left: 0;
    right: 0;
}
.hero-bg h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 30vh;
    left: 0;
    right: 0;
    margin: auto;
}
.setumei {
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
}
#longterm {
    background-color: #61c1be;
    z-index: 1;
    position: relative;
    top: 80px;
    height: 50vh;
}
#longterm img {
    max-width: 150px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
#longterm .setumei {
    font-size: 3rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    color: #fff;
}
#experience {
    background-color: #61c1be;
    z-index: 1;
    position: relative;
    top: 80px;
    height: 50vh;
}
#experience img {
    max-width: 90px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
#experience .setumei {
    font-size: 3rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    color: #fff;
}
#application {
    background-color: #61c1be;
    z-index: 1;
    position: relative;
    top: 80px;
    height: 50vh;
}
#application img {
    max-width: 150px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
#application .setumei {
    font-size: 3rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    color: #fff;
}
/*main領域*/
main {
    position: relative;
    top: 100px;
    z-index: 1;
}
.page-position {
    padding-top: 120px;
}
.page-position span {
    background-color: #61C1BE;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}
h2 {
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
}
/*main-point領域*/
.point {
    margin-top: 200px;
    margin-bottom: 300px;
}
.point h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.point-content {
    margin-top: 30%;
}
.point-content .img1 {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.point-content .img2 {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.point-content img.clea {
    display: none;
}
.point-content-box {
    max-width: 800px;
    background-color: #61c1be;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}
.point-box.none {
    display: none;
}
.point-box{
	position:relative;
}
.point-box-page1 {
    background-color: #fff;
    width: 96%;
    margin: 2%;
    height: 300px;
    padding: 3%;
}
.point-box-page1 h3 {
    text-align: center;
    font-size: 1rem;
}
.point-box-page1 p {
    max-width: 400px;
    margin: auto;
    text-align: justify;
    font-family: "UD デジタル 教科書体 N-R",monospace;
    font-size: 0.9rem;
}
.point-box-page2 {
    background-color: #fff;
    width: 96%;
    margin: 0 2% 2%;
    height: 300px;
    padding: 3%;
}
.point-box-page2 table th {
    background-color: #61c1be;
    width: 300px;
    text-align: center;
    color: #FFFFFF;
}
.point-box-page2 table th:nth-child(1) {
    border-right: 1px solid #999;
}
.point-box-page2 table td {
    background-color: #eee;
    font-size: 13px;
    width: 300px;
    padding: 2px 2px;
}
.point-box-page2 table td:nth-child(odd) {
    border-right: 1px solid #999;
}
.point-box-page2 h3 {
    text-align: center;
    padding-bottom: 5px;
	z-index:2;
}
.point-box-page2 table td.no-ruby {
    padding-top: 6px;
}
@media (min-height:600px){
	.point-box-page2 table td.no-ruby {
    padding-top: 10px;
}
}
.point-box-en {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.point-title {
    max-width: 800px;
    background-color: #61c1be;
    margin: auto auto 25px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 2rem;
    border-radius: 10px;
}
.en1 {
    background-color: #61c1be;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    border-radius: 50%;
    width: 50%;
    max-width: 250px;
    margin: 10px;
    font-size: 13px;
    color: #fff;
	z-index:2;
}
.en2 {
    background-color: #61c1be;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    border-radius: 50%;
    max-width: 250px;
    width: 49%;
    font-size: 13px;
    color: #fff;
}
.en3 {
    background-color: #61c1be;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    border-radius: 50%;
    max-width: 250px;
    width: 49%;
    font-size: 13px;
    color: #fff;
	z-index:2;
}
.cracker-img{
	width:200px;
	position:absolute;
	top:-10px;
	right:-20%;
	z-index:1;
}
.cracker-img1{
	width:200px;
	position:absolute;
	top:-10px;
	right:-20%;
	z-index:1;
}
.cracker-img2{
	width:200px;
	position:absolute;
	top:-10px;
	right:-20%;
	z-index:1;
}
.cracker-img3{
	width:200px;
	position:absolute;
	top:-10px;
	right:-20%;
	z-index:1;
}
@media(min-width:530px){
	.cracker-img{
	width:200px;
	position:absolute;
	top:-10px;
	right:0%;
	z-index:1;
}
	.cracker-img1{
	width:200px;
	position:absolute;
	top:-10px;
	right:0%;
	z-index:1;
}
.cracker-img2{
	width:200px;
	position:absolute;
	top:-10px;
	right:0%;
	z-index:1;
}
.cracker-img3{
	width:200px;
	position:absolute;
	top:-10px;
	right:0%;
	z-index:1;
}
}
@media (min-width:800px) {
    .point-content-box {
        max-width: 800px;
        background-color: #61c1be;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin: auto;
    }
    .point-box-page2 {
        background-color: #fff;
        width: 96%;
        margin: 2%;
        height: 300px;
        padding: 3%;
    }
}
/*course領域*/
.course {
    margin-bottom: 300px;
}
.course a.sumart-link {
    height: 180px;
    width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.course a:hover .course-box {
    background-color: rgba(97, 193, 190, .5);
}
.course h2 {
	background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.sumart-body {
    width: 100%;
    height: 250px;
    max-width: 400px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.sumart-display {
    height: 220px;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.sumart-botton {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
}
.course-box {
    height: 220px;
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    right: 0;
    margin: auto;
    border-radius: 5%;
}
.course-box h3 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding-top: 20%;
}
.course-box p {
    padding-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-family: "UD デジタル 教科書体 N-R",monospace;
}
.sumart-body2 {
    width: 100%;
    height: 250px;
    max-width: 400px;
    background-color: #EF845C;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
}
.sumart-display2 {
    height: 220px;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.sumart-botton2 {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
}
.course-list-1,.course-list-2{
	display:none;
}
@media (min-width:750px){
	.course-list-1 {
    background-color: rgba(100, 100, 100);
    max-width: 320px;
    margin: auto;
    padding: 50px 30px;
    display: none;
}
.course-list-2 {
    background-color: rgba(100, 100, 100);
    max-width: 320px;
    margin: auto;
    padding: 50px 30px;
    display: none;
}
.course-list-1.op {
    display: block;
}
.course-list-2.op {
    display: block;
}
.course-list-1.op li {
    color: #fff;
    display: block;
}
.course ul.course-list-1 li a{
	color: #fff;
    display: block;
}
.course-lis.opt-2 li {
    color: #fff;
    display: block;
}
.course ul.course-list-2 li a{
	color: #fff;
    display: block;
}
}
/*news領域*/
.news {
    margin-bottom: 300px;
}
.news h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.news-content {
    padding-top: 100px;
}
.bood {
    width: 100%;
    max-width: 300px;
    height: 500px;
    background-color: #796BAF;
    border-radius: 5%;
    position: relative;
    margin: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
}
.crip {
    width: 100%;
    max-width: 150px;
    background-color: #B3B3B3;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 1px 1px 3px rgba(0, 0, 0);
}
.sacre {
    width: 100%;
    max-width: 60px;
    border-radius: 50%;
    height: 60px;
    background-color: #B3B3B3;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.peaper {
    width: 100%;
    max-width: 270px;
    background-color: #fff;
    border-radius: 5%;
    height: 480px;
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.news-item {
    max-width: 250px;
    margin-left: 3%;
    padding-top: 20%;
}
.news-item a:hover {
    background-color: rgba(97, 193, 190, .5);
}
.news-item .news-item-box p, .time {
    font-family: "UD デジタル 教科書体 N-R",monospace;
}
h3 {
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
}
.news-item-box {
    border-left: 3px solid #707070;
    margin-bottom: 20px;
}
@media (min-width:750px) {
    .bood {
        width: 100%;
        max-width: 500px;
        height: 550px;
        background-color: #796BAF;
        border-radius: 5%;
        position: relative;
        margin: auto;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    }
    .crip {
        width: 100%;
        max-width: 150px;
        background-color: #B3B3B3;
        height: 50px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        box-shadow: 1px 1px 3px rgba(0, 0, 0);
    }
    .sacre {
        width: 100%;
        max-width: 60px;
        border-radius: 50%;
        height: 60px;
        background-color: #B3B3B3;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .peaper {
        width: 100%;
        max-width: 430px;
        background-color: #fff;
        border-radius: 5%;
        height: 520px;
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .news-item {
        max-width: 500px;
        width: 400px;
        margin-left: 5%;
        padding-top: 20%;
    }
	h3 {
    font-size: 1.5rem;
    padding-bottom: 5px;
    font-family: "UD デジタル 教科書体 N-B",sans-serif;
}
}
/*map領域*/
.map {
    margin-bottom: 300px;
}
.map h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.sumart {
    width: 100%;
    max-width: 300px;
    height: 450px;
    background-color: #F9A0A0;
    border-radius: 5%;
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
}
.display {
    width: 100%;
    max-width: 270px;
    border-radius: 5%;
    height: 350px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.sumart-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    margin-left: auto;
    margin-right: auto;
}
.map-sp {
    display: block;
}
.map-pc {
    display: none;
}
@media (min-width:750px) {
    .map-pc {
        display: block;
    }
    .map-sp {
        display: none;
    }
    .map-sumart-body {
        width: 100%;
        height: 350px;
        max-width: 500px;
        background-color: #F9A0A0;
        position: relative;
        border-radius: 5%;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
        margin-top: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .map-display {
        height: 300px;
        max-width: 400px;
        width: 100%;
        background-color: #fff;
        margin: auto;
        position: absolute;
        left: -35px;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5%;
    }
    .map-sumart-botton {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-color: #FFF;
        position: absolute;
        top: 0;
        right: 3%;
        bottom: 0;
        margin: auto;
    }
}
/*contactaddres領域*/
.contactaddres {
    margin-bottom: 600px;
}
.contactaddres h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.contactaddres .contact {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    max-width: 500px;
}
.contactaddres tr {
    width: 80%;
    margin: auto;
}
.contactaddres th {
    background-color: #61C1BE;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    min-width: 110px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    width: 20%;
}
.contactaddres td {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
/*experience領域*/
.experience {
    margin-bottom: 100px;
}
.experience h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
    padding-top: 4%;
    padding-bottom: 1%;
}
.experience-content {
    margin-top: 30%;
}
.experience-content .img1 {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.experience-content .img2 {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.experience-content img.clea {
    display: none;
}
.experience-box.none {
    display: none;
}
.experience-box{
	position:relative;
}

.experience-title {
    max-width: 800px;
    background-color: #FFF67F;
    margin: auto auto 25px;
    text-align: center;
    color: #222;
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 2rem;
    border-radius: 10px;
}
.experience-content-box{
	background-color:#FFF67F;
	max-width:800px;
	border-radius:10px;
	margin:auto;
	padding:0 30px 30px;
}
.experience-page1{
	text-align:center;
	padding:30px 0;
}
.experience-page1 img{
	max-width:100%;
	text-align:center;
	margin:auto;
}
.experience-page2{
	background-color:#fff;
	max-width:100%;
	margin:auto;
}
.bg-border-index{
	background-color:#EF845C;
	background-image:repeating-linear-gradient(-45deg,#61C1BE,#61C1BE 10px,transparent 0,transparent 20px);
}
.bg-border-lg{
	background-color:#EF845C;
	background-image:repeating-linear-gradient(-45deg,#C1DB81,#C1DB81 10px,transparent 0,transparent 20px);
}
.bg-border{
	background-color:#EF845C;
	background-image:repeating-linear-gradient(-45deg,#FFF67F,#FFF67F 10px,transparent 0,transparent 20px);
}
.bg-check-index{
	background-color:#61C1BE;
	background-image:repeating-linear-gradient(#F9C270,#F9C270 10px,transparent 0,transparent 20px),repeating-linear-gradient(45deg,#F9C270,#F9C270 10px,transparent 0,transparent 20px);
}
.bg-check-lg{
	background-color:#C1DB81;
	background-image:repeating-linear-gradient(#F9C270,#F9C270 10px,transparent 0,transparent 20px),repeating-linear-gradient(45deg,#F9C270,#F9C270 10px,transparent 0,transparent 20px);
	width:100%;
}
.bg-check{
	background-color:#FFF67F;
	background-image:repeating-linear-gradient(#F9C270,#F9C270 10px,transparent 0,transparent 20px),repeating-linear-gradient(45deg,#F9C270,#F9C270 10px,transparent 0,transparent 20px);
}
.bg-dot-index{
	background-color:#61C1BE;
	background-image:radial-gradient(#EE87B4 30%,transparent 30%);
	background-size:20px 20px;
}
.bg-dot-lg{
	background-color:#C1DB81;
	background-image:radial-gradient(#EE87B4 30%,transparent 30%);
	background-size:20px 20px;
}
.bg-dot{
	background-color:#FFF67F;
	background-image:radial-gradient(#EE87B4 30%,transparent 30%);
	background-size:20px 20px;
}
.experience-page2 p{
	padding:15px 5px 5px;
}
/*lessen領域*/
.lessen {
    margin-bottom: 1000px;
}
.lessen h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.lessen-content{
	position:relative;
}
.lessen-text{
	width:300px;
	padding:20px;
	margin:auto;
	z-index:2;
}
.lessen-content img{
	width:350px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:41vh;
	border-radius:10px;
	box-shadow:3px 3px 4px rgba(0, 0, 0, .8);
}
.lessen-content-2{
	position:relative;
	top:300px;
}
.lessen-text-2 p{
	max-width:300px;
	padding:25px 15px 15px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	z-index:2;
	border-radius:10px;
}
.lessen-content-2 img{
	width:350px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:41vh;
	border-radius:10px;
	box-shadow:3px 3px 4px rgba(0, 0, 0, .8);
}
.sumart-body-lessen {
    width: 100%;
    height: 250px;
    max-width: 350px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.sumart-display-lessen {
    height: 220px;
    max-width: 270px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.sumart-botton-lessen {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
}
.sumart-body-lessen-2 {
    width: 100%;
    height: 250px;
    max-width: 350px;
    background-color: #EF845C;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.sumart-display-lessen-2 {
    height: 220px;
    max-width:270px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
@media (min-width:600px){
	.sumart-body-lessen {
    width: 100%;
    height: 250px;
    max-width: 350px;
    background-color: #F9C270;
    position: relative;
		right:15%;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.lessen-content img{
	width:350px;
	position:absolute;
	left:30%;
	z-index:2;
	top:35vh;
}
	.sumart-body-lessen-2 {
    width: 100%;
    height: 250px;
    max-width: 350px;
    background-color: #F9C270;
    position: relative;
		left:15%;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.lessen-content-2 img{
	width:350px;
	position:absolute;
	right:30%;
	top:35vh;
}
}
@media (min-width:750px){
	.sumart-body-lessen {
    width: 100%;
    height: 300px;
    max-width: 400px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.sumart-display-lessen {
    height: 280px;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.sumart-botton-lessen {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
}
.sumart-display-lessen-2 {
    height: 280px;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.lessen-content img{
	width:400px;
	position:absolute;
	top:35vh;
	z-index:2;
}
	.sumart-body-lessen-2 {
    width: 100%;
    height: 300px;
    max-width: 400px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.lessen-content-2 img{
	width:400px;
	position:absolute;
	top:35vh;
	z-index:2;
}
}
@media (min-width:900px){
	.sumart-body-lessen {
    width: 100%;
    height: 300px;
    max-width: 400px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.sumart-botton-lessen {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
}
.sumart-body-lessen-2 {
    width: 100%;
    height: 250px;
    max-width: 350px;
    background-color: #EF845C;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.sumart-display-lessen-2 {
    height: 280px;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5%;
}
.lessen-content img{
	width:500px;
	position:absolute;
	top:35vh;
	z-index:2;
}
	.sumart-body-lessen-2 {
    width: 100%;
    height: 300px;
    max-width: 400px;
    background-color: #F9C270;
    position: relative;
    border-radius: 5%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .8);
    margin-top: 100px;
}
.lessen-content-2 img{
	width:500px;
	position:absolute;
	top:35vh;
	z-index:2;
}
}
/*money領域*/
.money {
    margin-bottom: 300px;
}
.money h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:200px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.money-list-1 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    width: 80%;
}
.money-list-1 th {
    background-color: #61C1BE;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    width: 60%;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
}
.money-list-1 td {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 35px;
    padding-bottom: 25px;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}
.money-list {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    width: 80%;
}
.money-list th {
    background-color: #61C1BE;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    width: 60%;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
.money-list td {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}
.money-list .no-ruby-money{
	padding-top:35px;
	padding-bottom:25px;
}
/*longterm領域*/
.longterm {
    margin-bottom: 200px;
}
.longterm h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.longterm-content {
    margin-top: 30%;
}
.longterm-content .img1 {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.longterm-content .img2 {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
    cursor: pointer;
}
.longterm-content img.clea {
    display: none;
}
.longterm-box.none {
    display: none;
}
.longterm-box{
	position:relative;
}
.longterm-title {
    max-width: 800px;
    background-color:#C1DB81;
    margin: auto auto 25px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 2rem;
    border-radius: 10px;
}
.longterm-content-box{
	    max-width: 800px;
    border-radius: 10px;
    margin: auto;
    padding: 0 30px 30px;
	width:100%;
}
.longterm-page1{
	text-align: center;
    padding: 30px 0;
}
.longterm-page1 img{
	width:100%;
	text-align:center;
	margin:auto;
}
.longterm-page2{
	    background-color: #fff;
    max-width: 100%;
    margin: auto;
}
.longterm-page2 p{
	padding: 15px 5px 5px;
}
.longterm-table{
	width:100%;
	margin-bottom:30px;
}
.longterm-table th{
	background-color:#61C1BE;
	color:#fff;
	padding:20px 10px 10px;
	text-align:center;
}
.longterm-table th:nth-child(odd){
	border-right:1px solid #ddd;
}
.longterm-table td{
	background-color:#fff;
	color:#000;
	padding:20px 10px 10px;
}
.longterm-table td:nth-child(odd){
	border-right:1px solid #999;
}
.longterm-span{
	display:block;
}
@media(orientation:landscape){
	.longterm-span{
	display:inline;
}
}
@media (min-width:860px){
	.longterm-page1{
		display:flex;
		justify-content:space-between;
}
	.longterm-page1 img{
	width:49%;
	text-align:center;
	margin:auto;
}
	.longterm-table{
	width:49%;
		margin-bottom:0;
}
	.longterm-span{
	display:inline;
}
}
/*license領域*/
.license {
    margin-bottom: 200px;
}
.license h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.license .license-list h3{
	background-color:#61C1BE;
	color:#fff;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.license .license-list{
	padding:10px;
	margin:auto;
	max-width:500px;
}
.license .license-list ul{
	background-color:#fff;
	padding:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.license .license-list ul li{
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}
.license .license-list p{
	background-color:#61c1be;
	color:#fff;
	padding:25px 20px 10px;
	margin-bottom:30px;
	border-radius:10px;
}
/*experience-app領域*/
.experience-app{
	margin-bottom:300px;
}
.experience-app h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(-15deg);
    margin-top: 10%;
	margin-bottom:100px;
    padding-top: 4%;
    padding-bottom: 1%;
}
/*longterm-app領域*/
.longterm-app{
	margin-bottom:300px;
}
.longterm-app h2 {
    background-color: #EF845C;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    transform: rotate(15deg);
    margin-top: 10%;
	margin-bottom:200px;
    padding-top: 4%;
    padding-bottom: 1%;
}
/*応募フォーム領域*/
form{
	width:300px;
	margin:auto;
	font-family:"UD デジタル 教科書体 N-R",monospace;
}
form p{
	margin:auto;
	padding-bottom:20px;
}
form span small{
	margin:auto;
	display:block;
	margin-bottom:15px;
}
form input[type]{
	background-color:#fff;
	border:1px solid #999;
	box-sizing:border-box;
	border-radius:15px;
	width:250px;
	padding:5px 10px 2px;
}
form select{
	background-color:#fff;
	border:1px solid #999;
	box-sizing:border-box;
	border-radius:15px;
	width:250px;
	padding-top:5px;
	padding-bottom:2px;
}
form option{
	text-align:center;
}
form textarea{
	width:250px;
	height:120px;
	background-color:#fff;
	border-radius:15px;
	border:1px solid #999;
	box-sizing:border-box;
	padding:3px 15px;
}
form input[type="submit"]{
	background-color:#61C1BE;
	color:#fff;
	width:100px;
	text-align:center;
}
.select-arrow{
	position:relative;
	width:250px;
}
.select-arrow::after{
	content:"";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:10px;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	transform:translateY(-50%) rotate(-135deg);
}
/*footer領域*/
footer {
    background-color: #61C1BE;
    position: relative;
    z-index: 1;
    color: #fff;
}
.sns {
    display: flex;
}
.sns a {
    width: 40px;
    height: 40px;
}
.sns li {
    width: 40px;
    height: 40px;
    background-color: #000;
    position: relative;
    margin-left: 20px;
    border-radius: 5px;
}
.sns .twitter:before {
    font-family: "Font Awesome 5 Brands";
    content: '\f099';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 15%;
    left: 20%;
}
.sns .facebook:before {
    font-family: "Font Awesome 5 Brands";
    content: '\f39e';
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15%;
    left: 35%;
    font-size: 1.5rem;
}
.sns .instagram:before {
    font-family: "Font Awesome 5 Brands";
    content: '\f16d';
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15%;
    left: 25%;
    font-size: 1.5rem;
}
.sns li:hover {
    border-radius: 50%;
    transition: .3s;
}