@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-size: 16px;
    color:#333333;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    font-feature-settings:"palt";
    line-height: 1.6em;
}

/***util****/
@media screen and (max-width:768px) {
img{
    width: 100%;
}
}
img{
    vertical-align: bottom;
}
.section__inner{
    margin: 0 auto;
    width: 1000px;
    padding:0 0.5em;
}
@media screen and (max-width:768px) {
    .section__inner{
        margin: 0 auto;
        width: 100%;
        padding:0 0.5em;
    }
}
a img{
    transition: 0.2s;
}
a img:hover{
    opacity: 0.8;
}
a{
    color:#222222;
    text-decoration: none;
}
.green_text{
    color:#087fbd;
    font-weight: bold;
}
.text-shadow-white{
    text-shadow:
    1px 1px 0px #fff, -1px -1px 0px #FFF,
   -1px 1px 0px #fff,  1px -1px 0px #FFF,
    1px 0px 0px #fff, -1px  0px 0px #FFF,
    0px 1px 0px #fff,  0px -1px 0px #FFF;
}
main section{
    padding:5.8em 0.5em;
}
@media screen and (max-width:768px) {
    main section{
        padding:2.2em 0.5em;
    }
}
section h2{
    text-align: center;
    font-size: 29px;
    margin-top:0;
    margin-bottom:1.4em;
    letter-spacing: 0.14em;
}
@media screen and (max-width:768px) {
    section h2{
        text-align: center;
        font-size: 22px;
        margin-top:0;
        margin-bottom:1.4em;
        letter-spacing: 0.1em;
    }
}
.headbackbtn {
    display: none;
    width: 65px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    cursor: pointer;
    z-index: 3;
  }
  @media screen and (max-width:768px) {
    .headbackbtn {
        display: none;
        width: 50px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer
    }
  }

@media  screen and (max-width:768px) {
.sp-on{
    display: block;
}
.pc-on{
    display:none;
}
    .h1__main {
        font-size: 5vw;
        text-align: center;
        font-weight: normal;
        color: #087fbd;
        line-height: 150%;
        font-weight: bold;
    }
}
@media  screen and (min-width:769px) {
.sp-on{
    display: none;
}
.pc-on{
    display:block;
}
.h1__main {
        font-size: 40px;
        text-align: center;
        font-weight: normal;
        color: #087fbd;
        line-height: 150%;
    font-weight: bold;
    }
    .footer-img {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-img img {
        width: 100%;
    }
}
.yellow_line{
    background: linear-gradient(transparent 60%,#ffdd55 30%);
}
.red_font{
    color:orangered;
}
p{
    margin:0.5em 0;
}

/****header*****/
@media  screen and (min-width:769px) {
    header{
/*        height: 590px;
        background-image: url('../img/top.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;*/
    }
.header__logo{
    display: inline-block;
}
.header__logo a{
}
}
.header__menu{
    background: rgba(255,255,255,0.9);
    width: 100%;
    height:70px;
    position: relative;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 9999;
}
.header__logo{
    display: inline-block;
}

.header__glmenu{
    position: absolute;
    top:0;
    right:0;
}
.header__glmenu ul{
    list-style: none;
    margin:0;
}
.header__glmenu ul li{
    float: left;
    line-height: 70px;
}
.header__glmenu ul li a{
    padding:1em 0.8em;
    transition: .2s;
}
.header__glmenu ul li a:hover{
    opacity: 0.6;
}
.header__glmenu__apply{
    background-color: #087fbd;
    margin-left:1em;
    /* background-image:url('../images/free_icon2.svg'); */
    background-image:url('../img/icon_email.svg');
    background-repeat:no-repeat;
    background-size: 26px;
    background-position: left 1.7em center;
    transition: 0.2s;
    font-size: 17px;
}
.header__glmenu__apply:hover{
    opacity: 0.84;
}
.header__glmenu__apply a{
    color: #ffffff;
    font-weight: bold;
    padding:1em 1.8em 1em 4.2em !important;
}
.header__keyvisual{
    color:#2577e4;
/*    margin-top:4.4em;*/
       position: absolute;
top: 0;
/*    z-index: 9999;*/
    
    background-image: url('../img/top.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
    width: 100%;
  height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual .section__inner{
    padding:5.6em 0;
}
.header__keyvisual h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual p{
    line-height: 1.8em;
}
.header__keyvisual__btn{
    margin-top: 2.3em;;
}
.header__keyvisual .section__inner{
    position: relative;
    top: 15%;
}
.header__keyvisual__orange{
    position: absolute;
    bottom:60px;
    right: 20px;
}

/*---------------------------------*/
.header__keyvisual2{
    color:#2577e4;
/*    margin-top:4.4em;*/
       position: absolute;
top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual2 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual2 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual2 p{
    line-height: 1.8em;
}
.header__keyvisual2 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual3{
    color:#2577e4;
/*    margin-top:4.4em;*/
    position: absolute;
    top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top3.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual3 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual3 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual3 p{
    line-height: 1.8em;
}
.header__keyvisual3 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual4{
    color:#2577e4;
/*    margin-top:4.4em;*/
    position: absolute;
    top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top4.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual4 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual4 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual4 p{
    line-height: 1.8em;
}
.header__keyvisual4 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual5{
    color:#2577e4;
/*    margin-top:4.4em;*/
    position: absolute;
    top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top5.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual5 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual5 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual5 p{
    line-height: 1.8em;
}
.header__keyvisual5 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual6{
    color:#2577e4;
/*    margin-top:4.4em;*/
    position: absolute;
    top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top6.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual6 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual6 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual6 p{
    line-height: 1.8em;
}
.header__keyvisual6 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual7{
    color:#2577e4;
/*    margin-top:4.4em;*/
    position: absolute;
    top: 0;
/*    z-index: 9999;*/
    background-image: url('../img/top7.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual7 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual7 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual7 p{
    line-height: 1.8em;
}
.header__keyvisual7 .section__inner{
    position: relative;
    top: 15%;
}
/*---------------------------------*/
.header__keyvisual3{
    color:#2577e4;
    position: absolute;
    top: 0;
    background-image: url('../img/top3.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 6.2 / 3.02;
}
.header__keyvisual3 .section__inner{
    padding:5.6em 0;
}
.header__keyvisual3 h1{
    font-size:35px;
    line-height:1.6em;
}
.header__keyvisual3 p{
    line-height: 1.8em;
}
.header__keyvisual3 .section__inner{
    position: relative;
    top: 15%;
}
/*----------------------------------*/
/*sp*/
.sp-header__menu{
    width: 200px;
    padding:1em;
}
.sp-header__keyvisual__exp{
    background-color: #dee7f5;
    color:#087fbd;
    padding:1.5em;
    line-height: 1.8em;
    text-align: center;
}
.sp-header__keyvisual__exp__btn{
    width: 80%;
    margin:1em auto;
}
/****** SECTION PROBLEM *********/
.section__problem{
    background-color: #dee7f5;
    padding-bottom: 0;
    margin-bottom: -1.7em;

}
@media screen and (max-width:768px) {
    .section__problem{
        background-color: #dee7f5;
        margin-bottom: 2em;
        padding-bottom: 20px;
    }
}
.section__problem .section__inner{
    position: relative;
}
.section__problem h2{
    color:#087fbd;
    line-height: 1.1em;
    margin-bottom: 1.7em;
    text-align: center;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #FFF,
          -1px 1px 0px #fff,  1px -1px 0px #FFF,
           1px 0px 0px #fff, -1px  0px 0px #FFF,
           0px 1px 0px #fff,  0px -1px 0px #FFF;
}
.section__problem h2 .h2__sub{
    font-size:18px;
    font-weight: normal;
    margin-bottom: 0.1em;
}
.section__problem h2 .h2__main{
    font-size: 29px;
}
@media  screen and (max-width:768px) {
    .section__problem h2 .h2__sub{
        font-size:15px;
        font-weight: normal;
        margin-bottom: 0.4em;
        letter-spacing: 0;
    }
    .section__problem h2 .h2__main{
        font-size: 20px;
    }
}
.section__problem__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    margin-bottom: 2em;
}

.section__problem__item{
    width: 48%;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    border-radius: 6px;
    padding:2.4em;
    height: 270px;
    position: relative;
    background-position: left 3em center;
    background-repeat: no-repeat;
}
.section__problem__item2{
    width: 48%;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    border-radius: 6px;
    padding:2.4em;
    height: 270px;
    position: relative;
    background-position: left 3em center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .section__problem__item{
        width: 100%;
        background-position: left 2em center;
        background-size: 20%;
        height: auto;
        border: 1px solid #cccccc;
        padding:2em 1.5em 1.5em;
    }
    .section__problem__item2{
        width: 100%;
        background-position: left 2em center;
        background-size: 20%;
        height: auto;
        border: 1px solid #cccccc;
        padding:2em 1.5em 1.5em;
    }
}
.section__problem__item:nth-child(1){
    background-image: url(../img/service1.png);
    background-size: 25%;
    background-position-x: 10%;
}
.section__problem__item:nth-child(2){
    background-image: url(../img/service2.png);
    background-size: 25%;
    background-position-x: 10%;
}
.section__problem__item:nth-child(3){
    background-image: url(../img/service5.png);
    background-size: 26%;
    background-position-x: 10%;
}
.section__problem__item:nth-child(4){
    background-image: url(../img/service7.png);
    background-size: 21%;
    background-position-x: 10%;
}
.section__problem__item:nth-child(5){
    background-image: url(../img/service8.png);
    background-size: 22%;
    background-position-x: 10%;
}
.section__problem__item:nth-child(6){
    background-image: url(../img/service4.png);
    background-size: 25%;
    background-position-x: 10%;
}


.section__problem__item2:nth-child(1){

}
.section__problem__item2:nth-child(2){

}
.section__problem__item2:nth-child(3){

}
.section__problem__item2:nth-child(4){

}
.section__problem__item2:nth-child(5){

}
.section__problem__item2:nth-child(6){

}
@media (max-width:768px) {
    .section__problem__item:nth-child(1){
        background-size: 120px;
    }
    .section__problem__item:nth-child(2){
        background-size: 120px;
    }
    .section__problem__item:nth-child(3){
        background-size: 120px;
    }
    .section__problem__item:nth-child(4){
        background-size: 120px;
    }
    .section__problem__item:nth-child(5){
        background-size: 120px;
    }
    .section__problem__item:nth-child(6){
        background-size: 120px;
    }
    
    .section__problem__item2:nth-child(1){

    }
    .section__problem__item2:nth-child(2){
 
    }
    .section__problem__item2:nth-child(3){
        background-size: 120px;
    }
    .section__problem__item2:nth-child(4){
        background-size: 120px;
    }
    .section__problem__item2:nth-child(5){
        background-size: 120px;
    }
    .section__problem__item2:nth-child(6){
        background-size: 120px;
    }
}
.section__problem__ppl{
    text-align: center;
}

.section__problem__text{
    padding-left: 34%;
    padding-top:1.5em;
    line-height: 1.6em;
}
@media screen and (max-width:768px) {
    .section__problem__text{
        padding-top:0px;
    }
}

.section__problem__icon{
    position: absolute;
    top:-1em;
    left:-1em;
    width: 60px;
}
@media screen and (max-width:768px) {
    .section__problem__icon{
        position: absolute;
        top:-1.5em;
        left:3%;
        width: 35%;
    }
}
/****** SECTION TEACHER *********/
.section__teacher{
    background-color: #087fbd;
    padding-top:7em;
}
@media screen and (max-width:768px) {
    .section__teacher{
        padding-top:2.5em;
    }
}
.section__teacher h2{
    color:#FFF;
    margin-bottom:0.9em;
    font-size: 31px;
}
@media screen and (max-width:768px) {
    .section__teacher h2{
        color:#FFF;
        margin-bottom:0.9em;
        font-size: 20px;
    }
}
.section__teacher__main{
    background-color: #FFF;
    border-radius: 6px;
    padding:2.4em 4.5em;
}
@media screen and (max-width:768px) {
    .section__teacher__main{
        padding:2em 1.5em;
    }
}
.section__teacher__main h3{
    border-bottom: 2px solid #333;
    text-align: center;
    font-size: 25px;
    padding-bottom: 0.6em;
    margin: 0.5em 0 2em;
}
@media screen and (max-width:768px) {
    .section__teacher__main h3{
        font-size: 18px;
        margin: 0.5em 0;
    }
}
.section__teacher__item{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
    .section__teacher__item{
        padding-top:0 !important;
    }
}
.section__teacher__item h4{
    font-size: 20px;
    margin:0em;
}
.section__teacher__item h4 a:hover{
    text-decoration: underline;
}
.section__teacher__img{
    width: 24%;
}
@media screen and (max-width:768px) {
    .section__teacher__img{
        margin:1em auto;
        width: 60%;
    }
}
.section__teacher__img img{
    width: 100%;
}
.section__teacher__text{
    width: 70%;
    margin-left:2em;
    line-height: 1.8em;
}
@media screen and (max-width:768px) {
    .section__teacher__text{
        width: auto;
        margin-left:auto;
    }
}
.section__teacher iframe{
    width: 800px;
    height: 400px;
}
@media screen and (max-width:768px) {
    .section__teacher iframe{
        width: 100%;
        height: 180px;
        margin-top: -1em;
    }
}
/****** SECTION FEATURE *********/
.section__feature h2{
    color:#087fbd;
    line-height: 1.1em;
    margin-bottom: 1.4em;
    text-align: center;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #FFF,
          -1px 1px 0px #fff,  1px -1px 0px #FFF,
           1px 0px 0px #fff, -1px  0px 0px #FFF,
           0px 1px 0px #fff,  0px -1px 0px #FFF;
}
.section__feature h2 .h2__sub{
    font-size:20px;
    font-weight: normal;
}
.section__feature h2 .h2__main{
    font-size: 29px;
}
@media screen and (max-width:768px) {
    .section__feature h2 .h2__sub{
        font-size:15px;
        font-weight: normal;
        letter-spacing: 0;
        margin-bottom: 0.6em;
    }
    .section__feature h2 .h2__main{
        font-size: 20px;
    }
}
.section__feature__main{
    margin-top: 5em;
}
@media screen and (max-width:768px) {
    .section__feature__main{
        margin-top: 0em;
        padding:20px;
    }
}
.section__feature__item {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.section__feature__item__text h3{
    margin-bottom: 0;
}
.section__feature__item__img {
  width: 35%;
  margin-left: 3%;
}
.section__feature__item__text{
    width: 60%;
    line-height:2em;
}
.section__feature__item__text__a{
    text-decoration: underline;
}
.section__feature__item__text__a:hover{
    text-decoration: none;
}


.section__feature__item__img img {
  width: 90%;
  height:auto;
}

.section__feature__item:nth-child(even) {
    flex-direction: row-reverse;
}

.section__feature__item:nth-child(even) .section__feature__item__img {
    margin-left: 0;
    margin-right: 3%;
}
@media (max-width:768px) {
    .section__feature__item {
      flex-direction: column;
      border-bottom:1px solid #ccc;
      padding-bottom:2em;
      margin-bottom: 10px;
    }
    .section__feature__item:last-child{
        border-bottom:none;
    }
    .section__feature__item:nth-child(even) {
      flex-direction: column;
    }
    .section__feature__item__text {
      width: 100%;
    }
    .section__feature__item__text h3{
        text-align: center;
    }
    .section__feature__item__img {
      width:60%;
      margin: auto;
      text-align: center;
      margin-top:1em;
    }
    .section__feature__item:nth-child(even) .section__feature__item__img {
      margin: auto;
    }
    .section__feature__item__img img {
      width:60%;
      height:auto;
    }
}
/****** SECTION MOODLE *********/
.section__moodle{
    background-color: #087fbd;
    padding-bottom: 0;
    margin-bottom: -0.6em;

}
.section__moodle h2{
    margin-bottom: 0.7em;
}
.section__moodle__exp{
    text-align: center;
    color:#FFF;
    margin-bottom:2em;
}
.section__moodle__list{
    background-color: #FFF;
    border-radius: 6px;
    padding:1.5em 2.2em 3em;
    text-align: center;
}
@media (max-width:768px) {
    .section__moodle__list{
        padding:1.5em 0.7em;
    }
}
.section__moodle__item h3{
    font-size: 25px;
    display: inline-block;
    padding:0.2em 0.5em;
    background: linear-gradient(transparent 60%,#ffd118 30%);
}
.section__moodle__item__text{
    padding:0 1em;
}
.section__moodle__item__img{
    background-image:url('../img/moodle_bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 3.7em 1em 1em;
    margin:0.5em auto 0;
}
.section__moodle__item__img img{
    width: 82%;
}
.slick-slide img{
    margin:0 auto;
}
.btn_yellow_apply{
    text-align: center;
    margin:3em auto 2em;
}
.section__moodle .btn_yellow_apply{
    margin: 3em auto 0;
}
.section__moodle__ouen{
    text-align: center;
}
@media (max-width:768px) {
    .section__moodle__ouen{
        margin: 0 auto;
        width: 90%;
    }
}
.section__moodle .slick-prev{
    left:50px !important;
    top:55% !important;
}
.section__moodle .slick-next{
    right:50px !important;
    top:55% !important;
}
@media (max-width:768px) {
    .section__moodle .slick-prev{
        left:0px !important;
    }
    .section__moodle .slick-next{
        right:0px !important;
    }
}
/****** SECTION VOICE *********/
.section__voice{
    background-color: #DBF7F7;
}
.section__voice h2{
    text-align: center;
    margin-bottom:0.2em;
}
.section__voice__exp{
    text-align: center;
}
.section__voice__list{
    margin: 0 auto;
    width: 90%;
}
.section__voice__item{
    background-color: #FFF;
    border-radius: 6px;
    padding:3em;
    width: 500px !important;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
    margin:1.2em 0.7em;
    height:400px;
}
@media (max-width:768px) {
    .section__voice__item{
        width: auto !important;
        padding:1.5em;
        margin:1em 0;
        height: auto !important;
    }
}
.section__voice__item__upper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:2em;
}
.section__voice__item__upper__face{
    width: 30%;
}
.section__voice__item__upper__name{
    width: 60%;
    margin-top:1.8em;
    margin-left:1em;
    font-weight: bold;
}
.section__voice .slick-prev{
    left:-20px !important;

}
.section__voice .slick-next{
    right:-20px !important;
}
/****** SECTION PRICE *********/
.section__price h2{
    text-align: center;
    color:#FFF;
}
.section__price{
    background-color: #087fbd;
}

/****** SECTION FAQ *********/
.section__faq{
    background-color: #dee7f5;
}
ul.menu{
    padding:0;
  }
.section__faq .menu__item {
    background: #ffffff;
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    border-radius: 10px;
    color:#333333;
    border: 1px solid #DFDFDF;
}
.section__faq .menu__item__link {
  color:#111111;
  padding-left: 2.3em;
/*  background-image: url("../img/icon_q.svg");*/
  background-repeat: no-repeat;
  background-position: left 1.5em center;
  background-size: 39px;
}
.section__faq .submenu {
  border:none;
  border-top:1px dashed #aaa;
  padding-top: 2em;
  line-height: 1.8em;

}

.menu__item {
  background: #087fbd;
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  border-radius: 10px;
  color:#FFF;

  }
  @media screen and (max-width:768px) {
    .menu__item {
        margin-bottom: 8px;
        border-radius: 8px;
    }
  }
  .menu__item__link:hover{
    text-decoration: underline;
  }
  .menu__item__link {
  display: block;
  line-height: 30px;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding:0.5em 2em;
  color:#FFFFFF;
  border-radius: 8px;
  }

  .submenu {
  background: #FFF;
  color:#2a2a2a;
  display: none;
  border-radius: 0 0 10px 10px;
  padding:0em 3em 3em;
  border:1px solid #ddd;
          font-size: 100%;
  }
  .submenu h3 {
  position: relative;
  padding: 0.8rem 1.7rem;
  color: #333;
  border-radius: 2px;
  background: #B0E1D6;
  font-size:17px;
  margin:1.8em auto 0.8em;
  text-align: left;
  }
  @media screen and (max-width:768px) {
  .submenu h3:first-child {
    margin: 0 auto 0.5em;
  }
  .submenu h3 {
    font-size:15px;
    border-radius: 4px;
    padding:0.6em 1em;
  }
  .submenu p {
    font-size:15px;
    border-radius: 4px;
    padding:0.6em 1em;
  }
  }

  .submenu h4{
    border-left:6px solid #1B9AA0;
    font-size:15px;
    margin-top:2em;
    margin-bottom:1em;
    padding:0em 0.7em;
  }
  .submenu ul{
    list-style-type: disc;
    margin:0;
    padding:0.5em 0.5em 0.5em 1em;
  }
  @media  screen and (max-width:768px) {
    .menu__item__link {
        line-height:26px;
        font-size:100%;
        border-radius: 6px;
        /*padding:1em 1.3em;*/
    }
    .submenu {
        padding:1.2em;
    }
  }
  .submenu a{
    color:blue !important;
    font-weight: bold;

  }
  .submenu a:hover{
    text-decoration: none;
    opacity: 1;
    text-decoration: underline;
  }
  .submenu__item {
  color: #222;
  padding: 1rem;
  }

/****** SECTION FOOTER *********/
.section__free{
    background-image: url('../img/backfootter.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 370px;
}
.section__free .btn_yellow_apply{
    margin: 0;
    margin-top:1em;
    color:#000;
    font-weight: bold;
    font-size: 18px;
}

/****** SECTION FOOTER *********/
footer{
    background-color: #087fbd;
}
footer .section__inner{
    text-align: center;
    padding:2em;
}
.footer__links{
    /*padding:2em;*/
    color:#FFF;
    font-size: 14px;
}
.footer__links a{
    color:#FFF;
    font-weight: bold;
}
.footer__links a:hover{
    text-decoration: underline;
}
.footer__logo{
    margin-bottom:1em;
}
@media screen and (max-width:768px) {
    .footer__logo{
       width: 200px;
       text-align: center;
       margin:2em auto;
    }
}
.footer__copy{
    color:#FFF;
    font-size: 15px;
}
/****** SECTION SLICK *********/
.slick-dots{
    position: static;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}
.slick-prev:before, .slick-next:before{
  color:teal !important;
  opacity: 1 !important;
  transition: .2s;
}
.slick-prev:hover, .slick-next:hover{
opacity: 0.7 !important;
}
.slick-dots{
  bottom:-40px !important;
}
.slick-dots li{
  margin:0.2em !important;
}
.slick-dots li.slick-active button:before{
  color:teal !important;
  opacity:1 !important;
}
.slick-dots li button:before{
  color:#1C9AA1 !important;
  opacity:0.6 !important;
  font-size:13px !important;
}
.slick-arrow:before{
content:""!important;
}
.slick-arrow:before{
content:""!important;
width: 100%!important;
height: 100%!important;
position: absolute;
top: 0;
left: 0;
}

.slick-next:before{
background: url(../img/arrow_r.svg)!important;
background-size: contain!important;
}

.slick-prev:before{
background: url(../img/arrow_l.svg)!important;
background-size: contain!important;
}

.slick-arrow{
z-index:2!important;
width:55px!important;
height:55px!important;

}

/**fadeIn**/
.fadeIn {
	opacity: 0;
	transition-duration: 890ms;
	transition-property: opacity, transform;
}
.fadeIn {
	transform: translate(0, 50px);
}
.fadeIn2 {
	transition-duration: 1590ms;
	transform: translate(0, 0px);
}
.fadeIn-down {
	transform: translate(0, -50px);
}

.fadeIn-left {
	transform: translate(-50px, 0);
}

.fadeIn-right {
	transform: translate(50px, 0);
}

.scrollIn {
	opacity: 1;
	transform: translate(0, 0);
}

/**hamburger menu**/
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 40px;
    height: 35px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 25px;
    height  : 3px ;
    left    : 6px;
    background : #087fbd;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition   : 0.2s ease-in-out;
    transition        : 0.2s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
    background : #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
    background : #fff;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #FFF;
    background: #087fbd;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    opacity:1 !important;
    overflow: scroll;
  }

  nav.globalMenuSp ul {
    background: #087fbd !important;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:first-child{
    border-top: 1px solid #fff;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    padding: .8em 1.5em;
    text-decoration :none;
    font-size:15px;
  }
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
@media (min-width: 768px) {
.kadai{
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: left;
    line-height: 130%;
    margin-bottom: 50px;
    list-style: none;
    font-weight: bold;
}
.kadai li{
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position:left 0;
    padding-left: 50px;
    padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.kadai{
    width: 100%;
    font-size: 1em;
    text-align: left;
    line-height: 130%;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    font-weight: normal;
    list-style: none;
    color: #333;
    
}
.kadai li{
 background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 40px;
    padding-bottom: 20px;
}
    .h1-sp {
        font-size:5vw;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        color: #0886C0;
       
        
    }
    .p-sp {
        font-size:100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        color: #333;
        
    }
}
@media (min-width: 768px) {
    ol li{
        background-color: #fff;
        list-style: none;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
ol li h3{
color:#087fbd;
    }
.top-msg {
    background-color: #fff;
 /*   background-image: url("img/top-msg.jpg");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border: solid 1px #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 12px -9px #c2c2c2;
        
    }
    .eye-c{
        background-color: #fff;
        border: solid 1px #348BCB;
        padding:20px;
        background-image: url("../img/eye-c.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        border-radius: 10px;
        box-shadow: 0px 3px 8px -4px #27436B;
        
    }
    .eye-c h2, .eye-c p {
         text-shadow: 1px 3px 8px rgba(255, 255, 255, 1);
        
        }
    }
@media (max-width: 767px) {
    ol {
        padding: 0;
    }
    ol li{
        border: solid 1px #ccc;
        list-style: none;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 20px;
        background-color: #fff;
    }
ol li h3{
color:#087fbd;
    }
    .head-cont {
        background-color: #DEE7F5;
        padding-bottom: 20px;

    }
    .top-msg {
        background-color: #fff;
        background-image: url("../img/sp-top.jpg");
        background-position: bottom right;
        background-size: contain;
        background-repeat: no-repeat;
        /*border: solid 3px #ccc;*/
        padding:20px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    box-shadow: 0px 0px 10px -4px #27436B;
border-radius: 10px;
    }
    }
.r-txt {
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .kaisya {
        color: inherit;
        text-decoration: none;
        pointer-events: none;
}
}