@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('/common/css/fonts/icomoon.eot');
  src:  url('/common/css/fonts/icomoon.eot') format('embedded-opentype'),
    url('/common/css/fonts/icomoon.ttf') format('truetype'),
    url('/common/css/fonts/icomoon.woff') format('woff'),
    url('/common/css/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


html{scroll-behavior: smooth;}
body{
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}
header{
	display: none;
}
a{
	text-decoration: none;
}

h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
	margin-bottom: 20px;
    margin-top: 60px;
}
h2:after{
    content: "";
    width: 30px;
    border-bottom: 4px solid #ea6aa3;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
h3{
	font-size: 24px;
	text-align: center;
	/*color: #ea6aa3;
	border-bottom: 2px solid #ea6aa3;*/
}
h4{
	font-size: 20px;
	text-align: center;
	/*color: #ea6aa3;*/
}
h5{
	font-size: 25px;
	color: #ea6aa3;
	text-align: center;
	border-bottom: 2px solid #ea6aa3;
	
}
h6{
	font-size: 25px;
	color: #ea6ba3;
	text-align: center;
}
.main{
	display: block;
	width: 100%;
	clear: both;
	position: relative;
}

.main h1 {
	width: 100%;
	display: block;
}
.top-method {
	overflow: hidden;
	padding: 6.1333333333vw 0 4vw;
	position: relative;
}
.top-method:after {
    content: "";
    width: 100%;
	height: 34.6666666667vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ea6aa3;
}
.-back-pink {
    background-color: #fde7f1;
}
.top-method .inner {
    position: relative;
	padding: 0 2vw 13.3333333333vw;
    z-index: 1;
}
.top-method .box{
	height: 100vw;
	padding-bottom: 9.3333333333vw;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-top: 7vw;
}
.animation-parents [class*="animation-"] {
	transition: transform .8s, opacity 1s;
}
.top-method .image-maruru {
    width: 20%;
    top: -6vw;
	 position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.top-method .lead {
	font-size: 1.2rem;
	font-weight: bold;
    letter-spacing: 0.3em;
	margin: 30vw 0 0 0;
}
.top-method .voice {
	width: 80%;
    top: 11vw;
	 position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}
.top-method .method {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
    font-weight: bold;
    color: #ea6aa3;
    line-height: 1.5;
    text-align: center;
	margin: 0;
}
.top-method .method:before {
   margin: 2.6666666667vw auto;
   width: 1.6vw;
   height: 2.6666666667vw;
	display: block;
    content: '';
    background: url("../img/equal.svg")no-repeat;
    background-size: cover;	
}
.top-method .box .btn{
	position: absolute;
	z-index: 2;
	bottom: 9.3333333333vw;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFF;
}
.btn.-detail {
	width: 58.6666666667vw;
	font-size: 1rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6aa3;
    border-radius: 32px;
    border: 1px solid #ea6aa3;
    transition: background-color .3s, color .3s;
	color: #FFF;
	padding: 5px 20px 5px 0;
}

.btn.-detail:hover{
	color: #ea6aa3;
}
a {
    outline: none;
}
.btn.-detail:after {
	right: 0.5vw;
	font-family: 'icomoon';
    color: inherit;
    font-size: 1.5rem;
    content: "";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    max-width: 24px;
    top: 54%;
    margin-top: calc(13px - 24px);
    transition: right .3s;
}
.btn.-detail span{
	background-color: #FFF;
	border-radius: 50px;
	padding: 3px 8px;
	font-size: 0.9rem;
	color: #ea6aa3;
	margin-right: 4px;
}
.btn.-detail:hover span{
	background-color: #ea6aa3;
	color: #FFF;
}
.animation-parents .animation-lb.is-show {
    transform: translate(0);
	opacity: 1;
	
}
.top-method .girl {
	position: absolute;
	right: 0;
	top: -3.3333333333vw;
	width: 24%;
}
.top-method .boy {
    position: absolute;
	left: -1.3333333333vw;
	bottom: -14.6666666667vw;
	z-index: 2;
	padding-left: 1.3333333333vw;
	width: 30%
}
.top-method .boy .parts {
    position: absolute;
}
.top-method .boy .parts.-flower-black {
	width: 2.6666666667vw;
	top: 0;
	left: 0;
}
.top-method .boy .parts.-note-pink {
	width: 2.6666666667vw;
	left: 9.0666666667vw;
	top: -2.6666666667vw;
}
.top-method .boy .parts.-flower-pink {
    right: -27px;
    bottom: 15px;
}
.top-method .boy .parts.-note-black {
	width: 1.6vw;
	right: -4vw;
	top: 2.1333333333vw;
}
.top-method .teacher {
	position: absolute;
	width: 44.8vw;
	bottom: -20vw;
	right: -20vw;
}
.btn_c{
	width: 70%!important;
	 position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
}

.course-page-list > .child {
    border-radius: 10px;
    border: 1px solid #dedede;
	margin-bottom: 50px;
}

.course-page-list .course-title {
    line-height: 3.3;
    font-size: 18px;
	background-color: #ea6aa3;
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	margin: 0;
}
.course-page-list .detail {
        display: block;
        padding: 20px
}
.course-page-list .detail .btn{
	margin: 0 auto;
	position: relative;
	width: 80%;
	
}
.course-page-list .theme {
        display: block;
        width: 100%;
        margin-top: 4vw;
}
.theme .head {
	border-top: 1px solid #ea6aa3;
	margin-top: 40px;
	position: relative;
    display: block;	
	padding-top: 0;	
}
.theme .head .title {
	display: block;
	font-weight: bold;
	
}
.course-page-list .theme .theme-system{
	 justify-content: space-between;
    padding: 15px 0;
    margin-top: 0;
    display: block;
	line-height: 2;
	border-bottom: 1px solid #ea6aa3;
	
}
.theme .theme-system .list .child{
	display: flex;
    align-items: center;
}
.theme .theme-system .list .child.-times:before{
	font-family: 'icomoon';
    color: #ea6aa3;
    font-size: 22px;
    content: "";
    font-weight: normal;
    line-height: 1;
	
}
.theme .theme-system .list .child:before{
	margin-right: 1.3333333333vw;
	border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f0f0;
	
}
.theme .theme-system .list .child.-year:before {
    font-family: 'icomoon';
    color: #ea6aa3;
    font-size: 22px;
    content: "";
    font-weight: normal;
    line-height: 1;
}
.theme .head .title .main_title{
   margin-left: 0;
	display: block;
	font-size: 20px;
	margin-top: 1.3333333333vw;
}
.theme .theme-system .list .child.-teacher:before {
    font-family: 'icomoon';
    color: #ea6aa3;
    font-size: 22px;
    content: "";
    font-weight: normal;
    line-height: 1;
}
.course-page-list .theme .theme-system .list .child + .child{
	    margin-top: 5px;
}
.course-page-list .lead{
	line-height: 2;
    margin-top: 15px;
}
.theme .head .title .sub{
	color: #ea6aa3;
}
.big{
	font-weight: bold;
	font-size: 20px;
}
.obi{
	background: #004498;
	color: #FFF;
	padding: 0.5em;
}
.nayami{
	margin: 30px 0 80px 0;
}
.point {
   position: relative;
   padding: 0 .5em .5em 2em;
   border-bottom: 1px solid #ea6aa3;
   margin-bottom: 1.5em;
   font-size: 16px;
   line-height: 1.5;
}
.point2 {
   position: relative;
   padding: 0 .5em .5em 2em;
   margin-bottom: 1.5em;
}
.nayami span{
	float: right;
	margin-top: -18px;
}
.point::before,
.point::after {
   position: absolute;
   content: '';
   border-radius: 100%
}
.point::before {
   top: .2em;
   left: .2em;
   z-index: 2;
   width: 18px;
   height: 18px;
   background: rgba(63,169,245,0.5);
}
.point::after {
   top: .7em;
   left: .7em;
   width: 13px;
   height: 13px;
   background: rgba(63,169,245,0.85);
}
.strong{
	font-weight: bold;
	display: inline;
}
.strong span{
	background:linear-gradient(transparent 60%, #ffc0d7 60%);
}
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:7px;
  top:10px;
    /*全体の高さ*/
  height:300px;
z-index: 1;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
      left: -24px;
    bottom: 23%;
    /*テキストの形状*/
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
	  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 2px;
  height: 400px;
  background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:150px;
    opacity: 1;
  }
  100%{
    height:0;
    top:300px;
    opacity: 0;
  }
}
img {
	width: 100%;
}
	.img_margin{
		margin: 1em 0;
	}
		section{
		width: 95%;
		margin: 0 auto;
		display: block;
		position: relative;
		z-index: 300;
	background-color: #FFF;
	}
	.point1{
		display: block;
		margin: 1em 0;
	}	
	.img_point1{
		width: 40%;
		margin: 0;
		padding: 0;
	}
.img_cha{
	padding-top: 50px;
}

	.cha_title{
		font-family: diazo-mvb-ex-cond, sans-serif;
		background-color: #fefab6;
		border: 1px solid #ea6aa3;
		color: #ea6aa3;
		border-radius: 50px;
		font-size: 12px;
		font-weight: 600;
		padding: 5px;
		text-align: center;
		width: 55%;
		margin: 2em auto 1em auto;
		display: block;
	}

	.chatch{
		margin-bottom: 50px;
		font-size: 16px;
		line-height: 1.5;
	}
	.check{
		display: block;
		vertical-align: bottom;
	}
	.check1{
		display: block;
		margin-top: 0;
		vertical-align: bottom;
	}
	.img_check{
		width: 29%;
		vertical-align: bottom;
		    display: inline-block;
		position: relative;
		z-index: 1000;
	}

	.check p,.check1 p{
		vertical-align: bottom;
		display: inline-block;
   	 	width: 67%;
		margin-left: 2%;
		margin-bottom: 0;
	}
.grade{
	width: 22%;
	display: inline-block;
}
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
}
a .foot{
	color: #333333;
}
.foot{
	display: block;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	border-radius: 30px 30px 0 0;
	background-color: #ffd9ec;
	text-align: center;
	font-weight: bold;
}
.img_foot{
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 20%;
    transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

      .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: contain;
      }
.footer{
	display: none;
}
a.link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #ea6aa3;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

a.link::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #ea6aa3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
a.link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #ea6aa3;
}
a.link:hover{
	color: #fefab6;
}
a.link:hover::before{
	border: 1px solid #fefab6;
}
a.link:hover::after{
	border-left: 3px solid #fefab6;
}
.img_hanamaru{
	display: block;
	margin: 1em auto 0 auto;
	width: 70%;
	border: 1px #666666 solid;
}
.img_hanamaru:hover{
	opacity: 0.7;
}
.btn{
    background-color: #fefab6;
    color: #ea6aa3;
    transition: background-color .3s, color .3s, border-color .3s;
    border: 2px solid;
    border-radius: 50px;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
    width: 70%;
    margin: 0 auto 50px;
    line-height: 1.5;
    padding: 20px;
	text-align: center;
	font-weight: bold;
}
.btn:hover{
	background-color: #FFF;
}
.sub-ttl{
	/*color: #ea6aa3;*/
	display: inline-block;
	margin-right: 10px;
	font-size: 25px;
	font-weight: bold;
}
.school-subttl3{
	font-size: 20px;
}
.school-subttl4{
	font-size: 17px;
}
.sub-ttl1{
	font-weight: bold;
	display: block;
}
ul.class{
	line-height: 2;
	border: 1px solid #ea6aa3;
	border-radius: 20px;
	padding: 15px;
}
ul.class li{
	list-style: none;
	line-height: 1.5;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
li.classname{
	font-size: 20px;
	border-bottom: 1px solid #ea6aa3;
	margin-bottom: 10px;
	margin-top: -8px;
}
.icon-hanamaru_icon_190527_-2:before {
  content: "\e900";
}
.icon-hanamaru_icon_190527_-11:before {
  content: "\e909";
}
.icon-hanamaru_icon_190527-01:before {
  content: "\e90f";
}
.moushikomi_btn{
	display: block;
	background-color: #ea6aa3;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #ea6aa3;
	font-size: 14px;
	padding: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}
.moushikomi_btn:hover{
	background-color: #FFF;
	color: #ea6aa3;
}
.block{
	display: block;
	margin: 10px 0;
	text-align: right;
}
.hoka_btn{
	color: #ea6aa3;
	border: 1px solid #ea6aa3;
	border-radius: 20px;
	text-align: center;
	padding: 5px 10px;
}
.hoka_btn:hover{
	background-color: #ea6aa3;
	color: #FFF;
}

.list-item01{
	width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fde7f1;
}
.list-item02{
    margin: 0;
    padding: 18px 0;
}
.class-guide .class-flex .class-guide-wrap .list{
	    border: 1px solid #dedede;
}

.check-list strong{
	    padding-top: 1.5em;
    display: block;
	font-weight: bold;
}
.global_wrapper {
  width: 100%;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  height: 250px;
	margin-top: 50px;
	
}
.table-style1{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
	cursor:pointer;
	object-fit: cover;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#ea6aa3;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.list-item01{
	width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fde7f1;
}
.faq{
	position: relative;
	
}
.qa_title {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 8px 50px;
}
.qa_title:before {
    content: "Q";
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    vertical-align: middle;
    font-weight: bold;
    color: #ea6aa3;
    position: absolute;
    left: 12px;
    margin-top :-18px;
}
.qa_detail {
    position: relative;
    padding: 5px 20px 5px 50px;
    background-color: #f2f0f0;
    margin-top: 20px;
}
.qa_detail:before {
    content: "A";
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 5px;
}
@media screen and (min-width: 821px){
	body{
  background-color: #e6e6f9;
  background-image: radial-gradient(circle, #06b6d426 5.5px, transparent 5.5px), radial-gradient(circle, #06b6d426 5.5px, transparent 5.5px);
  background-position: 0 0, 65.5px 31px;
  background-size: 131px 62px;
	}

	.main,section{
		display: block;
		width: 40%;
		margin: 0 20% 0 40%;
		background-color: #FFF;
		box-sizing: border-box;
		overflow: hidden;
		border-right: 2px #004498 solid;
		border-left: 2px #004498 solid;
	}
	section{
		padding: 0 3%;
	}
	h1{
		margin: 0;
		padding: 0;
	}
	h2{
		font-size: 20px;
	}
	header{
		position: absolute;
		z-index: 1000;
		width: 25%;
		height: 100%;
		display: block;
		overflow: hidden;
	}
	.menu{
		position: fixed;
		width: 30%;
		height: 100%;
		margin-left: 2em;
    display: flex;
    align-items: center;
    z-index: 1200;
	}
.menu ul{
	margin: 0 1em;
	padding: 0;
}
	.menu li{
		color: #93c0e7;
		font-weight: bold;
		padding: 0.5em 0 0 1em;
		font-size: 16px;
		list-style: none;
		font-weight: bold;
		
	}
	.menu li.m_0{
		padding: 0;
	}
	.menu li.on{
		color: #004498;
	}
	.menu li:hover{
		color: #004498;
	}
	.menu img{
		width: 100%;
		display: block;
		margin-bottom: 2.5em;
	}
	.menu a {
  		position: relative;
  		display: block;
  		text-decoration: none;
	}
	.grade{
		width: 19%;
	}
	.fade_out{
		color: #93c0e7!important;
	}
	.fade_on{
		color: #004498!important;
	}
	.foot{
		display: none;
	}
	.img_foot{
		width: 6%;
    	right: 6%;
		bottom: 170px;
		z-index: 0;
		animation: key1 .3s ease infinite alternate;
	}
    .top-method .box .btn {
        bottom: 20px;
		font-size: 15px;
    }
	.top-method .box .btn span{
		font-size: 13px;
	}
	.btn.-detail:after{
		font-size: 1.3rem;
		
	}
	.top-method .image-maruru {
		width: 17%;
    	top: -2.5vw;
	}
	.top-method .lead{
		font-size: 1.2rem;
		margin: 12vw auto 0;
	}
	.top-method .voice{
		 top: 2.6vw;
	}
	.top-method .method{
		font-size: 1.2rem;
	}
	.top-method .method:before {
   		margin: 0 auto 15px ;
		width: 8px;
    	height: 16px;
	}
	.top-method .box {
		height: 370px;
		padding-bottom: 5.3333333333vw;
		margin-top: 0;
	}
	.top-method .boy{
		width: 24%;
		bottom: -42px;
	}
	.top-method .boy .parts.-flower-black{
		width: 13%;
	}
	.top-method .boy .parts.-note-black{
		width: 10%;
    	right: -2vw;
	}
	.top-method .boy .parts.-note-pink{
		width: 15%;
    	left: 30px;
    	top: -19px;
	}
	.btn.-detail{
		width: 190px;
    	height: 15px;
		padding: 20px 35px 20px 20px;

	}
	.top-method:after {
		height: 130px;
	}
	.top-method .inner{
		padding: 0 2vw;
	}
	.top-method .teacher {
        width: 17.2vw;
        bottom: -8vw; 
    	right: -9vw;
    }
	.footer{
		position: absolute;
		bottom: 40px;
		right: 3%;
		width: 13%;
		display: block;
		z-index: 300;
		transition: all 1s ease;
	}
	.footer:hover{
      transform: scale(1.2, 1.2);
	}
}
@media screen and (min-width: 1890px){
	.top-method .voice{
		width: 50%;
	}
	.main,section{
		width: 900px;
	}
	.top-method .teacher{
		width: auto;
        right: -113px;
        bottom: -171px;
	}
}