@charset "utf-8";

/* common parts
===============================================================*/
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec {
  color: var(--dark-color);
}

/* title parts
===============================================================*/
.ttl01 {
  background: var(--primary-color);
  color: #fff;
  padding: 9px 0 8px;
  font-family: var(--font-b);
  font-size: 4rem;
}

.ttl02 {
  font-size: 3.6rem;
  font-family: var(--font-b);
  color: #EB7377;
}

.ttl03 {
  font-size: 2.8rem;
  font-family: var(--font-b);
  color: #000;
}

.ttl03 span {
  display: inline-block;
  padding: 0 35px;
  position: relative;
}

.ttl03 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url('/babykumon/nenrei/img/icon_line01.png') no-repeat;
  background-size: contain;
}

.ttl03 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  background: url('/babykumon/nenrei/img/icon_line02.png') no-repeat;
  background-size: contain;
}

.ttl04 {
  font-size: 3.6rem;
  font-family: var(--font-b);
  line-height: 1.5;
}

.ttl04 span {
  display: inline-block;
  padding: 21px 116px 22px;
  background: url('/babykumon/nenrei/img/bg_title.png') top center no-repeat;
  background-size: 664px 151px;
}

.ttl05 {
  font-size: 3.2rem;
  font-family: var(--font-b);
  color: #EB7377;
  margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
  .h1_primary {
    margin: 0 auto;
    font-size: 5rem;
  }

  h1.h1_primary {
    padding: 63px 0 8px;
  }

  .ttl03 span::before,
  .ttl03 span::after {
    width: 17px;
    height: 34px;
  }
}

@media screen and (max-width: 767.9px) {
  .h1_primary {
    margin: 0 auto;
    font-size: 2.7rem;
  }

  h1.h1_primary {
    padding: 38px 0 0;
  }

  .ttl01 {
    padding: 8px 0 6px;
    font-size: 2.4rem;
  }

  .ttl02 {
    font-size: 2.3rem;
  }

  .ttl03 {
    font-size: 2rem;
  }

  .ttl03 span {
    padding: 0 24px;
  }

  .ttl03 span::before {
    top: 0.8rem;
    background: url('/babykumon/nenrei/img/icon_line01_sp.png') no-repeat;
    background-size: contain;
  }

  .ttl03 span::after {
    top: 0.8rem;
    background: url('/babykumon/nenrei/img/icon_line02_sp.png') no-repeat;
    background-size: contain;
  }

  .ttl03 span::before,
  .ttl03 span::after {
    width: 1.1rem;
    height: 1.8rem;
  }

  .ttl04 {
    font-size: 2.3rem;
    line-height: 1.44;
  }

  .ttl04 span {
    display: inline-block;
    padding: 21px 55px 22px;
    background: url('/babykumon/nenrei/img/bg_title_sp.png') center center no-repeat;
    background-size: 29.3rem 8.55rem;
  }

  .ttl05 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .h1_primary {
    font-size: 2.4rem;
  }

  .ttl03 {
    font-size: 1.8rem;
  }

  .ttl03 span::before,
  .ttl03 span::after {
    top: 0.5rem;
  }
}

@media screen and (max-width: 340px) {
  .ttl03 {
    font-size: 1.6rem;
  }

  .ttl04 {
    font-size: 2.2rem;
  }
}

/* mv parts
===============================================================*/
.mv_area .content {
  margin-top: 37px;
}

.mv_set {
  text-align: center;
}

.page_anchor {
  background: var(--tertiary-color);
  border-radius: 20px;
  margin-top: 37px;
}

.page_anchor ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 138px 43px 100px;
}

.page_anchor ul a {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  font-family: var(--font-b);
  transform: var(--font-adjust);
  color: var(--dark-color);
}

.page_anchor ul a::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url('/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg') #F09B9E center center / 16px 9px no-repeat;
  border-radius: 50%;
}

.mv_text {
  margin-top: 40px;
  color: #000;
}

@media screen and (max-width: 767.9px) {
  .mv_area .content {
    margin: 20px 15px 0;
  }

  .mv {
    position: relative;
    padding-top: 57.9715%;
  }

  .mv img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .page_anchor {
    border-radius: 10px;
    margin-top: 18px;
    padding: 25px 15px;
  }

  .page_anchor ul {
    display: block;
    text-align: left;
    padding: 0;
  }

  .page_anchor ul li {
    margin: 0 auto 19px 0;
  }

  .page_anchor ul li:last-child {
    margin: 0 auto 0 0;
  }

  .page_anchor ul a::before {
    left: 1px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url('/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg') #F09B9E center center / 12px 7px no-repeat;
  }

  .mv_text {
    margin-top: 16px;
    font-size: 1.4rem;
    text-align: left !important;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2rem;
  }
}

/* age_group
===============================================================*/
.age_group {
  margin-top: 100px;
}

.group_list_type01 li {
  width: calc(440 / 960 * 100%);
  color: #000;
}

.group_list_type02 li {
  width: calc(464 / 960 * 100%);
}

.group_list_type02 li .hear_txt {
  position: relative;
  border-radius: 20px;
  background: var(--tertiary-color);
  text-align: left;
}

.group_list_type02 li .hear_txt::before {
  content: "";
  position: absolute;
  background: url('/babykumon/nenrei/img/icon_pink.png') no-repeat;
  background-size: contain;
}

.group_list_type02 li .hear_avt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.group_list_type02 li .hear_img {
  position: relative;
}

.group_list_type02 li .hear_name {
  color: #ffffff;
  text-align: center;
  background: var(--primary-color);
}

.group_list_type03 {
  margin-top: 90px;
  position: relative;
}

.group_list_type03 li {
  width: calc(460 / 960 * 100%);
}

.group_list_type03 li {
  padding-top: 40px;
  border-radius: 20px;
  background: var(--primary-color);
  background: -moz-linear-gradient(top, rgba(240,155,158,1) 0%, rgba(240,155,158,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(240,155,158,1) 0%,rgba(240,155,158,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(240,155,158,1) 0%,rgba(240,155,158,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  position: relative;
}
.age_group .img{
  position:relative;
}
.age_group .img img{
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin:auto;
}

@media print,
screen and (min-width: 768px) {
  .group_list_type02 li .hear_txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.86;
    padding: 30px 30px 25px;
    margin-bottom: 10px;
  }

  .group_list_type02 li .hear_txt::before {
    width: 40px;
    height: 31px;
    bottom: -20px;
    left: 29%;
  }

  .group_list_type02 li .hear_img {
    width: 123px;
    padding-top:123px;
  }

  .group_list_type02 li .hear_img img {
    width: 100%;
    height: auto;
  }

  .group_list_type02 li .hear_name {
    width: 269px;
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 13px 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767.9px) {
  .age_group {
    margin-top: 55px;
  }

  .group_list_type01 li,
  .group_list_type02 li {
    width: 100%;
  }

  .group_list_type02 li:nth-child(n+2) {
    margin-top: 20px;
  }

  .group_list_type02 li .hear_txt {
    border-radius: 10px;
    padding: 20px 15px 19px;
    font-size: 1.4rem;
  }

  .group_list_type02 li .hear_txt::before {
    width: 28px;
    height: 20px;
    bottom: -11px;
    left: 29%;
  }

  .group_list_type02 li .hear_avt {
    position: relative;
    margin-top: -11px;
    z-index: 2;
  }

  .group_list_type02 li .hear_img {
    width: 82px;
    padding-top:82px;
  }

  .group_list_type02 li .hear_name {
    font-size: 1.3rem;
    padding: 8px;
    border-radius: 5px;
    width: 59.71%;
    max-width: 206px;
  }

  .group_list_type03 {
    margin-top: 44px;
  }

  .group_list_type03 li {
    padding-top: 19px;
    border-radius: 15px;
    width: 47.8265%;
  }
}

/* === age_group01 === */
.group_row01 {
  margin-top: 80px;
}

.group_row .group_list_type01 {
  margin-top: 37px;
  line-height: 1.89;
}

.group_row .group_list_type01 li .img {
  margin-top: 35px;
}

@media print,
screen and (min-width: 768px) {
  .group_row01 .group_list_type01 li:last-child .img {
    margin-left: -12px;
  }
  .group_row .group_list_type01 li .img {
    padding-top:252px;
  }
  .group_row.group_row02 .group_list_type01 li .img{
    padding-top:269px;
  }
}

@media screen and (max-width: 767.9px) {
  .group_row01 {
    margin-top: 40px;
  }

  .group_row .group_list_type01 {
    margin-top: 15px;
  }

  .group_row .group_list_type01 li:nth-child(n+2) {
    margin-top: 32px;
  }

  .group_row .group_list_type01 li .img {
    margin: 15px auto 0;
    padding-top: 44%;
  }

  .group_row01 .group_list_type01 li:first-child .img {
    max-width: 74.203%;
  }

  .group_row01 .group_list_type01 li:last-child .img {
    max-width: 78.406%;
  }
}

.group_row02 {
  margin-top: 100px;
}

.row01 {
  margin-top: 100px;
}

.group_row02 .row01 .ttl03 span::after {
  right: 15px;
}

.row .group_list_type02 {
  margin-top: 38px;
}

@media print,
screen and (min-width: 768px) {
  .group_row02 .group_list_type01 li:last-child .img {
    text-align: right;
  }

  .row .group_list_type02 li:first-child .hear_avt {
    padding-left: 30px;
  }

  .row .group_list_type02 li:last-child .hear_avt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .group_row02 {
    margin-top: 60px;
  }

  .group_row02 .group_list_type01 li:first-child .img {
    max-width: 75.362%;
    padding-top: 49%;
  }

  .group_row02 .group_list_type01 li:last-child .img {
    max-width: 83.188%;
    padding-top: 50.5%;
  }

  .row01 {
    margin-top: 57px;
  }

  .row .group_list_type02 {
    margin-top: 25px !important;
  }

  .row .group_list_type02 li:first-child .hear_avt .hear_img {
    margin-left: 10px;
  }

  .row .group_list_type02 li:last-child .hear_avt .hear_img {
    margin-left: 3px;
  }
}

.row02 {
  margin-top: 60px;
  padding: 30px;
  background: var(--light-gray-color2);
  border-radius: 20px;
}

.row02 .img {
  margin-top: 30px;
}

.row02_txt {
  margin-top: 19px;
}

@media print,
screen and (min-width: 768px) {
  .group_row.group_row03 .group_list_type01 li:last-child .img {
    margin-top: 30px;
    margin-left: 20px;
    padding-top:271px;
  }
  .group_row.group_row02 .row02 .img{
    padding-top:421px;
  }
}

@media screen and (max-width: 767.9px) {
  .row02 {
    margin-top: 40px;
    padding: 30px 20px 28px;
    border-radius: 10px;
  }

  .row02 .ttl03 span {
    padding: 0 20px;
  }

  .row02 .ttl03 span::before,
  .row02  .ttl03 span::after {
    top: auto;
    bottom: 5px;
  }

  .row02 .img {
    margin: 18px auto 0;
    width: 72.905%;
    max-width: 445px;
    padding-top: 89%;
  }

  .row02_txt {
    margin-top: 11px;
    font-size: 1.4rem;
  }
}

.group_row03 {
  margin-top: 98px;
  padding-top: 102px;
  background: url('/babykumon/nenrei/img/bg_line.png') left top repeat-x;
}

.row03 {
  margin-top: 100px;
}

.row03 .ttl03 span::after {
  right: 13px;
}

.row.row03 .group_list_type02 {
  margin-top: 30px;
}

.row_style {
  position: relative;
  margin-top: 120px;
  border-radius: 20px;
  background: var(--tertiary-color);
  padding: 201px 92px 40px;
}

.row_style .img {
  position: absolute;
  right: 10px;
  top: -65px;
}

.row_title {
  width: 223px;
  height: 223px;
  box-sizing: border-box;
  border: 3px solid #F09B9E;
  font-size: 3.6rem;
  color: #EB7377;
  font-family: var(--font-b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -49px;
  left: 146px;
  background: #fff;
  border-radius: 50%;
}
@media print,
screen and (min-width: 768px) {
  .row_style .img img{
    position: relative;
  }
}
@media screen and (max-width: 767.9px) {
  .group_row03 {
    margin-top: 59px;
    padding-top: 60px;
    background: url('/babykumon/nenrei/img/bg_line_sp.png') left top repeat-x;
  }

  .group_row03 .group_list_type01 li:first-child .img {
    max-width: 94.638%;
    padding-top: 47%;
  }

  .group_row03 .group_list_type01 li:last-child .img {
    max-width: 73.913%;
    padding-top: 49%;
  }

  .row03 {
    margin-top: 58px;
  }

  .row_style {
    margin-top: 74px;
    border-radius: 10px;
    padding: 60% 5.797% 8.406% 9.565%;
  }

  .row_title {
    width: 32.533vw;
    height: 32.533vw;
    border: 0.15rem solid #F09B9E;
    font-size: 2rem;
    top: -24px;
    left: 24px;
    z-index: 1;
    transform: rotate(-13deg);
  }

  .row_style .img {
    position: absolute;
    right: 12px;
    top: 26px;
    z-index: 2;
    width: 75.05%;
    max-width: 518px;
  }
}

@media screen and (max-width: 374px) {
  .row_style {
    padding: 60% 2.797% 8.406% 3.565%;
  }
}

/* === age_group03 === */
.age_group03 .lead_text {
  margin-top: 37px;
  line-height: 1.89;
  color: #000;
}

.age_group03 .lead_image {
  margin-top: 35px;
}

.row05 {
  margin-top: 100px;
}

.row05 .ttl03 span::after {
  right: 14px;
}

.row.row05 .group_list_type02 {
  margin-top: 30px;
}

.group_list_type02 li .hear_txt span {
  font-family: var(--font-b);
}

@media print,
screen and (min-width: 768px) {
  .row05 .group_list_type02 li:last-child .hear_txt {
    padding: 30px 24px 25px;
  }
  .age_group03 .lead_image {
    padding-top:259px;
  }
}

@media screen and (max-width: 767.9px) {
  .age_group03 {
    margin-top: 59px;
  }

  .age_group03 .lead_text {
    margin-top: 14px;
    text-align: left !important;
  }

  .age_group03 .lead_image {
    margin: 16px auto 0;
    width: 75.507%;
    max-width: 521px;
  padding-top: 48%;}

  .row05 {
    margin-top: 58px;
  }
}

.row07 {
  background: url('/babykumon/nenrei/img/icon_arrow_pink_d_sp.png') top center no-repeat;
  background-size: 3.75rem 5.35rem;
}

.baby_after em {
  font-family: var(--font-b);
}

@media print,
screen and (min-width: 768px) {
  .row07 {
    padding: 160px 0 42px;
    margin-top: 56px;
    background: url('/babykumon/nenrei/img/icon_arrow_pink_d.png') top center no-repeat;
    background-size: 66px 94px;
  }
}

@media screen and (max-width: 767.9px) {
  .row07 {
    padding: 96px 0 0;
    margin-top: 22px;
  }
}

.baby_after .balloon {
  position: relative;
  color: #fff;
  background: var(--primary-color);
  border-radius: 33px;
  font-family: var(--font-b);
}

.baby_after .balloon::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  right: 0;
  left: 0;
  bottom: -11px;
  background: url('/babykumon/nenrei/img/balloon_triangle.png') transparent center center / contain no-repeat;
  margin: auto;
}

.baby_after .head_lead {
  font-family: var(--font-b);
}

.baby_after .h1_primary {
  line-height: 1.5;
  margin-top: 20px;
}

.baby_after .head_fig .caption {
  transform: var(--font-adjust);
  color: #000;
}

.baby_after .slider_mat ul {
  overflow: visible;
}

.baby_after .slider_mat li {
  background: #F3F2E6;
  border-radius: 20px;
}

.baby_after .slider_mat li figure {
  width: 100%;
}

.baby_after .slider_mat .ttl {
  font-family: var(--font-b);
  color: #3C0C01;
}

.baby_after .slider_mat figcaption {
  text-align: left;
  transform: var(--font-adjust);
  padding: 0 7px;
  line-height: 1.67;
  color: #040404;
}

.baby_after .reason_decide .ttl {
  font-family: var(--font-b);
  transform: var(--font-adjust);
  color: #000;
}

.baby_after .reason_decide .hear_txt {
  position: relative;
  border-radius: 20px;
  background: var(--tertiary-color);
  text-align: left;
}

.baby_after .reason_decide .hear_avt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.baby_after .reason_decide .hear_txt::before {
  content: "";
  position: absolute;
}

.baby_after .reason_decide .hear_txt::before {
  background: url('/babykumon/nenrei/img/icon_pink.png') no-repeat;
  background-size: contain;
}

.baby_after .reason_decide .hear_name {
  color: #ffffff;
  text-align: center;
  background: var(--primary-color);
}

.baby_after .reason_decide .hear_img {
  position: relative;
}

.baby_after .btn_kumon {
  text-align: center;
}

.baby_after .btn_kumon a {
  display: inline-block;
  position: relative;
  border: #7DCCF3 solid 2px;
  border-radius: 35px;
  vertical-align: middle;
  text-decoration: none;
}

.baby_after .btn_kumon a::before,
.baby_after .btn_kumon a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.baby_after .btn_kumon a::before {
  background: url('/babykumon/nenrei/img/btn_illust.png') center center / contain no-repeat;
}

.baby_after .btn_kumon a::after {
  background: url('/babykumon/common_2022/img/icon/icon_blank_blue.svg') center center / contain no-repeat;
}

@media print,
screen and (min-width: 768px) {
  .baby_after .reason_decide {
    margin: 78px auto 0;
  }

  .baby_after .balloon {
    width: 300px;
    padding: 4px 0 9px;
    margin: 0 auto;
    font-size: 2.9rem;
  }

  .baby_after .balloon .fs {
    font-size: 2.2rem;
  }

  .baby_after .head_lead {
    font-size: 3rem;
    margin-top: 30px;
  }

  .baby_after .head_fig {
    margin: 38px auto 0;
  }
  .baby_after .head_fig .img{
    padding-top:340px;
  }

  .baby_after .head_fig .caption {
    margin: 37px auto 0;
    font-size: 2.2rem;
    line-height: 1.81;
  }

  .teach_materials {
    margin-top: 73px;
  }

  .baby_after .slider_mat {
    position: relative;
    margin: 30px auto 0;
  }

  .baby_after .slider_mat .slick-slide {
    width: 360px;
  }

  .baby_after .slider_mat .slick-slide li {
    padding: 30px 35px 38px;
  }

  .baby_after .slider_mat .ttl {
    font-size: 2.4rem;
  }

  .baby_after .slider_mat .img {
    position: relative;
    width: 239px;
    padding-top: 239px;
    margin: 28px auto 21px;
  }

  .baby_after .slider_mat .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .baby_after .slider_mat .img .img1,
  .baby_after .slider_mat .img .img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
  }

  .baby_after .slick-slide {
    margin: 0 32px 0 0;
  }

  .baby_after .reason_decide .ttl {
    font-size: 3.6rem;
    line-height: 1.5;
  }

  .baby_after .reason_decide .ttl03 {
    margin-top: 40px;
  }

  .baby_after .reason_decide .group_list_type02 {
    margin-top: 28px;
  }

  .baby_after .reason_decide .hear_txt {
    margin-bottom: 20px;
  }

  .baby_after .btn_kumon a {
    width: 622px;
    padding: 5px 30px 0;
    font-size: 2rem;
  }

  .baby_after .btn_kumon a em {
    font-size: 2.4rem;
  }

  .baby_after .btn_kumon a::before {
    width: 78px;
    height: 56px;
    margin: 0 31px 5px 0;
    background: url('/babykumon/nenrei/img/btn_illust.png') center center / contain no-repeat;
  }

  .baby_after .btn_kumon a::after {
    width: 19px;
    height: 16px;
    margin: 0 auto 5px 30px;
    background: url('/babykumon/common_2022/img/icon/icon_blank_blue.svg') center center / contain no-repeat;
  }

  .baby_after .btn_kumon {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 767.9px) {
  .baby_after .balloon {
    width: 180px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 2px 0 4px;
  }

  .baby_after .balloon .fs {
    font-size: 1.4rem;
  }

  .baby_after .head_lead {
    font-size: 1.9rem;
    margin: 13px auto 0;
    line-height: 1.8;
  }

  .baby_after .h1_primary {
    margin-top: 3px;
  }

  .baby_after .head_fig {
    margin-top: 19px;
  }

  .baby_after .head_fig .img {
    width: 150px;
    margin: 0 auto;
  padding-top: 150px;}

  .baby_after .head_fig .caption {
    text-align: left;
    margin-top: 17px;
    line-height: 1.87;
  }

  .baby_after .teach_materials {
    padding: 56px 0 59px;
  }

  .baby_after .teach_materials .ttl03 span {
    padding: 0 18px;
  }

  .baby_after .reason_decide .ttl03 span {
    padding: 0 18px;
  }

  .baby_after .slider_mat .slick-slide {
    width: 80vw;
    max-width: 385px;
    min-width: 265px;
    margin-right: 20px;
  }
  .baby_after .slider_mat .slick-slide li {
    border-radius: 15px;
    padding: 20px 20px 18px;
  }

  .baby_after .slider_mat .ttl {
    font-size: 2rem;
    line-height: 1.65;
  }

  .baby_after .slider_mat .img {
    position: relative;
    width: 192px;
    padding-top: 192px;
    margin: 17px auto;

  }

  .baby_after .slider_mat img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }

  .baby_after .slider_mat .img1,
  .baby_after .slider_mat .img2 {
    width: 146px;
  }

  .baby_after .slider_mat figcaption {
    text-align: left;
    padding: 0;
  }

  .baby_after .reason_decide .ttl {
    font-size: 2.3rem;
    margin: 0 auto 30px;
  }

  .baby_after .reason_decide .hear_txt {
    padding: 20px 15px 19px;
    font-size: 1.4rem;
    border-radius: 10px;
  }

  .baby_after .reason_decide .hear_avt {
    position: relative;
    margin-top: -17px;
    z-index: 2;
  }

  .baby_after .reason_decide .hear_txt::before {
    width: 28px;
    height: 20px;
    bottom: -11px;
    left: 29%;
  }

  .baby_after .reason_decide .hear_img {
    width: 82px;
  }

  .baby_after .reason_decide .hear_name {
    font-size: 1.3rem;
    padding: 8px;
    border-radius: 5px;
  }

  .baby_after .btn_kumon {
    margin: 50px auto 0;
  }

  .baby_after .btn_kumon a {
    position: relative;
    text-align: center;
    padding: 6px 34px 4px 75px;
    min-width: 314px;
    border: #7DCCF3 solid 1px;
    font-size: 1.4rem;
  }

  .baby_after .btn_kumon a::before,
  .baby_after .btn_kumon a::after {
    position: absolute;
  }

  .baby_after .btn_kumon a::before {
    width: 56px;
    height: 41px;
    left: 39px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .baby_after .btn_kumon a::after {
    width: 15px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 29px;
    margin: auto;
  }

  .baby_after .btn_kumon em {
    display: block;
    font-size: 1.5rem;
  }

  .baby_after .btn_kumon {
    margin: 60px auto 0;
  }
}

@media screen and (max-width:374px) {
  .baby_after .head_lead {
    font-size: 1.7rem;
  }

  .baby_after .slider_mat .ttl {
    font-size: 1.8rem;
  }

  .baby_after .reason_decide .ttl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width:340px) {
  .baby_after .btn_kumon a {
    min-width: 100%;
  }
}

/* === age_group04 === */
.age_group04 {
  margin-top: 58px;
  margin-bottom: 101px;
  background: var(--tertiary-color);
  padding-bottom: 71px;
}

.row08 {
  margin: 80px auto 0;
  max-width: 710px;
}

.row08 .flex_box {
  align-items: center;
}

.row08 .img {
  width: calc(355 / 710 * 100%);
}

.row08 .ttl {
  width: calc(301 / 710 * 100%);
}

.row08 .img img {
  width: 100%;
  height: auto;
}

.row08 .ttl .sub {
  font-size: 2.8rem;
  font-family: var(--font-b);
  text-align: center;
  display: block;
  color: #000;
}

.row08 .ttl .main {
  font-size: 6rem;
  font-family: var(--font-b);
  color: #EB7377;
  line-height: 1.34;
  display: block;
  margin-top: 5px;
}

.row09 {
  margin-top: 80px;
}

.row09 .ttl03 {
  font-size: 3.6rem;
}

.row09 .ttl03 span {
  padding: 0 31px;
}

.row09 .ttl03 span::before,
.row09 .ttl03 span::after {
  top: 10px;
}

.row09 .group_list_type03::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  top: 52%;
  width: 60px;
  height: 60px;
  background: url('/babykumon/nenrei/img/icon_plus_pink.png') center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.row09 .number {
  position: absolute;
  font-size: 5.8rem;
  color: #fff;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  width: 110px;
  background: url('/babykumon/nenrei/img/bg_halfcircle_pink.png') top center no-repeat;
  padding-top: 18px;
}

.row09 .list_box {
  padding: 33px 20px 41px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.row09 .list_box .ttl {
  font-size: 4rem;
  font-family: var(--font-b);
  color: #EB7377;
  line-height: 1.5;
}

.row09 .list_box .img {
  margin-top: 19px;
  padding-top:49.5%;
}

.row10 {
  margin-top: 78px;
}

.row10 .text {
  font-size: 2.2rem;
  line-height: 1.67;
  margin-top: 13px;
  color: #000;
}

.row_box {
  background: #fff;
  border-radius: 20px;
  margin-top: 55px;
  border: 2px solid;
  border-color: var(--primary-color);
  padding: 49px 20px 60px;
}

.row_box .ttl03 {
  font-size: 2.4rem;
}

.row_box .ttl03 span {
  padding: 0 27px;
}

.row_box .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 22px;
  color: #000;
}

.row_box .img {
  margin: 34px auto 0;
  max-width: 316px;
}

@media print,
screen and (min-width: 768px) {
  .row_box .ttl03 span::before,
  .row_box .ttl03 span::after {
    width: 13px;
    height: 26px;
    top: 5px;
  }

  .row_box .img img {
    width: 100%;
    height: auto;
  }
  .age_group04 .row08 .img{
    padding-top:356px;
  }
  .row10 .row_box .img{
    padding-top:99px;
  }
}

@media screen and (max-width: 767.9px) {
  .age_group04 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 32px;
  }

  .row08 {
    margin: 40px auto 0;
    max-width: 100%;
  }

  .row08 .ttl {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .row08 .ttl .sub {
    font-size: 1.6rem;
  }

  .row08 .ttl .main {
    font-size: 3rem;
  }

  .row08 .img {
    order: 2;
    width: 62.609%;
    margin: 20px auto 0;
    max-width: 432px;
  padding-top: 62.609%;}

  .row09 {
    margin-top: 60px;
  }

  .row09 .ttl03 {
    font-size: 2.3rem;
  }

  .row09 .ttl03 span {
    padding: 0 35px;
  }

  .row09 .ttl03 span::before {
    background: url('/babykumon/nenrei/img/icon_line03_sp.png') no-repeat;
    background-size: contain;
  }

  .row09 .ttl03 span::after {
    background: url('/babykumon/nenrei/img/icon_line04_sp.png') no-repeat;
    background-size: contain;
  }

  .row09 .ttl03 span::before,
  .row09 .ttl03 span::after {
    width: 1.1rem;
    height: 2.35rem;
    top: auto;
    bottom: 5px;
  }

  .row09 .number {
    font-size: 2.9rem;
    top: -25px;
    width: 55px;
    padding-top: 8px;
    background-size: 5.5rem 3.7rem;
  }

  .row09 .list_box .ttl {
    font-size: 1.7rem;
    line-height: 1.41;
  }

  .row09 .list_box {
    padding: 14px 5px 18px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .row09 .list_box .img {
    margin-top: 16px;
  }

  .row09 li:last-child .list_box .img {
    max-width: 205px;
    width: 66.129%;
    margin: 22px auto 0;
  }

  .row09 .group_list_type03::after {
    top: 48%;
    width: 30px;
    height: 30px;
  }

  .row10 {
    margin-top: 41px;
  }

  .row10 .text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: -2px;
    text-align: left;
  }

  .row_box {
    border-radius: 10px;
    margin-top: 20px;
    padding: 27px 15px 28px;
  }

  .row_box .ttl03 {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .row_box .ttl03 span {
    padding: 0 19px;
  }

  .row_box .ttl03 span::before {
    background: url('/babykumon/nenrei/img/icon_line03_sp.png') no-repeat;
    background-size: contain;
  }

  .row_box .ttl03 span::after {
    background: url('/babykumon/nenrei/img/icon_line04_sp.png') no-repeat;
    background-size: contain;
  }

  .row_box .ttl03 span::before,
  .row_box .ttl03 span::after {
    width: 1.1rem;
    height: 2.35rem;
    top: auto;
    bottom: 5px;
  }

  .row_box .txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 11px;
    text-align: left;
  }

  .row_box .img {
    margin: 20px auto 0;
    max-width: 580px;
    width: 92.652%;
  }
  .row10 .row_box .img{
    padding-top:28.75%;
  }
}

@media screen and (max-width: 374px) {
  .row09 .list_box .ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 340px) {
  .row08 .ttl .main {
    font-size: 2.8rem;
  }

  .row09 .list_box .ttl {
    font-size: 1.4rem;
  }

  .row_style .link_next a {
    font-size: 1.4rem;
  }
}

/* slider
===============================================================*/
/* slick slider
-------------------------------------------*/
.slider_mat .slick-next {
  overflow: visible;
}

.slider_mat .slick-arrow.slick-disabled {
  display: none !important;
}

.slider_mat .slick-arrow {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  z-index: 100;
  top: 0;
  bottom: 0;
  border-radius: 0 100px 100px 0;
  background: url('/babykumon/common_2022/img/icon/icon_arrow_prev_wh.svg') 30% center no-repeat;
  background-color: rgba(102, 102, 102, .28);
  background-size: 30%;
  margin: auto;
}

.slider_mat .slick-next {
  transform: rotate(180deg);
}

.slider_mat .slick-slide {
  outline: none !important;
}

@media print,
screen and (min-width:768px) {
  .shadow_slider::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1));
  }

  .slider_mat .slick-prev {
    left: -30px;
  }

  .slider_mat .slick-next {
    right: -30px;
  }

  .slider_mat.shadow_slider .slick-next {
    display: block !important;
  }

  .slider_mat .slick-arrow {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    z-index: 100;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    background: url('/babykumon/common_2022/img/icon/icon_arrow_prev_wh.svg') 43% center no-repeat;
    background-color: rgba(102, 102, 102, .28);
    background-size: 26%;
    margin: auto;
  }

}

@media screen and (max-width: 767.9px) {
  .slider_mat .slick-arrow {
    top: 37.5%;
    bottom: auto;
  }

  .slider_mat .slick-prev {
    left: -15px;
  }

  .slider_mat .slick-next {
    right: 0;
  }

  .sp_contain_killer {
    margin-right: -15px;
    margin-top: 23px;
  }
}

/* 202502改修追記 */
.mv_txt {
  font-size: 3.0rem;
  font-weight: bold;
  margin: 20px 0 0;
}
.point_ttl {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
.point_list {
  font-size: 2.0rem;
  line-height: 2em;
}
.point_list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  transform: var(--font-adjust);
}
.point_list li.list_ttl {
  font-weight: bold;
  margin: 20px 0 0;
}
.point_list li::before {
  content: "・";
  margin-right: 10px;
}
.point_list li.list_ttl::before {
  content: none;
}
.point_list.check li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 11px;
  background: url(/babykumon/nenrei/img/icon_check.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.bg_pink {
  background: #FDEFEF;
}
.link_box {
  text-align: right;
  margin: 40px 0;
}
.talk_bottom {
  position: relative;
  color: #EB7377;
  text-align: center;
  font-family: var(--font-b);
}
.talk_bottom::before,
.talk_bottom::after {
  content: "";
  position: absolute;
}
.talk_bottom::before {
  background: url(/babykumon/top/img/icn_02.png) no-repeat;
  background-size: contain;
}
.talk_bottom::after {
  background: url(/babykumon/top/img/icn_01.png) no-repeat;
  background-size: contain;
}
.recommend_txt {
  color: #693807;
  box-sizing: border-box;
  font-family: var(--font-b);
}

@media print, screen and (min-width: 768px) {
  .recommend {
    display: flex;
    justify-content: center;
    max-width: 845px;
    margin: 40px auto 70px;
  }
  .recommend_img {
    width: 151px;
    margin-top: 18px;
  }
  .recommend_img img{
    max-width: 100%;
    height: auto;
  }
  .recommend_txt_box {
    padding: 20px 0 0 30px;
  }
  .recommend_txt {
    font-size: 3.0rem;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
  }
  .talk_bottom {
    padding: 27px 40px 27px;
    font-size: 2.8rem;
    line-height: 1.57;
    border-radius: 20px;
    margin: 40px 0;
  }
  .talk_bottom::before,
  .talk_bottom::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .talk_bottom::before {
    width: 84px;
    height: 110px;
    right: 22px;
  }
  .talk_bottom::after {
    width: 77px;
    height: 109px;
    left: 22px;
  }
}

@media screen and (max-width: 767.9px) {
  .mv_txt {
    font-size: 2.0rem;
  }
  .page_anchor ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page_anchor ul li {
    width: 50%;
  }
  .page_anchor ul li:nth-of-type(3) {
    margin: 0 auto 0 0;
  }
  .point_ttl {
    font-size: 2.0rem;
    margin: 20px 0;
  }
  .point_list {
    font-size: 1.6rem;
    line-height: 2em;
  }
  #main .talk .contsInSp {
    margin: 0 15px;
  }
  .recommend {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .recommend_img {
    width: 117px;
    margin-top: 7px;
  }
  .recommend_txt {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.67;
    letter-spacing: -0.1em;
    padding: 40px 0 0 25px;
    margin-left: -15px;
  }
  .talk_bottom {
    max-width: 345px;
    font-size: 1.4rem;
    line-height: 1.6;
    border-radius: 15px;
    padding: 20px 20px 16px;
    margin: 20px auto;
  }
  .talk_bottom::before {
    width: 59px;
    height: 77px;
    right: 6px;
    top: 2px;
  }
  .talk_bottom::after {
    width: 54px;
    height: 77px;
    left: 9px;
    top: 6px;
  }
}