.subchild_page .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .subchild_page .pc {
    display: none;
  }
}
.subchild_page .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .subchild_page .sp {
    display: block;
  }
}
.subchild_page .subchild-fv {
  position: relative;
  overflow: hidden;
  padding: 60px 0 50px 0;
  color: #fff;
}
.subchild_page .subchild-fv .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.subchild_page .subchild-fv .background_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subchild_page .subchild-fv .background_image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.subchild_page .subchild-fv .main_title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .subchild_page .subchild-fv .main_title {
    font-size: 32px;
  }
}
.subchild_page .subchild-fv .sub_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subchild_page .subchild-fv .sub_title {
    font-size: 18px;
  }
}
.subchild_page .subchild-fv .description {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: initial;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .subchild_page .subchild-fv .description {
    font-size: 14px;
  }
}
.subchild_page .wrap_primary {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .subchild_page .wrap_primary {
    padding: 0 2rem;
  }
}
.subchild_page .sub-survey__content-wrapper {
  max-width: 1000px;
}
.subchild_page p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  padding: 10px 0;
}
.subchild_page .column2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .subchild_page .column2 {
    flex-direction: column;
    gap: 10px;
  }
}
.subchild_page .column2 div {
  flex: 1 1 50%;
}
.subchild_page .inner_block.bg_color_primary {
  background-color: #FFEDEF;
}
.subchild_page .inner_block.bg_color_secondary {
  background-color: #F0F0F0;
}
.subchild_page .subchild_heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .subchild_page .subchild_heading {
    font-size: 24px;
  }
}
.subchild_page .subchild_heading strong {
  text-decoration: underline;
  color: #F577A7;
  font-weight: bold;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.subchild_page .subchild_heading strong.simple {
  text-decoration: none;
  font-size: 38px;
}
.subchild_page .checkmark_list li {
  display: flex;
  align-items: baseline;
  gap: 4.5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.subchild_page .checkmark_list li:not(:last-of-type) {
  padding-bottom: 10px;
}
.subchild_page .checkmark_list li::before {
  content: "";
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-image: url(../subchild_image/cheating/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  top: 5px;
}
.subchild_page .number_block {
  counter-reset: number 0;
  padding: 20px 0 0 0;
}
.subchild_page .number_block dl {
  border-radius: 5px;
  padding: 20px 30px;
}
.subchild_page .number_block dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.subchild_page .number_block dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.subchild_page .number_block dt::before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #fff;
  background-color: #F577A7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.subchild_page .number_block dd {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
.subchild_page .number_block.type_A dl {
  background-color: #FFEDEF;
}
.subchild_page .number_block.type_A dt {
  color: #F577A7;
}
.subchild_page .number_block.type_A dt::before {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  min-width: 45px;
}
.subchild_page .number_block.type_B dl {
  background-color: #fff;
}
.subchild_page .number_block.type_B dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.subchild_page .number_block.type_B dt::before {
  border-radius: 5px;
  padding: 0 10px;
  font-size: 20px;
  text-align: center;
}
.subchild_page .card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .subchild_page .card_list {
    display: block;
  }
}
.subchild_page .card_list .list_item {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(245, 119, 167, 0.25);
  margin-bottom: 56px;
}
.subchild_page .card_list .list_item .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .subchild_page .card_list .list_item .title {
    text-align: center;
  }
}
.subchild_page .card_list .list_item .column2 {
  gap: 26px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .subchild_page .card_list .list_item .column2 {
    align-items: center;
  }
}
.subchild_page .card_list .list_item .column2 .thumbnail {
  border-radius: 3px;
  overflow: hidden;
  flex: 0 0 100px;
}
.subchild_page .card_list .list_item .column2 .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subchild_page .card_list .list_item .column2 .copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.subchild_page .subchild_cta {
  background: linear-gradient(270deg, #FFE7F4 0%, #FFF9E3 100%);
  max-width: 1200px;
  box-sizing: border-box;
  margin: 60px auto 0 auto;
  border-radius: 10px;
}
.subchild_page .subchild_cta .lead_text {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.subchild_page .subchild_cta .lead_text .pink {
  color: #F577A7;
}
.subchild_page .subchild_cta .lead_text strong {
  font-size: 20px;
}
.subchild_page .subchild_cta .contact_btn_list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.subchild_page .subchild_cta .contact_btn_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 20px;
  flex: 1 1 48%;
  max-width: 490px;
  color: #fff;
  gap: 20px;
  min-height: 100px;
  min-width: 300px;
}
.subchild_page .subchild_cta .contact_btn_list a span {
  display: block;
}
.subchild_page .subchild_cta .contact_btn_list a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  flex: 0 0 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.subchild_page .subchild_cta .contact_btn_list a.line_btn {
  background-color: #69B72D;
}
.subchild_page .subchild_cta .contact_btn_list a.line_btn::before {
  background-image: url(../subchild_image/line_icon.png);
}
.subchild_page .subchild_cta .contact_btn_list a.tel_btn {
  background-color: #4F9BD5;
}
.subchild_page .subchild_cta .contact_btn_list a.tel_btn::before {
  background-image: url(../subchild_image/tel_icon.png);
}
.subchild_page .subchild_cta .contact_btn_list a.mail_btn {
  background-color: #FC88AD;
}
.subchild_page .subchild_cta .contact_btn_list a.mail_btn::before {
  background-image: url(../subchild_image/mail_icon.png);
}
.subchild_page .subchild_cta .contact_btn_list a .label {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subchild_page .subchild_cta .contact_btn_list a .label {
    font-size: 20px;
  }
}
.subchild_page .subchild_cta .contact_btn_list a .label .label_lv1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.subchild_page .subchild_cta .contact_btn_list a .label .label_lv2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.subchild_page .subchild_cta .contact_btn_list a .label .label_lv3 {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.3;
}

.subchild_page #bullet .column2 {
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .subchild_page #bullet .column2 {
    gap: 20px;
  }
}
.subchild_page #bullet .column2 .image_area {
  flex: 0 0 300px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subchild_page #bullet .column2 .image_area {
    flex: initial;
  }
}
.subchild_page #bullet .learge_text {
  font-size: 22px;
  padding-top: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.subchild_page #bullet .learge_text strong {
  font-weight: bold;
  color: #F577A7;
  font-size: 28px;
}/*# sourceMappingURL=subchild_style.css.map */