@charset "utf-8";

html{
    font-size: 62.5%;/*16px x 62.5%=10px*/
    /* height: 100%; */
}

body{
    color: #3c3c3c;
    font-family: YakuHanJP_Noto,'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    /* font-feature-settings: "palt"; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 100%; */
}
a {
    color: #1a0dab;
	text-decoration: none;
}

li{
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* ----------------------------------- 

色指定

-------------------------------------- */

.f-aka{
	color: #FF0000;
}



/* ----------------------------------- 

Utility

-------------------------------------- */
.section-wrap{
    padding: 20px 0;
}
.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.section-title{
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}
.section-title.title-underline{
    position: relative;
    margin-bottom: 20px;
}
.section-title.title-underline::after{
    background-color: #00267f;
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.section-subtitle{
    font-size: 2.2rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
}

/* ----------------------------------- 

MainVisual

-------------------------------------- */
.MainVisual{
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}
.header{
    width: 100%;
    background-color: #fff;
    padding: 0 8vw;
    margin:10px 0 ;
    display: flex;
    justify-content: space-between;
}
.twitter{
    position: relative;
    top: 10px;
}
.mv-inner{
	background-color: #00267f;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    min-height: 50px;
}
.mv-inner p{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    height: 100%;
    color: #fff;
}
.header-logo{
    /* padding-top: 10px; */
    width: 28%;
}
.sub-catch-pc{
    display: block;
}
.sub-catch-sp{
    display: none;
}
.top-outline-pc{
    display: block;
}
.top-outline-sp{
    display: none;
}

.mv-boy{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    text-align: right;
}
.mv-boy img{
    position: relative;
    bottom: -10px;
}
.hikouki{
    position: absolute;
    top: 20%;
    right: 10%;
    width: 20%;
}
/* .check-more{
    display: none;
} */
.check-more{
    display: block;
    text-align: center;
    font-weight: 800;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation: arrowmove 1s ease-in-out infinite;
}
.check-more::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 17px solid #fadb56;
    margin: 5px auto 0;
}

/* ----------------------------------- 

g-navigation

-------------------------------------- */
.g-nav{
    height: 80px;
    padding: 1.8em 3em;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
}
.nav-list{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    position: relative;
}
.nav-list li::after{
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #65c6f1;
}


/* ----------------------------------- 

top-about

-------------------------------------- */
.double-q{
    position: absolute;
    top: 12%;
    left: 15%;
}
.top-about{
    position: relative;
}
.section-wrap.top-about::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 40px solid #fff;
}

.about-text{
    text-align: center;
    font-size: 2rem;
    line-height: 2.4;
    font-weight: 600;
    margin-bottom: 50px;
}
.about-br{
    display: block;
}
.about-voice{
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
}
.about-voice span{
    border-bottom: solid 7px #fadb56;
}
.girl01{
    position: absolute;
    bottom: 18%;
    left: 10%;
    width: 15%;
}
.girl02{
    position: absolute;
    bottom: 13%;
    right: 10%;  
    width: 17%;  
}

/* ----------------------------------- 

特典

-------------------------------------- */
.section-wrap.section-tokuten{
    background-color: #f7c5db;
}
.section-title.title-online::before{
    content: "";
    display: block;
    width: 135px;
    height: 50px;
    background: url(../img/midashi-pink.svg)no-repeat;
    background-size: contain;
    margin: 0 auto 20px;
}
.tokuten-box{
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px 0;
    box-shadow: 3px 3px 10px 0px rgb(143 148 157 / 25%);
    margin-bottom: 20px;
}
.tokuten-list{
    width: 60%;
    margin: 0 auto;
}
.tokuten-list li{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.tokuten-list li::before{
    content: "";
    display: block;
    width: 27px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 5px;
    background: url(../img/check-pink.svg)no-repeat;
    background-size: contain;
}
.tokuten-comment{
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
	margin: 0 auto 20px;
}
.tokuten-comment-l{
    padding: 0 20px;
}

/* ----------------------------------- 

メリット

-------------------------------------- */
.section-wrap.section-merit{
    background-color: #65c6f1;
}
.section-title.title-online::before{
    content: "";
    display: block;
    width: 135px;
    height: 50px;
    background: url(../img/midashi-pink.svg)no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}
.merit-box{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 0;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    margin-bottom: 20px;
}
.merit-list{
    width: 60%;
    margin: 0 auto;
}
.merit-list li{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.merit-list li::before{
    content: "";
    display: block;
    width: 27px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 5px;
    background: url(../img/check-pink.svg)no-repeat;
    background-size: contain;
}
.section-subtitle.fukidashi-pink{
    width: 30%;
    margin: 0 auto;
    padding: 10px 0;
    border: solid 3px #3c3c3c;
    border-radius: 20px 20px 20px 0;
    background-color: #c2e5f2;
    margin-bottom: 50px;
}
.gakusei-img{
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.osusume-list{
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.osusume-list li{
    width: 23%;
}
.gakusei-comment{
    position: relative;
    display: block;
    width: 100%;
    margin: 1.5em 0;
    padding: 10px 10px;
    height: 85px;
    color: #3c3c3c;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #3c3c3c;
    box-sizing: border-box;
    border-radius: 15px;
}
.gakusei-comment::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.gakusei-comment::after{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #3c3c3c;
    z-index: 1;
}
.gakusei-comment.short{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gakusei-comment p{
    font-weight: 600;
}
.osusume-comment{
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
}
.osusume-comment-l{
    padding: 0 20px;
}
.bankoku-wrap{
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}
.bankoku-img{
    width: 39%;
}
.bankoku-text{
    width: 52%;
}
.bankoku-list li{
    margin-bottom: 10px;
    position: relative;
}
.bankoku-list li::before{
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: -30px;
    background: url(../img/check-pink.svg)no-repeat;
    background-size: contain;
}

/* ----------------------------------- 

おすすめポイント

-------------------------------------- */
.section-title.title-yellow::before{
    content: "";
    display: block;
    width: 135px;
    height: 50px;
    background: url(../img/midashi-yellow.svg)no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}
.section-title.title-yellow{
    margin-bottom: 50px;
}
.point-list{
    margin-top: 100px;
}
.point-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.point-list li:first-of-type{
    flex-flow: row-reverse;
}
.point-list li:nth-of-type(3){
    flex-flow: row-reverse;
}
.point-img{
    width: 44%;
}
.point-text{
    width: 50%;
}
.number{
    font-family: 'Montserrat', sans-serif;
    color: #fadb56;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 10px;
}
.number.number01::after{
    content: "";
    display: inline-block;
    width: 49px;
    height: 33px;
    background: url(../img/01.svg)no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.number.number02::after{
    content: "";
    display: inline-block;
    width: 61px;
    height: 33px;
    background: url(../img/02.svg)no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.number.number03::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 33px;
    background: url(../img/03.svg)no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.point-title{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 10px;
}
.point-sakamoto{
    margin-bottom: 5px;
}
.section-subtitle.fukidashi-blue{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    border: solid 3px #3c3c3c;
    border-radius: 20px 20px 20px 0;
    background-color: #ABE0F7;
    margin-bottom: 50px;
}
.sensei-wrap{
    display: flex;
    justify-content: space-between;
}
.sensei-name{
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.sensei-img{
    width: 22%;
}
.sensei-text{
    width: 72%;
    padding-top: 50px;
}

/* ----------------------------------- 

昨年の様子

-------------------------------------- */
.section-wrap.section-yousu{
    background-color: #FDF1BD;
}
.section-title.title-yousu::before{
    content: "";
    display: block;
    width: 135px;
    height: 50px;
    background: url(../img/midashi-blue.svg)no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}
.yousu-list{
    margin-top: 40px;
}
.yousu-list li{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.yousu-title{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 10px;
}
.yousu-img{
    width: 30%;
}
.yousu-text{
    width: 65%;
}

/* ----------------------------------- 

CTA

-------------------------------------- */
.section-wrap.cta{
    background: url(../img/cta-bg.jpg)no-repeat;
    background-size: cover;
}
.cta-comment{
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 80px;
}
.cta-yobikake{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta-yobikake::before{
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 2px;
    background: #3c3c3c;
    transform: rotate(45deg);
    margin-right: 10px;
}
.cta-yobikake::after{
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 2px;
    background: #3c3c3c;
    transform: rotate(-45deg);
    margin-left: 10px;
}
.cta-btn{
    width: 40%;
    display: block;
    margin: 0 auto;
    background-color: #ee7bad;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
}
.cta-btn p{
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
}

/* ----------------------------------- 

実施概要

-------------------------------------- */

.outline-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0  auto;
    margin-bottom: 80px;
    margin-top: 50px;
}
.outline-list{
    display: flex;
}
.outline-list dt{
    width: 20%;
    font-weight: 600;
    font-size: 1.8rem;
    border-bottom: solid 2px #3c3c3c;
    padding: 10px 0 10px 10px;
}
.outline-list dd{
    width: 80%;
    border-bottom: solid 2px #bbb;
    padding: 10px 10px;
}
.outline-list:first-of-type dt{
    border-top: solid 2px #3c3c3c;
}
.outline-list:first-of-type dd{
    border-top: solid 2px #bbb;
}
.mini-outline{
    font-size: 1.4rem;
    margin-top: 20px;
}
.outline-br{
    display: none;
}
.outline-wrap{
    margin-bottom: 0;
}

/* ----------------------------------- 

スケジュール

-------------------------------------- */
.section-wrap.section-schedule{
    background-color: #F4F5F8;
}
.course-pink{
    background-color: #00267f;
    border-radius: 20px 20px 0 0;
    width: 80%;
    color: #fff;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    margin-bottom: 10px;
}
.course-yellow{
    background-color: #FADB56;
    border-radius: 20px 20px 0 0;
    width: 80%;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    margin-bottom: 10px;
}
.schedule-title{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 2rem;
    margin-right: 10px;
}
.course{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 3rem;
    margin-right: 10px;
}
.hosoku{
    margin-bottom: 10px;
}
.link{
    color: #0044CC;
    text-decoration: underline;
}
.course-schedule{
    margin-top: 10px;
    border: solid 2px #3c3c3c;
    margin-bottom: 40px;
    width: 100%;
}
.course-schedule:last-of-type {
    margin-bottom: 0;
}
.course-schedule-com{
    margin-top: 10px;
    border: solid 2px #3c3c3c;
    margin-bottom: 10px;
    width: 100%;
}
th,td{
    border: solid 1px #3c3c3c;
    padding: 0.5em;
}
td{
    background-color: #fff;
}
.day{
    width: 30%;
}
.gaiyo{
    width: 55%;
}
.shosai{
    width: 30%;
}

.table-label{
    background-color: #c2e5f2;
}
.table-label-yellow{
    background-color: #FDF1BD;
}
.table-title{
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.table-text{
    font-weight: 300;
    padding-left: 15px;
    font-size: 1.5rem;
}
.table-title::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px; 
    background-color: #00267f;
    border-radius: 50%;
}
.table-title.cercle-yellow::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px; 
    background-color: #fadb56;
    border-radius: 50%;
}

.border-white{
    border-bottom: solid 1px #fff;
}

.schedule-innerlist{
	font-weight: 300;
    padding-left: 15px;
    font-size: 1.5rem;
}
.schedule-innerlist span{
	font-weight: bold;
}
.schedule-mannaka{
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.schedule-mannaka-b{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.btn-orange,
a.btn-orange {
  color: #fff;
  background-color: #eb6100;
	cursor: pointer;
	font-size: 1.4rem;
}
.btn-orange:hover,
a.btn-orange:hover {
  color: #fff;
  background: #f56500;
	font-size: 1.4rem;
}
.btn-gray {
  color: #e6e6e6;
  background-color: #999999;
	font-size: 1.4rem;
}

a.btn-radius {
   border-radius: 100vh;
}
.sanka-btn{
    width: 40%;
    display: block;
    margin: 20px auto;
    background-color: #FF0000;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
}
.sanka-btn p{
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
}
/* ----------------------------------- 

お申込みについて

-------------------------------------- */
.entry-wrap{
    padding: 0 5em;
    margin-bottom: 80px;
}
.entry-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.entry-list-name{
    color: #fff;
    background-color: #65c6f1;
    width: 120px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 20px 20px 0 20px;
    padding: 5px 0;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    margin-left: auto;
}
.entry-list dt{
    width: 30%;
}
.entry-list dd{
    width: 65%;
    padding-top: 10px;
}
.entry-discription{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.entry-br{
    display: none;
}
.cta-btn-yellow{
    width: 50%;
    display: block;
    margin: 0 auto;
    background-color: #fadb56;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 3px 3px 20px 0px rgb(143 148 157 / 25%);
    margin-bottom: 50px;
}
.cta-btn-yellow p{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
}
.policy{
    text-decoration: underline;
}
.warning-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.warning-list{
    background-color: #f7c5db;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 1em 2em;
}
.warning-list>ul{
    padding-left: 15px;
}
.warning-list>ul>li{
    position: relative;
}
.warning-list>ul>li::before{
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
}
.warning-innerlist li{
    position: relative;
}
.warning-innerlist li::before{
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: -18px;

}
.warning-list p{
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-address{
    text-align: center;
}
.contact-address p{
	font-size: 1rem;
    margin-bottom: 10px;
}
.contact-address a{
    color: #FFF;
	text-decoration: underline;
	
}
.seikyo-name{
    font-size: 1.8rem;
    font-weight: 700;
}
.seikyo-text{
    font-weight: 700;
}
.form-next{
    text-decoration: underline;
}

/* ----------------------------------- 

footer

-------------------------------------- */
footer{
	background-color: #00267F;
	color: #fff;
	padding: 10px 0;
}
.footer-logo{
    text-align: center;
    margin-bottom: 50px;
}
.copyright{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
}
#page-top{
    width: 50px;
    height: 50px;
    background-color: #00267F;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 80%;
    right: 1%;

}
#page-top::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    transition: all .3s;
}

/* 横幅1000pxを下回ったらレイアウト変更 */
@media screen and (max-width: 1000px){

    .container{
        padding: 0 20px;
    }

    /* ナビゲーションを2段に */
    .g-nav{
        height: auto;
        padding: 1em;
    }
    .nav-list li{
        width: 33.333%;
    }
    .nav-list li:nth-of-type(-n+3){
        padding-bottom: 10px;
    }
    .nav-list{
        flex-wrap: wrap;
        text-align: center;
    }
    /* topの説明部分の女性写真のレイアウト調整 */
    .double-q {
        top: 7%;
        left: 13%;
    }
    .about-voice{
        margin-bottom: 250px;
    }
    .girl01 {
        bottom: 10%;
        left: 25%;
    }
    .girl02 {
        bottom: 10%;
        right: 25%;
    }

    .cta-btn{
        width: 60%;
    }
	.sanka-btn{
        width: 60%;
    }

}

@media screen and (max-width: 840px){
    .gakusei-comment{
        height: 110px;
    }
    .section-subtitle.fukidashi-pink{
        width: 40%;
    }
    .section-subtitle.fukidashi-blue{
        width: 65%;
    }


}

/* iPad以下 スマホ対応 */

@media screen and (max-width: 767px){
    /* html{
        height: 100%;
    } */
    body{
        /* height: 100%; */
        font-size: 1.4rem;
    }
    /* utility */
    .section-wrap {
        padding: 20px 0;
    }
    .section-title{
        font-size: 2.2rem;
    }
    .section-subtitle{
        font-size: 1.8rem;
    }
    .section-subtitle.fukidashi-pink {
        width: 70%;
    }
    .section-subtitle.fukidashi-blue {
        width: 100%;
    }
    .section-title.title-underline {
        margin-bottom: 40px;
    }

    /* メインビジュアル */
    .MainVisual{
    }
    .mv-inner{
        padding: 0 6vw;
    }
    .header{
        padding: 0 6vw;
    }
    .twitter{
        top: 6px;
    }
    .header-logo{
        width: 55%;
    }
    .header-logo img{

        position: relative;
        top: 5px;
    }
    .main-catch{
        margin-bottom: 10px;
    }
    .sub-catch{
        margin-bottom: 20px;
    }
    .sub-catch-pc{
        display: none;
    }
    .sub-catch-sp{
        display: block;
    }
    
    .top-outline{
        width: 70%;
        position: relative;
        z-index: 2;
    }
    .mv-boy{
        width: 50%;
    }
    .mv-boy img {
        bottom: -7px;
    }
    .hikouki{
        width: 33%;
        top: 40%;
        right: 2%;
    }
    .check-more{
        display: block;
        text-align: center;
        font-weight: 800;
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        animation: arrowmove 1s ease-in-out infinite;
    }
    .check-more::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 17px solid #fadb56;
        margin: 5px auto 0;
    }

    /* navigation */
    .g-nav{
        padding: 0;
    }
    .nav-list{
        text-align: left;
    }
    .nav-list li{
        padding: 1em;
        width: 50%;
        position: relative;
        border-bottom: solid 1px #f5f5f5;
        border-right: solid 1px #f5f5f5;
        border-left: solid 1px #f5f5f5;
    }
    .nav-list li::after {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 11px solid #65c6f1;
    }
    .nav-list li>a{
        width: 100%;
        height: 100%;
        display: block;
    }

    /* top-about */
    .double-q {
        top: 3%;
        left: 5%;
        width: 10%;
    }
    .about-text{
        text-align: left;
        font-size: 1.6rem;
    }
    .about-br{
        display: none;
    }
    .about-voice{
        font-size: 2rem;
    }
    .girl01 {
        bottom: 14%;
        left: 6%;
        width: 28%;
    }
    .girl02 {
        bottom: 5%;
        right: 6%;
        width: 35%;
    }

    .section-title.title-online::before{
        width: 100px;
        margin: 0 auto;
    }
	.tokuten-list{
        width: 90%;
    }
    .tokuten-list li{
        font-size: 1.6rem;
    }
    .tokuten-box{
        padding: 40px 0;
        margin-bottom: 60px;
    }
    .tokuten-box:last-of-type{
        margin-bottom: 0;
    }
    .merit-list{
        width: 90%;
    }
    .merit-list li{
        font-size: 1.6rem;
    }
    .merit-box{
        padding: 40px 0;
        margin-bottom: 60px;
    }
    .merit-box:last-of-type{
        margin-bottom: 0;
    }
    .osusume-list{
        display: block;
    }
    .osusume-list li{
        width: 100%;
        margin-bottom: 40px;
    }
    .gakusei-img {
        width: 65%;
        margin: 0 auto;
    }
    .gakusei-comment {
        height: 80px;
        width: 90%;
        margin: 10px auto 0;
    }
    .gakusei-comment.short{
        height: 60px;
    }
    .gakusei-comment p {
        font-size: 1.4rem;
    }
    .osusume-comment{
        font-size: 1.8rem;
        padding: 0 20px;
    }

    /* なぜバンコクなの？ */
    .bankoku-wrap{
        padding: 0 20px;
        display: block;
    }
    .bankoku-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .bankoku-text{
        width: 100%;
        padding-left: 28px;
    }

    /* おすすめポイント */
    .section-title.title-yellow::before{
        width: 100px;
        margin: 0 auto;
    }
    .section-title.title-yellow {
        margin-bottom: 20px;
    }
    .point-list {
        margin-top: 60px;
    }
    .point-list li{
        display: block;
        margin-bottom: 60px;
    }
    .point-img{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .point-text{
        width: 100%;
    }
    .point-title{
        font-size: 1.8rem;
    }
    /* 坂本先生 */
    .sensei-wrap{
        display: block;
    }
    .sensei-img{
        width: 100%;
        text-align: center;
    }
    .sensei-img img{
        width: 50%;
    }
    .sensei-text{
        width: 100%;
    }
    .sensei-name{
        font-size: 1.6rem;
    }

    /* 昨年の様子 */
    .section-title.title-yousu::before{
        width: 100px;
        margin: 0 auto;
    }
    .yousu-list {
        margin-top: 60px;
    }
    .yousu-list li{
        padding: 40px 20px;
        display: block;
        margin-bottom: 60px;
    }
    .yousu-list li:last-of-type{
        margin-bottom: 0;
    }
    .yousu-img{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .yousu-text{
        width: 100%;
    }
    .yousu-title{
        font-size: 1.8rem;
    }

    /* CTA */
    .section-wrap.cta{
        background: url(../img/cta-bg-sp.jpg)no-repeat;
        background-size: cover;
    }
    .cta-comment{
        font-size: 2rem;
        margin-bottom: 60px;
    }
    .cta-btn {
        width: 80%;
    }
    .cta-btn p{
        font-size: 2rem;
    }
	.sanka-btn {
        width: 80%;
    }
    .sanka-btn p{
        font-size: 2rem;
    }
    .cta-yobikake{
        font-size: 1.6rem;
    }

    .outline-list dt{
        font-size: 1.4rem;
        padding: 10px 0 10px 10px;
    }
    .outline-list dd{
        width: 90%;
        padding: 10px;
    }
    .outline-innerlist li{
        margin-bottom: 10px;
    }
    .outline-br{
        display: block;
    }
    /* スケジュール */
    .course-pink{
        width: 100%;
        padding: 0px 10px 10px;
        font-size: 1.6rem;
    }
    .course-yellow{
        width: 100%;
        padding: 10px;
        font-size: 1.6rem;
    }
    /*th, td {
        padding: 0.5em;
        border: solid 1px #3c3c3c;
    }*/
    .schedule-title{
        font-size: 1.6rem;
    }
    .course{
        font-size: 2rem;
    }
    .course-day{
        display: block;
    }
    .hosoku{
        font-size: 1.2rem;
    }
    .course-schedule{
        margin-bottom: 40px;
        border: solid 1px #3c3c3c;
        margin-top: 10px;
    }
    .course-schedule:last-of-type{
        margin-bottom: 0;
    }
	.course-schedule-com{
        margin-bottom: 10px;
        border: solid 1px #3c3c3c;
        margin-top: 10px;
    }
    .table-text{
        font-size: 1.3rem;
    }

    /* お申込みについて */
    .entry-wrap{
        padding: 0 40px;
    }
    .entry-list{
        display: block;
    }
    .entry-list dd{
        width: 100%;
    }
    .entry-list-name{
        font-size: 1.6rem;
        width: 100px;
    }
    .entry-discription{
        font-size: 1.6rem;
        text-align: center;
    }
    .entry-br{
        display: block;
    }
    .cta-btn-yellow{
        width: 90%;
    }
    .cta-btn-yellow p{
        font-size: 2rem;
    }
    .seikyo-name{
        font-size: 1.6rem;
    }
    .footer-logo{
        width: 70%;
        margin: 0 auto;
    }
    #page-top{
        width: 30px;
        height: 30px;
        top: 90%;
    }




}

@media screen and (max-width: 430px){

    .top-outline-pc{
        display: none;
    }
    .top-outline-sp{
        display: block;
    }
    .girl01 {
        width: 36%;
    }
    .girl02 {
        width: 42%;
    }


}

/*---------------------------------------------------------
動き
----------------------------------------------------------*/

/* fadeUp */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

/* fadeIn */
.fadeIn{
    animation-name: fadeInAnime;
    animation-duration:.8s;
    animation-fill-mode:forwards;
    opacity:0;
}

/* zoomIn */
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}



.fadeUpTrigger,
.fadeInTrigger,
.zoomInTrigger{
    opacity: 0;
}

.delay-time025 {
    animation-delay: 0.25s;
}
.delay-time05 {
    animation-delay: 0.5s;
}
.delay-time075 {
    animation-delay: 0.75s;
}

/* -------topのローディング画面----- */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#65c6f1;
	text-align:center;
	/* color:#333; */
}

/* Loading画像中央配置 */
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash_logo img {
	width:500px;
}
@media screen and (max-width: 767px){
    #splash_logo{
        width: 80%;
    }
}

/*---------------------------------------------------------
keyframes
----------------------------------------------------------*/
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(50px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes fadeInAnime{
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
}

@keyframes arrowmove{
    0%{top:91%;}
    50%{top:92%;}
    100%{top:91%;}
}

@keyframes zoomInAnime{
    from {
    transform: scale(0.6);
    opacity: 0;
    }

    to {
    transform: scale(1);
    opacity: 1;
    }
}

/*---------------------------------------------------------
hover
----------------------------------------------------------*/

@media screen and (min-width: 1000px){
    .cta-btn{
        transition: all .3s;
    }
    .cta-btn:hover{
        background-color: #fff;
    }
    .cta-btn:hover p{
        color: #ee7bad;
    }
    .cta-btn-yellow{
        transition: all .3s;
    }
    .cta-btn-yellow:hover{
        background-color: #fff;
        border: solid 3px #fadb56;
    }
	.sanka-btn{
        transition: all .3s;
    }
    .sanka-btn:hover{
        background-color: #fff;
    }
    .sanka-btn:hover p{
        color: #FF0000;
    }
    #page-top{
        transition: all .3s;
    }
    #page-top:hover{
        top: 79%;
    }
    .nav-list li a{
        transition: all .3s;
    }
    .nav-list li:hover a{
        color: #65c6f1;
    }

}



/*---------------------------------------------------------
スケジュールテーブル
----------------------------------------------------------*/
table.skd {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
	border: 2px solid #3c3c3c;
}

table.skd tr {
}
table.skd th,
table.skd td {
  padding: 0.5em;
}
table.skd th span {
	font-size: 1.2rem;
}
table.skd thead tr{
  color:#3c3c3c;
}
table.skd tbody th {
	text-align: left;
    background: #00267f;
    color: #fff;
	font-weight: 600;
    font-size: 1.5rem;
	line-height: 130%;
}
.txt{
   text-align: left;
	font-weight: 300;
    font-size: 1.5rem;
	line-height: 130%;
}

.price{
  text-align: right;
  color: #3c3c3c;
  font-weight: bold;
}
.non{
  background:#fff;
}
.zencom{
  background-color: #efefef;
}
.zencom a{
	font-weight: bold;
    font-size: 1.7rem;
	line-height: 140%;
}
.rikeicom{
  background-color: #FFE1E1;
}
.rikeicom a{
	font-weight: bold;
    font-size: 1.7rem;
	line-height: 140%;
}
.shirubekimark{
	color: #FF0000;
	border: 1px solid;
	border-radius:50%;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
}
table.skd a {
    color: #1a0dab;
	text-decoration: underline;
}
@media screen and (max-width: 770px) {
table.skd {
    border: 0;
    width:100%;
  }
table.skd th{
    display: block;
    
  }
table.skd thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
table.skd tr {
    display: block;
    margin-bottom: .625em;
  }
table.skd td {
    display: block;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 12em;
    border-top: none;
    white-space: pre-wrap;
  }

table.skd td::before {
    content: attr(data-label);
    white-space: pre-wrap;
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #3c3c3c;
	font-size: 1.2rem;
  }
table.skd td:last-child {
	border-top: none;
  }
table.skd tbody tr {
	border: none;
}
table.skd tbody th {
    color: #fff;
	padding: 5px;
}
table.skd a {
    color: #1a0dab;
	text-decoration: underline;
}
}

/*---------------------------------------------------------
モーダル
----------------------------------------------------------*/

.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 700px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}



#openModal {
	position: relative;
}