@charset "utf-8";

/* グロナビ */

.c-header_menu_list a {
  height: calc(var(--height) * 0.085rem);
}

.c-header_menu_list__icon {
  width: calc(var(--icon_size) * 0.08rem);
  height: calc(var(--icon_size) * 0.08rem);
}


/* CTAエリア */

/* インスタグラム用調整 */

.c-cta_mail_note {
  --icon_size: 40;
}

.c-cta_mail_note._note {
  --bg_color: #f4aad1;
}


/* FBタイムライン用 */

.fb-page {}

@media (max-width: 768px) {
  .fb-page {
    width: 90% !important;
    padding-top: 20px !important;
  }
}

.p-cta_mail_note {
  text-align: center;
  padding-top: 30px;
}

.p-cta_mail_note__items {
  padding-top: 30px;
}


/* Xタイムライン用 */

.x-timeline {
  height: 330px;
  background: aqua;
  margin-bottom: 4rem;
}

.twitter-timeline {
  margin: 3em auto !important;
}

@media (max-width: 768px) {
  .twitter-timeline {
    width: 90% !important;
  }
}


@media (min-width: 769px) {

  .is-touch_events .c-header_menu_list a.is-touched,
  .no-touch_events .c-header_menu_list a:hover {
    --bg_opacity: 1;
    background-color: #fff;
  }

  .c-header_menu_list a {
    height: calc(var(--height) * 0.08rem);
  }

  .c-header_menu_list__icon {
    width: calc(var(--icon_size) * 0.07rem);
    height: calc(var(--icon_size) * 0.07rem);
  }

  .c-header_menu_list__txt {
    font-size: calc(var(--txt_size) * 0.09rem);
  }

  /* 探究学舎に参加する /join/ */
  .c-join_item__tag+.c-join_item__title {
    letter-spacing: 0;
  }
}

/* リアル教室ラベルカラー */

.bg-color_b {
  background-color: #1CA2D2;
}

/* page topボタン */
.c-footer_pagetop {
  bottom: 10.2rem;
  right: 3rem;
}

@media (min-width: 769px) {
  .c-footer_pagetop {
    bottom: 15rem;
    right: 4rem;
  }
}

/* 広げるコース /wide/ */


.c-hdg4._center {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.p-page_wide_theme_kv {
  width: 100%;
  margin: 3rem auto 0;
}

.p-page_wide_theme_pv {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto 0;
}

.p-page_wide_theme__figure {
  width: 85%;
  height: unset;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-slider_lineup__wrapper {
    column-gap: 4rem;
    row-gap: 5rem;
  }

  .c-lineup_monthly__txt {
    color: #777;
  }

  .p-page_wide_lineup__base {
    padding: 10rem 4rem 8rem;
  }

  .c-hdg4._center {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .p-page_wide_theme_kv {
    width: 60%;
    margin: 6rem auto 0;
  }

  .p-page_wide_theme__figure {
    width: 40%;
    height: unset;
    margin: 2rem auto;
  }

  .p-page_img_full {
    width: 100%;
    margin: 6rem auto 0;
  }
}

@media not all and (min-width: 769px) {
  .c-lineup_monthly__txt {
    padding: 0.7rem 2rem 1.8rem;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0;
    color: #777;
  }



}

/* 深めるコース /deep/ */

@media (max-width: 768px) {
  .c-lineup_subject__txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .p-page_deep_float_menu__list {
    column-gap: 1.5rem;
  }

  .p-page_deep_float_menu__txt {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
    .p-cta_trial__inner {
        height: 26rem;
    }
}

.p-col1 {
    margin: 5% auto 4em;
    width: 100%;
    max-width: 650px;
}


/* 画像横スクロール */
@media (max-width: 768px) {
  .w-scroll {
    overflow-x: scroll;
    width: 110%;
  }

  .p-page_img_full {
    width: 200%;
  }
}


/* 小学生授業詳細 */
.p-feature_info__body_w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .p-feature_info__body_w {
    display: block;
  }

  .p-feature_info__lead.js-fade_in {
    padding: 2rem 0;
  }
}

/* 講師紹介 */
.c-lecturer_item__pct {
  z-index: -1;
}

/* 2024年7月改修時の追加分 */
.p-header_menu__inner {
  padding: 0 1.2rem 3.8rem
}

.c-header_menu_list a {
  padding-right: 1rem;
  padding-left: 1.2rem
}

.c-header_menu_list__set {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.c-header_menu_list__desc {
  font-size: calc(var(--txt_size)*.075rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #5c5c5c;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  margin-left: 12px;
  position: relative;
  top: 1px
}

.child_menu_list {
  padding-left: 29px;
  margin-bottom: 1rem
}

.child_menu_list a {
  height: calc(var(--height)*.075rem)
}

.child_menu_list a .c-header_menu_list__txt {
  font-size: calc(var(--txt_size)*.09375rem)
}

.s_list_item.fst {
  margin-right: -1.2rem;
  margin-top: 2.4rem;
  padding-top: 3rem;
  border-top: solid 2px #cbcbcb
}

.s_list_item a {
  height: calc(var(--height)*.068rem)
}

.s_list_item a .c-header_menu_list__txt {
  font-size: calc(var(--txt_size)*.09375rem)
}

@media screen and (min-width: 768px) {
  .p-header_menu__inner {
    padding: 0 3rem 3.8rem
  }

  .c-header_menu_list a {
    padding-left: calc(var(--padding_left)*.1rem)
  }

  .c-header_menu_list a.nope {
    pointer-events: none
  }

  .c-header_menu_list__desc {
    font-size: calc(var(--txt_size)*.07rem);
    top: 2px
  }

  .child_menu_list a {
    height: calc(var(--height)*.07rem)
  }

  .child_menu_list a .c-header_menu_list__txt {
    font-size: calc(var(--txt_size)*.08rem)
  }

  .s_list_item.fst {
    margin-right: -3rem
  }

  .s_list_item a {
    height: calc(var(--height)*.063rem)
  }

  .s_list_item a .c-header_menu_list__txt {
    font-size: calc(var(--txt_size)*.08rem);
    transition: ease .3s
  }

  .c-header_menu_list .s_list_item a.is-touched {
    background-color: transparent
  }

  .c-header_menu_list .s_list_item a.is-touched .c-header_menu_list__txt {
    opacity: .3
  }
}

.ft_menu_unit .c-footer_menu {
  margin-bottom: .8rem
}

.p-footer__group1>:last-child {
  margin-top: 2rem
}

.p-footer__group3 ._block2 {
  margin-top: 2rem
}

@media screen and (min-width: 768px) {
  .ft_menu_unit .c-footer_menu {
    margin-bottom: 1.5rem
  }

  .p-footer__group3 ._block2 {
    margin-top: 0
  }
}

.body {
  --fz: 14.5
}

@media screen and (min-width: 768px) {
  .body {
    --fz: 17
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper {
    overflow: hidden
  }
}

@media not all and (min-width: 768px) {
  .p-page_top_mv {
    height: calc(100vh - var(--header_height)*.1rem - 180px);
    min-height: 45rem
  }

  .p-page_top_mv .c-btn_primary a {
    font-size: 1.7rem;
    letter-spacing: 0
  }
}

.p-page_top_mv__scroll {
  display: none
}

.p-page_top_mv__bottom {
  bottom: 4rem
}

.p-page_top_mv__head {
  margin-top: calc(var(--header_height_sm)*-1*.1rem)
}

.p-page_top_mv__ttl {
  width: 32rem
}

@media screen and (min-width: 768px) {
  .p-page_top_mv__scroll {
    display: block
  }

  .p-page_top_bgmov {
    height: calc(100vh - var(--header_height)*.1rem);
    min-height: 60rem
  }

  .p-page_top_mv {
    height: calc(100vh - var(--header_height_lg)*.1rem);
    min-height: 60rem
  }

  .p-page_top_mv__ttl {
    width: 48rem
  }
}

@media not all and (min-width: 768px) {
  .l-page_top_special.weekly {
    margin-top: 6rem
  }

  .l-page_top_special.weekly .l-page_top_special__bg {
    top: 4.5rem
  }

  .l-page_top_special.weekly .l-page_top_special__conts {
    padding-top: 9.5rem;
    padding-bottom: 0
  }
}

@media screen and (min-width: 768px) {
  .l-page_top_special.weekly {
    margin-top: 0
  }

  .l-page_top_special.weekly .l-page_top_special__bg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }

  .l-page_top_special.weekly .l-page_top_special__inner {
    padding-top: 8rem;
    height: 162rem
  }
}

@media not all and (min-width: 768px) {
  .l-page_top_special.special .l-page_top_special__bg {
    top: 0
  }
}

@media not all and (min-width: 768px) {
  .l-page_top_wide::before {
    display: none
  }

  .l-page_top_wide .l-page_top_wide__bg {
    top: 0
  }

  .l-page_top_wide .l-section__inside {
    padding-top: .5rem
  }

  .l-page_top_wide .l-page_top_wide__conts {
    padding-top: 0
  }
}

@media screen and (min-width: 768px) {
  .l-page_top_wide {
    margin-top: -60rem
  }

  .l-page_top_wide::before {
    display: none
  }
}

@media not all and (min-width: 768px) {
  .l-section.seeds {
    background-color: #fff;
    padding-bottom: 3.5rem
  }
}

@media screen and (min-width: 768px) {
  .l-section.seeds {
    width: 100%;
    margin-top: -44.05rem;
    overflow: hidden
  }

  .l-section.seeds .l-sectiony_seeds__top {
    width: 100%;
    position: relative;
    top: .05rem;
    height: 73.9rem;
    background-color: #fff;
    -webkit-clip-path: url(#mask-triangle_right_bottom);
    clip-path: url(#mask-triangle_right_bottom)
  }

  .l-section.seeds .l-section__outer {
    background-color: #fff;
    max-width: 100%
  }

  .l-section.seeds .l-section__inner {
    position: relative;
    height: 180rem;
    top: -12rem
  }
}

@media screen and (min-width: 768px) {
  .l-page_top_family_story {
    margin-top: -80.05rem
  }
}

.l-section.information {
  padding: 3rem 0 4rem
}

.l-section.information .l-section__outer {
  max-width: 100%;
  padding: 0 1.5rem 0 2rem
}

.l-section.information .info_ttl._center {
  max-width: 16rem;
  margin: 0 auto 1.5rem
}

.l-section.information .info_artcl_list li a {
  padding-block: .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none
}

.l-section.information .info_artcl_list li a:hover .info_list__txt {
  opacity: .6
}

.l-section.information .info_artcl_list li a .info_list__txt {
  width: calc(100% - .8rem - 3rem);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.47;
  color: #333;
  transition: ease .3s
}

.l-section.information .info_artcl_list li a .info_list__icon {
  width: .8rem
}

.l-section.information .info_artcl_list li a .info_list__icon img {
  width: 100%
}

@media screen and (min-width: 768px) {
  .l-section.information {
    padding: 4.5rem 0 6rem
  }

  .l-section.information .l-section__outer {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }

  .l-section.information .info_ttl._center {
    max-width: 17rem
  }

  .l-section.information .info_artcl_list {
    border-top: solid 1px #d6d6d6
  }

  .l-section.information .info_artcl_list li {
    border-bottom: solid 1px #d6d6d6
  }

  .l-section.information .info_artcl_list li a {
    padding: .7em 1.5rem
  }

  .l-section.information .info_artcl_list li a .info_list__txt {
    font-size: 1.5rem
  }
}

@media not all and (min-width: 768px) {
  .l-section.lesson_style .style_table {
    position: relative;
    overflow: visible
  }

  .l-section.lesson_style .style_table::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 2rem;
    background-color: transparent
  }
}

.l-section.lesson_style {
  overflow: hidden
}

.l-section.lesson_style .u-align--center_lg {
  width: 100%;
  padding: 0 2rem
}

.l-section.lesson_style .table_scroll {
  overflow-x: scroll;
  padding: 2rem 0 2rem 2rem;
  margin-top: 2rem
}

.l-section.lesson_style .style_table {
  box-shadow: 3px 0px 15px 1.5rem rgba(0, 0, 0, .03);
  border-radius: 14px
}

.l-section.lesson_style .style_table tr:nth-child(n+3) td {
  border-top: solid 2px #75757526
}

.l-section.lesson_style .style_table tr th,
.l-section.lesson_style .style_table tr td {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0
}

.l-section.lesson_style .style_table tr th:not(:last-of-type),
.l-section.lesson_style .style_table tr th.line-rht,
.l-section.lesson_style .style_table tr td:not(:last-of-type),
.l-section.lesson_style .style_table tr td.line-rht {
  border-right: solid 3px #fff
}

.l-section.lesson_style .style_table tr th span,
.l-section.lesson_style .style_table tr td span {
  display: block;
  white-space: nowrap
}

.l-section.lesson_style .style_table tr th {
  padding: 1rem;
  color: #fff
}

.l-section.lesson_style .style_table tr th.th_blu {
  background-color: #1ca2d2
}

.l-section.lesson_style .style_table tr th.th_red {
  background-color: #eb4956
}

.l-section.lesson_style .style_table tr th.th_grn {
  background-color: #93be00
}

.l-section.lesson_style .style_table tr th.th_ylw {
  background-color: #ecb214
}

.l-section.lesson_style .style_table tr td {
  padding: 1rem 1rem;
  color: #000;
  min-width: 16rem
}

.l-section.lesson_style .style_table tr td .ssize {
  font-size: 1.3rem
}

.l-section.lesson_style .style_table tr td .sssize {
  font-size: 1.2rem
}

.l-section.lesson_style .style_table tr td span {
  line-height: 1.4;
  margin: .7em 0
}

.l-section.lesson_style .style_table tr .br_left_top {
  border-radius: 14px 0 0 0
}

.l-section.lesson_style .style_table tr .br_right_top {
  border-radius: 0 14px 0 0
}

.l-section.lesson_style .style_table tr .br_right_bottom {
  border-radius: 0 0 14px 0
}

.l-section.lesson_style .style_table tr .br_left_bottom {
  border-radius: 0 0 0 14px
}

.bkg_c_b{
  background: #daf5ff
}

.bkg_c_r{
  background: #ffe2e4
}

.bkg_c_g{
  background: #e1eac2
}

.bkg_c_y{
  background: #ffeaaf
}

.l-section.lesson_style .p-page_top_course__body {
  margin-top: 6rem;
  margin: 8rem 1rem 0;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.l-section.lesson_style .p-page_top_course__body .p-page_top_course__item.l_item .p-page_top_course__box .anchor_btn_list {
  position: relative
}

.l-section.lesson_style .p-page_top_course__body .p-page_top_course__item.l_item .p-page_top_course__box .anchor_btn_list::after {
  content: "";
  display: block;
  height: 3.6rem
}

.l-section.lesson_style .p-page_top_course__box {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column
}

.l-section.lesson_style .p-page_top_course__box .plate_type {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  max-width: 111px;
  padding: 4px 5px 5px;
  border-radius: 5px;
  margin: 0 auto .7rem;
  min-width: 11rem
}

.l-section.lesson_style .p-page_top_course__box .plate_type.blu {
  background-color: #1ca3cf;
  letter-spacing: .14em
}

.l-section.lesson_style .p-page_top_course__box .plate_type.red {
  background-color: #eb4956;
  letter-spacing: .04em
}

.l-section.lesson_style .p-page_top_course__sub {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .06em
}

.l-section.lesson_style .anchor_btn_list_wrap {
  padding: 0 1rem
}

.l-section.lesson_style .anchor_btn_list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.3rem
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3.6rem;
  padding-block: .65em .8em;
  border-radius: 999px;
  background-color: #333;
  border: solid 2px #333;
  transition: ease .3s;
  display: grid;
  place-content: center;
  position: relative
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini:hover {
  background-color: #bebebe
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini:hover .c-btn_mini__txt {
  color: #333
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini:hover::after {
  background: url(../img/common/arw_dwn_blk.png) no-repeat center/contain
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini .c-btn_mini__txt {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .06em;
  color: #fff
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini .c-btn_mini__txt.ssize {
  font-size: 1.05rem
}

.l-section.lesson_style .anchor_btn_list .c-btn_mini::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../img/common/arw_dwn_wht.png) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
  .l-section.lesson_style .u-align--center_lg p {
    font-size: 2rem;
    line-height: 1.75
  }

  .l-section.lesson_style .table_scroll {
    overflow-x: auto;
    padding: 2rem;
    margin-top: 2rem;
    display: grid;
    place-content: center
  }

  .l-section.lesson_style .style_table {
    border-radius: 24px
  }

  .l-section.lesson_style .style_table tr th,
  .l-section.lesson_style .style_table tr td {
    font-size: 1.9rem;
    letter-spacing: 0
  }

  .l-section.lesson_style .style_table tr th {
    padding: 1rem 1.5rem
  }

  .l-section.lesson_style .style_table tr td {
    padding: 1.6rem 1.5rem;
    min-width: 20rem
  }

  .l-section.lesson_style .style_table tr td .ssize {
    font-size: 1.8rem
  }

  .l-section.lesson_style .style_table tr td .sssize {
    font-size: 1.7rem
  }

  .l-section.lesson_style .style_table tr td span {
    margin: .5em 0
  }

  .l-section.lesson_style .style_table tr .br_left_top {
    border-radius: 24px 0 0 0
  }

  .l-section.lesson_style .style_table tr .br_right_top {
    border-radius: 0 24px 0 0
  }

  .l-section.lesson_style .style_table tr .br_right_bottom {
    border-radius: 0 0 24px 0
  }

  .l-section.lesson_style .style_table tr .br_left_bottom {
    border-radius: 0 0 0 24px
  }

  .l-section.lesson_style .p-page_top_course__body {
    margin: 8rem auto 0;
    -moz-column-gap: 6rem;
    column-gap: 6rem
  }

  .l-section.lesson_style .p-page_top_course__body .p-page_top_course__item.l_item .p-page_top_course__box .anchor_btn_list::after {
    height: 5rem
  }

  .l-section.lesson_style .p-page_top_course__box {
    padding-bottom: 5.5rem
  }

  .l-section.lesson_style .p-page_top_course__box .plate_type {
    font-size: 1.9rem;
    min-width: 180px;
    padding: 7px 5px 9px;
    border-radius: 10px;
    margin: 0 auto 2.6rem
  }

  .l-section.lesson_style .p-page_top_course__sub {
    font-size: 2rem
  }

  .l-section.lesson_style .p-page_top_course__sub span {
    padding-bottom: 1.6rem
  }

  .l-section.lesson_style .anchor_btn_list_wrap {
    padding: 0 2rem
  }

  .l-section.lesson_style .anchor_btn_list {
    margin-top: 5rem;
    grid-template-columns: repeat(auto-fit, 216px);
    justify-content: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2.3rem
  }

  .l-section.lesson_style .anchor_btn_list.trpl {
    display: flex;
    flex-wrap: wrap
  }

  .l-section.lesson_style .anchor_btn_list .c-btn_mini {
    margin-left: 0;
    margin-right: 0;
    width: 216px;
    height: 5rem
  }

  .l-section.lesson_style .anchor_btn_list .c-btn_mini .c-btn_mini__txt {
    font-size: 1.8rem
  }

  .l-section.lesson_style .anchor_btn_list .c-btn_mini .c-btn_mini__txt.ssize {
    font-size: 1.6rem;
    letter-spacing: 0
  }
}

.p-page_top_hexagon__data {
  display: block;
  text-align: center;
  margin-top: .8rem
}

.p-page_top_hexagon__data span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: .06em;
  line-height: 1;
  color: #666;
  padding: 3px 10px 4px;
  border-radius: 5px;
  border: solid 1px #777
}

@media screen and (min-width: 768px) {
  .p-page_top_hexagon__data {
    margin-top: 1rem
  }

  .p-page_top_hexagon__data span {
    font-size: 1.44rem
  }
}

@media not all and (min-width: 768px) {
  .p-page_top_hexagon__txts {
    font-size: 1.4rem
  }
}

.c-hdg2 {
  row-gap: 1.4rem
}

@media (min-width: 768px) {
  .l-page_top_wide__bg {
    top: -146px;
    width: 110%;
    height: 120%;
  }
}

/* フッター */

.c-footer_menu a {
  line-height: 1.3;
}

@media (min-width: 768px) {
    .p-footer {
        column-gap: 7rem;
    }
    .p-footer__navigation {
        grid-template-columns: repeat(3, 27rem);
    }
}


/*TOPページMV追加バッジ*/
.p-page_top_mv__opBadge {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 17%;
    max-width: 250px;
    min-width: 150px;
}
.p-page_top_mv__opBadge:hover {
    filter: brightness(1.30);
}
@media (max-width: 767px) {
  .p-page_top_mv__opBadge {
    left: 0;
    right: 0;
    width: 90%;
    max-width: unset;
    min-width: unset;
    margin: 0 auto;
}
}

/*WeeklyページMV追加バッジ*/
.p-page_wide_mv__opBadge {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 30%;
    max-width: 380px;
    min-width: 150px;
}
.p-page_wide_mv__opBadge:hover {
    filter: brightness(1.30);
}
@media (max-width: 767px) {
  .p-page_wide_mv__opBadge {
    left: 0;
    right: 0;
    bottom: 28px;
    top: unset;
    width: 90%;
    max-width: unset;
    min-width: unset;
    margin: 0 auto;
}
}

/*ウィークリー多店舗化*/
.p-situation_lesson__status.school_name{
    margin: 0.5em auto 1em;
    padding: 0 0.5em 0.1em;
    border-bottom: 3px solid #e1e1e1;
    font-size: 3rem;
}
@media (max-width: 767px) {
.p-situation_lesson__status.school_name{
    font-size: 2rem;
    padding: 0 0.3em 0;
}
}

.school_index ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.school_index li {
    width: 29%;
    height: auto;
    position: relative;
}
.school_index .school-ttl {
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 2rem;
    margin: 1.5em auto 0.8em;
    background-color: #46a9cc;
    border-radius: 3px;
}
.school_index .map_img img {
    border: 1px solid #dddddd;
    border-radius: 12px;
}
.school_index .school_access {
    line-height: 1.4;
    font-size: 1.3rem;
    margin: 1em 0.2em 0;
}
.school_index .school_access a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    background-color: #3b3b3b;
    border-radius: 30px;
    padding: 0.8rem 1.5rem;
    display: inline-block;
    margin: 0.8rem 0 0;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.school_index .school_access a:hover {
    background-color: #999;
}
.ttl_badge {
    position: absolute;
    top: 8px;
    left: -13px;
    background-color: #fded00;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.4em 0.5em;
    line-height: 1;
    transform: rotate(-10deg);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
.school_index ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.school_index li {
    width: 100%;
    height: auto;
    margin: 0 auto 5rem;
}
.school_index .school_access a {
    display: block;
    text-align: center;
    padding: 1.2rem;
    margin: 0 auto;
}
}