@charset "UTF-8";
.inner {
  max-width: 1200px; }

.mainvisual {
  	text-align: center; 
	position: relative;
}
.top_main{
	position: relative;
    z-index: 10;
    padding: 50px 0;
    background: rgba(255, 255, 255, 0.7);
	
}
.top_grade{
	margin: 50px 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
h2.top_title{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 45px 0 0;
	color: #444;
}
.top_logo{
	width: 35%;
    display: block;
    margin: 20px auto;
}
.title-box {
   display: inline-block;
   position: relative;
   padding: 0 50px; 
   color: #e96da2;   
   font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
   font-weight: bold;
	text-align: center;
 	line-height: 1.5;
	margin: 20px 10px;
}

.title-box span {
  display: block;
}

/* 左右の点線 */
.title-box span::before,
.title-box span::after {
     content: "";
     position: absolute;
     top: 50%;
     width: 0;
     height: 60px; 
     border-left: 3px dotted #e96da2; 
     margin-top: -30px;
}

.title-box span::before {
  left: 10px;
  transform: rotate(-20deg);
}

.title-box span::after {
 	right: 10px;
    transform: rotate(20deg);
}

.top_banner{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	max-width: 1000px;
	display: block;
    padding: 35px 20px;
    margin: 70px auto 0;
	border-radius: 30px;
	background: #FFF;
}
.mainvisual .flex-wrap{
	max-width: 900px;
    margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center; 
	gap: 50px;
}
.mainvisual .w_40{
	width: 42%;
	margin: 0;
	display: block;
}
.btn_top{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	width: 80%;
	height: 170px;
    display: block;
    text-align: center;
	color: #FFF;
    font-size: 18px;
    margin: 0 auto;
	position: relative;
	transition: 0.5s;
	border-radius: 30px;
}
.btn_top span {
  	position: absolute;
 	top: 50%;
  	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding:10px;
	font-size: 24px;
	border-radius: 30px;
  }
.btn_top span.center{
	display: flex;
    justify-content: center;
    align-items: center;	
}
.btn_top span.left{
	text-align: left;
}
.btn_top strong.right{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
}
.btn_top img {
  	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
  }
.font-b{
	font-weight: bold;
}
.btn_top:hover span{
	background: rgba(0,0,0,0.2);
	transition: 0.5s;
}
.btn_top:hover{
	transition: 0.5s;
}
.center{
	text-align: center;
}

.m_center{
	margin: 0 auto!important;
}
.main_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	object-position: 40%;
}
.logo_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	max-width: 900px;
}
.saiyushu{
	width: 150px;
    margin-bottom: 6px;
}
.ido{
	width: 16%;
    display: block;
    margin: 0 20px 0 0;
}
.logo_flex p{
	font-weight: bold;
	text-align: left;
	font-size: 20px;
    line-height: 40px;
}
.btn-watch {
	display: inline-flex;
    width: 280px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background: #fefab6;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #ea6aa3;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid #ea6aa3;
    z-index: 100;
    position: relative;
	top: -20px;
}
.icon-play-img {
  width: 26px;
  height: auto;
  display: block;
}
.icon-arrow {
  width: 8px;
  height: 8px;
  border-right: 3px solid #ea6aa3;
  border-bottom: 3px solid #ea6aa3;
  transform: rotate(-45deg);
}
.btn-watch:hover {
  background: #f2f0f0;
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
	}
	.course-list .inner {
		width: 100%;
	}
	.information.-box{
		width: 100%;
	}
	.footer{
		width: 100%;
	}
	.classroom-map .inner{
		width: 100%;
	}
	.main_img{
		object-position: 78% bottom;
		height: 42%;
	}
	h2.top_title{
		font-size: 25px;
		margin-bottom: 1em;
	}
	.mainvisual .w_40{
		width: 88%;
    	margin: 0 auto;
	}
	.top_banner{
		width: 95%;
		padding: 25px 7px 10px;
	}
	.top_logo {
		width: 60%;
		margin: 0 auto 18px;	
	}
	.ido{
		width: 26%;
        margin: 0 10px 0 0;
	}
	.logo_flex p {
    	width: 70%;
        font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
	.title-box{
		padding: 0 30px;
		margin: 20px 0;
	}
	.title-box span::before{
		left: 0;
	}
	.title-box span::after{
		right: 0;
	}

	.top_grade{
		font-size: 16px;
	}
	.btn_top {
		width: 100%;
		font-size: 14px;
	}
	.btn_top::after {
		right: 13px;
	}
	.btn-watch{
		width: 100%;
	}
	.mainvisual .flex-wrap{
		gap: 20px;
	}
	.saiyushu{
		width: 100px;
	}
	
	

}
/*=============================*/
/*重要なお知らせ
/*=============================*/
.top-news {
  margin: 30px 0px 30px ; 
  font-size: 24px;
  font-weight: bold;
  text-align: center;}
  @media screen and (max-width: 768px) {
    .top-news {
      padding: 3vw 4vw;
      font-size: 16px;} }
  .top-news .title {
    color: #ea6aa3;}
  .top-news .title a {
    color: #000000;}


/*=============================*/
/*花まる学習とは
/*=============================*/
.top-about {
  /*padding: 105px 0 100px;*/
	padding: 0 0 100px;
}
  @media screen and (max-width: 768px) {
    .top-about {
     /* padding: 12vw 4vw 14.6666666667vw;*/
		padding: 0 4vw 14.6666666667vw;
	  } }
  .top-about .title {
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.3em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top-about .title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.0625; } }
    .top-about .title .point {
      color: #ea6aa3; }
    .top-about .title .num {
      font-size: 70px;
      font-size: 7rem;
      vertical-align: middle;
      font-weight: normal;
      line-height: .8; }
      @media screen and (max-width: 768px) {
        .top-about .title .num {
          font-size: 50px;
          font-size: 5rem; } }
  .top-about .list {
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: number;
    margin-top: 45px; }
    @media screen and (max-width: 768px) {
      .top-about .list {
        margin-top: 5.3333333333vw; } }
    .top-about .list .child {
      border-radius: 20px;
      background-color: #f2f0f0;
      width: 220px;
      height: 224px;
      display: flex;
      align-items: center;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.1em;
      justify-content: center;
      flex-direction: column;
      position: relative;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .top-about .list .child {
          width: 29.3333333333vw;
          height: 33.3333333333vw;
          font-size: 15px;
          font-size: 1.1rem;
		  letter-spacing: 0;} }
      .top-about .list .child + .child {
        margin-left: 30px; }
        @media screen and (max-width: 768px) {
          .top-about .list .child + .child {
            margin-left: 2.1333333333vw; } }
      .top-about .list .child:before {
        content: counter(number);
        counter-increment: number;
        font-family: 'Josefin Sans', sans-serif;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ea6aa3;
        color: #fefab6;
        font-size: 28px;
        font-size: 2.8rem;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        top: -20px;
        bottom: auto;
        letter-spacing: 0; }
        @media screen and (max-width: 768px) {
          .top-about .list .child:before {
            border-radius: 50%;
            width: 6.6666666667vw;
            height: 6.6666666667vw;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ea6aa3;
            font-size: 17px;
            font-size: 1.7rem; } }
    .top-about .list .font-icon {
      font-size: 100px;
      font-size: 10rem;
      color: #ea6aa3;
      margin-bottom: 18px;
      letter-spacing: 0; }
	.top-about .list .font-icon01 img{
		width: 82px;
		margin: 10px auto 25px;
	}
      @media screen and (max-width: 768px) {
        .top-about .list .font-icon {
          font-size: 80px;
          font-size: 8rem;
          margin-bottom: 0; }
		  .top-about .list .font-icon01{
			  width: 100%;
			  text-align: center;
		  }
		.top-about .list .font-icon01 img{
			width: 50%;
        	margin: 1.2rem auto 1rem auto;
        	text-align: center;
	}
}
    .top-about .list .child .yagailink {
      font-size: 10pt;
      text-decoration:none;
      text-align:center;
      margin-top:-3pt;
      margin-bottom: 18px;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .top-about .list .child .yagailink {
          font-size: 8pt;
          margin-bottom: 0; } }

/*=============================*/
/*花まるメソッド
/*=============================*/
.top-method {
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .top-method {
      padding: 6.1333333333vw 0 4vw; } }
  .top-method .inner {
    position: relative;
    z-index: 1; }
  .top-method:after {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ea6aa3; }
    @media screen and (max-width: 768px) {
      .top-method:after {
        height: 34.6666666667vw; } }
  .top-method .box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    width: 870px;
    height: 520px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .top-method .box {
        height: 73.3333333333vw;
        padding-bottom: 9.3333333333vw;
        border-radius: 15px; }
        .top-method .box .btn {
          position: absolute;
          z-index: 2;
          bottom: 9.3333333333vw;
          left: 0;
          right: 0;
          margin: auto; } }
  .top-method .image-maruru {
    position: absolute;
    top: -30px;
    width: 97px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .top-method .image-maruru {
        width: 17.0666666667vw;
        top: -4.4vw; } }
  .top-method .lead {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.3em; }
    @media screen and (max-width: 768px) {
      .top-method .lead {
        font-size: 15px;
        font-size: 1.5rem; } }
  .top-method .method {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #ea6aa3;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top-method .method {
        font-size: 16px;
        font-size: 1.6rem; } }
    .top-method .method:before {
      content: '';
      background: url("../img/top/equal.svg") no-repeat;
      background-size: cover;
      width: 9px;
      height: 20px;
      display: block;
      margin: 20px auto; }
      @media screen and (max-width: 768px) {
        .top-method .method:before {
          margin: 2.6666666667vw auto;
          width: 1.6vw;
          height: 2.6666666667vw; } }

@media screen and (max-width: 768px) {
  .top-method {
    overflow: hidden; } }
.top-method .girl {
  position: absolute;
  right: -15px;
  top: -25px; }
  @media screen and (max-width: 768px) {
    .top-method .girl {
      right: 0;
      top: -9.3333333333vw;
      width: 22.6666666667vw; } }
.top-method .boy {
  position: absolute;
  left: -65px;
  bottom: 20px;
  padding-left: 10px; }
  .top-method .boy .parts {
    position: absolute; }
    .top-method .boy .parts.-flower-black {
      top: 30px;
      left: 0; }
      @media screen and (max-width: 768px) {
        .top-method .boy .parts.-flower-black {
          width: 2.6666666667vw;
          top: 0; } }
    .top-method .boy .parts.-note-pink {
      left: 95px;
      top: -5px; }
      .top-method .boy .parts.-note-pink img {
        transform: rotate(-25deg); }
      @media screen and (max-width: 768px) {
        .top-method .boy .parts.-note-pink {
          width: 2.6666666667vw;
          left: 9.0666666667vw;
          top: -2.6666666667vw; } }
    .top-method .boy .parts.-note-black {
      right: -37px;
      top: 58px; }
      .top-method .boy .parts.-note-black img {
        transform: rotate(28deg); }
      @media screen and (max-width: 768px) {
        .top-method .boy .parts.-note-black {
          width: 1.6vw;
          right: -4vw;
          top: 2.1333333333vw; } }
    .top-method .boy .parts.-flower-pink {
      right: -27px;
      bottom: 15px; }
      .top-method .boy .parts.-flower-pink img {
        transform: rotate(28deg); }
  @media screen and (max-width: 768px) {
    .top-method .boy {
      left: -1.3333333333vw;
      bottom: -14.6666666667vw;
      z-index: 2;
      padding-left: 1.3333333333vw;
      width: 30.1333333333vw; }
      .top-method .boy img {
        width: 35.3333333333vw; }
      .top-method .boy .parts img {
        width: auto; } }
.top-method .teacher {
  position: absolute;
  right: -165px;
  bottom: -110px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .top-method .teacher {
      width: 44.8vw;
      bottom: -20vw;
      right: -20vw; } }

/*=============================*/
/*授業風景
/*=============================*/
.top-movie {
  padding: 90px 0 120px; }
  @media screen and (max-width: 768px) {
    .top-movie {
      padding: 12vw 4vw 14.6666666667vw; } }
  .top-movie .movie {
    width: 788px;
    height: 444px;
    margin: 25px auto 0;
    position: relative; }
    .top-movie .movie iframe {
      width: 100%;
      height: 100%;
      display: block; }
    @media screen and (max-width: 768px) {
      .top-movie .movie {
        margin-top: 2.6666666667vw;
        height: 51.7333333333vw; } }

/*=============================*/
/*教育に対する考え方
/*=============================*/
.top-think #slider img {
  width: 100%; }
.top-think .think-text {
  height: 850px;
  background: url("../img/top/bg-think.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .top-think .think-text {
      background-image: url("../img/top/bg-think_sp.jpg");
      height: 140vw;
      padding: 0 9.3333333333vw; } }
  .top-think .think-text .title {
    width: 486px; }
    @media screen and (max-width: 768px) {
      .top-think .think-text .title {
        width: 62.9333333333vw; } }
  .top-think .think-text:after {
    content: "";
    border-radius: 50%;
    width: 1070px;
    height: 1070px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .top-think .think-text:after {
        border-radius: 50%;
        width: 132vw;
        height: 132vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.5);
        left: -16.6666666667vw; } }
.top-think .detail {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.375;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .top-think .detail {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5714285714;
      text-align: left;
      letter-spacing: 0;
      margin-top: 2.6666666667vw; } }

/*=============================*/
/*インフォメーション
/*=============================*/
.information {
  padding: 138px 0; }
  @media screen and (max-width: 768px) {
    .information {
      padding: 14.6666666667vw 4vw; } }
  .information .link-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
    width: 100%; }
    .information .link-box .btn {
      font-size: 14px;
      font-size: 1.4rem;
      width: 234px;
      height: 50px;
      margin: 0; }
      .information .link-box .btn + .btn {
        margin-left: 15px; }

/*=============================*/
/*中学受験をご検討の親御様へ
/*=============================*/
.top-exam {
  background: url("../img/top/bg-exam.jpg");
  background-size: cover;
  color: #fff;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .top-exam {
      padding: 4vw;
      background-image: url("../img/top/bg-exam_sp.jpg"); } }
  .top-exam .inner {
    border: 4px solid #fff;
    padding: 100px; }
    @media screen and (max-width: 768px) {
      .top-exam .inner {
        border-width: 2px;
        padding: 9.3333333333vw 4vw 4vw; } }
  .top-exam .title {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .top-exam .title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 2.6666666667vw; } }
    .top-exam .title .point {
      background-color: #ea6aa3;
      padding: 0 15px; }
      @media screen and (max-width: 768px) {
        .top-exam .title .point {
          padding: 0 1.3333333333vw; } }
  .top-exam .detail .box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .top-exam .detail .box {
        flex-direction: column; } }
  .top-exam .detail .sub-title {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .top-exam .detail .sub-title {
        order: 2;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em; } }
    .top-exam .detail .sub-title .point {
      color: #ea6aa3; }
  .top-exam .detail .text {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px dashed #fff; }
    @media screen and (max-width: 768px) {
      .top-exam .detail .text {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 1.3333333333vw;
        padding-top: 2.6666666667vw;
        font-size: 14px;
        font-size: 1.4rem; } }
  .top-exam .detail .btn {
    margin: 0;
    width: 190px;
    height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em; }
    @media screen and (max-width: 768px) {
      .top-exam .detail .btn {
        order: 1;
        height: 10.6666666667vw;
        width: 45.3333333333vw;
        margin: 0 0 5.3333333333vw auto; } }
