/* Scss Document */
/* Scss Document */
#slider-wrap {
  width: 100%;
  margin: 0 auto 6rem; }

#slider-wrap .slide-bg-inner {
  width: 100%;
  height: 800px;
  position: relative;
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%; }

@media (max-width: 960px) {
  #slider-wrap .slide-bg-inner {
    height: 535px; } }
@media (max-width: 560px) {
  #slider-wrap .slide-bg-inner {
    height: 370px; } }

#slider-wrap .slide_item1 {
  background-image: url("https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2024/10/slide_gpp.jpg"); }
#slider-wrap .slide_item1 .text {
  width: 400px;
  position: absolute;
  top: 65%;
  left: calc(11% - 50px); }
@media (max-width: 960px) {
  #slider-wrap .slide_item1 .text {
    width: 320px;
    left: calc(20% - 90px); } }
@media (max-width: 560px) {
  #slider-wrap .slide_item1 .text {
    width: 350px;
    left: calc(30% - 95px); } }

#slider-wrap .slide_item2 {
  background-image: url("https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2024/04/slide_hoshiyama.jpg"); }
#slider-wrap .slide_item2 .text {
  width: 400px;
  position: absolute;
  top: 65%;
  left: calc(11% - 50px); }
@media (max-width: 960px) {
  #slider-wrap .slide_item2 .text {
    width: 320px;
    left: calc(20% - 90px); } }
@media (max-width: 560px) {
  #slider-wrap .slide_item2 .text {
    width: 350px;
    left: calc(30% - 95px); } }

#slider-wrap .slide_item3 {
  background-image: url(https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2024/01/slide_talk_featurekids.jpg); }
#slider-wrap .slide_item3 .text {
  width: 400px;
  position: absolute;
  top: 65%;
  left: calc(11% - 50px); }

@media (max-width: 960px) {
  #slider-wrap .slide_item3 .text {
    width: 320px;
    left: calc(20% - 90px); } }
@media (max-width: 560px) {
  #slider-wrap .slide_item3 .text {
    width: 350px;
    left: calc(30% - 95px); } }

#slider-wrap .slide_item5 {
  background-image: url(https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2024/08/slide_talksession_smallscale_childcare_new.jpg); }

#slider-wrap .slide_item5 .text {
  width: 400px;
  position: absolute;
  top: 65%;
  left: calc(11% - 50px); }

@media (max-width: 960px) {
  #slider-wrap .slide_item5 .text {
    width: 320px;
    left: calc(20% - 90px); } }
@media (max-width: 560px) {
  #slider-wrap .slide_item5 .text {
    width: 350px;
    left: calc(30% - 95px); } }
#slider-wrap .slide_item4 {
  background-image: url(https://www.miraikeikaku.jp/wordpress2020/wp-content/themes/mirai/img/top/slide_yokote.jpg); }

#slider-wrap .slide_item4 .text {
  width: 400px;
  position: absolute;
  top: 65%;
  left: calc(11% - 50px); }

@media (max-width: 960px) {
  #slider-wrap .slide_item4 .text {
    width: 320px;
    left: calc(20% - 90px); } }
@media (max-width: 560px) {
  #slider-wrap .slide_item4 .text {
    width: 350px;
    left: calc(30% - 95px); } }
#slider-wrap .slick-active .s-fade-txt {
  animation: FadeAni 2s ease-out .1s; }

@keyframes FadeAni {
  0% {
    opacity: 0;
    transform: translate(0, 50px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
#slider-wrap .swing {
  transform-origin: middle center;
  animation: burabura ease 5s infinite; }

@keyframes burabura {
  0% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(-10deg); } }
#slider-wrap .slide-dots {
  text-align: center;
  margin-top: -40px; }

@media (max-width: 560px) {
  #slider-wrap .slide-dots {
    margin-top: -30px; } }
#slider-wrap .slide-dots li {
  display: inline-block;
  margin: 0 10px; }

#slider-wrap .slide-dots li button {
  position: relative;
  font-size: 0;
  text-indent: -500px;
  overflow: hidden;
  white-space: nowrap;
  width: 16px !important;
  height: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  background-color: #96adcf; }

#slider-wrap .slide-dots li.slick-active button {
  background-color: #f0d2cc; }

section.asobito {
  margin-bottom: 100px; }
  section.asobito h2 {
    text-align: center;
    margin-bottom: 50px; }
    section.asobito h2 img {
      height: 35px;
      width: auto; }
  section.asobito p {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.5rem; }
  @media (max-width: 560px) {
    section.asobito {
      width: 90%;
      margin: auto auto 60px; }
      section.asobito h2 {
        text-align: center;
        margin-bottom: 30px; }
        section.asobito h2 img {
          height: 24px; }
      section.asobito p {
        text-align: left;
        font-size: 1.4rem; }
        section.asobito p br {
          display: none; } }

section.about {
  margin-bottom: 150px; }
  section.about h2 {
    margin-bottom: 70px; }
    section.about h2 img {
      height: 60px;
      width: auto; }
  section.about h3 {
    margin-bottom: 50px; }
    section.about h3 img {
      height: 33px;
      width: auto; }
  section.about p.p_1 {
    /*font-weight: bold;*/
    font-size: 1.5rem; }
  section.about p.p_2 {
    /*font-weight: bold;*/
    font-size: 1.1rem; }
  section.about .wrap {
     }
    section.about .wrap h3 img {
      height: 28px;
      width: auto; }
      @media (max-width: 960px) {
		  section.about .wrap h3 img {
      height: 79px;
      width: auto; } }
  section.about .arrow {
    margin-top: 30px;
    text-align: right; }
  @media (max-width: 560px) {
    section.about {
      margin-bottom: 100px; }
      section.about h2 {
        margin-bottom: 35px; }
        section.about h2 img {
          height: 75px; }
      section.about h3 {
        margin-bottom: 25px; }
        section.about h3 img {
          height: 24px; }
      section.about p.p_1 {
        font-size: 1.3rem; }
      section.about p.p_2 {
        font-size: 1.1rem; }
      section.about .wrap {
        flex-direction: column;
        padding: 0;
        margin: 20px auto;
        justify-content: flex-start; }
        section.about .wrap h3 {
          margin-bottom: 5px;
          width: 100%; }
          section.about .wrap h3 img {
            height: 53px; }
        section.about .wrap h4 img {
          height: auto;
          width: 100%; } }

section.news .arrow {
  text-align: right; }

@media (max-width: 960px) {
  section.news .arrow a img {
    height: 31px;
    width: auto; } }
@media (max-width: 560px) {
  section.news .arrow a img {
    height: 27px;
    width: auto; } }
section.miraien .wrap-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem; }

@media (max-width: 960px) {
  section.miraien .wrap-title {
    flex-direction: column; } }
section.miraien .wrap-title p {
  line-height: 1.6em; }

section.miraien .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

section.miraien .wrap article {
  position: relative;
  margin-bottom: 4%; }
section.miraien .wrap p.address {
  text-align: center;
font-weight: 500;}

section.miraien .wrap article:nth-of-type(-n+2) {
  width: 48%; }

@media (max-width: 560px) {
  section.miraien .wrap article:nth-of-type(-n+2) {
    width: 100%; } }
section.miraien .wrap article:nth-of-type(n+3) {
  width: 33.3%; }

@media (max-width: 560px) {
  section.miraien .wrap article:nth-of-type(n+3) {
    width: 100%; } }
section.miraien .wrap article a {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s; }

section.miraien .wrap article a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8); }

section.miraien .wrap article a .title {
  color: #666666;
  letter-spacing: 0.05;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500; }

section.miraien .wrap article a:hover {
  opacity: 1; }

section.miraien .arrow {
  text-align: right; }

@media (max-width: 960px) {
  section.miraien .arrow a img {
    height: 31px;
    width: auto; } }
@media (max-width: 560px) {
  section.miraien .arrow a img {
    height: 27px;
    width: auto; } }

section.gakudo {
  margin-bottom: 6rem; }
section.gakudo .wrap-title {
  margin-bottom: 3rem; }

section.gakudo .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

section.gakudo .wrap article {
  position: relative;
  margin-bottom: 4%; }
section.gakudo .wrap p.address {
  text-align: center;
font-weight: 500;}

section.gakudo .wrap article {
  width: 48%; }
@media (max-width: 560px) {
  section.gakudo .wrap article {
    width: 100%; } }
section.gakudo .wrap article a {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s; }

section.gakudo .wrap article a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8); }

section.gakudo .wrap article a .title {
  color: #666666;
  letter-spacing: 0.05;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500; }

section.gakudo .wrap article a:hover {
  opacity: 1; }

section.link {
  margin-bottom: 6rem; }

section.link .wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

section.link .wrap article {
  width: 20%; }

@media (max-width: 560px) {
  section.link .wrap article {
    width: 50%; } }
