/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  共通 
************************************************************************************************************************************/

/***********************************************************************
                              　一般 
**********************************************************************/
.l-wrapper {
    margin: 0;
    max-width: 100%;
  	overflow:hidden;
}
.dis-flex {
    display: flex;
}
.content div, .content p {
    margin-top: 0;
}
.l-header , .bottomFooter {
    background: #f3b21f;
}
.globalNavi__list li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.globalNavi__list .menu-item a:hover {
    border-bottom: 2px solid #f31fd9;
    color: #f31fd9;
}
/***** メニューボタン削除 *****/
.menuBtn {
    display: none;
}
.siteTitle {
    width: fit-content;
    margin: auto;
}
/***** 検索ボタン削除 *****/
.searchBtn__link {
    display: none;
}
/***** フッター　コピーライト削除 *****/
.bottomFooter__producer {
    display: none;
}
.bottomFooter__copyright, .bottomFooter__producer {
    color: #ffffff;
}

/***** リンクホバー時アンダーライン削除 *****/
a:hover {
    text-decoration: none;
}

/***** 投稿下コメント削除 *****/


/***********************************************************************
見出し関係 
**********************************************************************/
h2.midasi-title {
    background-color: #ff6683;
    text-align: center;
    margin: 50px -20% 100px;
    padding: 50px 0;
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}


/***********************************************************************
TOPエリア 
**********************************************************************/
body#top {
    background-color: #FFED61;
}
.top-hero {
    padding: 1.25em;
    height: 100vh;
    min-height: 30em;
}
.hero {
    font-size: 1rem;
    position: relative;
}
.hero-slider {
    border-radius: 2em;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slider-top, .slider-bottom {
    height: 50%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider {
    background-color: #ffffff;
}

.hero-slider .slick-list, .hero-slider .slick-track {
    height: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slider-top .slick-track {
    opacity: 1;
    width: max-content;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.topbgimg-top {
    animation-name:topbgimg-top; /*keyframeで指定する名前*/
    animation-iteration-count:infinite; /*アニメーションを無限再生する*/
    animation-duration:100s; /*1秒間でアニメーションを完了する*/
    animation-timing-function:linear; /*等速移動*/
    animation-delay:0s; /*1秒後にアニメーション開始*/
    animation-direction:normal; /*順方向に再生する*/
    animation-fill-mode:forwards; /*アニメーションの終了後には最後のキーフレームのスタイルを適用する*/
    animation-play-state:running; /*再生*/
}
@keyframes topbgimg-top{
  0% {
    transform: translate3d(0,0,0);
}

  100% {
    transform: translate3d(-33.3333%,0,0);
}
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.hero-slider .slider-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.slider-top .slide-top01 {
    background-image: url(/wp-content/uploads/2020/12/4001224_m.jpg);
    background-position: right center;
}
.slider-top .slide-top02 {
    background-image: url(/wp-content/uploads/2020/12/4001208_m.jpg);
    background-position: left center;
}
.slider-top .slide-top03 {
    background-image: url(/wp-content/uploads/2020/12/4001225_m.jpg);
}
.slider-top .slide-top04 {
    background-image: url(/wp-content/uploads/2020/12/4001222_m.jpg);
}
.slider-top .slide-top05 {
    background-image: url(/wp-content/uploads/2020/12/829277_m.jpg);
    background-position: right center;
}
.slider-top .slide-top06 {
    background-image: url(/wp-content/uploads/2020/12/4001224_m.jpg);
    background-position: left center;
}
.slider-top .slide-top07 {
    background-image: url(/wp-content/uploads/2020/12/4001208_m.jpg);
}
.slider-top .slide-top08 {
    background-image: url(/wp-content/uploads/2020/12/4001225_m.jpg);
}
.slider-top .slide-top09 {
    background-image: url(/wp-content/uploads/2020/12/4001222_m.jpg);
    background-position: right center;
}
.slider-top .slide-top10 {
    background-image: url(/wp-content/uploads/2020/12/829277_m.jpg);
    background-position: left center;
}
/******************************** 下スライド ********************************/
.slider-bottom .slick-track {
    opacity: 1;
    position: relative;
    top: 0;
    rightht: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}
.topbgimg-bottom {
    animation-name:topbgimg-bottom; /*keyframeで指定する名前*/
    animation-iteration-count:infinite; /*アニメーションを無限再生する*/
    animation-duration:80s; /*1秒間でアニメーションを完了する*/
    animation-timing-function:linear; /*等速移動*/
    animation-delay:0s; /*1秒後にアニメーション開始*/
    animation-direction:normal; /*順方向に再生する*/
    animation-fill-mode:forwards; /*アニメーションの終了後には最後のキーフレームのスタイルを適用する*/
    animation-play-state:running; /*再生*/
}
@keyframes topbgimg-bottom{
  0% {
    transform: translate3d(0,0,0);
}

  100% {
    transform: translate3d(33.3333%,0,0);
}
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slider-bottom .slide-bottom01 {
    background-image: url(/wp-content/uploads/2020/12/4001231_m.jpg);
    background-position: right center;
}
.slider-bottom .slide-bottom02 {
    background-image: url(/wp-content/uploads/2020/12/829270_m.jpg);
    background-position: left center;
}
.slider-bottom .slide-bottom03 {
    background-image: url(/wp-content/uploads/2020/12/4001216_m.jpg);
}
.slider-bottom .slide-bottom04 {
    background-image: url(/wp-content/uploads/2020/12/4001211_m.jpg);
}
.slider-bottom .slide-bottom05 {
    background-image: url(/wp-content/uploads/2020/12/4001231_m.jpg);
    background-position: right center;
}
.slider-bottom .slide-bottom06 {
    background-image: url(/wp-content/uploads/2020/12/832977_m.jpg);
    background-position: left center;
}
.slider-bottom .slide-bottom07 {
    background-image: url(/wp-content/uploads/2020/12/829270_m.jpg);
}
.slider-bottom .slide-bottom08 {
    background-image: url(/wp-content/uploads/2020/12/4001216_m.jpg);
}
.slider-bottom .slide-bottom09 {
    background-image: url(/wp-content/uploads/2020/12/4001211_m.jpg);
    background-position: right center;
}
.slider-bottom .slide-bottom10 {
    background-image: url(/wp-content/uploads/2020/12/832977_m.jpg);
    background-position: left center;
}
/******************************** TOP画像 ********************************/
.top-img {
    max-width: 70%;
    margin: auto;
}
section.top-img-logo {
    position: absolute;
    bottom: 90px;
    left: 20%;
    max-width: 400px;
    padding: 50px;
    background-color: #ffffffcf;
}
section.top-img-logo h2 {
    text-align: center;
}
section.top-img-logo p {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #f3cd1f;
}
section.top-img-character {
    position: absolute;
    bottom: 7px;
    right: 12%;
    max-width: 40%;
}

/***********************************************************************
困りごと・共感事項 
**********************************************************************/
section.onayami {
    width: 80%;
    margin: 100px auto 60px;
}
.onayami h2 {
    font-size: 4em;
    color: #ef6808;
    text-align: center;
    margin-bottom: 30px;
}
.onayami-list {
    width:40%;
    margin-left: 10%;
}
.onayami-list .check {
    background-image: url(/wp-content/uploads/2020/12/list-mark..png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 70px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 20px;
}
.onayami-img {
    background-image: url(/wp-content/uploads/2020/12/onayami-img.png);
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.yajirusi {
    background-image: url(/wp-content/uploads/2020/12/yajirusi.png);
    width: 240px;
    height: 140px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
section.kaiketu {
    width: fit-content;
    margin: 70px auto 0;
}
.kaiketu p {
    font-size: 40px;
    font-family: system-ui;
}
.kaiketu1-text {
    padding-top: 50px;
}
section.kaiketu1 {
    background-color: #fffcdb;
    padding: 100px 300px;
    margin: 0 -15px;
}
.kaiketu1-text , .kaiketu1-img {
    width: 50%;
}
.kaiketu1-text {
    font-family: serif;
}
.kaiketu1-text h2 {
    text-align: center;
    font-size: 40px;
    color: #fb9dde;
}
.kaiketu1-text p {
    padding: 30px 50px;
    font-size: 20px;
    color: #a4a5a7;
}
.kaiketu2 {
    background-color: #ffffff;
    margin: 0 -20%;
    padding: 120px 0;
    height: 1000px;
}
.kaiketu2 p {
    text-align: center;
    font-size: 3em;
    font-family: serif;
    color: #a4a5a7;
}
.kaiketu2 img {
    width: 50%;
    margin: 0 25%;
}
.kaiketu p.sp-none img {
    width: 600px;
}


/***********************************************************************
特徴 
**********************************************************************/
section.tokuchou {
    background: url(/wp-content/uploads/2020/12/tokuchou-bg-img.png);
    background-repeat-x: no-repeat;
    background-size: 100%;
}

.tokuchou-width {
    width: 70%;
    margin: auto;
}
.tokuchou-img , .tokuchou-txt {
    width: 50%;
}
.tokuchou-img {
    height: 500px;
    width: 750px;
    z-index: 2;
}
.tokuchou1 .tokuchou-img-left {
    background: url(/wp-content/uploads/2020/12/4001310_m.jpg);
    width: 600px;
    height: 400px;
    margin: auto;
    background-size: cover;
    box-shadow: rgba(162, 137, 223, 0.3) 15px 25.981px 30px 0px;
}
.tokuchou1 .tokuchou-img-left::after {
    background: url(/wp-content/uploads/2020/12/no1.png) 0% center / contain no-repeat;
    width: 70px;
    height: 90px;
    content: "";
    position: relative;
    z-index: 3;
    top: -22px;
    left: -20px;
}
.tokuchou1 .tokuchou-txt-right {
    background: linear-gradient(120deg, rgb(147, 191, 240), rgb(209, 143, 221));
    width: 600px;
    height: 400px;
    padding: 50px 100px;
    position: relative;
    top: 50px;
    right: 10%;
}

section.tokuchou2 .tokuchou-img {
    position: relative;
    right: -510px;
}
section.tokuchou2 .tokuchou-txt {
    position: relative;
    top: 50px;
    left: -55%;
}
section.tokuchou2 .tokuchou-img-right {
    background: url(/wp-content/uploads/2020/12/4001231_m.jpg);
    width: 570px;
    height: 370px;
    background-size: cover;
    box-shadow: rgba(162, 137, 223, 0.3) 15px 25.981px 30px 0px;
}
.tokuchou2 .tokuchou-txt-left {
    background: linear-gradient(120deg, rgb(255, 217, 65), rgb(255, 83, 140));
    width: 560px;
    height: auto;
    padding: 50px 100px;
}
.tokuchou2 .tokuchou-img-right::after {
    background: url(/wp-content/uploads/2020/12/no2.png) 0% center / contain no-repeat;
    width: 90px;
    height: 110px;
    content: "";
    position: relative;
    z-index: 3;
    top: -22px;
    left: 10px;
}

.tokuchou3 .tokuchou-img-left {
    background: url(/wp-content/uploads/2020/12/4001223_m.jpg);
    width: 600px;
    height: 400px;  
    margin: auto;
    background-size: cover;
    position: relative;
    left: 10%;
    box-shadow: rgba(162, 137, 223, 0.3) 15px 25.981px 30px 0px;
}
.tokuchou3 .tokuchou-img-left::after {
    background: url(/wp-content/uploads/2020/12/no3.png) 0% center / contain no-repeat;
    width: 90px;
    height: 110px;
    content: "";
    position: relative;
    z-index: 3;
    top: -22px;
    left: -20px;
}
.tokuchou3 .tokuchou-txt-right {
    background: linear-gradient(120deg, #a9f253 1%, #70cca4 93%);
    width: 600px;
    height: 400px;
    padding: 50px 100px;
    position: relative;
    top: 50px;
}

section.tokuchou3 .tokuchou-img {
    position: relative;
}
section.tokuchou4 .tokuchou-img-right {
    background: url(/wp-content/uploads/2020/12/4001219_m.jpg);
    width: 600px;
    height: 400px;
    background-size: cover;
    box-shadow: rgba(162, 137, 223, 0.3) 15px 25.981px 30px 0px;
}
section.tokuchou4 .tokuchou-img {
    position: relative;
    right: -550px;
}
.tokuchou4 .tokuchou-txt-left {
    background: linear-gradient(120deg, #87ded0 1%, #29b0e1 99%);
    width: 600px;
    height: 400px;
    padding: 50px 100px;
}
section.tokuchou4 .tokuchou-txt {
    position: relative;
    top: 50px;
    left: -55%;
}
.tokuchou4 .tokuchou-img-right::after {
    background: url(/wp-content/uploads/2020/12/no4.png) 0% center / contain no-repeat;
    width: 90px;
    height: 110px;
    content: "";
    position: relative;
    z-index: 3;
    top: -22px;
    left: 10px;
}
.tokuchou-txt h3 {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
    color: #ffffff;
}
.tokuchou-txt p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}


/***********************************************************************
生徒様の声
**********************************************************************/
section.voice .box{
  background: #fbfbfb;
  padding: 1em 2em;
  width: 450px;
  margin: 15px auto;
  box-shadow: 5px 5px 20px 5px rgb(203 114 0 / 70%);
}
section.voice .box_inner {
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #fbfbfb 50%, #fbfbfb 50% ),
 linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #999 97%, #999 100% );
    background-size: 8px 100%, 100% 2em;
    line-height: 2;
}

section.voice .box_inner h3 , section.voice .box_inner p{
  margin-bottom:40px;
  font-size: 1em;
}


/***********************************************************************
講師紹介
**********************************************************************/
section.instructor {
    background: url(/wp-content/uploads/2020/12/vioce-back.jpg);
    width: 1450px;
    margin: 0 auto 100px;
    padding: 50px 160px;
}
.instructor .inner {
    width: 1120px;
    margin: auto;
}
.instructor .instructor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.instructor-photo {
    max-width: 450px;
    width: 40%;
    margin: auto;
}
.instructor-txt {
    width: 40%;
    margin: auto;
    color: #fff;
}
.instructor h3 {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 200%;
    position: relative;
    margin-bottom: 50px;
}
.instructor h3 span {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 75%;
    letter-spacing: 1px;
}
.instructor h3:after {
    border-bottom: 1px solid #fff;
}

.price-button {
    margin-top: 30px;
}

.price-button a {
    font-size: 1.2em;
    padding: 8px 0;
    width: 40%;
    text-align: center;
    background-color: white;
    border: 1px solid #FFF;
    color: #31b2de;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0 0 30%;
    transition: all .2s ease-in-out;
}


/***********************************************************************
料金体系 
**********************************************************************/


/***********************************************************************
お問い合わせ 
**********************************************************************/

/******************************** 営業スケジュール ********************************/
.eigyoujikan p {
    color: #d98200;
    text-align: center;
    font-weight: bold;
}
.eigyoujikan h3 {
    color: #FFFFFF;
    background: #d98200;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
}
table.eigyoujikan-hyou {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
table.eigyoujikan-hyou th, table.eigyoujikan-hyou td {
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d98200;
    font-weight: 300;
    color: #666;
}
.content table tr:nth-child(odd) td {
    background-color: #ffffff;
}
.eigyoujikan {
    width: 50%;
    margin: auto;
}


/******************************** コンタクトフォーム ********************************/

.tel-number  {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin:50px 0 150px;
    color: #f18807;
}
.toiawase .toiawase-title {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.toiawase-title h2 {
    position: relative;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em;
    margin: 18px 0 0 0;
    line-height: 1.3em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
    font-size: 34px;
}
.otoiawase h2.midasi-title {
    margin-bottom: 10px;
}

.cf7 h2 {
    position: relative;
    color: #158b2b;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin: 1.5em 0;
    -webkit-text-stroke: 1px #e2e2e2;
}
.cf7 h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #dabb34;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.table-contactform7 {
    overflow: hidden;
    table-layout: fixed;
} 
.required-contactform7 {
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin: 0 7px;
} 
.unrequired-contactform7 {
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin: 0 7px;
} 

.table-contactform7 th {
    font-weight:bold;
} 
.table-contactform7 input,.table-contactform7 textarea {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
} 
.address-100 input {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
} 
.message-100 textarea {
    width: 100%;
    margin: 5px 10px 10px 5px;
}
.cf7{
    max-width: 900px;
    margin: auto;
    margin-bottom: 200px;
}
.cf7 .table-contactform7 input, .table-contactform7 textarea {
    max-width: 90% !important;
    margin: 10px 10px 10px 5px;
}
.wpcf7 input[type=submit] {
    width: 200px;
    font-size: 30px;
    padding: 10px;
    font-weight: bold;
    background: linear-gradient(180deg, #DE8686 0%, rgba(1, 136, 221, 0) 100%), #f36464;
    color: #ffffff;
    border-radius: 10px;
    border-color: #f36464;
}
.table-contactform7 th {
    width:28%;
}
.cf7 table th {
    border-top: 1px solid #f1f1f1;
    padding: 30px 10px;
    text-align: left;
    font-size: 18px;
}
.cf7 table td {
    padding: 1em
}
.wpcf7 span.wpcf7-form-control-wrap {
    text-align: left;
}
.wpcf7 label, .wpcf7 p {
    font-size: 14px;
}
.cf7 .table-contactform7 input, .table-contactform7 textarea {
    margin: 10px 0px 10px 5px;
}
p.text-xs-center {
    text-align: center;
}
/**チェックボックスのズレ修正**/
span.wpcf7-list-item {
    margin: 0.6em 0 0 1em;
}
section.otoiawase-form {
    width: 90%;
    margin: auto;
    max-width: 400px;
}
span.wpcf7-form-control-wrap.checkbox-502 label {
    display: flex;
}
span.wpcf7-form-control-wrap.checkbox-502 input[type="checkbox"] {
    width: auto;
    margin: 4px 10px;
}
/******************************** 送信成功 ********************************/
div.wpcf7-mail-sent-ok {
    border: 2px solid #5d8cec;
    background: #61b6ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
/******************************** 送信失敗 ********************************/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f70000;
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}





/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  PC (pcpcpc)
************************************************************************************************************************************/
@media (min-width: 1025px) {

.pc-none {
     display: none;
}
.only-sp {
     display: none;
}
.only-tab {
     display: none;
}

/***** 画面サイズ *****/
.container {
    width: 1024px;
}

/***** PC時　電話リンク無効化 *****/
a[href^="tel:"] {
    pointer-events: none;
}
  
/***** ヘッダーメニュー *****/
.l-header {
    position: fixed;
    top: 0;
}
  
  
/***************************************************************
  　　　　　　　　　　　　HOME
****************************************************************/

/***********************************************************************
見出し関係 
**********************************************************************/



/***********************************************************************
TOPエリア 
**********************************************************************/
.top-hero {
    padding: 0.714286em;
    min-height: 36em;
}
.hero-slider {
    border-radius: 0;
}
/******************************** 下スライド ********************************/



/******************************** TOP画像 ********************************/
section.kaiketu {
    margin-left: 300px;
}


/***********************************************************************
困りごと・共感事項 
**********************************************************************/




/***********************************************************************
特徴 
**********************************************************************/



/***********************************************************************
生徒様の声
**********************************************************************/



/***********************************************************************
講師紹介
**********************************************************************/



/***********************************************************************
料金体系 
**********************************************************************/

  

}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp) 
************************************************************************************************************************************/
@media (max-width: 420px) {


.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}
/***** 画面サイズ *****/
.container {
    width: auto;
}
/***** ヘッダーメニュー *****/
.l-header {
    padding: 20px 0 20px;
}
/***********************************************************************
見出し関係 
**********************************************************************/
h2.midasi-title {
    margin: 50px -20% 50px;
}


/***********************************************************************
TOPエリア 
**********************************************************************/
.top-hero {
    height: 640px;
}
.hero-slider {
    height: 615px;
}
/******************************** 下スライド ********************************/



/******************************** TOP画像 ********************************/
.sp-dis-block {
    display: block;
}
section.top-img-logo {
    position: absolute;
    top: 1.25em;
    border-radius: 20px;
    left: 0;
    max-width: 100%;
    margin: 0 1.25em;
    background-color: #ffffff00;
    display: block;  
    height: 97%;
    padding: 50px 10px;
}
.top-img-logo img {
    height: 100px;
    margin-left: 0;
}
section.top-img-logo {
    position: absolute;
    top: 10%;
    border-radius: 20px;
    left: 0;
    width: -webkit-fill-available;
    margin: 0 5%;
    background-color: #ffffffa6;
    display: flex;
    height: max-content;
    padding: 10px;
}

section.top-img-character {
    position: absolute;
    bottom: 2%;
    right: 0;
    max-width: 100%;
}


/***********************************************************************
困りごと・共感事項 
**********************************************************************/
.onayami h2 {
    font-size: 40px;
}
section.onayami .dis-flex {
    display: block;
}
section.onayami {
    width: 90%;
}
.onayami-list {
    width: 100%;
    margin-left: 0;
}
.onayami-list .check {
    background-size: 10%;
    padding-left: 35px;
    font-size: 28px;
}
section.kaiketu.dis-flex {
    display: block;
}
section.kaiketu {
    width: auto;
}
.kaiketu p {
    font-size: 30px;
    width: 90%;
    margin: auto;
}
.kaiketu p.only-sp {
    width: auto;
}
section.kaiketu1.dis-flex {
    display: block;
}
section.kaiketu1 {
    padding: 0;
}
.kaiketu1-text, .kaiketu1-img {
    width: 100%;
}
.kaiketu1-text h2 {
    font-size: 28px;
}
.kaiketu1-text p {
    font-size: 18px;
}
.kaiketu2 {
    margin: 0 -20%;
    height: auto;
}
.kaiketu2 p {
    font-size: 24px;
}
.kaiketu2 img {
    width: 80%;
    margin: 0 10%;
}
h2.midasi-title {
    font-size: 30px;
}

/***********************************************************************
特徴 
**********************************************************************/
.tokuchou-width {
    width: 90%;
    margin: auto;
}
.tokuchou-img , .tokuchou-txt {
    width: 100%;
    height: auto;
    width: 100%;
}
.tokuchou-txt h3 {
    font-size: 24px;
}
section.tokuchou1.dis-flex {
    display: block;
}
.tokuchou1 .tokuchou-img-left {
    width: 100%;
    height: 210px;
}
.tokuchou1 .tokuchou-txt-right {
    width: 100%;
    height: auto;
    padding: 25px 10px;
    top: 0;
    right: 0;
}
.tokuchou1 .tokuchou-img-left::after {
    left: -10px;
}
section.tokuchou2.dis-flex {
    display: block;
    margin-top: 50px;
}
section.tokuchou2 .tokuchou-img {
    right: 0;
}
section.tokuchou2 .tokuchou-img-right {
    width: 100%;
    height: 250px;
}
section.tokuchou2 .tokuchou-txt {
    top: 0;
    left: 0;
}
.tokuchou2 .tokuchou-txt-left {
    width: 100%;
    height: auto;
    padding: 25px 10px;
}
.tokuchou2 .tokuchou-img-right::after {
    left: -10px;
}
section.tokuchou3.dis-flex {
    display: block;
    margin-top: 50px;
}
.tokuchou3 .tokuchou-img-left {
    width: 100%;
    height: 250px;
    left: 0;
}
.tokuchou3 .tokuchou-txt-right {
    width: 100%;
    height: auto;
    padding: 25px 10px;
    top: 0;
}
.tokuchou3 .tokuchou-img-left::after {
    left: -10px;
}
section.tokuchou4.dis-flex {
    display: block;
    margin: 50px 0;
}
section.tokuchou4 .tokuchou-img {
    right: 0;
}
section.tokuchou4 .tokuchou-img-right {
    width: 100%;
    height: 250px;
}
section.tokuchou4 .tokuchou-txt {
    top: 0;
    left: 0;
}
.tokuchou4 .tokuchou-txt-left {
    width: 100%;
    height: auto;
    padding: 25px 10px;
}
.tokuchou4 .tokuchou-img-right::after {
    left: -10px;
}
.price-button {
    padding: 50px 0 25px;
} 
.price-button a {
    width: 60%;
    margin: 0 0 0 20%;
}  



/***********************************************************************
生徒様の声
**********************************************************************/
.voice .dis-flex {
    display: block;
}
section.voice .box {
    width: 90%;
    margin: 15px auto 50px;
}


/***********************************************************************
講師紹介
**********************************************************************/
section.instructor {
    width: 100%;
    padding: 50px 10px;
}
.instructor .inner {
    width: 100%;
}
.instructor .instructor-list {
    display: block;
}
.instructor-photo {
    width: 90%;
}
.instructor-txt {
    width: 90%;
    padding-top: 30px;
}
h2.midasi-title.btm-none {
    margin-bottom: 0;
}
.instructor h3 span {
    font-size: 50%;
}
section.instructor {
    margin: 0 auto;
}
/***********************************************************************
料金体系 
**********************************************************************/

/***********************************************************************
                                お問い合わせ 
**********************************************************************/

/******************************** スケジュール ********************************/
.eigyoujikan {
    width: 90%;
    margin: auto;
}
.eigyoujikan p {
    margin: 0 20px;
}
table.eigyoujikan-hyou th:first-child {
    padding: 0;
}
table.eigyoujikan-hyou td {
    padding: 2px;
}
  
.title-back {
    font-size: 40px;
    left: -25px;
}
.toiawase-title h2 {
    font-size: 20px;
}
.tel-number {
    font-size: 40px;
}
.cf7 h2 {
    -webkit-text-stroke: 0px #e2e2e2;
}

/******************************** 上スクロールボタン調整 ********************************/
.bottomFooter__topBtn {
    margin-bottom: 60px;
}
/******************************** フッター固定ボタン ********************************/
.sp-footer-btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.sp-footer-btn ul {
    width: 100%;
    padding: 0;
}
.sp-footer-btn ul li {
    float: left;
    width: 50%;
    height: 60px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    border-left: 1px solid;
    background: linear-gradient(#13e700, #00b900);
}
.sp-footer-btn ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-top: 20px;
}

.sp-footer-btn ul li.tel-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
    background: -webkit-linear-gradient(#ffa443, #ff7400);
    background: -moz-linear-gradient(#ffa443, #ff7400);
    background: -o-linear-gradient(#ffa443, #ff7400);
    background: -ms-linear-gradient(#ffa443, #ff7400);
    background: linear-gradient(#ffa443, #ff7400);
}

}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  TAB (tabtabtab)
************************************************************************************************************************************/
@media print, screen and (max-width: 1024px) and (min-width: 421px) {


.tab-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-sp {
     display: none;
}
.bottomFooter__topBtn {
    margin-bottom: 0;
}


/***********************************************************************
見出し関係
**********************************************************************/



/***********************************************************************
TOPエリア 
**********************************************************************/

/******************************** 下スライド ********************************/



/******************************** TOP画像 ********************************/
section.top-img-logo {
    bottom: auto;
    top: 5%;
    left: 20%;
    right: 20%;
    max-width: 60%;
    width: 60%;
    display: flex;
    padding: 20px;
}
.top-img-logo img {
    max-width: 30%;
    height: 110px;
}
.top-img-logo .sp-dis-block {
    width: 100%;
}
section.top-img-character {
    bottom: 1%;
    right: 3%;
    max-width: 90%;
}
section.top-img-logo p {
    font-size: 70px;
    line-height: 70px;
}


/***********************************************************************
困りごと・共感事項 
**********************************************************************/
.onayami .dis-flex {
    display: block;
}
.onayami-list {
    width: fit-content;
    margin-left: 17%;
}
section.kaiketu1.dis-flex {
    display: block;
}
.onayami-list .check {
    font-size: 30px;
}
section.kaiketu1 {
    padding: 5% 10%;
}
.kaiketu1-text, .kaiketu1-img {
    width: auto;
}
.kaiketu2 {
    height: auto;
}

/***********************************************************************
特徴 
**********************************************************************/
section.tokuchou1.dis-flex , section.tokuchou2.dis-flex , section.tokuchou3.dis-flex , section.tokuchou4.dis-flex {
    display: grid;
}
.tokuchou1 .tokuchou-txt-right {
    top: -120px;
}
section.tokuchou2 .tokuchou-img {
    right: -5%;
}
section.tokuchou2 .tokuchou-txt {
    top: -150px;
    left: 0%;
}
.tokuchou3 .tokuchou-img-left {
    left: -15%;
}
.tokuchou3 .tokuchou-txt-right {
    top: -120px;
}
section.tokuchou4 .tokuchou-img {
    right: -30px;
}
section.tokuchou4 .tokuchou-txt {
    margin-left: 10%;
    left: -90px;
    top: -120px;
}

/***********************************************************************
生徒様の声
**********************************************************************/
.voice .dis-flex {
    display: block;
}
section.voice .box:nth-child(1) {
    margin-left: 70px;
    margin-bottom: 100px;
}
section.voice .box:nth-child(2) {
    margin-right: 10%;
    margin-bottom: 100px;
}
section.voice .box:nth-child(3) {
    margin-left: 10%;
    margin-bottom: 100px;
}


/***********************************************************************
講師紹介
**********************************************************************/
section.instructor {
    width: auto;
    padding: 10%;
}
.instructor .inner {
    width: auto;
}
.instructor .instructor-list {
    display: block;
}
.instructor-photo {
    max-width: fit-content;
    width: auto;
}
.instructor-txt {
    width: auto;
    margin: auto;
    color: #fff;
}
.instructor-txt {
    padding-top: 30px;
}
.instructor-txt .price-button {
    padding-top: 50px;
}

/***********************************************************************
料金体系 
**********************************************************************/

/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.eigyoujikan {
    width: 90%;
}
.cf7 h2 {
    -webkit-text-stroke: 0px #e2e2e2;
}



}