@charset "UTF-8";
/* CSS Document */

section.main{
    position: relative;
}
section.main .box-img{
    height: 100%;
    width: 47%;
    position: absolute;
    right: 5%;
    top: 0;
    background: url(../img/top/img_main.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
section.main .box-txt{
    width: 48%;
    height: 580px;
    background: url(../img/top/bg_main.jpg) no-repeat center center;
    background-size: cover;
    padding: 110px 0 0 75px;
}
section.main .box-txt .lead{
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section.main .box-txt .ttl{
    font-size: 56px;
    letter-spacing: 5px;
    margin-bottom: 70px;
    line-height: 1.5em;
}
section.main .box-txt .ttl span{
    font-size: 56px;
    display: block;
    transform: translateX(-33px);
}
section.main .box-txt .en{
    font-size: 28px;
    color: #64c8d2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}
section.main ul.pic{
    max-width: 720px;
    overflow: hidden;
}
section.main ul.pic li{
    float: left;
    width: 25%;
}
section.main .box-bar{
    width: 48%;
    padding: 20px 40px 20px 25px;
    position: relative;
    background: #ffffff;
}
section.main .box-bar .link{
    display: block;
    width: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.main .box-bar dl{
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}
section.main .box-bar dl dt{
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}
section.main .box-bar dl dd{
    display: inline-block;
}
section.main .box-bar dl dd a{
    font-size: 12px;
    color: #49433e;
}
section.main .box{
    width: 37px;
    position: absolute;
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.main .box .copy{
    width: 9px;
    padding-bottom: 10px;
}

section.intro{
    padding: 140px 0 70px;
}
section.intro .base{
    overflow: hidden;
}
section.intro .txt{
    float: left;
    width: 55%;
}
section.intro .txt .label{
    font-size: 20px;
    color: #64c8d2;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
section.intro .txt .ttl{
    font-size: 30px;
    letter-spacing: 5px;
}
section.intro .lead{
    float: right;
    width: 45%;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 50px;
}

section.concept{
    padding: 150px 0;
    background: url(../img/top/bg_concept.jpg) no-repeat center center;
    background-size: cover;
}
section.concept .box-img{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
section.concept .box-img img{
    max-width: 438px;
}
section.concept .inner-txt .txt{
    font-size: 16px;
    color: #6b6662;
    letter-spacing: 1px;
}
section.concept .inner-txt.inner01{
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
section.concept .inner-txt.inner02{
    position: absolute;
    bottom: -60px;
    right: -180px;
}
section.concept .inner-txt.inner03{
    text-align: right;
    position: absolute;
    bottom: -60px;
    left: -180px;
}

section.service{
    padding: 120px 0 80px;
}
section.service .lead{
    font-size: 18px;
    margin: 30px 0 80px;
    text-align: center;
    letter-spacing: 1px;
}
section.service .list .box{
    margin-bottom: 200px;
    position: relative;
}
section.service .list .box:before{
    content: "";
    background: #64c8d2;
    width: 56%;
    height: 434px;
}
section.service .list .box:nth-child(2n-1):before{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
section.service .list .box:nth-child(2n):before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
section.service .list .box.box01:after{
    content: "";
    background: url(../img/top/img_branding.jpg) no-repeat center center;
    background-size: cover;
    width: 56%;
    height: 374px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
}
section.service .list .box.box02:after{
    content: "";
    background: url(../img/top/img_education.jpg) no-repeat center center;
    background-size: cover;
    width: 56%;
    height: 374px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 2;
}
section.service .list .box:last-child{
    margin-bottom: 0;
}
section.service .list .box .base{
    overflow: hidden;
}
section.service .list .box a{
    display: block;
}
section.service .list .box .box-txt{
    padding-top: 100px;
}
section.service .list .box:nth-child(2n-1) .box-txt{
    float: right;
    padding-right: 30px;
}
section.service .list .box .box-txt .ttl{
    font-size: 31px;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
section.service .list .box .box-txt .label{
    font-size: 13px;
    color: #faff78;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section.service .list .box .box-txt .txt{
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

section.bnr{
    padding: 0 0 150px;
}
section.bnr .box-bnr{
    display: block;
    max-width: 945px;
    margin: 0 auto;
    background: url(../img/top/bg_teacher.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 15px 50px;
}
section.bnr .box-bnr .ttl-sec02{
    color: #fff;
    margin-bottom: 15px;
}
section.bnr .box-bnr .ttl-sec02 span{
    color: #fff;
    padding-bottom: 5px;
}
section.bnr .box-bnr .more{
    max-width: 530px;
    margin: 0 auto;
}
section.partner{
    padding: 0 0 120px;
}
section.youtube{
    padding: 0 0 120px;
}
.ttl-sec03{
    text-align: center;
    font-size: 30px;
}
.ttl-sec03 span{
    display: block;
    font-size: 64px;
    color: #64c8d2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
	margin-bottom: 5px;
	line-height: 64px;
}
section.partner .ttl-sec01{
    margin-bottom: 60px;
}


@media only screen and (min-width: 768px) {
}

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

section.main .box-img{
    height: 485px;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}
section.main .box-txt{
    width: 100%;
    height: auto;
    padding: 40px 0 40px 15px;
    background: url(../img/top/bg_main_sp.jpg) no-repeat center center;
    background-size: cover;
}
section.main .box-txt .lead{
    font-size: 16px;
}
section.main .box-txt .ttl{
    font-size: 43px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
section.main .box-txt .ttl span{
    font-size: 43px;
    transform: translateX(-25px);
}
section.main .box-txt .en{
    font-size: 22px;
}
section.main .box-bar{
    width: 280px;
    height: 84px;
    padding: 25px 50px 0 25px;
    float: right;
    overflow: hidden;
    margin-top: -84px;
}
section.main .box-bar .link{
    right: 15px;
}
section.main .box-bar dl dt{
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
}
section.main .box-bar dl dd{
    display: block;
}
section.main ul.pic{
    clear: both;
}
section.main .box{
    display: none;
}

section.intro{
    padding: 60px 0;
}
section.intro .txt{
    float: none;
    width: 100%;
}
section.intro .txt .label{
    font-size: 15px;
    letter-spacing: 1px;
}
section.intro .txt .ttl{
    font-size: 20px;
    letter-spacing: 3px;
}
section.intro .lead{
    float: none;
    width: 100%;
    margin-top: 20px;
}

section.concept{
    padding: 60px 0;
    background: url(../img/top/bg_concept_sp.jpg) no-repeat center center;
    background-size: cover;
}
section.concept .box-img img{
    max-width: 300px;
}
section.concept .box-txt{
    margin-top: 30px;
}
section.concept .box-txt .inner-txt{
    margin-bottom: 70px;
    position: relative;
}
section.concept .box-txt .inner-txt:last-child{
    margin-bottom: 0;
}
section.concept .box-txt .inner-txt:after{
    content: "";
    background: #49433e;
    width: 41px;
    height: 1px;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 20px);
}
section.concept .box-txt .inner-txt:last-child:after{
    display: none;
}
section.concept .inner-txt .txt{
    font-size: 14px;
    text-align: center !important;
}
section.concept .inner-txt .ttl-sp{
    font-size: 18px;
    color: #64c8d2;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}
section.concept .inner-txt.inner01{
    position: relative;
    top: 0;
}
section.concept .inner-txt.inner02{
    position: relative;
    bottom: 0;
    right: 0;
}
section.concept .inner-txt.inner03{
    position: relative;
    bottom: 0;
    left: 0;
}

section.service{
    padding: 60px 0 0;
}
section.service .lead{
    font-size: 15px;
    margin: 15px 0 140px;
}
section.service .list .box{
    margin-bottom: 150px;
}
section.service .list .box:before{
    display: none;
}
section.service .list .box.box01:after{
    width: 76%;
    height: 145px;
    top: -100px;
}
section.service .list .box.box02:after{
    width: 76%;
    height: 145px;
    top: -100px;
}
section.service .list .box .box-txt{
    padding: 80px 15px 30px;
    background: #64c8d2;
    margin: 0 -15px;
}
section.service .list .box:nth-child(2n-1) .box-txt{
    float: none;
    padding-right: 15px;
}
section.service .list .box .box-txt .ttl{
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
section.service .list .box .box-txt .label{
    margin-bottom: 10px;
}
section.service .list .box .box-txt .txt{
    font-size: 18px;
    margin-bottom: 20px;
}

section.bnr{
    padding: 0 0 80px;
}
section.bnr .box-bnr{
    background: url(../img/top/bg_teacher_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 15px 25px;
}
section.bnr .box-bnr .ttl-sec02{
    margin-bottom: 20px;
    line-height: 1.2em;
}
section.bnr .box-bnr .ttl-sec02 span{
    line-height: 1.3em;
    padding-bottom: 10px;
}
section.bnr .box-bnr .more:before{
    width: 75%;
}
section.bnr .box-bnr .more:after{
    left: 67%;
}

section.partner{
    padding: 0 0 60px;
}
section.partner .ttl-sec01{
    margin-bottom: 30px;
}
.ttl-sec03{
    font-size: 25px;
    margin-bottom: 30px;
}
.ttl-sec03 span {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
}