.childCta {
  padding: 0 0 5rem;
}

.childCta--first {
  margin-top: 23rem;
}

.childCta__inner {
  position: relative;
  border: 3px solid #FF6000;
  border-radius: 1.2rem;
}

.childCta__photo {
  position: absolute;
  top: -23rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.6rem;
}

.childCta__photo img {
  display: block;
  width: 100%;
}

.childCta__content {
  margin: 0 auto;
  padding: 5rem 3rem 3rem;
  text-align: center;
}

.childCta__copy1 {
  font-size: 2.4rem;
  line-height: 2;
  color: #DA3344;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
}

.childCta__copy2 {
  font-size: 1.8rem;
  line-height: 1.9047619;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
  text-align: left;
  padding-left: 10rem;
}

.childCta__copy2 .ico {
  color: #1EA02C;
}

.childCta__ttl {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  line-height: 1.67647059;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
  color: #DA3344;
}

.childCta__tel {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.childCta__tel span {
  position: relative;
  display: inline-block;
  padding-left: 9rem;
  font-size: 4.5rem;
  line-height: 8rem;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
  color: #DA3344;
  text-align: left;
  letter-spacing: -0.05em;
}

.childCta__tel span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8rem;
  height: 4rem;
  transform: translateY(-60%);
  z-index: 1;
  background: url("../img/child/child_call.svg") no-repeat left center;
  background-size: contain;
}

.childCta__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.childCta__btn li {
  width: 26.8rem;
  max-width: calc(50% - 1.6rem);
  margin: 0 0.8rem 1.6rem;
}

.childCta__btn li a {
  display: block;
  padding: 0.8rem 0;
  background: #00BBDD;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  border-radius: 2rem;
  font-weight: bold;
  font-family: "Rounded-Mplus-1p-bold";
}

/* --------------------------------
   line contact
--------------------------------- */
.line-contact {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 3rem;
}

.line-contact-tel,
.line-contact-chat {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.line-contact-box {
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  background: #FFF5D2;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* chat */
.childCta__chat {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.9047619;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
}

/* PC：吹き出しは左 */
.line-contact-chat .line-contact-box {
  position: relative;
}

.line-contact-chat .line-contact-box::before {
  content: none;
}

.line-contact-chat .childCta__chat li {
  position: relative;
  display: inline-block;
  padding-left: 6rem;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.line-contact-chat .childCta__chat li::before {
  content: "";
  position: absolute;
  top: 18%;
  left: 0;
  width: 4.5rem;
  height: 4.5rem;
  transform: translateY(-50%);
  background: url("../img/child/icon_fukidashi_1.svg") no-repeat center center;
  background-size: contain;
}

.line-contact-chat .childCta__chat p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.childCta__chat_bn {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #DA3344;
  color: #fff;
  border-radius: 30px;
  font-size: 2.3rem;
  line-height: 1.4;
}

/* link */
.childCta__link {
  margin: 2rem auto 1rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  line-height: 1.9047619;
  font-weight: 900;
  font-family: "Rounded-Mplus-1p-heavy";
  text-align: center;
}

.childCta__link a {
  color: #1EA02C;
  text-decoration: underline;
}

.childCta__link a:hover {
  opacity: 0.7;
}

.childIntroduction {
  margin-bottom: 4.5rem;
  line-height: 2;
  font-weight: bold;
  font-family: "Rounded-Mplus-1p-bold";
  letter-spacing: 0.05em;
}

.childBlock1 {
  display: flex;
  justify-content: space-between;
}

.childBlock1__photo {
  order: 2;
  width: 25.5rem;
  flex-shrink: 0;
}

.childBlock1__photo img {
  display: block;
  width: 100%;
}

.childBlock1__desc {
  padding-right: 3rem;
}

.childBlock2 {
  padding: 2.5rem 1.5rem;
  background: #FFF5D2;
  border-radius: 1.2rem;
}

.childBlock2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.childBlock2 ul li {
  width: 37.6rem;
  max-width: 50%;
  font-size: 2.1rem;
  line-height: 1.9047619;
  letter-spacing: 0;
}

.childBlock2 ul li .ico {
  color: #FF6000;
}

.childBlock3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.95833333;
}

.childBlock4 {
  line-height: 2.10526316;
  letter-spacing: 0;
}

.childBlock4__photo img {
  display: block;
  width: 47.8rem;
  margin: 0 auto;
}

.childBlock4 p {
  margin-top: 1em;
}

.childBlock5 {
  margin-top: 3rem;
}

.childBlock5__item {
  margin-bottom: 4rem;
  padding: 3rem 5rem;
  border: 1.5rem solid #000;
  border-radius: 3rem;
}

.childBlock5__item .ttl {
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.19354839;
}

.childBlock5__item .desc {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 4rem;
}

.childBlock5__item .desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 6.5rem 0 6.5rem;
  border-color: #FF6000 transparent transparent transparent;
}

.childBlock5__item .desc__photo {
  order: 2;
  width: 14.2rem;
  flex-shrink: 0;
}

.childBlock5__item .desc__content {
  flex-grow: 1;
  padding-right: 2rem;
}

.childBlock5__item:nth-child(1) {
  border-color: #D7E4F7;
}

.childBlock5__item:nth-child(1) .ttl,
.childBlock5__item:nth-child(1) .copy {
  color: #295EA9;
}

.childBlock5__item:nth-child(1) .desc::after {
  border-top-color: #295EA9;
}

.childBlock5__item:nth-child(2) {
  border-color: #FBD3D8;
}

.childBlock5__item:nth-child(2) .ttl,
.childBlock5__item:nth-child(2) .copy {
  color: #DA3344;
}

.childBlock5__item:nth-child(2) .desc::after {
  border-top-color: #DA3344;
}

.childBlock5__item:nth-child(3) {
  border-color: #C2F0BE;
}

.childBlock5__item:nth-child(3) .ttl,
.childBlock5__item:nth-child(3) .copy {
  color: #00A73C;
}

.childBlock5__item:nth-child(3) .desc::after {
  border-top-color: #00A73C;
}

.childBlock5__item:nth-child(3) .copy a {
  color: #00A73C;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.childBlock5__item:nth-child(3) .copy a:hover {
  text-decoration: none;
}

.childBlock5__item:nth-child(4) {
  border-color: #E9DBEF;
}

.childBlock5__item:nth-child(4) .ttl,
.childBlock5__item:nth-child(4) .copy {
  color: #856797;
}

.childBlock5__item:nth-child(4) .desc::after {
  border-top-color: #856797;
}

.childBlock6 {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.childBlock6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 14rem 0 14rem;
  border-color: #FF6000 transparent transparent transparent;
}

.childBlock6 p + p {
  margin-top: 1.5em;
}

.childBlock6 a {
  color: #DA3344;
  text-decoration: underline;
}

.c-bnr {
  margin-bottom: 3rem;
}

ruby {
  ruby-align: center;
  ruby-position: over;
  word-spacing: 0;
}

rt {
  font-size: 0.55em;
  line-height: 1;
  letter-spacing: 0;
}

ruby rt {
  transform: translateY(-2px);
}

.c-fz p,
.c-fz li,
.childBlock3,
.childBlock4 p,
.childBlock5 p {
  word-spacing: -0.4em;
}

/* --------------------------------
   SP
--------------------------------- */
@media (max-width: 768px) {
 
  .p-child ruby > rt {
    font-size: 60%;
  }

  .childCta {
    padding: 0;
    margin-bottom: 3rem;
  }

  .childCta--first {
    margin-top: 13rem;
  }

  .childCta__inner {
    border-width: 2px;
    border-radius: 1rem;
  }

  .childCta__photo {
    top: -12rem;
    width: 12rem;
  }

  .childCta__content {
    max-width: 94%;
    padding: 4rem 0 2rem;
  }

  .childCta__copy1 {
    font-size: 1.7rem;
  }

  .childCta__copy2 {
    padding-left: 0.5rem;
    font-size: 1.4rem;
  }

   .childCta__copy2 li .sp{
    display: block;
   }

  .childCta__ttl {
    font-size: 2rem;
  }

  .childCta__tel {
    margin-bottom: 1.5rem;
  }

  .childCta__tel span {
    padding-top: 5rem;
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .childCta__tel span::before {
    top: 1rem;
    left: 50%;
    width: 6rem;
    height: 4rem;
    transform: translate(-50%, 0);
  }

  .line-contact {
    display: block;
  }

  .line-contact-chat {
    margin-top: 1.5rem;
  }

  .line-contact-tel,
  .line-contact-chat {
    width: 100%;
  }

  .line-contact-box {
    padding: 1.6rem 1.2rem;
    border-radius: 1rem;
  }

  /* SP：吹き出しは上 */
  .line-contact-chat .line-contact-box {
    position: relative;
    padding-top: 5.8rem;
  }

  .line-contact-chat .line-contact-box::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 4.2rem;
    height: 4.2rem;
    transform: translateX(-50%);
    background: url("../img/child/icon_fukidashi_1.svg") no-repeat center center;
    background-size: contain;
  }

  .childCta__chat {
    width: 100%;
  }

  .line-contact-chat .childCta__chat li {
    display: block;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }

  .line-contact-chat .childCta__chat li::before {
    content: none;
  }

  .line-contact-chat .childCta__chat p {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .childCta__chat_bn {
    display: block;
    width: 100%;
    padding: 1.2rem 1.6rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .childCta__link {
    padding-left: 0.5rem;
    font-size: 1.5rem;
  }

  .childCta__btn {
    display: block;
    padding-bottom: 0.5rem;
  }

  .childCta__btn li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
  }

  .childCta__btn li a {
    padding: 0.6rem 0;
    font-size: 1.5rem;
  }

  .childIntroduction {
    margin-bottom: 3rem;
    letter-spacing: 0;
  }

  .childBlock1 {
    display: block;
  }

  .childBlock1__photo {
    width: 12rem;
    margin: 0 auto 1.5rem;
  }

  .childBlock1__desc {
    padding-right: 0;
  }

  .childBlock2 {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }

  .childBlock2 ul {
    display: block;
  }

  .childBlock2 ul li {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }

  .childBlock3 {
    font-size: 1.6rem;
  }

  .childBlock4__photo img {
    width: 20rem;
  }

  .childBlock5 {
    margin-top: 2rem;
  }

  .childBlock5__item {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-width: 3px;
    border-radius: 1rem;
  }

  .childBlock5__item .ttl {
    font-size: 2rem;
  }

  .childBlock5__item .desc {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 4rem;
  }

  .childBlock5__item .desc::after {
    border-width: 2rem 4rem 0 4rem;
  }

  .childBlock5__item .desc__photo {
    width: 7rem;
    margin: 1.5rem auto 1rem;
  }

  .childBlock5__item .desc__content {
    padding-right: 0;
  }

  .childBlock6 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .childBlock6::before {
    border-width: 2.6rem 6rem 0 6rem;
  }
}