@charset "utf-8";

:root {
    --color-header: rgba(239,239,239,0.3);
    --color-primary: #333333;
    --color-secondary: #3dc2ff;
    --color-kakko: #0864ac;
  }

/* 
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Kurenaido', sans-serif;

*/
/* fade in  */

.scroll-up {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
  }
  .scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  
  #page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #3333334f;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '↑';
    font-size: 25px;
    color: var(--color-kakko);
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: var(--color-kakko);

  }


  #page_contact{
    width: 90px;
    height: 90px;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #3333334f;
  }
  #page_contact a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_contact a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content:url(../images/book.svg);
    font-size: 25px;
    color: var(--color-kakko);
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_contact a::after{
    content: '資料請求';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: var(--color-kakko);

  }

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--color-primary);
    font-weight: 300;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-y;
}

a{
    color: var(--color-primary);
}

li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* header */

header{
    background-color: var(--color-header);
    width: 100%;
}

header nav{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

header ul{
    width: 60%;
    display: flex;
    justify-content: space-between;
    font-family: 'Zen Kurenaido', sans-serif;
    align-items: center;
    font-weight: 300;
}

header ul li:hover{
    padding-bottom: 3px;
    transition: transform 0.1s ease-in-out;
}

/* header end */

/* top image */

img.phone{
    display: none;
}


#slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }

#slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slide h1{
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    bottom: 20%;
    left: 50%;
    z-index: 999;
    font-size: 3rem;
    width: 100%;
    text-align: center;
    font-family: 'Zen Kurenaido', sans-serif;
    background-color: rgba(255,255,255,.5);
    padding: 1rem 0;
    font-weight: 400;

}

.slide img {
    width: 100%;
    height: auto;
}
/* top image end */

/* pick up */

.pickup{
    max-width: 1200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

p.pickup_title{
    font-family: 'Zen Kurenaido', sans-serif;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 0.8rem;
    font-weight: 300;
}
p.pickup_title::before{
    content: "";
    height: 0.5px;
    width: 50px;
    margin-right: 10px;
    background-color: #333333;
}

.pickup ul{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* 3つのバナー */
/* .pickup ul li{
    width: 25%;
} */

/* 4つのバナー */
.pickup ul li{
    width: 20%;
}

.pickup ul li img{
    width: 100%;
}

.news{
    margin: 10px auto;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-primary);
}

.news .mark{
    width: 40px;
}

.news p {
    font-size: 0.8em;
}


/* pickup end */

/* おしらせ */

.news_cont {
    max-width:1200px ;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    background-color: #f8f6f0; 
    box-sizing: border-box;
    flex-wrap: wrap;
}

.news_picks{
    width: 45%;
}

.top_course{
    width: 45%;
}

.top_course h1,
.news_picks h1{
    margin: 30px auto;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 2rem;
    font-weight: 300;
}


.top_course_cont{
    display: flex;
    justify-content: center;
    width: 100%;
}

.top_course_cont_im{
    width: 50%;
}
.top_course_cont_im img{
    width: 100%;
}

.top_course_text{
    padding: 0 20px;
    width:50%;
    box-sizing: border-box;
}

.top_course_text h2{
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    /* font-weight: 300; */
}

.top_course_text p{
    line-height: 1.5rem;
    margin: 30px auto;
}


.top_course_text a{
    color: var(--color-kakko);
    font-weight: 400;

}

.top_course_text a::before{
    content: "";
    background-image: url(../images/mark.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;

}

.top_course_text .detail{
    text-align: right;
}


/* blog */
.news_picks_cont ul li a{
    color:#adb7c3;
}

.news_picks_cont ul li {
    line-height: 1.5rem;
    margin: 20px 0;
    /* border-bottom: 1px solid #adb7c3; */
    width: 80%;
}


.news_picks_cont ul li span{
    font-size: 0.8em;
    display: block;
}

.news_picks_cont ul li span.titi{
    font-size: 1em;
    font-weight: 500;
}

.viewmore{
    text-align: right;
    width:80%;
    padding-bottom: 30px;
}

.viewmore a{
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-primary)
}

/* おしらせ end */

/* features */
.features{
    margin-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.title_cont{
    text-align: center;
}

.title_cont img{
    width: 30px;
}

.title_cont h1{
    margin: 10px auto;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 2rem;
    font-weight: 300;
}

.title_cont p{
    letter-spacing: .3em;
    font-size: 0.8rem;
}

.features_lists{
    margin-top: 50px;
   width: 100%; 
}

.features_lists ul li{
    position: relative;
    height: 300px;
    width: 100%;
}

.f_1{
    background-image: url(../images/f_1.jpg);

}

.f_2{
    background-image: url(../images/f_2.jpg);
}

.f_3{
    background-image: url(../images/f_3.jpg);
}

.f_4{
    background-image: url(../images/f_4.jpg);
}

.f_1,.f_2,.f_3,.f_4
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.features_lists ul li div{
    position: absolute;
    width: 45%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 99;
}

.features_lists ul li div h2{
    font-size: 1.5rem;
    font-family: 'Zen Kurenaido', sans-serif;
    padding: 2% 0;
    font-weight: bold;
}

.features_lists ul li div h2,
.features_lists ul li div p{
    padding:1% 2% ;
}

.btn{
    text-align: center;
    margin:40px auto ;
}

.more_button button{
    border: 1px solid --color-primary;
    height: 50px;
    width: 300px;
    background-color: white;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem;
    letter-spacing: .2em;
    font-weight: 300;
}


.more_button button:hover{
    cursor: pointer;
    transform: translateX(10%) scale(1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}


/* features end*/

/* accsess */

.access{
    margin-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.access ul{
    margin-top: 50px;
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

.access ul li{
    background-color: #adb7c3;
    height: 40px;
    width: 90px;
    border-radius: 30px;
}

.access ul li:hover{
    transform: scale(1.1);
}


.access ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.access h3{
    margin-top: 50px;
    font-size: 2rem;
    font-family: 'M PLUS 1p', sans-serif;

}

.area{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.school{
    width: 30%;
    margin: 1.5%;
}

.school h4{
    margin: 10px 0;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.school p{
    margin: 5px 0;
    overflow-wrap:  break-word;
    font-size: 0.8em;
    line-height: 1.2rem;
}

.school p img{
    margin-right: 7px;
}

.m_i{
    background-color: #adb7c3;
    color: white;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.school p span{
    font-size: 0.7em;
}

/* accsess end*/

/* banner */
.banner{
    margin-top: 200px;
    margin-bottom: 200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.banner img{
    width: 80%;
}

/* banner end*/

/* footer */

.tel_hid{
    visibility: hidden;
}


footer{
    width: 100%;
    height: 500px;
    background-color: #adb7c3;
    display: flex;
    align-items: center;
}

footer .info{
    width: 30%;
    text-align: center;
    height: 80%;
    border-right: 2px solid #333333;
}

.info .f_logo {
    width: 35%;
}

.sns{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sns a{
    width: 30px;
    height: 30px;
    margin: 20px;
}

.sns a img{
    width: 100%;
}

.site_map{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.site_map .f_cont{
    width: 20%;
    margin: 20px;
}

.site_map .f_cont p{
    margin: 10px 0;
    font-weight: 100;
    font-size: 0.9rem;
}

.site_map .f_cont h6{
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1rem;
    font-weight: 300;
}


/* footer end */

/* サブページ共通 */
.page_hd{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.page_title{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.page_title h1{
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 2rem;
    margin: 50px 0 20px 0;
    font-weight: 300;
}

.page_title p{
    font-size: .7rem;
    margin-bottom: 50px;
    letter-spacing: .3rem;
}


.page_hd img{
    text-align: left;
    height: 400px;
}


/* サブページ共通 end*/

/* --------------------------------コース紹介------------------- */

/* course */
.course_cont{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.course_title{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 200px;
    justify-content: space-around;
    align-items: center;
}

.course_title p{
    width: 60%;
    line-height: 1.5rem;
}

.course_title h2{
    font-family: 'Zen Kurenaido', sans-serif;
    /* width: 25%; */
    font-size: 1.5rem;
    line-height: 2rem;
    /* font-weight: 300; */
    font-weight: bold;
}
.frame-box-001{
	padding: 20px;
	position: relative;
    /* display: inline; */
}

.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.frame-box-001::before {
	border-left: solid 2px var(--color-kakko);
	border-top: solid 2px var(--color-kakko);
	top: 0;
	left: 0;
}

.frame-box-001::after {
	border-right: solid 2px var(--color-kakko);
	border-bottom: solid 2px var(--color-kakko);
	bottom: 0;
	right: 0;
}

.course_item_list{
    width: calc(100vw - calc(100vw - 100%));
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.course_items{
    width: 33.3%;
    height: 120px;
}
.course_items a .c_item{
    display: flex;
}

.course_items a{
    padding: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.course_items a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    display: inline-block;
    width: 90%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    border-radius: 2px;/*線の丸み*/
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.bd_rl a:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    display: inline-block;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    border-radius: 2px;/*線の丸み*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.c_item_cont{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c_item_cont small{
    color: var(--color-kakko);
}

.c_item_cont p{
    margin-top: 10%;
}

.c_item_allow {
    position: absolute;
    bottom: -26px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
}

.c_item_allow:after {
    background-color: #fff;
    border: 1px solid #eee;
    content: "";
    display: block;
    height: 150%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    width: 150%;
    z-index: -1;
    bottom: -10px;
    left: -9px;
}

.course_items a:hover{
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    background-color: #f9f6f1;
}


.course_top{
    width: 100%;
    margin-top: 300px;
    text-align: right;
    position: relative;
}

.course_top img{
    width: 90%;
}

.course_catch{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    line-height: 1;
    position: absolute;
    right: 250px;
    right: calc(50vw - 550px);
    top: -50px;
    z-index: 3;
}

.course_catch span{
    background-color: var(--color-kakko);
    color: #fff;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.catch_m{
    margin-top: 20px;
}

.course_sec{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    top: -80px;
    position: relative;
}
.course_sec:before{
    background-color: transparent;
    content: "Elementary school student";
    position: relative;
    top: -30px;
}

.course_sec h2{
    padding-top: 50px;
    margin-bottom: 50px;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}

.course_sec p.sec_text{
    margin-top: 50px;
    line-height: 2rem;
}

.course_point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.course_point .cp1{
    width:500px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    margin: 10px;
}

.course_point .cp1 img{
    width: 15%;
    padding: 5%;
}

.cp_cont{
    width: 80%;
    padding: 5%;
    text-align: left;
}

.cp_cont p{
    font-size: 0.8rem;
    margin-top: 5%;
}

.cp_cont span{
    font-size: 0.8rem;
    color: var(--color-kakko);
}


.cp_cont::before{
    content: '';
    position: absolute;
    left: 25%;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 65%;
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    background-color: #4d4d4d;
    border-radius: 2px;
}

.course_cont{
    width: 70%;
    margin: 50px auto;
    background-color: #f5f9fa;
    position: relative;
}

.course_cont h6{
    color: var(--color-kakko);
}

.course_cont p.course_text{
    font-size: 0.9rem;
}

p.whom span{
    background:linear-gradient(transparent 60%, #0865ac76 63%);
}


.course_cont_area{
    box-sizing: border-box;
    padding: 20px;
}

.course_cont_area h6,
.course_cont_area p,
.course_cont_area ol{
    margin: 20px 0;
}
ol li{
    list-style-type: decimal;
    margin: 10px 0 10px 15px;
    padding-left: 0px;
}

.course_cont img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

.junior{
    width: 100%;
    margin-top: 300px;
    text-align: left;
    position: relative;
}

.course_jh:before{
    background-color: transparent;
    content: "Junior high school student";
    position: relative;
    top: -30px;
}

.high{
    width: 100%;
    margin-top: 300px;
    text-align: left;
    position: relative;
}

.course_high:before{
    background-color: transparent;
    content: "High school student";
    position: relative;
    top: -30px;
}

/* course end*/


/* about */
.about_philosophy{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 150px;
}

.about_philosophy img.p_image_01{
    width: 70px;
    height: 200px;
}

.p_cont{
    width: 80%;
    margin-left: 10%;
}
.about_philosophy h2{
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    width: 250px;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.5em;
    display: block;
}

.about_philosophy p{
    margin-top: 50px;
    line-height: 2rem;
    font-size: 10pt;
}

.about_philosophy_image{
    width: 100%;
    text-align: right;
}

.about_philosophy_image img{
    width: 70%;
    margin-top: 50px;
}

/* 勉強の仕方が身につく */

.about_philosophy_image2{
    width: 100%;
    text-align: left;
}

.about_philosophy_image2 img{
    width: 70%;
    margin-top: 50px;
}

.p_cont2{
    width: 80%;
    margin-right: 10%;
}

.p_cont2 h2{
    text-align: center;
}

.about_philosophy img.p_image_02{
    width: 70px;
    height: 270px;
}

/* いつでも通える */
.about_philosophy_02{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.p_cont3{
    position: relative;
}

.p_cont3 img{
    position: absolute;
    width: 70px;
    height: 280px;
    left: 0;
    top: 0;
}

.p_cont3 h2{
    text-align: center;
    margin: auto;
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    width: 250px;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 5rem;
}

.about_philosophy_image3{
    width: 100%;
}

.about_philosophy_image3 img{
    width: 100%;
    margin-top: 50px;
}

.about_philosophy_02_p{
    margin-top: 100px;
    max-width: 1200px;
    margin: auto;
}

.about_philosophy_02_p p{
    width: 80%;
    margin: 50px auto;
    line-height: 2rem;
    font-size: 10pt;
}

/* 選ばれる理由 */
.about_philosophy_image2{
    width: 100%;
    text-align: left;
}

.about_philosophy_image2 img{
    width: 70%;
    margin-top: 50px;
}

.p_cont4{
    width: 80%;
    margin-right: 10%;
}

.p_cont4 h2{
    text-align: center;
    width: 500px;
}

.about_philosophy img.p_image_04{
    width: 70px;
    height: 220px;
}

.about_p_cont{
    margin-top: 50px;
    width: 100%;
}

.about_p_cont img{
    width: 100%;
}

.chosen{
    width: 100%;
    position: relative;
}

.chosen h2{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    width: auto;
    box-sizing: border-box;
    padding: 0 10px;
}
/* about end */

/* price */

.price_cont{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

.price_title{
    margin-bottom: 100px;
}

.price_title h1{
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 2rem;
}

.price_title h1::before{
    content: "";
    background-image: url(../images/mark.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.price_title p{
    font-size: .7rem;
    margin-bottom: 50px;
    letter-spacing: .1rem;
    padding-left: 30px;
    margin-top: 30px;
}

.price_cont h2{
    display: inline;
    width: 100%;

}

.price_feature{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    border: 1px solid #6188a3;
    background-color: white;
    border-radius: 10px;
}

.p_img_area{
    width: 30%;
    text-align: center;
    position: relative;
}

.p_img_area img:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    display: inline-block;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    border-radius: 2px;/*線の丸み*/
    border-right: 1px solid red;
}

/* #eee */


.price_feature .p_img_area img{
    width: 30%;
}

.price_feature_text {
    width: 70%;
    position: relative;
    box-sizing: border-box;
    padding: 1%;
}


.price_feature_text::before{
    content: '';
    position: absolute;
    left: 43%;
    top: 6%;
    display: inline-block;
    width: 100%;
    height: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    border-left: 1px solid #eee;
}


.price_feature_text span{
    font-weight: bold;
    background:linear-gradient(transparent 60%, #0865ac76 63%);
}

.price_feature_text p{
    width: 100%;
    font-size: 0.9em;
    margin-top: 30px;
    line-height: 1.5rem;
}

/* 料金表 */
table{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 0.8rem;
    margin-bottom: 100px;
}

table tr{
    height: 40px;
}

table th{
    vertical-align: middle;
    padding: 10px;
    font-weight: 300;

}

table.prices td{
    vertical-align: middle;
    border: 0.3px solid #787f81;
    width: 12.5%;
}

table.prices .tb_hd{
    background-color: #787f81;
    color: white;
}

table td.tb_no{
    background-color: #f8f7f7;
    border: none;
}

/* 授業時間のご案内 */

.class_times{
    width: 100%;
    background-color: #f7fbfc;
    margin: 50px auto;
}

.times{
    margin-bottom: 30px;
    margin-top: 30px;
}


.class_times h3{
    color: var(--color-kakko);
    padding: 30px 0 0 10px;
}

.class_times p{
    padding: 0 0 30px 0;
    font-size: 0.8rem;
}


/* 授業時間のご案内 end*/
/* price end*/


/* blog */
.blog{
    margin-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.blog_tit{
    width: 100%;
    border-top: 1px solid var(--color-kakko);
}

.blog_tit h1{
    font-size: 2.3rem;
    margin: 50px 0 20px 0;
    font-weight: 400;
}

.blog_tit .b_en{
    font-size: .7rem;
    margin: 30px 0 50px;
    letter-spacing: .3rem;
}


.blog_tit p.b_cont{
    line-height: 2rem;
    margin-bottom: 150px;
}


.blog_tit_btn{
    border-bottom: 1px solid var(--color-kakko);
    margin-bottom: 50px;
}

.blog_btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.b_btn{
    width: 40%;
}


/* ボタン */
a.btn_17 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	/* background: #e1f3f9; */
    border-right: 2px solid black;
    border-bottom: 2px solid black;
	transition: 0.3s ease-in-out;
}
a.btn_17::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid black;
  transition: 0.2s;
}
a.btn_17:hover {
	color: black;
    border:none;
}
a.btn_17:hover::before {
  top: 0;
  left: 0;
}

a.btn_17::after{
    content: "→";
    position: absolute;
    padding: 5px;
    right: 20px;
    top: 20%;
}

a.btn_17:hover::after{
    position: absolute;
    right: 20px;
    transform: rotate(360deg);  /* 回転 */
    transition: 1s;    
}


/* blog end*/

/* 会社案内 */
.com_cont{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

.nintei{
    text-align: right;
}

.nintei img{
    height: 100px;
}

.com_title{
    margin-bottom: 50px;
}

.com_title h1{
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 2rem;
}

.com_title h1::before{
    content: "";
    background-image: url(../images/mark.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.com_title p{
    font-size: .7rem;
    margin-bottom: 50px;
    letter-spacing: .1rem;
    padding-left: 30px;
}

.com_cont h2{
    display: inline;
    width: 100%;

}

.greet p{
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 30px;
}

p.ceo_name{
    box-sizing: border-box;
    text-align: right;
    padding: 0 30px
}


/* 経営理念 */
.com_philo{
    margin-top: 150px;
}

.m_p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.m_p_cont{
    width: 40%;
    text-align: center;
}

.m_p_cont img{
    width: 60%;
}


/* 会社情報 */

table.com_table tr{
    width: 100%;
}

table.com_table tr td{
    text-align: left;
    padding-left: 30px;
}

table.com_table tr td.com_tbl{
    width: 3%;
    text-align: center;
}

.com_tbl_high{
    height: 60px;
}


.business_cont{
    background-color: #f8f7f7;
    border-radius: 0;
    border: none;
    padding: 30px 0;
}

.business_cont p{
    margin: 0;
}

.business_cont_text::before {
    border-left: 1px solid var(--color-primary);
    height: 70%;
    top: 15%;
}

.business_cont_area{
    color: var(--color-kakko);
    font-size: 1.2em;
    font-weight: 400
}

/* 組織図 */
.oc_area{
    width: 100%;
    text-align: center;
    background-color:#f5f9fa ;
}

.oc_area img{
    width: 60%;
}

.history_area{
    background-color: transparent;
    width: 100%;
}

.history_area img{
    width: 80%;
}


/* 会社案内 end  */


/* お問い合わせ */

.contact_cont{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.contact_cont h2{
    margin: 0 auto;
    display: inline-block;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.contact_cont .contact_tit{
    width: 100%;
    text-align: center;
}

/* お問い合わせ end*/


/* レスポンシブ */

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}



@media screen and (max-width: 1024px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(8, 100, 172, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        margin-top: 80px;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: var(--color-primary) 1px solid;
        margin: 0 auto;
    }

    .gNav .gNav-menu a{
        color: white;
        font-weight: 400;
    }

    .gNav .log{
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .site_map {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .features_lists ul li div {
        position: absolute;
        width: 80%;
        height: 50%;
        bottom: 0px;
        left: 0px;
        background-color: white;
        z-index: 99;
    }

    .access ul {
        margin-top: 50px;
        width: 70%;
        display: flex;
        justify-content: space-around;
        margin-left: auto;
        margin-right: auto;
    }

    .access ul li {
        background-color: #adb7c3;
        height: 40px;
        width: 90px;
        border-radius: 30px;
        margin: 10px;
    }

    .features {
        margin-top: 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .access {
        margin-top: 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .area {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .news_cont {
        max-width: 800px;
        margin: 100px auto;
        display: flex;
        justify-content: center;
        background-color: #f8f6f0;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .top_course_text h2 {
        font-family: 'Zen Kurenaido', sans-serif;
        font-size: 1.3rem;
        font-weight: 300;
    }
    .top_course_text p {
        font-size: 0.8rem;
        line-height: 1rem;
        margin: 8px auto;
    }
    .news_picks_cont ul li {
        line-height: 1rem;
        margin: 10px 0 0;
        border-bottom: 1px solid #adb7c3;
        width: 80%;
    }
    .news_picks_cont ul li a {
        color: #adb7c3;
        font-size: 0.9rem;
    }
    .news_picks_cont ul li p {
        line-height: 0.8rem;
        margin: 5px auto;
        width: 95%;
        font-size: 0.8rem;
    }
    .viewmore a {
        padding-bottom: 5px;
        border-bottom: 1px solid var(--color-primary);
        font-size: 0.6rem;
    }

    /* about */

    .page_title {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

    .page_hd img {
        text-align: left;
        height: auto;
        width: 85%;
    }

    .about_philosophy {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 150px;
    }
    .about_philosophy_02 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px;
    }

    html{overflow-x: hidden;}

    .hamburger .btn-gNav span.bar {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #333;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    /* blog */
    .blog {
        margin-top: 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_tit h1 {
        font-size: 1.5rem;
        margin: 50px 0 20px 0;
        font-weight: 400;
    }

    .blog_tit p.b_cont {
        line-height: 2rem;
        margin-bottom: 100px;
        font-size: 10pt;
    }
    .blog_btn {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }

    .b_btn {
        width: 40%;
        margin: 30px auto;
    }

    /* company */
    .com_cont {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* price */
    .page_title h1 {
        font-family: 'Zen Kurenaido', sans-serif;
        font-size: 1.5rem;
        margin: 50px 0 20px 0;
        font-weight: 300;
    }

    .price_cont {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .price_title h1 {
        font-family: 'Zen Kurenaido', sans-serif;
        font-weight: 300;
        font-size: 1.5rem;
    }

    /* course */
    .course_item_list {
        width: 800px;
        /* margin-top: 100px; */
        margin: 100px auto 0;
        display: flex;
        justify-content: space-between;
    }
    .course_items a .c_item {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .course_cont {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    


    .course_catch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        line-height: 1;
        position: absolute;
        right: 200px;
        /* right: 103px; */
        top: -50px;
        z-index: 3;
    }

    .course_title h2 {
        font-family: 'Zen Kurenaido', sans-serif;
        /* width: 25%; */
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 300;
    }
    .course_title p {
        width: 60%;
        line-height: 1.2rem;
        font-size: 0.8rem;
    }

    .c_item img{
        width: 40%;
    }
    .course_items a .c_item {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .c_item_cont {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
    }
    .c_item_allow {
        position: absolute;
        bottom: -36px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
    }

    .c_item_allow img{
        width: 20px;
        height: 20px;
        padding-top: 5px;
    }
    .course_high:before{
        background-color: transparent;
        content: "High school student";
        position: relative;
        top: -30px;
    }

}

@media screen and (max-width: 800px) {
    .news p {
        font-size: 1em;
    }
    .pickup ul li {
        width: 34%;
        margin: 30px;
    }
    .features_lists ul li div h2 {
        font-size: 1.0rem;
        font-family: 'Zen Kurenaido', sans-serif;
        padding: 2% 2%;
        font-weight: bold;
    }
     .features_lists ul li div p {
        padding: 1% 2%;
        font-size: 0.9rem;
    }
    .features_lists ul li {
        position: relative;
        height: 250px;
        width: 100%;
    }
    .more_button button {
        border: 1px solid --color-primary;
        height: 45px;
        width: 230px;
        background-color: white;
        font-family: 'Zen Kurenaido', sans-serif;
        font-size: 1rem;
        letter-spacing: .2em;
        font-weight: 300;
    }
    .school {
        width: 40%;
        margin: 1.5%;
    }

    .area {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-around;
    }

    .features {
        margin-top: 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .access {
        margin-top: 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .area {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .features_lists ul li div {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0px;
        left: 0px;
        background-color: white;
        z-index: 99;
    }
    .title_cont h1 {
        margin: 10px auto;
        font-family: 'Zen Kurenaido', sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
    }
    .access h3 {
        margin-top: 50px;
        font-size: 1.5rem;
        font-family: 'M PLUS 1p', sans-serif;
        margin-left: 30px;
    }

    .site_map {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 3%;
    }

    .site_map .f_cont {
        width: 40%;
        margin: 5px;
    }

/* course */
.course_cont img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px auto;
}
.course_item_list {
    width: 90%;
    /* margin-top: 100px; */
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
}
.course_title p {
    width: 90%;
    line-height: 1.2rem;
    font-size: 0.8rem;
    padding: 10px;
}
.course_cont {

    margin-left: auto;
    margin-right: auto;
}

    .course_catch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        line-height: 1;
        position: absolute;
        right: 30px;
        /* right: 103px; */
        top: -50px;
        z-index: 3;
    }
.course_catch span {
    background-color: var(--color-kakko);
    color: #fff;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding: 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.course_sec {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    top: -20px;
    position: relative;
}

.course_sec p.sec_text {
    margin-top: 50px;
    line-height: 2rem;
    font-size: 0.9rem;
}

.course_cont {
    width: 100%;
    margin: 5px auto;
    padding: 27px;
    background-color: #f5f9fa;
    position: relative;
    box-sizing: border-box;
}

.course_item_list {
    width: 90%;
    /* margin-top: 100px; */
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.course_items {
    width: 100%;
    height: auto;
}

.c_item img {
    width: 23%;
}

.c_item_allow img {
    width: 50%;
}



    /* about */
    .page_title {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .page_title h1 {
        font-family: 'Zen Kurenaido', sans-serif;
        font-size: 1.5rem;
        margin: 50px 0 20px 0;
        font-weight: 300;
    }
    .about_philosophy {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 150px;
    }
    .about_philosophy h2 {
        font-family: 'Zen Kurenaido', sans-serif;
        font-weight: 300;
        width: 205px;
        height: auto;
        font-size: 1.2rem;
        line-height: 1.5em;
        display: block;
    }
    .chosen h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: white;
        width: auto;
        box-sizing: border-box;
        padding: 0 10px;
        width: 80%;
    }

/* blog */
.blog {
    margin-top: 100px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
a.btn_17 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    width: 70%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    /* background: #e1f3f9; */
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transition: 0.3s ease-in-out;
}

/* compnay */

.com_cont {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.com_title h1 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
}

.greet p {
    box-sizing: border-box;
    font-size: 10pt;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 30px;
}

.greet p {
    box-sizing: border-box;
    font-size: 10pt;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 30px;
}
.m_p_cont {
    width: 50%;
    text-align: center;
}

.business_cont_text p{
    font-size: 9pt;
}

.business_cont_area {
    color: var(--color-kakko);
    font-size: 13pt;
    font-weight: 400;
}

.business_cont_text::before {
    border-left: 1px solid var(--color-primary);
    height: 70%;
    top: 15%;
    left: 45%;
}
.oc_area img {
    width: 85%;
}

/* price */
.price_cont {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.price_feature_text p {
    width: 100%;
    font-size: 10pt;
    margin-top: 30px;
    line-height: 1.5rem;
}
.price_feature_text span {
    font-size: 10pt;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #0865ac76 63%);
}
.class_times {
    width: 100%;
    background-color: #f7fbfc;
    margin: 20px auto;
}
table.prices td {
    vertical-align: middle;
    border: 0.3px solid #787f81;
    width: auto;
    width: 12.5%;
}
.class_times h3 {
    color: var(--color-kakko);
    padding: 10px 5px;
    font-size: 10pt;
}

.slide h1 {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 6%;
    left: 50%;
    z-index: 999;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    font-family: 'Zen Kurenaido', sans-serif;
    background-color: rgba(255,255,255,.5);
    padding: 1rem 0;
    font-weight: 400;
}

.tel_hid{
    visibility: visible
}
.course_jh:before{
    background-color: transparent;
    content: "Junior high school student";
    position: relative;
    top: -30px;
}
}


@media screen and (max-width: 405px) {
.news p {
    font-size: 13px;
}

.access ul li {
    font-size: 13px;

}

.about_philosophy p {
    margin-top: 50px;
    line-height: 1.5rem;
    font-size: 10pt;
}

.pickup ul {
    margin-top: 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pickup ul li {
    width: 80%;
    margin: 30px auto;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#slider-container {
    width: 100%;
    margin: 0px auto 50px;
    overflow: hidden;
    height: 100vh;
}

.slide h1 {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 13%;
    left: 50%;
    z-index: 999;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    font-family: 'Zen Kurenaido', sans-serif;
    background-color: rgba(255, 255, 255, .5);
    padding: 1rem 0;
    font-weight: 400;
}

img.pc{
    display: none;
}

img.phone{
    display: block;
}


.news_cont {
    max-width: 90%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    background-color: #f8f6f0;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column;
}

.top_course,.news_picks{
    width: 100%;
}
.news_picks_cont ul li {
    line-height: 1rem;
    margin: 10px 0 0;
    border-bottom: 1px solid #adb7c3;
    width: 100%;
}

.viewmore {
    text-align: right;
    width: 100%;
}
#slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide img {
    width: 100%;
    height: auto;
}


.top_course h1, .news_picks h1 {
    margin: 30px auto;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}

.features_lists ul li {
    position: relative;
    height: 300px;
    width: 95%;
    margin: 20px auto;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.features_lists ul li div {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0px;
    left: 0px;
    background-color: white;
    z-index: 99;
}

.features_lists ul li div p {
    padding: 1% 2%;
    font-size: 0.9rem;
    line-height: 1.3;
}

.f_1{
    background-image: url(../images/f_11.png);

}

.f_2{
    background-image: url(../images/f_12.png);
}

.f_3{
    background-image: url(../images/f_13.png);
}

.f_4{
    background-image: url(../images/f_14.png);
}



.f_1,.f_2,.f_4
{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    border-radius: 10px;
}
.f_3
{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    border-radius: 10px;
}

.access ul {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

.area {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.school {
    width: 80%;
    margin: 20px auto;
}

footer {
    width: 100%;
    height: auto;
    background-color: #adb7c3;
    display: block;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;

}

footer .info {
    width: 100%;
    text-align: center;
    height: 80%;
    border-right: none;
}

.site_map {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 30px auto;
}
.site_map .f_cont {
    width: 100%;
    margin: 18px auto;
}

.site_map .f_cont h6 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 12pt;
    font-weight: 300;
}

.site_map .f_cont p {
    margin: 10px 0;
    font-weight: 100;
    font-size: 7pt;
}

.banner {
    margin: 60px auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
/* course */
.course_items a {
    padding: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.bd_rl2 a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    display: inline-block;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.course_catch span {
    background-color: var(--color-kakko);
    color: #fff;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.7rem;
    font-weight: 200;
    padding: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.course_sec p.sec_text {
    margin-top: 50px;
    line-height: 2rem;
    font-size: 9pt;
}
.course_cont p.course_text {
    font-size: 9pt;
}
p.whom span {
    background: linear-gradient(transparent 60%, #0865ac76 63%);
    font-size: 10pt;
}

ol li {
    list-style-type: decimal;
    margin: 10px 0 10px 15px;
    padding-left: 0px;
    font-size: 9pt;
}
.course_cont {
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    background-color: #f5f9fa;
    position: relative;
    box-sizing: border-box;
}
.course_sec {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white;
    top: -20px;
    position: relative;
}
.course_sec:before {
    background-color: transparent;
    content: "Elementary school student";
    position: relative;
    top: -19px;
    font-size: 8pt;
}
/* about */
.about_philosophy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 150px;
    text-align: center;
    position: relative;
}
.p_cont {
    width: 90%;
    /* margin-left: 0; */
    margin: 0 auto;
}

.about_philosophy h2 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    width: 205px;
    height: auto;
    font-size: 1.2rem;
    line-height: 1.5em;
    display: block;
    margin: 30px auto;
}

.about_philosophy_image img {
    width: 90%;
    margin-top: 50px;
}
.p_cont2 {
    width: 90%;
    margin: 0 auto;
   padding-top: 280px;
}

.about_philosophy2{
    position: relative;

}

.about_philosophy img.p_image_02 {
    width: 70px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
}

.about_philosophy_image2 img {
    width: 90%;
    margin-top: 50px;
}

.p_cont3 h2 {
    text-align: center;
    margin: auto;
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    width: 205px;
    height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.about_philosophy_02{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 150px;
    text-align: center;
}

.p_cont3 img {
    width: 70px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
}

.p_cont3{
    padding-top: 290px;
}

.p_cont4 {
    width: 90%;
    margin: 0 auto;
    padding-top: 290px;
}

.chosen h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    width: auto;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    margin: 0;
    font-size: 1rem;
}



.about_philosophy img.p_image_04 {
    width: 70px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
}

/* .blog */

.blog_btn {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

a.btn_17 {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    width: 110%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    /* background: #e1f3f9; */
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transition: 0.3s ease-in-out;
}

.b_btn {
    width: 40%;
    margin: 30px 20px 10px 54px;
}

/* price */

.times {
    margin-bottom: 20px;
    margin-top: 20px;
}
.price_feature {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    border: 1px solid #6188a3;
    background-color: white;
    border-radius: 10px;
    flex-direction: column;
}
.p_img_area {
    width: 90%;
    text-align: center;
    position: relative;
    margin: 20px auto;
}

table.prices th {
    vertical-align: middle;
    padding: 0px;
    font-weight: 300;
  
}

table.prices{
    vertical-align: middle;
    padding: 0px;
    font-weight: 300;
    font-size: 5pt;
    font-size: 7pt;
}  

.price_feature_text::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 6%;
    display: inline-block;
    width: 100%;
    height: 90%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    border-left:none;
}

table.prices td {
    vertical-align: middle;
    border: 0.3px solid #787f81;
    width: auto;
}


/* company */
.greet p {
    box-sizing: border-box;
    font-size: 9pt;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 30px;
}

.com_title {
    margin-bottom: 50px;
}

p.ceo_name {
    box-sizing: border-box;
    text-align: right;
    padding: 0 30px;
    font-size: 9pt;
}

.m_p_cont {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

table.com_table {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 9pt;
    margin-bottom: 100px;
}


table.com_table tr td {
    text-align: left;
    padding-left: 3pt;
}

table.com_table tr td.com_tbl {
    width: 35%;
    text-align: center;
}


.com_tbl_high {
    height: 120px;
}

.business_cont_area {
    color: var(--color-kakko);
    font-size: 10pt;
    font-weight: 400;
    width: 100%;
}

.business_cont {
    background-color: #f8f7f7;
    border-radius: 0;
    border: none;
    padding: 30px 0;
    display: block;
    width: 100%;
}

.business_cont_text {
    margin: 10px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 1%;
}
.business_cont_text::before {
    border-left: none;
    height: 70%;
    top: 15%;

}

.oc_area img {
    width: 100%;
}

li.f_4.scroll-up.is-show {
    /* background-position-y: -100px; */
}

.tel_hid{
    visibility: visible
}

.course_jh:before{
    background-color: transparent;
    content: "Junior high school student";
    position: relative;
    top: -30px;
}

.course_high:before{
    background-color: transparent;
    content: "High school student";
    position: relative;
    top: -30px;
}
}


