/*--------------------------------------------------------------
# 発達支援児＆不登校のお子様が「楽しく学べる」学習塾
--------------------------------------------------------------*/
#juku_top .column2_row_layout {
  padding: 0;
  @media (min-width:768px) {
    justify-content: left;
    gap: 0 8%;
  }
  .img_wrap {
    margin: 2rem 0 0;
    @media (min-width:768px) {
      width: 80%;
      margin-right: calc(50% - 50vw);
    }
  }
  .text_wrap {
    @media (min-width:768px) {
      width: 45%;
      flex-shrink: 0;
    }
  }
}
@media (min-width:768px) {
  #juku_top {
    overflow: hidden;
  }
  #juku_top .section_title_small {
    text-align: left;
    margin-bottom: 1em;
  }
}
/*--------------------------------------------------------------
# ピースせいわの特長
--------------------------------------------------------------*/
#juku_features {
  background: url(/assets/img/common/bg_pattern2_sp.jpg) no-repeat bottom / 100% auto;
  @media (min-width:768px) {
    background: url(/assets/img/common/bg_pattern2.jpg) no-repeat bottom / 100% auto;
  }
}
/*--------------------------------------------------------------
# 塾の概要
--------------------------------------------------------------*/
#juku_outline table {
  & td:nth-child(1) {
    line-height: 1.3;
    width: 6em;
    @media (min-width:768px) {
      width: 17%;
    }
  }
}
#juku_outline .block_title {
  display: flex;
  text-align: center;
  justify-content: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  max-width: 80%;
  margin: 0 auto 5rem;
  &::before,&::after {
    display: inline-block;
    content: "";
    width: 0.1rem;
    background: #000;
    position: relative;
    bottom: -0.5em;
  }
  &::before {
    left: -2rem;
    rotate: -30deg;
  }
  &::after {
    right: -2rem;
    rotate: 30deg;
  }
}
#juku_outline .img_wrap {
  max-width: 63.8rem;
  margin: 0 auto;
  border: 0.1rem solid var(--light-gray);
  & img {
    padding: 4%;
  }
}