@charset "utf-8";
/* CSS Document */

body{
	font-family: "M PLUS Rounded 1c", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
	margin: 0;
}
img{
	width: 100%;
}
a{
	text-decoration: none;
	cursor:pointer;
}
.sp{
	display: none;
}
main{
	position: relative;
	z-index: 2;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto 19% auto;
	display: block;
}
.back{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sp_back{
	display: none;
	position: static;
}
h1{
	width: 220px;
    margin: 50px 0 50px 100px;
	position: relative;
	z-index: 10;
}
h2{
	font-size: 3vw;
	margin: 20px 20px 20px 40px;
	position: relative;
	z-index: 5;
	line-height: 1.3;
}
h2 span{
	color: #E4007F;
	font-size: 7vw;
	line-height: 1.15;
}
h3{
	color: #E4007F;
	font-size: 3vw;
	text-align: center;
	display: block;
	position: relative;
	z-index: 10;
}
h3 span{
	background-color: #E4007F;
	color: #FEF359;
	display: inline-block;
  	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
h3 b{
	font-size: 1.5vw;
	display: block;
	font-weight: 600;
}
h3 em{
	font-style: normal;
}
h4 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 140px;
  position: relative;
  overflow-wrap: break-word;
  margin: 0;
	font-size: 1.8vw;
}
h4::before {
    content: "";
    display: block;
    width: 100px;
    height: 76px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
h4.fav01::before {
    background-image: url("../img/point01.png");
}
h4.fav02::before {
    background-image: url("../img/point02.png");
}
h4.fav03::before {
    background-image: url("../img/point03.png");
}
h4 span b{
	font-size: 20px;
}
h5{
	font-size: 1.5vw;
}
h6{
	font-size: 3.1vw;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: url("../img/background_s05.png") no-repeat;
	background-position: center;
	background-size:  12%;
	display: block;
	text-align: center;
	margin: 2em 0 0.7em 0;
}
h6 span{
	color: #E4007F;
}

.flex{
	display: flex;
}
.flex_sp{
	display:flex;
}
.relative{
	position: relative;
}
.flex_center{
    justify-content: center;
    align-items: center; 
}
.flex_end{
	align-items: flex-end;
}
.block{
	display: block;
}
.circle{
	width: 45%;
	display: block;
	margin-left: 40px;
}

.chatch{
 	width: 13vw;
	height: 13vw;
 	border-radius: 100%;
 	display: flex;
 	justify-content: center;
	 align-items: center;
 	color: #FFF;
 	text-align:center;
	font-weight: bold;
	font-size: 1.5vw;
	background:#EA6AA3;
	margin: 3.2% 10px;
	padding-top: 1vw;
	box-sizing: border-box;
}
.chatch strong{
	color: #FEF359;
	font-size: 2.5vw;
	line-height: 1.2;
}

.ido{
	width: 220px;
	display: block;
	margin-top: -10px;
}
.top_t{
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.top_t_sp{
	display: none;
}
.b_y{
	background-color: #FEFAB6;
	width: 100%!important;
}

.content{
	display: block;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.content_01{
	display: block;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.back2{
	width: 100%;
	position: absolute;
	top: -26%;
	left: 0;
	z-index: 6;
}
.back2_sp{
	display: none;
}
.back3{
	width: 100%;
	margin: 0;
	padding: 0;
}
.back4 {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #cff3ff 1px, transparent 1px), linear-gradient(#cff3ff 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 41px 41px;
}
.w_5{
	width: 5%;
}
.w_25{
	width: 25%;
}
.w_30{
	width: 25%;
}
.w_38{
	width: 38%;
}
.w_60{
	width: 60%;
}
.w_80{
	width: 80%;
}
.h_10{
	height: 10vh;
}
.m_0{
	margin: 0;
}
.m_r2,.m_r2_sp{
	margin-right: 2%;
}
.m_l2{
	margin-left: 2%;
}
.m_t0{
	margin-top: 0px;
}
.m_t40{
	margin-top: 40px;
}
.m_t1{
	margin-top: 1em;
}
.m_t_150{
	margin-top: 150px;
}
.m_b_150{
	margin-bottom: 150px;
}
.m_b_15{
	margin-bottom:15px;
}
.b_r20{
	border-radius: 20px;
}
.m_center{
	margin: 0 auto;
}
.p_t1{
	padding-top:1em;
}
.p_l20{
	padding-left: 20px;
}
.line_2{
	line-height: 2;
}
strong{
	color: #E4007F;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.grade{
	position: relative;
    display: block;
    border-top: 2px solid #EA6AA3;
    border-right: 2px solid #EA6AA3;
    border-left: 2px solid #EA6AA3;
	margin-top: 50px;
	padding: 20px 40px 0.2em 40px;
	background: #FFF;
	border-radius: 10px 10px 0 0;	
	font-size: 1.5vw;
	line-height: 2;
}
.grade-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left:-20px;
    font-size: 19px;	
    background: #EA6AA3;
	width: 100px;
	height: 80px;
	border-radius: 50%;
    color: #FEF359;
    font-weight: bold;
	padding-top: 20px;
	text-align: center;
	line-height: 1.5;
}
.grade-title01{
	position: absolute;
    display: inline-block;
    top: -20px;
    left: -20px;
    font-size: 19px;	
    background: #EA6AA3;
	width: 100px;
	height: 100px;
	border-radius: 50%;
    color: #FEF359;
    font-weight: bold;
	text-align: center;
	line-height: 100px;
}
.cry{
	width: 2%;
    padding-bottom: 1vw;
	padding-left: 5px;
}
.border-bottom {
	border-bottom: 2px dashed #E4007F;
	display: inline;
	
}
.speechBubble {
  position: relative;
  display: block;
	text-align: center;
  margin-bottom: 17px;
  padding: 0 16px;
  border: 2px solid #E4007F;
  border-radius: 9999px;
  background-color: #E4007F;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 11.5px 0 11.5px;
  border-color: #E4007F transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.2px 8.6px 0 8.6px;
  border-color: #E4007F transparent transparent;
  translate: -50% 100%;
}
.cap{
	width: 100%;
	text-align: center;
	font-size: 1.7vw;
	position: absolute;
	top: -18vh;
}
.curriculum{
	width: 100%;
	text-align: center;
	font-size: 3.8vw;
	color: #E4007F;
	position: absolute;
	top: -12vh;
	font-weight: bold;
}
.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffeede 4px, transparent 4px);
  background-position: 0 0;
  background-size: 28px 28px;
}
.hanamaru{
	border: 2px solid #EA6AA3;
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
	display: block;
	width: 80%;
	margin: 0 auto;
	line-height: 2;
}
.hamamaru_group{
	width: 40%;
	display: block;
	margin: 0 auto;
}
.figure{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.j_h{
	margin: 1em 4% 0 4%;
	width: 25%;
	text-align: center;
}
.logo{
	width: 100%;
	margin: 1em auto;
	display: block;
}
.logo01{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.arrow{
	width: auto;
	height: 9vh;
	margin: 1em auto 0 auto;
	display: block;
}
.title{
	font-size: 2.1vw;
	text-align: center;
	color: #E4007F;
	font-weight: bold;
	margin:0.3em;
	line-height: 1.5;
	position: relative;
}
.title_f01{
	position: absolute;
	top: 0;
	left: 4vw;
	width: 2vw;
}
.title_f02{
	position: absolute;
	bottom: 0;
	right: 4vw;
	width: 2vw;
}
.kid01{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 19%;
}
.kid02{
	position: absolute;
    bottom: 0;
    left: 10%;
    width: 18%;
    height: 151px;
    object-fit: cover;
    object-position: top;
}
.kid03{
	position: absolute;
    bottom: 0;
    right: 10%;
    width: 18%;
    height: 160px;
    object-fit: cover;
    object-position: top;
}
.kid04{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 159px;
    object-fit: cover;
    object-position: top;
}
.about{
	width: 90%;
    position: relative;
    top: 13px;
    left: -15%;
}
.about_img{
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 110%;
	z-index: 2;
}
.about p{
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
	font-size: 2vw;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	width: 100%;
}
.about p span{
	color: #FEF359;
}
.takahama{
	position: relative;
	width: 40%;
	display: block;
	z-index: 5;
	margin-top: 50px;
	margin-left: 150px;

}
.accordion-006 {
    width: 100%;
    margin-bottom: 7px;
    background-color: #EA6AA3;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}
.accordion-006 summary::before{
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #FFF;
	position: absolute;
	top: 1.2em;
    right: 1.7em;
}
.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #EA6AA3;
    border-right: 3px solid #EA6AA3;
    content: '';
    transition: transform .3s;
	position: absolute;
    top: 1.7em;
    right: 2.1em;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 .class {
	background: #FFF;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.detail{
	font-size: 1.2vw;
	font-weight: 500;
}
.theme{
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.theme strong{
	border-bottom: solid 2px #EA6AA3;
	color: #EA6AA3;
	font-weight: 600;
}

.accordion-006[open] .class {
    transform: none;
    opacity: 1;
}
.accordion-006 span{
	background-color: #EA6AA3;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #FFF;
	padding: 3px;
	margin-right: 10px;
}
.class_img{
	width: 100%;
	border-radius: 30px;
	margin: 30px 0;
}
.font_b{
	font-size: 3vw;
}
.challenge{
	border: 3px solid #FDE7F1;
	border-radius: 30px;
	padding: 40px;
	display: block;
}
.question{
	border-top: 5px solid #EA6AA3;
	margin: 50px 0;
	padding: 80px;
}
footer {
  position: fixed;
  bottom: 20px;
	right: 20px;
  width: 100%;
	z-index: 100000;
}
.foot{
	width: 30%;
	text-align: right;
	display: block;
	float: right	
}
.foot:hover{
	opacity: 0.5;
}
