@charset "UTF-8";
/* ---------------------------------------*/
/* メインビジュアル */
/* ---------------------------------------*/
.s-mainvisual-decoration-01 {
  position: absolute;
  width: 40px;
  top: 70px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-01 {
    width: 52px;
    top: 228px;
    left: auto;
    right: calc(50% + 570px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-decoration-01 {
    right: auto;
    left: 5vw;
  }
}

.s-mainvisual-decoration-02 {
  position: absolute;
  width: 56px;
  top: 190px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-02 {
    width: 94px;
    top: 230px;
  }
}

.s-mainvisual-decoration-03 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-03 {
    width: 118px;
    top: 222px;
    left: calc(50% + 420px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-mainvisual-decoration-03 {
    left: auto;
    right: 15vw;
  }
}

/* ---------------------------------------*/
/* 特色ある保育 */
/* ---------------------------------------*/
.p-section {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding-bottom: 170px !important;
  }
}

.s-unique {
  padding: 0 18px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .s-unique {
    margin-left: max(30px, 50% - 600px);
    margin-right: max(30px, 50% - 600px);
  }
}

.s-unique-lead {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.21428rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-unique-lead {
    font-size: 1.42857rem;
  }
}

.s-unique-decoration-01 {
  position: absolute;
  width: 74px;
  top: 150px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-unique-decoration-01 {
    width: 338px;
    top: 90px;
    left: auto;
    right: calc(50% + 380px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-unique-decoration-01 {
    width: 300px;
    right: calc(50% + 15vw);
  }
}

.s-unique-decoration-02 {
  position: absolute;
  width: 168px;
  top: -65px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-unique-decoration-02 {
    width: 325px;
    top: -47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-unique-decoration-02 {
    width: 300px;
    top: -20px;
  }
}

/* ---------------------------------------*/
/* 7つの特色 */
/* ---------------------------------------*/
.s-features {
  padding: 0 18px;
  margin-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .s-features {
    padding-left: max(30px, 50% - 600px);
    padding-right: max(30px, 50% - 600px);
    margin-bottom: 410px;
  }
}

.s-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}

.s-features-list__heading {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.35714rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px 48px;
  padding: 0;
  position: relative;
}
.s-features-list__heading::before {
  display: block;
  width: 38px;
  height: 29px;
  position: absolute;
  top: 0;
  left: -50px;
  counter-increment: number 1;
  content: counter(number);
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1.21428rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.25em 0 0;
}
@media screen and (min-width: 768px) {
  .s-features-list__heading {
    font-size: 1.375rem;
    line-height: 1.6;
    margin: 0 0 40px 95px;
  }
  .s-features-list__heading::before {
    font-size: 2.1875rem;
    width: 77px;
    height: 57px;
    top: -0.3em;
    left: -90px;
  }
}

.s-features-list__item {
  position: relative;
}
.s-features-list__item:nth-child(1) {
  margin: 0 0 70px;
}
.s-features-list__item:nth-child(2) {
  margin: 0 0 120px;
}
.s-features-list__item:nth-child(3) {
  margin: 0 0 67px;
}
.s-features-list__item:nth-child(4) {
  margin: 0 0 145px;
}
.s-features-list__item:nth-child(5) {
  margin: 0 0 130px;
}
.s-features-list__item:nth-child(6) {
  margin: 0 0 70px;
}
.s-features-list__item:nth-child(1) .s-features-list__heading::before, .s-features-list__item:nth-child(3) .s-features-list__heading::before, .s-features-list__item:nth-child(7) .s-features-list__heading::before {
  background: url(/wpapp/wp-content/themes/osakahigashi/img/unique/background-number_01.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.s-features-list__item:nth-child(2) .s-features-list__heading::before, .s-features-list__item:nth-child(6) .s-features-list__heading::before {
  background: url(/wpapp/wp-content/themes/osakahigashi/img/unique/background-number_02.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.s-features-list__item:nth-child(4) .s-features-list__heading::before {
  background: url(/wpapp/wp-content/themes/osakahigashi/img/unique/background-number_03.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.s-features-list__item:nth-child(5) .s-features-list__heading::before {
  background: url(/wpapp/wp-content/themes/osakahigashi/img/unique/background-number_04.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.s-features-list__item:nth-child(2) .s-features-list__heading::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(/wpapp/wp-content/themes/osakahigashi/img/unique/image_number_deco_01.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -16px;
  left: -69px;
}
@media screen and (min-width: 768px) {
  .s-features-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-features-list__item:nth-child(1) {
    margin: 0 0 95px;
  }
  .s-features-list__item:nth-child(2) {
    margin: 0 0 95px;
  }
  .s-features-list__item:nth-child(3) {
    margin: 0 0 85px;
  }
  .s-features-list__item:nth-child(4) {
    margin: 0 0 95px;
  }
  .s-features-list__item:nth-child(5) {
    margin: 0 0 90px;
  }
  .s-features-list__item:nth-child(6) {
    margin: 0 0 130px;
  }
  .s-features-list__item:nth-child(even) .s-features-slider--class, .s-features-list__item:nth-child(even) .s-features-slider--play, .s-features-list__item:nth-child(even) .s-features-slider--fun, .s-features-list__item:nth-child(even) .s-features-slider--life, .s-features-list__item:nth-child(even) .s-features-slider--eat, .s-features-list__item:nth-child(even) .s-features-slider--nobinobi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .s-features-list__item:nth-child(even) .s-features-list__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .s-features-list__item:nth-child(7) {
    display: block;
  }
  .s-features-list__item:nth-child(7) .s-features-list__text {
    width: 66%;
    margin: 0 auto;
  }
  .s-features-list__item:nth-child(2) .s-features-list__heading::after {
    width: 56px;
    height: 54px;
    top: -50px;
    left: -130px;
  }
}

.s-features-slider--class, .s-features-slider--play, .s-features-slider--fun, .s-features-slider--life, .s-features-slider--eat, .s-features-slider--nobinobi {
  margin: 0 0 25px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .s-features-slider--class, .s-features-slider--play, .s-features-slider--fun, .s-features-slider--life, .s-features-slider--eat, .s-features-slider--nobinobi {
    width: 50%;
    padding: 0;
  }
}

.s-features-slider--nobinobi .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_01.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_01.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--nobinobi .p-mask-slider .splide__pagination {
    bottom: 11.6%;
    right: 8.3%;
  }
}

.s-features-slider--eat .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_02.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_02.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--eat .p-mask-slider .splide__pagination {
    bottom: 7.4%;
    left: 8.3%;
  }
}

.s-features-slider--life .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_03.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_03.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--life .p-mask-slider .splide__pagination {
    bottom: 0;
    left: 8.3%;
  }
}

.s-features-slider--fun .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_04.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_04.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--fun .p-mask-slider .splide__pagination {
    bottom: 8.8%;
    right: 8.3%;
  }
}

.s-features-slider--play .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_05.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_05.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--play .p-mask-slider .splide__pagination {
    bottom: 0;
    left: 8.3%;
  }
}

.s-features-slider--class .p-mask-slider .splide__track {
  -webkit-mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_06.svg);
          mask-image: url(/wpapp/wp-content/themes/osakahigashi/img/unique/bg_slider_mask_06.svg);
}
@media screen and (min-width: 768px) {
  .s-features-slider--class .p-mask-slider .splide__pagination {
    bottom: 6.9%;
    left: 8.3%;
  }
}

@media screen and (min-width: 768px) {
  .s-features-list__text {
    width: 45%;
  }
}

.s-features-list__description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .s-features-list__description {
    font-size: 1rem;
    line-height: 2;
  }
}

.s-features-decoration-01 {
  position: absolute;
  width: 147px;
  top: -60px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-features-decoration-01 {
    width: 350px;
    top: -65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-features-decoration-01 {
    width: 270px;
  }
}

.s-features-decoration-02 {
  position: absolute;
  width: 87px;
  top: 53px;
  left: calc(50% + 63px);
}
@media screen and (min-width: 768px) {
  .s-features-decoration-02 {
    width: 156px;
    top: 35px;
    left: calc(50% + 410px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-features-decoration-02 {
    left: auto;
    right: 5vw;
  }
}

.s-features-decoration-03 {
  position: absolute;
  width: 100px;
  top: -95px;
  left: calc(50% + 39px);
}
@media screen and (min-width: 768px) {
  .s-features-decoration-03 {
    width: 156px;
    top: -43px;
    left: calc(50% + 526px);
  }
}

.s-features-decoration-04 {
  position: absolute;
  width: 265px;
  top: -125px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .s-features-decoration-04 {
    width: 402px;
    top: -170px;
    left: auto;
    right: calc(50% + 333px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-features-decoration-04 {
    width: 360px;
    top: -15vw;
    right: auto;
    left: 5vw;
  }
}

.s-features-decoration-05 {
  position: absolute;
  width: 152px;
  top: -95px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .s-features-decoration-05 {
    width: 253px;
    top: -160px;
    right: auto;
    left: calc(50% + 415px);
  }
}