@charset "utf-8";

/* グリーンエリア */
.f_yellowgreen {
  background-color:#95BB3F;
  padding-top: 4rem;
  /* margin-top: -5rem; */
}
/* グリーンエリア１ */
.f_yellowgreen_container1 {
  padding-top: 7rem;
  width: 95.8rem;
  margin: 0 auto;
}
/* トップタイトルと装飾 */
.f_title_relative {
  position: relative;
}
.f_title {
  font-family: var(--ZenMaru);
  font-size: 3rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4rem;
}
.f_t_deco_1 {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 0rem;
  left: 6rem;
  object-fit: contain;
}
.f_t_deco_2 {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 4rem;
  left: 13rem;
  object-fit: contain;
}
.f_t_deco_3 {
  position: absolute;
  width: 2.76rem;
  height: 3.14rem;
  top: 0rem;
  left: 21rem;
  object-fit: contain;
}
.f_t_deco_4 {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 0rem;
  right: 26rem;
  object-fit: contain;
}
.f_t_deco_5 {
  position: absolute;
  width: 2.76rem;
  height: 3.14rem;
  top: 3rem;
  right: 13rem;
  object-fit: contain;
  transform: rotate(45deg);
}
.f_t_deco_6 {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 2rem;
  right: 3rem;
  object-fit: contain;
}
/* グリーンエリア１終わり */


/* モンテッソーリ教育 */
.about_montessori {
  font-size: 1.6rem;
  font-family: var(--ZenMaru);
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(50 / 16);
  width: 95.8rem;
}


/* グリーンエリア２*/
.f_yellowgreen_container2 {
  margin: 0 auto;
  width: 110rem;
  padding: 5rem 0 10rem;
  position: relative;
  display: flex;
}
.f_yg_circle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_yg_circle_img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
}
.f_yg_circle_1 {
  margin-top: 10rem;
}
.f_yg_circle_2 {
  margin-top: 1rem;
}
.f_yg_circle_3 {
  margin-top: 19rem;
}
.f_yg_circle_4 {
  margin-top: 1rem;
}
.f_yg_circle_5 {
  margin-top: 10rem;
}

/* 丸い写真デコ内容 */
.f_deco_bird_white_img_1 {
  position: absolute;
  object-fit: contain;
  width: 5.4rem;
  height: 5.5rem;
  top: 6rem;
  left: 0rem;
}
.f_deco_circle_white_img_2 {
  position: absolute;
  object-fit: contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 12rem;
  left: 15rem;
}
.f_deco_circle_white_img_3 {
  position: absolute;
  object-fit: contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 31rem;
  left: 22rem;
}
.f_deco_circle_white_img_4 {
  position: absolute;
  object-fit: contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 21rem;
  left: 48rem;
}
.f_deco_circle_white_img_5 {
  position: absolute;
  object-fit: contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 37rem;
  left: 79rem;
}
.f_deco_cross_white_img_6 {
  position: absolute;
  object-fit: contain;
  width: 2.76rem;
  height: 3.14rem;
  top: 32rem;
  left: 87rem;
  transform: rotate(45deg);
}
.f_deco_circle_white_img_7 {
  position: absolute;
  object-fit: contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 12rem;
  left: 93rem;
}
/* 丸い写真デコ内容終わり */
/* グリーンエリア終了 */


/* アイボリーエリア */
/* 大人と子供は違う */
.f_ivory_container{
  background-color: #fbfbe2;
}
.f_ivory_container1,.f_ivory_container2{
  font-family: var(--ZenMaru);
  color: var(--winered2);
  width: 98rem;
  margin: 5rem auto 0;
}

.f_ivory_container2{
  margin-bottom: 0;
  padding-bottom: 5rem;
}

/* 波画像 */
.f_wave_relative {
  width: 100%;
}
.f_ivory_wave_pc {
  top: -1%;
  opacity: 1.0;
}
.f_ivory_wave_sp {
  display: none;
}
/* 波画像終わり */

/* 大人と子供は違う */
.f_ivory_block {
  margin-bottom: 14rem;
}

/* 5つの教具、教育下部の余白 */
.five_edu_margin{
  margin-bottom: 17.7rem;
}

.f_subtitle_relative {
  position: relative;
}
.f_subtitle_ivory {
  font-family: var(--ZenMaru);
  color: var(--winered2);
  font-size: 3rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 0.5rem solid #E6E6CC;
}

/* 題名と模様重ねる デコ */
.f_triangle {
  position: absolute;
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  top: 1.5rem;
  left: 33rem;
}
.f_rectangle {
  position: absolute;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 5rem;
  right: 34rem;
}
.f_circle_red {
  position: absolute;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
  right: 31rem;
} 
/* 大人と子供は違う終わり */

.education_ivory {
  font-family: var(--ZenMaru);
  color: var(--winered2);
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5rem;
  line-height: calc(38 / 16);
}

/* 5つの教育 */
/* りんごのセクション */
/* りんご */
.f_apple_section{
  margin-top: 9.58rem
}

/* 最初のりんごセクション */
.first_apple_section{
  margin-top: 5rem;
}

.f_apple_flex {
  display: flex;
  align-items: center;
}
.f_apple_relative {
  position: relative;
  display: flex;
}
.f_apple_img {
  width: 5.1rem;
  height: 4.8rem;
}
.f_number_absolute {
  position: absolute;
  font-weight: bold;
  font-family: var(--ZenMaru);
  font-size: 2rem;
  color: #FFFFFF;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.f_apple_subtitle {
  font-family: var(--ZenMaru);
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 1rem;
  color: var(--winered);
}
/* りんご終わり */


/* 画像2.5 : 2.5 : 5 */
.education_playball {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
}
.education_playball_left {
  width: 18rem;
  border-radius: 1.2rem;
}
.education_playball_center {
  width: 18rem;
}
.education_playball_long {
  width: 45.3rem;
}
.education_img {
  width: 18rem;
  height: 18rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
.education_img_long {
  height: 18rem;
  width: 45.3rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
/* りんごのセクション終わり */
/* 5つの教育終わり */

/* 体育の時間 */
.f_ourclass_block {
  margin-bottom: 14rem;
  
}
.ourclass {
  margin: 0 auto;
  width: 71rem;
}
.physical_playball {
  height: 18.8rem;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}
.physical_img {
  width: 18.8rem;
  height: 18.8rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
.f_text {
  font-size: 2rem;
  color: var(--winered2);
  font-family: var(--ZenMaru);
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}


/* 追加 */
.five_edu_margin {
  margin-bottom: 0;
  padding-bottom: 17.7rem;
}


/* メディアクエリ */
@media screen and (max-width: 699.98px) {
  .f_yellowgreen_container1 {
    padding-top: 4rem;
    width: 33.5rem;
  }
  /* トップタイトルと装飾 */
  .f_title {
    font-size: 2.5rem;
  }
  .f_t_deco_1 {
    top: -3rem;
    left: 0rem;
  }
  .f_t_deco_2 {
    top: -2rem;
    left: 6rem;
  }
  .f_t_deco_3 {
    top: 0rem;
    left: 2rem;
  }
  .f_t_deco_4 {
    top: -2rem;
    right: 6rem;
  }
  .f_t_deco_5 {
    top: 0rem;
    right: 2rem;
  }
  .f_t_deco_6 {
    top: -1rem;
    right: 0rem;
}
/* グリーンエリア終了 */

  .about_montessori {
    font-size: 1.5rem;
    line-height: calc(35 / 15);
    width: 33.5rem;
  }
  /* 子供が走る画像 */
  .f_yellowgreen_container2 {
    width: 33.5rem;
    display: block;
    padding: 5rem 0;
  }
  .f_yg_circle {
    margin: 0 auto;
    width: 33.5rem;
    height: 50rem;
    position: relative;
  }
  .f_yg_circle_img {
    width: 12rem;
    height: 12rem;
  }
  .f_yg_circle_1 {
    position: absolute;
    margin: 0;
    top: 0rem;
    left: 0rem;
  }
  .f_yg_circle_2 {
    position: absolute;
    margin: 0;
    top: 16.5rem;
    left: 9rem;
  }
  .f_yg_circle_3 {
    position: absolute;
    margin: 0;
    top: 35rem;
    left: 0rem;
  }
  .f_yg_circle_4 {
    position: absolute;
    margin: 0;
    top: 29rem;
    left: 21rem;
  }
  .f_yg_circle_5 {
    position: absolute;
    margin: 0;
    top: 4rem;
    left: 21rem;
  }
  

   /* 丸写真デコ */
  .f_deco_bird_white_img_1 {
    top: 1rem;
    left: 16rem;
  }
  .f_deco_circle_white_img_2 {
    top: 21rem;
    left: 2rem;
  }
  .f_deco_circle_white_img_3 {
    top: 37rem;
    left: 9rem;
  }
  .f_deco_circle_white_img_4 {
    top: 24rem;
    left: 32rem;
  }
  .f_deco_circle_white_img_5 {
    display: none;
  }
  .f_deco_cross_white_img_6 {
    top: 44rem;
    left: 17rem;
  }
  .f_deco_circle_white_img_7 {
    display: none;
  }


  /* アイボリーエリア */
  /*波画像 */
  .f_ivory_wave_pc {
    display: none;
  }
  .f_ivory_wave_sp {
    width: 100%;
    display: block;
  }
  /* 波画像終了 */
  
  .f_ivory_block{
    margin-bottom: 0;
  }

  .f_ivory_container1{
    width: 33.5rem;
    margin-bottom: 6.4rem;
  }

  .f_ivory_container2{
    width: 35.5rem;
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .f_subtitle_ivory {
    font-size: 2.5rem;
    margin: 0 auto 12.2rem;
  }

  .f_five_edu_policy{
    margin-bottom: 11rem;
  }
  
  .education_ivory {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin: 3.3rem auto 5rem;
  }

  .f_apple_lineheight{
    line-height: calc(38 / 16);
  }

  .f_apple_section{
    margin-top: 0;
  }
/* 題名と模様重ねる */

  .f_triangle {
    top: 2rem;
    left: 2.8rem;
  }
  .f_rectangle {
    top: 5rem;
    right: 7rem;
  }
  .f_circle_red {
    top: 0rem;
    right: 4rem;
  }

/* りんご */
  .f_apple_flex {
    width: 33.5rem;
    margin-top: 5rem;
  }
/* りんご終わり */

  /* ボール遊び縦並び */
  .education_playball {
    justify-content: space-between;
    margin-bottom: 0rem;
    width: 33.5rem;
    flex-wrap: wrap;
  }

  .education_playball_left {
    width: 16rem;
    height: 15rem;
  }
  .education_playball_center {
    width: 16rem;
    height: 15rem;
  }
  .education_playball_long {
    width: 33.5rem;
    height: 14rem;
    margin-top: 2.5rem;
  }
  .education_img {
    width: 16rem;
    height: 15rem;
    object-fit: cover;
    border-radius: 1.2rem;
  }
  .education_img_long {
    width: 33.5rem;
    height: 14rem;
    object-fit: cover;
    border-radius: 1.2rem;
  }
/* ボール遊び3等分 */
  .physical_playball {
    width: 100%;
    height: 11.5rem;
    display: flex;
    justify-content: space-between;
  }
  .physical_img {
    width: 11.5rem;
    height: 11.5rem;
  }
  .f_text {
    font-size: 1.6rem;
    margin: 3rem auto 6.4rem;
    max-width: 25.6rem;
    text-align: left;
  }

  /* 体育、音楽、英語の時間 */
  .ourclass{
    width: 100%;
  }

  .f_ourclass_block{
   margin-bottom: 6.4rem; 
  }

  .f_event_time{
    margin-bottom: 5.2rem;
  }

  /* 大人とこどもは違う見出し下部の余白 */
  .educate_policy{
    margin-bottom: 4rem;
  }
}