@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

input{
  -webkit-appearance: none; 
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* iOS reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 80%;
  color: #373737;
}

a{
  color: #C6CCBF;
  text-decoration: none;
}

img{
  max-width: 100%;
  height: auto;
}

.pc{
  display: inherit;
}
.sp{
  display: none;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.center{
  text-align: center;
}

.mt1rem{
  margin-top: 1rem !important;
}
.pt1rem{
  padding-top: 1rem !important;
}
.mt3rem{
  margin-top: 3rem !important;
}

#mainNavi{
  width: 50px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9990;
  background-color: #C6CCBF;
}
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu-trigger {
  position: relative;
  width: 35px;
  height: 24px;
  top: 20px;
  left: 7px;
}
#menu-trigger:hover{
  cursor: pointer;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-trigger span:nth-of-type(2) {
  top: 11px;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

#snsBtns{
  width: 24px;
  margin: 140px 13px 0;  
}
#snsBtns ul{
  list-style: none;
}
#snsBtns ul li{
  margin: 0 0 50px;
}
#pageTop{
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
#pageTopSp{
  display: none;
}
#snsBtnsSP{
  display: none;
}
#pageTop:hover{
  cursor: pointer;
}

nav{
  width: 440px;
  height: 100vh;
  position: fixed;
  z-index: 9980;
  background-color: #C6CCBF;
  display: none;
  top: 0;
  right: 0;
}
#mainNavimenu{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #FFF;
  padding: 60px 50px 0;
}
#mainNavimenu ul{
  list-style: none;
}
#mainNavimenu ul li{
  margin-bottom: 2rem;
  opacity: 0;
  padding-left: 3rem;
  transition: all 1s ease;
  letter-spacing: 0.15rem;
}
#mainNavimenu ul li.open{
  margin-bottom: 2rem;
  padding-left: 0;
  opacity: 1;
}

#mainNavimenu ul li a{
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}
#brNavi{
  position: absolute;
  bottom: 40px;
  margin: 0 50px;
  border-top: 1px solid #FFF;
  padding-top: 50px;
}
#brLogin{
  width: 84px;
  margin-top: 1rem;
}

/* footer */
footer{
  width: 100%;
  background-color: #C6CCBF;
}
#footWrapper{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 0 1rem;
  background: url("/images/footerBG.png") no-repeat center center;
  background-size: cover;
  color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  height: auto;
}
#footLogo{
  width: 60%;
  letter-spacing: 0.1rem;
}
#footLogo img{
  width: 465px;
  height: auto;
  padding-bottom: 1rem;
}
#footNavi{
  width: 40%;
}
#footNavi ul{
  list-style: none;
}
#footNavi ul li{
  margin-bottom: 2rem;
}
#footNavi ul li a{
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
#footSubNavi{
  text-align: left;
  font-size: 80%;
  font-weight: 200;
}
#footSubNavi ul{
  margin-bottom: 1rem;
}
#footSubNavi ul li{
  display: inline-block;
  margin: 0 0.5rem;
}
#footSubNavi ul li a{
  color: #FFF;
}
#footCopyRights{
  color: #FFF;
  text-align: center;
  font-size: 80%;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
}
.footFCTwitter{
margin-top: 2rem;
  height: 36px;
}
.footFCTwitter a{
  display: inline-block;
  height: 36px;
  padding: 6px 6px 6px 10px;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  transition: all 300ms 0s ease;
  font-size: 90%;
}
.footFCTwitter a img{
  height: 36px !important;
  width: auto !important;
  vertical-align: top;
}
.footFCTwitter a:hover{
  background-color: rgba(255,255,255,0.3);
}



/* pages common */
header{
  width: 100%;
  height: auto;
  margin: 0;
}
#headerImage,
#headerImagePC,
#headerImageSP{
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  min-height: 350px;
  overflow: hidden;
  text-align: center;
}
#headerLogo{
  position: absolute;
  height: auto;
  padding: 12px 18px;
  background-color: transparent;
  top: 35px;
  left: 35px;
}
#headerLogoImage{
  width: 420px;
  padding: 0;
  vertical-align: bottom;
}
#headerTitle{
  width: 100%;
  background-color: #C5C1BF;
}
#headerTitleWrapper{
  width: 96%;
  max-width: 1040px;
  padding: 40px 20px 20px;
  margin: 0 auto;
  color: #FFF;
}
#headerTitleWrapper h1{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
#headerTitleWrapper h1 span{
  display: block;
  font-size: 12px;
  margin-top: 0.4rem;
}
#headerTitleWrapper ol{
  list-style: none;
  text-align: right;
  font-size: 10px;
  margin-top: 0.4rem;
}
#headerTitleWrapper ol li{
  display: inline-block;
}
#headerTitleWrapper ol li:before  {
	content:" / ";
}
#headerTitleWrapper ol li:first-child:before  {
	content:"";
}
#headerTitleWrapper ol li a{
  color: #FFF;
  text-decoration: none;
}
.content{
  width: 100%;
  max-width: 1040px;
  padding: 5rem 20px;
  margin: 0 auto;
}
.bannersArea{
  margin: 3rem 0 5rem;
  display: flex;
  justify-content: space-evenly;
}
.banner{
  width: 30%;
  padding: 0;
}
.pmb1 p{
  margin-bottom: 1rem;
}

.blueBtn{
display: inline-block;
  padding: 0.75rem 5rem;
  background-color: #A1ACBA;
  font-size: 110%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
}
.backBtn{
  display: inline-block;
  background-color: #C6CCBF;
  color: #FFF;
  margin-top: 2rem;
  padding: 3px 12px;
}
#membersonly{
  display: none;
}
.modaal-close {
  right: 40px !important;
  top: 40px !important;
}

/* pager */
.pagerWrap{
  margin: 5rem 0;
  text-align: center;
}
.pager{
  padding: 4px 8px;
  background-color: #FFF;
  border: 1px solid #C6CCBF;
  color: #C6CCBF;
  margin: 0 2px;
}
.pager.current{
  padding: 4px 8px;
  background-color: #C6CCBF;
  border: 1px solid #C6CCBF;
  color: #FFF;
}

/* terms privacy notation */
#termsMain,
#privacyMain,
#notationMain{
  padding-bottom: 5rem;
}
#termsMain h1{
  font-weight: 600;
  margin-bottom: 1rem;
}

#notationMain dl{
  border-top: 1px solid #C6CCBF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#notationMain dl dt,
#notationMain dl dd{
  padding: 1rem 3rem;
}
#notationMain dl dt{
  width: 30%;
  border-bottom: 1px solid #C6CCBF;
  font-weight: 600;
}
#notationMain dl dd{
  width: 70%;
  border-bottom: 1px solid #C6CCBF;
}

/* lesson */
#lessonIntro{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #C6CCBF;
  padding-bottom: 3rem;
}
.lessonIntroImage{
  width: 30%;
  max-width: 310px;
}
.lessonIntroMain{
  width: 68%;
}
.lessonIntroMain h1{
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 2rem;
}
.lessonIntroMain h1 span{
  display: block;
  font-size: 100%;
  font-weight: 400;
  color: #C6CCBF;
  letter-spacing: 0.2rem;
}
#lessonPlan{
  padding: 3rem 0;
}
#lessonPlan h2{
  font-size: 150%;
  font-weight: 400;
  text-align: center;
  color: #C6CCBF;
  padding-bottom: 3rem;
  letter-spacing: 0.2rem;
}
#lessonPlan h3{
  background-color: #C6CCBF;
  padding: 6px 30px;
  color: #FFF;
  font-size: 125%;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.lessonPlanTable{
  padding: 2rem 2rem;
  border-bottom: 1px solid #C6CCBF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lessonPlanName{
  width: 30%;
  font-weight: 800;
  color: #C6CCBF;
}
.lessonPlanBody{
  width: 68%;
}
.lessonContact{
  margin: 2rem 0;
  text-align: center;
}


@media screen and (max-width: 1280px) and (min-width: 800px) {
  .content{
    width: calc(( 100% - 50px ) * 0.9);
    margin: 0 calc(( 100% - 50px ) * 0.05 + 50px) 0 calc(( 100% - 50px ) * 0.05);
    padding: 5rem 0;
  }
  #headerTitleWrapper {
    width: calc( 96% - 50px);
    max-width: 1040px;
    padding: 40px 20px 20px 0;
    margin: 0 auto;
    color: #FFF;
  }
  #footWrapper{
    width: 96%;
  }
}


@media screen and (max-width: 800px) {
  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }

  #pageTopSp{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
  }
  #pageTopSp img{
    filter: drop-shadow(0 0 1px rgba(255,255,255,1));
  }
  
  #pageTopSp:hover{
    cursor: pointer;
  }
  #mainNavi {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9990;
    background-color: #C6CCBF;
  }
  #menu-trigger {
    position: relative;
    width: 35px;
    height: 24px;
    top: 13px;
    left: 8px;
  }
  #snsBtns,
  #pageTop{
    display: none;
  }
  nav {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    z-index: 9980;
    background-color: #C6CCBF;
    display: none;
    top: 0;
    right: 0;
  }
  #mainNavimenu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #FFF;
    padding: 40px 10% 30px;
  }
  #mainNavimenu ul li.open{
    margin-bottom: 1rem;
    padding-left: 0;
    opacity: 1;
  }
  #spNabiWrap{
    position: absolute;
    width: 80%;
    bottom: 40px;
    margin: 0 10%;
    padding-top: 50px;  
  }
  #snsBtnsSP{
    display: block;
  }
  #brNavi{
    display: block;
    position: static;
    width: 100%;
    border-top: 1px solid #FFF;
    bottom: 0;
    margin: 0;
    padding: 50px 10% 0 0;
  }
  #brNavi img{
    padding: 0 10% 0 0;
    width: 100%;
    max-width: 400px;
  }
  #brLogin{
    padding: 0;
    width: 150px !important;
  }
  #snsBtnsSP ul{
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  #snsBtnsSP ul li{
    width: 24px;
    height: 24px;
  }
  #homeFVscroll{
    display: none;
  }
  
  /* contents common */
  #headerLogo {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 6rem auto;
  }
  #headerLogoImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 12px 24px;
    width: 100%;
    max-width: calc( 100% );
  }
  .bannersArea{
    flex-wrap: wrap;
  }
  .banner{
    width: 100%;
    margin-bottom: 1rem;
  }
  
  /* footer */
  #footLogo {
    width: 80%;
    margin: 0 auto;
    padding: 0 2%;
  }
  #footLogo img {
    width: 100%;
    max-width: 465px;
    height: auto;
  }
  #footNavi {
    width: 90%;
    margin: 0 auto;
    padding: 0 2%;
    margin-top: 3rem;
  }
  #footNavi ul{
    padding-bottom: 3rem;
  }
  #footNavi ul li{
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }
  #footWrapper{
    margin: 0 auto;
    padding: 4rem 0 2rem;
    background: url(/images/footerBGSP.png) no-repeat center center;
    background-size: auto;
  }
  #footSubNavi{
    padding-left: 7%;
  }
  
  /*  terms privacy notation */
  #termsMain h1{
    text-align: center;
  }
  #termsMain h1 span{
    display: block;
  }
  #notationMain dl{
    border-top: 1px solid #C6CCBF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #notationMain dl dt{
    padding: 1rem 1rem;
  }
  #notationMain dl dd{
    padding: 0 1rem 1rem 1rem;
  }
  #notationMain dl dt{
    width: 100%;
    border-bottom: none;
  }
  #notationMain dl dd{
    width: 100%;
    border-bottom: 1px solid #C6CCBF;
  }
  
  /* lesson */
  .lessonIntroImage {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .lessonIntroMain {
    width: 100%;
  }
  .lessonIntroMain h1 {
    text-align: center;
  }
  .lessonPlanName {
    width: 100%;
    margin-bottom: 1rem;
  }
  .lessonPlanBody {
    width: 100%;
    padding: 0 2rem;
  }
  
  
}