@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@300;500;700&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000000;
}


@media screen and (max-width:800px) {
  a:hover{
    opacity: 1;
}
}

p {
  word-wrap: break-word;
}

h1 {
  font-weight:400;
  color: #000;
  opacity: 1;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

li {
  text-decoration: none;
  list-style: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
	font-size: 62.5%;
	height: 100%;
}

#contents {
  position: relative;
  width: 100%;
  height: 100%;
}


.contents_box{
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: none;
}



@media screen and (max-width:800px){
  .dispWide{
  display: none!important;
  }
}


.cover {
  width: 100%;
  height: auto;
}

/* flexbox */
.flexBlock {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

.flexColumn{
  flex-direction: column;
}

.noWrap{
  flex-wrap:nowrap;
}

.spaceBetween{
  justify-content: space-between;
}

.noWrap{
  flex-wrap: nowrap!important;
}

.flexList2 {
  width: 50%;
}

.flexList3 {
  width: 33%;
}

.flexList3S {
  width: 30%!important;
}

.flexlist4_ftr{
  width:18%;
  justify-content: space-around;
  margin-left: 2em!important;
}

.flexlist4_ftr > li{
  width: 18%;
} 
.flexlist4_ftr > li img{
  width:100%;
} 
.flexlist4_ftr > li a:hover{
  opacity: 0.75;
  transition: 0.25s;
}
.ftrTxt{
  margin-left: 3.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
  .flexlist4_ftr{
    width:40%;
    justify-content: space-around;
    margin-left: 2em!important;
  }
  .flexlist4_ftr > li a:hover{
    opacity:1;
  } 
  .ftrTxt{
    margin-left: 3em;
  }
}


.displayInlineBlock{
  display: inline-block;
}

.displayBlock{
  display: block;
}

.relative{
  position: relative;
}

/* fontweight */

.weight700 {
  font-weight: 700;
}

.weight600 {
  font-weight: 600;
}

.weight500 {
  font-weight: 500;
}

.weight400 {
  font-weight: 400;
}
.weight300 {
  font-weight: 300;
}


/* lettercolor */
.letterWhite{
  color:#fff;
}
.letterWhite.details figure{
  display: inline-block;
  vertical-align: sub;
  margin-left: 0.2em;
}
.letterBlue{
  color: #004098;
}

.letterYellow{
  color: #FFF600;
}
.letterGreen{
  color:#46C5B0!important;
}
.letterBlack{
  color: #000000!important;
}
.letterRedLink{
  color: #FF5050;
  text-decoration: underline;
      display: inline-flex;
    align-items: center;
}

.letterOrangeLink{
  color: #F47E2C;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  line-height: 100%;
}
.letterOrangeLink::after{
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -2px;
    right: -20px;
}
.letterOrangeLink.noAfter::after{
    content: none;
}

/* .details{
line-height: 100%;
}

.details::after{
    content: " ";
    background-image: url("../images/white_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 10px;
    right: 85px;
} */
@media screen and (max-width: 800px) {
  .letterOrangeLink{
    font-size: 3vw;
}
  .letterOrangeLink::after {
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 5vw;
    height: 4vw;
    top: 0;
    right: -6vw;
}
}
.letterGrey{
  color:#ccc;
}
.letterRed{
  color:#ff0048;
}
.letterU {
  text-decoration: underline;
}
/* fontsize */
.text0 {
  font-size: 0px;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px!important;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px!important;
}

.text17 {
	font-size: 17px;
}
.text18 {
	font-size: 18px!important;
}
.text21{
  font-size: 21px;
}
.text24{
  font-size: 24px;
}
.text30 {
  font-size: 32px;
}
.text32 {
  font-size: 32px;
}
.text40 {
  font-size: 40px;
}
.text12Vw{
  font-size: 12vw;
}
.text8Vw{
  font-size: 8vw;
}
.underLine{
  text-decoration: underline;
}

h2{
  font-size: 27px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .text40 {
    font-size: 4vw;
  }
  .text32 {
    font-size: 2.7vw;
  }
  .text30 {
    font-size: 2.6vw;
  }
  .text24{
    font-size: 2vw;
  }
  .text21{
    font-size: 1.8vw;
  }
  .text18 {
    font-size: 1.40625vw!important;
  }
  .text17 {
    font-size: 1.3vw!important;
  }
  .text16 {
    font-size: 1.2vw!important;
  }
  .text14 {
    font-size: 1.1vw;
  }
  .text12 {
    font-size: 1.05vw!important;
  }
  .text10 {
    font-size: 1vw;
  }
  h2{
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .text40 {
    font-size: 6vw;
  }
  .text32 {
    font-size: 4.5vw;
  }
  .text30 {
    font-size: 5.3vw;
  }
  .text24{
    font-size: 3.8vw;
  }
  .text21{
    font-size: 3.5vw;
  }
  .text18 {
	  font-size: 4vw!important;
	}
  .text17 {
    font-size: 3.95vw!important;
  }
  .text16 {
    font-size: 3.9vw!important;
  }
  .text14 {
    font-size: 3.6vw;
  }
  .text12 {
    font-size: 3vw!important;
  }
  .text10 {
    font-size: 2vw;
  }
  h2{
    font-size: 4vw;
  }
}

.bold {
  font-weight: bold;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
 /* margin */
 .marginTopHalf {
	margin-top: 0.5em;
}
 .marginTop1em {
	margin-top: 1em;
}
 .marginTop2em {
	margin-top: 2em!important;
}
 .marginTop3em {
	margin-top: 3em;
}
 .marginTop4em {
	margin-top: 4em;
}
.marginTop40px{
  margin-top: 40px!important;
}
.marginTop60px{
  margin-top: 60px!important;
}
.marginBtm3em{
  margin-bottom: 3em;
}
.marginLeft1em{
  margin-left: 1em;
}
.marginLeft2em{
  margin-left: 2em;
}
.marginLeft35em{
  margin-left: 3.5em;
}
.paddingBtm1em {
  padding-bottom: 1em;
}
.paddingBtm2em {
  padding-bottom: 2em;
}

.marginTop1emSp{
  margin-top: none;
}

.marginRight2em {
  margin-right: 2em;
}

@media screen and (max-width: 800px){
  .marginTop1emSp{
    margin-top: 1em;
  }
}

/* lineHeight */

.lineHeight100 {
	line-height: 100%;
}
  .lineHeight120 {
	line-height: 120%;
}
.lineHeight140 {
	line-height: 140%;
}
  .lineHeight160 {
	line-height: 160%;
}
.lineHeight175 {
	line-height: 175%;
}
  .lineHeight200 {
	line-height: 200%;
}
  .lineHeight250 {
  line-height: 250%;
}
/* brプロパティ */

.dispWide {
 display: block;
}
.dispNarrow {
  display: none;
 }

 

 @media screen and (max-width: 800px){
   .dispWide {
    display: none;
   }
   .dispNarrow {
     display: block;
    }
 }


/* 背景色 */

.bgGrey {
  background: #F7F7F5;
}

footer .bgDarkGrey {
  background: #4F5359;
  height: 55px;
  background-image: url("../images/copyright.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.bgGreen{
  background:#46C5B0 ;
}

.bgWhite{
  background:#fff ;
}

.bgBlue{
  background:#5194ef ;
}

@media screen and (max-width:800px) {
  footer .bgDarkGrey {
   height: 41vw;
  background-position: right 50% bottom 18%;
}
}

.height100{
  height: 100%;
}



html {
  scroll-behavior: smooth;
}

main, header{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 80px; 
}


#contents main, header .menuBar {
  align-items: center;
}

#contents header .menuBar .logo{
  margin-right: auto;
}

#contents header .menuBar li:nth-child(n+2) img{
  padding-right: 30px;
}

.target {
  display: none;
  position: fixed;
  position: fixed;
bottom: 3%;
right: 3%;
}

/* ハンバーガー */


header .menuBar {
  display: flex;
  align-items: center;
}

header .menuItem {
  display: block;
}

header .menu {
  display: none;
}

footer.footer {
  height: 60px;
}

footer.footer .flexBlock{
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}


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



  header{
    position: fixed;
    z-index: 100;
    width: 100%;
}


header .hamburger {
  position: absolute;
  z-index: 300;
  top: 0;
  right: 0;
  background: #5194ef;
}


header .hamburger .button{
        appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/menu.png");
    background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header .hamburger .button.active{

  background-image: url("../img/close.png");


}

header .menuItem {
  display: none;
}
header .menu {
   display: none;
}

header .menu.active {
   display: block;
   height: 80px;
    width: 200px;

}

#contents main .kv {

    padding-top: 80px;
}

.target {
  display: none!important;
}

}



#contents main .kv {
  width: auto;
  max-height: 900px;
  position: relative;
}

#contents main .kv .logoLarge{
 position: absolute;
 top: 25%;
 left: 25%;
 z-index: 2;
}

#contents main .kv .logoLarge img{
 width: 100%;
 max-width: 800px;
}

 .slick-slide img {
    display: block;
    width: 100%;
}


main .kv .kvWrap {
  width: 100%;
  height: 100%;
}


main .about {
  padding: 70px 133px;
  background-color: #feefef;
}

main .about .innerWrap {
  background: #FFF;
    padding-top: 56px;
    padding-bottom: 120px;
    border: dashed #000 4px;
}

main .lesson {
  background-color: #fffff2;
}

main .lesson h3 {
  color: #e9457b;
    font-style: italic;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

main .lesson h3 .comment{
  position: absolute;
  left: 35%;
  top: 50%;
}

main .lesson .subWrap{
  padding: 70px 90px 150px;
}

main .lesson .glayblock {
  margin-top: 1em;
 background-color: #e1e1df;
 color: #b35109;
 padding: 1em;
 font-style: italic;
}

main .lesson .line {
  flex-grow: 1;
    border-top: 1px solid #b35109;
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
}
main .lesson .vagandy {
  color: #ce4444;
  font-style: italic;
}

.lesson .description {
  max-width: 850px;
    margin-left: auto;
  margin-right: auto;
}

.movie video {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main .tutors {
    padding: 70px 133px;
    background-color: #effafe;
}

main .tutors .innerWrap {
    background: #FFF;
    padding-top: 56px;
    padding-bottom: 50px;
    border: dashed #000 4px;
}

main .contact {
    padding: 70px 133px;
    background-color: #f69d9d;
}

main .contact .innerWrap {
    background: #FFF;
    padding-top: 56px;
    padding-bottom: 50px;
}

main .contact .innerWrap .marginLeftminus7per {
    margin-left: -10%;
}

main .contact .innerWrap .marginLeftminus6per {
  margin-left: -6%;
}

main .contact .innerWrap .textArea{
    width: 30vw;
    height: 30vw;
    max-height: 400px;
    max-width: 350px;
}

main .contact .name input,
main .contact .address input{
    width: 30vw;
    max-width: 350px;
}

main .contact .innerWrap .textArea .honbun{
    width: 30vw;
    height: 30vw;
    max-height: 400px;
    max-width: 500px;
}

main .contact .flexColumn{
max-width: 395px;
width: 38vw;
align-items: flex-end;
}


@media screen and (max-width:800px) {
#contents main .kv .logoLarge {
  width: 300px;
  top:40%;
  left:12%;
}
#contents main .kv .logoLarge img{
  width: 100%;
}

#contents main .about {
 padding: 30px 30px;
}

#contents main .about h2 img{
 width: 80%;
}
main .about .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

main .lesson h2 img {
  width: 30%;
}
main .lesson .subWrap {
    padding-right: 30px;
    padding-left: 30px;
}

main .lesson .tataita {
    width: 80%;
}

main .lesson h3 .comment{
    left: 6%;
    top: 70%;
}
main .lesson .subWrap {
    padding-bottom: 30px;
}

main .tutors {
    padding: 30px 30px;
    background-color: #effafe;
}
main .tutors .innerWrap h2 img{
    width: 30%;
}
main .tutors .innerWrap img{
    width: 80%;
}

main .tutors .innerWrap {
padding-left: 30px;
padding-right: 30px;
}

main .contact {
    padding: 30px 30px;
}
main .contact .innerWrap h2 img{
    width: 30%;
}


main .contact .flexColumn {
    width: 60vw;
    align-items: flex-end;
}

main .contact .innerWrap .textArea {
    width: 50vw;
    height: 70vw;

}

footer.footer {
  display: none;
}
}