@charset "UTF-8";

footer{
  margin-top: -10rem;
}

.footer_content{
  width:100%;
  height: 69.74rem;
  background-image: url(../img/footer_bg.png);
  margin-top: -8rem;
  padding-top: 14rem;
  background-size: cover;
}
/*footerの背景画像*/
 .footer_background{
  display: block;
  width:100%;
  /* height: 64.7rem; */
  object-fit: cover;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
 }

 .footer_apple{
  width: 100%;
  height: 44rem;
  background-image: url(../img/footer_appletree.png);
  background-repeat: repeat-x;
  background-size: contain; /* 画像のサイズを指定 */
   /* 画像が50ピクセルずつ重なるように設定 */
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-position-y: bottom;
 }

/*SP版の背景画像の非表示*/
 .sp_footer_img{
  display: none;
 }
/*コンタクトページに飛ぶaタグのクラス*/
 .f_contact{
  /* width: 128rem; */
  width: fit-content;
  display: block;
  margin: 0 auto;
  /* position: absolute; */
  /* left: 50%; */
 }
 /*長方形に丸みを帯びた図形*/
 .footer_radius{
  width: 38.1rem;
  height: 6.4rem;
  border: solid 0.2rem;
  background-color: #95BB3F;
  border-radius: 4.1rem;
  border-style: none;
  /* position: absolute; */
  bottom:47rem;
  /* margin-left: 48rem; */
  scroll-behavior: smooth;
  z-index: 2;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  gap: 4.3rem;
  padding: 0 3.5rem;
  justify-content: center;
 }
/*お問い合わせはこちらから*/
.infor_text{
  /* width:32rem; */
  color: #FAFAD8;
  font-size: 2rem;
  font-style: normal;
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
  /* position: absolute; */
  top:1.5rem;
  /* margin-left: 3.9rem; */
  opacity: 1;
}
/*矢印画像*/
.footer_arrow{
  width: 2.7rem;
  height:2.8rem;
  /* position:relative; */
  /* top: 1.8em; */
  /* margin-left:32rem; */
  opacity: 1;
}
/*©SeiboPreschool2024*/
.company_name{
  bottom: 2rem;
  width:100%;
  font-size: 1.4rem;
  font-style: normal;
  font-family: 'Zen Maru Gothic';
  text-align: center;
  color:#fff;
  position: absolute;
  /* opacity: 1; */
  z-index: 5;
}
/*TOPの赤丸の図形*/
.f_border_radius{
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  background-color: crimson;
  border-radius: 50%;
  position: absolute;
  bottom: 30rem;
  margin-left: 100rem;
  opacity: 1;
  right: 10rem;
  z-index: 5;
}
 /*TOP*/
.f_top{
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic';
  /* margin-top: 2rem; */
  /* margin-left: 2rem; */
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 白い鳥ここから */
.f_bird_white1{
  width: 4.4rem;
  height: 4.5rem;
  position: absolute;
  top: 12rem;
  left: 19rem;
}
.f_bird_white2{
  width: 4.4rem;
  height: 4.5rem;
  position: absolute;
  top: 18rem;
  left: 27rem;
}
.f_position{
  position: relative;
}
/* 白い鳥ここまで */


@media screen  and (max-width:699.98px){
  .footer_content{
    /* width: 37.5rem; */
    background-size: cover;
  }
  /*PC版の画像の非表示*/
  .footer_background{
    display: none !important;
  }
  /*SP版の背景画像の表示*/
  .sp_footer_img{
    display: block !important;
    width: 100%;
    position: relative;
  }
  /*div*/
  .footer_text{
    position: absolute;
  }
  /*お問い合わせはこちらからの図形*/
  .footer_radius{
    width: 34.1rem;
    height: 6.4rem;
    /* margin-left: 1rem; */
    opacity: 1;
    gap: 1rem;
    padding: 0 2.5rem;
  }
  /*矢印の図形の位置*/
  .footer_arrow{
    /* margin-left: 30rem; */
    /* opacity: 1; */
  }
  /*©SeiboPreschool2024*/
  .company_name{
    bottom: 2.5rem;
    /* margin-left: 10rem; */
    /* opacity: 1; */
  }
  /*TOPの赤丸*/
  .f_border_radius{
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  background-color: crimson;
  border-radius: 50%;
  position: absolute;
  bottom: 11rem;
  /* margin-left: 25rem; */
  opacity: 1;
  right: 1.2rem;
  }
  /*TOP*/
  .f_top{
    display: block;
    font-size: 2.2rem;
    
    /* font-family: 'Zen Maru Gothic'; */
    /* margin-top: 2rem; */
    /* margin-left: 2rem; */
    /* color: #fff; */
    /* opacity: 1; */
  }

  .footer_apple{
    height: 40rem;
    background-size: cover;
    background-position: center 4rem;
  }

  /* 白い鳥ここから */
  .f_bird_white1{
    width: 4.4rem;
    height: 4.5rem;
    position: absolute;
    top: 22rem;
    left: 15rem;
  }
  .f_bird_white2{
    width: 4.4rem;
    height: 4.5rem;
    position: absolute;
    top: 28rem;
    left: 23rem;
  }
  /* 白い鳥ここまで */
}
 
  
 