@charset "utf-8";

/* common parts
===============================================================*/

@media print,
screen and (min-width: 768px) {
  .content.section_inner {
    margin-bottom: 0 !important;
    margin-top: 82px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767.9px) {
  .content.section_inner {
    margin: 0 15px 0 !important;
    padding-bottom: 60px;
  }
}

p.txt {
  color: #000000;
}

.wrap_bkset.pink {
  background: #fdefef;
}

.wrap_bkset .h2_ttl {
  background: var(--primary-color);
  color: #fff;
  font-family: var(--font-b);
  text-align: center;
}

.slider_items .ttl,
.slider_items .lead {
  font-family: var(--font-b);
}
.wrap_bkset .image{
  position:relative;
}
.wrap_bkset .image>img{
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin:auto;
}

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

  .h1_primary+.content {
    margin: 0 auto 100px;
  }

  .wrap_bkset .h2_ttl {
    font-size: 4rem;
    line-height: 1;
    padding: 17px 0;
  }
}

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

  .h1_primary+.content {
    margin: 0 15px 50px;
  }

  .wrap_bkset>.content {
    margin: 0 15px;
  }

  .wrap_bkset .h2_ttl {
    font-size: 2.4rem;
    line-height: 1.35;
    padding: 9px 0;
  }
}

/* babykumon set
===============================================================*/
.bkset {
  text-align: center;
}

.page_anchor {
  background: var(--tertiary-color);
}

@media print,
screen and (min-width: 768px) {
  .page_anchor {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .page_anchor {
    border-radius: 10px;
  }
}

.page_anchor ul {
  display: flex;
  justify-content: space-around;
  padding: 40px 85px 40px 70px;
}

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

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

.lead {
  color: #000000;
}

@media print,
screen and (min-width: 768px) {
  .bkset img {
    margin: 0 auto 25px;
  }

  .bkset .lead {
    color: #000000;
    line-height: 1.88;
    margin: 0 auto 34px;
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .page_anchor ul {
    flex-direction: column;
    justify-content: flex-start;
    padding: 27px 16px 23px;
    text-align: left;
  }

  .page_anchor ul li {
    margin: 0 auto 19px 0;
    text-align: left;
  }

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

  .page_anchor ul a::before {
    background: url(/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg) var(--primary-color) center center / 12px 7px no-repeat;
    height: 20px;
    width: 20px;
  }

  .bkset img {
    margin: 0 auto 17px;
    width: 100%;
  }

  .bkset .lead {
    line-height: 1.86;
    margin: 0 auto 16px;
    text-align: left;
  }
}

@media print,
screen and (min-width: 768px) {
  .grid {
    display: flex;
    justify-content: space-between;
  }
}

@media print,
screen and (min-width: 768px) {
  .step:nth-child(n+2) {
    border-top: 4px dotted var(--primary-color);
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .step:nth-child(n+2) {
    border-top: 2px dotted var(--primary-color);
    margin-top: 35px;
  }
}

.step h3.ttl {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 768px) {
  .step h3.ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .step h3.ttl {
    margin-top: 30px;
  }
}

.step h3.ttl .num {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  .step h3.ttl .num {
    font-size: 3.2rem;
    height: 70px;
    margin-right: 15px;
    min-width: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 767.9px) {
  .step h3.ttl .num {
    font-size: 2.4rem;
    height: 54px;
    margin-right: 15px;
    min-width: 54px;
    width: 54px;
  }
}

.step h3.ttl .num {
  background: url(/babykumon/manabi/kyoshitsu/img/icon_balloon.svg) left top / contain no-repeat;
  color: #fff;
  display: inline-block;
}

.step h3.ttl .num .top {
  display: block;
}

@media print,
screen and (min-width: 768px) {
  .step h3.ttl .num .top {
    font-size: 1rem;
    padding: 16px 0 0;
  }
}

@media screen and (max-width: 767.9px) {
  .step h3.ttl .num .top {
    font-size: .8rem;
    padding: 10px 0 0;
  }
}

.step h3.ttl>*.txt {
  color: #000000;
  display: inline-block;
  font-family: var(--font-b);
  line-height: 1.333em;
}

@media print,
screen and (min-width: 768px) {
  .step h3.ttl>*.txt {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767.9px) {
  .step h3.ttl>*.txt {
    font-size: 2.3rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .step .step_lead {
    line-height: 1.89;
    margin-top: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .step .step_lead {
    line-height: 1.85;
    margin-top: 20px;
    text-align: left;
  }
}

.step .step_image {
  position:relative;
  margin-top: 35px;
  text-align: center;
}
.step .step_image >img{
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin:auto;
}

@media print,
screen and (min-width: 768px) {
  .step.step2 .step_image{
    padding-top:296px;
  }
  .step.step3 .step_image{
    padding-top:257px;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step2 .step_image {
    margin: 14px auto 0;
    width: calc(321.5 / 345 * 100%);
    padding-top: 46%;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step3 .step_image {
    margin: 15px auto 0;
    width: calc(277.5 / 345 * 100%);
    padding-top: 46%;
  }
}

.step.step1 .lead .text {
  line-height: 1.89em;
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .lead .text {
    width: calc(546 / 960 * 100%);
  }
}

.note_indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

@media print,
screen and (min-width: 768px) {
  .note_indent {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.9px) {
  .note_indent {
    font-size: 1.4rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .lead {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step1 .lead {
    margin-top: 23px;
  }
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .lead .image {
    margin-top: 5px;
    width: calc(393 / 960 * 100%);
  }
  .step.step1 .lead .image{
    padding-top:201px;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step1 .lead .image {
    margin: 15px auto 0;
    width: calc(279 / 345 * 100%);
    padding-top: 40%;
  }
}

.step.step1 .wrap_items {
  margin-top: 80px;
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .wrap_items {
    margin-top: 80px;
  }
}

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

.step.step1 .wrap_items h4.ttl {
  color: #000000;
  font-family: var(--font-b);
  line-height: 1.31em;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .wrap_items h4.ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step1 .wrap_items h4.ttl {
    font-size: 2rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .step.step1 .wrap_items .item {
    margin-top: 31px;
  }
}

@media screen and (max-width: 767.9px) {
  .step.step1 .wrap_items .item {
    margin-top: 20px;
  }
}

.slick-track {
  display: flex;
}

@media print,
screen and (min-width: 768px) {
  .item ul {
    display: flex;
    justify-content: space-between;
  }
}

.item ul li {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
}

@media print,
screen and (min-width: 768px) {
  .item ul li {
    padding: 30px 20px 40px;
    width: calc(306 / 960 * 100%);
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li {
    margin-bottom: 1px;
    margin-right: 20px;
    max-width: 300px;
    min-width: 290px;
    padding: 15px 22.5px;
    width: 90.625vw;
  }
}

.item ul li p.ttl {
  align-items: center;
  display: flex;

}

@media screen and (max-width: 767.9px) {
  .item ul li p.ttl {
    justify-content: center;
  }
}

.item ul li p.ttl .txt {
  color: #3c0c01;
  font-family: var(--font-b);
  line-height: 1.25;
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .item ul li p.ttl .txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li p.ttl .txt {
    font-size: 2rem;
  }
}

.item ul li p.ttl .num {
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  .item ul li p.ttl .num {
    font-size: 2.6rem;
    height: 60px;
    margin-right: 10px;
    width: 60px;
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li p.ttl .num {
    font-size: 2rem;
    height: 57.5px;
    margin-right: 10px;
    width: 57.5px;
  }
}

.item ul li p.ttl .num {
  background: #fdefef;
  color: #eb7377;
  display: inline-block;
}

.item ul li p.ttl .num .top {
  display: block;
  padding: 9px 0 2px;
}

@media print,
screen and (min-width: 768px) {
  .item ul li p.ttl .num .top {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li p.ttl .num .top {
    font-size: 1.05rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .item ul li .image {
    margin-top: 13px;
    padding-top: 170px;
    position: relative;
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li .image {
    margin-top: 2px;
    padding-top: 163px;
    position: relative;
  }
}

.item ul li .image img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
}

.item ul li .text {
  color: #040404;
  line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
  .item ul li .text {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767.9px) {
  .item ul li .text {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .sp_slider {
    margin-right:-15px;
  }
  .sp_slider .slick-next {
    right: 0;
  }

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

  .sp_slider .slick-prev {
    left: -15px;
  }
  .sp_slider .slick-arrow.slick-disabled {
    display: none !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn_links {
    margin-top: 40px;
  }
}

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

.btn_links a {
  color: var(--dark-color);
  line-height: 1.333em;
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .btn_links a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .btn_links a {
    font-size: 1.4rem;
  }
}

.btn_links a img {
  vertical-align: middle;
}

@media screen and (max-width: 767.9px) {
  .btn_links a img {
    width: 8px;
  }
}

.bk_movie_box {
  background-color: #f1f1f1;
  margin: auto;
  padding: 15px 15px;
}

@media print,
screen and (min-width: 768px) {
  .bk_movie_box {
    width: 570px;
  }
}

@media screen and (max-width: 767.9px) {
  .bk_movie_box {
    max-width: 540px;
  }
}

.bk_movie_box h5 {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .selectable .video {
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 767.9px) {
  .selectable .video {
    margin: 14px auto 0;
  }
}

.lead_text .txt {
  line-height: 1.9;
}

@media print,
screen and (min-width: 768px) {
  .lead_text .txt {
    margin-top: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .lead_text .txt {
    margin-top: 22px;
  }
}

.list_note {
  background-color: #ffffff;
}

@media print,
screen and (min-width: 768px) {
  .list_note {
    border-radius: 20px;
    margin-top: 41px;
    padding: 30px 60px;
  }
}

@media screen and (max-width: 767.9px) {
  .list_note {
    border-radius: 10px;
    line-height: 1.7;
    margin-top: 20px;
    padding: 20px 15px 15px;
  }
}

.list_note .title {
  color: #eb7377;
  font-family: var(--font-b);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .list_note ul {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .list_note ul {
    line-height: 1.6;
    margin-top: 12px;
  }
}

.list_note ul li {
  color: var(--base-color);
  padding-left: 1.4em;
  text-align: left;
  text-indent: -1.4em;
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .list_note ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767.9px) {
  .list_note ul li {
    color: var(--dark-color);
    font-size: 1.4rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .list_note ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.specific_teacher h3.ttl {
  color: #000000;
  font-family: var(--font-b);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher h3.ttl {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher h3.ttl {
    font-size: 2.3rem;
    margin-top: 41px;
  }

  .specific_teacher h3.ttl img {
    width: 12px;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher h3.ttl span {
    margin: 0 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher h3.ttl span {
    letter-spacing: -.05em;
    margin: 0 3px;
  }
}

.specific_teacher h3.ttl img {
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .teacher:nth-child(n+2) {
    border-top: 4px dotted var(--primary-color);
    margin-top: 80px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .teacher:nth-child(n+2) {
    border-top: 2px dotted var(--primary-color);
    margin-top: 48px;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .teacher:nth-child(n+2) .ttl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .teacher:nth-child(n+2) .ttl {
    margin-top: 40px;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .lead {
    margin-top: 66px;
    padding: 0 40px;
  }
}

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

@media print,
screen and (min-width: 768px) {
  .specific_teacher .lead .text {
    padding-top: 29px;
    width: calc(516 / 880 * 100%);
  }
}

.specific_teacher .lead .text .txt {
  line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .lead .text .txt {
    font-size: 2.2rem;
    text-align: left;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .lead .text .txt {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .lead .text .txt span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .lead .text .txt span {
    font-size: 1.5rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .lead .image {
    width: calc(375 / 880 * 100%);
    padding-top: 174px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .lead .image {
    margin: 13px auto 0;
    width: calc(330 / 345 * 100%);
    padding-top: 47.4%;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .specific_teacher01 .row {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .specific_teacher01 .row {
    margin-top: 46px;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .specific_teacher02 .list_direct {
    margin: 40px auto 0;
    width: calc(880 / 960 * 100%);
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .specific_teacher02 .list_direct {
    margin: 27px auto 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .specific_teacher02 .list_direct ul li {
    width: calc(420 / 880 * 100%);
  }
  .specific_teacher .specific_teacher02 .list_direct .image{
    padding-top:260px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .specific_teacher02 .list_direct ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

.specific_teacher .specific_teacher02 .list_direct ul li .text {
  color: #000000;
  line-height: 1.8;
  text-align: left;
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .specific_teacher02 .list_direct ul li .text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .specific_teacher02 .list_direct ul li .text {
    margin-top: 20px;
  }
  .specific_teacher .specific_teacher02 .list_direct .image{
    padding-top: 58.86%;
  }
}

.specific_teacher .step {
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .specific_teacher01 .row:nth-child(n+2) {
    margin-top: 52px;
  }
}

.specific_teacher .step .icon {
  position: absolute;
  z-index: 9;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .step .icon {
    left: 22px;
    top: -40px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .step .icon {
    left: 16px;
    top: -32px;
  }
}

.specific_teacher .step .icon .num {
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .step .icon .num {
    font-size: 4rem;
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .step .icon .num {
    font-size: 3rem;
    height: 63px;
    width: 63px;
  }
}

.specific_teacher .step .icon .num {
  background: var(--primary-color);
  color: #ffffff;
  display: inline-block;
}

.specific_teacher .step .icon .num .top {
  display: block;
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .step .icon .num .top {
    font-size: 1.4rem;
    padding: 16px 0 0;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .step .icon .num .top {
    font-size: 1.2rem;
    padding: 12px 0 0;
  }
}

.specific_teacher .first_text {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .first_text {
    letter-spacing: -0.13em;
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .first_text {
    align-items: flex-start;
    font-size: 2rem;
    line-height: 1.65;
    margin-bottom: 33px;
  }
}

.specific_teacher .first_text .text {
  color: #3c0c01;
  font-family: var(--font-b);
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .first_text .text {
    font-size: 2.6rem;
    line-height: 1.54;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .first_text .text {
    font-size: 2rem;
    line-height: 1.65;
  }
}

.specific_teacher .first .image {
  margin: 0 auto;
  width: 275px;
}

.specific_teacher .item .image {
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .item .image {
    margin: 0 auto;
    max-width: 202px;
  }
}

.specific_teacher .item .image img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.specific_teacher .item .image::before {
  content: "";
  display: block;
  padding-top: 45.45%;
  width: 100%;
}

.specific_teacher .first .item .image::before {
  padding-top: 50%;
}

.specific_teacher .ballon {
  align-items: center;
  background-color: #fff;
  border: 2px solid #CFCFCF;
  border-radius: 80px;
  box-sizing: border-box;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  letter-spacing: -0.12em;
  line-height: 1.86;
  margin-bottom: 10px;
  padding: 13px 16px 14px;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .ballon {
    min-height: 150px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .ballon {
    font-size: 1.3rem;
    line-height: 1.54;
    margin-bottom: 11px;
    min-height: 130px;
    padding: 10px 6px 10px;
  }
}

.specific_teacher .ballon::after {
  background: url(/babykumon/manabi/kyoshitsu/img/step_talk.png) center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.specific_teacher .ballon::after {
  height: 20px;
  bottom: -16px;
  left: 33%;
  width: 28px;
}

.specific_teacher .ballon .text {
  color: #000000;
  line-height: 1.86;
  text-align: center;
  display: flex;
  align-items: center;
}
.specific_teacher .ballon_last .text{
  display: flex;
  align-items:center;
}
.specific_teacher .ballon .text .inner,
.specific_teacher .ballon_last .text .inner{
  display: flex;
  align-items:center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .ballon .text,
  .specific_teacher .ballon_last .text{
    font-size: 1.4rem;
    height: 119px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .ballon .text {
    font-size: 1.3rem;
    letter-spacing: -.06em;
    line-height: 1.54;
    height: 106px;
  }
  .specific_teacher .ballon_last .text .inner{
    height: 106px;
  }
}

.specific_teacher .ballon_last {
  align-items: center;
  background: url(/babykumon/manabi/kyoshitsu/img/img_ballon_last.png) center bottom no-repeat;
  background-size: contain;
  border: 0;
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .ballon_last {
    line-height: 1.86;
    margin-bottom: 10px;
    min-height: 150px;
    padding: 13px 16px 14px;
    width: 300px;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .ballon_last {
    box-sizing: border-box;
    line-height: 1.54;
    margin-bottom: 11px;
    min-height: 132px;
    padding: 10px 10px 16px;
    width: 100%;
  }
}

.specific_teacher .ballon_last .text {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .specific_teacher .ballon_last .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.9px) {
  .specific_teacher .ballon_last .text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 521px) {
  .specific_teacher .first_text .text{
    letter-spacing: -0.15em;
  }
}
@media screen and (max-width: 479px) {
  .specific_teacher .block .ballon,
  .specific_teacher .block .ballon_last{
    background-size: 98% 125px;
  }
}
@media screen and (max-width: 390px) {
  .specific_teacher .slider_items>ul .slick-slide {
    width:77.77vw;
    min-width:265px;
  }
}


.personality h3.ttl {
  color: #000000;
  font-family: var(--font-b);
  letter-spacing: -.04em;
  line-height: 1.333em;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .personality h3.ttl {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767.9px) {
  .personality h3.ttl {
    font-size: 2.3rem;
    line-height: 1.5;
    margin-top: 40px;
  }
}

.personality .lead {
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .personality .lead {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .lead {
    margin-top: 26px;
  }
}

.personality .lead .inner {
  display: inline-block;
}

.personality .lead .inner .txt {
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .personality .lead .inner .txt {
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .lead .inner .txt {
    line-height: 1.8;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
}

@media print,
screen and (min-width: 768px) {
  .personality .lead .inner .txt span {
    margin-left: 9px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .lead .inner .txt span {
    margin-left: 3px;
  }
}

.personality .lead .inner .txt img {
  vertical-align: middle;
}

@media screen and (max-width: 767.9px) {
  .personality .lead .inner .txt img {
    width: 11px;
  }
}

.personality .lead .inner .txt:nth-child(n+2) {
  margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
  .personality .lead .inner .txt:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .lead .inner .txt:nth-child(n+2) {
    margin-top: 2px;
  }
}

.personality .block {
  text-align: center;
}

.personality .block .image {
  display: inline-block;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .personality .block .image {
    width:935px;
    margin-top: 45px;
    padding-top:320px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .block .image {
    width: 100%;margin-top: 15px;
    padding-top: 70.1%;
  }

  .personality .block .image img {
    width: 100%;
  }
}

.personality .block .image span {
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .personality .block .image span {
    font-size: 1.8rem;
    top: 2%;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .block .image span {
    font-size: 3.467vw;
    line-height: 1.4;
  }
}

.personality .block .image .left {
  font-family: var(--font-b);
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .personality .block .image .left {
    height: 46.563%;
    left: 0;
    width: 15.936%;
    z-index:2;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .block .image .left {
    height: 40.664%;
    left: 0;
    top: 36.929%;
    width: 28.406%;
    z-index:2;
  }
}

.personality .block .image .right {
  font-family: var(--font-b);
  transform: var(--font-adjust);
}

@media print,
screen and (min-width: 768px) {
  .personality .block .image .right {
    height: 46.563%;
    right: 0;
    width: 15.936%;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .block .image .right {
    height: 40.664%;
    right: 0;
    top: 36.1%;
    width: 28.406%;
  }
}

.personality .alabaster {
  background: #f3f2e6;
  border-radius: 20px;
}

@media print,
screen and (min-width: 768px) {
  .personality .alabaster {
    margin-top: 80px;
    padding: 50px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .alabaster {
    margin-top: 23px;
    padding: 27px 25px 25px;
  }
}

@media print,
screen and (min-width: 768px) {
  .personality .alabaster .col .text {
    width: calc(430 / 860 * 100%);
  }
}

.personality .alabaster .col .text .ttl {
  color: #000000;
  font-family: var(--font-b);
}

@media print,
screen and (min-width: 768px) {
  .personality .alabaster .col .text .ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .alabaster .col .text .ttl {
    font-size: 2rem;
    text-align: center;
  }
}

.personality .alabaster .col .text .txt {
  color: #000000;
  line-height: 1.8;
}

@media print,
screen and (min-width: 768px) {
  .personality .alabaster .col .text .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .alabaster .col .text .txt {
    margin-top: 11px;
  }
}

@media print,
screen and (min-width: 768px) {
  .personality .alabaster .col .image {
    width: calc(400 / 860 * 100%);
    padding-top:250px;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .alabaster .col .image {
    margin-top: 22px;
    text-align: center;
    padding-top: 62.4%;
  }
}

@media print,
screen and (min-width: 768px) {
  .personality .content.section_inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .personality .content.section_inner {
    padding-bottom: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .wrap_bkset.personality {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767.9px) {
  .wrap_bkset.personality {
    margin-bottom: 60px;
  }
}

.slider_items>ul li {
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .slider_items>ul .slick-slide {
    margin: 0 32px 0 0;
  }
  .slider_items>ul .slick-slide {
    font-size: 2rem;
    width: 365px;
  }

  .slider_items>ul li .item {
    padding: 40px 30px 33px;
  }

  .slider_items>ul li.first .item {
    padding: 59px 30px 19px;
  }
}

@media screen and (max-width: 767.9px) {
  .slider_items>ul .slick-slide {
    margin-right: 20px;
  }
  .slider_items>ul li {
    width: 320px;
  }

  .slider_items>ul li .item {
    padding: 15px 22px 12px;
  }

  .slider_items>ul li.first .item {
    padding: 29px 22px 14px;
  }
}

.slider_items>ul li img {
  width: 100%;
}


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

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

.slider_items .slick-arrow {
  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%;
  border-radius: 0 100px 100px 0;
  display: inline-block;
  height: 45px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
  z-index: 9;
}

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

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

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

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

  .slider_items .slick-next {
    display: none !important;
    right: -30px;
  }

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

  .slider_items .slick-arrow {
    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%;
    border-radius: 100px;
    display: inline-block;
    height: 60px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 60px;
    z-index: 9;
  }
}

@media screen and (max-width: 767.9px) {
  .slider_items .slick-prev {
    left: -15px;
  }

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

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

.sp_slider .slick-arrow {
  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%;
  border-radius: 0 100px 100px 0;
  display: inline-block;
  height: 45px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
  z-index: 100;
}

.anchor {
  margin: 30px 0 0;
  text-align: center;
}

.anchor .inner {
  display: inline-block;
  text-align: left;
}

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

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

@media screen and (max-width: 767.9px) {
  .anchor a::before {
    background: url(/babykumon/common_2022/img/icon/icon_arrow_btm_wh.svg) var(--primary-color) center center / 12px 7px no-repeat;
    height: 20px;
    width: 20px;
  }
}
