.newopen-slider {
  --swiper-navigation-color: #30b9d8 !important;
  --swiper-pagination-color: #30b9d8 !important;
  --swiper-navigation-size: 25px !important;
  padding-bottom: 30px;
}
.newopen-slider .swiper-slide img {
  border-radius: 7px;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2 - 20px);
}

#mv {
  position: relative;
}
#mv h1#index-logo {
  position: absolute;
  left: 2.5%;
  top: 2%;
  z-index: 1000;
  max-width: 414px;
  width: 60%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  #mv h1#index-logo {
    left: 20px;
    top: 20px;
  }
}
#mv .swiper-slide {
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 45px;
  font-size: 11.5384615385vw;
}
#mv .swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mv .swiper-slide {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .swiper-slide {
    height: 140vw;
  }
  #mv .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 140vw;
  }
}
@media screen and (min-width: 768px) {
  @keyframes zoomUp {
    0% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
  }
  #mv .swiper-slide-active .swiper-img,
  #mv .swiper-slide-duplicate-active .swiper-img,
  #mv .swiper-slide-prev .swiper-img {
    animation: zoomUp 10s linear 0s normal both;
  }
  #mv .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  @keyframes zoomUp {
    0% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
  }
  #mv .swiper-slide-active .swiper-img,
  #mv .swiper-slide-duplicate-active .swiper-img,
  #mv .swiper-slide-prev .swiper-img {
    animation: zoomUp 10s linear 0s normal both;
  }
}
#mv .news_area {
  z-index: 5;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1.3rem 1rem 1rem;
}
#mv .news_area a {
  position: relative;
  display: flex;
  gap: 20px;
}
#mv .news_area a:hover {
  text-decoration: none;
}
#mv .news_area .news_content {
  color: #534d59;
}
#mv .news_area__icon {
  line-height: 0%;
}
#mv .news_area__inner {
  position: relative;
}
#mv .news_area__inner .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
}
#mv .news_area__inner .news_title h2 {
  margin: 0 0 5px 0;
  line-height: 130%;
  font-size: 18px;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #mv .news_area__inner .news_title h2 {
    font-size: 20px;
  }
}
#mv .news_area__inner .news_content p {
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  #mv .news_area__inner .news_content p {
    font-size: 13px;
  }
}
#mv .news_area p {
  margin: 0;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  #mv .news_area {
    max-width: 640px;
    bottom: 1.5rem;
    right: 2rem;
  }
  #mv .news_area__icon {
    max-width: 120px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #mv .news_area {
    width: 90%;
    margin: 0 auto;
    bottom: -5rem;
    right: 0;
    left: -5%;
    padding: 1rem;
  }
  #mv .news_area a {
    gap: 10px;
  }
  #mv .news_area__icon {
    width: 25%;
  }
  #mv .news_area__icon img {
    width: 100%;
  }
  #mv .news_area__inner {
    width: 75%;
    position: relative;
  }
  #mv .news_area__inner .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: -30px;
  }
  #mv .news_area__inner .news_title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #mv .news_area__inner .news_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.box-white {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .box-white {
    padding: 2rem 2rem;
  }
}
.box-white h3 {
  margin: 0 0 2rem;
  text-align: center;
  color: #30b9d8;
  font-weight: 500;
  border-bottom: none;
  font-size: 25px;
  font-size: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  .box-white h3 {
    font-size: 30px;
  }
}

#wrap .wrap-content__inner .inner {
  margin: 10vw 0;
}
#wrap .wrap-content__inner .content-box {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner .content-box {
    padding: 4rem 0;
  }
}
#wrap .wrap-content__inner #newopen {
  background-color: #fffee9;
  position: relative;
  padding-top: 6rem;
}
#wrap .wrap-content__inner #newopen h2 {
  line-height: 200%;
  margin-top: 0;
  margin-bottom: 0;
}
#wrap .wrap-content__inner #newopen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.png);
  mix-blend-mode: color-burn;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #newopen .w_932 {
    display: flex;
  }
  #wrap .wrap-content__inner #newopen .w_932 .newopen__inner-copy {
    order: 1;
    margin-left: 30px;
  }
  #wrap .wrap-content__inner #newopen .w_932 .newopen__inner-slider {
    width: 50%;
  }
}
#wrap .wrap-content__inner #about {
  background-color: #e1f9f8;
  position: relative;
}
#wrap .wrap-content__inner #about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.png);
  mix-blend-mode: color-burn;
  z-index: 1;
}
#wrap .wrap-content__inner #about h2 {
  margin-bottom: 0;
}
#wrap .wrap-content__inner #about h2.cont-tit {
  line-height: 140%;
  font-size: 30px;
  font-size: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #about h2.cont-tit {
    font-size: 42px;
  }
}
#wrap .wrap-content__inner #about h2.cont-tit .sub-tit {
  background-color: #ffabab;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 20px;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #about h2.cont-tit .sub-tit {
    font-size: 20px;
  }
}
#wrap .wrap-content__inner #about h2.cont-tit .sub-tit small {
  font-size: 0.7rem;
}
#wrap .wrap-content__inner #about .kome {
  font-size: 10px;
  font-size: 2.5641025641vw;
  margin: 0 0 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #about .kome {
    font-size: 13px;
  }
}
#wrap .wrap-content__inner #about ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#wrap .wrap-content__inner #about ul li {
  list-style: none;
  width: calc((100% - 10px) / 2);
}
#wrap .wrap-content__inner #about ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #about ul {
    gap: 0 20px;
  }
  #wrap .wrap-content__inner #about ul li {
    width: calc((100% - 40px) / 3);
  }
  #wrap .wrap-content__inner #about ul li:nth-child(1) {
    order: 2;
  }
  #wrap .wrap-content__inner #about ul li:nth-child(2) {
    order: 1;
  }
  #wrap .wrap-content__inner #about ul li:nth-child(3) {
    order: 3;
  }
  #wrap .wrap-content__inner #about ul li:nth-child(4) {
    order: 4;
  }
  #wrap .wrap-content__inner #about ul li:nth-child(5) {
    order: 5;
  }
  #wrap .wrap-content__inner #about ul li:nth-child(6) {
    order: 6;
  }
}
#wrap .wrap-content__inner #about_other {
  background-color: #fff2f0;
  position: relative;
}
#wrap .wrap-content__inner #about_other::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.png);
  mix-blend-mode: color-burn;
  z-index: 1;
}
#wrap .wrap-content__inner #about_other ul {
  margin-left: 1rem;
}
#wrap .wrap-content__inner #childcare {
  background: linear-gradient(0deg, rgb(138, 233, 187) 0%, rgb(172, 224, 151) 75%, rgb(172, 224, 151) 100%);
  position: relative;
}
#wrap .wrap-content__inner #childcare::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.png);
  mix-blend-mode: color-burn;
  z-index: 1;
}
#wrap .wrap-content__inner #childcare .cont-tit {
  color: #fff;
}
#wrap .wrap-content__inner #childcare .year-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#wrap .wrap-content__inner #childcare .year-list li {
  width: calc((100% - 10px) / 2);
  list-style: none;
  margin-bottom: 1.4rem;
}
#wrap .wrap-content__inner #childcare .onedaylist {
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrap .wrap-content__inner #childcare .onedaylist {
    padding-bottom: 15%;
  }
}
#wrap .wrap-content__inner #childcare .onedaylist::after {
  position: absolute;
  content: "";
  background-image: url(../img/onedaylist_illust.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60%;
  height: 13%;
  bottom: -3%;
  left: 10px;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #childcare .onedaylist::after {
    max-width: 326px;
    height: 150px;
    width: 30%;
    height: 30%;
    aspect-ratio: 326/150;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #childcare .year-list {
    max-width: 932px;
    margin: 0 auto;
    gap: 0 20px;
  }
  #wrap .wrap-content__inner #childcare .year-list li {
    width: calc((100% - 40px) / 3);
  }
  #wrap .wrap-content__inner #childcare .onedaylist div {
    display: flex;
    justify-content: center;
  }
}
#wrap .wrap-content__inner #instagram h2 img {
  width: 30px;
}
#wrap .wrap-content__inner #faq {
  background-color: #f3fffb;
  position: relative;
}
#wrap .wrap-content__inner #faq a {
  text-decoration: underline;
}
#wrap .wrap-content__inner #faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.png);
  mix-blend-mode: color-burn;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrap .wrap-content__inner #faq .box-white {
    padding: 10px;
  }
}
#wrap .wrap-content__inner #faq .question,
#wrap .wrap-content__inner #faq .answer {
  padding: 1rem 0;
  display: flex;
  font-weight: 500;
}
#wrap .wrap-content__inner #faq .question::before,
#wrap .wrap-content__inner #faq .answer::before {
  display: block;
}
#wrap .wrap-content__inner #faq .question p,
#wrap .wrap-content__inner #faq .answer p {
  margin: 0;
}
#wrap .wrap-content__inner #faq .question {
  color: #30b9d8;
  cursor: pointer;
  margin-left: 0.5em;
  line-height: 150%;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #faq .question {
    font-size: 20px;
  }
}
#wrap .wrap-content__inner #faq .question p {
  margin-right: 0.5rem;
  width: calc(100% - 1.4rem);
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #faq .question p {
    width: calc(100% - 28px);
  }
}
#wrap .wrap-content__inner #faq .question::before {
  content: "Q.";
  margin-right: 0.3rem;
}
#wrap .wrap-content__inner #faq .question::after {
  align-self: center;
  justify-self: right;
  content: "";
  background-image: url(../img/icn_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  padding-left: 5px;
  margin-left: auto;
  display: block;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #faq .question::after {
    width: 28px;
    height: 28px;
  }
}
#wrap .wrap-content__inner #faq .question.on::after {
  background-image: url(../img/icn_minus.svg);
}
#wrap .wrap-content__inner #faq .answer {
  display: none;
  border-top: 1px solid #b7e6ed;
  padding-left: 1.5em;
  margin-left: 0.5em;
  line-height: 150%;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  #wrap .wrap-content__inner #faq .answer {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #wrap .wrap-content__inner #faq .answer .box-white {
    padding: 10px;
  }
}
#wrap .wrap-content__inner #faq .answer p {
  display: block;
  text-indent: -1.2em;
}
#wrap .wrap-content__inner #faq .answer p::before {
  content: "A.";
  margin-right: 0.3rem;
}

#icn_photo {
  width: 80px;
  position: fixed;
  top: 2%;
  right: 2.5%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #icn_photo {
    width: 120px;
    top: 20px;
    right: 20px;
  }
}/*# sourceMappingURL=index.css.map */