@charset "UTF-8";
/* CSS Document */
/*----------トップセクション----------*/
.section-top {
  background: #caedf5 url("../preschool_img/hero-img.png");
  background-size: 53% auto;
  background-repeat: no-repeat;
  background-position: center 180px;
  height: 1000px;
  margin: 13px auto 120px;
  position: relative
}
.section-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 100%;
  height: 62px;
  background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
  background-size: 100% auto;
}
.section-top h2 {
  font-family: Kiwi Maru;
  font-size: 4.8rem;
  color: #2a9eb8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20vw;
}
.section-top h2 {
  padding: 60px 0 0 0;
}
.section-top img {
  width: 100px;
  height: 100%;
  padding-right: 10px;
}
.lead {
  font-family: Kiwi Maru;
  font-size: 1.8rem;
  width: 56vw;
  margin: 0 auto;
  padding: 44vw 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: 546px) and (max-width: 768px) {
  .section-top {
    background: #caedf5 url("../preschool_img/mobile-hero_img.png");
    background-size: 58% auto;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 860px;
    margin: 3px auto 60px;
    position: relative
  }
  .section-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 62px;
    background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .section-top h2 {
    font-size: 3.2rem;
    padding: 30px 0 0 0;
    margin-left: 0;
    justify-content: center;
  }
  .section-top img {
    width: 60px;
  }
  .lead {
    font-size: 1.6rem;
    width: 84vw;
    padding: 80vw 0 0 0;
  }
  .lead span {
    font-size: 2.0rem
  }
}
@media (max-width: 545px) {
  .section-top {
    background: #caedf5 url("../preschool_img/mobile-hero_img.png");
    background-size: 58% auto;
    background-repeat: no-repeat;
    background-position: center 100px;
    height: 720px;
    margin: 3px auto 60px;
    position: relative
  }
  .section-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 62px;
    background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
    background-size: 100% auto;
  }
  .section-top h2 {
    font-size: 3.2rem;
    padding: 30px 0 0 0;
    margin-left: 0;
    justify-content: center;
  }
  .section-top img {
    width: 60px;
  }
  .lead {
    font-size: 1.6rem;
    width: 84vw;
    padding: 80vw 0 0 0;
  }
  .lead span {
    font-size: 2.0rem
  }
}
/*----------1日の流れセクション----------*/
.section-schedule {
  position: relative;
  margin-bottom: 120px;
}
.section-schedule::before {
  content: "";
  position: absolute;
  left: 0;
  top: -146px;
  width: 100%;
  height: 55px;
  background: url("../preschool_img/lightblue-nami.png") repeat-x left top;
  background-size: 100% auto;
}
.section-schedule h2 {
  display: flex;
  align-items: stretch;
}
.sea-penguin {
  width: 70px;
  height: 100%;
  animation: yurayura_p 5s linear infinite;
}
@keyframes yurayura_p {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.daily-schedule_img {
  width: 265px;
  padding: 0 0 60px 30px;
  margin-left: 20vw;
}
.daily-schedule_outline {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.daily-schedule {
  width: 43vw;
}
.section-schedule ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
}
.time {
  color: #FFF;
  background-color: #2a9eb8;
  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: #2a9eb8;
  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;
  width: calc(100% - 104px);
  line-height: 1.9;
}
.schedule-img {
  width: 251px;
  margin-left: 3vw;
}
.schedule-img img {
  padding-bottom: 40px;
}
.btn {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  margin-left: 60vw;
  /*アニメーションの指定*/
  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: #fd6800;
  font-size: 2.5rem;
  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);
}
/*----------タブレット版1日の流れセクション----------*/
@media (min-width: 769px) and (max-width: 1020px) {
  .section-schedule::before {
    top: -133px;
  }
}
/*----------モバイル版1日の流れセクション----------*/
@media (max-width:768px) {
  .section-schedule::before {
    top: -69px;
    height: 38px;
  }
  .daily-schedule_img {
    width: 165px;
    height: 100%;
    padding: 0;
    margin: 0 0 30px 27vw;
  }
  .sea-penguin {
    width: 60px;
    height: 100%;
  }
  .daily-schedule_outline {
    display: block;
    margin-bottom: 10px;
  }
  .daily-schedule {
    width: 84vw;
    margin: 0 auto 40px;
  }
  .section-schedule ul li {}
  .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;
    line-height: 1.6;
  }
  .schedule-img {
    margin: 0 auto;
  }
  .button_admission-information {
    font-size: 1.5rem;
    padding: 5px 0 7px 0;
    margin: 0 0 100px 29vw;
  }
  .btn span {
    font-size: 1.6rem;
  }
  .bgleft:before {
    height: 85%;
    top: 2px;
  }
}