@charset 'UTF-8';
.bluetxt{
    color: #28a2ba;
}
span.yellow {
	background: linear-gradient(transparent 40%, #fff03a 0%);
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	content: "\f0c9";
	line-height: 1.2;
}
.fa-bars::after {
	display: block;
	font-family: Noto Sans JP,sans-serif;
	font-size: 1rem;
	content: "MENU";
}

.logo a {
	width: 120px;
}


@media (min-width:992px) {
    .hnav a.hnreg {
        background: #265b7d;
        /*navy*/
    }
    .hnav a.hnmy {
        background: #28a2ba;
        /*lightblue*/
    }
    .logo {
        line-height: 1;
        height: 65px;
        margin: 17.5px 0;
    }
.logo a {
	padding-top: 65px;
	background-size: contain;
	width: 100%;
	background-position: left center;
}
footer .logo a {
	width: 950px;
}
header.fixed .hdhnav {
	width: 75%;
	position: relative;
}
}

@media(max-width:767px){
    footer {
        height: 180px;
    }
.scroll {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 1.6rem;
}
}

.mvbtn a {
    background: #265b7d;
    /*navy*/
}

section h1 {
    color: #28a2ba;
    /*lightblue*/
}

section h2 {
    color: #28a2ba;
    /*lightblue*/
}

section h1::after {
    background: #28a2ba;
    /*lightblue*/
}

footer.bgkey,
.bgkey {
    background: #28a2ba;
    /*lightblue*/
}

.copy {
    border-top: 1px solid #fff;
}


/*=========================================================
Mainvis - メインビジュアル
=========================================================*/

.mainvis {
    position: relative;
    text-align: center;
    margin-top: 45px;
}

.catch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    z-index: 500;
}

.catch p {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px
}

.catch h3.teosl {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 25px;
}

.catch h3.teosl span {
    font-size: 50%;
}

.mvbtn a span {
    font-size: 60%;
}

.mvbtn a {
    width: 85%;
    line-height: 1.3;
}

.mvbtn a:hover,
.mvbtn a:active {
    text-decoration: none;
    opacity: .8;
}
.mvbtn3 a{
    background: #ed7d31;
    box-shadow: 0px 6px 0px 0px #c16e0b;    
}
.catch .prise {
    margin-top: 20px;
}

.prise .prise_inner {
    background: url("/assets/img/index/bg_prise.png") no-repeat center center;
    background-size: contain;
    text-align: center;
}

.prise .prise_inner {
    height: 60px;
}

.prise_inner h3 {
    line-height: 1.1;
    font-size: 24px;
    margin-top: -3px;
}

.prise_inner h3 span {
    font-size: 11px;
    white-space: nowrap;
}

.prise h4 {
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    padding-right: 5%;
}

.slider {
    height: 280px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.slider li {
    height: 280px;
    width: 100%;
    list-style: none;
    background-size: cover;
    position: relative;
    text-align: center;
}

.slider li::after {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
}

.slider1 {
    background: url("/assets/img/index/mainvis.png?v2") no-repeat center center;
    background-size: cover;
}

@media(min-width:500px) {
    .prise .prise_inner {
        height: 100px;
    }
    .prise_inner h3 {
        font-size: 35px;
        margin-top: 0px;
    }
    .prise_inner h3 span {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media(min-width:768px) {
    .catch p {
        font-size: 52px;
        font-size: 5.2rem;
        margin-top: 40px;
        margin-bottom: 20px
    }
    .catch h3.teosl {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 30px
    }
    .mvbtn a {
        font-size: 18px;
        font-size: 1.8rem;
        width: 500px
    }
    .prise .prise_inner {
        height: 130px;
    }
    .prise {
        margin-top: 15px;
    }
    .prise_inner h3 {
        font-size: 40px;
        margin-top: 5px;
    }
    .prise_inner h3 span {
        font-size: 22px;
        white-space: nowrap;
    }
    .slider {
        height: 500px;
    }
    .slider li {
        height: 500px;
    }
}

@media(min-width:992px) {
    .mainvis {
        margin-top: 0
    }
    .catch p {
        font-size: 67px;
        font-size: 6.7rem;
        margin-top: 60px;
        margin-bottom: 20px
    }
    .catch h3.teosl {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 35px
    }
    .mvbtn a {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .prise {
        margin-top: 35px;
    }
    .prise .prise_inner {
        height: 160px;
    }
    .prise_inner h3 {
        font-size: 50px;
        margin-top: 5px;
    }
    .prise_inner h3 span {
        font-size: 26px;
        white-space: nowrap;
    }
    .slider {
        height: 580px;
    }
    .slider li {
        height: 580px;
    }
}

@media(min-width:1200px) {
    .prise_inner h3 span {
        font-size: 28px;
    }
    .catch p {
        margin-top: 90px;
    }
    .slider {
        height: 680px;
    }
    .slider li {
        height: 680px;
    }
}
@media(min-width:1200px) {

    .slider {
        height: 750px;
    }
    .slider li {
        height: 750px;
    }
}

/*=========================================================
相談
=========================================================*/
.soudan_line,.soudan_mail{
    text-align: center;
}
.soudan_tel{
    position:reltive;
    bottom: 20px;
}
.soudan .soudan_line a{
    font-weight:800;
    font-size:24px;
    color: #fff;
    background-color: rgb(6, 176, 86);
    padding: 20px 70px;
}

.soudan .soudan_mail a{
    font-weight:800;
    font-size:24px;
    color: #fff;
    background-color: rgb(40, 195, 212);
    padding: 20px 60px;
}
@media (min-width:1200px){
.soudan .soudan_line a{
    padding: 20px 92px;
}

.soudan .soudan_mail a{
    padding: 20px 85px;
}
}
@media (min-width:768px) and (max-width:992px){
    .soudan .container{
        position: relative;
        bottom: 20px;
    }
}
@media (max-width:767px){
    .soudan .container{
        position: relative;
        bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .soudan_line,.soudan_mail{
        padding: 0;
    }
    .soudan .soudan_line a{
        white-space: nowrap;
        font-size:19px;
        padding: 15px 36px;
    }
    .soudan .soudan_mail a{
        white-space: nowrap;
        font-size:19px;
        padding: 15px 30px;
    }
}

/*=========================================================
私たちは・・
=========================================================*/
.poem{
    padding-top: 40px;
    background: url(/assets/img/index/bg_poem.png) no-repeat, url(/assets/img/index/bg_poem2.png) no-repeat;
    background-position: left top,right bottom;
    background-size: 320px 320px;
}
@media (min-width:1200px){
.poem{    
    background-size: 400px 400px; 
}        
}
@media (max-width:991px){
.poem{    
    background-size: 130px 130px; 
}    
}
/*=========================================================
料金プラン
=========================================================*/

.course_ttl_badge {
    position: absolute;
    color: #fff;
    background: url(/assets/img/index/fukidashi.png) no-repeat;
    background-size: 95px auto;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 27px;
    width: 90px;
    height: 100px;
    line-height: 1;
    top: -35px;
    left: 1.2vw;
    z-index: 10;
    font-weight: bold;
}
@media (min-width:1200px){
.course_ttl_badge {
    left: 9vw;
}
}    
.course_grid_box {
    background: #fff;
    height: 240px;
    text-align: center;
    border: 5px solid #28a2ba;
    overflow: hidden;
    border-radius: 10px;
}

.course_ttl_box {
    background: #28a2ba;
    color: #fff;
    padding: 6px 0 6px 6px;
    width: 115%;
    margin-left: -6%;
}

.course_grid_box p {
    font-size: 18px;
}

.course_grid_box p strong {
    font-size: 200%;
    color: #28a2ba;
}

.course_grid_box p small {
    position: relative;
    bottom: 15px;
}

.tsuika strong {
    font-size: 200%;
    color: #28a2ba;
}


/*=========================================================
流れ
=========================================================*/

.flow .section-wrapper .flow-box {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.5rem;
    display: table;
    width: 100%;
}

.flow .section-wrapper .flow-box .flow-box-l {
    display: table-cell;
    width: 80px;
    color: #175890;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    padding: 0 20px 0 20px;
}

.flow .section-wrapper .flow-box .flow-box-r {
    display: table-cell;
    padding: 0 20px 0 20px;
    vertical-align: top;
    text-align: center;
}

.flow .section-wrapper .flow-box .flow-box-r img{
    width: 40px;
    float:left;
    position: relative;
    top: 20px;
    left: 34%;
}
@media (max-width:767px){
.flow .section-wrapper .flow-box .flow-box-r img{
    width: 40px;
    float: left;
    position: relative;
    top: 20px;
    left: 10%;
}
}
.flow .section-wrapper .flow-box .flow-box-r h3 {
    margin: 1em 0 1em;
}

@media (max-width:767px) {
    .flow .section-wrapper .flow-box .flow-box-l {
        width: 50px;
        padding: 0 10px 0 10px;
    }
    .flow .section-wrapper .flow-box .flow-box-r h3 {
        margin: 1.2em 0 1em;
    }    
}

.mvbtn2 a, .mvbtn3 a{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 0;
}

@media (min-width:768px) {
    .mvbtn2 a ,.mvbtn3 a{
        font-size: 30px;
        font-size: 3.0rem;
    }
}
/*=========================================================
method
=========================================================*/
.course_grid_box2{
    padding: 15px 15px 30px 15px;
    height: 100%;
    background: #fff;
}
.course_grid_box2 img{
    max-width:350px;
    margin:0 auto;
}
@media (min-width:992px){
.course_grid_box2{
    padding: 15px 30px 30px 30px;
}
}    
.course_ttl2{
	background: #28a2ba;
	color: #fff;
	padding: 6px 0 6px 6px;
    width: 200px;
    border-radius: 10px;
}

/*=========================================================
講師紹介
=========================================================*/

.greybox {
    border: 3px solid #f3f3f3;
    padding: 15px 15px 5px 15px;
}

/*=========================================================
活用事例
=========================================================*/
.case p strong span {
	background: linear-gradient(transparent 40%, #fff03a 0%);
}

/*=========================================================
下層ページ
=========================================================*/


/*料金プランぺージ*/

.ptable th.single {
    border-radius: 12px 12px 0 0;
}

.ptable tr:last-child td.single {
    border-radius: 0 0 12px 12px;
}

.ptable th {
	background: #28a2ba;
}

.ptable td strong.pval {
    color: #28a2ba;
}

/*よくあるご質問ぺージ*/

.faq h2 {
	background: #28a2ba;
}

/*初めての方へぺージ*/

.obi_blue{
    background:#28a2ba;
    padding: 20px 0;
}
.obi_blue h1{
    color: #343434;
    margin-bottom: 0;
    line-height: 1.2;
    margin-bottom: 0;
}
section .obi_blue h1::after {
	content: none;
}
section .obi_blue h1.white_txt{
    color: #fff;
}
@media (min-width:992px){
.obi_blue{
    padding: 35px 0;
}    
.obi_blue p{
    font-size: 70px;
}
}
.dekirukoto{
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width:1200px){
.wide20 {
    width: 20%;
}
}    
.dekirukoto_wapper{
    display: flex;
    flex-wrap: wrap;    
}

.dekirukoto_wapper .course_grid_box{
    height: 100%;
}

.dekirukoto_wapper .course_grid_box p{
    font-size: 16px;
}
@media (max-width:767px){
.dekirukoto_wapper .course_grid_box p{
    font-size: 15px;
}  
}

.dekirukoto_wapper .course_ttl_box {
    background: #28a2ba;
    color: #fff;
    padding: 6px;
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.dekirukoto_wapper .course_ttl {
	height: 65px;
}
.dekirukoto_wapper .course_ttl_box h3{
    padding-top: 18px;
    line-height: 1.2;
}

.mvbtn4 a{
    font-size: 16px;
    width: 190px;
    background: #ed7d31;
    border-radius: 5px;
}
.ielts h2 {
    color: #343434; 
}
.ielts h2 strong{
    font-weight: 800; 
}
.ielts h2 span{
    color:red;
}

.bgblue{
    background:#28a2ba;
}
.bgblue h2{
    color: #fff;
}
.ordermade{
    background:#fff;
    border-radius: 20px;
    padding: 30px;
}
@media (max-width:767px){
.ordermade{
    padding: 15px;
}
}

.prepare_box{
    border: 10px solid #ffdc2a;
    padding: 20px 0 15px 0;
}

.voice .course_ttl3{
    border-bottom: 3px solid #28a2ba;
    width: 100%;
}




details[open] .open {
  display: none ;
}


details:not([open]) .close {
  display: none ;
}

@media (max-width:767px){
    .voiceimg{
        padding-right: 0;
    }
    .voicetxt p{
        font-size: 85%;
    }
}

summary::-webkit-details-marker {
  display: none;
}
.mvbtn3 h4{
    font-weight: normal;
    width: 310px;
    background:url("/assets/img/index/bg_btn_left.png") ,url("/assets/img/index/bg_btn_right.png") ;
    background-repeat: no-repeat, no-repeat;
	background-size: 25px 31px;
	background-position: center left , center right;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
    padding-bottom:10px;
}
@media (min-width:992px){
.textimg.twosheet img{
    width: 49%;
    margin: 0 1px;
    float: left;
}
    
.textimg img{
    width: 50%;
    display: block;
    margin: 0 auto;
}    
}    