@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

/*===================================
  基本設定
===================================*/
:root {
    --c-00: #f1edd9;
    --c-01: #4bb130;
    --c-02: #ffa800;
    --c-03: #048878;
    --c-04: #f85434;
    --c-05: #584930;
    --c-06: #71130f;
    --c-07: #eee;
    --c-08: #fdffcd;
    --c-09: #eee;
    --c-010: #eee;
    --c-11: #2774c2;
    --f-01: "Noto Serif JP", serif;
}

.c-01 {
    color: var(--c-01);
}

.kids .c-01 {
    color: var(--c-04);
}

.tila .c-01 {
    color: var(--c-03);
}

.kids_english .c-01 {
    color: var(--c-02);
}

.ability .c-01 {
    color: var(--c-11);
}

.c-02 {
    color: var(--c-02);
}

.c-03 {
    color: var(--c-03);
}

.c-04 {
    color: var(--c-04);
}

.c-05 {
    color: var(--c-05);
}

.c-06 {
    color: var(--c-06);
}

.bgc-00 {
    background: var(--c-00);
}
.tila .bgc-00 {
    background: #d9ecf1;
}

.kids_english .bgc-00 {
    background: #fcfae7;
}

.ability .bgc-00 {
    background: #d9e0f1;
}

.bgc-01 {
    background: var(--c-01);
}

.kids .bgc-01 {
    background: var(--c-04);
}

.tila .bgc-01 {
    background: var(--c-03);
}

.kids_english .bgc-01 {
    background: var(--c-02);
}

.ability .bgc-01 {
    background: var(--c-11);
}

.tila .bgc-01 .ttl_cmn01 .ttl,
.kids_english .bgc-01 .ttl_cmn01 .ttl,
.ability .bgc-01 .ttl_cmn01 .ttl{
    background: linear-gradient(transparent 50%, var(--c-05) 50%);
}

.bgc-02 {
    background: var(--c-02);
}

.bgc-03 {
    background: var(--c-03);
}

.bgc-04 {
    background: var(--c-04);
}

.bgc-05 {
    background: var(--c-05);
}

.bgc-06 {
    background: var(--c-06);
}

.bgc-07 {
    background: var(--c-07);
}

.bgc-08 {
    background: var(--c-08);
}

.bgc-09 {
    background: var(--c-09);
}

.bgc-10 {
    background: var(--c-010);
}

.f-01 {
    font-family: var(--f-01);
}

html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}


/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
    min-height: 50px;
    border: 3px solid #00bcd4;
    position: relative;
}

[class*="load-"]:before {
    content: "共通要素";
    display: block;
    font-weight: bold;
    color: #ff0;
    text-align: center;
    background: #00bcd4;
    position: absolute;
    z-index: 100;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    font-size: 28px;
    text-align: center;
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
    margin-top: 50px;
}

.btn-cmn01 a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative;
}

.btn-cmn01 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 15px 0 5px;
    font-size: 14px;
}

/**
ヘッダー
header
*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 5px solid var(--c-01);
}

.tila .header{
  border-top: 5px solid var(--c-03);
}

.ability .header{
  border-top: 5px solid var(--c-11);
}

.kids_english .header{
  border-top: 5px solid var(--c-02);
}

.header .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .logo img {
    max-height: 50px;
}

.header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .right .txt {
    margin-right: 10px;
    line-height: 120%;
}

.header .right .txtin {
    display: block;
}

.header .right .tel a {
    font-weight: bold;
    font-size: 30px;
}

.header .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .header {
        padding: 5px 0;
    }

    .header .logo img {
        max-height: 32px;
    }

    .header .right {
        display: none;
    }

    .tog-area {
        width: 98%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: auto;
        position: relative;
        z-index: 200;
    }

    .tog-area.fixed {
        width: 100%;
        height: auto;
        padding: 5px;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 #999;
        box-shadow: 0 0 5px 0 #999;
        position: fixed;
        top: 0;
        left: 0;
    }

    .tog-area .logo {
        max-width: 100px;
    }

    .tog-area .logo img {
        max-height: 100%;
    }
}

/* 下部固定コンテンツ */

.fix-bottom {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
}

.fix-bottom .item {
    width: 50%;
    text-align: center;
}

.fix-bottom a,.fix-bottom .a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
}

.fix-bottom .tel {
    font-size: 14px;
    color: #fff;
    background: #000;
}

.fix-bottom .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.fix-bottom .item a,.fix-bottom .item .a {
    color: #fff;
    background: #156400;
}

.fix-bottom .item.btn02 a {
    background: #348c1c;
}

.fix-bottom .item.btn03 a {
    background: #59b63f;
}

.fix-bottom .item.btn04 a {
    background: #88dd70;
}

.tila .fix-bottom .item a,.tila .fix-bottom .item .a {
    background: var(--c-03);
}

.tila .fix-bottom .item.btn02 a {
    background: #2fb8a8;
}

.tila .fix-bottom .item.btn03 a {
    background: #52c7b9;
}

.tila .fix-bottom .item.btn04 a {
    background: #89ddd3;
}

.kids_english .fix-bottom .item a,.kids_english .fix-bottom .item .a {
    background: var(--c-02);
}

.kids_english .fix-bottom .item.btn02 a {
    background: #ffbe41;
}

.kids_english .fix-bottom .item.btn03 a {
    background: #f8c76a;
}

.kids_english .fix-bottom .item.btn04 a {
    background: #ffdb96;
}

.ability .fix-bottom .item a,.ability .fix-bottom .item .a {
    background: var(--c-11);
}

.ability .fix-bottom .item.btn02 a {
    background: #4882be;
}

.ability .fix-bottom .item.btn03 a {
    background: #6896c5;
}

.ability .fix-bottom .item.btn04 a {
    background: #94c3f3;
}

@media (max-width: 1024px) {
    .fix-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fix-bottom .item a i{
      margin-right: 5px;
    }
}

@media (max-width: 599px) {
    .fix-bottom a,.fix-bottom .a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0px;
        font-size: 14px;
    }

    .fix-bottom .item a i,.fix-bottom .item .a i {
        margin-bottom: 5px;
        margin-right: 0px;
        font-size: 16px;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    z-index: 250;
}

.gnav::after {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: var(--c-01);
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.kids .gnav::after{
  background: var(--c-04);
}
.kids .gnav::after{
  background: var(--c-04);
}
.tila .gnav::after{
  background: var(--c-03);
}
.kids_english .gnav::after{
  background: var(--c-02);
}
.ability .gnav::after{
  background: var(--c-11);
}

.header.fixed {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 90px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnav .item01 {
    font-size: 16px;
    text-align: center;
    position: relative;
}

.gnav .item01:not(:first-child):before {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
}

.gnav .item01>a,.gnav .item01>.a,
.gnav .item01 .itemin {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gnav .list02 {
    width: 200px;
    visibility: hidden;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.8) content-box;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.gnav .list02.ver2 {
    width: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gnav .list02.ver2 .m-t {
    margin: 5px 0;
    font-weight: bold;
    font-size: 18px;
}

.gnav .item02 a {
    display: block;
    padding: 5px;
    -webkit-transition: none;
    transition: none;
}

.gnav .item02 a:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}

.gnav .list02.ver2 .item02 a:hover {
    color: #fff;
    background: var(--c-02);
}

.gnav .list02.ver2 .box02 .item02 a:hover {
    color: #fff;
    background: var(--c-11);
}

.gnav .list02.ver2 .box03 .item02 a:hover {
    color: #fff;
    background: var(--c-03);
}
.gnav .list02.ver2 .box04 .item02 a:hover {
    color: #fff;
    background: var(--c-01);
}

.gnav .list02.ver2 .b-i{
  width: 25%;
}

.gnav .sns {
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
}

.gnav .sns li {
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        display: block;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 30px 0;
        background: rgba(255, 255, 255);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav::after {
        content: none;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        padding-bottom: 100px;
    }

    .gnav .navlogo {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .gnav .item01 {
        width: 100%;
        min-height: 40px;
        min-height: auto;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .gnav .list02 {
        width: 100%;
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 2px 0 2px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 13px;
        left: 0;
    }

    .gnav .list02.ver2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: 0;
    }

    .gnav .item01>a,
    .gnav .item01>.a,
    .gnav .item01 .itemin {
        font-weight: bold;
        font-size: 16px;
        color: #292929;
    }

    .gnav .item01.-parent i {
        display: none;
    }

    .gnav .list02.ver2 .m-t {
        font-size: 14px;
    }

    .gnav .item01:not(:first-child):before {
        content: none;
    }

    .gnav .item02 a:hover,
    .gnav .list02.ver2 .item02 a:hover,
    .gnav .list02.ver2 .box02 .item02 a:hover,
    .gnav .list02.ver2 .box03 .item02 a:hover {
        color: #292929;
        background: initial;
        opacity: 0.6;
    }
    .gnav .list02.ver2 .b-i{
      width: 100%;
    }
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -10px;
}

.toggle .bar:after {
    top: 10px;
}

.toggle.b-02 {
    position: fixed;
top: 15px;
    right: 5px;
    display: none!important;
}
.toggle.b-02.active{
  display: block!important;
}

.toggle.b-02 .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.b-02 .bar:after,
.toggle.b-02 .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }
}

.overlay {
    overflow: hidden;
}

.overlays:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #333;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
      z-index: -200;
    }
    
    .overlay .overlays:after{
      opacity: 0.3;
      z-index: 249;
    }

/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--c-01);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.tila .totop{
  background: var(--c-03);
}

.ability .totop{
  background: var(--c-11);
}

.kids_english .totop{
  background: var(--c-02);
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.contact-link-box .datattl {
    position: relative;
}

.contact-link-box .datattl::before,.contact-link-box .datattl::after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
}

.contact-link-box .datattl::before {
    transform: rotate(90deg);
    transition: .5s;
}

.contact-link-box .datattl.is-parent::before {
    transform: rotate(0deg);
}

.contact-link-box .data {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fdfdfd;
    display: none;
}

.contact-link-box .contact-item+.contact-item{
  margin-top: 10px
}

[data-element-id] .contact-link-box .data{
  display: block;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 60px;
        right: 10px;
    }
}

@media (max-width: 599px) {
    .totop {
        bottom: 90px;
    }
}

.footer .contents {
    background: var(--c-07);
}

.footer .contents .sublink {
    margin-bottom: 10px;
}

.footer .copy {
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

@media (max-width: 1024px) {
  .footer .copy{
  padding: 5px 0 55px;
  }
}

@media (max-width: 599px) {
  .footer .copy{
    padding: 10px 0 85px;
  }
}

[data-element-id] .footer .copy{
      padding: 5px 0 100px;
}

/**
2カラムページ
*/
.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column2 .side {
    width: 240px;
}

.column2 .mainwrap {
    width: calc(100% - 290px);
}

@media (max-width: 1024px) {
    .column2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 50px;
    }

    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .side .list {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}

.list-side .datattl {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    background: var(--c-01);
    position: relative;
}

.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}

.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.list-side a:before {
    content: ">";
    color: var(--c-01);
    position: absolute;
    left: 0;
}

@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }

    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

/* modal */
.modal {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
}

.modal__content {
    width: 60%;
    padding: 60px 40px;
    border-radius: 20px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal .btn_close {
    display: block;
    padding: 8px 15px 10px;
    text-align: center;
    border:2px solid #8f8f8f;
    border-radius: 5px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    color: var(--color04);
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1024px){
  .modal__content{
    width: 90%;
  }
}

@media(max-width:599px){
  .modal__content{
    padding: 40px 30px;
  }
}

[data-element-id] .modal {
    height: auto;
    display: block;
    margin-top: 50px;
    position: relative;
}

[data-element-id] .js-modal-close01:after,[data-element-id] .js-modal-close02:after {
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #555;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
    border: 2px solid #555;
}

[data-element-id] .js-modal-close01:after {
    content: "無料体験お申し込み方法の「ホームページ」をクリックしたときに現れる画面です";
}

[data-element-id].modal__bg {
    display: none;
}

[data-element-id] .modal__content {
    width: 90%;
    border: 2px solid #555;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    margin: 0 auto;
}

/*===================================
  各個別コンテンツ
===================================
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    background: #fff;
    position: relative;
}

.homevisual::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--c-00);
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: -1;
}

.homevisual .img {
    min-height: 300px;
    max-height: 600px;
    opacity: 0.6;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 45%;
    position: relative;
    z-index: -1;
}

.homevisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

/*IE対策*/
.homevisual .head {
    font-weight: bold;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 1024px) {
    .homevisual .img:before {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 28px;
    }

    .homevisual .img:before {
        padding-top: 90%;
    }
}

/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}

.topvisual .img {
    min-height: 200px;
    max-height: 400px;
    background: #fff;
    position: relative;
}

.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 30%;
    position: relative;
    z-index: -1;
}

.topvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-family: var(--f-03);
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .topvisual .head {
        font-size: 24px;
    }

    .topvisual .img:before {
        padding-top: 100%;
    }
}

/* パンくずリスト */
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage a {
    font-weight: bold;
    color: var(--c-01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px 0 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* 開講教室 */
.list-kaiko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-top: 30px;
}

.list-kaiko dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: normal;
}

.list-kaiko dt::after {
    content: "：";
    display: inline-block;
}

.list-kaiko dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-kaiko dd .kaiko-class {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    color: white;
    line-height: 1;
    border-radius: 0.25em;
    background-color: var(--c-01);
}

@media (max-width: 1024px) {
    .list-kaiko {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .list-kaiko {
        margin-top: 15px;
    }
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation .next {
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now,
.pagenation .next a,
.pagenation .prev a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    text-align: center;
    border: none;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .next a:hover,
.pagenation .prev a:hover,
.pagenation .now {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}

.articledtl01 .cate .cate1 {
    background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }

    .list-gallery01 .head {
        font-size: 14px;
    }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}

/* フォーム */
.form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 2px solid #999;
}

.form .datattl {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #000;
}

.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background: #000;
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

.form .data input[type="radio"] {
    display: none;
}

.form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form .data input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px #999;
    box-shadow: inset 1px 1px 0 1px #999;
    position: absolute;
    top: 4px;
    left: 0;
}

.form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 7px;
    left: 3px;
}

.form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}

.form .data select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}

.form select {
    border: solid 1px #ccc;
}

.form .data textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #999;
}

.form .data01 div {
    display: inline-block;
}

@media (max-width: 1024px) {
    .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        display: block;
        margin-bottom: 10px;
    }

    .form .data {
        padding-left: 0;
    }
}

.formitem dd input[type="radio"] {
    padding-left: 50px;
}

.formitem dd input[type="radio"]+label::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #ff8052;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.formitem dd input[type="radio"] label:hover {
    cursor: pointer;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #ff8052;
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
}

.formitem dd input[type="radio"]+label {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px 5px 35px;
    position: relative;
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--c-01);
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    background: var(--c-01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--c-01);
    letter-spacing: 2px;
}

.detail-content-text ol {
    counter-reset: count 0;
}

.detail-content-text ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--c-01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content-text ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 6px;
    left: 0;
}

.detail-content-text ol li marker {
    display: none;
}

.detail-content-text iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-top: 30px;
}

.d-none-tb,
.d-none-sp {
    display: block;
}

.d-b-tb,
.d-b-sp {
    display: none;
}

@media (max-width: 1024px) {
    .d-b-tb {
        display: block;
    }

    .d-none-tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .d-none-sp {
        display: none;
    }

    .d-b-sp {
        display: block;
    }
}

.l-text2 {
    letter-spacing: 2px;
}

.l-text3 {
    letter-spacing: 3px;
}

.abs-logo {
    width: 150px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}

.mv-contents {
    margin-top: -350px;
    position: relative;
}

.mv-title01 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px 0px 1px #fff,
    0px 2px 1px #fff,
    -2px 0px 1px #fff,
    0px -2px 1px #fff;
}

.mv-title01 span {
    font-size: 45px;
    color: var(--c-06);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--c-01)));
    background: linear-gradient(transparent 70%, var(--c-01) 70%);
}

.mv-cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 85px;
    position: relative;
}

.mv-card {
    width: 30%;
}

.mv-card.a{
  position: relative;
}

.mv-card.a .m-item{
  width: 100%;
    visibility: hidden;
    padding-top: 5px;
    background: rgba(255, 255, 255, 0.8) content-box;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.mv-card.a .m-item .list a{
  text-align: center;
  padding: 5px;
  background: var(--c-03);
  color: #fff;
  font-weight: bold;
  border: 3px solid #fff;
}

.mv-card.a .m-item .list.var02 a{
  background: var(--c-01);
}

.mv-card.a:hover .m-item{
  visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

[data-element-id] .mv-card.a .m-item{
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: visible;
    padding: 0;
    border: solid 2px #f48100;
    opacity: 1;
    position: relative;
    top: 0;
}

[data-element-id] .mv-card.a .m-item:after{
      content: "中高生";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
    background: #f48100;
}

.mv-card a {
    display: block;
}

.mv-card a .img,
.mv-card.a .img{
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #fff;
    box-shadow: 0px 0px 10px 0px #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.mv-card a:hover .img {
    -webkit-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}

.card-title {
    width: 60%;
    display: inline-block;
    padding: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 0px 40px 0 0;
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.card-title.vol01 {
    background-color: var(--c-02);
}

.card-title.vol02 {
    background-color: var(--c-03);
}

.card-title.vol03 {
    background-color: var(--c-04);
}

.ttl_cmn01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-right: 0.5em;
    font-weight: 500;
    font-size: clamp(1.5rem, 0.975rem + 2.24vw, 2.375rem);
    position: relative;
}

.ttl_cmn01::after {
    content: "";
    width: 1.25em;
    height: 1em;
    display: inline-block;
    /* background-image: url(/upload/tenant_1/deco_001.webp); */
    background-image: url(/upload/tenant_1/deco_002.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tila .ttl_cmn01::after{
  background-image: url(/upload/tenant_1/deco_0023.webp);
}

.ability .ttl_cmn01::after{
  background-image: url(/upload/tenant_1/deco_00a2.webp);
}

.kids_english .ttl_cmn01::after{
  background-image: url(/upload/tenant_1/deco_002_1.webp);
}

.ttl_cmn01 .ttl {
    padding: 0 5px 10px;
    line-height: 2;
    /* border-bottom: solid 1px var(--c-01); */
    border-bottom: unset;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(52, 140, 28, 0.4)));
    background: linear-gradient(transparent 50%, rgba(52, 140, 28, 0.4) 50%); */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(248, 84, 52, 0.4)));
    background: linear-gradient(transparent 50%, rgba(248, 84, 52, 0.4) 50%);
}

.tila .ttl_cmn01 .ttl{
    background: linear-gradient(transparent 50%, #c8fdf7 50%);
}

.ability .ttl_cmn01 .ttl{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(248, 84, 52, 0.4)));
    background: linear-gradient(transparent 50%, #cfe7ff 50%);
}

.kids_english .ttl_cmn01 .ttl{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(248, 84, 52, 0.4)));
    background: linear-gradient(transparent 50%, #ffd990 50%);
}

/* .kids .ttl_cmn01 .ttl {
    border-bottom: solid 1px var(--c-04);
} */

/* .tila .ttl_cmn01 .ttl {
    border-bottom: solid 1px var(--c-03);
} */

.kids_english .ttl_cmn01 .ttl {
    border-bottom: solid 1px var(--c-02);
}

.ability .ttl_cmn01 .ttl {
    border-bottom: solid 1px var(--c-11);
}


.bgc-01 .ttl_cmn01 .ttl {
    color: #fff;
    border-bottom: solid 1px #fff;
}

@media (max-width: 1024px) {
    .mv-contents {
        margin-top: -280px;
    }

    .mv-title01 {
        font-size: 26px;
    }

    .mv-title01>span {
        font-size: 40px;
    }

    .abs-logo {
        display: none;
    }

    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagettl {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .ttl_cmn01 {
        padding-top: 0.75em;
        line-height: 130%;
    }

    .ttl_cmn01:after {
        margin-top: 10px;
    }

    .mv-title01 span {
        font-size: 34px;
    }

    .card-title {
        width: 98%;
        padding: 5px;
        font-size: 16px;
    }
}

.ttl_cmn02 {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 150%;
    text-align: center;
    border-radius: 50%;
    background: var(--c-01);
    position: relative;
    z-index: 1;
}

.tila .ttl_cmn02{
  background: var(--c-03);
}

.ability .ttl_cmn02{
  background: var(--c-11);
}
.kids_english .ttl_cmn02{
  background: var(--c-02);
}

.ttl_cmn02:after {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px dashed #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.ttl_cmn02.-center {
    margin-left: auto;
    margin-right: auto;
}

.ttl_cmn02.-bgwhite {
    background: #fff;
}

.ttl_cmn02.-bgwhite:after {
    border-color: var(--c-01);
}

.ttl_cmn02.-bgbrown {
    background: var(--c-05);
}

.ttl_cmn02.-brown {
    background: var(--c-06);
}

.ttl_cmn02.-orange {
    color: var(--c-01);
}

/*共通タイトル３*/
.ttl_cmn03 {
    margin-bottom: 30px;
    padding: 10px 30% 10px 20px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 130%;
    position: relative;
    z-index: 1;
}

.ttl_cmn03:before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: var(--c-01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ttl_cmn03 img {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 599px) {
    .ttl_cmn03 {
        padding-left: 10px;
        font-size: 22px;
    }
}

/*共通タイトル４*/
.ttl_cmn04 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    color: var(--c-01);
    border-bottom: 2px solid var(--c-01);
    position: relative;
}

@media (max-width: 599px) {
    .ttl_cmn04 {
        font-size: 20px;
    }
}

/*共通タイトル５*/
.ttl_cmn05 {
    margin-bottom: 70px;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    line-height: 150%;
    text-align: center;
    position: relative;
}

.ttl_cmn05:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: var(--c-01);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.ttl_cmn05:after {
    content: "";
    border: 50vw solid transparent;
    border-top: 30px solid var(--c-01);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
}

@media (max-width: 599px) {
    .ttl_cmn05 {
        margin-bottom: 50px;
        padding: 10px;
        font-size: 22px;
    }

    .ttl_cmn05:after {
        border-top-width: 20px;
    }
}

/*共通タイトル６*/
.ttl_cmn06 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    position: relative;
}

.ttl_cmn06:before {
    content: "";
    width: 6px;
    height: 20px;
    display: block;
    background: var(--c-01);
    position: absolute;
    top: 5px;
    left: 0;
}

/*共通タイトル７*/
.ttl_cmn07 {
    display: inline-block;
    margin-bottom: 40px;
    padding: 5px 30px 5px 0px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 150%;
    position: relative;
    z-index: 1;
}

.ttl_cmn07:after {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    border-radius: 0 2em 2em 0;
    background: var(--c-01);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 599px) {
    .ttl_cmn07 {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

.home01 {
    position: relative;
    z-index: 1;
}

.home01 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home01 .wrap .home01-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home01 .ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    position: relative;
}

.home01 .ttl::after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    margin-top: 20px;
    background: var(--c-01);
}

.home01 .img01 {
    width: 270px;
    border: 2px solid #fff;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    bottom: 80px;
    left: 5%;
    z-index: 3;
}

.home01 .img02 {
    width: 160px;
    border: 2px solid #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    bottom: 30px;
    left: calc(5% + 250px);
    z-index: 3;
}

.home01 .img03 {
    max-width: 350px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 3;
}

@media (max-width: 1024px) {
    .home01 {
        padding-bottom: 100px;
    }

    .home01:after {
        height: 10%;
    }

    .home01 .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home01 .ttl {
        width: 100%;
    }

    .home01 .img01 {
        width: 200px;
        bottom: -100px;
        left: 2%;
    }

    .home01 .img02 {
        width: 120px;
        bottom: -100px;
        left: calc(2% + 170px);
    }

    .home01 .img03 {
        width: 50%;
        right: 2%;
    }

    .new-texts01 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .home01 {
        padding-bottom: 70px;
    }

    .home01 .img02 {
        width: 200px;
        left: initial;
        right: 10px;
    }

    .home01 .img03 {
        height: 170px;
    }
}

.list_home01 {
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5%;
    position: relative;
    z-index: 4;
}

.list_home01 .item {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 20px 40px;
    font-weight: bold;
    color: var(--c-06);
    text-align: center;
    border-radius: 50%;
    background: var(--c-00);
    position: relative;
    z-index: 1;
}

.list_home01 .item:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    border: 1px dashed #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.list_home01 .item:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #e5e0cc;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.list_home02 li a {
    height: 100%;
    display: block;
}

.list_home02 li a .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list_home02 li a .box .img-box,
.list_home02 li a .box .text-box {
    width: 100%;
}

.list_home02 li a .box .text-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: calc(2em + 15px);
    position: relative;
}

.list_home02 li a .box .text-box .home02-more-btn {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.new-title {
    padding-bottom: 5px;
    color: var(--c-01);
    border-bottom: 2px dashed #fff;
}

@media (max-width: 1024px) {
    .list_home01 {
        margin-left: 0;
    }

    .list_home01 .item {
        margin: 0 10px 20px;
    }
}

@media (max-width: 599px) {
    .list_home01 {
        width: 320px;
        margin: 0 auto;
    }

    .list_home01 .item {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
        font-size: 14px;
    }
}

.home01 .img02 {
    width: 210px;
}

.btn_cmn01 a,
.btn_cmn01 button {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    color: var(--c-01);
    text-align: center;
    border: 1px solid var(--c-01);
    position: relative;
}

.btn_cmn01.left a,
.btn_cmn01.left button {
  margin: 0 auto 0 0 ;
}

.btn_cmn01.mk2 a,
.btn_cmn01.mk2 button {
  background-color:var(--c-01);
    color: #fff;
    text-align: center;
    border: 1px solid var(--c-01);
}

.tila .btn_cmn01 a{
  color: var(--c-03);
  border: 1px solid var(--c-03);
}

.tila .btn_cmn01 a:hover {
    color: #fff;
    background: var(--c-03);
    opacity: 1;
}

.ability .btn_cmn01 a{
  color: var(--c-11);
  border: 1px solid var(--c-11);
}

.ability .btn_cmn01 a:hover {
    color: #fff;
    background: var(--c-11);
    opacity: 1;
}

.btn_cmn01.mk2 a:hover {
    color: var(--c-01);
    background: #fff;
    opacity: 1;
}

.kids_english .btn_cmn01 a{
  color: var(--c-02);
  border: 1px solid var(--c-02);
}

.kids_english .btn_cmn01 a:hover {
    color: #fff;
    background: var(--c-02);
    opacity: 1;
}


.btn_cmn01 button {
    background: #fff;
}

.btn_cmn01 a:hover,
.btn_cmn01 button:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}

.kids .bgc-img .btn_cmn01 a:hover {
    background: var(--c-04);
}

.btn_cmn01 a:after,
.btn_cmn01 button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.btn_cmn01.-back a:after,
.btn_cmn01.-back button::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 10px;
    right: inherit;
}

.btn_cmn01.-small a {
    max-width: 250px;
}

.btn_cmn01.-left a {
    margin-left: 0;
}

.btn_cmn01.-brown a {
    color: var(--c-06);
    border-color: var(--c-06);
}

.btn_cmn01.-white a {
    color: #fff;
    border-color: #fff;
}

.btn_cmn01.-white a:hover {
    color: var(--c-01);
    background: #fff;
}

.btn_cmn02 a,
.btn_cmn02 button {
    max-width: 200px;
    color: white;
    border: 1px solid var(--c-01);
    background: var(--c-01);
}

.btn_cmn02 a:hover,
.btn_cmn02 button:hover {
    color: var(--c-01);
    background: white;
}

.home06 {
    padding-top: 130px;
}

.list_home06 .head {
    min-height: 50px;
    margin-bottom: 10px;
    padding: 12px 0 0 60px;
    font-weight: 500;
    font-size: 18px;
    color: var(--c-05);
    position: relative;
}

.ability .btn_cmn02 a,
.tila .btn_cmn02 a,
.kids_english .btn_cmn02 a {
    background: #fff
}

.kids .list_home06 .head {
    color: var(--c-04);
}

.tila .list_home06 .head {
    color: var(--c-03);
}

.kids_english .list_home06 .head {
    color: var(--c-02);
}

.ability .list_home06 .head {
    color: var(--c-11);
}

.list_home06 .headin {
    width: 50px;
    height: 50px;
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 50%;
    background: var(--c-05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kids .list_home06 .headin {
    background: var(--c-04);
}

.tila .list_home06 .headin {
    background: var(--c-03);
}

.kids_english .list_home06 .headin {
    background: var(--c-02);
}

.ability .list_home06 .headin {
    background: var(--c-11);
}

.list_home06 .headin:after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

@media (max-width: 1024px) {
    .list_home06 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_home06 .img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }

    .list_home06 .head {
        margin-bottom: 10px;
    }
}

@media (max-width: 599px) {
    .list_home06 .item {
        width: 100%;
    }

    .btn_cmn01.-left a {
        margin-left: auto;
    }
}

.ttl_cmn03 {
    margin-bottom: 30px;
    padding: 10px 30% 10px 20px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 130%;
    position: relative;
    z-index: 1;
}

.ttl_cmn03:before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: var(--c-01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-img .img {
    width: 25%;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 599px) {
    .ttl_cmn03 {
        padding-left: 10px;
        font-size: 22px;
    }

    .t-img .img {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
}

.ori-new a {
    display: block;
}

.ori-new a .box {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.rot-7 a .box {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ori-new a:hover .box,
.rot-7 a:hover .box {
    -webkit-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}

.ori-new .box .img-box {
    position: relative;
}

.ori-new .box .cat {
    min-width: 70%;
    max-width: 90%;
    padding: 0 0.5em;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    background: var(--c-05);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ori-new .box .text-box {
    padding: 15px;
    line-height: 2;
}

.ori .ttl_cmn02.-brown {
    color: #fff;
}

.ori .ttl_cmn02.-bgwhite {
    background: var(--c-05);
}

.ori .ttl_cmn02.-bgwhite:after {
    border-color: initial;
}

.ori2 .ttl_cmn02.-brown {
    color: #fff;
}

.ori2 .ttl_cmn02.-bgwhite {
    background: var(--c-01);
}

.ori2 .ttl_cmn02.-bgwhite:after {
    border-color: initial;
}

.list_home05 a {
    display: block;
    overflow: hidden;
    padding: 110px 15px 30px;
    text-align: right;
    background: var(--c-05);
    position: relative;
    z-index: 1;
}

.list_home05 a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: skewX(-60deg) translateX(30px);
    transform: skewX(-60deg) translateX(30px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.list_home05 .head {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.list_home05 .img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.list_home05 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 1024px) {
    .list_home05 a {
        text-align: left;
    }
}

@media (max-width: 599px) {
    .list_home05 .head {
        font-size: 16px;
    }

    .list_home05 a {
        padding: 80px 5px 10px;
    }

    .list_home05 .head {
        margin-bottom: 0;
    }
}

.list_home10 {
    position: relative;
    z-index: 1;
}

[data-element-id] .list_home10 {
    max-height: 700px;
    overflow: hidden;
}

[data-element-id] .list_home10 .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
}

.list_home10 .item {
    padding: 20px 10px 40px;
    position: relative;
}

.list_home10 .head {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 130%;
    text-align: center;
    background: var(--c-01);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.list_home10 .head:after {
    content: "";
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--c-01);
    position: absolute;
    top: 100%;
    left: 50%;
}

.list_home10 a {
    display: block;
}

.list_home10 .blocktxt {
    padding: 20px 10px 30px;
    background: var(--c-00);
}

.list_home10 .txt01 {
    margin-bottom: 10px;
    color: var(--c-01);
    text-align: center;
}

.list_home10 .txt01:after {
    content: "";
    max-width: 200px;
    height: 1px;
    display: block;
    margin: 10px auto;
    background: #fff;
}

.list_home10 .txt01 .txtin02 {
    display: inline-block;
    font-size: 20px;
}

.list_home10 .txt02 {
    color: var(--c-01);
    text-align: center;
}

.list_home10 .age {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .list_home10 .head {
        width: 90%;
        padding: 5px;
    }
}

.inf .list {
    margin-top: 60px;
}

.inf .list li+li {
    margin-top: 30px;
}

.inf .list li a {
    display: block;
    padding: 10px;
    background: var(--c-00);
}

.inf .list a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inf .list a .box .img {
    width: 30%;
}

.inf .list a .box .text-box {
    width: 65%;
}

.inf .list a .box .text-box .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inf .list a .box .text-box .meta .time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.inf .list a .box .text-box .meta .cat span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border-radius: 0.25em;
}

.inf .news-area .list a .box .text-box .meta .cat span {
    background: var(--c-06);
}

.inf .news-area .list a .box .text-box .ttl {
    font-weight: 500;
    color: var(--c-06);
}

.inf .blog-area .list a .box .text-box .meta .cat span {
    background: var(--c-01);
}

.inf .blog-area .list a .box .text-box .ttl {
    font-weight: 500;
    color: var(--c-01);
}

.home03 .box {
    width: 95%;
    margin: auto;
}

.home03 .ttl {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 34px;
    color: var(--c-05);
    text-align: center;
}

.home03 .head {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: var(--c-06);
    position: relative;
}

.home03 .head:after {
    content: "";
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--c-06);
    position: absolute;
    top: 100%;
    left: 50%;
}

.home03 .text {
    font-weight: bold;
    font-size: 18px;
    font-size: 20px;
    color: var(--c-05);
}

.home03 .mk1 {
    width: 95%;
    margin: auto;
}

.bnr-box a,.bnr-box .a {
    max-width: 700px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background: var(--c-05);
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor:pointer;
}

.bnr-box a:before,.bnr-box .a:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    border: 1px dashed #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .6;
}

.bnr-box a:hover,.bnr-box .a:hover {
    -webkit-box-shadow: 0 2px 4px 0 #333, 0 8px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px 0 #333, 0 8px 15px 0px rgba(0, 0, 0, 0.4);
}

.bnr-box .head {
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.bnr-box .img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bnr-box .img {
    background-color: #000;
}

.bnr-box .img.-cover img {
    opacity: 0.7;
}

.img.-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.home09 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home09 .ttl.ttl_cmn02 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 40px;
    margin-right: 30px;
    z-index: 0;
}

@media (max-width: 599px) {
    .home09 .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home09 .ttl {
        margin: 0 auto 30px;
    }

    .bnr-box .head {
        font-size: 20px;
    }

    .inf .list {
        margin-top: 30px;
    }

    .ttl_cmn01 .ttl {
        padding: 0 0 5px;
    }

    .home09 .ttl.ttl_cmn02 {
        margin-left: auto;
        margin-right: auto;
    }
}

.list_home09 {
    width: 100%;
}

.list_home09 li+li {
    margin-top: 30px;
}

.list_home09 .item {
    background: #fff;
}

.list_home09 .datattl {
    min-height: 70px;
    padding: 23px 40px 20px 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    position: relative;
}

.list_home09 .ttlin {
    width: 70px;
    height: 70px;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background: var(--c-01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list_home09 .ttlin:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tila .list_home09 .ttlin{
  background: var(--c-03);
}

.ability .list_home09 .ttlin{
  background: var(--c-11);
}
.kids_english .list_home09 .ttlin{
  background: var(--c-02);
}

.list_home09 .data {
    display: none;
    padding: 10px 40px 20px 80px;
}


[data-element-id] .list_home09 .data {
    display: block;
}

@media (max-width: 1024px) {
    .list_home09 .datattl {
        min-height: 50px;
        padding: 12px 35px 10px 60px;
    }

    .list_home09 .datattl:after {
        font-size: 22px;
        top: 25px;
    }

    .list_home09 .ttlin {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .list_home09 .data {
        padding: 10px 40px 20px 60px;
    }
}

@media (max-width: 599px) {
    .list_home09 .datattl {
        min-height: 40px;
        padding: 9px 30px 5px 45px;
        font-size: 16px;
    }

    .list_home09 .datattl:after {
        font-size: 20px;
        top: 20px;
    }

    .list_home09 .ttlin {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .list_home09 .data {
        padding: 10px 30px 5px 45px;
    }
}

.contact-box {
    padding: 45px 70px;
    border: 3px solid var(--c-01);
    border-radius: 20px;
    background-color: #fff;
}

.bnr-box .text-m .head {
    font-size: 16px;
}

.plmi span::before,
.plmi span::after {
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: var(--c-01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.tila .plmi span::before,
.tila .plmi span::after{
  background: var(--c-03);
}

.ability .plmi span::before,
.ability .plmi span::after{
  background: var(--c-11);
}

.kids_english .plmi span::before,
.kids_english .plmi span::after{
  background: var(--c-02);
}

.plmi span::after {
    background: var(--c-01);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.is-parent .plmi span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.sc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.sc-left {
    width: 50%;
    padding-right: 4px;
}

.sc-right {
    width: 50%;
}

.sc-txt {
    margin: 5px 0;
    font-weight: 500;
    font-size: 12px;
}

.sc-title {
    font-family: var(--f-01);
    font-weight: bold;
    font-size: 26px;
    color: var(--c-06);
    line-height: 1em;
}

.sc-tel {
    margin-top: 5px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
    border-top: 4px solid var(--c-00);
}

.sc-tel.mk2 {
    font-size: 16px;
    font-weight: 500;
}

/* .sc-tel.mk2>span {
    font-size: 32px;
    color: var(--c-01);
} */

.sc-txt.mk2 {
    margin: 15px 0;
    font-size: 16px;
}


.footer .head {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid var(--c-01);
}

.fnav .item {
    padding: 0 20px;
}

.fnav .item:before {
    display: none !important;
}

.new-white-box {
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
}

.line-img {
    max-width: 150px;
    overflow: hidden;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 30px;
    background-color: white;
}

.new-line-list li {
    width: 100%;
    display: block;
    margin: 10px 0;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.new-line-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    display: block;
    background-image: url("/import/tenant_1/160.16.61.183/html/images/check.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 0px;
}

.line-box .ttl_cmn01.hulf {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.line-box .ttl_cmn01.-center:after {
    content: "";
    width: 120px;
    height: 1px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.line-box .txt {
    color: #fff;
}

.line-box {
    overflow: hidden;
    padding: 30px 70px;
    border: 3px solid var(--c-01);
    border-radius: 20px;
    background-color: var(--c-01);
    position: relative;
}

.line-box>* {
    position: relative;
    z-index: 2;
}

.line-box>img {
    width: 300px;
    opacity: 0.2;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
}

#ekiten_shop_score {
    max-width: 100%;
}

#ekiten_shop_score_logo {
    max-width: 300px;
}

.contact-box.v2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 70px;
    border: 3px solid var(--c-06);
    border-radius: 20px;
    background-color: #fff;
}

.sns>div {
    margin: 0 20px;
    font-size: 24px;
}

.emar::after {
    content: "*";
    display: inline-block;
    color: red;
}

@media (max-width: 1024px) {
 /*    .sc-tel.mk2>span {
     font-size: 24px;
 } */

    .line-box {
        padding: 20px 15px;
    }

    .fnav .item {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .contact-box {
        padding: 30px 15px;
    }

    .home09 .ttl {
        font-size: 20px;
    }
    .bnr-box .text-m .head{
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    }
}

.tel-target {
    display: none;
}

.fix_contents {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    top: 70%;
    right: 10px;
    z-index: 100;
}

.fix_contents .btn01{
  position: relative;
}

.fix_contents a,
.fix_contents .a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    line-height: 120%;
    text-align: center;
    border-radius: 50%;
}

.fix_contents .a{
  cursor: pointer;
}

.fix_contents a i,
.fix_contents .a i {
    margin-bottom: 5px;
    font-size: 24px;
}

.fix_contents .line {
    margin-bottom: 10px;
}

.tila .fix_contents a,.tila .fix_contents .a {
    background: var(--c-03);
}

.tila .fix_contents .btn02 a,.tila .fix_contents .btn02 .a {
    background: #2fb8a8;
}

.tila .fix_contents .btn03 a,.tila .fix_contents .btn03 .a {
    background: #52c7b9;
}

.tila .fix_contents .btn04 .a {
    background: #89ddd3;
}

.kids_english .fix_contents a,.kids_english .fix_contents .a {
    background: var(--c-02);
}

.kids_english .fix_contents .btn02 a,.kids_english .fix_contents .btn02 .a {
    background: #ffbe41;
}

.kids_english .fix_contents .btn03 a,.kids_english .fix_contents .btn03 .a {
    background: #f8c76a;
}

.kids_english .fix_contents .btn04 .a {
    background: #ffdb96;
}

.ability .fix_contents a,.ability .fix_contents .a {
    background: var(--c-11);
}

.ability .fix_contents .btn02 a,.ability .fix_contents .btn02 .a {
    background: #4882be;
}

.ability .fix_contents .btn03 a,.ability .fix_contents .btn03 .a {
    background: #6896c5;
}

.ability .fix_contents .btn04 .a {
    background: #94c3f3;
}

.fix_contents a,.fix_contents .a {
    background: #156400;
}

.fix_contents .btn02 a,.fix_contents .btn02 .a {
    background: #348c1c;
}

.fix_contents .btn03 a,.fix_contents .btn03 .a {
    background: #59b63f;
}

.fix_contents .btn04 .a {
    background: #88dd70;
}

.fix_contents .telephone {
    cursor: pointer;
    position: relative;
}

.fix_contents .block {
    max-width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    padding: 10px 0;
    font-weight: bold;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: -1;
}

.fix_contents .blockin {
    margin-left: 5px;
    font-size: 24px;
    color: var(--c-02);
}

.fix_contents .is-parent .block {
    max-width: 300px;
    padding: 10px 60px 10px 10px;
}

.fix_contents .block a {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #292929;
    background: none;
}

.activebox {
    position: absolute;
    left: -130px;
    top: 50%;
    transform: translateY(-50%);
    background: #fffce4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000061;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.active .activebox, [data-element-id] .activebox {
    opacity: 1;
    visibility: visible;
}

.activebox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
    background: #fffce4;
    display: block;
    width: 10px;
    height: 30px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    box-shadow: 0 0 5px #000000;
}

.activebox .boxinner{
  gap: 10px;
}

.activebox a {
    height: auto;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
    border: 3px solid #63b34d;
}

.tila .fix-bottom .item .activebox a{
  border: 3px solid #89ddd3;
}

.kids_english .fix-bottom .item .activebox a{
  border: 3px solid #ffdb96;
}

[data-element-id] .fix-bottom .activebox {
    left: auto;
    min-width: 322px;
    top: -40px;
}

[data-element-id] .fix-bottom .activebox::before{
  content: none;
}

[data-element-id] .fix-bottom .activebox .boxinner {
  flex-direction: row;
}

@media (max-width: 1024px) {
    .fix_contents {
        display: none;
    }
    
    .activebox {
        left: 50%;
        top:auto;
        bottom: 50px;
        transform: translateX(-50%);
        width: 100%;
    }
    
    .activebox::before {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        width: 20px;
        height: 10px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        box-shadow: none;
    }
    
    .activebox .boxinner {
        gap: 5px;
    }
    
    .activebox a {
        font-size: 16px;
        border: 2px solid #63b34d;
    }
}

@media(max-width:599px){
  .activebox {
        bottom: 70px;
    }
}

.names {
    margin-top: 50px;
    font-size: 24px;
    text-align: right;
}

.names .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.names .en {
    font-size: 80%;
}

.names .ja {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 3px;
}

@media (max-width: 1024px) {
    .names {
        font-size: 20px;
    }
}

.title-left-deco {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    border-bottom: solid 3px var(--c-07);
    position: relative;
}

.title-left-deco.-big {
    font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem);
}

.title-left-deco::before {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background-color: var(--c-01);
    position: absolute;
    bottom: -3px;
    left: 0;
}


.kids .title-left-deco::before {
    background-color: var(--c-04);
}

.tila .title-left-deco::before {
    background-color: var(--c-03);
}

.kids_english .title-left-deco::before {
    background-color: var(--c-02);
}

.ability .title-left-deco::before {
    background-color: var(--c-11);
}

.bds-10 {
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.sns-area i {
    margin-bottom: 10px;
    font-size: 50px;
}

.sns-area .text {
    display: block;
    font-size: 24px;
    text-align: center;
}

.sns-area .item01 a {
    background: #00c300;
}

.sns-area .item02 a {
    background: #1877f2;
}

.sns-area .item03 a {
    background: #000;
}

.list_guide05 {
    max-width: 900px;
    margin: 0 auto;
}

.list_guide05 .item {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list_guide05 .item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.list_guide05 .datattl {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background: var(--c-01);
}

.list_guide05 .data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 20px;
    background: #eeffea;
}

@media (max-width: 599px) {
    .list_guide05 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_guide05 .datattl {
        width: 100%;
    }
}

.result-box {
    overflow: hidden;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fdfff0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.result-box::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(214 240 177 / 20%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-67deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.result-box .ttl {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.result-box .subject {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #2c3e50;
}

.result-box .score {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
    color: #e74c3c;
    text-transform: uppercase;
}

.result-box .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #34495e;
}

.result-box .highlight {
    font-weight: bold;
    font-size: 36px;
}

.result-box .ar {
    margin: 0 20px;
    font-size: 30px;
    position: relative;
}

.result-box .ar::after {
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article-area {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.article-area li+li {
    margin-top: 30px;
}

.article-area li a {
    height: 100%;
    display: block;
    padding: 10px;
    background: #f0f0f0;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.article-area a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-area a .box .img {
    width: 20%;
}

.article-area a .box .text-box {
    width: 75%;
}

.article-area a .box .text-box .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-area a .box .text-box .meta .time {
    margin-right: 10px;
}

.article-area a .box .text-box .meta .cat span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border-radius: 0.25em;
}

.article-area.news-box a .box .text-box .meta .cat span {
    background: var(--c-06);
}

.article-area.news-box a .box .text-box .ttl {
    font-weight: 500;
    color: var(--c-06);
}

.article-area.blog-box a .box .text-box .meta .cat span {
    background: var(--c-01);
}

.article-area.blog-box a .box .text-box .ttl {
    font-weight: 500;
    color: var(--c-01);
}

.article-area.top-news {
    max-width: 100%;
}

.article-area.top-news li+li {
    margin-top: initial;
}

.article-area.top-news a .box {
    display: block;
}

.article-area.top-news a .box .img {
    width: 100%;
    margin-bottom: 10px;
}

.article-area.top-news a .box .text-box {
    width: 100%;
}

.pas-box li:nth-child(4) {
    display: none;
}

.pas-box li a {
    display: block;
    overflow: hidden;
    border: solid 3px var(--c-01);
    border-radius: 10px;
}

.tila .pas-box li a{
      border: solid 3px var(--c-03);
}

.ability .pas-box li a{
      border: solid 3px var(--c-11);
}

.kids_english .pas-box li a{
      border: solid 3px var(--c-02);
}

.pas-box .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.pas-box .text-box {
    padding: 10px;
    background: #fff;
}

.pas-box .meta .time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.pas-box .meta .cat span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: var(--c-01);
}

.contact-area .head {
    font-size: 24px;
}

.contact-area .head i {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .pas-box .meta {
        display: block;
    }

    .pas-box .meta .cat span {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .article-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-area li {
        width: calc(100% / 2);
    }

    .article-area a .box .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .article-area a .box .text-box {
        width: 100%;
    }

    .article-area a .box .text-box .meta .time {
        width: 100%;
    }

    .article-area li+li {
        margin-top: 0px;
    }

    .pas-box li:nth-child(4) {
        display: block;
    }

    .pas-box .meta .cat span {
        font-size: 10px;
    }
}

.list-home07 {
    padding: 4px 0;
}

.list-home07 .item:first-of-type {
    border-top: 2px dotted var(--c-01);
}

.list-home07 .item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px;
    border-bottom: 2px dotted var(--c-01);
}

.list-home07 .datattl {
    min-width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
}

.sinfo-area {
    background: var(--c-03);
}

.sinfo-area .slogo {
    max-width: 150px;
    margin: 0 auto 40px;
}

.sinfo-area .map {
    padding-top: 30%;
}

.sinfo-area .box li {
    padding: 30px;
    background: #fff;
}

.text-l {
    padding-left: 15px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 24px;
    border-left: solid 5px var(--c-01);
}

@media (max-width: 599px) {
    .list-home07 .datattl {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-home07 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list-item li {
    padding-left: 1em;
    position: relative;
}

.list-item li+li {
    margin-top: 15px;
}

.list-item li::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}

.tila .list-item li::after{
  background: var(--c-03);
}

.ability .list-item li::after{
  background: var(--c-11);
}
.kids_english .list-item li::after{
  background: var(--c-02);
}

.list-item.list-item2 li::after {
    top: 1em;
}

.list-taisyo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    font-weight: bold;
    font-size: 1.2em;
}

.list-taisyo dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.25em 1em;
    color: white;
    line-height: 1;
    border-radius: 0.25em;
    background-color: #4bb130;
}

.ability .list-taisyo dt{
  background: var(--c-11);
}
.tila .list-taisyo dt{
  background: var(--c-03);
}
.kids_english .list-taisyo dt{
  background: var(--c-02);
}

.list-taisyo dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.5em;
}

.ttl-0 {
    margin-bottom: 50px;
    padding: 30px;
    font-family: var(--f-01);
    font-weight: bold;
    font-size: 24px;
    color: var(--c-01);
    letter-spacing: 3px;
    text-align: center;
    outline: 1px dashed var(--c-01);
    outline-offset: -10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.school .cat span {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    background: var(--c-01);
}

.dot-text li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #ccc;
}

.teacher-area .box {
    height: 100%;
    overflow: hidden;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.pa100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bgc-img {
    background: var(--c-05);
}

.bgc-img img {
    opacity: 0.2;
}

.bgc-img * {
    color: #fff;
    text-shadow: 0 0 4px black;
}

.bgc-img .btn_cmn01 a {
    color: #fff;
    border: 1px solid #fff;
}

.rec-area .box {
    padding-right: 20px;
}

.rec-area .box .img {
    width: 90%;
}

.rec-area .box .text-box {
    width: 90%;
    margin-top: -20px;
    margin-left: auto;
    padding: 10px;
    border: solid 3px var(--c-01);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.rec-area .box .img {
    overflow: hidden;
    border-radius: 10px;
}

.rec-area .box .text-box .list li+li {
    margin-top: 20px;
    border-top: solid 1px var(--c-01);
}

.rec-area .box .text-box .list li .sb-ttl {
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.flow09 {
    padding-left: 0;
    border-bottom: solid 1px #e1e8ed;
}

.flow09 .box-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 20px 0;
    border-top: solid 1px #e1e8ed;
}

.flow09 .ttl {
    margin-bottom: 10px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.flow09 .icon09 {
    width: 70px;
    margin-top: 0;
    font-weight: bold;
    font-size: 2em;
    color: var(--c-01);
    line-height: 1;
    text-align: center;
    position: relative;
}

.flow09 .icon09 .sb {
    display: block;
    margin-bottom: 3px;
    font-size: 0.3em;
    letter-spacing: 1px;
}

.flow09 .icon09::after {
    content: "";
    width: 1px;
    height: calc(100% - 60px);
    display: block;
    margin: auto;
    background-color: var(--c-01);
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}

.flow09 .box {
    width: calc(100% - 70px);
    margin-top: 0.8em;
}

@media(max-width:599px) {
    .flow09 .ttl {
        font-size: 18px;
    }

    .rec-area .box {
        padding-right: 0;
    }
}

.box-ss {
    display: block;
    padding: 20px 10px;
    background: #f0f0f0;
}

.bb-l {
    border: solid 3px var(--c-01);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.tila .bb-l{
  border: solid 3px var(--c-03);
}

.ability .bb-l{
  border: solid 3px var(--c-11);
}

.kids_english .bb-l{
  border: solid 3px var(--c-02);
}

.box-ss.wh {
    background: #fff;
}

.contact-f .box {
    padding: 3em;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
}

.contact-f dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: flex-start;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact-f dt {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.contact-f dt .tit {
    width: 100%;
    font-weight: 500;
}

.contact-f dd {
    width: calc(100% - 290px);
    align-items: flex-start;
}

.contact-f .form dt .label {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    background: #cb2626;
}

.contact-f .form .form_shape li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

.contact-f .form .form_shape input {
    display: none;
}

.contact-f .form .form_shape label {
    padding-left: 25px;
    line-height: 28px;
    position: relative;
    z-index: 0;
}

.contact-f .form .form_shape label:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-f .form .form_shape label:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    display: none;
    border-radius: 50%;
    background: var(--back-color-03);
    position: absolute;
    top: 3px;
    left: 3px;
}

.contact-f .form .form_shape input:checked+label:after {
    display: block;
}

.contact-f .form dd input,
.contact-f .form dd textarea {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border: none;
    border: solid 1px #ccc;
}

.contact-f .form .address-code dd input {
    width: 50%;
}

.contact-f .form .address {
    margin-bottom: 20px;
}

.contact-f .form .address .txt {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.contact-f .form .address .txt input {
    width: 100px;
    position: relative;
    z-index: 0;
}

.contact-f .form dd.radiobtn label {
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-f .form dd.radiobtn label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.contact-f .form dd.radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-f .form dd.radiobtn input {
    display: none;
}

.contact-f .form dd.radiobtn input:checked+label {
    text-decoration: underline;
}

.contact-f .form dd.radiobtn input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 2px;
}

.contact-f .form dd.radiobtn input+label {
    margin-right: 15px;
}

.hide-form{
  display: none;
}

[data-element-id] .hide-form {
    display: block;
    transform: scale(.8);
    border: 3px solid orange;
    padding: 100px 50px 60px;
    position: relative;
}

[data-element-id] .hide-form::before {
    content: "こちらは公開画面では非表示となります。情報を反映させるためのフォームです。削除せず、残しておいてください。";
    background: orange;
    color: #fff;
    padding: 5px 10px 8px;
    display: block;
    width: calc(100% + 104px);
    margin: -100px -52px 50px;
    text-align: center;
    z-index: 2;position: relative;
}

[data-element-id] .hide-form::after {
    content: "";
    background: #333;
    opacity: 0.2;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .contact-f .box {
        padding: 2em;
    }
}

@media (max-width: 599px) {
    .contact-f .box {
        padding: 2em 1em;
    }

    .contact-f dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .contact-f dt .tit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .contact-f .form dt .label {
        margin-left: 1em;
    }

    .contact-f dt,
    .contact-f dd {
        width: 100%;
    }

    .contact-f dd {
        margin-top: 0.5em;
    }

    .contact-f .form dd.radiobtn {
        padding: 0.5em 0;
    }
}

.s-headline {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: var(--c-01);
}

.kids .s-headline {
    color: var(--c-04);
}

.tila .s-headline {
    color: var(--c-03);
}

.kids_english .s-headline {
    color: var(--c-02);
}
.ability .s-headline {
    color: var(--c-11);
}

.s-headline2 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.1rem 1rem;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
    white-space: nowrap;
    border-radius: 10px;
    background: var(--c-01);
}

.kids .s-headline2 {
    background: var(--c-04);
}

.tila .s-headline2 {
    background: var(--c-03);
}

.kids_english .s-headline2 {
    background: var(--c-02);
}

.ability .s-headline2 {
    background: var(--c-11);
}

.s-headline2:after {
    content: " ";
    margin-left: -5px;
}

.s-headline3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 20px;
    border-bottom: solid 2px var(--c-01);
    position: relative;
}

.kids .s-headline3 {
    border-bottom: solid 2px var(--c-04);
}

.tila .s-headline3 {
    border-bottom: solid 2px var(--c-03);
}

.kids_english .s-headline3 {
    border-bottom: solid 2px var(--c-02);
}

.ability .s-headline3 {
    border-bottom: solid 2px var(--c-11);
}

.s-headline3::before {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}

.kids .s-headline3::before {
    background: var(--c-04);
}

.tila .s-headline3::before {
    background: var(--c-03);
}

.kids_english .s-headline3::before {
    background: var(--c-02);
}

.ability .s-headline3::before {
    background: var(--c-11);
}

.border-10 {
    overflow: hidden;
    border-radius: 10px;
}

.rgap-40 {
    row-gap: 40px;
}

@media(max-width:1024px) {
    .s-headline {
        display: block;
    }
}

@media(max-width:599px) {
  .s-headline2{
    font-size: 20px;
        letter-spacing: 0px;
  }
    .s-headline3 {
        font-size: 18px;
    }

    .flow-area .item>* .titbox {
        font-size: 20px;
    }

    .flow-area .item>* .txt {
        margin-top: 10px;
    }

    .flow-area .item>* .titbox .num {
        width: 60px;
    }
}

.s-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    background: var(--c-01);
    position: relative;
    flex-wrap: wrap;
}

.s-box.grayout {
    opacity: 0.5;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}

.kids .s-box {
    background: var(--c-04);
}

.tila .s-box {
    background: var(--c-03);
}

.kids_english .s-box {
    background: var(--c-02);
}

.ability .s-box {
    background: var(--c-11);
}

.ori-btn a .s-box {
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ori-btn a .s-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.s-box::after {
    content: "";
    border-bottom: 40px solid transparent;
    border-left: 40px solid #88dd70;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.kids .s-box::after {
    border-left: 40px solid #fe8e78;
}

.kids_english .s-box::after {
    border-left: 40px solid #ffef53;
}

.ability .s-box::after {
    border-left: 40px solid #ffef53;
}


.boxs {
    border: solid 3px var(--c-01);
}

.kids .boxs {
    border: solid 3px var(--c-04);
}

.tila .boxs {
    border: solid 3px var(--c-03);
}

.kids_english .boxs {
    border: solid 3px var(--c-02);
}

.ability .boxs {
    border: solid 3px var(--c-11);
}

.cs-section {
    margin-bottom: 20px;
}

.cs-section .ttl {
    margin-bottom: 10px;
    padding-left: 1em;
    font-size: 1.4em;
    color: #333;
    position: relative;
}

.cs-section .ttl::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 15px;
    left: 0;
}

.kids .cs-section .ttl::after {
    background: var(--c-04);
}

.tila .cs-section .ttl::after {
    background: var(--c-03);
}

.kids_english .cs-section .ttl::after {
    background: var(--c-02);
}

.ability .cs-section .ttl::after {
    background: var(--c-11);
}

.cs-section .ab {
    font-size: 1em;
    color: #666;
}

.cs-section ul {
    list-style-type: none;
    padding-left: 0;
}

.cs-section ul li {
    margin-bottom: 5px;
}

.cs-section ul li a {
    font-weight: bold;
    color: var(--c-01);
}

.kids .cs-section ul li a {
    color: var(--c-04);
}

.tila .cs-section ul li a {
    color: var(--c-03);
}

.kids_english .cs-section ul li a {
    color: var(--c-02);
}

.ability .cs-section ul li a {
    color: var(--c-11);
}

.cs-section .text-box {
    padding-left: 1.5em;
}

.fees-table {
    width: 100%;
    margin-bottom: 0px;
    border-collapse: collapse;
}

.fees-table th,
.fees-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.fees-table th {
    font-weight: bold;
    color: #fff;
    background-color: var(--c-01);
}

.kids .fees-table th {
    background: var(--c-04);
}

.tila .fees-table th {
    background: var(--c-03);
}

.kids_english .fees-table th {
    background: var(--c-02);
}

.ability .fees-table th {
    background: var(--c-11);
}

.note {
    padding: 10px;
    font-size: 12px;
    color: #856404;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
}

.note br {
    margin-bottom: 10px;
}

.p-area+.p-area {
    margin-top: 50px;
}

.p-area .ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    color: var(--c-01);
}

.kids .p-area .ttl {
    color: var(--c-04);
}

.tila .p-area .ttl {
    color: var(--c-03);
}

.kids_english .p-area .ttl {
    color: var(--c-02);
}

.ability .p-area .ttl {
    color: var(--c-11);
}

.table-03 {
    width: 100%;
    min-width: 1000px;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
    background-color: white;
}

.table-03 table {
    width: 100%;
}

.table-03 table tr td:nth-child(3) {
    width: 50%;
}

.table-02 table {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-collapse: collapse;
}

.table-02 table th,
.table-02 table td {
    padding: 0.5em 1em;
    border: 1px solid #ddd;
}

.table-02 table th {
    font-weight: bold;
    color: #fff;
    background: var(--c-01);
}

.table-02 table td {
    background: #fff;
}

.cmn-flow-02 .img {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.cmn-flow-02 li+li {
    margin-top: 50px;
}

.t-main {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.t-main span {
    margin: 0px 20px;
    position: relative;
}

.t-main span::before {
    content: "";
    width: 2px;
    height: 120%;
    display: inline-block;
    background-color: var(--c-01);
    -webkit-transform: rotate(-30deg) translateY(-50%);
    transform: rotate(-30deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -10%;
}

.t-main span::after {
    content: "";
    width: 2px;
    height: 120%;
    display: inline-block;
    background-color: var(--c-01);
    -webkit-transform: rotate(30deg) translateY(-50%);
    transform: rotate(30deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -10%;
}

@media(max-width:599px) {
    .t-main span {
        width: 80%;
        display: block;
        margin: auto;
    }

    .t-main span::before {
        height: 100%;
        left: 0;
    }

    .t-main span::after {
        height: 100%;
        right: 0;
    }

    .p-area .ttl {
        font-size: 20px;
    }

    .table-02 table {
        text-align: left;
    }

    .table-02 table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-02 table th,
    .table-02 table td {
        width: 100%;
    }
    .s-box{
      font-size: 18px;
      padding: 20px 10px;
    }
}

.step-wrap3 {
    margin: 2em 0;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px #8b8b8b;
    box-shadow: 0px 0px 7px #8b8b8b;
    position: relative;
}

.step-content3 {
    margin: 0 0 1em 1em;
    padding: 2.5em 0 2em 1em;
    border-top: solid 2px var(--c-01);
    position: relative;
}

.step-content3::before {
    content: "";
    display: block;
    border-width: 17px 8px 0 8px;
    border-style: solid;
    border-color: var(--c-01) transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: -10px;
}

.step-content3::after {
    content: "";
    height: calc(100% - 36px);
    display: block;
    border-left: dashed 3px var(--c-01);
    position: absolute;
    top: 16px;
    left: -4px;
}

.step-label3 {
    padding: 3px 20px 3px 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 10px;
    background: #156400;
    position: absolute !important;
    top: -18px;
    left: -20px;
    z-index: 1;
}

.step-title3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--c-03);
}

.step-body3 {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 18px;
}

.step-body4 li {
    margin-bottom: 5px;
    padding-left: 1em;
    font-weight: bold;
    font-size: 18px;
    color: var(--c-01);
    position: relative;
}

.step-body4 li::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}

.step-body5 li {
    margin-bottom: 5px;
    padding-left: 1em;
    font-weight: bold;
    color: #292929;
    position: relative;
}

.step-body5 li+li {
    margin-top: 10px;
}

.step-body5 li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #292929;
    position: absolute;
    top: 12px;
    left: 0;
}

.step-body3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fafa00), to(#fafa00));
    background: linear-gradient(transparent 70%, #fafa00 50%, #fafa00 100%);
}

.step-wrap3>:last-child {
    -webkit-box-shadow: 5px 7px 0 -5px #ddd;
    box-shadow: 5px 7px 0 -5px #ddd;
}

.step-wrap3>:last-child::before,
.step-wrap3>:last-child::after {
    display: none;
}

.step-content3 .m-btn.min a {
    max-width: none;
    padding: 15px 30px;
    position: relative;
}

.step-content3 .m-btn.min a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

@media (max-width: 599px) {
    .step-wrap3 {
        padding: 30px;
    }

    .step-content3 .m-btn.min a {
        padding: 15px 20px;
    }
}

.cat-text {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: var(--c-04);
}

.s-btns a{
  display: block;
}

.banner {
    width: calc(100% - 20px);
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.banner .bg-parent {
    padding: 50px;
}

.banner .bg-parent .banner-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    margin-top: 1em;
    margin-left: auto;
    margin-right: 0;
    padding: 0.5em 2.5em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
    color: white;
    text-align: center;
    border-radius: 0.5em;
    background-color: orange;
}

.banner .bg-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.banner-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.25em 2em 0.25em 0.25em;
    font-weight: bold;
    font-size: 80px;
    color: #8ec21f;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    border-bottom: 2px solid var(--c-01);
}

.tila .banner-title{
  color: var(--c-03);
  border-bottom: 2px solid var(--c-01);
}

.ability .banner-title{
  color: var(--c-11);
  border-bottom: 2px solid var(--c-11);
}

.kids_english .banner-title{
  color: var(--c-02);
  border-bottom: 2px solid var(--c-02);
}

.banner-title-image {
    max-width: 60%;
}

.banner-title span {
    color: #d61416;
}

.bg-content {
    position: relative;
    z-index: 2;
}

.bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img .img {
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.bg-parent {
    position: relative;
}

.bg-parent::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.bg-parent::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 0 100px 100px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.t-text-box {
    margin: 10px 0;
    padding: 15px;
    background: #ecffe7;
}

.t-text-box .ttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: var(--c-01) dotted 3px;
}

.catch-text {
    margin: 1.5em 0;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
}

@media (max-width: 599px) {
    .banner-title {
        padding: 0;
        font-size: 40px;
    }

    .banner .bg-parent {
        padding: 20px 50px;
    }

    .banner .bg-parent .banner-btn {
        margin-top: 2.5em;
    }

    .banner-title-image {
        max-width: 100%;
    }
}

.be-c .item01 .box-ss.wh {
    background: #ffebf3;
}

.be-c .item02 .box-ss.wh {
    background: #fff3eb;
}

.be-c .item03 .box-ss.wh {
    background: #fff9e1;
}

.be-c .item04 .box-ss.wh {
    background: #f9ffe1;
}

.be-c .item01 .title-left-deco::before {
    background: #ff80b2;
}

.be-c .item02 .title-left-deco::before {
    background: #f95;
}

.be-c .item03 .title-left-deco::before {
    background: #fc0;
}

.be-c .item04 .title-left-deco::before {
    background: #aad400;
}

.be-c .item01 .list-item li::after {
    background: #ff80b2;
}

.be-c .item02 .list-item li::after {
    background: #f95;
}

.be-c .item03 .list-item li::after {
    background: #fc0;
}

.be-c .item04 .list-item li::after {
    background: #aad400;
}

.be-c .t-text-box {
    background: #fff;
}

.a-btn a {
    display: block;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
    color: var(--c-01);
    letter-spacing: 3px;
    text-align: center;
    border: solid 1px var(--c-01);
    background: #fff;
    position: relative;
    ;
}

.a-btn a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.a-btn a:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}

.a-btn a {
    border: solid 1px var(--c-01);
}

.a-btn a {
    border: solid 1px var(--c-01);
}

.detail-area .cat span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border-radius: 0.25em;
    background: var(--c-01);
}

.layout-list01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 30px 20px;
    border-top: 2px solid var(--c-01);
}

.layout-list01 .item.up-d-none {
    display: none;
}

.layout-list01 .item:last-of-type {
    border-bottom: 2px solid var(--c-01);
}

.layout-list01 .box a {
    display: block;
    padding: 30px;
    border: 2px solid var(--c-01);
}

.layout-list01 dt {
    width: 200px;
    font-weight: bold;
    color: var(--c-01);
    line-height: 1.8;
}

.layout-list01 dd {
    width: calc(100% - 200px);
    padding-left: 20px;
    line-height: 1.8;
}

.layout-list01 dl dd dl {
    padding: 10px 0;
    border-bottom: 2px solid var(--c-01);
}

.layout-list01 dl dd dl:last-child {
    border-bottom: none;
}

@media (max-width: 599px) {
    .layout-list01 .item {
        padding: 10px 10px;
    }

    .layout-list01 dt,
    .layout-list01 dd {
        width: 100%;
    }

    .layout-list01 dd {
        font-size: 13px;
    }
    
    .a-btn a{
          font-size: 12px;
          padding: 5px;
          letter-spacing: 0px;
    }
    .a-btn a i{
          right: 5px;
    font-size: 10px;
    }
}

.check li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.check li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}

.check li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 5px;
}

.ability-area section:nth-child(3) {
    background: var(--c-00);
}

.ability-area section:nth-child(4) {
    background: #fff;
}

.ability-area section:nth-child(5) {
    background: var(--c-07);
}

.ability-area section:nth-child(6) {
    background: var(--c-00);
}

.ability-area section:nth-child(7) {
    background: #fff;
}

.ability-area section:nth-child(8) {
    background: var(--c-07);
}

.ability-area section:nth-child(9) {
    background: var(--c-00);
}

.ability-area section:nth-child(10) {
    background: #fff;
}

.ability-area section:nth-child(11) {
    background: var(--c-07);
}

.ability-area section:nth-child(12) {
    background: var(--c-00);
}

.ability-area section:nth-child(13) {
    background: #fff;
}

.ability-area section:nth-child(14) {
    background: var(--c-07);
}

.ability-area section:nth-child(15) {
    background: var(--c-00);
}

.ability-area section:nth-child(16) {
    background: #fff;
}

.ability-area section:nth-child(17) {
    background: var(--c-07);
}

.ability-area section:nth-child(18) {
    background: var(--c-00);
}

.ability-area section:nth-child(19) {
    background: #fff;
}

.ability-area section:nth-child(20) {
    background: var(--c-07);
}

.ability-area section:nth-child(21) {
    background: var(--c-00);
}

.ability-area .banner {
    margin-top: 0;
}

.ability-area .banner-title {
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 30px;
    line-height: 1.6;
}

.ability-area .banner .text {
    line-height: 2;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.list-flow {
    counter-reset: number;
}

.list-flow li {
    counter-increment: number;
}

.list-flow li .num:after {
    content: counter(number) " ";
}

.f-list li+li {
    margin-top: 50px;
}

.f-list li {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.f-ttl {
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    background-color: var(--c-01);
    position: relative;
}

.f-ttl:before,
.f-ttl:after {
    content: "";
    border-radius: 50%;
    background-color: var(--c-01);
    position: absolute;
}

.f-ttl:before {
    width: 15px;
    height: 15px;
    top: 110%;
    left: 10px;
}

.f-ttl:after {
    width: 10px;
    height: 10px;
    top: 150%;
    left: 20px;
}

.list-shadow li .list-shadow-inner {
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.theory .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.theory .box .ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background: var(--c-01);
}

.theory .box .sb-ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 5px;
    font-weight: bold;
    color: var(--c-01);
}

.theory .box.new {
    margin-top: 15px;
}

.theory .box.new .ttl {
    background: var(--c-04);
}

.theory .box.new .sb-ttl {
    color: #292929;
}

[class*="experience"] {
    display: none;
}

[class*="experience"].open {
    display: block;
}

[class*="experience"] li {
    margin-top: 30px;
}

.deta-ver [class*="experience"] li {
    margin-top: 0px;
    margin-bottom: 30px;
}

[class*="experience"] li .ttl {
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 599px) {
    .theory .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ability-area .banner-title {
        font-size: 22px;
    }
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    border: none;
    border-radius: 3px;
    background: none;
}

.detail-content-text p {
    margin: 0 0 15px;
    padding: 0;
    line-height: 150%;
}

.detail-content-text a {
    color: #386992;
}

/* 教室詳細ページ */
.course-box-wrap+.course-box-wrap {
    margin-top: 80px;
}

.course-array {
    height: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.accordion-switch {
    width: 100%;
    padding: 1em 3em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.accordion-switch::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8em;
    color: var(--c-01);
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0.75rem;
    right: 0.5em;
}

.is-parent .accordion-switch::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-box-content{
  display: none;
}

@media (max-width: 1024px) {
    .course-box-wrap+.course-box-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 599px) {
    .course-box-wrap+.course-box-wrap {
        margin-top: 50px;
    }
}

/* 見出しの余計な装飾を消すために仕方なくimportant */
.ttl_cmn01.-no-deco::after {
    display: none !important;
}

[data-element-id] .course-array {
    height: auto;
    min-height: 1em;
    display: block;
    visibility: visible;
    margin: 50px 0;
    padding: 2em 1em 1em;
    border: 2px solid green;
    opacity: 1;
    position: relative;
}

[data-element-id] .course-array::before {
    content: "コース表示用のjsに入れる配列用です";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .h1-box {
    display: block;
    margin-bottom: 50px;
    border: solid 4px #00ff50;
    position: relative;
}

[data-element-id] .h1-box:after {
    content: "h1の変更はこちらでお願いいたします。";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #00ff50;
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .up-d-none:after {
    content: "モバイル用";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: black;
}

[data-element-id] .gnav {
    margin-left: auto;
}

[data-element-id] .gnav .list02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: visible;
    padding: 0;
    border: solid 2px #f48100;
    opacity: 1;
    position: relative;
    top: 0;
}

[data-element-id] .gnav .list02:after {
    content: "学年別";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
    background: #f48100;
}

[data-element-id] .gnav .list02.item02:after {
    content: "コース紹介";
}

[data-element-id] .gnav .list02.item03:after {
    content: "教室案内";
}


[data-element-id] .gnav .list02.item04:after {
    content: "お問い合わせ";
}

[data-element-id] .gnav .list01 {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .gnav .sns {
    width: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .fix_contents {
    position: absolute;
    z-index: 2000;
    top: 0;
    transform: none;
}

[data-element-id] .fix-bottom .item {
    width: 25%;
}

[data-element-id] .fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 4px black;
    position: absolute;
}

[data-element-id] .fix-bottom:after {
    content: "モバイル用";
    width: 100%;
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: black;
}

[data-element-id] footer {
    position: relative;
    padding-top: 480px;
}

[data-element-id] .slick02,
[data-element-id] .slick02-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] .slick02-2 li {
    width: 30%;
}

[data-element-id] .fix_contents .block {
    max-width: 300px;
    padding: 10px 60px 10px 10px;
}

[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .mv-title01 .up-sp-text {
    font-size: 26px;
}

[data-element-id] .mv-title01 .up-sp-text span {
    font-size: 24px;
}

[data-element-id] .mv-card a:hover .img,
[data-element-id] .ori-new a:hover .box,
[data-element-id] .rot-7 a:hover .box {
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .up-sp-text .ttl_cmn01 {
    font-size: 24px;
}

[data-element-id] .up-sp-text .ttl_cmn03 {
    font-size: 22px;
}

[data-element-id] .bnr-box .head {
    -webkit-transform: none;
    transform: none;
    position: relative;
}

[data-element-id] .sns-area .bnr-box .head {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-element-id] .bnr-box .up-sp-text .head {
    font-size: 20px;
}

[data-element-id] .ttl_cmn03:before {
    width: 100%;
}

[data-element-id] .list_home05 .head .up-sp-text {
    font-size: 16px;
}

[data-element-id] .home09 .up-sp-text .ttl {
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .topvisual .head .up-sp-text {
    font-size: 24px;
}

[data-element-id] .up-sp-text .ttl_cmn04 {
    font-size: 20px;
}

[data-element-id] .up-sp-text .ttl_cmn02{
  font-size: 20px;
}

[data-element-id] .bgc-img .area {
    pointer-events: none;
}

[data-element-id] .bgc-img .area .inner {
    pointer-events: auto;
}

[data-element-id] .up-sp-text .s-headline2 {
    font-size: 20px;
}

[data-element-id] .pas-box .meta .time,
[data-element-id] .inf .list a .box .text-box .meta .time {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

[data-element-id] .list_home02 li a div[data-common-area] {
    height: 100%;
}

.new-video-box{
  max-width:700px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

.new-video-box::before{
  content:"";
  display:block;
  width:100%;
  padding-top:56.338028169%;
}

.new-video-box>video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
}


.eiken-01box{
  width: 100%;
}

.kyu05 li{
  text-align: center;
}

.mb45{
  margin-bottom: -45px;
}

@media (max-width: 599px) {
.kyu05{
  width: calc(100% / 1);
}

.kyu05 li {
    width: 50%;
}
}

/* 2025/06/17 */
.ttl_cmn04.orange {
  color: var(--c-02);
  border-bottom: 2px solid var(--c-02);
}

.ori-btn li+li{
  margin-top: 10px;
}

.material-container.ver02 .s-box {
  background: #ffef53;
  color: var(--c-02);
}

.material-container.ver02 .s-box::after {
  border-left: 40px solid var(--c-02);
}

.ttl_cmn01.ver_materials{
  margin-bottom: 50px;
}

@media(max-width:599px) {
.material-container+.material-container{
  margin-top: 30px;
}

.ttl_cmn01.ver_materials{
  margin-bottom: 50px;
}
}

/* 2025/06/17 */
.words-box .em{
  color: #14aaa1;
}

.words-box .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
}

.words-box .ttl::before,
.words-box .ttl::after {
	content: '';
	width: 1.25em;
	height: 2px;
	display: block;
	background-color: #14aaa1;
}

.words-box .ttl::before {
	transform: rotate(45deg);
	margin-right: 10px
}

.words-box .ttl::after {
	transform: rotate(-45deg);
	margin-left: 10px;
}

.words-box .ttl .text {
  display: inline-block;
} 

.list-circle{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.list-circle li {
  width: calc((100% - 50px) / 2);
  height: 100%;
  position: relative;
}

.list-circle li .text {
  display: inline-block;
}

.list-circle.ver02{
  gap: 10px;
}

.list-circle.ver02 li {
  width: calc((100% - 20px) / 3);
}

.list-circle li .list-inner {
  border-radius: 100%;
  border: 3px solid #14aaa1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-circle li .list-inner::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.list-circle li+li::before{
  content: "⁺";
  color: #14aaa1;
  font-size: 3em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
}

.list-circle.ver02 li+li::before{
  content: none;
}

.list-mokuji{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.list-mokuji li{
  width: calc((100% - 10px) / 2);
}

.list-mokuji li a{
  text-align: center;
  color: #ffa800;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ffa800;
  background-color: #fff;
  font-weight: bold;
  padding: 0.5em;
}

@media(max-width:599px) {
.list-circle li .text {
  font-size: 10px;
}

.list-mokuji li{
  width: 100%;
}
}

.list-mokuji {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.list-mokuji li {
    width: calc((100% - 10px) / 2);
}

.list-mokuji li a {
    color: #ffa800;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ffa800;
    background-color: #ffd990;
    font-weight: bold;
    padding: 0.5em;
}

@media(max-width:599px) {
  .list-mokuji li {
      width: 100%;
  }   
}


