@charset "UTF-8";
@import url("grid.css");

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: #666;
    text-decoration-line: none;
}

a:hover {
    color: #83ccd2;
}

/*ヘッダー
-------------------------------------*/
.header {
    display: flex;
    flex-direction: row;
}

.logo-img {
    padding-top: 5.5rem;
    padding-left: 2.0rem;
}

.header-box {
    margin-left: auto;
    margin-top: 8px;
    text-align: right;
}

.contact-button {
    padding: 1rem;
    border: 2px solid #000;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

nav li {
    flex: 1 0 auto;
}

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

nav a:hover {
    text-underline-position: auto;
}

nav a {
    padding: 0.5rem;
}

.navi-box {
    display: flex;
}

.navi-box__list {
    font-size: 16px;
    text-align: center;
    list-style: none;
}

.navi-box__link {
    text-decoration: none;
    padding: 10px 15px;
    color: #555;
    position: relative;
}

.navi-box__link:after {
    content: "";
    position: absolute;
    background: #83ccd2;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navi-box__link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navi-now a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navi-now {
    color: #83ccd2;
}


@media screen and (min-width: 769px) {

    /* PC時はMENUボタンを非表示 */
    #open,
    #close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }

    .sp-contact {
        display: none !important;
    }

}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .header #open,
    #close {
        position: absolute;
        top: 20px;
        right: 12px;
    }

    nav ul {
        flex-direction: column;
    }

    .header li {
        padding-top: 0;
    }

    /* スマホ時はMENUボタンを表示 */
    #open {
        display: block;
        background: url(../img/button.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    #close {
        display: block;
        background: url(../img/button2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }

    .sp-contact {
        display: block !important;
    }

    .logo-img {
        padding-top: 2rem;
    }

}

/*メイン画像
-------------------------------------*/
.mainimg img {
    /* width: 100vw;*/
    margin: 0 auto;
    display: block;
}
.mainimg img.pc{
    display: block;
}
.mainimg img.sp{
    display: none;
}
@media screen and (max-width: 768px){
    .mainimg img.pc{
        display: none;
    }
    .mainimg img.sp{
        display: block;
    }
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

section {
    margin: 0;
    padding: 0;
}

.gray-back {
    background-color: #f4f4f4;
}

.blue-back {
    background-color: rgba(147, 240, 239, 0.2);
    /*背景色*/
    border-top: solid 8px #83ccd2;
    /*線*/
}

.blue1-back {
    background-color: rgba(147, 240, 239, 0.2);
    /*背景色*/
}

.blue1_y-back {
    background-color: rgba(147, 240, 239, 0.1);
    /*背景色*/
}

.blue2-back {
    background-color: #83ccd2;
    /*背景色*/
}

.blue3-back {
    background:repeating-linear-gradient(
 -45deg, rgba(147, 240, 239, 0.1) 0, rgba(147, 240, 239, 0.1) 20px, rgba(147, 240, 239, 0.05) 20px, rgba(147, 240, 239, 0.05) 40px);
}

.blue4-back {
    background:repeating-linear-gradient(
 -45deg, rgba(147, 240, 239, 0.1) 0, rgba(147, 240, 239, 0.1) 20px, #fff 20px, #fff 40px);
}

.white-back {
    background-color: #fff;
    /*背景色*/
}


.news-ttl {
    padding: 1.5rem 0 0 0;
    text-align: center;
}

.news-area {
    padding: 1.5rem 0;
}

.class-ttl {
    font-weight: bold;
}

.top_link {
    font-weight: bold;
    font-size: 0.8em;
}

ul.top_link{
  list-style:none;
  margin: 0;
}
ul.top_link li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 0;
}

ul.top_link li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #83ccd2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.blue-line {
    border-bottom: solid 3px #83ccd2;
    padding: 0.5rem 0;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}

.catch h2 {
    padding-bottom: 1rem;
}

.under {
    border-bottom: 0.4rem solid #000;
    padding: 0 1rem 1rem 1rem;
}

.center {
    text-align: center;
    margin-bottom: 4rem;
}


.box-area {
    position: relative;
}

.img-box {
    width: 100%;
    height: 0;
    padding-top: calc(864/ 1920 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
/*    padding-top: calc(1300/ 1920 * 100%);*/
    background-image: url('../images/common/bg.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-absolute {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.blue-ttl {
    color: #83ccd2;
/*    font-size: 1.7vw;*/
    text-align: center;
    margin-bottom: 1.7vw;
    letter-spacing: 0.14rem;
}


.box-text {
/*    font-size: 1vw;*/
    text-align: center;
}
@media screen and (min-width: 600px){
    .box-text {
        font-size: 1.6vw;
    }
}
@media screen and (min-width: 849px){
    .box-text {
       font-size: 1.4vw;
    }
}


.box560 {
    width: 560px;
    margin: 0 auto;
}

.box390 {
    width: 390px;
    margin: 0 auto;
}

.box600 {
    width: 600px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex_a{
    display: flex;
    justify-content: space-around;
}

.con-add {
/*    font-size: 0.94vw;*/
    color: #fff;
}

.fb-bt {
    padding: 0 1rem;
}

.banner_link{
    text-align: center;
    padding-top: 20px;
}
.banner_link a:hover{
    opacity: 0.85;
}

.banner_link img{
    max-width: 100%;
}

.contact-sub {
/*    font-size: 1.3vw;*/
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}


/*申し込みの流れ
-------------------------------------*/
.flow.row {
    margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2rem 0;
}

.table {
    margin: 1rem 0;
}

.table th {
    width: 35%;
}

.table tr {
    vertical-align: top;
}

.end_msg{
        margin-top: 50px;
    }


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #83ccd2;
}

.copyright p {
    color: #fff;
    text-decoration: none;
    display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}

#pagetop a:hover {
    background: #666;
}

/* 幅850px以下の表示
-------------------------------------*/
@media screen and (max-width: 850px) {

    .img-box {
        width: 100%;
        height: 0;
        padding-top: calc(624/ 850 * 100%);
/*        padding-top: calc(1000/ 850 * 100%);*/
        /*calc(画像の高さ / 画像の幅 * widthの値)*/
        background-image: url('../images/common/bg_pad.svg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }


}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {

    /*ヘッダー
-------------------------------------*/
    .header-box {
        display: none;
    }

    .news-area {
        padding: 0 0 6.0rem 0;
    }

    /*お問い合わせ
-------------------------------------*/
    .table th {
        width: 100%;
        display: block;
        padding: 0 10px;
    }

    .table td {
        display: block;
    }



    .mx307{
        max-width: 307px;
        margin: 20px auto;
    }

}

/* 幅600px以下の表示
-------------------------------------*/
@media screen and (max-width: 600px) {

    .box560 {
        width: 100%;
        margin: 0 auto;
    }

    .box390 {
        width: 100%;
        margin: 0 auto;
    }

    .box600 {
        width: 100%;
        margin: 0 auto;
    }

    .class-ttl, .top_link {
/*        font-size: 3vw;*/
        font-weight: bold;
    }

    .img-box {
        width: 100%;
        height: 0;
        padding-top: calc(800/ 600 * 100%);
        /*calc(画像の高さ / 画像の幅 * widthの値)*/
        background-image: url('../images/common/bg_sp.svg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .box-absolute {
        position: absolute;
        top: 10%;
        left: 4%;
/*        left: 0;*/
        transform: none;
        margin: auto;
        text-align: center;
    }

    .blue-ttl, .box-text {
        text-align: center;
    }

    .con-add {
        color: #fff;
    }

}

@media screen and (max-width: 650px) {
    .pc-br {
        display: none;
    }

    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
}

/*---タブレット時改行--*/
@media screen and (min-width:650px) and (max-width: 990px) {
    .pc-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .sp-br {
        display: none;
    }
}

/*---PC時改行--*/
@media screen and (min-width:990px) {
    .pc-br {
        display: block;
    }

    .tb-br {
        display: none;
    }

    .sp-br {
        display: none;
    }
}

ul.blue_circle li {
    position: relative;
    list-style-type: none !important;
}

ul.blue_circle li:before,
span.blue_circle:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1em;
    height: 1em;
    background: #83CCD2;
    border-radius: 50%;
    margin-right: 2px;
}
ul.blue_circle .contents .small{
    display: block;
    padding: 10px;
    font-size: 0.9em;
}


span.blue_circle {
    margin-right: 2em;
    white-space: nowrap;
}



.sp_view {
    display: none;
}

.pc_view {
    display: block;
    border-top: 8px solid #83ccd2;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/

    .sp_view {
        /* display: block !important; */
        display: none;
    }

    /* .pc_view {
        display: none;
    } */

}


/* 個人・少人数向け
-------------------------------------*/

.private_lsn_box{
text-align: left;
}

.private_h2{
    text-align: center;
    color: #fff;
    padding: .2em 0;
    font-weight: bold;
}

.font_bk{
    color: #555;
}

.private_h3{
    line-height: 1.7;
    color: #83CCD2;
    border-bottom: solid 3px #83CCD2;
}

dl.time_and_more{
    margin-bottom: 0;
}

dt, dd{
    display: inline-block;
}

dt{
    color: #83CCD2;
    vertical-align: top;
}

.point_txt{
    padding: 1em;
}

ul.check_point{
    position: relative;
    list-style: none;
}

ul.check_point li {
    vertical-align: top;
    padding-left: 1.5em;
    background-image: url(../images/private/private_check.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: left center;
    background-position: top .6rem left;
}

ul.check_point_y {
    position: relative;
    list-style: none;
}

ul.check_point_y li {
    vertical-align: top;
    padding-left: 1.5em;
    background-image: url(../images/private/private_check_y.png);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: left center;
    background-position: top .6rem left;
}

.present_txt{
    color: #fff;
    padding: 0 .5em;
    display: inline-block;
}

span.yellow_txt{
    color: #FBB03B;
    margin-left: 1em;
    font-size: .9em;
}

.point_txt h4, .blue_txt{
    color: #83CCD2;
}


.toiawase_box{
    background-image: url(../images/common/toiawase_pic.png);
    background-position: bottom right;
    min-height: 300px;
text-align: left;
}

.toiawase_box .blue_txt{
    padding-top: 50px;
}


.arrow_box{
    position:relative;
    display: inline-block;
    background:#FFFFFF;
    padding:0 .5em;
    border:1px solid #83CCD2;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:2em;

}
.arrow_box:after{
    border-top-width:10px;
    border-left-width:13px;
    margin-left: -9px;
    border-top-color:#FFFFFF;

}
.arrow_box:before{
    border-top-width:11px;
    border-left-width:15px;
    margin-left: -10px;
    margin-top: 1px;
    border-top-color:#83CCD2;
}


.private_cource h4 {
    color: #fff;
    padding: .4em;
}


.in_page_links{
    width: 100%;
}
.in_page_links ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in_page_links li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_page_links .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #83ccd2;
    border-bottom: 0;
    margin: 0 6px 0 0;
  }
.in_page_links li a{
    color: #83CCD2;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .toiawase_box {
        background-size: 30%;
    }

    h3.private_h3 {
        border-bottom: solid 2px #83CCD2;
        margin-bottom: 10px;
    }

    .in_page_links ul{
        flex-wrap: wrap;
    }
    .in_page_links li{
        width: 50%;
    }
}

/* 講師プロフィール
-------------------------------------*/

.profile_h3 {
    text-align: left;
    color: #83CCD2;
    margin-top: 1em;
}

.profile_txt,
ul.blue_circle,
p.blue_circle {
    text-align: left;
    margin-left: .5em;
}
/* ※の部分のリストマーク削除 */
ul.blue_circle .mark_none::before{
    display: none !important;
}
ul.blue_circle li .mark{
    /* margin-right: 2px; */
    font-size: 12px;
}

.profile_back {
    margin: 0 0 20px;
    background-image: url(../images/profile/name_all.png);
    background-position: right;
    background-size: contain;
}

.profile_back_sp {
    display: none;
}

.sp_only_view{
    display: none;
}

@media screen and (max-width: 640px) {
    /* 640px以下*/

    ul.blue_circle li .mark{
        font-size: 2.2vw;
    }

    .profile_back {
        background-image: none;
    }

    .profile_back_sp {
        display: block !important;
        max-width: 457px;
        margin: 0 0 20px auto;
    }

    .sp_view {
        /* display: block !important; */
        display: none;
    }

    /* .pc_view {
        display: none;
    } */

    .pc_only_view{
        display: none;
    }

    .sp_only_view{
        display: block;
    }

}

@media screen and (max-width: 500px) {
    ul.blue_circle li .mark{
        font-size: 2.4vw;
    }
}