@charset "UTF-8";
/* CSS Document */
/*----------トップセクション----------*/
.section-top {
  background: #f5ce69 url("../elementary_img/top-img.png");
  background-size: 53% auto;
  background-repeat: no-repeat;
  background-position: center 180px;
  height: 1050px;
  margin: 13px auto 120px;
  position: relative
}
.section-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 100%;
  height: 62px;
  background: url("../elementary_img/elememtary-nami.png") repeat-x left top;
  background-size: 100% auto;
}
.section-top h2 {
  font-family: Kiwi Maru;
  font-size: 4.8rem;
  color: #035589;
  display: flex;
  justify-content: flex-start;
  margin-left: 20vw;
}
.section-top img {
  width: 95px;
  height: 100%;
  padding-right: 10px;
}
.section-top h2 {
  padding: 60px 0 0 0;
}
.lead {
  font-family: Kiwi Maru;
  font-size: 1.8rem;
  width: 52vw;
  margin: 0 auto;
  padding: 46vw 0 0 0;
}
.lead span {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
/*----------タブレット版トップセクション----------*/
@media (min-width: 769px) and (max-width: 1020px) {
  .section-top {
    height: 860px;
  }
  .section-top::before {
    top: -10px;
  }
  .lead {
    width: 75vw;
  }
}
/*----------モバイル版トップセクション----------*/
@media (min-width: 570px) and (max-width: 768px) {
  .section-top {
    background: #f5ce69 url("../elementary_img/mobile-top_img.png");
    background-size: 58% auto;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 830px;
    margin: 3px auto 60px;
    position: relative
  }
  .section-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 50vw;
    background: url("../elementary_img/elememtary-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .section-top h2 {
    font-size: 3.2rem;
    padding: 26px 0 0 0;
    margin-left: 0;
    justify-content: center;
  }
  .section-top img {
    width: 60px;
  }
  .lead {
    font-size: 1.5rem;
    width: 84vw;
    padding: 78vw 0 0 0;
  }
  .lead span {
    font-size: 2.0rem
  }
}
@media (max-width: 570px) {
  .section-top {
    background: #f5ce69 url("../elementary_img/mobile-top_img.png");
    background-size: 58% auto;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 740px;
    margin: 3px auto 60px;
    position: relative
  }
  .section-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 50vw;
    background: url("../elementary_img/elememtary-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .section-top h2 {
    font-size: 3.2rem;
    padding: 26px 0 0 0;
    margin-left: 0;
    justify-content: center;
  }
  .section-top img {
    width: 60px;
  }
  .lead {
    font-size: 1.5rem;
    width: 84vw;
    padding: 78vw 0 0 0;
  }
  .lead span {
    font-size: 2.0rem
  }
}
/*----------教育理念セクション----------*/
.section-ideal {
  position: relative;
  margin-bottom: 120px;
}
.section-ideal::before {
  content: "";
  position: absolute;
  left: 0;
  top: -138px;
  width: 100%;
  height: 62px;
  background: url("../elementary_img/elememtary-nami.png") repeat-x left top;
  background-size: 100% auto;
}
.ideal-titles {
  margin: 110px auto 60px;
  display: flex;
  justify-content: center;
}
.ideal-title_img {
  width: 108px;
  height: 100%;
  padding-right: 25px;
}
.three-trees {
  padding-right: 0;
  width: 125px;
  height: 100%;
}
.ideal-title {
  width: 55vw;
}
.ideal-title_1 {
  font-size: 2.0rem;
  font-family: Kiwi Maru;
}
.ideal-title_2 {
  font-size: 3.6rem;
  color: #2a9eb8;
  font-family: Kiwi Maru;
  padding-bottom: 25px;
}
.ideal-title_3 {
  font-size: 1.6rem;
  color: #fd6800
}
.ideal-title_3 span {
  font-size: 2.0rem;
}
.pc-hidden {
  display: none;
}
.ideal-description_1, .ideal-description_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.ideal-description_1 img {
  width: 212px;
  height: 100%;
  padding-right: 60px;
}
.ideal-description_1 p, .ideal-description_2 p {
  width: 55vw;
}
.ideal-description_1 span, .ideal-description_2 span {
  font-size: 2.0rem;
}
.ideal-description_2 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.ideal-description_2 p {
  width: 46vw;
}
.ideal-description_2 img {
  width: 300px;
  height: 100%;
  padding-left: 40px;
}
/*----------モバイル版教育理念セクション----------*/
@media (max-width:768px) {
  .section-ideal::before {
    top: -69px;
  }
  .ideal-titles {
    margin: 60px 4vw 30px;
    display: flex;
    justify-content: center;
  }
  .ideal-titles img {
    width: 86px;
    height: 100%;
    padding-right: 25px;
  }
  .ideal-title_1 {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .ideal-title_2 {
    font-size: 2.2rem;
    line-height: 1.3em;
  }
  .pc-hidden span {
    font-size: 1.8rem;
  }
  .pc-hidden {
    display: block;
    font-size: 1.5rem;
    width: 85vw;
    margin: 0 auto;
    color: #fd6800;
  }
  .ideal-title_3 {
    display: none
  }
  .ideal-description_1, .ideal-description_2 {
    display: block;
    text-align: center;
  }
  .ideal-description_1 img {
    padding: 40px 0;
  }
  .ideal-description_1 p, .ideal-description_2 p {
    width: 86vw;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 auto;
  }
  .ideal-description_1 span, .ideal-description_2 span {
    font-size: 1.8rem;
  }
  .ideal-description_2 img {
    padding: 0 0 40px 0;
  }
}
/*----------教育方針セクション----------*/
.section-policy {
  margin-bottom: 100px;
}
.policy-title {
  margin: 10px auto 60px;
  display: flex;
  justify-content: center;
}
.ideal-title {
  width: 55vw;
}
.policy-title_img {
  width: 108px;
  height: 100%;
  padding-right: 25px;
}
.policy_bird {
  width: 75px;
  height: 100%;
}
.policy-title_0 {
  display: flex;
}
.policy-title_1 {
  font-size: 3.6rem;
  color: #2a9eb8;
  font-family: Kiwi Maru;
  padding-bottom: 25px;
}
.policy-title_2 {
  font-size: 1.6rem;
  color: #fd6800
}
.policy-title_2 span {
  font-size: 2.0rem;
}
.policy-titles {
  width: 55vw;
}
.policy-details {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.policy-1 {
  width: 36vw;
  background-color: #caedf5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
}
.policy-2 {
  width: 36vw;
  background-color: #caf5e2;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: dashed 2px #5fd9a4;
  text-align: center;
}
.policy-1 h3 {
  font-family: Kiwi Maru;
  font-size: 2.8rem;
  width: 28vw;
  padding: 35px 0 15px;
  margin: 0 auto;
}
.policy-2 h3 {
  font-family: Kiwi Maru;
  font-size: 2.8rem;
  width: 225px;
  padding: 35px 0 15px;
  margin: 0 auto;
}
.policy-1 img, .policy-2 img {
  width: 196px;
  margin: 0 auto;
}
.policy-1 p, .policy-2 p {
  padding: 30px 4vw 50px;
}
.button_admission-information {
  background-color: #fd6800;
  border-radius: 30px;
  font-family: Kiwi Maru;
  color: #FFFFFF;
  font-size: 2.4rem;
  /*margin: 0 0 100px 60vw;*/
}
.admission-btn {
  text-align: center;
}
.btn {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  border: 2px solid #fd6800;
  border-radius: 30px;
  font-family: Kiwi Maru;
  color: #FFF;
  line-height: 1;
  padding: 5px 32px 5px 27px;
}
.btn:hover span {
  color: #035589;
  border: 2px solid #035589;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #edc14f; /*背景色*/
  border-radius: 30px;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.policy-2 {
  border-left: none;
}
/*----------モバイル版教育方針セクション----------*/
@media (max-width:768px) {
  .section-policy {
    position: relative;
    margin-bottom: 60px;
  }
  .section-policy::before {
    content: "";
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 62px;
    background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .policy-title_1 {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
  .policy-title_2 {
    font-size: 1.4rem;
  }
  .policy-title_2 span {
    font-size: 1.6rem
  }
  .policy-details {
    display: block;
  }
  .policy-1, .policy-2 {
    width: 100%;
    border-radius: 0;
  }
  .policy-1 h3, .policy-2 h3 {
    width: 83vw;
    font-size: 2.2rem;
  }
  .policy-1 p, .policy-2 p {
    font-size: 1.4rem;
    padding: 30px 0 40px;
    width: 83vw;
    text-align: left;
    margin: 0 auto;
  }
  .button_admission-information {
    /*margin: 0 0 100px 29vw;*/
    font-size: 1.6rem;
  }
  .btn span {
    font-size: 1.6rem;
    padding: 2px 32px 3px 27px;
  }
  .btn:hover span {
    color: #035589;
    border: 2px solid #035589;
  }
}
/*----------1日の流れセクション----------*/
.section-schedule {
  position: relative;
}
.section-schedule::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 85px;
  background: url("../elementary_img/nami-2lines.png") repeat-x left top;
  background-size: 100% auto;
}
.section-schedule h2 {
  margin: 30px auto 30px;
  padding-top: 110px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.daily-schedule_img {
  width: 300px;
  height: 100%;
  margin: 0;
}
.sea_orca {
  width: 130px;
  height: 100%;
  animation: jump_o 1.2s linear infinite;
  animation-duration: 2.0s;
}
@keyframes jump_o {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.1, 0.8) translate(0%, 20%);
  }
  50% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.0) translate(0%, -50%);
  }
  75% {
    transform: scale(0.9, 1.0) translate(0%, -20%);
  }
  85% {
    transform: scale(1.1, 0.9) translate(0%, 20%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.pc-hidden {
  display: none;
}
.daily-schedule_outline {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.daily-schedule {
  width: 43vw;
}
.schedule-img {
  width: 300px;
}
.schedule-img img {
  width: 300px;
  margin-bottom: 30px;
}
.section-schedule ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
}
.time {
  color: #FFF;
  background-color: #fd6800;
  font-weight: 500;
  letter-spacing: 0.3em;
  width: 104px;
  height: 104px;
  border-radius: 300px;
  padding: 35px 0 0 5px;
  position: relative;
  text-align: center;
}
.section-schedule ul li:not(:last-child) .time::after {
  content: "";
  width: 2px;
  height: calc(100% + 25px);
  background-color: #fd6800;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
}
.schedule-description {
  font-size: 1.8rem;
  padding-left: 3vw;
}
/*----------モバイル版1日の流れセクション----------*/
@media (max-width:768px) {
  .daily-schedule_img {
    width: 155px;
  }
  .sea_orca {
    width: 95px;
    height: 100%;
  }
  .pc-hidden {
    display: block;
  }
  .daily-schedule_outline {
    display: block;
  }
  .daily-schedule {
    width: 84vw;
    margin: 0 auto 40px;
  }
  .time {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    padding: 19px 8px;
  }
  .schedule-description {
    font-size: 1.4rem;
    padding-left: 4vw;
  }
  .section-schedule ul li {
    padding-left: 10vw;
  }
  .schedule-img img {
    max-width: 340px;
    padding: 0 0 30px 0;
  }
  .schedule-img {
    text-align: center;
    margin: 0 auto;
  }
}