/* tablet版 */
@media screen and (min-width: 630px){
/*---------------*/
/* base-tab 
/*---------------*/
.wrapper.concept, .wrapper.course, .wrapper.voice, .wrapper.fq{
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.concept-inner, .course-inner, .voice-inner, .fq-inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2vw;
}
/*-------------------*/
/* section-title-tab
/*-------------------*/
.section-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-title h2{
    font-size: 3.4rem;
    font-weight: bold;
    color: #333;
}
.section-title p{
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}
.course-inner .section-title{
    margin-bottom: 20px;
}
.voice-inner .section-title{
    margin-bottom: 20px;
}
/*---------------*/
/* header-tab
/*---------------*/
.header-top{
    position: relative;
    height: 65px;
}
.site-title{
    width: 229px;
    padding: 2px 0 0 1px;   
}
.telephone{
    margin-right: 269px;
    padding-top: 6px;
}
.tel-text{
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.5px;
    letter-spacing: -0.3px;
}
.tel-number{
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    letter-spacing: -1px;
}
/* 右端バナー２つ */
.bnr-01{
    width: 257px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.bnr-01 a{
    display: block;
    padding: 22px 0;
    width: 130px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.bnr-01 a{
    box-sizing: border-box;
    display: block;
    padding: 20px 0px;
    padding-left: 10px;
    width: 120px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.bnr-01 a.lesson{
        padding-left: 14px;
}
.bnr-01 a.counseling{
        padding-left: 10px;
}
.bnr-01 a.counseling::after{
    position: absolute;
    top: 20px;
    right: 10px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.bnr-01 a.lesson::after{
    position: absolute;
    top: 20px;
    right: 16px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.counseling{
    background-color: #152f48;
}
.lesson{
    background-color: #960f0f;
}
.burger-btn{
    display: none;
}
.header-nav.sp{display: none;}
.header-nav{
    position: static;
    display: block;
    max-width: 630px;
    height: 17.5px;
    background-color: #fff;
    margin: 2px auto 4px;
}
.nav-list{
    max-width: 630px;
    text-align: center;
    position: static;
    display: flex;
    justify-content: space-between;
    transform: none;
    margin: 0;
    margin-top: 0px;
}
.nav-list li{
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #333;
}
.nav-list li:last-of-type{
    border-right: none;
}
.nav-list a{
    display: block;
    width: 120px;
    padding: 4px 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
}
.nav-list a:hover{
    opacity: .8;
}
/*===========================
　navの動き(左から右に背景が伸びる)
============================*/
/*背景の設定*/
.nav-list li a{
    /*背景色の基点とするためrelativeを指定*/
	position: relative;
}
.nav-list li a::after {
	content: '';
    /*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: -1;
	bottom: 1px;
	left: 3px;
    /*背景の形状*/
	width: 0;
	height:98%;
	background:#002c5b;
    /*アニメーションの指定*/
	transition:all .3s;
	opacity: 0;/*はじめは透過0*/
}
/*現在地とhoverの設定*/
.nav-list li.current a::after,
.nav-list li a:hover::after {
    /*背景の形状*/
	width: 97%;/*横幅を伸ばす*/
	opacity: 1;/*不透明に*/
}
.nav-list li.current a,
.nav-list li a:hover{
  	color: #fff;
    font-weight: normal;
}
/*---------------*/
/* fv-tab
/*---------------*/
.fv{
    height: 90vh;
    background-image: url(../img/fv01_new.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.br-sp{display: none;}
.copy{
    position: absolute;
    bottom: 100px;
    left: 8.5%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    background: #C7FE2E;
    padding: 17px 12px 15px 0px;
    border-radius: 2px;
    line-height: 1.3;
}
.copy span{
    display: inline-block;
    margin-left: 0px;
}
.copy .sankaku{
    margin-left: 5px;
    margin-right: -5px;
}
.leadtext{
    width: 100%;
    position: absolute;
    top: 23%;
    left: 8%;
    font-size: 2.7rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}
.picture{
    width: 360px;
    position: absolute;
    right: 0;
    bottom: -10px;
}
/*---------------*/
/* concept-tab
/*---------------*/
.concept-text01{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: -5px;
    padding: 0px 0 15px;
}
.concept-text02{
    font-size: 2.3rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 0px;
}
.concept-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.box-left li{
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.box-right{
    width: 30%;
    text-align: right;
    margin-top: 0px;
}
.box-right img{
    width: 90%;
}
.box-left{
    width: 70%;
}
.concept-text03{
    max-width: 630px;
    text-align: center;
    margin: 13px auto 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.1px;
    line-height: 1.5;
}
.arrow{
    display: block;
    width: 12px;
    margin: 5px auto 13px;
}
.concept-text04{
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 3px;
    background-color: #fef583;
    padding: 6px 0;
}
/*---------------*/
/* bnr-mid-tab
/*---------------*/
.bnr-mid{
    display: flex;
    justify-content: space-between;
    width: 296px;
    margin: 28px auto 26px;
}
.bnr-mid.top{
    margin: 40px auto 38px;
}
.bnr-mid.middle{
    margin: 40px auto 38px;
}
.bnr-mid a{    
    display: block;
    width: 147px; 
    box-sizing: border-box;   
    padding: 17.5px 0;
    padding-left: 11px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.bnr-mid a.lesson{
    padding-left: 18px;
}
.bnr-mid a.counseling::after{
    position: absolute;
    top: 17px;
    right:15px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.bnr-mid a.lesson::after{
    position: absolute;
    top: 17px;
    right:19px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.tel-mid{
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -1.2px;
}
/*-------------------*/
/* more-tab
/*-------------------*/
.more{
    width: 120px;
    margin: 0 auto;
}
.course-inner .more{
    margin-top: 45px;
}
.voice-inner .more{
    margin-top: 25px;
    margin-bottom: 15px;
}
/*-------------------*/
/* course-item-tab
/*-------------------*/
.course-item-wrapper{
    display: flex;
    justify-content: space-between;
}
.course-item-wrapper.top{
    margin-bottom: 30px;
}
.course-item{
    width: 32%;
    margin-bottom: 0;
}
.course-item h3{
    font-size: 1.8rem;
    font-weight: bold;
    color: #13753c;
    text-align: center;
    padding-bottom: 4px;
}
.course-box{
    text-align: left;
    padding: 12px;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: #fff;
}
.course-box p{
    font-size: 1.35rem;
    color: #13753c;
    line-height: 1.5;
    margin-top: 8px;
}
.more-course.animation{
    margin: 23px 0 46px 0;
}
/*-------------------*/
/* review-item-sp
/* (voice-item-sp)
/*-------------------*/
.voice-item-wrapper{
    display: flex;
    justify-content: space-between;
}
.voice-item{
    width: 49%;
    margin-bottom: 22px;
    text-align: center;
}
.voice-item h3{
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 7px;
    color: #333;
}
.voice-item p{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #333;
}
.voice-item p:last-child{
    width: 90%;
    margin: 0 auto;
    font-size: 1.45rem;
    text-align: center;
    line-height: normal;
}
.more-review{
    margin: 30px 0 70px 0;
}
/*-------------------*/
/* fq-item-tab
/*-------------------*/
.wrapper.fq{
    background-color: #ffdae08c;
    padding: 30px 0 93px 0;
}
.fq-box{
    max-width: 465px;
    margin: 0 auto;
}
.fq-box p{
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}
.fq-box span{
    display: inline-block;
    line-height: 1.3;
    font-size: 2rem;
    margin-right: 5px;
    color: red;
}
.fq-box img{
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 6px;
    opacity: .8;
    z-index: 5;
}
/* -----よくある質問・回答-sp ----- */ 
.fq-box .question{
    cursor: pointer;
}
.fq-box .question:hover{
    text-decoration: underline;
}
.fq-box .answer{
    display: none;
    background-color: #f2f2f2;
    margin-left: 1.4rem;
    padding: 10px;
}
.fq-inner .section-title{
    margin-top: 20px;
    margin-bottom: 30px;
}
.fq-inner .section-title p{
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    padding-top: 6px;
}
/* -----よくある質問・回答-spEND ----- */ 
/*-------------------*/
/* footer-tab
/*-------------------*/
.footer{
    background-color: #181818;
}
.footer h1,
.footer p,
.footer small,
.footer a{
    color: #fff;
}
.to-top{
    max-width: 1680px;
    text-align: right;
}
.to-top img{
    width: 59px;
}
.footer-logo{
    width: 180px;
    margin: 0px auto 20px;
    padding-left: 21px;
    padding-top: 20px;
}
.logotype{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 55px;
}
/* -----バナー始め----- */
.bnr-footer{
    width: 310px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.bnr-footer a{
    display: block;
    width: 148px;
    padding: 18px 4px;
    padding-left: 13px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.bnr-footer a.lesson{
    padding-left: 18px;
}
.bnr-footer a.counseling::after{
    position: absolute;
    top: 18px;
    right:15px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.bnr-footer a.lesson::after{
    position: absolute;
    top: 18px;
    right:16px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.bnr-footer li.counseling{
    background-color: #152f48;
}
.bnr-footer li.lesson{
    background-color: #960f0f;
}
.tel-footer{
    font-size: 1.65rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
/* -----バナーEND----- */
.footer-box{
    display: block;
    justify-content: space-between;
    width:600px;
    margin: 65px auto;
}
.footer-left{
    width: 275px;
    margin: 0 auto;
}
.footer-left p{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
}
.footer-right{
    width: 470px;
    display: block;
    margin: 0 auto;
}
.map-text{
    width: 190px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 auto;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 4px;
}
.footer-map{
    width: 260px;
    margin: 0 auto;
}
.footer small{
    display: block;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 2px;
}
/*--------------------*/
/* パララックス-tab 
/*--------------------*/
.img-bg-01 {
    background-image: url(../img/parallax-sp-a10.jpg);
    width: 100%;
    margin: 0 auto;
    padding-top: 250px;
    opacity: .7;
    }
    .img-bg-02 {
    background-image: url(../img/parallax-b3.jpg);
    margin: 0 auto;
    padding-top: 250px;
    opacity: .6;
}  
/* --page-topへ戻る設定--　*/
#page-top {
    position: fixed;
    bottom: 12px;
    right: 12px;
    line-height: 1;
    z-index: 99;
}
#page-top a {
width: 50px;
text-align: center;
display: block;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
text-decoration: none;
opacity: .7;
}



}