@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.p-kids-dep_btn {
  width: 14.6rem;
  height: 5.6rem;
  margin-top: 4rem;
}

.kids-parent_inner {
  padding-block: 14rem;
}

.kids-parent_cnt {
  width: 100%;
  background-color: #F5F3EE;
  border-radius: 2rem;
  position: relative;
  padding: 5.8rem 6.2rem;
}
@media screen and (max-width: 768px) {
  .kids-parent_cnt {
    padding: 5.8rem 2rem;
  }
}

.kids-parent_img {
  width: 10.5rem;
  position: absolute;
  right: 10rem;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .kids-parent_img {
    width: 6.5rem;
    right: 3rem;
    top: -2rem;
  }
}

.kids-parent_block {
  margin-top: 3rem;
  padding: 6rem 7.7rem 6rem 5rem;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kids-parent_block {
    padding: 6rem 2rem;
    flex-direction: column;
  }
}

.kids-parent_bubbleArea {
  width: 39.6rem;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .kids-parent_bubbleArea {
    width: 100%;
  }
}

.kids-parent_bubble {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F8F9FB;
  border-radius: 9999px;
  padding: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kids-parent_bubble {
    padding: 1.4rem;
  }
}
.kids-parent_bubble p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .kids-parent_bubble p {
    font-size: 1.4rem;
  }
}
.kids-parent_bubble::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  background-color: #F8F9FB;
  width: 3.235rem;
  height: 2.8rem;
  background-color: inherit;
  rotate: -30deg;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.kids-parent_bubble.--right {
  margin-left: auto;
  margin-top: 3rem;
  padding: 1.8rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .kids-parent_bubble.--right {
    padding: 1.4rem 1.8rem;
  }
}
.kids-parent_bubble.--right::before {
  left: auto;
  right: 1rem;
  rotate: 30deg;
}

.kids-parent_textArea {
  width: 40.2rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .kids-parent_textArea {
    width: 100%;
    font-size: 1.6rem;
  }
}